/* scss/0-readme/_quick-start.scss */
/* scss/0-readme/_wm-atomic-docs.scss */
/* scss/0-readme/_installation.scss */
/* scss/0-readme/_css-classes.scss */
/* scss/0-readme/_colors.scss */
/* scss/0-readme/_colors-row-themes.scss */
/* scss/0-readme/_javascript-modules.scss */
/* scss/0-readme/_row-components.scss */
/* scss/0-readme/_git-usage.scss */
/* scss/0-readme/_git-fixing-mistakes.scss */
/* scss/0-readme/_git-cheatsheet.scss */
/* scss/0-readme/_how-tos.scss */
/* scss/0-readme/_site-structure.scss */
/* scss/0-readme/_site-variables.scss */
/* scss/0-readme/_bem-resources.scss */
/* scss/0-readme/_sass-resources.scss */
/* scss/QA-lists-and-links/_list-elements.scss */
/* scss/QA-lists-and-links/_link-elements.scss */
/*! 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 */
@import "https://www.wm.edu/js/vendor/galleria/themes/classic/galleria.classic.css";
@import "https://www.google.com/cse/static/element/26b8d00a7c7a0812/default_v2+en.css";
@import "https://www.google.com/cse/static/style/look/v4/minimalist.css";
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/element-specs/_heading-specs.scss */
/* scss/element-specs/_listing-specs.scss */
.listingheadingfontspecs:after {
  content: '1.14rem/1.3 700 "Avenir Next W01", "Nunito Sans", sans-serif';
}

.listingheadingcolor:after {
  content: "var(--color-webgold-75)";
  color: var(--color-webgold-75);
}

.listingdirectoryheadingfont:after {
  content: "1.375rem";
}

.bylinefontspecs:after {
  content: '0.875rem/1.5 "Avenir Next W01", "Nunito Sans", sans-serif';
}

.bylinecolor:after {
  content: "var(--color-text-base)";
  color: var(--color-text-base);
}

.title-byline:after {
  content: "17px";
}

.byline-content:after {
  content: "22px";
}

.bylinecontent-nextitem:after {
  content: "56px";
}

.blockh4-first:after {
  content: "36px";
}

.blocktitle-content:after {
  content: "17px";
}

.block-content-nextitem:after {
  content: "56px";
}

.pagetitle-content:after {
  content: "17px";
}

.pagetitle-nextitem:after {
  content: "56px";
}

/* scss/element-specs/_location-array.scss */
.h-background-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  background-color: var(--color-wmsilver-25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.h-background-image.-img-lt {
  background-position: top left;
}
.h-background-image.-img-ct {
  background-position: top center;
}
.h-background-image.-img-rt {
  background-position: top right;
}
.h-background-image.-img-cl {
  background-position: center left;
}
.h-background-image.-img-cc {
  background-position: center center;
}
.h-background-image.-img-cr {
  background-position: center right;
}
.h-background-image.-img-lb {
  background-position: bottom left;
}
.h-background-image.-img-cb {
  background-position: bottom center;
}
.h-background-image.-img-rb {
  background-position: bottom right;
}

.h-background-image__img {
  position: relative;
  display: none;
}

.h-background-image--lighten::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
}

.h-background-image--darken::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

/* scss/3-helper-classes/_background-image.scss */
/* scss/3-helper-classes/_heights.scss */
.h-switch > *:first-child {
  order: 2;
}
.h-switch > *:last-child {
  order: 1;
}

/* scss/3-helper-classes/_switch.scss */
.h-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* scss/3-helper-classes/_sr-only.scss */
/* scss/3-helper-classes/_theme-colors.scss */
.h-theme-green, .h-theme-inherit .h-theme-green, .h-theme-green .h-theme-green, .h-theme-green > .h-theme-white, .h-theme-green > .h-theme-silver, .h-theme-green > .h-theme-image {
  --theme-base-color: var(--color-griffingreen-100);
  --theme-base-rgb-color: var(--color-griffingreen-100-rgb);
  --theme-title-color: var(--color-white-0);
  --theme-title-rgb-color: var(--color-white-0-rgb);
  --theme-text-color: var(--color-white-0);
  --theme-subtext-color: var(--color-white-0);
  --theme-link-color: var(--color-wmgold-55);
  --theme-link-hover-color: var(--color-wmgold-55);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-moss-60);
  --theme-base-accent-rgb-color: var(--color-moss-60-rgb);
  --theme-accent-color: var(--color-wmgold-55);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-white-0);
  --theme-dot-button-inactive-rgb-color: var(--color-white-0-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-white-0), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: var(--color-wmgreen-90);
  --theme-accordion-header-background-color: var(--color-webgold-75);
  --theme-accordion-button-bg-color: var(--color-wmgreen-90);
  --theme-accordion-close-icon-color: var(--color-white-0);
  --theme-accordion-open-icon-color: var(--color-webgold-55);
  --theme-accordion-border-color: var(--color-wmgreen-90);
  --theme-accordion-top-border-color: var(--color-griffingreen-100);
  --theme-accordion-content-background-color: rgba(var(--color-griffingreen-100-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-white-0);
  --theme-embed-bar-color: var(--color-wmgreen-90);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.h-theme-green .h-background-image, .h-theme-inherit .h-theme-green .h-background-image, .h-theme-green .h-theme-green .h-background-image, .h-theme-green > .h-theme-white .h-background-image, .h-theme-green > .h-theme-silver .h-background-image, .h-theme-green > .h-theme-image .h-background-image {
  display: none;
}
.h-theme-green .h-theme-card, .h-theme-inherit .h-theme-green .h-theme-card, .h-theme-green .h-theme-green .h-theme-card, .h-theme-green > .h-theme-white .h-theme-card, .h-theme-green > .h-theme-silver .h-theme-card, .h-theme-green > .h-theme-image .h-theme-card {
  --theme-base-color: var(--color-white-0);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-wmgreen-90);
  --theme-title-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-text-base);
  --theme-link-color: var(--color-webgold-75);
  --theme-link-hover-color: var(--color-webgold-75);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-wmgreen-90);
  --theme-base-accent-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-accent-color: var(--color-wmgold-65);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: #bcbfc0;
  --theme-accordion-header-background-color: var(--color-wmgreen-90);
  --theme-accordion-button-bg-color: var(--color-wmsilver-0);
  --theme-accordion-close-icon-color: var(--color-black-105);
  --theme-accordion-open-icon-color: var(--color-wmgreen-90);
  --theme-accordion-border-color: var(--color-wmsilver-45);
  --theme-accordion-top-border-color: var(--color-wmsilver-45);
  --theme-accordion-content-background-color: rgba(var(--color-white-0-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-black-105);
  --theme-embed-bar-color: var(--color-wmsilver-0);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
}
.h-theme-green + .h-theme-green::after {
  content: "";
  background-color: var(--color-wmgreen-90);
  opacity: 0.5;
  height: 1px;
  position: absolute;
  top: -0.5px;
  width: 1288px;
  z-index: 2;
  max-width: calc(100% - var(--wm-row-side-padding-external) * 2);
  margin: 0 var(--wm-row-side-padding-external);
  left: 50%;
  transform: translateX(calc(-50% - var(--wm-row-side-padding-external)));
}

*:not([class*=h-theme]) > .h-theme-green .h-theme-card, .h-theme-green .h-theme-green .h-theme-card, .h-theme-green > .h-theme-white .h-theme-card, .h-theme-green > .h-theme-silver .h-theme-card, .h-theme-green > .h-theme-image .h-theme-card {
  border: 1px solid var(--color-griffingreen-100);
}
*:not([class*=h-theme]) > .h-theme-green .wm-card--isLink:hover,
*:not([class*=h-theme]) > .h-theme-green .wm-card--isLink:focus-within, .h-theme-green .h-theme-green .wm-card--isLink:hover,
.h-theme-green .h-theme-green .wm-card--isLink:focus-within, .h-theme-green > .h-theme-white .wm-card--isLink:hover,
.h-theme-green > .h-theme-white .wm-card--isLink:focus-within, .h-theme-green > .h-theme-silver .wm-card--isLink:hover,
.h-theme-green > .h-theme-silver .wm-card--isLink:focus-within, .h-theme-green > .h-theme-image .wm-card--isLink:hover,
.h-theme-green > .h-theme-image .wm-card--isLink:focus-within {
  border: 1px solid var(--color-wmgreen-90);
}
*:not([class*=h-theme]) > .h-theme-green .EventRow__message, .h-theme-green .h-theme-green .EventRow__message, .h-theme-green > .h-theme-white .EventRow__message, .h-theme-green > .h-theme-silver .EventRow__message, .h-theme-green > .h-theme-image .EventRow__message {
  color: var(--color-wmgreen-90) !important;
}

.h-theme-ltgreen {
  --theme-base-color: var(--color-griffingreen-100);
  --theme-base-rgb-color: var(--color-griffingreen-100-rgb);
  --theme-title-color: var(--color-white-0);
  --theme-title-rgb-color: var(--color-white-0-rgb);
  --theme-text-color: var(--color-white-0);
  --theme-subtext-color: var(--color-white-0);
  --theme-link-color: var(--color-wmgold-55);
  --theme-link-hover-color: var(--color-wmgold-55);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-moss-60);
  --theme-base-accent-rgb-color: var(--color-moss-60-rgb);
  --theme-accent-color: var(--color-wmgold-55);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-white-0);
  --theme-dot-button-inactive-rgb-color: var(--color-white-0-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-white-0), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: var(--color-wmgreen-90);
  --theme-accordion-header-background-color: var(--color-webgold-75);
  --theme-accordion-button-bg-color: var(--color-wmgreen-90);
  --theme-accordion-close-icon-color: var(--color-white-0);
  --theme-accordion-open-icon-color: var(--color-webgold-55);
  --theme-accordion-border-color: var(--color-wmgreen-90);
  --theme-accordion-top-border-color: var(--color-griffingreen-100);
  --theme-accordion-content-background-color: rgba(var(--color-griffingreen-100-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-white-0);
  --theme-embed-bar-color: var(--color-wmgreen-90);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.h-theme-ltgreen .h-background-image {
  display: none;
}
.h-theme-ltgreen .h-theme-card {
  --theme-base-color: var(--color-wmgreen-90);
  --theme-base-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-title-color: var(--color-white-0);
  --theme-title-rgb-color: var(--color-white-0-rgb);
  --theme-text-color: var(--color-white-0);
  --theme-subtext-color: var(--color-white-0);
  --theme-link-color: var(--color-wmgold-35);
  --theme-link-hover-color: var(--color-white-0);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-moss-60);
  --theme-base-accent-rgb-color: var(--color-moss-60-rgb);
  --theme-accent-color: var(--color-wmgold-55);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-white-0);
  --theme-dot-button-inactive-rgb-color: var(--color-white-0-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-white-0), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: var(--color-wmgreen-90);
  --theme-accordion-header-background-color: var(--color-webgold-75);
  --theme-accordion-button-bg-color: var(--color-wmgreen-90);
  --theme-accordion-close-icon-color: var(--color-white-0);
  --theme-accordion-open-icon-color: var(--color-webgold-55);
  --theme-accordion-border-color: var(--color-wmgreen-90);
  --theme-accordion-top-border-color: var(--color-griffingreen-100);
  --theme-accordion-content-background-color: rgba(var(--color-griffingreen-100-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-white-0);
  --theme-embed-bar-color: var(--color-wmgreen-90);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
}

.h-theme-silver, .h-theme-inherit .h-theme-silver, .h-theme-silver .h-theme-silver, .h-theme-silver > .h-theme-white, .h-theme-silver > .h-theme-green, .h-theme-silver > .h-theme-image {
  --theme-base-color: var(--color-wmsilver-0);
  --theme-base-rgb-color: var(--color-wmsilver-0-rgb);
  --theme-title-color: var(--color-wmgreen-90);
  --theme-title-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-text-base);
  --theme-link-color: var(--color-webgold-80);
  --theme-link-hover-color: var(--color-webgold-80);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-wmgreen-90);
  --theme-base-accent-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-accent-color: var(--color-wmgold-65);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-76);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: #bcbfc0;
  --theme-accordion-header-background-color: var(--color-wmgreen-90);
  --theme-accordion-button-bg-color: var(--color-white-0);
  --theme-accordion-close-icon-color: var(--color-black-105);
  --theme-accordion-open-icon-color: var(--color-wmgreen-90);
  --theme-accordion-border-color: var(--color-wmsilver-45);
  --theme-accordion-top-border-color: var(--color-wmsilver-45);
  --theme-accordion-content-background-color: rgba(var(--color-wmsilver-0-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-black-105);
  --theme-embed-bar-color: var(--color-white-0);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.h-theme-silver .h-background-image, .h-theme-inherit .h-theme-silver .h-background-image, .h-theme-silver .h-theme-silver .h-background-image, .h-theme-silver > .h-theme-white .h-background-image, .h-theme-silver > .h-theme-green .h-background-image, .h-theme-silver > .h-theme-image .h-background-image {
  display: none;
}
.h-theme-silver .h-theme-card, .h-theme-inherit .h-theme-silver .h-theme-card, .h-theme-silver .h-theme-silver .h-theme-card, .h-theme-silver > .h-theme-white .h-theme-card, .h-theme-silver > .h-theme-green .h-theme-card, .h-theme-silver > .h-theme-image .h-theme-card {
  --theme-base-color: var(--color-white-0);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-wmgreen-90);
  --theme-title-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-text-base);
  --theme-link-color: var(--color-webgold-75);
  --theme-link-hover-color: var(--color-webgold-75);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-wmgreen-90);
  --theme-base-accent-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-accent-color: var(--color-wmgold-65);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: #bcbfc0;
  --theme-accordion-header-background-color: var(--color-wmgreen-90);
  --theme-accordion-button-bg-color: var(--color-wmsilver-0);
  --theme-accordion-close-icon-color: var(--color-black-105);
  --theme-accordion-open-icon-color: var(--color-wmgreen-90);
  --theme-accordion-border-color: var(--color-wmsilver-45);
  --theme-accordion-top-border-color: var(--color-wmsilver-45);
  --theme-accordion-content-background-color: rgba(var(--color-white-0-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-black-105);
  --theme-embed-bar-color: var(--color-wmsilver-0);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
}
.h-theme-silver .button, .h-theme-inherit .h-theme-silver .button, .h-theme-silver .h-theme-silver .button, .h-theme-silver > .h-theme-white .button, .h-theme-silver > .h-theme-green .button, .h-theme-silver > .h-theme-image .button {
  border: 1px solid rgba(var(--color-wmgreen-90-rgb), 0.35);
}
.h-theme-silver .button:hover, .h-theme-silver .button:focus, .h-theme-inherit .h-theme-silver .button:hover, .h-theme-inherit .h-theme-silver .button:focus, .h-theme-silver .h-theme-silver .button:hover, .h-theme-silver .h-theme-silver .button:focus, .h-theme-silver > .h-theme-white .button:hover, .h-theme-silver > .h-theme-white .button:focus, .h-theme-silver > .h-theme-green .button:hover, .h-theme-silver > .h-theme-green .button:focus, .h-theme-silver > .h-theme-image .button:hover, .h-theme-silver > .h-theme-image .button:focus {
  border-color: var(--color-wmgreen-90);
}
.h-theme-silver + .h-theme-silver::after {
  content: "";
  background-color: var(--color-wmsilver-25);
  opacity: 1;
  height: 1px;
  position: absolute;
  top: -0.5px;
  width: 1288px;
  z-index: 2;
  max-width: calc(100% - var(--wm-row-side-padding-external) * 2);
  margin: 0 var(--wm-row-side-padding-external);
  left: 50%;
  transform: translateX(calc(-50% - var(--wm-row-side-padding-external)));
}

.h-theme-white, .h-theme-inherit .h-theme-white, .h-theme-white .h-theme-white, .h-theme-white > .h-theme-green, .h-theme-white > .h-theme-silver, .h-theme-white > .h-theme-image {
  --theme-base-color: var(--color-white-0);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-wmgreen-90);
  --theme-title-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-text-base);
  --theme-link-color: var(--color-webgold-75);
  --theme-link-hover-color: var(--color-webgold-75);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-wmgreen-90);
  --theme-base-accent-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-accent-color: var(--color-wmgold-65);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: #bcbfc0;
  --theme-accordion-header-background-color: var(--color-wmgreen-90);
  --theme-accordion-button-bg-color: var(--color-wmsilver-0);
  --theme-accordion-close-icon-color: var(--color-black-105);
  --theme-accordion-open-icon-color: var(--color-wmgreen-90);
  --theme-accordion-border-color: var(--color-wmsilver-45);
  --theme-accordion-top-border-color: var(--color-wmsilver-45);
  --theme-accordion-content-background-color: rgba(var(--color-white-0-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-black-105);
  --theme-embed-bar-color: var(--color-wmsilver-0);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.h-theme-white .h-background-image, .h-theme-inherit .h-theme-white .h-background-image, .h-theme-white .h-theme-white .h-background-image, .h-theme-white > .h-theme-green .h-background-image, .h-theme-white > .h-theme-silver .h-background-image, .h-theme-white > .h-theme-image .h-background-image {
  display: none;
}
.h-theme-white .h-theme-card, .h-theme-inherit .h-theme-white .h-theme-card, .h-theme-white .h-theme-white .h-theme-card, .h-theme-white > .h-theme-green .h-theme-card, .h-theme-white > .h-theme-silver .h-theme-card, .h-theme-white > .h-theme-image .h-theme-card {
  --theme-base-color: var(--color-wmsilver-0);
  --theme-base-rgb-color: var(--color-wmsilver-0-rgb);
  --theme-title-color: var(--color-wmgreen-90);
  --theme-title-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-text-base);
  --theme-link-color: var(--color-webgold-80);
  --theme-link-hover-color: var(--color-webgold-80);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-wmgreen-90);
  --theme-base-accent-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-accent-color: var(--color-wmgold-65);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-76);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: #bcbfc0;
  --theme-accordion-header-background-color: var(--color-wmgreen-90);
  --theme-accordion-button-bg-color: var(--color-white-0);
  --theme-accordion-close-icon-color: var(--color-black-105);
  --theme-accordion-open-icon-color: var(--color-wmgreen-90);
  --theme-accordion-border-color: var(--color-wmsilver-45);
  --theme-accordion-top-border-color: var(--color-wmsilver-45);
  --theme-accordion-content-background-color: rgba(var(--color-wmsilver-0-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-black-105);
  --theme-embed-bar-color: var(--color-white-0);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
}
.h-theme-white + .h-theme-white::after {
  content: "";
  background-color: var(--color-wmsilver-25);
  opacity: 0.4;
  height: 1px;
  position: absolute;
  top: -0.5px;
  width: 1288px;
  z-index: 2;
  max-width: calc(100% - var(--wm-row-side-padding-external) * 2);
  margin: 0 var(--wm-row-side-padding-external);
  left: 50%;
  transform: translateX(calc(-50% - var(--wm-row-side-padding-external)));
}

.h-theme-image, .h-theme-inherit .h-theme-image, .h-theme-image .h-theme-image, .h-theme-image > .h-theme-white, .h-theme-image > .h-theme-silver, .h-theme-image > .h-theme-green {
  --theme-base-color: var(--color-black-105);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-white-0);
  --theme-title-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-text-color: var(--color-white-0);
  --theme-subtext-color: var(--color-white-0);
  --theme-link-color: var(--color-wmgold-35);
  --theme-link-hover-color: var(--color-wmgold-35);
  --theme-link-accent-color: var(--color-moss-60);
  --theme-base-accent-color: var(--color-moss-60);
  --theme-accent-color: var(--color-wmgold-55);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: rgba(var(--color-white-0-rgb), 0);
  --theme-button-border-color: var(--color-white-0);
  --theme-button-background-hover-color: rgba(var(--color-white-0-rgb), 0.35);
  --theme-button-border-hover-color: var(--color-white-0);
  position: relative;
}
.h-theme-image .h-background-image, .h-theme-inherit .h-theme-image .h-background-image, .h-theme-image .h-theme-image .h-background-image, .h-theme-image > .h-theme-white .h-background-image, .h-theme-image > .h-theme-silver .h-background-image, .h-theme-image > .h-theme-green .h-background-image {
  display: none;
}
.h-theme-image .h-theme-card, .h-theme-inherit .h-theme-image .h-theme-card, .h-theme-image .h-theme-image .h-theme-card, .h-theme-image > .h-theme-white .h-theme-card, .h-theme-image > .h-theme-silver .h-theme-card, .h-theme-image > .h-theme-green .h-theme-card {
  --theme-base-color: var(--color-wmgreen-90);
  --theme-base-rgb-color: var(--color-wmgreen-90-rgb);
  --theme-title-color: var(--color-white-0);
  --theme-title-rgb-color: var(--color-white-0-rgb);
  --theme-text-color: var(--color-white-0);
  --theme-subtext-color: var(--color-white-0);
  --theme-link-color: var(--color-wmgold-35);
  --theme-link-hover-color: var(--color-white-0);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-moss-60);
  --theme-base-accent-rgb-color: var(--color-moss-60-rgb);
  --theme-accent-color: var(--color-wmgold-55);
  --theme-dot-button-active-color: var(--color-wmgold-55);
  --theme-dot-button-inactive-color: var(--color-white-0);
  --theme-dot-button-inactive-rgb-color: var(--color-white-0-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-white-0), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-webgold-75);
  --theme-iconrow-alt-accent-color: var(--color-wmgreen-90);
  --theme-linksrow-accent-color: var(--color-wmgreen-90);
  --theme-accordion-header-background-color: var(--color-webgold-75);
  --theme-accordion-button-bg-color: var(--color-wmgreen-90);
  --theme-accordion-close-icon-color: var(--color-white-0);
  --theme-accordion-open-icon-color: var(--color-webgold-55);
  --theme-accordion-border-color: var(--color-wmgreen-90);
  --theme-accordion-top-border-color: var(--color-griffingreen-100);
  --theme-accordion-content-background-color: rgba(var(--color-griffingreen-100-rgb), 0.85);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-white-0);
  --theme-embed-bar-color: var(--color-wmgreen-90);
  --theme-embed-icon-hover-color: var(--color-wmgold-55);
}
.h-theme-image .h-background-image, .h-theme-inherit .h-theme-image .h-background-image, .h-theme-image .h-theme-image .h-background-image, .h-theme-image > .h-theme-white .h-background-image, .h-theme-image > .h-theme-silver .h-background-image, .h-theme-image > .h-theme-green .h-background-image {
  z-index: 0;
  display: block;
}
.h-theme-image .h-background-image ~ *, .h-theme-inherit .h-theme-image .h-background-image ~ *, .h-theme-image .h-theme-image .h-background-image ~ *, .h-theme-image > .h-theme-white .h-background-image ~ *, .h-theme-image > .h-theme-silver .h-background-image ~ *, .h-theme-image > .h-theme-green .h-background-image ~ * {
  position: relative;
}

.vims .h-theme-blue,
.vims .h-theme-inherit .h-theme-blue,
.vims .h-theme-blue .h-theme-blue,
.vims .h-theme-blue > .h-theme-white,
.vims .h-theme-blue > .h-theme-silver,
.vims .h-theme-blue > .h-theme-image {
  --theme-base-color: var(--color-vimsblue-100);
  --theme-base-rgb-color: var(--color-vimsblue-100-rgb);
  --theme-title-color: var(--color-white-0);
  --theme-title-rgb-color: var(--color-white-0-rgb);
  --theme-text-color: var(--color-white-0);
  --theme-subtext-color: var(--color-white-0);
  --theme-link-color: var(--color-coral-55);
  --theme-link-hover-color: var(--color-coral-55);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-skyblue-55);
  --theme-base-accent-rgb-color: var(--color-skyblue-55-rgb);
  --theme-accent-color: var(--color-seablue-50);
  --theme-dot-button-active-color: var(--color-seablue-50);
  --theme-dot-button-inactive-color: var(--color-white-0);
  --theme-dot-button-inactive-rgb-color: var(--color-white-0-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-figcaption-color: rgba(var(--color-white-0), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-seablue-70);
  --theme-iconrow-alt-accent-color: var(--color-vimsblue-90);
  --theme-embed-description-box-color: var(--color-griffingreen-100);
  --theme-embed-description-text-color: var(--color-white-0);
  --theme-embed-bar-color: var(--color-vimsblue-90);
  --theme-embed-icon-hover-color: var(--color-seablue-55);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.vims .h-theme-blue .h-background-image,
.vims .h-theme-inherit .h-theme-blue .h-background-image,
.vims .h-theme-blue .h-theme-blue .h-background-image,
.vims .h-theme-blue > .h-theme-white .h-background-image,
.vims .h-theme-blue > .h-theme-silver .h-background-image,
.vims .h-theme-blue > .h-theme-image .h-background-image {
  display: none;
}
.vims .h-theme-blue .h-theme-card,
.vims .h-theme-inherit .h-theme-blue .h-theme-card,
.vims .h-theme-blue .h-theme-blue .h-theme-card,
.vims .h-theme-blue > .h-theme-white .h-theme-card,
.vims .h-theme-blue > .h-theme-silver .h-theme-card,
.vims .h-theme-blue > .h-theme-image .h-theme-card {
  --theme-base-color: var(--color-white-0);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-vimsblue-90);
  --theme-title-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-wmsilver-100);
  --theme-link-color: var(--color-seablue-70);
  --theme-link-hover-color: var(--color-seablue-70);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-vimsblue-90);
  --theme-base-accent-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-accent-color: var(--color-coral-60);
  --theme-dot-button-active-color: var(--color-seablue-50);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-coral-75);
  --theme-iconrow-alt-accent-color: var(--color-vimsblue-90);
}
*:not([class^=h-theme]) > .vims .h-theme-blue .h-theme-card, .vims .h-theme-blue .vims .h-theme-blue .h-theme-card, .vims .h-theme-blue > .h-theme-white .h-theme-card, .vims .h-theme-blue > .h-theme-silver .h-theme-card, .vims .h-theme-blue > .h-theme-image .h-theme-card {
  border-color: var(--color-wmgreen-90);
}
*:not([class^=h-theme]) > .vims .h-theme-blue .wm-card--isLink:hover,
*:not([class^=h-theme]) > .vims .h-theme-blue .wm-card--isLink:focus-within, .vims .h-theme-blue .vims .h-theme-blue .wm-card--isLink:hover,
.vims .h-theme-blue .vims .h-theme-blue .wm-card--isLink:focus-within, .vims .h-theme-blue > .h-theme-white .wm-card--isLink:hover,
.vims .h-theme-blue > .h-theme-white .wm-card--isLink:focus-within, .vims .h-theme-blue > .h-theme-silver .wm-card--isLink:hover,
.vims .h-theme-blue > .h-theme-silver .wm-card--isLink:focus-within, .vims .h-theme-blue > .h-theme-image .wm-card--isLink:hover,
.vims .h-theme-blue > .h-theme-image .wm-card--isLink:focus-within {
  border: 1px solid var(--color-wmgreen-90);
}
.vims .h-theme-white,
.vims .h-theme-inherit .h-theme-white,
.vims .h-theme-white .h-theme-white,
.vims .h-theme-white > .h-theme-blue,
.vims .h-theme-white > .h-theme-silver,
.vims .h-theme-white > .h-theme-image {
  --theme-base-color: var(--color-white-0);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-vimsblue-90);
  --theme-title-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-wmsilver-100);
  --theme-link-color: var(--color-seablue-70);
  --theme-link-hover-color: var(--color-seablue-70);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-vimsblue-90);
  --theme-base-accent-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-accent-color: var(--color-coral-60);
  --theme-dot-button-active-color: var(--color-seablue-50);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-coral-75);
  --theme-iconrow-alt-accent-color: var(--color-vimsblue-90);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.vims .h-theme-white .h-background-image,
.vims .h-theme-inherit .h-theme-white .h-background-image,
.vims .h-theme-white .h-theme-white .h-background-image,
.vims .h-theme-white > .h-theme-blue .h-background-image,
.vims .h-theme-white > .h-theme-silver .h-background-image,
.vims .h-theme-white > .h-theme-image .h-background-image {
  display: none;
}
.vims .h-theme-white .h-theme-card,
.vims .h-theme-inherit .h-theme-white .h-theme-card,
.vims .h-theme-white .h-theme-white .h-theme-card,
.vims .h-theme-white > .h-theme-blue .h-theme-card,
.vims .h-theme-white > .h-theme-silver .h-theme-card,
.vims .h-theme-white > .h-theme-image .h-theme-card {
  --theme-base-color: var(--color-wmsilver-0);
  --theme-base-rgb-color: var(--color-wmsilver-0-rgb);
  --theme-title-color: var(--color-vimsblue-90);
  --theme-title-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-wmsilver-100);
  --theme-link-color: var(--color-seablue-80);
  --theme-link-hover-color: var(--color-seablue-80);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-vimsblue-90);
  --theme-base-accent-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-accent-color: var(--color-coral-65);
  --theme-dot-button-active-color: var(--color-seablue-50);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-iconrow-alt-title-color: var(--color-vimsblue-90);
  --theme-iconrow-alt-accent-color: var(--color-vimsblue-90);
}
.vims .h-theme-silver,
.vims .h-theme-inherit .h-theme-silver,
.vims .h-theme-silver .h-theme-silver,
.vims .h-theme-silver > .h-theme-blue,
.vims .h-theme-silver > .h-theme-white,
.vims .h-theme-silver > .h-theme-image {
  --theme-base-color: var(--color-wmsilver-0);
  --theme-base-rgb-color: var(--color-wmsilver-0-rgb);
  --theme-title-color: var(--color-vimsblue-90);
  --theme-title-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-wmsilver-100);
  --theme-link-color: var(--color-seablue-80);
  --theme-link-hover-color: var(--color-seablue-80);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-vimsblue-90);
  --theme-base-accent-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-accent-color: var(--color-coral-65);
  --theme-dot-button-active-color: var(--color-seablue-50);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-white-0);
  --theme-iconrow-alt-title-color: var(--color-vimsblue-90);
  --theme-iconrow-alt-accent-color: var(--color-vimsblue-90);
  --theme-button-text-color: var(--color-white-0);
  --theme-button-background-color: var(--color-wmgreen-90);
  --theme-button-border-color: var(--color-wmgreen-90);
  --theme-button-background-hover-color: var(--color-black-105);
  --theme-button-border-hover-color: var(--color-wmgreen-90);
}
.vims .h-theme-silver .h-background-image,
.vims .h-theme-inherit .h-theme-silver .h-background-image,
.vims .h-theme-silver .h-theme-silver .h-background-image,
.vims .h-theme-silver > .h-theme-blue .h-background-image,
.vims .h-theme-silver > .h-theme-white .h-background-image,
.vims .h-theme-silver > .h-theme-image .h-background-image {
  display: none;
}
.vims .h-theme-silver .h-theme-card,
.vims .h-theme-inherit .h-theme-silver .h-theme-card,
.vims .h-theme-silver .h-theme-silver .h-theme-card,
.vims .h-theme-silver > .h-theme-blue .h-theme-card,
.vims .h-theme-silver > .h-theme-white .h-theme-card,
.vims .h-theme-silver > .h-theme-image .h-theme-card {
  --theme-base-color: var(--color-white-0);
  --theme-base-rgb-color: var(--color-white-0-rgb);
  --theme-title-color: var(--color-vimsblue-90);
  --theme-title-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-text-color: var(--color-text-base);
  --theme-subtext-color: var(--color-wmsilver-100);
  --theme-link-color: var(--color-seablue-70);
  --theme-link-hover-color: var(--color-seablue-70);
  --theme-link-accent-color: var(--color-white-0);
  --theme-base-accent-color: var(--color-vimsblue-90);
  --theme-base-accent-rgb-color: var(--color-vimsblue-90-rgb);
  --theme-accent-color: var(--color-coral-60);
  --theme-dot-button-active-color: var(--color-seablue-50);
  --theme-dot-button-inactive-color: var(--color-wmsilver-50);
  --theme-dot-button-inactive-rgb-color: var(--color-wmsilver-50-rgb);
  --theme-message-box-color: var(--color-wmsilver-0);
  --theme-figcaption-color: rgba(var(--color-wmsilver-100), 0.6485);
  --theme-iconrow-alt-title-color: var(--color-coral-75);
  --theme-iconrow-alt-accent-color: var(--color-vimsblue-90);
}
.vims .h-theme-silver .button,
.vims .h-theme-inherit .h-theme-silver .button,
.vims .h-theme-silver .h-theme-silver .button,
.vims .h-theme-silver > .h-theme-blue .button,
.vims .h-theme-silver > .h-theme-white .button,
.vims .h-theme-silver > .h-theme-image .button {
  border: 1px solid rgba(var(--color-wmgreen-90-rgb), 0.35);
}
.vims .h-theme-silver .button:hover, .vims .h-theme-silver .button:focus,
.vims .h-theme-inherit .h-theme-silver .button:hover,
.vims .h-theme-inherit .h-theme-silver .button:focus,
.vims .h-theme-silver .h-theme-silver .button:hover,
.vims .h-theme-silver .h-theme-silver .button:focus,
.vims .h-theme-silver > .h-theme-blue .button:hover,
.vims .h-theme-silver > .h-theme-blue .button:focus,
.vims .h-theme-silver > .h-theme-white .button:hover,
.vims .h-theme-silver > .h-theme-white .button:focus,
.vims .h-theme-silver > .h-theme-image .button:hover,
.vims .h-theme-silver > .h-theme-image .button:focus {
  border-color: var(--color-wmgreen-90);
}
.vims .h-theme-blue + .h-theme-blue::after {
  content: "";
  background-color: var(--color-seablue-85);
  opacity: 0.5;
  height: 1px;
  position: absolute;
  top: -0.5px;
  width: 1288px;
  z-index: 2;
  max-width: calc(100% - var(--wm-row-side-padding-external) * 2);
  margin: 0 var(--wm-row-side-padding-external);
  left: 50%;
  transform: translateX(calc(-50% - var(--wm-row-side-padding-external)));
}

/*======== Card theme =========*/
.h-theme-card {
  background-color: var(--theme-base-color);
}
.h-theme-card .wm-card__title, .h-theme-card .wm-card__title > a {
  color: var(--theme-title-color);
}
.h-theme-card .wm-card__content {
  background-color: var(--theme-base-color);
  color: var(--theme-text-color);
}
.h-theme-card:hover.wm-image-card {
  border-color: var(--theme-base-accent-color) !important;
}

.h-theme-card.-alt-theme .wm-card__title,
.h-theme-card.-alt-theme .wm-card__title > a {
  color: var(--theme-iconrow-alt-title-color);
}

.StatsRow__card.-alt-theme .StatsRow__graphic-section,
.IconRow__card.-alt-theme .IconRow__icon {
  color: var(--theme-iconrow-alt-accent-color);
}

@media (min-width: 1024px) {
  section.--fifty-fifty-large::after,
  .h-theme-green.--fifty-fifty-large + .h-theme-green::after,
  .h-theme-white.--fifty-fifty-large + .h-theme-white::after,
  .h-theme-silver.--fifty-fifty-large + .h-theme-silver::after,
  .h-theme-blue.--fifty-fifty-large + .h-theme-blue::after {
    content: none !important;
  }
}

/* scss/3-js/_wm-helper-min-js.scss */
/* scss/3-js/_wm-plugins-js.scss */
/* scss/3-js/_wm-shortcodes-js.scss */
/* scss/3-js/_perfect-scrollbar.scss */
.ps__rail-y {
  margin: 140px 0 0 0;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  display: none;
  height: 15px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 0;
}

.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  display: none;
  width: 15px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 0.6;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
  background-color: #eee;
}

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  border-radius: 6px;
  background-color: #aaa;
}

.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  width: 6px;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  border-radius: 6px;
  background-color: #aaa;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* scss/3-js/_wm-main-js.scss */
/* scss/3-js/_wm-secondary-js.scss */
/* scss/3-row-js/_adjust-row-card-height.scss */
/* scss/3-row-js/_event-row-js.scss */
/* scss/3-row-js/_news-feed-js.scss */
/* scss/3-row-js/_tiny-slider-js.scss */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* scss/3-row-js/_wm-row-slideshow-js.scss */
.wm-slideshow {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.wm-slideshow__track {
  display: block;
  transition: transform 0.1s ease-in-out;
  overflow-y: hidden;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wm-slideshow__track::-webkit-scrollbar {
  width: 0 !important;
}
.-full-width .wm-slideshow__track {
  display: grid;
  place-content: center;
  padding-left: 44px;
  padding-right: 44px;
}

.wm-slideshow__slides {
  transition: transform 0.1s ease-in-out;
  max-width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 22px !important;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  position: relative;
  left: 0;
}
@media (min-width: 700px) {
  .wm-slideshow__slides {
    padding-left: 44px !important;
  }
}
.-full-width .wm-slideshow__slides {
  padding-left: 0 !important;
  margin: 0 auto;
  width: 100%;
  max-width: 1288px;
  position: relative;
}

.wm-slideshow__slide {
  flex: 0 0 auto !important;
  max-height: 100% !important;
  min-width: auto !important;
}
.-full-width .wm-slideshow__slide {
  flex: 0 1 auto;
}

.wm-slideshow__fake-slide {
  width: 2px !important;
  min-width: 2px !important;
  flex: 0 0 2px;
}
.-full-width .wm-slideshow__fake-slide {
  display: none;
}
@media (min-width: 700px) {
  .wm-slideshow__fake-slide {
    width: 24px !important;
    min-width: 24px !important;
    flex: 0 0 24px;
  }
}

.wm-slideshow__dots {
  margin-top: 30px !important;
  height: 20px;
  width: 100%;
  max-width: 500px;
  display: flex;
  place-content: center;
}
.-full-width .wm-slideshow__dots {
  display: none !important;
}

.wm-slideshow__dot {
  display: inline-block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  background-color: rgba(var(--theme-dot-button-inactive-rgb-color), 0.25);
}
.wm-slideshow__dot.currentDot {
  background-color: var(--theme-dot-button-active-color);
}
.no-touch .wm-slideshow__dot:hover {
  cursor: pointer;
  background-color: rgba(var(--theme-dot-button-inactive-rgb-color), 0.45);
}

/* scss/4-elements/_global.scss */
* {
  box-sizing: border-box;
}

html {
  color: var(--color-text-base);
  background-color: var(--color-content-background-base);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.monospace {
  font-family: "Courier New", Courier, monospace !important;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

#quick_nav {
  margin-bottom: 22px;
  font-size: 1rem;
}
@media (min-width: 930px) {
  #quick_nav {
    display: none;
  }
}
#quick_nav a {
  font-weight: 500;
}

.quick_nav_divider:last-child {
  display: none;
}

b,
strong {
  font-weight: 700;
}

hr {
  display: block;
  overflow: auto;
  height: 1px;
  margin: 44px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
}

.cf:before,
.cf:after {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* scss/4-elements/_headings.scss */
/* heading variables can be found in 3-variables/_wm-element-styles.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.015rem;
  color: var(--color-wmgreen-90);
  font-family: "Avenir Next W01", "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
strong h1,
strong h2,
h3,
strong h3,
strong h4 {
  /*enforce plain text for h1-h4 */
  font-weight: 400 !important;
}

h5 strong,
h6 strong {
  font-weight: 700 !important;
}

h5 {
  margin-bottom: 0.6875rem;
  letter-spacing: 0.015rem;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-bottom: 0px;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}

h5,
h6 {
  margin-top: 2rem;
  color: var(--color-wmgreen-90);
}

h5 + h6 {
  margin-top: 0.75rem;
}

a + h5,
a + h6,
button + h5,
button + h6 {
  margin-top: 2rem;
}

h6 + p {
  margin-top: 0.1rem;
}

h5 + .collapsible {
  margin-top: 0;
}

/* scss/4-elements/_text-treatments.scss */
.user_content .emergency,
.user_content_styles .emergency {
  margin: 0px;
  padding: 20px 20px 0 20px;
  color: var(--color-one-offs-emergency-text);
  font-size: 20px;
}
.user_content .pullquote_right,
.user_content .pullquote_left,
.user_content_styles .pullquote_right,
.user_content_styles .pullquote_left {
  display: block;
  width: 80%;
  margin: 20px auto;
  color: var(--color-wmgreen-90);
  font-size: 21px;
  font-weight: bold;
}

/* scss/4-elements/_buttons.scss */
/* scss/4-elements/_links.scss */
a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
}
a:hover, a:focus {
  text-decoration: underline;
}

.long-url {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: bold;
  overflow-wrap: break-word;
}

/* scss/4-elements/_lists.scss */
/* scss/4-elements/_tables.scss */
table {
  border-spacing: 0;
  text-align: left;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.533rem;
  border: 1px solid var(--color-wmsilver-25);
}
table p {
  margin: 0;
}
table td p {
  margin-bottom: 1.2rem;
}

table {
  margin-bottom: 1.066rem;
}

table td,
table th {
  border: none;
}

table > caption {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

table h6 {
  color: var(--color-wmgreen-90);
}

/* scss/4-elements/_forms.scss */
fieldset {
  border: none;
}

input,
textarea {
  width: 14.924rem;
  padding: 0.533rem;
  border: 1px solid var(--color-wmsilver-25);
}

[type=checkbox],
[type=radio] {
  width: auto;
  margin-right: 0.35533rem;
}

[type=submit] {
  width: auto;
  min-width: 2.132rem;
  margin-left: 0.35533rem;
  padding: 0.533rem;
  color: white;
  border: 1px solid var(--color-wmgreen-90);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--color-wmgreen-90);
  font-weight: 400;
}

/* scss/4-elements/_images.scss */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* scss/4-elements/_svg-caret-white.scss */
/* scss/4-row-components/_wm-layout-row-component.scss */
.page-theme-wrapper {
  width: 100%;
  position: relative;
}

.wm-row {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: var(--size-row-padding-top);
  padding-bottom: var(--size-row-padding-bottom);
  --wm-row-side-padding: var(--size-row-padding-side-mobile);
  padding-left: var(--wm-row-side-padding);
  padding-right: var(--wm-row-side-padding);
  text-align: center;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-base-color);
  color: var(--theme-text-color);
}
@media (min-width: 700px) {
  .wm-row {
    --wm-row-side-padding: var(--size-row-padding-side-default);
  }
}
.wm-row__mainWrapper {
  position: relative;
  width: 100%;
  max-width: var(--size-row-width-max);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.wm-row__mainWrapper > * {
  margin: 0 auto;
}
.wm-row__title, .wm-row__title > a {
  margin-top: -9px;
  text-align: center;
  letter-spacing: 0;
  color: var(--theme-title-color);
  font-family: "Freight Text W03", Times, serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: "lnum";
  max-width: var(--size-row-text-width-max);
}
@media (min-width: 700px) {
  .wm-row__title, .wm-row__title > a {
    font-size: 2.5rem;
  }
}
.wm-row__title:not(.sr-only) + * {
  margin-top: var(--size-row-title-margin-bottom);
}
.wm-row__intro-text {
  max-width: var(--size-row-text-width-max);
  margin: 0 auto;
  color: var(--theme-text-color);
}
.wm-row__intro-text > p:last-child {
  margin-bottom: 0;
}
.wm-row__intro-text a {
  color: var(--theme-link-color);
}
.wm-row__intro-text a:hover {
  color: var(--theme-link-hover-color);
}
.wm-row__title.sr-only + .wm-row__intro-text > *:first-of-type {
  margin-top: 0;
}
.wm-row__intro-text + * {
  margin-top: 44px;
}
.wm-row__moreButton {
  position: relative;
  display: inline-block;
  max-width: var(--size-row-text-width-max);
  margin: 44px 0 0;
  padding: 0 44px !important;
  text-align: center;
  color: var(--theme-title-color);
  font-size: 1.25rem;
  font-weight: normal;
  padding-right: 18px;
}
.wm-row__moreButton:hover, .wm-row__moreButton:focus {
  text-decoration: underline !important;
  font-weight: normal;
}
@media (min-width: calc(var(--size-row-text-width-max) + 44px)) {
  .wm-row__moreButton {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wm-row__moreButton:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-wmgold-55);
  padding-left: 7px;
  transition: all 0.35s ease-in-out;
}
.wm-row__moreButton:hover:after, .wm-row__moreButton:focus:after {
  padding-left: 11px;
  text-decoration: none;
}

.internal_row_link {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  transition: all 0.3s;
  color: #fff;
  border-radius: 50%;
  background: var(--color-wmgreen-90);
}
.internal_row_link:hover, .internal_row_link:focus {
  text-decoration: none;
  color: #fff;
  background: #000;
}

@media print {
  .wm-row figure.rightcaption,
  .wm-row figure.yt-right {
    float: right;
    margin-right: 0px;
    margin-left: 2rem;
  }
  .wm-row figure.yt-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wm-row figure.leftcaption,
  .wm-row figure.yt-left {
    float: left;
    margin-right: 2rem;
    margin-left: 0px;
  }
  .wm-row figure.yt-left,
  .wm-row figure.yt-right {
    clear: both;
    padding: 10px;
    border: 1px solid #c9c9c9 !important;
  }
  .wm-row .yt-med,
  .wm-row .yt-lg {
    border: 1px solid #c9c9c9 !important;
    background-color: #c9c9c9 !important;
  }
}
/* scss/4-row-components/_wm-split-layout-component.scss */
.wm-split__container {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 700px) {
  .wm-split__container {
    flex-direction: row;
    width: 100%;
  }
}
.wm-split__side {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* scss/4-row-components/_wm-row-buttons.scss */
.wm-row__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.wm-row__buttons .wm-row__button {
  margin: 0 8px 8px 0;
  color: var(--theme-button-text-color);
  background: var(--theme-button-background-color);
  border: 1px solid var(--theme-button-border-color);
}
.wm-row__buttons .wm-row__button:hover, .wm-row__buttons .wm-row__button:focus {
  color: var(--theme-button-text-color);
  background-color: var(--theme-button-background-hover-color);
  border-color: var(--theme-button-border-hover-color);
}

/* scss/4-row-components/_wm-cards-component.scss */
.wm-cards {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1250px;
  position: relative;
  left: calc(20px/ 2 * -1);
  top: 0;
  margin-bottom: -20px;
}
@supports (text-transform: full-size-kana) or (translate: 10px) or (content-visibility: auto) {
  .wm-cards {
    gap: 20px;
    left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 860px) {
  .wm-cards.--cards4 {
    max-width: 870px;
    transition: none;
  }
  .wm-cards.--cards9 {
    max-width: 1070px;
  }
}
@media (min-width: 860px) and (min-width: 1160px) {
  .wm-cards.--cards5, .wm-cards.--cards6, .wm-cards.--cards7 {
    max-width: 1070px;
    transition: none;
  }
  .wm-cards.--landscape.--cards5, .wm-cards.--landscape.--cards6, .wm-cards.--landscape.--cards7 {
    max-width: 1200px;
  }
}
@media (min-width: 1275px) {
  .wm-cards.--cards4 {
    max-width: 1250px;
  }
}
@media (min-width: 1288px) {
  .wm-cards.--cards4 {
    max-width: 100%;
  }
  .wm-cards.--cards7 {
    max-width: 1288px;
  }
}
.wm-cards > .wm-card {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
@supports (text-transform: full-size-kana) or (translate: 10px) or (content-visibility: auto) {
  .wm-cards > .wm-card {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* scss/4-row-components/_wm-description-text-component.scss */
.wm-description-text {
  position: relative;
}
.wm-description-text__title, .wm-description-text__title > a {
  z-index: 1;
  font-weight: 700;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  font-feature-settings: "lnum";
  color: var(--theme-title-color);
  margin: 0;
  margin-bottom: calc(2.4242424242vw + 0.9090909091px);
}
.--text-card .wm-description-text__title, .--image-card .wm-description-text__title, .--text-card .wm-description-text__title > a, .--image-card .wm-description-text__title > a {
  text-align: left;
}
.--text-card .wm-description-text__title, .--text-card .wm-description-text__title > a {
  color: var(--theme-text-color);
}
.--text-card:hover .wm-description-text__title, .--text-card:hover .wm-description-text__title > a {
  color: var(--theme-title-color);
}
@media (min-width: 600px) {
  .wm-description-text__title, .wm-description-text__title > a {
    margin: 0 0 30px 0;
  }
  .wm-description-text__title:hover, .wm-description-text__title > a:hover {
    text-decoration: none;
  }
}
.wm-description-text__title > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wm-description-text__title {
  margin-bottom: 0px;
}
.wm-description-text__title + .wm-description-text__caption, .wm-description-text__title + .wm-description-text__text {
  margin-top: 30px;
}
.--text-card .wm-description-text__title + .wm-description-text__caption, .--image-card .wm-description-text__title + .wm-description-text__caption, .wm-image-card .wm-description-text__title + .wm-description-text__caption, .--text-card .wm-description-text__title + .wm-description-text__text, .--image-card .wm-description-text__title + .wm-description-text__text, .wm-image-card .wm-description-text__title + .wm-description-text__text {
  margin-top: 8px;
}
.wm-description-text__text, .wm-description-text__caption {
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-feature-settings: "lnum";
  color: var(--theme-text-color);
  padding: 0;
  margin: 0;
  margin-bottom: calc(3.0303030303vw + -6.3636363636px);
}
.wm-description-text__text a, .wm-description-text__caption a {
  color: var(--theme-link-color);
}
.wm-description-text__text a:hover, .wm-description-text__caption a:hover {
  color: var(--theme-link-hover-color);
}
a .wm-description-text__text, a .wm-description-text__caption {
  font-weight: var(--font-sans-weight-normal);
}
.wm-description-text__publication {
  font-family: "Freight Text W03", Times, serif;
  font-style: italic;
  opacity: 0.65;
  color: var(--theme-subtext-color);
}
.wm-description-text__byline-date {
  opacity: 0.65;
  color: var(--theme-subtext-color);
}
.--text-card .wm-description-text__byline-date, .--image-card .wm-description-text__byline-date, .wm-image-card .wm-description-text__byline-date {
  margin-top: 8px;
}
.wm-description-text__publication, .wm-description-text__byline-date, .wm-description-text__caption {
  margin: 0;
}
.--text-card .wm-description-text__publication, .--image-card .wm-description-text__publication, .--text-card .wm-description-text__byline-date, .--image-card .wm-description-text__byline-date, .--text-card .wm-description-text__caption, .--image-card .wm-description-text__caption {
  text-align: left;
}
.wm-description-text__publication > p, .wm-description-text__caption > p {
  margin: 0 0 1.2em 0;
}
.wm-description-text__publication > p:last-of-type, .wm-description-text__byline-date > p:last-of-type, .wm-description-text__caption > p:last-of-type {
  margin-bottom: 0;
}
.wm-description-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* scss/4-row-components/_wm-card-component.scss */
.wm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 277px;
  max-width: 307px;
  flex: 1 1 253px;
  flex: 1 1 277px;
  border: 1px solid var(--theme-base-color, --color-neutral-base);
  background-color: var(--theme-base-color);
  transition: all 0.3s ease;
}
.wm-card.--text-card, .wm-card.--image-card {
  border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
  flex: 1 0 277px;
  width: 100%;
  max-width: 416px;
  min-height: 280px;
  max-height: 416px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--theme-base-color);
  transition: all 0.3s ease-in-out;
}
.wm-card.--text-card {
  min-height: auto;
}
.wm-card.--text-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0px;
  background-color: var(--theme-base-accent-color);
  transition: all 0.3s ease;
}
.h-theme-green .wm-card.--text-card::after {
  background-color: var(--color-wmgold-55);
}
.wm-card.--text-card:hover a {
  text-decoration: none;
}
.wm-card.--text-card:hover::after {
  height: 8px;
}
.wm-card:hover {
  border: 1px solid var(--theme-base-accent-color);
}
.wm-card__text-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
  margin: 22px;
  margin-bottom: 30px;
}
.wm-card__graphic-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.wm-card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url("https://www.wm.edu/images/default_cypher_background.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 66.8%;
}
@supports (aspect-ratio: auto) {
  .wm-card__image-wrapper {
    aspect-ratio: 1000/668;
    padding-top: 0;
  }
}
.wm-card__image {
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  vertical-align: middle;
  border: 0;
  transition: all 0.3s ease;
}
.wm-card.-card-order-switched > *:nth-child(2) {
  order: -1;
}
.--landscape .wm-card {
  flex-direction: row;
  flex: 1 1 528px;
  max-width: 590px;
}
.--landscape .wm-card__text-section {
  flex: 0 1 74%;
  text-align: left;
  margin: 30px 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.--landscape .wm-card__graphic-section {
  flex: 1 1 90px;
  max-width: 150px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wm-card--isLink {
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.wm-card--isLink:hover, .wm-card--isLink:focus-within {
  text-decoration: none;
  cursor: pointer;
  border-color: rgba(var(--theme-base-accent-rgb-color), 0.3);
  transform: translateY(-15px);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.06);
}

/* scss/4-row-components/_wm-text-card-component.scss */
.wm-slideshow .wm-cards {
  flex-wrap: nowrap;
  justify-content: normal;
}

.wm-text-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
  background-color: var(--theme-base-color);
  max-width: 416px;
  transition: all 0.3s ease-in-out;
}
.wm-text-card:hover {
  border: 1px solid var(--theme-base-accent-color);
}
@media (min-width: 700px) {
  .wm-text-card {
    min-width: 277px;
    max-height: 508px;
    overflow: hidden;
  }
  .wm-text-card.-has-byline {
    max-height: 543px;
  }
}
.wm-text-card__text-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
  margin: 0 22px 30px;
  height: min-content;
  overflow: hidden;
}
@media (min-width: 700px) {
  .wm-text-card:hover {
    border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
  }
  .wm-text-card:hover .wm-image-card__image {
    transform: scale3d(1.07, 1.07, 1.07);
    transform-origin: center;
  }
  .wm-text-card:hover .wm-image-card__image-wrapper:after {
    opacity: 1;
  }
  .wm-text-card:hover .wm-image-card__text-section {
    transition: all 0.1s ease-in;
  }
}

.wm-text-card .wm-description-text__title {
  margin-top: 15px;
}
.wm-text-card .wm-description-text__title, .wm-text-card .wm-description-text__text, .wm-text-card .wm-description-text__caption, .wm-text-card .wm-description-text__publication, .wm-text-card .wm-description-text__byline-date {
  text-align: left;
}

/* scss/4-row-components/_wm-image-card.scss */
.wm-slideshow .wm-cards {
  flex-wrap: nowrap;
  justify-content: normal;
}

.wm-image-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
  background-color: var(--theme-base-color);
  max-width: 416px;
  transition: all 0.3s ease-in-out;
}
.wm-image-card:hover {
  border: 1px solid var(--theme-base-accent-color);
}
@media (min-width: 700px) {
  .wm-image-card {
    min-width: 277px;
    max-height: 508px;
    overflow: hidden;
  }
  .wm-image-card.-has-byline {
    max-height: 543px;
  }
}
.wm-image-card__text-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
  margin: 0 22px 30px;
  height: min-content;
  overflow: hidden;
}
.wm-image-card__image-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 0;
  aspect-ratio: 1000/668;
}
.wm-image-card__image-wrapper {
  width: 101%;
  overflow: hidden;
  background: url("https://www.wm.edu/images/default_cypher_background.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  aspect-ratio: 1000/668;
  position: absolute;
  top: 0;
  left: 0;
}
.wm-image-card__image {
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  vertical-align: middle;
  border: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.wm-image-card__image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% + 15px);
  z-index: 0;
  opacity: 0;
  top: -15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.4s linear;
}
@media (min-width: 700px) {
  .wm-image-card:hover {
    border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
  }
  .wm-image-card:hover .wm-image-card__image {
    transform: scale3d(1.07, 1.07, 1.07);
    transform-origin: center;
  }
  .wm-image-card:hover .wm-image-card__image-wrapper:after {
    opacity: 1;
  }
  .wm-image-card:hover .wm-image-card__text-section {
    transition: all 0.1s ease-in;
  }
}

.wm-image-card .wm-description-text__title {
  margin-top: 15px;
}
.wm-image-card .wm-description-text__title, .wm-image-card .wm-description-text__text, .wm-image-card .wm-description-text__caption, .wm-image-card .wm-description-text__publication, .wm-image-card .wm-description-text__byline-date {
  text-align: left;
}

/* scss/4-row-components/_wm-statnum-component.scss */
.wm-statnum {
  font-family: "Freight Display Pro W03", Times, serif;
  font-style: italic;
  font-feature-settings: "lnum";
  line-height: 1;
}
.wm-statnum__number {
  padding: 0;
  padding-right: 4px;
  font-size: 5.625rem;
}
.--chars5 .wm-statnum__number {
  font-size: 5rem;
}
.--chars6 .wm-statnum__number {
  font-size: 4.6875rem;
}
.--chars7 .wm-statnum__number {
  font-size: 4.375rem;
}
.wm-statnum--prepend-top, .wm-statnum--append-bottom, .wm-statnum--append-top {
  font-family: "Freight Text W03", Times, serif;
  font-weight: 500;
  font-size: 1.875rem;
  bottom: 0;
}
.wm-statnum--prepend-top, .wm-statnum--append-top {
  top: -1.3em;
}
.--chars5 .wm-statnum--prepend-top, .--chars5 .wm-statnum--append-top {
  top: -1.1em;
}
.--chars6 .wm-statnum--prepend-top, .--chars6 .wm-statnum--append-top {
  top: -1em;
}
.--chars7 .wm-statnum--prepend-top, .--chars7 .wm-statnum--append-top {
  top: -0.87em;
}
.wm-statnum--prepend-top {
  right: -4px;
}
.wm-statnum--prepend-bottom {
  font-size: 26px;
  top: -0.03em;
}

/* scss/4-row-themes/_themes.scss */
/* scss/5-layouts/_listing-layout.scss */
.user_content h5 + .l-listing,
.user_content h6 + .l-listing {
  margin-top: 0.8125rem;
}
.user_content .l-listing__entry {
  overflow: auto;
  margin-bottom: 2.5rem;
  margin-left: 0;
  list-style-type: none;
  overflow-wrap: break-word;
}
.user_content .l-listing__entry > *:last-child {
  margin-bottom: 0;
}
.user_content .l-listing__title {
  display: block;
  margin-bottom: 0.0625rem;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
}
.user_content .l-listing__title.-directory-name {
  margin-top: -6px;
  font-size: 1.375rem;
  line-height: 1.6;
}
.user_content .l-listing__metadata {
  margin-top: 3px;
  margin-bottom: 0.375rem;
  color: var(--color-text-base);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.user_content .l-listing__date {
  font-weight: bold;
}
.user_content .l-listing__date:last-child:not(:first-child):before {
  display: inline-block;
  margin: 0 5px;
  content: "| ";
  font-weight: normal;
}
.user_content .l-listing__metadata.l-listing__date:last-child:not(:first-child):before, .user_content .l-listing__author {
  font-style: italic;
}
.user_content .l-listing__image {
  float: left;
  max-width: 100px;
  height: 100px;
  margin-top: 0;
  margin-right: 0.9375rem;
  margin-bottom: 0.4375rem;
  margin-bottom: 0.4375rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .user_content .l-listing__image + .l-listing__title, .user_content .l-listing__image ~ .l-listing__content {
    margin-left: 115px;
  }
}
.user_content .l-listing__label {
  font-weight: bold;
}
.user_content .l-listing__label.-directory-title {
  display: inline-block;
  line-height: 1.3;
}
.user_content .l-listing.-show-mobile-thumbs .l-listing__image, .user_content .l-listing__entry.-show-mobile-thumbs .l-listing__image {
  display: block;
}
.user_content .l-listing.-show-mobile-thumbs .l-listing__image + .l-listing__title, .user_content .l-listing.-show-mobile-thumbs .l-listing__image ~ .l-listing__content, .user_content .l-listing__entry.-show-mobile-thumbs .l-listing__image + .l-listing__title, .user_content .l-listing__entry.-show-mobile-thumbs .l-listing__image ~ .l-listing__content {
  margin-left: 0;
}
@media (min-width: 700px) {
  .user_content .l-listing.-show-mobile-thumbs .l-listing__image + .l-listing__title, .user_content .l-listing.-show-mobile-thumbs .l-listing__image ~ .l-listing__content, .user_content .l-listing__entry.-show-mobile-thumbs .l-listing__image + .l-listing__title, .user_content .l-listing__entry.-show-mobile-thumbs .l-listing__image ~ .l-listing__content {
    margin-left: 115px;
  }
}
.user_content .l-listing.-show-mobile-thumbs.directory_listing .l-listing__content, .user_content .l-listing__entry.-show-mobile-thumbs.directory_listing .l-listing__content {
  margin-left: 0 !important;
}
.user_content .l-listing.-show-mobile-thumbs.directory_listing .l-listing__image ~ .l-listing__content, .user_content .l-listing__entry.-show-mobile-thumbs.directory_listing .l-listing__image ~ .l-listing__content {
  margin-left: 115px !important;
}

/* scss/5-layouts/_main-layout.scss */
body {
  padding: env(save-area-inset-top, 0px) env(save-area-inset-right, 0px) env(save-area-inset-bottom, 0px) env(save-area-inset-left, 0px);
}

#main_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.content_wrapper {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 22px;
  background-color: white;
  margin: 0;
}
@media (min-width: 700px) {
  .content_wrapper {
    margin: 0;
  }
}
@media (min-width: 930px) {
  .content_wrapper {
    width: 100%;
    max-width: none;
    padding-top: 44px;
  }
}
@media (min-width: 1680px) {
  .content_wrapper {
    max-width: 1288px;
  }
}
.hasRow .content_wrapper {
  position: relative;
  border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
}

#main_content:not(.hasSidebar) .content_wrapper {
  width: 100%;
}

.content_wrapper + .h-theme-white::after {
  content: "";
  background-color: var(--color-wmsilver-25);
  opacity: 0.4;
  height: 1px;
  position: absolute;
  top: -0.5px;
  width: 1288px;
  z-index: 2;
  max-width: calc(100% - var(--wm-row-side-padding-external) * 2);
  margin: 0 var(--wm-row-side-padding-external);
  left: 50%;
  transform: translateX(calc(-50% - var(--wm-row-side-padding-external)));
}

@media (min-width: 1215px) {
  .hasSidebar #content {
    display: flex;
    padding: 0;
  }
}

#content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 44px);
  margin: 0 22px;
}
@media (min-width: 700px) {
  #content {
    margin: 0 44px;
  }
  #content .card.Small {
    width: 218px;
  }
  #content .card.Large {
    width: 454px;
  }
}
@media (min-width: 930px) {
  #content {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(100% - 363px);
    max-width: 1288px;
    padding-right: 0;
  }
}
@media (min-width: 1215px) {
  #content {
    flex-direction: row;
    margin: 0 44px;
    padding: 0;
  }
}
@media (min-width: 1376px) {
  #content {
    margin: 0;
  }
}
#content .m-breadcrumbs {
  margin-bottom: 1.79rem;
  line-height: 1.2;
}
#content .m-breadcrumbs a {
  font-weight: 700;
}
@media (min-width: 930px) {
  #content.atoz .m-breadcrumbs {
    margin-left: 0 !important;
  }
}
#content > .grid {
  max-width: 100%;
}
#content > .grid .card {
  width: 100%;
}
#content.gallery {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 700px) {
  #content.gallery {
    margin-bottom: 100px;
    padding: 0;
  }
}
@media (min-width: 930px) {
  #content.gallery {
    max-width: 100%;
  }
  #content.gallery .user_content {
    flex-basis: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1215px) {
  #content.gallery {
    justify-content: center;
  }
  #content.gallery .user_content {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
#content.gallery > :not(#sidebar) {
  max-width: 100%;
}

.user_content .page_nav {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  /* On mobile and table devices set the space below the page nav to 1.68rem */
  margin-bottom: 1.68rem;
  /* On all devices, change all divs in the left column to use only margin-top for spacing */
  /* Hide the extra-nav's that are given the class empty via javascript */
}
.user_content .page_nav .wm-page_menu, .user_content .page_nav .social-media-nav, .user_content .page_nav .extra-nav {
  margin-bottom: 0px;
}
.user_content .page_nav .social-media-nav, .user_content .page_nav .extra-nav {
  margin-top: 35px;
}
.user_content .page_nav .extra-nav.empty, .user_content .page_nav .extra-nav:last-child.empty {
  display: none;
}
@media (min-width: 930px) {
  .user_content .page_nav {
    position: absolute;
    top: 0;
    left: 0;
    flex-basis: 280px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 280px;
  }
}
@media (min-width: 1215px) {
  .user_content .page_nav {
    /* On desktop set the space below the page nav to 44px */
    margin-bottom: 44px;
  }
}
.user_content .page_nav .extra-nav {
  position: relative;
  margin-top: 2.132rem;
  margin-bottom: 1.5625rem;
  padding: 1.3rem;
  padding-top: 22px;
  transition: all 0.18s ease-in;
  background: var(--color-pagenav-background);
}
.user_content .page_nav .extra-nav:last-child {
  margin-bottom: 0;
}

.user_content--wrapper {
  width: 100%;
  max-width: 920px;
  overflow: hidden;
}
@media (min-width: 930px) {
  .user_content--wrapper {
    width: calc(100% - 324px);
    float: none;
    margin-left: 324px;
  }
  .user_content--wrapper .user_content--wrapper {
    width: 100%;
  }
}
@media (min-width: 1215px) {
  .hasRow .user_content--wrapper {
    margin-bottom: 30px;
  }
}

.user_content--wrapper > *:last-child,
.fullPage .content_wrapper > *:last-child {
  margin-bottom: 60px !important;
}

@media (min-width: 1215px) {
  /* On desktop, change the space below center column and right column from 60px to 44px */
  .user_content--wrapper > :last-child,
  .fullPage .content_wrapper > :last-child,
  #sidebar {
    margin-bottom: 44px !important;
  }
}
.fullPage .content_wrapper {
  max-width: 1288px;
}

.user_content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
@media (min-width: 930px) {
  .user_content {
    margin-bottom: 44px;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .user_content {
    flex-basis: 562px;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .user_content > *:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 930px) {
  .user_content {
    flex-basis: 300px;
    flex-basis: min-content;
  }
}
@media (min-width: 1215px) {
  .user_content {
    flex-basis: 562px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .user_content:not(:last-child) {
    border-bottom: none !important;
  }
}

@media (min-width: 1215px) {
  .hasSidebar .user_content {
    flex-basis: 562px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    max-width: calc(100% - 264px);
    padding-right: 66px;
  }
  .hasSidebar .user_content .user_content {
    max-width: 550px !important;
  }
}

#sidebar {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-top: 44px;
  padding-bottom: 100px;
}
@media (min-width: 600px) {
  #sidebar {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 930px) {
  #sidebar {
    width: auto;
    max-width: 100%;
    margin-left: calc(280px + 44px) !important;
  }
}
@media (min-width: 1215px) {
  #sidebar {
    width: 264px;
    margin-bottom: 0;
    margin-left: 0 !important;
  }
  #sidebar > *:last-child {
    margin-bottom: 60px;
  }
}

.fullPage .gallery .user_content {
  padding-right: 0;
}

@media (min-width: 1215px) {
  .fullPage.hasSidebar .user_content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0;
    width: 562px;
  }
}

.user_content:not(:last-child) {
  border-bottom: 1px solid hsl(195, 4.4444444444%, 86.4705882353%);
}

.user_content .user_content {
  border-bottom: none;
}

#sidebar {
  border-top: none;
}

@media (min-width: 600px) {
  .user_content:not(:last-child) {
    border-bottom: none;
  }
  #sidebar {
    border-top: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
}
@media (min-width: 1215px) {
  #sidebar {
    border-top: none;
    border-left: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
}
@media (min-width: 930px) {
  .atoz .user_content {
    padding-left: 22px;
  }
}

.atoz #sidebar,
.gateway #sidebar {
  margin: 0 auto !important;
}

/* scss/6-page-content-elements/_alert.scss */
.user_content .alert,
.user_content .collapsible .alert,
.user_content_styles .alert,
.user_content_styles .collapsible .alert {
  display: block;
  overflow: auto;
  margin: 0px;
  padding: 20px;
  background: var(--color-wmsilver-0);
}
.user_content .alert a,
.user_content .collapsible .alert a,
.user_content_styles .alert a,
.user_content_styles .collapsible .alert a {
  color: var(--color-link-dark);
}
.user_content .alert + .alert,
.user_content .collapsible .alert + .alert,
.user_content_styles .alert + .alert,
.user_content_styles .collapsible .alert + .alert {
  margin-top: 0 !important;
  padding-top: 0;
}
.user_content .alert + :not(.alert),
.user_content .collapsible .alert + :not(.alert),
.user_content_styles .alert + :not(.alert),
.user_content_styles .collapsible .alert + :not(.alert) {
  margin-top: 2rem;
}
.user_content .alert + hr,
.user_content .collapsible .alert + hr,
.user_content_styles .alert + hr,
.user_content_styles .collapsible .alert + hr {
  margin-top: 44px !important;
}
.user_content .alert .photoleft,
.user_content .collapsible .alert .photoleft,
.user_content_styles .alert .photoleft,
.user_content_styles .collapsible .alert .photoleft {
  float: left;
  clear: left;
  margin: 0;
  padding-top: 8px;
  padding-right: 22px;
  padding-left: 0;
}
.user_content .alert .photoright,
.user_content .collapsible .alert .photoright,
.user_content_styles .alert .photoright,
.user_content_styles .collapsible .alert .photoright {
  float: right;
  clear: right;
  margin: 7px 0 0 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 22px;
}
.user_content .collapsible .alert:last-child,
.user_content_styles .collapsible .alert:last-child {
  margin-bottom: 1.2rem;
}
.user_content h5.alert,
.user_content h6.alert,
.user_content .collapsible h5.alert,
.user_content .collapsible h6.alert,
.user_content_styles h5.alert,
.user_content_styles h6.alert,
.user_content_styles .collapsible h5.alert,
.user_content_styles .collapsible h6.alert {
  padding-bottom: 0.625rem;
}
.user_content h5.alert:first-child,
.user_content h6.alert:first-child,
.user_content .collapsible h5.alert:first-child,
.user_content .collapsible h6.alert:first-child,
.user_content_styles h5.alert:first-child,
.user_content_styles h6.alert:first-child,
.user_content_styles .collapsible h5.alert:first-child,
.user_content_styles .collapsible h6.alert:first-child {
  margin-top: 0.625rem;
}
.user_content h6.alert,
.user_content .collapsible h6.alert,
.user_content_styles h6.alert,
.user_content_styles .collapsible h6.alert {
  padding-bottom: 0px;
}
.user_content h5 + .alert,
.user_content_styles h5 + .alert {
  margin-top: 1.25rem;
}
.user_content h6 + .alert,
.user_content_styles h6 + .alert {
  margin-top: 22px;
}
.user_content h5 + ul.alert,
.user_content_styles h5 + ul.alert {
  padding-top: 0 !important;
}
.user_content h6 + ul.alert,
.user_content_styles h6 + ul.alert {
  padding-top: 0.4375rem !important;
}
.user_content .alert > button,
.user_content .alert > .button,
.user_content .alert > a.button,
.user_content .alert > a.content_button,
.user_content .alert > .content_button > a,
.user_content .alert > .content_button_with_arrow,
.user_content_styles .alert > button,
.user_content_styles .alert > .button,
.user_content_styles .alert > a.button,
.user_content_styles .alert > a.content_button,
.user_content_styles .alert > .content_button > a,
.user_content_styles .alert > .content_button_with_arrow {
  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;
}
@media (min-width: 700px) {
  .user_content .alert > button,
  .user_content .alert > .button,
  .user_content .alert > a.button,
  .user_content .alert > a.content_button,
  .user_content .alert > .content_button > a,
  .user_content .alert > .content_button_with_arrow,
  .user_content_styles .alert > button,
  .user_content_styles .alert > .button,
  .user_content_styles .alert > a.button,
  .user_content_styles .alert > a.content_button,
  .user_content_styles .alert > .content_button > a,
  .user_content_styles .alert > .content_button_with_arrow {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.user_content .alert > button:hover, .user_content .alert > button:focus,
.user_content .alert > .button:hover,
.user_content .alert > .button:focus,
.user_content .alert > a.button:hover,
.user_content .alert > a.button:focus,
.user_content .alert > a.content_button:hover,
.user_content .alert > a.content_button:focus,
.user_content .alert > .content_button > a:hover,
.user_content .alert > .content_button > a:focus,
.user_content .alert > .content_button_with_arrow:hover,
.user_content .alert > .content_button_with_arrow:focus,
.user_content_styles .alert > button:hover,
.user_content_styles .alert > button:focus,
.user_content_styles .alert > .button:hover,
.user_content_styles .alert > .button:focus,
.user_content_styles .alert > a.button:hover,
.user_content_styles .alert > a.button:focus,
.user_content_styles .alert > a.content_button:hover,
.user_content_styles .alert > a.content_button:focus,
.user_content_styles .alert > .content_button > a:hover,
.user_content_styles .alert > .content_button > a:focus,
.user_content_styles .alert > .content_button_with_arrow:hover,
.user_content_styles .alert > .content_button_with_arrow:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.user_content .alert > button:hover, .user_content .alert > button:focus,
.user_content .alert > .button:hover,
.user_content .alert > .button:focus,
.user_content .alert > a.button:hover,
.user_content .alert > a.button:focus,
.user_content .alert > a.content_button:hover,
.user_content .alert > a.content_button:focus,
.user_content .alert > .content_button > a:hover,
.user_content .alert > .content_button > a:focus,
.user_content .alert > .content_button_with_arrow:hover,
.user_content .alert > .content_button_with_arrow:focus,
.user_content_styles .alert > button:hover,
.user_content_styles .alert > button:focus,
.user_content_styles .alert > .button:hover,
.user_content_styles .alert > .button:focus,
.user_content_styles .alert > a.button:hover,
.user_content_styles .alert > a.button:focus,
.user_content_styles .alert > a.content_button:hover,
.user_content_styles .alert > a.content_button:focus,
.user_content_styles .alert > .content_button > a:hover,
.user_content_styles .alert > .content_button > a:focus,
.user_content_styles .alert > .content_button_with_arrow:hover,
.user_content_styles .alert > .content_button_with_arrow:focus {
  background-color: black;
}
.user_content .page_nav + .alert,
.user_content_styles .page_nav + .alert {
  margin-top: 1.8125rem;
}

/* scss/6-page-content-elements/_boxcopy.scss */
/** Boxcopy Formatting Custom HTML Widget **/
.user_content {
  /*** Special link treatment for content items with gray background ***/
}
.user_content .boxcopy-left,
.user_content .boxcopy-right {
  width: auto;
  margin: 1.5625rem auto;
  padding: 20px;
  background: var(--color-wmsilver-0);
  font-size: 14px;
  line-height: 1.4em;
}
@media (min-width: 530px) {
  .user_content .boxcopy-left,
  .user_content .boxcopy-right {
    width: 260px;
  }
}
.user_content .boxcopy-left h5,
.user_content .boxcopy-right h5 {
  margin-top: 0;
  margin-bottom: 0.875rem;
}
.user_content .boxcopy-left h6,
.user_content .boxcopy-right h6 {
  margin-bottom: -3px;
}
.user_content .boxcopy-left ul li,
.user_content .boxcopy-right ul li {
  margin-left: 20px;
  font-size: 14px;
}
@media (min-width: 530px) {
  .user_content .boxcopy-left {
    float: left;
    margin: 8px 35px 1.5625rem 0 !important;
  }
}
@media (min-width: 530px) {
  .user_content .boxcopy-right {
    float: right;
    margin: 8px 0 1.5625rem 35px !important;
  }
}
.user_content .boxcopy-left h1,
.user_content .boxcopy-left h2,
.user_content .boxcopy-left h3,
.user_content .boxcopy-left h4,
.user_content .boxcopy-left h5,
.user_content .boxcopy-left h6,
.user_content .boxcopy-right h1,
.user_content .boxcopy-right h2,
.user_content .boxcopy-right h3,
.user_content .boxcopy-right h4,
.user_content .boxcopy-right h5,
.user_content .boxcopy-right h6 {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.2em;
}
.user_content .boxcopy-left h5,
.user_content .boxcopy-left h6,
.user_content .boxcopy-right h5,
.user_content .boxcopy-right h6 {
  font-weight: bold;
}
.user_content .boxcopy-left h5,
.user_content .boxcopy-right h5 {
  font-size: 16px !important;
}
.user_content .boxcopy-left h6,
.user_content .boxcopy-right h6 {
  margin-bottom: 1px;
  font-size: 14px !important;
}
.user_content .boxcopy-left a,
.user_content .boxcopy-right a {
  color: var(--color-link-dark);
}
.user_content .boxcopy-left > :last-child,
.user_content .boxcopy-right > :last-child {
  margin-bottom: 0;
}

/* scss/6-page-content-elements/_breadcrumbs.scss */
#breadcrumbs2 {
  clear: left;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.user_content .m-breadcrumbs {
  max-width: 700px;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
  color: var(--color-wmgreen-90);
}
.user_content .m-breadcrumbs__link {
  display: inline;
  margin: 0;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.94rem;
}
.user_content .m-breadcrumbs__link a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
}
.user_content .m-breadcrumbs__link a:hover, .user_content .m-breadcrumbs__link a:focus {
  text-decoration: underline;
}
.user_content .m-breadcrumbs__link:last-child {
  font-weight: 400;
  color: var(--color-text-base);
}
.user_content .m-breadcrumbs__link::after {
  padding: 0 0 0 0.35533rem;
  color: var(--color-text-base);
  content: "/";
}
.user_content .m-breadcrumbs__link:last-child:after, .user_content .m-breadcrumbs__link:only-child:after, .user_content .m-breadcrumbs__link:last-of-type:after {
  content: none;
}

[id^=collapsedlinks] .m-breadcrumbs__link::after {
  content: none;
}

.feature .m-breadcrumbs {
  margin-bottom: 1.066rem;
}

.m-breadcrumbs__link button {
  display: inline-block;
  min-height: auto;
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0 0.1em 0 0.1em;
  cursor: pointer;
  color: var(--color-link-base);
  border: 0;
  background: transparent;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
}

.m-breadcrumbs__link button:hover,
.m-breadcrumbs__link button:focus {
  text-decoration: underline !important;
  color: var(--color-webgold-75);
  background-color: white;
}

#collapsedlinks {
  position: absolute;
  display: none;
  max-width: 255px;
  padding: 7px 45px 7px 17px;
  border: 1px solid var(--color-wmsilver-25);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

#collapsedlinks[data-show] {
  display: block;
  -webkit-animation: fadeindown 0.2s;
  -moz-animation: fadeindown 0.2s;
  -ms-animation: fadeindown 0.2s;
  -o-animation: fadeindown 0.2s;
  animation: fadeindown 0.2s;
  animation-timing-function: ease-in-out;
}

#collapsedlinks li {
  display: block;
  margin: 0.85rem 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
}

#collapsedlinks li::after {
  content: none;
}

#collapsedlinks[data-popper-placement^=top] > #bc_arrow {
  bottom: -4px;
}

#collapsedlinks[data-popper-placement^=bottom] > #bc_arrow {
  top: -6px;
}

#collapsedlinks[data-popper-placement^=left] > #bc_arrow {
  right: -4px;
}

#collapsedlinks[data-popper-placement^=right] > #bc_arrow {
  left: -4px;
}

#bc_arrow,
#bc_arrow::before {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
}

#bc_arrow::before {
  left: 0;
  content: "";
  transform: rotate(45deg);
  background: #fff;
}

#collapsedlinks[data-popper-placement^=top] > #bc_arrow::before {
  border: 1px solid #fff;
  border-right-color: var(--color-wmsilver-25);
  border-bottom-color: var(--color-wmsilver-25);
}

#collapsedlinks[data-popper-placement^=bottom] > #bc_arrow::before {
  border: 1px solid #fff;
  border-top-color: var(--color-wmsilver-25);
  border-left-color: var(--color-wmsilver-25);
}

#collapsedlinks[data-popper-placement=bottom-end] > #bc_arrow::before,
#collapsedlinks[data-popper-placement=top-end] > #bc_arrow::before {
  left: -10px;
}

[id^=collapsedlinks] {
  position: absolute;
  z-index: 1;
  display: none;
  max-width: 255px;
  padding: 7px 45px 7px 17px;
  border: 1px solid var(--color-wmsilver-25);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

[id^=collapsedlinks][data-show] {
  display: block;
  -webkit-animation: fadeindown 0.2s;
  -moz-animation: fadeindown 0.2s;
  -ms-animation: fadeindown 0.2s;
  -o-animation: fadeindown 0.2s;
  animation: fadeindown 0.2s;
  animation-timing-function: ease;
  animation-timing-function: ease-in-out;
}

[id^=collapsedlinks][data-popper-placement^=bottom] > [id^=bc_arrow] {
  top: -6px;
}

[id^=collapsedlinks][data-popper-placement^=bottom] > [id^=bc_arrow]::before {
  border: 1px solid #fff;
  border-top-color: var(--color-wmsilver-25);
  border-left-color: var(--color-wmsilver-25);
}

[id^=collapsedlinks][data-popper-placement^=top] > [id^=bc_arrow] {
  bottom: -4px;
}

[id^=collapsedlinks][data-popper-placement^=top] > [id^=bc_arrow]::before {
  border: 1px solid #fff;
  border-right-color: var(--color-wmsilver-25);
  border-bottom-color: var(--color-wmsilver-25);
}

.user_content [id^=collapsedlinks] li {
  display: block;
  margin: 0.85rem 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
}

[id^=bc_arrow],
[id^=bc_arrow]::before {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
}

[id^=bc_arrow]::before {
  left: 0;
  content: "";
  transform: rotate(45deg);
  background: #fff;
}

#bc_arrow,
#bc_arrow::before {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
}

#bc_arrow::before {
  left: 0;
  content: "";
  transform: rotate(45deg);
  background: #fff;
}

#collapsedlinks[data-popper-placement^=top] > #bc_arrow::before {
  border: 1px solid #fff;
  border-right-color: var(--color-wmsilver-25);
  border-bottom-color: var(--color-wmsilver-25);
}

#collapsedlinks[data-popper-placement^=bottom] > #bc_arrow::before {
  border: 1px solid #fff;
  border-top-color: var(--color-wmsilver-25);
  border-left-color: var(--color-wmsilver-25);
}

#collapsedlinks[data-popper-placement=bottom-end] > #bc_arrow::before,
#collapsedlinks[data-popper-placement=top-end] > #bc_arrow::before {
  left: -10px;
}

@keyframes fadeinup {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes fadeinup {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeinup {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-ms-keyframes fadeinup {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes fadeinup {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeindown {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes fadeindown {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeindown {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-ms-keyframes fadeindown {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes fadeindown {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* scss/6-page-content-elements/_broadcast-bar.scss */
/** ===================== broadcast BAR TOP ==================================== **/
.broadcastBarTop {
  padding: 12px 0 8px;
  border-bottom: 4px solid var(--color-one-offs-broadcast-border);
  background: var(--color-one-offs-broadcast-gradient-center);
  background: -moz-linear-gradient(left, var(--color-one-offs-broadcast-gradient-sides) 5%, var(--color-one-offs-broadcast-gradient-center) 50%, var(--color-one-offs-broadcast-gradient-sides) 95%);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, var(--color-one-offs-broadcast-gradient-sides)), color-stop(50%, var(--color-one-offs-broadcast-gradient-sides)), color-stop(95%, var(--color-one-offs-broadcast-gradient-sides)));
  background: -webkit-linear-gradient(left, var(--color-one-offs-broadcast-gradient-sides) 5%, var(--color-one-offs-broadcast-gradient-center) 50%, var(--color-one-offs-broadcast-gradient-sides) 95%);
  background: -o-linear-gradient(left, var(--color-one-offs-broadcast-gradient-sides) 5%, var(--color-one-offs-broadcast-gradient-center) 50%, var(--color-one-offs-broadcast-gradient-sides) 95%);
  background: -ms-linear-gradient(left, var(--color-one-offs-broadcast-gradient-sides) 5%, var(--color-one-offs-broadcast-gradient-center) 50%, var(--color-one-offs-broadcast-gradient-sides) 95%);
  background: linear-gradient(to right, var(--color-one-offs-broadcast-gradient-sides) 5%, var(--color-one-offs-broadcast-gradient-center) 50%, var(--color-one-offs-broadcast-gradient-sides) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92734a", endColorstr="var(--color-one-offs-broadcast-gradient-center)",GradientType=1 );
}

.broadcastBarTop p {
  margin: 0 10px;
  padding: 0;
}

.broadcastBarTop + img + .wm-topbar {
  top: -1px;
}

.broadcastBarTop__contents {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

.broadcastBarTop__contents a {
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}
.broadcastBarTop__contents a:hover {
  text-decoration: underline;
}

.broadcastBarTop__more {
  display: inline-block;
  margin-left: 10px;
}

.broadcastBarTop__more a {
  position: relative;
  display: block;
  padding-right: 15px;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.broadcastBarTop__more a::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 13px;
  height: 1px;
  content: "";
  transition: all 0.2s linear;
  transform: translateY(calc(-50% - 0.5px));
  background: #fff;
}

.broadcastBarTop__more a::before {
  position: absolute;
  top: 50%;
  right: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  transition: all 0.2s linear;
  transform: translateY(calc(-50% - 0.5px)) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.broadcastBarTop__more a:hover::before,
.broadcastBarTop__more a:focus::before,
.broadcastBarTop__more a:hover::after,
.broadcastBarTop__more a:focus::after {
  right: -6px;
}

@media screen and (min-width: 1000px) {
  .broadcastBarTop {
    padding: 12px 0 10px;
  }
  .broadcastBarTop__contents {
    max-width: 996px;
    font-size: 18px;
  }
  .broadcastBarTop p {
    max-width: none;
    padding: 0 150px;
    font-size: 18px;
  }
  .broadcastBarTop__more {
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    transform: translateY(-50%);
  }
}
/** ===================== END: broadcast BAR TOP ==================================== **/
/* scss/6-page-content-elements/_buttons-wm.scss */
button,
.button,
a.button,
a.content_button,
.content_button > a,
.content_button_with_arrow {
  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;
}
@media (min-width: 700px) {
  button,
  .button,
  a.button,
  a.content_button,
  .content_button > a,
  .content_button_with_arrow {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
button:hover, button:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
a.content_button:hover,
a.content_button:focus,
.content_button > a:hover,
.content_button > a:focus,
.content_button_with_arrow:hover,
.content_button_with_arrow:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
button:hover, button:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
a.content_button:hover,
a.content_button:focus,
.content_button > a:hover,
.content_button > a:focus,
.content_button_with_arrow:hover,
.content_button_with_arrow:focus {
  background-color: black;
}
button > span,
.button > span,
a.button > span,
a.content_button > span,
.content_button > a > span,
.content_button_with_arrow > span {
  display: inline;
}
button .fa-angle-right,
.button .fa-angle-right,
a.button .fa-angle-right,
a.content_button .fa-angle-right,
.content_button > a .fa-angle-right,
.content_button_with_arrow .fa-angle-right {
  display: none;
}

@media (min-width: 700px) {
  .content_button > a:only-of-type,
  p > a.content_button:only-of-type,
  p > a.content_button_with_arrow:only-of-type {
    margin: 0;
  }
}

p > a.content_button:first-child,
p > a.content_button ~ a.content_button,
p > a.content_button_with_arrow:first-child,
p > a.content_button_with_arrow ~ a.content_button {
  margin-bottom: 8px;
}

.content_button_with_arrow > a,
.content_button_with_arrow > strong > a {
  text-decoration: none !important;
  color: white;
}
.content_button_with_arrow > a:hover,
.content_button_with_arrow > strong > a:hover {
  text-decoration: none;
}

p.content_button_with_arrow {
  margin-bottom: 1.2rem;
}

h5 + .button,
h5 + a.content_button,
h5 + .content_button > a,
h5 + .content_button_with_arrow,
h5 + p.content_button,
h5 + p.content_button_with_arrow,
h6 + .button,
h6 + a.content_button,
h6 + .content_button > a,
h6 + .content_button_with_arrow,
h6 + p.content_button,
h6 + p.content_button_with_arrow {
  margin-top: 22px;
}

h5 + p > a.content_button:first-child,
h6 + p > a.content_button:first-child {
  margin-top: 1rem;
}

h5 + p.content_button a,
h5 + p.content_button_with_arrow a,
h6 + p.content_button a,
h6 + p.content_button_with_arrow a {
  margin-top: 0;
}

.read-more-link {
  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;
}
@media (min-width: 700px) {
  .read-more-link {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.read-more-link:hover, .read-more-link:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.read-more-link:hover, .read-more-link:focus {
  background-color: black;
}
.read-more-link a {
  color: white;
}
.read-more-link a:hover {
  text-decoration: none;
}
.read-more-link:last-child {
  margin-bottom: 0;
}

.user_content table button,
.user_content table .button,
.user_content table a.button,
.user_content table a.content_button,
.user_content table .content_button > a,
.user_content table .content_button_with_arrow,
.user_content table .read-more-link,
.user_content_styles table button,
.user_content_styles table .button,
.user_content_styles table a.button,
.user_content_styles table a.content_button,
.user_content_styles table .content_button > a,
.user_content_styles table .content_button_with_arrow,
.user_content_styles table .read-more-link {
  color: white;
}

.user_content button:last-child,
.user_content a.button:last-child,
.user_content .button:last-child,
.user_content a.content_button:last-child,
.user_content .content_button > a:last-child,
.user_content .content_button_with_arrow:last-child,
.user_content_styles > button:last-child,
.user_content_styles > a.button:last-child,
.user_content_styles > .button:last-child,
.user_content_styles > a.content_button:last-child,
.user_content_styles > .content_button > a:last-child,
.user_content_styles > .content_button_with_arrow:last-child {
  padding: 1rem 2.5rem;
}

/* scss/6-page-content-elements/_bxSlider.scss */
.bxslider {
  margin-bottom: 1.066rem;
}

.bxslider__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-base);
  font-size: 1rem;
  font-weight: 800;
}

.bxslider ul {
  overflow: visible;
  margin: 0;
  padding: 0;
}

.bxslider figure {
  margin: 0;
  padding: 0;
  color: var(--color-text-base);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
}

#sidebar .widget.bxslider.video-widget .bx-wrapper figure iframe {
  margin: 0 auto;
  margin-bottom: 67px;
}
@media (min-width: 600px) {
  #sidebar .widget.bxslider.video-widget .bx-wrapper figure iframe {
    margin-right: 20px;
    margin-bottom: 47px;
  }
}
@media (min-width: 1215px) {
  #sidebar .widget.bxslider.video-widget .bx-wrapper figure iframe {
    margin-right: 0px;
    margin-bottom: 67px;
  }
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.user_content li.flex-nav-prev,
.user_content li.flex-nav-next {
  margin-left: 0;
}

/* bxSlider - default css */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  border: 5px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  display: block;
  max-width: 240px;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  min-height: 150px;
  -webkit-transform: translatez(0);
}

.video-widget .bx-viewport {
  min-height: 250px !important;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
}

.bx-wrapper .bx-pager {
  padding-top: 20px;
  text-align: center;
  color: #666;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: 700;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  background: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 9999;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: 0;
  text-indent: -9999px;
  outline: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  margin: 0 3px;
  text-indent: -9999px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  margin: 0 3px;
  text-indent: -9999px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
}

.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: Arial;
  font-size: 0.85em;
}

/** BxSlider Widgets **/
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.widget.bxslider .bx-wrapper {
  margin-bottom: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.widget.bxslider .bx-wrapper figure .m-figure__image {
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .widget.bxslider .bx-wrapper figure .m-figure__image {
    margin-right: 20px;
  }
}
@media (min-width: 1215px) {
  .widget.bxslider .bx-wrapper figure .m-figure__image {
    margin-right: 0;
  }
}

.widget.bxslider .bx-wrapper figure img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 67px;
}
@media (min-width: 600px) {
  .widget.bxslider .bx-wrapper figure img {
    margin-bottom: 47px;
    margin-left: 0;
  }
}
@media (min-width: 1215px) {
  .widget.bxslider .bx-wrapper figure img {
    margin-bottom: 67px;
  }
}

.widget.bxslider .bx-wrapper .no-controls figure img {
  margin-bottom: 0;
}

#sidebar .widget.bxslider figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  margin-left: 0;
}
@media (min-width: 600px) {
  #sidebar .widget.bxslider figcaption {
    flex-basis: calc(100% - 260px);
    flex-grow: 0;
    margin-top: 1em;
  }
}
@media (min-width: 1215px) {
  #sidebar .widget.bxslider figcaption {
    flex-basis: 100%;
    margin-top: 0;
  }
}

#sidebar .bxslider-widget {
  position: relative;
}

#sidebar .bxslider-widget > li {
  position: absolute;
}

.widget.bxslider .bx-wrapper figure > a:focus {
  outline: none;
}

.widget.bxslider .bx-wrapper figure > a:focus::before,
.video-widget figure > iframe:focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  border: 1px dotted #fff;
}

.widget.bxslider .bx-controls-direction {
  position: absolute;
  z-index: 50;
  top: 155px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
  height: 2.97rem;
  margin: 0 auto;
  transition: top 0.35s ease-in;
}
@media (min-width: 600px) {
  .widget.bxslider .bx-controls-direction {
    right: auto;
  }
}

.widget.bxslider .bx-wrapper .bx-controls-direction a {
  width: 49% !important;
  height: 46px;
}

.widget.bxslider .bx-prev,
.widget.bxslider .bx-next {
  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);
  top: 0;
  text-indent: 0;
}
@media (min-width: 700px) {
  .widget.bxslider .bx-prev,
  .widget.bxslider .bx-next {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
.widget.bxslider .bx-next:hover,
.widget.bxslider .bx-next:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
.widget.bxslider .bx-next:hover,
.widget.bxslider .bx-next:focus {
  background-color: black;
}
.widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
.widget.bxslider .bx-next:hover,
.widget.bxslider .bx-next:focus {
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border-hover);
}
.widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
.widget.bxslider .bx-next:hover,
.widget.bxslider .bx-next:focus {
  background: var(--color-pagenav-button-background);
}
@media (min-width: 1215px) {
  .widget.bxslider .bx-prev,
  .widget.bxslider .bx-next {
    transition: all 0.18s ease-in;
    color: var(--color-wmgreen-90);
    border: none;
    background: var(--color-pagenav-background);
    border: none;
  }
  .widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
  .widget.bxslider .bx-next:hover,
  .widget.bxslider .bx-next:focus {
    color: var(--color-wmgreen-90);
    border: none;
  }
  .widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
  .widget.bxslider .bx-next:hover,
  .widget.bxslider .bx-next:focus {
    background-color: var(--color-wmsilver-15);
  }
  .widget.bxslider .bx-prev:hover,
  .widget.bxslider .bx-next:hover {
    border: none;
  }
}

.widget.bxslider .bx-prev {
  left: 0;
}

.widget.bxslider .bx-next {
  left: 51%;
}

.widget.bxslider .bx-prev:focus,
.widget.bxslider .bx-next:focus {
  outline: 1px dotted var(--color-wmgreen-90);
}

@media (min-width: 600px) {
  #sidebar .widget.bxslider {
    padding-bottom: 22px;
  }
  .widget.bxslider .bx-controls-direction {
    left: 22px;
    transform: none;
  }
  #sidebar .widget.bxslider figure {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1215px) {
  #sidebar .widget.bxslider {
    padding-bottom: 0;
  }
  .widget.bxslider .bx-controls-direction {
    left: 0;
  }
}
/*** photo slider ***/
aside.widget.flexslider img {
  width: 240px !important;
  margin-bottom: 45px;
}

aside.widget.flexslider iframe {
  margin-bottom: 35px;
}

aside.widget .flex-direction-nav {
  position: absolute;
  top: 212px;
  left: 17px;
  width: 240px;
  height: 30px;
}

aside.widget .flex-direction-nav a {
  width: 118px;
  height: 30px;
  color: var(--color-wmsilver-25) !important;
  background: var(--color-wmgreen-90);
}

/* scss/6-page-content-elements/_default-extra-announcements.scss */
.user_content .default_extra.announcements_listing li {
  margin-left: 0;
}

/* scss/6-page-content-elements/_default-extra-events.scss */
.user_content .default_extra.events_listing li {
  margin-left: 0;
}

/* scss/6-page-content-elements/_default-extra-features.scss */
/* scss/6-page-content-elements/_default-extra-news.scss */
.user_content .default_extra {
  margin-top: 30px;
  margin-bottom: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--color-one-offs-topbar-menu-border-color);
}
.user_content .default_extra h4 {
  margin-bottom: 0.5rem;
  padding: 10px 0 10px;
  text-transform: none;
  color: var(--color-wmgreen-90);
  font-size: 1.6rem;
  font-weight: bold;
}

/* scss/6-page-content-elements/_directory-w-photo-grid.scss */
/*================ Photo Grid Directory Listing ========================*/
/*** Photo Grid Directory Listing ***/
#wm_dir_grid {
  overflow: hidden;
  margin-top: 1.2rem;
  margin-bottom: 10px;
}

.wm_dir_entry_item,
.wm_dir_entry_item .grid_photo,
.wm_dir_entry_item .dirinfo,
.wm_dir_entry_item .name_position {
  width: 116px;
  height: 116px;
}

.wm_dir_entry_item div {
  margin: 0 !important;
}

.wm_dir_entry_item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
}

.wm_dir_entry_row .wm_dir_entry_item:first-child {
  border-left: 1px solid #fff;
}

.wm_dir_entry_row .wm_dir_entry_item.is-first-child {
  border-left: 1px solid #fff;
}

.wm_dir_entry_row:last-child .wm_dir_entry_item {
  border-bottom: 1px solid #fff;
}

.wm_dir_entry_row.is-last-child .wm_dir_entry_item {
  border-bottom: 1px solid #fff;
}

.wm_dir_entry_item .grid_full_info {
  display: none;
}

.wm_dir_entry_item .grid_photo,
.wm_dir_entry_item .name_position {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.wm_dir_entry_item .name_position {
  zoom: 1;
  /* IE workaround for transparency */
  background: none;
  /* 50% black */
  background: rgba(0, 0, 0, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

.wm_dir_entry_item a {
  text-decoration: none !important;
  color: #fff !important;
}

.grid_caption {
  position: absolute;
  bottom: 0;
  padding: 3px 7px;
}

.grid_name {
  display: block;
  color: #ffffff;
  font-size: 12px !important;
  line-height: 13px !important;
}

.grid_position {
  display: block;
  min-height: 1px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 10px !important;
  line-height: 13px !important;
}

.wm_dir_popup .fancybox-skin {
  padding: 15px !important;
  text-align: left !important;
  background: #ffffff !important;
  line-height: 20px;
}

.wm_dir_popup a {
  text-decoration: underline;
}

.wm_dir_popup .fancybox-inner {
  overflow: hidden;
  background: #ffffff;
}

.wm_dir_popup .grid_full_info {
  padding: 16px 29px;
  background-image: none;
}

.wm_dir_popup img {
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 5px 0 0 0;
}
@media (min-width: 650px) {
  .wm_dir_popup img {
    float: left;
    margin: 0 15px 30px 0 !important;
  }
}

.wm_dir_popup h1 {
  color: var(--color-wmgreen-90);
}

.wm_dir_popup h2 {
  margin-bottom: 5px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.wm_dir_popup h4,
.wm_dir_popup .dirinfo {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  font-size: 16px !important;
}

.wm_dir_popup h4 {
  font-weight: bold !important;
  line-height: 20px;
}

.wm_dir_popup .dirinfo_title {
  color: var(--color-wmgreen-90) !important;
  font-weight: bold;
}

.wm_dir_popup .dirinfo_content {
  display: block;
}

.wm_dir_entry_full_text {
  clear: both;
  padding-right: 25px;
  line-height: 1.6;
}

/* scss/6-page-content-elements/_dropdown.scss */
.m-dropdown__submit {
  min-width: 2.132rem;
  padding: 0.35533rem;
  line-height: 1em;
}

.m-dropdown__submit {
  color: black;
  border: 1px solid var(--color-one-offs-topbar-menu-border-color);
  background-color: var(--color-wmsilver-0);
}

/* scss/6-page-content-elements/_emergency-info.scss */
#emt-homepage-box {
  margin-top: 25px;
  padding: 20px;
  background: var(--color-pagenav-background);
}

#emt-homepage-box img {
  float: left;
  margin-top: 4px;
  margin-right: 14px;
}

#emt-homepage-box h3 {
  margin: 0;
  color: var(--color-wmgreen-90);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6em;
}

#emt-homepage-box p {
  margin: 0 0 1.2em;
  font-size: 1rem;
  line-height: 1.6em;
}

#emt-homepage-box p:last-child {
  margin-bottom: 0;
}

#emt-homepage-box p.emtdate {
  font-size: 14px;
  font-weight: bold;
}

#emt-homepage-box 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);
}
#emt-homepage-box a:hover, #emt-homepage-box a:focus {
  text-decoration: underline;
}

/* scss/6-page-content-elements/_figure.scss */
.m-figure {
  max-width: 65ch;
  margin: 0;
}
.m-figure__image, .m-figure__image img {
  width: 100%;
}
.m-figure__title {
  margin-bottom: 0.35533rem;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-weight: bold;
}
.m-figure__caption {
  margin-top: 0;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  line-height: 1.6;
}

.m-figure.-responsive {
  display: flex;
  flex-wrap: wrap;
  max-width: 75ch;
}
.m-figure.-responsive .m-figure__content {
  flex: 1 1 14em;
}
.m-figure.-responsive .m-figure__link {
  display: block;
  padding-right: 1.066rem;
}
.m-figure.-responsive .m-figure__caption {
  flex: 1 1 19em;
}

.m-figure--icon {
  text-align: center;
}
.m-figure--icon .m-figure__link {
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-size: 1.07rem;
}
.m-figure--icon:hover .m-figure__image {
  filter: opacity(30%);
  -webkit-filter: opacity(30%);
}

.m-figure,
figure {
  max-width: 75ch;
  margin: 0;
}
.m-figure__image, .m-figure__image img,
figure__image,
figure__image img {
  width: 100%;
}
.m-figure__image img,
figure__image img {
  margin-bottom: 0.78rem;
}
.m-figure__title,
figure__title {
  margin-bottom: 0.35533rem;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-weight: bold;
}
.m-figure__caption,
figure__caption {
  margin-top: 0;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  line-height: 1.6;
}

.m-figure.-responsive {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.m-figure.-responsive .m-figure__image {
  flex-basis: 240px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.m-figure.-responsive .m-figure__caption {
  flex-basis: calc(100% - 260px);
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0;
}
@media (min-width: 600px) {
  .m-figure.-responsive .m-figure__caption {
    margin-top: 1em;
  }
}
@media (min-width: 1215px) {
  .m-figure.-responsive .m-figure__caption {
    margin-top: 0;
  }
}
.m-figure.-responsive .m-figure__caption > p {
  margin-top: 0;
}

/* scss/6-page-content-elements/_figure-responsive.scss */
/* scss/6-page-content-elements/_figure-icon.scss */
/* scss/6-page-content-elements/_galleria-gallery-slideshow.scss */
/* scss/6-page-content-elements/_header.scss */
.m-title {
  margin-bottom: 1.2rem;
}

.m-title__main-title,
#expertProfile #person_name {
  margin: 0 0 5px 0;
  letter-spacing: 0;
  color: var(--color-wmgreen-90);
  font-family: "Freight Text W03", Times, serif;
  font-size: 2.04rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: "lnum";
}
@media (min-width: 700px) {
  .m-title__main-title,
  #expertProfile #person_name {
    font-size: 40px;
  }
}

.m-title__sub-title {
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.03em;
  color: var(--color-wmgreen-90);
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 500;
  font-size: 1.48rem;
  font-style: italic;
  line-height: 1.2;
  font-feature-settings: "lnum";
}

/* scss/6-page-content-elements/_horiz-nav.scss */
#content-nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  margin: 22px 1px 44px 0;
  padding: 0;
}

#content-nav > ul > li {
  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: flex;
  align-items: center;
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 1px 1px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 700px) {
  #content-nav > ul > li {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
#content-nav > ul > li:hover, #content-nav > ul > li:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
#content-nav > ul > li:hover, #content-nav > ul > li:focus {
  background-color: black;
}
@media (min-width: 400px) {
  #content-nav > ul > li {
    flex-basis: 10%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 930px) {
  #content-nav > ul > li {
    display: flex;
  }
}
#content-nav > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 14px;
  font-size: 0.8125rem;
}
#content-nav > ul > li:nth-last-child(4):first-child, #content-nav > ul > li:nth-last-child(4):first-child ~ li, #content-nav > ul > li:nth-last-child(5):first-child, #content-nav > ul > li:nth-last-child(5):first-child ~ li {
  flex-basis: 49%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 700px) {
  #content-nav > ul > li:nth-last-child(4):first-child, #content-nav > ul > li:nth-last-child(4):first-child ~ li, #content-nav > ul > li:nth-last-child(5):first-child, #content-nav > ul > li:nth-last-child(5):first-child ~ li {
    flex-basis: 10%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

#content-nav li a {
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
}

/* scss/6-page-content-elements/_lightbox.scss */
/* scss/6-page-content-elements/_lightbox-content.scss */
.ideation-sidebar {
  margin: 0;
  padding: 2px;
  text-align: left;
  background-color: #fff;
  font-size: 14px;
}

.ideation-sidebar .photoleft,
#facebox .ideation-sidebar .photoleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.ideation-sidebar .photoright,
#facebox .ideation-sidebar .photoright {
  float: right;
  margin: 10px 0px 10px 10px;
}

.ideation-sidebar h1,
.ideation-sidebar h2,
.ideation-sidebar h3,
.ideation-sidebar h4,
.ideation-sidebar h5,
.ideation-sidebar h6 {
  margin: 10px 0 10px 0;
  text-align: left;
  color: #000;
  font-weight: normal;
}

.ideation-sidebar h1 {
  font-size: 32px;
}

.ideation-sidebar h2 {
  font-size: 29px;
}

.ideation-sidebar h3 {
  font-size: 26px;
}

.ideation-sidebar h4 {
  font-size: 23px;
}

.ideation-sidebar h5 {
  font-size: 20px;
}

.ideation-sidebar h6 {
  letter-spacing: 0.015rem;
  color: var(--color-wmgreen-90);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ideation-sidebar img {
  max-width: 100%;
}

.ideation-sidebar p {
  margin-top: 10px;
  margin-bottom: 6px;
  color: #000;
  font-size: 14px;
}

.sidebar-credit {
  padding-top: 6px;
  font-style: italic;
}

.lightbox_popup h3,
.lightbox_popup .tablespecial {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.lightbox_popup h3 {
  margin: 10px 0;
  /* From h3 styling in global.css */
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
}

.lightbox_popup .tablespecial {
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #babaa1;
  /* from global.css */
  border-left: 1px solid #babaa1;
  font-size: 14px;
  font-size: 1.4rem;
}

.lightbox_popup .tablespecial tr,
.lightbox_popup .tablespecial th,
.lightbox_popup .tablespecial td {
  margin: 0;
  padding: 5px;
  border-top: 1px solid #babaa1;
  border-right: 1px solid #babaa1;
  font-weight: normal;
}

.lightbox_popup .tablespecial th {
  background-color: #dadabf;
}

.lightbox_popup .tablespecial p {
  margin-bottom: 0px;
}

/** videos in ideation and news in video standalone popup pages **/
.ideation-vid-container {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  height: auto;
  margin-top: 12px;
  padding-top: 30px;
  padding-bottom: 56.25%;
  text-align: center;
}

.ideation-vid-container iframe,
.ideation-vid-container object,
.ideation-vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* scss/6-page-content-elements/_listing-page-item.scss */
/* listing variables can be found in 3-variables/_wm-element-styles.scss */
.user_content h5 + .item_listing,
.user_content h6 + .item_listing {
  margin-top: 0.8125rem;
}
.user_content .item_listing {
  overflow-wrap: break-word;
}
.user_content .item_listing a {
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
}
.user_content .item_listing article,
.user_content article.item_listing {
  overflow: hidden;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}
.user_content .item_listing article header,
.user_content article.item_listing header {
  padding-bottom: 0;
}
.user_content .item_listing article header a,
.user_content article.item_listing header a {
  display: inline;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0px;
  letter-spacing: 0.015rem;
  border-top: none;
  font-size: 1.14rem;
  line-height: 1.3;
}
.user_content .item_listing article header + .item_listing,
.user_content article.item_listing header + .item_listing {
  overflow: auto;
  margin-top: 0;
  border-top: none;
}
.user_content .item_listing article p,
.user_content article.item_listing p {
  margin-top: 0px;
}
.user_content .item_listing article p:last-child,
.user_content article.item_listing p:last-child {
  margin-bottom: 0;
}
.user_content .item_listing article p a + header,
.user_content article.item_listing p a + header {
  margin-left: 0;
}
@media (min-width: 600px) {
  .user_content .item_listing article p a + header,
  .user_content article.item_listing p a + header {
    margin-left: 115px;
  }
}
.user_content .item_listing article img,
.user_content article.item_listing img {
  float: left;
  max-width: 100px;
  height: 100px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 0.5rem;
  vertical-align: text-top;
}
.user_content .item_listing .article-meta {
  margin: 2px 0;
  margin-bottom: 6px;
  color: var(--color-text-base);
  font-size: 0.875rem;
  line-height: 1.5;
}
.user_content .article-meta,
.user_content aside .listing-author {
  display: block;
  margin-bottom: 1.5625rem;
  font-style: italic;
}
.user_content .article-meta .date,
.user_content aside .listing-author .date {
  font-weight: bold;
  font-style: normal;
}

.feature_listing article header {
  padding-bottom: 8px;
}

.item_listing.feature_listing img {
  display: block;
  float: left;
  max-width: 100px;
  height: 100px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 10px;
  vertical-align: text-top;
}

.item_listing.feature_listing a ~ p {
  margin-left: 0px;
}
@media (min-width: 600px) {
  .item_listing.feature_listing a ~ p {
    margin-left: 115px;
  }
}

.item_listing.directory_listing {
  line-height: 1.6;
}

.directory_listing .person_name {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
}

.directory_listing .person_position {
  position: relative;
  top: 0;
  display: inline-block;
  color: var(--color-text-base);
  font-weight: bold !important;
  line-height: 1.3;
}

.user_content article.directory_listing img {
  display: block !important;
  width: 100px;
  height: 100px;
  margin-top: 6px;
  object-fit: cover;
  object-position: center top;
}

.directory_listing a + p {
  margin-left: 115px;
}

.directory_listing article a + p,
article.directory_listing a + p {
  margin-left: 115px;
}

.user_content h5 + ul.announcement_listing,
.user_content h6 + ul.announcement_listing {
  margin-top: 0.8125rem;
}
.user_content .announcement_listing ul,
.user_content .announcement_listing ul li,
.user_content ul.announcement_listing,
.user_content ul.announcement_listing li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.user_content ul.announcement_listing li {
  margin-bottom: 2.5rem;
}
.user_content .announcement_listing .announcement_title {
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content ul.announcement_listing li p {
  margin: 0;
  padding: 0;
}

.user_content .default_extra {
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
}

.user_content .default_extra .list-items li {
  margin-bottom: 1.6em;
}

.user_content {
  /**** Default Extra, Dept News ****/
}
.user_content .default_extra .list-items {
  list-style-type: none;
}
.user_content .default_extra .list-items li {
  margin-bottom: 2.5rem;
}
.user_content .default_extra .listing-link {
  margin-bottom: 0px;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content .default_extra.news_listing {
  margin-top: 30px;
  margin-bottom: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
}
.user_content .dept_news_story {
  overflow: hidden;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}
.user_content .dept_news_story_title {
  margin-bottom: 0px;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content .default_extra .listing-date {
  margin: 2px 0 6px;
  color: var(--color-text-base);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}
.user_content .default_extra .listing-date:last-child {
  margin-bottom: 27px;
}
.user_content .dept_news_story_img {
  float: left;
  width: auto;
  height: 100px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 8px;
  vertical-align: text-top;
}
.user_content .dept_news_story_img.news-listing-thumb img {
  width: 150px;
  max-width: none;
  object-fit: cover;
}
.user_content .dept_news_story_img img {
  height: 100% !important;
  margin: 0;
  padding: 0;
  border: none;
  object-fit: cover;
}
.user_content .dept_news_story p {
  margin: 3px 0 1.2rem 0;
}
.user_content .news_listing .dept_news_story_img ~ p {
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 700px) {
  .user_content .news_listing .dept_news_story_img ~ p {
    margin-left: 7.1875rem;
  }
}
.user_content .dept_news_story_img ~ p {
  margin-left: 115px;
}
@media (min-width: 700px) {
  .user_content a.dept_news_story_img.news-listing-thumb ~ p {
    margin-left: 10.3125rem;
  }
}

aside.default_extra h4 {
  margin-bottom: 0.5rem;
  padding: 10px 0 10px;
  text-transform: none;
  color: var(--color-wmgreen-90);
  font-size: 1.6rem;
  font-weight: bold;
}

aside.default_extra.news_listing h4 {
  padding-bottom: 0.625rem;
}

aside.default_extra ul,
aside.default_extra ol,
aside.default_extra li {
  margin: 0;
  padding: 0;
}

.user_content header {
  margin-left: 0;
}
.user_content .news_listing article header,
.user_content article.news_listing header {
  padding-bottom: 0px;
}
.user_content .news_listing {
  overflow: auto;
  margin: 0 0 1.625rem 0;
  padding-top: 0;
  border-top: none;
}
.user_content .news_listing p {
  margin-top: 0;
  margin-bottom: 0;
}
.user_content .news_listing .read-more-link a {
  text-decoration: none;
}
@media (min-width: 600px) {
  .user_content .news_listing img {
    display: inline;
  }
}
.user_content .news_listing a ~ p {
  margin-left: 0;
}
.user_content header + .news_listing {
  overflow: auto;
  margin-top: 0;
  border-top: none;
}
.user_content .item_listing.news_listing img {
  display: block;
  float: left;
  max-width: 100px;
  height: 100px;
  margin-top: 0.125rem;
  margin-right: 15px;
  margin-bottom: 0.25rem;
  vertical-align: text-top;
}
.user_content .item_listing.news_listing .news-listing-thumb img {
  width: 150px;
  max-width: none;
  object-fit: cover;
}
.user_content .item_listing.news_listing a ~ p {
  margin: 0;
}
@media (min-width: 700px) {
  .user_content .item_listing.news_listing a ~ p {
    margin-left: 115px;
  }
}
.user_content .item_listing.news_listing a.news-listing-thumb ~ p {
  margin: 0;
}
@media (min-width: 700px) {
  .user_content .item_listing.news_listing a.news-listing-thumb ~ p {
    margin-left: 10.3125rem;
  }
}

.news_home h2 + .news_listing {
  padding-top: 0;
  border-top: none;
}

.news_home article header a {
  font-size: 1.14rem;
}

.user_content .item_listing article a + header,
.user_content article.item_listing a + header {
  margin-left: 0;
}

.news_home article .author {
  display: block;
  line-height: 1.5em;
}
@media (min-width: 600px) {
  .news_home article .author {
    display: inline;
  }
}

.news_home article .date {
  display: block;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .news_home article .date {
    display: inline-block;
  }
  .news_home article .date:before {
    display: inline-block;
    margin: 0 5px;
    content: "| ";
    font-weight: normal;
  }
}

.directory img {
  max-width: 100%;
  margin: 0 0px 2.132rem 0;
}
@media (min-width: 600px) {
  .directory img {
    max-width: 50%;
  }
}

.directory img[alt~=Currently] {
  float: none;
  max-width: 100%;
}

#person_name {
  margin-bottom: 0.2132rem !important;
  line-height: 1.1em !important;
}

.directory #person_position {
  margin: 0 0 22px 0;
  font-size: 1.25rem;
}

.person_field_title {
  color: var(--color-text-base);
  font-weight: bold;
}

.directory + .user_content,
.directory_title {
  clear: left;
}

.directory + .user_content p .content_button {
  margin-bottom: 7px;
}

@media screen and (min-width: 650px) {
  /** Directory Page **/
  .directory img {
    float: left;
    margin: 0 1.5625rem 15px 0;
  }
  .directory {
    clear: both;
    margin-bottom: 1.5625rem;
  }
}
.user_content .ytPlaylist article.item_listing img {
  max-width: 130px;
  height: auto;
}
.user_content .ytPlaylist article.item_listing p {
  margin-left: 0;
}
@media (min-width: 700px) {
  .user_content .ytPlaylist article.item_listing p {
    margin-left: 145px;
  }
}

/* scss/6-page-content-elements/_news-home-latest-news.scss */
/* scss/6-page-content-elements/_news-home-top-stories.scss */
/* scss/6-page-content-elements/_photoset.scss */
#wm-photoset {
  box-sizing: content-box;
}

/*** WM Photosets ***/
#wm-photoset {
  max-width: 475px;
  margin: 1.5625rem auto;
  padding: 0px 0px 40px 0px;
  color: var(--color-wmgreen-90);
  border-bottom: 1px solid var(--color-wmgreen-90);
  font-size: 0.83rem;
}
@media (min-width: 930px) {
  #wm-photoset {
    margin: 1.5625rem 0;
  }
}

.wmphotoset-title {
  font-weight: bold;
}

.wmphotoset-caption {
  padding: 10px 0 0 0;
  color: var(--color-text-base);
  font-size: 0.83rem;
}

.wmphotoset-credit {
  font-style: italic;
}

#wm-photoset .flex-direction-nav {
  display: none;
}

#wm-photoset:hover .flex-direction-nav,
.touch #wm-photoset .flex-direction-nav {
  display: block;
}

#wm-photoset .flex-direction-nav a {
  top: 85px;
  color: var(--color-wmsilver-25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.7);
}

#wm-photoset .flex-direction-nav a:before {
  line-height: 35px !important;
}

#wm-photoset .flex-direction-nav .flex-prev {
  left: 0px;
}

#wm-photoset .flex-direction-nav .flex-next {
  right: 0px;
}

#wm-photoset-info {
  position: absolute;
  z-index: 0;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  height: 20px;
  font-size: 0.83rem;
  font-weight: bold;
  line-height: 20px;
}

#wm-photoset-position {
  position: absolute;
  left: 0;
}

#wm-photoset-caption-toggle {
  position: absolute;
  right: 0;
  min-height: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  cursor: pointer;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-wmgreen-90);
  border: none;
  background: none;
  font-size: 13px;
  font-weight: bold;
}

#wm-photoset-caption-toggle-text {
  padding-left: 0;
}

#wm-photoset-caption-toggle:focus #wm-photoset-caption-toggle-text,
#wm-photoset-caption-toggle:hover #wm-photoset-caption-toggle-text {
  text-decoration: underline;
}

/* #wm-photoset-caption-toggle-text:hover {*/
/*     text-decoration: underline;*/
/*}*/
#wm-photoset-caption-toggle-indicator {
  margin-right: 0.5em;
  font-size: 11px;
}

@media only screen and (min-width: 360px) {
  /** W&M photosets **/
  #wm-photoset .flex-direction-nav a {
    top: 115px;
  }
}
@media only screen and (min-width: 510px) {
  /** W&M photosets **/
  #wm-photoset .flex-direction-nav a {
    top: 135px;
  }
}
@media screen and (min-width: 1000px) {
  #wm-photoset .flex-direction-nav a {
    top: 120px;
  }
}
@media print {
  #wm-photoset:hover .flex-direction-nav {
    display: none;
  }
  .wmphotoset-caption,
  .user_content figcaption {
    font-size: 8pt;
    line-height: 1.3em;
  }
  #wm-photoset {
    overflow: hidden;
    max-width: 650px;
    height: auto !important;
    margin: 1.5625rem 0 0 0 !important;
    padding: 0 !important;
  }
  #wm-photoset li,
  #wm-photoset-info {
    position: relative;
    padding: 15px 0 0 0;
  }
  #wm-photoset-position {
    position: relative;
  }
  #wm-photoset li img {
    float: left;
    width: 350px;
  }
  #wm-photo-nav #prev-photo,
  #wm-photo-nav #next-photo {
    display: none;
  }
  #wm-photoset .wmphotoset-caption {
    float: left;
    width: 250px;
    margin: 0 0 0 20px;
    padding: 0;
  }
  #wm-photoset-info {
    position: absolute;
    left: 370px;
  }
}
/* scss/3-js/_flexslider.scss */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  font-size: 0;
  text-align: center;
  text-decoration: none !important;
  display: block;
  width: 36px;
  height: 35px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 21px;
  line-height: 30px;
  display: inline-block;
  content: "\f053";
  font-weight: 900;
}

.flex-direction-nav a.flex-next:before {
  content: "\f054";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: var(--color-wmsilver-25);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(var(--color-wmsilver-25), 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(var(--color-wmsilver-25), 0.3);
  -o-box-shadow: inset 0 0 3px rgba(var(--color-wmsilver-25), 0.3);
  box-shadow: inset 0 0 3px rgba(var(--color-wmsilver-25), 0.3);
}

.flex-control-paging li a:hover {
  background: var(--color-wmgreen-90);
}

.flex-control-paging li a.flex-active {
  background: var(--color-wmgreen-90);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* scss/6-page-content-elements/_rrssb.scss */
/* Ridiculously Responsive Social Sharing Buttons, last update: June 13 2016 */
.rrssb-buttons {
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 12px;
}

.rrssb-buttons:after {
  clear: both;
}

.rrssb-buttons:after,
.rrssb-buttons:before {
  display: table;
  content: " ";
}

.user_content .rrssb-buttons li {
  float: left;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0 2px;
  list-style: none;
  line-height: 13px;
}

.rrssb-buttons li.rrssb-email a {
  background-color: var(--color-wmgreen-90);
}

.rrssb-buttons li.rrssb-email a:hover {
  background-color: black;
}

.rrssb-buttons li.rrssb-facebook a {
  background-color: #0d6ae3;
}

.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #0c64d6;
}

.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}

.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}

.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb5;
}

.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #00699a;
}

.rrssb-buttons li.rrssb-twitter a {
  background-color: #0b7bc0;
}

.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0d8cda;
}

.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}

.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}

.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}

.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}

.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}

.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}

.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}

.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}

.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}

.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}

.rrssb-buttons li.rrssb-github a {
  background-color: #444;
}

.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}

.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688;
}

.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b;
}

.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5;
}

.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4;
}

.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9;
}

.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86;
}

.rrssb-buttons li.rrssb-hackernews a {
  background-color: #f60;
}

.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200;
}

.rrssb-buttons li.rrssb-whatsapp a {
  background-color: #43d854;
}

.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #28c039;
}

.rrssb-buttons li.rrssb-print a {
  background-color: #8d98a2;
}

.rrssb-buttons li.rrssb-print a:hover {
  background-color: #717f8b;
}

.rrssb-buttons li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 11px 7px 12px 27px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #ccc;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.rrssb-buttons li a .rrssb-icon {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 10%;
  padding-top: 9px;
  color: white;
}

.rrssb-buttons li a .rrssb-icon.fa-facebook {
  top: 0px;
}
@media (min-width: 801px) {
  .rrssb-buttons li a .rrssb-icon.fa-facebook {
    top: 13px;
  }
}
@media (min-width: 930px) {
  .rrssb-buttons li a .rrssb-icon.fa-facebook {
    top: 0px;
  }
}
@media (min-width: 1125px) {
  .rrssb-buttons li a .rrssb-icon.fa-facebook {
    top: 13px;
  }
}
@media (min-width: 1215px) {
  .rrssb-buttons li a .rrssb-icon.fa-facebook {
    top: 0px;
  }
}

.rrssb-buttons li a .rrssb-icon svg {
  width: 17px;
  height: 17px;
}

.rrssb-buttons li.rrssb-facebook a .rrssb-icon svg path.fil1 {
  fill: rgb(25, 119, 243);
}

.rrssb-buttons li a .rrssb-icon svg path {
  fill: #fff;
}

.rrssb-buttons li a .rrssb-text {
  color: #fff;
}

.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}

.rrssb-buttons li.small a {
  padding: 0;
}

.rrssb-buttons li.small a .rrssb-icon {
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}

.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
  height: auto;
}

.rrssb-buttons.large-format li a {
  padding: 8.5% 0 8.5% 12%;
  border-radius: 0.2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rrssb-buttons.large-format li a .rrssb-icon {
  left: 7%;
  width: 12%;
  height: 100%;
  padding-top: 0;
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rrssb-buttons.small-format {
  padding-top: 5px;
}

.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px;
}

.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
  position: relative;
  top: 6px;
  width: 80%;
  height: 48%;
}

.rrssb-buttons.tiny-format {
  position: relative;
  height: 22px;
}

.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}

.rrssb-buttons.tiny-format li a {
  padding: 0;
  background-color: transparent;
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  width: 100%;
  height: 70%;
}

.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
  background-color: transparent;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e;
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5;
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684;
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9;
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263;
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #f60;
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00;
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
  fill: #43d854;
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #1f962d;
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
  fill: #8d98a2;
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5a656f;
}

.rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
  fill: none;
}

/* RRSSB - WM tweak */
.rrssb-buttons {
  font-size: 11px !important;
}

.rrssb-buttons li a {
  font-weight: 500 !important;
}

/* scss/6-page-content-elements/_search-form.scss */
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  border-color: black !important;
  background: black !important;
}

#test form.gsc-search-box .gscb_a {
  line-height: 13px;
}
#test form.gsc-search-box .gsib_b {
  padding: 0;
}
#test form.gsc-search-box table.gsc-search-box td {
  vertical-align: top;
}
#test form.gsc-search-box table.gsc-search-box td.gsc-input {
  padding: 0 12px 0 0 !important;
}
#test form.gsc-search-box .gsc-search-button {
  padding: 0;
}

/* scss/6-page-content-elements/_search-results.scss */
.user_content table {
  margin: 0;
}

.gsc-input-box {
  padding: 0 !important;
  border-radius: 0 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent !important;
}

.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult-classic,
.gsc-results .gsc-imageResult-column {
  margin-bottom: 20px !important;
  border: 0 !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-imageResult a.gs-title:link {
  font-weight: 700 !important;
}

.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link b {
  font-weight: 700 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  height: auto !important;
  margin-bottom: 0 !important;
  text-decoration: none !important;
  letter-spacing: 0.015rem !important;
  color: var(--color-webgold-75) !important;
  font-size: 1.14rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.gs-result .gs-title:hover,
.gs-result .gs-title *:hover {
  text-decoration: underline !important;
}

.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-spelling-original,
.gs-spelling-original {
  margin-top: 0;
  letter-spacing: 0.015rem;
  color: var(--color-text-base) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.cse input.gsc-search-button,
input.gsc-search-button {
  height: 32px !important;
  border-radius: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.gsc-url-bottom {
  display: block;
  padding-bottom: 5px;
  font-size: 14px !important;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: "Avenir Next W01", "Nunito Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}

.gsc-result .gs-title {
  font-weight: 600 !important;
}

.gs-visibleUrl {
  display: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.gsc-resultsHeader,
.gsc-webResult:after {
  clear: none !important;
}

form.gsc-search-box {
  width: 100% !important;
}

@media (min-width: 930px) {
  /* line 3, /Users/nissaeames/Sites/atomic-docs/wm/scss/6-page-content-elements/_search-form.scss */
  form.gsc-search-box {
    width: 80% !important;
  }
}
.gsc-above-wrapper-area {
  border-bottom: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0.5em 0.5em 0.5em 0 !important;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-shadow: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin-right: 17px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page,
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-decoration: none !important;
  color: var(--color-link-base) !important;
  font-weight: bold;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  margin-right: 13px !important;
  padding: 3px 7px !important;
  border: 1px solid var(--color-wmsilver-25) !important;
  background: #ffffff !important;
}

.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border-color: #c9c9c9;
}

.gsc-adBlock {
  display: none !important;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gsc-webResult .gsc-result {
  padding: 0.5em 0 1em !important;
  border: 0 !important;
}

.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 0 !important;
}

.gsib_a {
  padding: 4px 6px !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  padding: 10px 15px !important;
}

.gsst_a {
  padding-top: 7px !important;
}

.gsst_a .gscb_a {
  color: var(--color-wmsilver-25) !important;
}

.gsst_a .gscb_a:hover {
  color: #000 !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  margin-top: 0 !important;
  border-radius: 0 !important;
}

/*hide breadcrumb output*/
.gs-webResult div.gs-visibleUrl-breadcrumb {
  display: none !important;
}

/*file format style*/
.gs-fileFormat {
  margin-top: 0 !important;
  margin-bottom: 6px;
  letter-spacing: 0.015rem;
  font-size: 0.88rem !important;
  line-height: 1.5;
}
.gs-fileFormat + .gs-snippet {
  margin-top: 6px !important;
}

/*promotion styles*/
.gs-promotion-text-cell {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.gsc-table-result,
.gs-promotion-table {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-spacing: 0;
}

.gsc-webResult.gsc-result.gsc-promotion {
  background-color: transparent !important;
}

/* scss/6-page-content-elements/_sidebar-listboxes.scss */
#sidebar .listbox h5,
#sidebar .listbox h6,
#sidebar .listbox p {
  margin: 0;
}
#sidebar .listbox p + p {
  margin: 0.5rem 0 0;
}
#sidebar .listbox h5:nth-last-child(n+2),
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 {
  margin: 0.25em 0 0;
}
#sidebar .listbox h5:nth-last-child(n+2) a,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
  font-size: 1rem;
}
#sidebar .listbox h5:nth-last-child(n+2) a:hover, #sidebar .listbox h5:nth-last-child(n+2) a:focus,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:hover,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:focus {
  text-decoration: underline;
}
#sidebar .listbox h5:nth-last-child(n+2) a:hover, #sidebar .listbox h5:nth-last-child(n+2) a:focus,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:hover,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:focus {
  text-decoration: none;
}
#sidebar .listbox h5:nth-last-child(n+2) a:hover, #sidebar .listbox h5:nth-last-child(n+2) a:focus, #sidebar .listbox h5:nth-last-child(n+2) a:hover, #sidebar .listbox h5:nth-last-child(n+2) a:focus,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:hover,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:focus,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:hover,
#sidebar .listbox h5:nth-last-child(n+2) ~ h5 a:focus {
  text-decoration: underline;
}
#sidebar .listbox hr {
  margin: 22px 0;
}
#sidebar .listbox .list-items {
  margin: 0;
  list-style: none;
}
#sidebar .listbox .list-items > li {
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  padding-bottom: 1.066rem;
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  font-size: 0.94rem;
  width: 100%;
}
#sidebar .listbox .list-items a,
#sidebar .listbox .list-items .listing-link {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
}
#sidebar .listbox .list-items a:hover, #sidebar .listbox .list-items a:focus,
#sidebar .listbox .list-items .listing-link:hover,
#sidebar .listbox .list-items .listing-link:focus {
  text-decoration: underline;
}
#sidebar .listbox .list-items a:hover, #sidebar .listbox .list-items a:focus,
#sidebar .listbox .list-items .listing-link:hover,
#sidebar .listbox .list-items .listing-link:focus {
  text-decoration: none;
}
#sidebar .listbox .list-items a:hover, #sidebar .listbox .list-items a:focus, #sidebar .listbox .list-items a:hover, #sidebar .listbox .list-items a:focus,
#sidebar .listbox .list-items .listing-link:hover,
#sidebar .listbox .list-items .listing-link:focus,
#sidebar .listbox .list-items .listing-link:hover,
#sidebar .listbox .list-items .listing-link:focus {
  text-decoration: underline;
}
#sidebar .listbox .list-items a[href*="twitter.com"] {
  display: inline-block;
}
#sidebar .listbox .list-items a[href^="https://t.co"] {
  padding-top: 0;
  font-weight: normal;
}
#sidebar .listbox .list-items .listing-date {
  font-size: 0.94rem;
  line-height: 1.4;
}
#sidebar .listbox .list-items > li:first-child {
  border-top: none;
}
#sidebar .listbox .listing-author {
  margin-bottom: 0;
}
#sidebar .listbox .listing-desc {
  word-break: break-word;
  color: var(--color-text-base);
  font-weight: normal;
  line-height: 1.5;
  overflow-wrap: break-word;
}
#sidebar .listbox .listing-date + .listing-desc,
#sidebar .listbox .SidebarListing__byline + .listing-desc {
  margin-top: 10px;
}
#sidebar .listbox .customContent {
  margin: 22px 0;
}
@media (min-width: 1215px) {
  #sidebar .listbox .customContent {
    margin-bottom: 0;
  }
}
#sidebar .listbox .customContent a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  display: inline;
  padding-top: 0;
}
#sidebar .listbox .customContent a:hover, #sidebar .listbox .customContent a:focus {
  text-decoration: underline;
}
#sidebar .listbox .customContent a:hover, #sidebar .listbox .customContent a:focus {
  text-decoration: none;
}
#sidebar .listbox .customContent a:hover, #sidebar .listbox .customContent a:focus, #sidebar .listbox .customContent a:hover, #sidebar .listbox .customContent a:focus {
  text-decoration: underline;
}
#sidebar .listbox .customContent a:hover, #sidebar .listbox .customContent a:focus {
  text-decoration: underline;
}
#sidebar .listbox .customContent a.content_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;
  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);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  #sidebar .listbox .customContent a.content_button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
#sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
#sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
  background-color: black;
}
@media (min-width: 700px) {
  #sidebar .listbox .customContent a.content_button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
#sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
#sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
  background-color: black;
}
#sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border-hover);
}
#sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
  background: var(--color-pagenav-button-background);
}
#sidebar .listbox .customContent a.content_button:last-child {
  margin-bottom: 0;
}
@media (min-width: 1215px) {
  #sidebar .listbox .customContent a.content_button {
    transition: all 0.18s ease-in;
    color: var(--color-wmgreen-90);
    border: none;
    background: var(--color-pagenav-background);
    border: none;
  }
  #sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
    color: var(--color-wmgreen-90);
    border: none;
  }
  #sidebar .listbox .customContent a.content_button:hover, #sidebar .listbox .customContent a.content_button:focus {
    background-color: var(--color-wmsilver-15);
  }
  #sidebar .listbox .customContent a.content_button:hover {
    border: none;
  }
}
#sidebar .listbox .customContent .sidebar__title {
  margin-bottom: 0;
}
#sidebar .listbox .customContent h5,
#sidebar .listbox .customContent h6 {
  margin: 22px 0 0;
}
@media (min-width: 700px) {
  #sidebar .listbox .customContent h5,
  #sidebar .listbox .customContent h6 {
    width: auto;
    display: inline-block;
    margin-right: 8px;
  }
}
#sidebar .listbox .customContent .sidebar__title {
  margin-bottom: 0;
}
#sidebar .listbox .customContent h5,
#sidebar .listbox .customContent h6 {
  margin: 22px 0 0;
  letter-spacing: 0.04rem;
  color: var(--color-wmgreen-90);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}
#sidebar .listbox .customContent h5 {
  margin: 0;
  letter-spacing: 0;
  font-size: 1rem;
}
#sidebar .listbox .customContent > h5 {
  padding-bottom: 1.066rem;
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  font-size: 0.94rem;
  width: 100%;
  padding-bottom: 0;
}
#sidebar .listbox .customContent > h5 a {
  padding: 15px 0;
}
#sidebar .listbox .customContent h5:nth-last-child(n+2),
#sidebar .listbox .customContent h5:nth-last-child(n+2) ~ h5 {
  margin: 0;
}
#sidebar .listbox .customContent h5:nth-last-child(n+2) a,
#sidebar .listbox .customContent h5:nth-last-child(n+2) ~ h5 a {
  font-weight: bold;
}
#sidebar .listbox .customContent h5:last-child a {
  padding-bottom: 0;
}
#sidebar .listbox .customContent > h5:first-child {
  margin-top: -3px;
  border-top: none;
}
#sidebar .listbox .customContent > h5:first-child a {
  padding-top: 0;
}
#sidebar .listbox .customContent p {
  margin: 0 0 0.5rem 0;
  line-height: 1.4em;
}
#sidebar .listbox .customContent p:last-child {
  margin-bottom: 0;
}

/* scss/6-page-content-elements/_sidebar-news-events-rss.scss */
/* scss/6-page-content-elements/_sidebar-news-home-video.scss */
/* scss/6-page-content-elements/_sidebar-news-press-releases.scss */
/* scss/6-page-content-elements/_sidebar-news-wminthenews.scss */
/* scss/6-page-content-elements/_sidebar-widgets.scss */
#sidebar .widget {
  padding-bottom: 22px;
  /* because youtube and video widgets in Cascade page previews use the same format and the format is not differentiating image vs video very well, "video-widget" is not part of the aside code, so specific css was not being applied to the iframes in the page preview. It is safe to be less specific for now. There should not be a widget with an iframe that is not a video widget. The Widget Calling Page format will eventually be rewritten in velocity and we can plan to assign the video-widget class on the aside tag then. */
}
@media (min-width: 600px) {
  #sidebar .widget {
    padding-bottom: 0;
  }
}
#sidebar .widget .sidebar__title {
  margin-bottom: 22px;
}
@media (min-width: 1215px) {
  #sidebar .widget .sidebar__title {
    margin-bottom: 5px;
  }
}
#sidebar .widget figure {
  font-size: 0.94rem;
}
#sidebar .widget figure figcaption {
  line-height: 1.4;
}
#sidebar .widget:not(.bxslider) figure {
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  #sidebar .widget:not(.bxslider) figure {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1215px) {
  #sidebar .widget:not(.bxslider) figure {
    display: block;
  }
}
#sidebar .widget:not(.bxslider) .m-figure__image, #sidebar .widget.video-widget:not(.bxslider) iframe {
  display: block;
  flex-grow: 1;
  margin-right: 0;
  margin-bottom: 22px;
}
@media (min-width: 600px) {
  #sidebar .widget:not(.bxslider) .m-figure__image, #sidebar .widget.video-widget:not(.bxslider) iframe {
    flex-grow: 0;
  }
}
@media (min-width: 1215px) {
  #sidebar .widget:not(.bxslider) .m-figure__image, #sidebar .widget.video-widget:not(.bxslider) iframe {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
#sidebar .widget.video-widget:not(.bxslider) iframe {
  max-width: 240px;
  height: 200px;
  margin: 0 auto 22px;
}
@media (min-width: 600px) {
  #sidebar .widget.video-widget:not(.bxslider) iframe {
    margin: 0 20px 22px 0;
  }
}
@media (min-width: 1215px) {
  #sidebar .widget.video-widget:not(.bxslider) iframe {
    margin-bottom: 0.9375rem;
    padding-right: 0;
  }
}
#sidebar .widget:not(.bxslider) .m-figure__image img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
#sidebar .widget:not(.bxslider) .m-figure__caption {
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 600px) {
  #sidebar .widget:not(.bxslider) .m-figure__caption {
    flex-basis: calc(100% - 260px);
    flex-grow: 0;
  }
}

/* scss/6-page-content-elements/_table-collapsible.scss */
/** Collapsible list/accordion **/
.user_content .collapsible,
.user_content_styles .collapsible {
  display: none;
  width: 100%;
  margin-bottom: 1.2rem;
}
.user_content .collapsible p,
.user_content_styles .collapsible p {
  margin-bottom: 1.2rem;
}
.user_content .collapsible .button,
.user_content .collapsible .content_button,
.user_content .collapsible .content_button a,
.user_content .collapsible .content_button_with_arrow,
.user_content .collapsible .content_button_with_arrow > a,
.user_content_styles .collapsible .button,
.user_content_styles .collapsible .content_button,
.user_content_styles .collapsible .content_button a,
.user_content_styles .collapsible .content_button_with_arrow,
.user_content_styles .collapsible .content_button_with_arrow > a {
  margin-bottom: 1.2rem;
  margin-left: 0;
  color: white;
}
@media (min-width: 700px) {
  .user_content .collapsible .content_button > a:only-of-type,
  .user_content .collapsible p > a.content_button:only-of-type,
  .user_content .collapsible p > a.content_button_with_arrow:only-of-type,
  .user_content_styles .collapsible .content_button > a:only-of-type,
  .user_content_styles .collapsible p > a.content_button:only-of-type,
  .user_content_styles .collapsible p > a.content_button_with_arrow:only-of-type {
    margin: 0;
  }
}
.user_content .collapsible .collapsible,
.user_content_styles .collapsible .collapsible {
  margin-top: 0.8125rem;
  margin-bottom: 0;
}
.user_content .alert > .collapsible:last-child,
.user_content_styles .alert > .collapsible:last-child {
  margin-bottom: 0;
}
.user_content .collapsible tr tr:last-child td,
.user_content_styles .collapsible tr tr:last-child td {
  padding-bottom: 0.7rem;
}
.user_content .collapsible td,
.user_content_styles .collapsible td {
  padding: 0px;
}
.user_content .collapsible td table:not(.tablespecial) td,
.user_content_styles .collapsible td table:not(.tablespecial) td {
  padding: 4px;
}
.user_content .collapsible_content,
.user_content_styles .collapsible_content {
  display: none;
  overflow: hidden;
}
.user_content .extra-space .collapsible_content,
.user_content_styles .extra-space .collapsible_content {
  margin-bottom: 1.2em;
  margin-bottom: 0;
}
.user_content h5 + .collapsible,
.user_content h6 + .collapsible,
.user_content_styles h5 + .collapsible,
.user_content_styles h6 + .collapsible {
  margin-top: 1rem;
}
.user_content h5.collapsible_title + .collapsible_content > *:first-child:not(table),
.user_content_styles h5.collapsible_title + .collapsible_content > *:first-child:not(table) {
  margin-top: 11px;
}
.user_content h5.collapsible_title button.collapsible_title_text,
.user_content h5.collapsible_title .collapsible_title_text,
.user_content_styles h5.collapsible_title button.collapsible_title_text,
.user_content_styles h5.collapsible_title .collapsible_title_text {
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  letter-spacing: 0.015rem;
  text-transform: none;
  color: var(--color-wmgreen-90) !important;
  border: 0;
  outline: none !important;
  background-color: transparent;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content h5.collapsible_title button.collapsible_title_text:hover, .user_content h5.collapsible_title button.collapsible_title_text:focus,
.user_content h5.collapsible_title .collapsible_title_text:hover,
.user_content h5.collapsible_title .collapsible_title_text:focus,
.user_content_styles h5.collapsible_title button.collapsible_title_text:hover,
.user_content_styles h5.collapsible_title button.collapsible_title_text:focus,
.user_content_styles h5.collapsible_title .collapsible_title_text:hover,
.user_content_styles h5.collapsible_title .collapsible_title_text:focus {
  color: var(--color-wmgreen-90);
  background-color: transparent;
}
.user_content h5.collapsible_title button.collapsible_title_text .fas,
.user_content h5.collapsible_title .collapsible_title_text .fas,
.user_content_styles h5.collapsible_title button.collapsible_title_text .fas,
.user_content_styles h5.collapsible_title .collapsible_title_text .fas {
  transition: all 0.2s linear;
}
.user_content h6.collapsible_title button.collapsible_title_text,
.user_content h6.collapsible_title .collapsible_title_text,
.user_content_styles h6.collapsible_title button.collapsible_title_text,
.user_content_styles h6.collapsible_title .collapsible_title_text {
  position: relative;
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  letter-spacing: 0.015rem;
  text-transform: none;
  color: var(--color-wmgreen-90) !important;
  border: 0;
  outline: none !important;
  background-color: transparent;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content h6.collapsible_title button.collapsible_title_text:hover, .user_content h6.collapsible_title button.collapsible_title_text:focus,
.user_content h6.collapsible_title .collapsible_title_text:hover,
.user_content h6.collapsible_title .collapsible_title_text:focus,
.user_content_styles h6.collapsible_title button.collapsible_title_text:hover,
.user_content_styles h6.collapsible_title button.collapsible_title_text:focus,
.user_content_styles h6.collapsible_title .collapsible_title_text:hover,
.user_content_styles h6.collapsible_title .collapsible_title_text:focus {
  color: var(--color-wmgreen-90);
  background-color: transparent;
}
.user_content h6.collapsible_title button.collapsible_title_text .fas,
.user_content h6.collapsible_title .collapsible_title_text .fas,
.user_content_styles h6.collapsible_title button.collapsible_title_text .fas,
.user_content_styles h6.collapsible_title .collapsible_title_text .fas {
  transition: all 0.2s linear;
}
.user_content h5.collapsible_title,
.user_content_styles h5.collapsible_title {
  margin: 10px 0 0;
}
.user_content h6.collapsible_title,
.user_content_styles h6.collapsible_title {
  margin: 8px 0 0;
}
.user_content .collapsible .collapsible tr:first-child h5.collapsible_title,
.user_content .collapsible .collapsible tr:first-child h6.collapsible_title,
.user_content_styles .collapsible .collapsible tr:first-child h5.collapsible_title,
.user_content_styles .collapsible .collapsible tr:first-child h6.collapsible_title {
  margin: 0;
}
.user_content .collapsible_title_text:before,
.user_content_styles .collapsible_title_text:before {
  position: absolute;
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent var(--color-wmgreen-90);
  border-radius: 2px;
  content: "";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: top;
  color: var(--color-wmgreen-90);
  font-size: 1em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.user_content h6.collapsible_title button.collapsible_title_text,
.user_content_styles h6.collapsible_title button.collapsible_title_text {
  padding-left: 16px;
}
.user_content h6.collapsible_title .collapsible_title_text:before,
.user_content_styles h6.collapsible_title .collapsible_title_text:before {
  border-width: 6px 0 6px 6px;
  margin-left: -13px;
  margin-top: 4px;
}
.user_content .collapsible_title.open .collapsible_title_text:before,
.user_content_styles .collapsible_title.open .collapsible_title_text:before {
  transform: rotate(90deg) rotate(0deg);
}
.user_content .collapsible_title.open .fas,
.user_content_styles .collapsible_title.open .fas {
  transform: rotate(90deg);
}
.user_content .key-focus.collapsible_title_text:focus,
.user_content_styles .key-focus.collapsible_title_text:focus {
  overflow: hidden;
  color: var(--color-wmgreen-90);
  outline: 1px dotted #000 !important;
  background-color: white;
}
.user_content h5 + .collapsible_content,
.user_content_styles h5 + .collapsible_content {
  margin-top: 0;
  margin-left: 20px;
}
.user_content h6 + .collapsible_content,
.user_content_styles h6 + .collapsible_content {
  margin-top: 0;
  margin-left: 20px;
}
.user_content .collapsible .collapsible_content img,
.user_content_styles .collapsible .collapsible_content img {
  max-width: 100% !important;
}
.user_content .tablewrap,
.user_content_styles .tablewrap {
  position: relative;
  overflow: auto;
  margin-bottom: 1.2rem;
}

.no-js .user_content .collapsible_content {
  display: block;
}

/* scss/6-page-content-elements/_tables-wm.scss */
/* scss/6-page-content-elements/_text.scss */
/* scss/6-page-content-elements/_wysiwg-photos.scss */
/**=======================
 *  image with caption classes: 
      photowithcaption
      centerwithcaption
      leftwithcaption
      rightwithcaption
      photoleft
      photoright
      photocenter
 * figure wrapper classes are same with -wrapper added
 *========================**/
.user_content *[class$=withcaption],
.user_content_styles *[class$=withcaption] {
  display: block;
  max-width: 100%;
}
.user_content *[class$=withcaption-wrapper],
.user_content .photoleft,
.user_content .photoright,
.user_content .photocenter,
.user_content_styles *[class$=withcaption-wrapper],
.user_content_styles .photoleft,
.user_content_styles .photoright,
.user_content_styles .photocenter {
  display: block;
  max-width: 100%;
  margin: 1.5625rem auto;
  text-align: center;
}
@media (min-width: 700px) {
  .user_content *[class$=withcaption-wrapper],
  .user_content .photoleft,
  .user_content .photoright,
  .user_content .photocenter,
  .user_content_styles *[class$=withcaption-wrapper],
  .user_content_styles .photoleft,
  .user_content_styles .photoright,
  .user_content_styles .photocenter {
    text-align: left;
  }
}
.user_content .photowithcaption-wrapper,
.user_content_styles .photowithcaption-wrapper {
  margin: 1.5625rem auto;
}
@media (min-width: 700px) {
  .user_content .photowithcaption-wrapper,
  .user_content_styles .photowithcaption-wrapper {
    margin: 1.5625rem 0;
  }
}
.user_content .photowithcaption,
.user_content_styles .photowithcaption {
  margin: 1.5625rem auto;
}
@media (min-width: 700px) {
  .user_content .photowithcaption,
  .user_content_styles .photowithcaption {
    margin: 1.5625rem 0;
    max-width: 100%;
  }
}
@media (min-width: 700px) {
  .user_content .leftwithcaption-wrapper,
  .user_content .photoleft,
  .user_content_styles .leftwithcaption-wrapper,
  .user_content_styles .photoleft {
    float: left;
    clear: left;
    margin-right: 2rem;
    margin-left: 0;
  }
}
@media (min-width: 700px) {
  .user_content .rightwithcaption-wrapper,
  .user_content .photoright,
  .user_content_styles .rightwithcaption-wrapper,
  .user_content_styles .photoright {
    float: right;
    clear: right;
    margin-right: 0;
    margin-left: 2rem;
  }
}
@media (max-width: 699px) {
  .user_content li *[class$=withcaption-wrapper],
  .user_content li .photoleft,
  .user_content li .photoright,
  .user_content li .photocenter,
  .user_content_styles li *[class$=withcaption-wrapper],
  .user_content_styles li .photoleft,
  .user_content_styles li .photoright,
  .user_content_styles li .photocenter {
    float: none;
    margin-left: 0;
    margin-right: 1.5625rem;
  }
}

/* scss/6-page-content-elements/_youtube-embeds.scss */
.user_content,
.user_content_styles {
  /*** YouTube Embeds ***/
}
.user_content h5 + .yt_playlist,
.user_content h5 + *[class*=yt-],
.user_content h6 + .yt_playlist,
.user_content h6 + *[class*=yt-],
.user_content_styles h5 + .yt_playlist,
.user_content_styles h5 + *[class*=yt-],
.user_content_styles h6 + .yt_playlist,
.user_content_styles h6 + *[class*=yt-] {
  margin-top: 1.5625rem;
}
.user_content figure[class*=yt-],
.user_content_styles figure[class*=yt-] {
  margin-bottom: 1.5625rem;
}
.user_content figure.figure-sm,
.user_content_styles figure.figure-sm {
  width: 100%;
  max-width: 240px;
  margin: 1.5625rem auto;
}
.user_content .hasSidebar .yt-med[class*=yt-],
.user_content .hasSidebar figure.figure-med[class*=yt-],
.user_content_styles .hasSidebar .yt-med[class*=yt-],
.user_content_styles .hasSidebar figure.figure-med[class*=yt-] {
  max-width: 100%;
}
.user_content figure.figure-med,
.user_content_styles figure.figure-med {
  width: 100%;
  max-width: 410px;
}
.user_content figure.figure-med[class*=yt-],
.user_content_styles figure.figure-med[class*=yt-] {
  max-width: 100%;
}
@media (min-width: 930px) {
  .user_content figure.figure-med[class*=yt-],
  .user_content_styles figure.figure-med[class*=yt-] {
    max-width: 60%;
  }
}
.user_content figure.figure-lg,
.user_content_styles figure.figure-lg {
  width: 100%;
}
@media (min-width: 930px) {
  .user_content figure.figure-lg,
  .user_content_styles figure.figure-lg {
    max-width: 550px;
  }
  .user_content figure.figure-lg[class*=yt-],
  .user_content_styles figure.figure-lg[class*=yt-] {
    max-width: 100%;
  }
}
@media (min-width: 1215px) {
  .user_content figure.figure-lg,
  .user_content_styles figure.figure-lg {
    max-width: 800px;
  }
  .user_content figure.figure-lg[class*=yt-],
  .user_content_styles figure.figure-lg[class*=yt-] {
    max-width: 100%;
  }
}
.user_content .yt-sm,
.user_content_styles .yt-sm {
  position: relative;
  overflow: hidden;
  max-width: 240px;
  height: 0;
  padding-bottom: 200px;
}
.user_content .yt-med,
.user_content_styles .yt-med {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.user_content .yt-lg,
.user_content_styles .yt-lg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.user_content .yt-med iframe,
.user_content .yt-med object,
.user_content .yt-med embed,
.user_content .yt-lg iframe,
.user_content .yt-lg object,
.user_content .yt-lg embed,
.user_content_styles .yt-med iframe,
.user_content_styles .yt-med object,
.user_content_styles .yt-med embed,
.user_content_styles .yt-lg iframe,
.user_content_styles .yt-lg object,
.user_content_styles .yt-lg embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 560px) {
  .user_content figure.yt-left,
  .user_content_styles figure.yt-left {
    float: left;
    margin-right: 2rem;
    margin-left: 0px;
  }
  .user_content figure.yt-center,
  .user_content_styles figure.yt-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .user_content figure.yt-right,
  .user_content_styles figure.yt-right {
    float: right;
    clear: right;
    margin-top: 1.5625rem;
    margin-right: 0px;
    margin-bottom: 1.5625rem;
    margin-left: 2rem !important;
  }
  .user_content figure.yt-left-nofloat,
  .user_content_styles figure.yt-left-nofloat {
    float: none;
    margin-left: 0px;
  }
}

@media print {
  figure.rightcaption,
  figure.yt-right {
    float: right;
    margin-right: 0px;
    margin-left: 2rem;
  }
  figure.yt-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  figure.leftcaption,
  figure.yt-left {
    float: left;
    margin-right: 2rem;
    margin-left: 0px;
  }
  figure.yt-left,
  figure.yt-right {
    clear: both;
    padding: 10px;
    border: 1px solid #c9c9c9 !important;
  }
  .yt-med,
  .yt-lg {
    border: 1px solid #c9c9c9 !important;
    background-color: #c9c9c9 !important;
  }
}
/* scss/6-page-content-elements/_sharebar.scss */
/* Sharebar */
.m-share {
  margin: 14px 0;
}

.m-share__button {
  display: block;
  width: auto;
  height: 40px;
  min-height: 0; /* override base button min-height */
  padding: 0 11px 0 23px;
  margin: 0;
  cursor: pointer;
  color: var(--color-link-base);
  border: 0;
  background: transparent;
  font-size: 0.94rem;
  line-height: 0.94rem;
  text-transform: none;
  letter-spacing: 0.015rem;
  position: relative;
}

.m-share__button:hover,
.m-share__button:focus {
  background: transparent;
  text-decoration: none;
  color: var(--color-link-base);
}

.m-share__button:hover span,
.m-share__button:focus span {
  color: #000;
}

.m-share__button [class^=fa] {
  position: absolute;
  left: 1px;
}

/* Share links */
#collapsedlinks-share {
  overflow: visible;
  padding: 0 7px;
  animation: none;
}

.m-share__li,
.user_content ul li.m-share__li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.m-share__link {
  display: block;
  padding: 0.75rem;
  font-size: 1.2rem;
}

.m-share__link:hover,
.m-share__link:focus {
  color: #000;
}

/* Arrow placement: right tooltip */
#collapsedlinks-share [data-popper-arrow] {
  width: 10px;
  height: 10px;
  left: -6px;
  background: #fff;
}

#collapsedlinks-share [data-popper-arrow]::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid var(--color-wmsilver-25);
  border-bottom: 1px solid var(--color-wmsilver-25);
  background: #fff;
}

/* Arrow placement: bottom tooltip */
#collapsedlinks-share[data-popper-placement=bottom] [data-popper-arrow] {
  top: -6px;
}

#collapsedlinks-share[data-popper-placement=bottom] [data-popper-arrow]::before {
  transform: rotate(135deg);
}

/* scss/7-page-content/_examples-listboxes-widgets.scss */
/* scss/7-page-content/_examples-listings.scss */
.local h5[id*=block],
.local h5[id*=page],
.local .wild-examples {
  margin-bottom: 0;
  padding: 20px 20px 0;
  color: white;
  background-color: gray;
}
.local h5[id*=block] a,
.local h5[id*=page] a,
.local .wild-examples a {
  text-decoration: underline;
  color: white;
}

.local .wild-examples {
  margin-bottom: 1.4rem;
  padding: 0 20px 20px;
}

/* scss/7-page-content/_examples-headings.scss */
.h5fontspecs:after {
  content: '23.68px/1.3 700 "Avenir Next W01", "Nunito Sans", sans-serif';
}

.h5color:after {
  content: "var(--color-wmgreen-90)";
  color: var(--color-wmgreen-90);
}

.h5margin:after {
  content: "margin: 2rem 0 0.6875rem 0";
}

.h6fontspecs:after {
  content: '18.24px/1.3 700 "Avenir Next W01", "Nunito Sans", sans-serif';
}

.h6color:after {
  content: "var(--color-wmgreen-90)";
  color: var(--color-wmgreen-90);
}

.h6margin:after {
  content: "margin: 2rem 0 0px 0";
}

/* scss/7-page-content/_-user-content-styles.scss */
.user_content table {
  height: auto;
}

.user_content iframe {
  max-width: 100%;
}

.user_content,
.user_content_styles {
  letter-spacing: 0.015rem;
  /* a wrapper div used for tables */
  /*** OTHER MEDIA BOX ***/
}
.user_content h1 strong,
.user_content h2 strong,
.user_content h3 strong,
.user_content h4 strong,
.user_content strong h1,
.user_content strong h2,
.user_content h3,
.user_content strong h3,
.user_content strong h4,
.user_content_styles h1 strong,
.user_content_styles h2 strong,
.user_content_styles h3 strong,
.user_content_styles h4 strong,
.user_content_styles strong h1,
.user_content_styles strong h2,
.user_content_styles h3,
.user_content_styles strong h3,
.user_content_styles strong h4 {
  /*enforce plain text for h1-h4 */
  font-weight: 400 !important;
}
.user_content h5 strong,
.user_content h6 strong,
.user_content_styles h5 strong,
.user_content_styles h6 strong {
  font-weight: 700 !important;
}
.user_content h5,
.user_content_styles h5 {
  margin-bottom: 0.6875rem;
  letter-spacing: 0.015rem;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content h6,
.user_content_styles h6 {
  margin-bottom: 0px;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}
.user_content h5,
.user_content h6,
.user_content_styles h5,
.user_content_styles h6 {
  margin-top: 2rem;
  color: var(--color-wmgreen-90);
}
.user_content h5 + h6,
.user_content_styles h5 + h6 {
  margin-top: 0.8125rem;
}
.user_content a + h5,
.user_content a + h6,
.user_content button + h5,
.user_content button + h6,
.user_content_styles a + h5,
.user_content_styles a + h6,
.user_content_styles button + h5,
.user_content_styles button + h6 {
  margin-top: 2rem;
}
.user_content h5 + .collapsible,
.user_content_styles h5 + .collapsible {
  margin-top: 0;
}
.user_content p,
.user_content_styles p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.user_content p + h5,
.user_content p + h6,
.user_content_styles p + h5,
.user_content_styles p + h6 {
  margin-top: 2rem;
}
.user_content img,
.user_content_styles img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.user_content img.noscale,
.user_content img[usemap^="#"],
.user_content_styles img.noscale,
.user_content_styles img[usemap^="#"] {
  overflow: scroll;
  max-width: none;
}
.user_content ul,
.user_content ol,
.user_content_styles ul,
.user_content_styles ol {
  /* to handle uls next to floated elements */
  overflow: hidden;
  margin: 1.2rem 0;
  padding: 0;
}
.user_content ul li,
.user_content ol li,
.user_content_styles ul li,
.user_content_styles ol li {
  margin-bottom: 0.5rem;
  margin-left: 2.5rem;
  font-size: 1rem;
}
.user_content li > ol,
.user_content li > ul,
.user_content_styles li > ol,
.user_content_styles li > ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem !important;
  padding-left: 0;
}
.user_content li > ol li:last-child,
.user_content li > ul li:last-child,
.user_content_styles li > ol li:last-child,
.user_content_styles li > ul li:last-child {
  margin-bottom: 0;
}
.user_content h5 + ul,
.user_content h5 + ol,
.user_content_styles h5 + ul,
.user_content_styles h5 + ol {
  margin-top: 0;
}
.user_content h6 + ul,
.user_content h6 + ol,
.user_content_styles h6 + ul,
.user_content_styles h6 + ol {
  margin-top: 0.5625rem;
}
.user_content ul + h5,
.user_content ul + h6,
.user_content ol + h5,
.user_content ol + h6,
.user_content_styles ul + h5,
.user_content_styles ul + h6,
.user_content_styles ol + h5,
.user_content_styles ol + h6 {
  margin-top: 1.2rem;
}
.user_content figure,
.user_content_styles figure {
  display: block;
  max-width: 100%;
  color: var(--color-wmgreen-90);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.5;
}
.user_content figure img,
.user_content_styles figure img {
  float: none !important;
  height: auto;
  margin: 0 auto !important;
}
.user_content figcaption,
.user_content_styles figcaption {
  margin: 5px 0 0;
  text-align: left;
  text-decoration: none;
  color: var(--color-wmgreen-90);
}
.user_content table,
.user_content_styles table {
  float: none;
  margin: 0 0 1.2em 0;
  text-align: left;
  line-height: 1.6;
}
.user_content table tr,
.user_content table th,
.user_content table td,
.user_content_styles table tr,
.user_content_styles table th,
.user_content_styles table td {
  margin: 0;
  padding: 4px;
  font-weight: 400;
}
.user_content table td img,
.user_content_styles table td img {
  max-width: none !important;
}
.user_content table th,
.user_content_styles table th {
  font-weight: bold;
}
.user_content table > caption,
.user_content_styles table > caption {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.user_content table h5,
.user_content table h6,
.user_content_styles table h5,
.user_content_styles table h6 {
  margin-top: 0;
}
.user_content table + h5,
.user_content table + h6,
.user_content_styles table + h5,
.user_content_styles table + h6 {
  margin-top: 2rem;
}
.user_content table a,
.user_content_styles table a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
}
.user_content table a:hover, .user_content table a:focus,
.user_content_styles table a:hover,
.user_content_styles table a:focus {
  text-decoration: underline;
}
.user_content td.top-align-cell,
.user_content_styles td.top-align-cell {
  vertical-align: top !important;
}
.user_content td.right-align-cell,
.user_content_styles td.right-align-cell {
  text-align: right !important;
}
.user_content td.center-align-cell,
.user_content_styles td.center-align-cell {
  text-align: center !important;
}
.user_content .tablespecial,
.user_content .tablespecial2,
.user_content .tablespecialleft,
.user_content_styles .tablespecial,
.user_content_styles .tablespecial2,
.user_content_styles .tablespecialleft {
  border-spacing: 3px;
  text-align: left;
  color: black;
  border-collapse: separate;
}
.user_content .tablespecial a,
.user_content .tablespecial2 a,
.user_content .tablespecialleft a,
.user_content_styles .tablespecial a,
.user_content_styles .tablespecial2 a,
.user_content_styles .tablespecialleft a {
  color: var(--color-link-dark);
}
.user_content .tablespecial .content_button,
.user_content .tablespecial2 .content_button,
.user_content .tablespecialleft .content_button,
.user_content_styles .tablespecial .content_button,
.user_content_styles .tablespecial2 .content_button,
.user_content_styles .tablespecialleft .content_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;
  text-decoration: none;
}
@media (min-width: 700px) {
  .user_content .tablespecial .content_button,
  .user_content .tablespecial2 .content_button,
  .user_content .tablespecialleft .content_button,
  .user_content_styles .tablespecial .content_button,
  .user_content_styles .tablespecial2 .content_button,
  .user_content_styles .tablespecialleft .content_button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.user_content .tablespecial .content_button:hover, .user_content .tablespecial .content_button:focus,
.user_content .tablespecial2 .content_button:hover,
.user_content .tablespecial2 .content_button:focus,
.user_content .tablespecialleft .content_button:hover,
.user_content .tablespecialleft .content_button:focus,
.user_content_styles .tablespecial .content_button:hover,
.user_content_styles .tablespecial .content_button:focus,
.user_content_styles .tablespecial2 .content_button:hover,
.user_content_styles .tablespecial2 .content_button:focus,
.user_content_styles .tablespecialleft .content_button:hover,
.user_content_styles .tablespecialleft .content_button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.user_content .tablespecial .content_button:hover, .user_content .tablespecial .content_button:focus,
.user_content .tablespecial2 .content_button:hover,
.user_content .tablespecial2 .content_button:focus,
.user_content .tablespecialleft .content_button:hover,
.user_content .tablespecialleft .content_button:focus,
.user_content_styles .tablespecial .content_button:hover,
.user_content_styles .tablespecial .content_button:focus,
.user_content_styles .tablespecial2 .content_button:hover,
.user_content_styles .tablespecial2 .content_button:focus,
.user_content_styles .tablespecialleft .content_button:hover,
.user_content_styles .tablespecialleft .content_button:focus {
  background-color: black;
}
.user_content .tablespecial tr,
.user_content .tablespecial th,
.user_content .tablespecial td,
.user_content .tablespecial2 tr,
.user_content .tablespecial2 th,
.user_content .tablespecial2 td,
.user_content .tablespecialleft tr,
.user_content .tablespecialleft th,
.user_content .tablespecialleft td,
.user_content .map_addresses tr,
.user_content .map_addresses th,
.user_content .map_addresses td,
.user_content_styles .tablespecial tr,
.user_content_styles .tablespecial th,
.user_content_styles .tablespecial td,
.user_content_styles .tablespecial2 tr,
.user_content_styles .tablespecial2 th,
.user_content_styles .tablespecial2 td,
.user_content_styles .tablespecialleft tr,
.user_content_styles .tablespecialleft th,
.user_content_styles .tablespecialleft td,
.user_content_styles .map_addresses tr,
.user_content_styles .map_addresses th,
.user_content_styles .map_addresses td {
  margin: 0;
  padding: 11px 12px;
  color: var(--color-text-base);
  font-size: 15px;
}
.user_content .tablespecial th,
.user_content .tablespecial2 th,
.user_content .tablespecialleft th,
.user_content .tablespecialleft th,
.user_content_styles .tablespecial th,
.user_content_styles .tablespecial2 th,
.user_content_styles .tablespecialleft th,
.user_content_styles .tablespecialleft th {
  color: var(--color-wmgreen-90);
  background-color: var(--color-wmsilver-25);
  font-size: 1.14rem;
}
.user_content .tablespecial th p,
.user_content .tablespecial2 th p,
.user_content .tablespecialleft th p,
.user_content .tablespecialleft th p,
.user_content_styles .tablespecial th p,
.user_content_styles .tablespecial2 th p,
.user_content_styles .tablespecialleft th p,
.user_content_styles .tablespecialleft th p {
  margin-bottom: 0;
  color: var(--color-wmgreen-90);
}
.user_content .tablespecial td,
.user_content .tablespecial2 td,
.user_content .tablespecialleft td,
.user_content_styles .tablespecial td,
.user_content_styles .tablespecial2 td,
.user_content_styles .tablespecialleft td {
  background-color: #efefef;
}
.user_content .tablespecial td p,
.user_content .tablespecial2 td p,
.user_content .tablespecialleft td p,
.user_content_styles .tablespecial td p,
.user_content_styles .tablespecial2 td p,
.user_content_styles .tablespecialleft td p {
  margin-bottom: 1.2rem;
}
.user_content .tablespecial ul li,
.user_content .tablespecial ol li,
.user_content_styles .tablespecial ul li,
.user_content_styles .tablespecial ol li {
  font-size: 1em;
}
.user_content .tablespecial td > *:last-child:not(ul),
.user_content .tablespecial2 td > *:last-child:not(ul),
.user_content .tablespecialleft td > *:last-child:not(ul),
.user_content_styles .tablespecial td > *:last-child:not(ul),
.user_content_styles .tablespecial2 td > *:last-child:not(ul),
.user_content_styles .tablespecialleft td > *:last-child:not(ul) {
  margin-bottom: 0;
}
.user_content .tablespecialleft,
.user_content_styles .tablespecialleft {
  float: left !important;
  margin-right: 20px !important;
}
.user_content .tablewrap .tablespecial,
.user_content .tablewrap .tablespecial2,
.user_content_styles .tablewrap .tablespecial,
.user_content_styles .tablewrap .tablespecial2 {
  margin-bottom: 0;
}
.user_content .tablewrap,
.user_content_styles .tablewrap {
  margin-bottom: 1.2rem;
}
.user_content h5 + .tablewrap,
.user_content_styles h5 + .tablewrap {
  margin-top: 1.125rem;
}
.user_content h6 + .tablewrap,
.user_content_styles h6 + .tablewrap {
  margin-top: 1rem;
}
.user_content .scroll-table,
.user_content_styles .scroll-table {
  overflow: auto;
}
.user_content .scrollable + h5,
.user_content .scrollable + h6,
.user_content_styles .scrollable + h5,
.user_content_styles .scrollable + h6 {
  margin-top: 1.2rem;
}
.user_content .flexslider img,
.user_content_styles .flexslider img {
  float: none !important;
  height: auto;
  margin: 0 auto !important;
}
.user_content #inlineMedia,
.user_content_styles #inlineMedia {
  float: right;
  width: 185px;
  margin: 0 0 8px 14px;
  padding: 3px;
  background-color: var(--color-wmsilver-25);
}
.user_content #inlineMediaList,
.user_content_styles #inlineMediaList {
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid #fff;
  font-size: 11px;
}
.user_content #inlineMediaList li,
.user_content_styles #inlineMediaList li {
  margin: 0;
  padding: 4px;
  line-height: 1.3em;
}
.user_content #inlineMedia a,
.user_content_styles #inlineMedia a {
  text-decoration: none;
  color: #484848;
}
.user_content #inlineMedia a:hover,
.user_content_styles #inlineMedia a:hover {
  text-decoration: underline;
}
.user_content #inlineMedia .fa,
.user_content_styles #inlineMedia .fa {
  margin-right: 4px;
}

.user_content > h1:last-child,
.user_content > h2:last-child,
.user_content > h3:last-child,
.user_content > h4:last-child,
.user_content > h5:last-child,
.user_content > h6:last-child,
.user_content--wrapper > h1:last-child,
.user_content--wrapper > h2:last-child,
.user_content--wrapper > h3:last-child,
.user_content--wrapper > h4:last-child,
.user_content--wrapper > h5:last-child,
.user_content--wrapper > h6:last-child,
.user_content_styles > h1:last-child,
.user_content_styles > h2:last-child,
.user_content_styles > h3:last-child,
.user_content_styles > h4:last-child,
.user_content_styles > h5:last-child,
.user_content_styles > h6:last-child {
  margin-bottom: 1.2rem;
}

.user_content .user_content > * {
  font-size: 1rem;
}
.user_content .user_content h5 {
  font-size: 1.48rem;
}
.user_content .user_content h6 {
  font-size: 1.14rem;
}

/* scss/7-page-content/_announcement-content.scss */
/* scss/7-page-content/_atoz-listing.scss */
/*** A to Z ***/
.atoz_title {
  color: var(--color-link-base);
  font-weight: bold;
}

.atoz_title:hover {
  cursor: pointer;
  text-decoration: underline;
  color: var(--color-link-base);
}

.atoz ol {
  padding-left: 0px;
}

.atoz ol li {
  margin-left: 0 !important;
  padding-bottom: 1.2em;
  list-style-position: inside;
}

.atoz ol li p {
  margin-bottom: 0;
}

.atoz_nav {
  margin: 1.066rem 0;
  border-bottom: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  line-height: 1.5em;
}

#atoz_ul {
  display: none;
  vertical-align: middle;
}

.atoz_label {
  margin-right: 0.35533rem;
  vertical-align: middle;
}

#atoz_ul {
  list-style: none;
}

#atoz_ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}

#atoz_ul a {
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: bold;
}

.a_z_divider,
#atoz_ul a {
  padding: 0 6px;
  letter-spacing: 0;
  font-size: 14px;
}

#atoz_ul li:first-child a {
  padding-left: 0px;
}

#atoz_ul li.is-first-child a {
  padding-left: 0px;
}

#atoz_ul a:hover {
  text-decoration: underline;
  color: var(--color-link-base);
}

@media screen and (min-width: 1000px) {
  .tinynav {
    display: none;
  }
  #atoz_ul {
    display: block;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;
  }
}
/* scss/7-page-content/_campus-map-content.scss */
/*** Campus map ***/
.map_location_photo {
  float: right !important;
  max-width: 300px !important;
  margin-left: 10px !important;
}

.visiting-nav {
  display: none;
}

/**** Embedded campus map ****/
.map_search_results li {
  margin-left: 0;
  padding-bottom: 5px;
  list-style-type: none;
}

.map_result_address {
  font-style: italic;
}

.map_results li {
  padding-bottom: 5px;
}

.map_results .highlight_word {
  font-weight: bold;
}

#map_search {
  max-width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#map_search #s_query {
  flex: 1 1 auto;
  padding: 7px 7px 7px;
  border: 1px solid var(--color-wmsilver-25);
}

#map_search_submit {
  position: relative;
  margin: 0 0 0 8px;
  min-width: 54px;
  height: 29px;
  padding: 0 8px;
  color: #fff;
  border: 1px solid var(--color-wmgreen-90);
  border-radius: 0;
  background-color: var(--color-wmgreen-90);
  font-size: 11px;
}
#map_search_submit:hover {
  background-color: black;
}

table.map_addresses tr,
table.map_addresses th,
table.map_addresses td {
  padding-left: 0;
}

.google_map_url {
  padding: 3px 0px;
}

.map_location_photo {
  float: none !important;
  max-height: 200px;
  margin-left: 0px !important;
}
@media (min-width: 700px) {
  .map_location_photo {
    float: right !important;
    margin-right: 30px;
    margin-left: 10px !important;
  }
}

#wm_embed_campus_map h2 {
  color: var(--color-wmgreen-90) !important;
  font-size: 24px !important;
}

#wm_embed_campus_map,
#map_google_canvas {
  overflow: hidden !important;
}

#map_google_canvas {
  clear: right;
  width: 100% !important;
  height: 0;
  padding-top: 5px;
  padding-bottom: 56.25%;
}

#parking_notification {
  font-size: 14px;
  font-style: italic;
}

/**Embedded Google Map styling**/
.gm-style-iw h3 {
  font-size: 13px;
  font-weight: bold !important;
  line-height: 20px;
}

/* scss/7-page-content/_content-page-content.scss */
/* scss/7-page-content/_directory-content.scss */
/* scss/7-page-content/__experts-content.scss */
/* scss/7-page-content/_feature-page-content.scss */
/* scss/7-page-content/_full-page-content.scss */
/* scss/7-page-content/_gallery-page-content.scss */
.gallery .user_content {
  max-width: 100%;
}

@media (min-width: 930px) {
  .fullPage .gallery .user_content,
  #main_content:not(.hasSidebar) .gallery .user_content {
    padding-right: 0;
    padding-left: 0;
  }
}
.gallery .mobile-tip {
  display: none;
}

.touch .gallery .mobile-tip {
  display: block;
  margin: 1em 0 -15px 0;
  color: var(--color-text-base);
  font-size: 0.8rem;
}
@media (min-width: 930px) {
  .touch .gallery .mobile-tip {
    display: none;
  }
}

/*** Photo Gallery ***/
#galleria,
#galleria-local,
#galleria-flickr {
  margin: 20px auto 1.066rem;
}

.galleria-stage {
  top: 0px;
  right: 0px;
  bottom: 76px;
  left: 0px;
}

.galleria-info {
  background-color: rgba(0, 0, 0, 0.7);
}

.galleria-info,
.galleria-info-description,
.galleria-info-title {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif !important;
}

.galleria-info-title {
  font-weight: 800 !important;
}

.galleria-info-description {
  padding-right: 15px !important;
  color: #ffffff !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.6em !important;
}

.galleria-info-text {
  display: block;
  background-color: transparent !important;
}

.galleria-info a,
.galleria-info a:hover,
.galleria-info a:visited {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.galleria-info-close {
  display: block;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}

.galleria-info-link {
  display: none;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}

.galleria-thumbnails-container {
  height: 58px;
}

/* scss/7-page-content/_gateway-page-content.scss */
/*** Gateway ***/
.gateway_group ul,
.news_video ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}

.gateway_group ul li,
.news_video article ul li {
  margin: 0 1em 1em 0;
}

.gateway_group h4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: var(--color-wmgreen-90) !important;
  border-bottom: 3px solid var(--color-wmgreen-90);
  font-size: 20px !important;
  font-weight: bold;
}

.gateway_group li {
  line-height: 1.4em;
}

.gateway .user_content {
  padding-left: 0;
}
@media (min-width: 930px) {
  .gateway .user_content {
    padding-left: 22px;
  }
}

.hasSidebar .gateway .user_content {
  border-bottom: none;
}

@media screen and (min-width: 650px) {
  .gateway header.m-title {
    margin-bottom: 30px;
  }
  .gateway_group {
    float: left;
    width: 50%;
    margin-bottom: 2em;
    padding-right: 22px;
  }
  .gateway section:nth-of-type(odd) {
    clear: left;
  }
}
@media screen and (min-width: 720px) {
  .gateway #pageTitle {
    margin-bottom: 1.5625rem;
  }
}
/* scss/7-page-content/_grid-classic.scss */
/* One-off Hack for DFAS grid page */
figure.mobile,
figure.desktop {
  border: 4px solid #ececec;
}

a:hover > figure.mobile,
a:hover > figure.desktop,
a:focus > figure.mobile,
a:focus > figure.desktop {
  border: 4px solid var(--color-wmsilver-25);
  background: var(--color-wmsilver-25);
}

figure.mobile,
figure.desktop {
  margin-bottom: 10px;
  background: #ececec;
}

figure.mobile {
  display: inline-block;
  margin-right: -5px;
  margin-left: -3px;
}

figure.desktop {
  display: none;
}

figure.desktop img {
  width: 690px;
}

figure.mobile figcaption,
figure.desktop figcaption {
  margin: 5px 0 0;
  padding: 8px;
  text-decoration: none;
  color: var(--color-wmgreen-90);
  font-weight: 400 !important;
}

figure.mobile figcaption h4,
figure.desktop figcaption h4 {
  text-align: center;
  color: var(--color-wmgreen-90) !important;
  font-size: 1.2em !important;
  /*text-transform: uppercase;*/
}

@media screen and (min-width: 518px) {
  figure.mobile {
    display: none;
  }
  figure.desktop {
    display: inline-block;
  }
}
.user_content {
  /**======= CARD GENERAL =======**/
  /**======= VIDEOS ===========**/
  /**======= WIDTH + MARGINS ========**/
  /** TRANSITIONS ***/
}
.user_content figure.card {
  margin: 0;
}
.user_content .classic.grid figure.card {
  margin-right: 12.5px !important;
}
.user_content .grid {
  overflow: hidden;
  box-sizing: content-box;
  max-width: 720px;
  max-width: 100% !important;
  margin: 2rem 0;
}
.user_content .grid * {
  box-sizing: content-box;
}
.user_content .grid:after {
  display: block;
  clear: both;
  content: "";
}
.user_content .card {
  float: left;
  padding: 4px;
  transition: all 0.18s ease-in;
  background: #ececec;
}
.user_content .card img {
  width: 100%;
}
.user_content .card p {
  margin-bottom: 0;
  font-size: 13.2px;
}
.user_content .card figcaption p {
  margin-bottom: 0;
  color: var(--color-text-base);
}
.user_content .card figcaption {
  margin-bottom: 1px;
  padding: 10px;
  font-weight: 400 !important;
  line-height: 1.4;
}
.user_content .card h4 {
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 8px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-wmgreen-90);
  font-size: 14.4px !important;
  font-weight: 700;
  line-height: 1.4;
}
.user_content .card h4 + p {
  margin-top: 5px;
}
.user_content .card .videoWrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  max-width: none;
  height: 0;
  min-height: 200px;
  padding-bottom: 56.25%;
}
.user_content .card .videoWrapper video {
  width: 100% !important;
  height: auto !important;
}
.user_content .card .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user_content a .card:hover,
.user_content .grid a:focus .card {
  background: var(--color-wmsilver-25);
}
.user_content .grid figure.card {
  margin-right: 0px !important;
  margin-bottom: 13px;
}
.user_content .grid figure.card,
.user_content .grid .grid-sizer {
  width: 218px !important;
  margin-right: 10px;
}
.user_content .grid .grid-sizer {
  width: 218px !important;
}
.user_content .grid .gutter-sizer {
  width: 0px !important;
}
.user_content .grid figure.card.Large,
.user_content .grid figure.card.Small {
  width: 509.9px !important;
  max-width: calc(100% - 8px);
  margin-left: 0 !important;
  transition: background 0.18s ease-in;
}
@media (min-width: 700px) {
  .user_content .grid figure.card.Large {
    width: 60%;
  }
}
.user_content .gutter-sizer {
  width: 29%;
}
@media (min-width: 700px) {
  .user_content .grid-sizer,
  .user_content .grid figure.card.Small {
    width: 29%;
  }
}
.user_content .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.user_content figure.mobile,
.user_content figure.desktop {
  margin-top: 0;
  margin-bottom: 10px;
  background: #ececec;
}
@media screen and (min-width: 542px) {
  .user_content .grid .gutter-sizer {
    width: 8px !important;
  }
  .user_content .flow.grid .gutter-sizer {
    width: 11px !important;
  }
  .user_content .grid figure.card.Large,
  .user_content .grid figure.card.Small {
    max-width: none;
  }
  .user_content .grid .grid-sizer,
  .user_content .grid figure.card.Small {
    width: 244.5px !important;
  }
}

@media screen and (min-width: 930px) and (max-width: 1679px) {
  .hasSidebar .user_content .grid .grid-sizer,
  .hasSidebar .grid figure.card.Small {
    width: 230px !important;
  }
  .hasSidebar .grid figure.card.Large {
    width: 479.9px !important;
  }
  .hasSidebar .user_content .card h4 {
    margin-right: 0;
    margin-left: 0;
  }
}
/* scss/7-page-content/_grid-classic-right-col.scss */
/* scss/7-page-content/_grid-classic-rows.scss */
/* scss/7-page-content/_grid-classic-multisize.scss */
/* scss/7-page-content/_grid-classic-multisize-right-col.scss */
/* scss/7-page-content/_grid-flow.scss */
/* scss/7-page-content/_grid-flow-right-col.scss */
/* scss/7-page-content/_grid-flow-titles.scss */
/* scss/7-page-content/_grid-flow-captions.scss */
/* scss/7-page-content/__ideation-story-content.scss */
.ideation header + *:not(header) {
  margin-top: 1.5625rem;
}
.ideation figure img {
  max-width: 100%;
  margin-bottom: 4px !important;
}
.ideation figure {
  overflow: hidden;
  width: 100%;
  max-width: 515px;
}
.ideation figcaption {
  text-align: left;
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}
.ideation figcaption > p {
  margin-top: 0;
}
.ideation .user_content figcaption {
  display: inline;
}
.ideation figcaption .pscredit {
  font-style: italic;
}
.ideation h3.teaser {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700 !important;
}
.ideation .article-meta {
  margin: 10px 0 15px 0;
}

p.ideation-footer-date {
  margin-top: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-wmgreen-90);
  font-size: 0.9em;
  font-weight: 700;
  font-style: italic;
}

.ideation img[src*=generic] {
  display: none;
}

/** Popup **/
.ideation-vid-container {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 12px;
  padding-top: 30px;
  padding-bottom: 56.25%;
  text-align: center;
}

.ideation-vid-container iframe,
.ideation-vid-container object,
.ideation-vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Slideshow **/
#BannerDiv {
  margin-bottom: 30px;
}

#ideation-gallery-container {
  position: relative;
  width: 700px;
  max-width: 100%;
  height: 390px;
  max-height: 100%;
  padding-top: 8px;
}

#ideation-gallery-container #ideation-gallery {
  width: 700px;
  max-width: 100%;
  height: 390px;
  max-height: 100%;
}

#ideation-gallery-container #ideation-caption {
  position: absolute;
  bottom: 20px;
  left: 10px;
  text-align: left;
}

#ideation-gallery-container #ideation-caption h2,
#ideation-gallery-container #ideation-caption h4 {
  width: auto;
  padding: 5px 10px;
  opacity: 0;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(https://www.wm.edu/images/icons/ideation/40pct-black.png) top left;
  font-weight: normal;
}

#ideation-gallery-container #ideation-caption h2 {
  display: inline;
  letter-spacing: 1px;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 26px;
}

#ideation-gallery-container #ideation-caption h4 {
  margin: 10px 0 0 0px;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 16px;
}

#ideation-gallery-container #ideation-gallery a img {
  width: 700px;
  max-width: 100%;
}

#ideation-gallery-container #ideation-gallery {
  background: #ececec url(https://www.wm.edu/images/icons/ajax-loader.gif) no-repeat center center;
}

/** Homepage **/
#ideationHomeTitle {
  margin-bottom: 5px !important;
}

ul#ideationHomeList {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}

ul#ideationHomeList li {
  margin: 0 0 0.7em;
}

ul#ideationHomeList a {
  text-decoration: none;
  color: var(--color-wmgold-55);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}

ul#ideationHomeList a:hover {
  text-decoration: underline;
}

/** Archive page **/
.ideation .issueitem {
  width: 100%;
  min-height: 198px;
  margin-top: 40px !important;
}
.ideation .issueitem h3 {
  font-weight: bold !important;
  line-height: 1.4em;
}
.ideation .issueitem:first-child {
  margin-top: 30px !important;
}
.ideation h4.issue-top-story {
  margin: 12px 0 2px !important;
  color: #2b2b2b !important;
  color: #6d261e;
  font-family: helvetica, arial, sans-serif !important;
  font-size: 1.32rem !important;
  font-weight: bold !important;
  line-height: 1.5em;
}
.ideation img.ideationcover {
  margin: 3px 15px 30px 0 !important;
  border: 1px solid #cbcbcb;
}

@media only screen and (min-width: 990px) {
  .ideation figure {
    max-width: inherit;
  }
  .ideation figure img {
    float: left !important;
    margin-right: 12px !important;
  }
  .ideation .user_content figcaption {
    display: block;
    padding: 150px 0px 0px;
  }
  #ideation-gallery-container #ideation-caption h2 {
    font-size: 28px !important;
  }
  #ideation-gallery-container #ideation-caption h4 {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 720px) {
  #ideation-gallery-container #ideation-caption {
    bottom: 50px;
    left: 1.5625rem;
  }
  .ideation .issueitem {
    width: 85%;
  }
}
@media print {
  #ideation-gallery-container #ideation-caption {
    position: static;
  }
  #BannerDiv {
    padding-bottom: 80px;
  }
  #ideation-gallery-container #ideation-caption h2,
  #ideation-gallery-container #ideation-caption h4 {
    display: block;
    margin: 5px 0;
    padding: 0;
  }
}
/* scss/7-page-content/__ideation-story-header-content.scss */
/* scss/7-page-content/_listing-page-announcements.scss */
/* scss/7-page-content/_listing-page-children.scss */
/* scss/7-page-content/_listing-page-directory.scss */
.directory_listing .l-listing__image {
  object-fit: cover;
  object-position: center top;
}

.namecoach-icon {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 0 0.25rem;
  font-size: 1.1875rem;
  color: var(--color-wmgreen-90);
  position: relative;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 0.3125rem;
  transition: color 0.3s;
}
.namecoach-icon:hover, .namecoach-icon:focus {
  color: var(--color-wmgold-55);
}
.namecoach-icon__progressbar {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: var(--color-wmgold-55);
  transition: width 0s linear;
}
.namecoach-icon:hover .namecoach-icon__progressbar, .namecoach-icon:focus .namecoach-icon__progressbar {
  background: #000;
}
.namecoach-icon .playing {
  color: var(--color-wmgold-55);
}
.namecoach-icon.playing .namecoach-icon__progressbar {
  width: 100%;
  background: var(--color-wmgold-55);
}
@media (min-width: 700px) {
  .namecoach-icon {
    transform: translateY(10%);
    margin: 0 0 0 0.375rem;
  }
}

.mouseuser .namecoach-icon:hover,
.mouseuser .namecoach-icon:focus {
  outline: none;
}

/* scss/7-page-content/_listing-page-features.scss */
/* scss/7-page-content/_listing-page-files.scss */
.file_listing dt a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
}
.file_listing dt a:hover, .file_listing dt a:focus {
  text-decoration: underline;
}

/* scss/7-page-content/_listing-page-news-stories.scss */
/* scss/7-page-content/_listing-page-portfolio.scss */
/* scss/7-page-content/_multimedia-grid-content.scss */
/* scss/7-page-content/_news-home.scss */
/*** News Home ***/
.news_home h1,
.news_home h2 {
  margin-bottom: 1.5625rem;
}

.top_stories {
  overflow: auto;
  margin-bottom: 44px;
}

.top_stories a {
  word-wrap: normal;
}

.top_stories article {
  margin-bottom: 30px;
}

#content .news_listing.top_stories p {
  margin-top: 0;
}
#content .news_listing.top_stories img {
  display: inline;
}
#content .news_listing.top_stories a ~ p {
  margin-left: 0;
}

#quick_nav + .top_stories {
  overflow: auto;
  margin-top: 0;
  border-top: none;
}

.user_content .news_home .top_stories {
  overflow: hidden;
  padding-top: 10px;
}
.user_content .news_home .top_stories header, .user_content .news_home .top_stories p {
  margin-left: 0;
}

.news_home .top_stories article:first-child {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
}
@media (min-width: 700px) {
  .news_home .top_stories article:first-child {
    padding-bottom: 30px;
  }
}

.news_home .top_stories article:first-child a {
  font-size: 24px;
  line-height: 28px;
}

.news_home .top_stories article:first-child > a {
  display: inline-block;
  margin-bottom: 6px;
}

.news_home .top_stories article .news_home-listing-img-link {
  display: inline-block;
  margin-bottom: 6px;
}

.news_home .top_stories article .news_home-listing-img-link img {
  display: block;
  margin: 0;
  border: 0;
}

.news_home .top_stories .article-meta {
  margin: 3px 0 0 0;
}

.news_home .top_stories .article-meta-divider {
  display: inline;
}

.news_home .item_listing.news_listing.top_stories article img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
}

.news_home .top_stories article .news-home-link img {
  display: block;
  margin: 0;
  border: 0;
}

.news_home .top_stories article:nth-child(2),
.news_home .top_stories article:nth-child(3) {
  width: 100%;
  margin-bottom: 14px;
}
@media (min-width: 700px) {
  .news_home .top_stories article:nth-child(2),
  .news_home .top_stories article:nth-child(3) {
    float: left;
    width: 46%;
  }
}

.news_home .top_stories article:nth-child(2) {
  margin-right: 8%;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .news_home .top_stories article:nth-child(2) {
    margin-bottom: 0px;
  }
}

.top_stories + h2 {
  margin-top: 22px;
  color: var(--color-wmgreen-90);
  border-top: 1px solid var(--color-one-offs-topbar-menu-border-color);
  font-size: 2rem;
  font-weight: 500;
}

.news_home h2 {
  clear: both;
  padding-top: 44px;
}

.news-home-link {
  display: inline-block;
  line-height: 1.3 !important;
}

.news_home .top_stories p:last-child {
  margin-bottom: 0;
}

.news_home .top_stories article a + header {
  margin-left: 0;
  padding-bottom: 8px;
}

.top_stories .article-meta {
  display: block;
  margin-bottom: 1.5625rem;
  font-size: 0.88rem;
  font-style: italic;
}

.news_home .top_stories article .author {
  display: block;
  line-height: 1.5em;
}
@media (min-width: 700px) {
  .news_home .top_stories article .author {
    display: inline;
  }
}

.news_home .top_stories article header a {
  font-size: 1.14rem;
}

.news_home .top_stories article .date {
  display: block;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .news_home .top_stories article .date {
    display: inline-block;
  }
  .news_home .top_stories article .date:before {
    display: inline-block;
    margin: 0 5px;
    content: "| ";
    font-weight: normal;
  }
}

/* scss/7-page-content/_news-story-content.scss */
#news_in_video_container {
  overflow: auto;
  margin-bottom: 30px;
}
#news_in_video_container .news_feature {
  float: left;
  width: 48%;
  margin: 0 1% 1% 0;
  margin-bottom: 3%;
}
#news_in_video_container img {
  padding-bottom: 8px;
}

/* scss/7-page-content/_portfolio.scss */
/*** Portfolio Pages ***/
.default_extra {
  margin-top: 34px;
  padding-top: 30px;
}

.no-pipe-below + .default_extra {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}

p + .portfolio.flexslider {
  max-width: 505px;
  min-height: 300px;
  margin: 40px auto !important;
}
@media (min-width: 1145px) {
  p + .portfolio.flexslider {
    max-width: 720px;
    margin: 40px 0 !important;
  }
}

aside.default_extra ul.portfolio_listing {
  overflow: hidden;
  width: 235px;
  margin: 20px auto;
  padding: 0;
  list-style-type: none;
}

aside.default_extra ul.portfolio_listing li {
  float: left;
  margin: 0 7px 1.5625rem 8px;
}

.portfolio {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.portfolioSet {
  overflow: auto;
}

.portfolio_group_title {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
}
.portfolio_group_title:hover, .portfolio_group_title:focus {
  text-decoration: underline;
}
.portfolio_group_title:hover, .portfolio_group_title:focus {
  text-decoration: none;
}

.portfolio_group_title figure {
  margin: 0;
  padding: 4px;
  transition: all 0.18s ease-in;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-wmgreen-90);
  background: var(--color-wmsilver-0);
  font-size: 14px;
  font-weight: bold;
}

.portfolio_group_title figure img {
  width: 212px;
  height: 140px;
}

.portfolio_group_title figcaption {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  margin: 0;
  padding: 8px 0 4px;
  text-align: center;
}
.portfolio_group_title figcaption:hover, .portfolio_group_title figcaption:focus {
  text-decoration: underline;
}
.portfolio_group_title figcaption:hover, .portfolio_group_title figcaption:focus {
  text-decoration: none;
}

.portfolio_group_title.selected figure,
.portfolio_group_title:hover figure,
.portfolio_group_title:focus figure {
  color: var(--color-wmgreen-90);
  background: var(--color-wmsilver-25);
}

.portfolio_group_title:active,
.portfolio_group_title:hover,
.portfolio_group_title:focus,
.portfolio_group_title figcaption:active,
.portfolio_group_title figcaption:hover,
.portfolio_group_title figcaption:focus {
  text-decoration: none !important;
}

.portfolio .slides li img,
.portfolio_yt_embed {
  width: 99% !important;
  max-width: 500px;
  max-height: 311px;
  margin: 0 !important;
}

.portfolio .slides li img {
  border: 1px solid #c9c9c9;
}

.portfolio_yt_embed .embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  height: auto;
  padding-top: 30px;
  padding-bottom: 55%;
}

.portfolio_yt_embed .embed-container iframe,
.portfolio_yt_embed .embed-container object,
.portfolio_yt_embed .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.flex-active-slide .portfolio_yt_embed .embed-container iframe,
.flex-active-slide .portfolio_yt_embed .embed-container object,
.flex-active-slide .portfolio_yt_embed .embed-container embed {
  display: block;
}

.portfolio .flex-caption {
  min-height: 75px;
  margin: 10px 0;
  margin-right: 0;
  margin-left: 135px;
  font-size: 12px;
  line-height: 18px;
}

.portfolio_slide_credit {
  display: block;
  padding-top: 1em;
  font-style: italic;
}

.portfolio .flex-direction-nav {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.portfolio .flex-direction-nav a {
  position: relative;
  top: 85px;
  top: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.portfolio .flex-direction-nav a,
.portfolio .flex-direction-nav a:hover,
.portfolio .flex-direction-nav a:active,
.portfolio .flex-direction-nav a:before {
  color: #000000 !important;
  line-height: 55px !important;
}

.portfolio .flex-direction-nav .flex-prev {
  left: 0px;
}

.portfolio .flex-direction-nav a.flex-next {
  position: absolute;
  right: 0px;
  right: 0 !important;
  left: auto !important;
}

.portfolio .flex-direction-nav,
#portfolioSet_nav_counter {
  width: 130px;
}

#portfolioSet_nav_counter {
  position: absolute;
  bottom: 16px;
  left: 0;
  text-align: center;
  color: #222222;
  font-size: 20px;
  line-height: 1.3;
}

/** Portfolio view as list **/
.portfolio_as_list .flex-direction-nav,
.portfolio_as_list #portfolioSet_nav_counter {
  display: none;
}

.portfolio_as_list .slides li {
  float: none !important;
  margin-bottom: 2em !important;
  opacity: 1 !important;
}

.portfolio_as_list .flex-caption {
  min-height: auto !important;
  margin-left: 1% !important;
}

.portfolio_as_list .portfolio_yt_embed .embed-container iframe,
.portfolio_as_list .portfolio_yt_embed .embed-container object,
.portfolio_as_list .portfolio_yt_embed .embed-container embed {
  display: block;
}

#portfolio_display_toggle {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border: none;
  background: none;
  font-size: 12px;
}
#portfolio_display_toggle:hover, #portfolio_display_toggle:focus {
  text-decoration: underline;
}
#portfolio_display_toggle:hover {
  text-decoration: underline !important;
}

#portfolio_display_toggle:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (min-width: 510px) {
  aside.default_extra ul.portfolio_listing {
    width: 470px;
  }
  aside.default_extra ul.portfolio_listing li {
    margin: 0 1.5625rem 1.5625rem 0px;
  }
  aside.default_extra ul.portfolio_listing li:nth-child(even) {
    margin-right: 0;
  }
  .lt-ie9 aside.default_extra ul.portfolio_listing li {
    margin: 0 7px 1.5625rem 8px;
  }
}
@media only screen and (min-width: 560px) {
  .portfolio_yt_embed .embed-container {
    padding-bottom: 56.25% !important;
  }
}
@media screen and (min-width: 1145px) {
  /*** Portfolio ***/
  aside.default_extra ul.portfolio_listing {
    width: 100%;
    margin: 0;
  }
  aside.default_extra ul.portfolio_listing li {
    margin: 0 1.5625rem 1.5625rem 0;
  }
  aside.default_extra ul.portfolio_listing li:nth-child(even),
  aside.default_extra ul.portfolio_listing li:nth-child(odd):last-child {
    margin-right: 1.5625rem;
    margin-left: 0px;
  }
  aside.default_extra ul.portfolio_listing li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .lt-ie9 aside.default_extra ul.portfolio_listing li {
    margin: 0 7px 1.5625rem 8px !important;
  }
  .portfolio.flexslider {
    width: auto;
    /*max-width: 100%;*/
    max-width: 720px;
    margin: 40px 0;
  }
  .portfolio .slides li {
    height: 316px;
  }
  .portfolio .flex-caption {
    position: absolute;
    top: 38px;
    right: 0;
    width: 200px;
    margin: 0;
  }
  .portfolio .flex-direction-nav,
  #portfolioSet_nav_counter {
    top: 21px !important;
    right: 50px;
    bottom: auto !important;
    left: auto;
  }
  #portfolioSet_nav_counter {
    top: 34px !important;
  }
}
/* scss/7-page-content/_row.scss */
/* scss/7-page-content/_sidebar.scss */
#sidebar {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (min-width: 600px) {
  #sidebar {
    border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  }
}
@media (min-width: 1215px) {
  #sidebar {
    margin-bottom: 60px;
    padding: 0 0 0 22px;
    border-top: none;
    border-left: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  }
}
#sidebar > *,
#sidebar .news-home-sidebar-video {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  #sidebar > *,
  #sidebar .news-home-sidebar-video {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
}
@media (min-width: 1215px) {
  #sidebar > *,
  #sidebar .news-home-sidebar-video {
    width: 240px;
    max-width: 240px;
  }
}
#sidebar > * aside,
#sidebar .news-home-sidebar-video aside {
  line-height: 1.4em;
}
#sidebar .read-more-link {
  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);
  display: block;
  display: inline-block;
  width: 240px !important;
  margin: 0 auto;
  margin-bottom: 22px;
  padding: 15px 12px;
  letter-spacing: 0.0625em;
  line-height: 1.6m;
}
@media (min-width: 700px) {
  #sidebar .read-more-link {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
#sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
#sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
  background-color: black;
}
#sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border-hover);
}
#sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
  background: var(--color-pagenav-button-background);
}
@media (min-width: 700px) {
  #sidebar .read-more-link {
    display: inline-block;
    width: auto;
    margin-right: auto;
  }
}
@media (min-width: 1215px) {
  #sidebar .read-more-link {
    transition: all 0.18s ease-in;
    color: var(--color-wmgreen-90);
    border: none;
    background: var(--color-pagenav-background);
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
  }
  #sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
    color: var(--color-wmgreen-90);
    border: none;
  }
  #sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
    background-color: var(--color-wmsilver-15);
  }
}
#sidebar > *.sidebar__item .customContent + .read-more-link {
  margin-top: 15px;
}
#sidebar p + .read-more-link {
  margin-top: 15px;
}
#sidebar p:first-child {
  margin-top: 0;
}

#sidebar .sidebar__item {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: var(--color-pagenav-background);
  font-size: 0.94rem;
}
@media (min-width: 1215px) {
  #sidebar .sidebar__item {
    background-color: transparent;
  }
  #sidebar .sidebar__item:last-child {
    margin-bottom: 0;
  }
}
#sidebar .sidebar__title ~ *,
#sidebar .news-home-sidebar-video figure {
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 1215px) {
  #sidebar .sidebar__title ~ *,
  #sidebar .news-home-sidebar-video figure {
    padding-right: 0;
    padding-left: 0;
  }
}
#sidebar .news-home-sidebar-video figure {
  padding-top: 22px;
}
#sidebar .sidebar__title {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  background-color: white;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}
#sidebar .sidebar__title span {
  position: relative;
  left: -10px;
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  padding: 6px 12px 5px 20px;
  white-space: nowrap;
  color: white;
  background: var(--color-collegewoods-75);
  font-size: 0.83rem;
  font-size: 14px;
  font-weight: 700;
}
#sidebar .sidebar__title span:before {
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 4px;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(20deg);
  background: var(--color-collegewoods-75);
}
#sidebar .sidebar__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 4px solid var(--color-collegewoods-75);
}

/**==============================================
 *
 *
 *   NEW SIDEBAR STYLES FOR UPDATED CLASSES
 *
 *
 *=============================================**/
.Sidebar {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (min-width: 1215px) {
  .Sidebar {
    margin-bottom: 60px;
    padding: 0 0 0 22px;
  }
}
.Sidebar > * {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .Sidebar > * {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
}
@media (min-width: 1215px) {
  .Sidebar > * {
    width: 240px;
    max-width: 240px;
  }
}
.Sidebar > * aside {
  line-height: 1.4em;
}

.SidebarItem {
  width: 100%;
  background: var(--color-pagenav-background);
  font-size: 0.94rem;
}
@media (min-width: 1215px) {
  .SidebarItem {
    background: transparent;
  }
}

.SidebarItem__title {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  background-color: white;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.SidebarItem__title span {
  position: relative;
  left: -10px;
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  padding: 6px 12px 5px 20px;
  white-space: nowrap;
  background: var(--color-collegewoods-75);
}
.SidebarItem__title span:before {
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 4px;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(20deg);
  background: var(--color-collegewoods-75);
}
.SidebarItem__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 4px solid var(--color-collegewoods-75);
}

.SidebarItem__title ~ * {
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 1215px) {
  .SidebarItem__title ~ * {
    padding-right: 0;
    padding-left: 0;
  }
}

.SidebarItem__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);
  display: block;
  display: inline-block;
  width: 240px !important;
  margin: 0 auto 22px;
}
@media (min-width: 700px) {
  .SidebarItem__button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.SidebarItem__button:hover, .SidebarItem__button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.SidebarItem__button:hover, .SidebarItem__button:focus {
  background-color: black;
}
.SidebarItem__button:hover, .SidebarItem__button:focus {
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border-hover);
}
.SidebarItem__button:hover, .SidebarItem__button:focus {
  background: var(--color-pagenav-button-background);
}
@media (min-width: 700px) {
  .SidebarItem__button {
    display: inline-block;
    width: auto;
    margin-right: auto;
  }
}
@media (min-width: 1215px) {
  .SidebarItem__button {
    transition: all 0.18s ease-in;
    color: var(--color-wmgreen-90);
    border: none;
    background: var(--color-pagenav-background);
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
  }
  .SidebarItem__button:hover, .SidebarItem__button:focus {
    color: var(--color-wmgreen-90);
    border: none;
  }
  .SidebarItem__button:hover, .SidebarItem__button:focus {
    background-color: var(--color-wmsilver-15);
  }
}

.SidebarCustomContent + .SidebarItem__button {
  margin-top: 15px;
}

.SidebarListing {
  margin: 0;
  list-style: none;
}
.SidebarListing > li {
  padding-bottom: 1.066rem;
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  font-size: 0.94rem;
  width: 100%;
}
.SidebarListing > li:first-child {
  border-top: none;
}
.SidebarListing a[href*="twitter.com"] {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
  display: inline-block;
}
.SidebarListing a[href*="twitter.com"]:hover, .SidebarListing a[href*="twitter.com"]:focus {
  text-decoration: underline;
}
.SidebarListing a[href*="twitter.com"]:hover, .SidebarListing a[href*="twitter.com"]:focus {
  text-decoration: none;
}
.SidebarListing a[href*="twitter.com"]:hover, .SidebarListing a[href*="twitter.com"]:focus, .SidebarListing a[href*="twitter.com"]:hover, .SidebarListing a[href*="twitter.com"]:focus {
  text-decoration: underline;
}
.SidebarListing a[href^="https://t.co"] {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
  padding-top: 0;
  font-weight: normal;
}
.SidebarListing a[href^="https://t.co"]:hover, .SidebarListing a[href^="https://t.co"]:focus {
  text-decoration: underline;
}
.SidebarListing a[href^="https://t.co"]:hover, .SidebarListing a[href^="https://t.co"]:focus {
  text-decoration: none;
}
.SidebarListing a[href^="https://t.co"]:hover, .SidebarListing a[href^="https://t.co"]:focus, .SidebarListing a[href^="https://t.co"]:hover, .SidebarListing a[href^="https://t.co"]:focus {
  text-decoration: underline;
}

.SidebarListing__link {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
}
.SidebarListing__link:hover, .SidebarListing__link:focus {
  text-decoration: underline;
}
.SidebarListing__link:hover, .SidebarListing__link:focus {
  text-decoration: none;
}
.SidebarListing__link:hover, .SidebarListing__link:focus, .SidebarListing__link:hover, .SidebarListing__link:focus {
  text-decoration: underline;
}

.SidebarListing__author {
  margin-bottom: 0;
}

.SidebarListing__date {
  line-height: 1.4;
}

.SidebarListing__desc {
  word-break: break-word;
  color: var(--color-text-base);
  font-weight: normal;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.SidebarListing__desc p {
  margin: 0;
}

.SidebarListing__date + .SidebarListing__desc,
.SidebarListing__byline + .SidebarListing__desc {
  margin-top: 10px;
}

.SidebarCustomContent {
  margin: 22px 0;
}
@media (min-width: 1215px) {
  .SidebarCustomContent {
    margin-bottom: 0;
  }
}
.SidebarCustomContent p {
  margin: 0 0 0.5rem 0;
  margin: 0;
  line-height: 1.4em;
}
.SidebarCustomContent p:last-child {
  margin-bottom: 0;
}
.SidebarCustomContent p + p {
  margin: 0.5rem 0 0;
}
.SidebarCustomContent hr {
  margin: 22px 0;
}

.SidebarCustomContent h5,
.SidebarCustomContent h6 {
  margin: 22px 0 0;
  color: var(--color-wmgreen-90);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.SidebarCustomContent > h5 {
  padding-bottom: 1.066rem;
  border-top: 1px solid rgba(var(--color-wmsilver-25-rgb), 0.4);
  font-size: 0.94rem;
  width: 100%;
  padding-bottom: 0;
  margin: 0;
}
.SidebarCustomContent > h5:first-child {
  margin-top: -3px;
  border-top: none;
}
.SidebarCustomContent > h5:first-child a {
  padding-top: 0;
}
.SidebarCustomContent > h5:nth-last-child(n+2), .SidebarCustomContent > h5:nth-last-child(n+2) ~ h5 {
  margin: 0.25em 0 0;
}
.SidebarCustomContent > h5:last-child a {
  padding-bottom: 0;
}
.SidebarCustomContent > h5 a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-wmgreen-90);
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
  font-size: 1rem;
  padding: 15px 0;
}
.SidebarCustomContent > h5 a:hover, .SidebarCustomContent > h5 a:focus {
  text-decoration: underline;
}
.SidebarCustomContent > h5 a:hover, .SidebarCustomContent > h5 a:focus {
  text-decoration: none;
}
.SidebarCustomContent > h5 a:hover, .SidebarCustomContent > h5 a:focus, .SidebarCustomContent > h5 a:hover, .SidebarCustomContent > h5 a:focus {
  text-decoration: underline;
}

.--widget {
  padding-bottom: 22px;
}
@media (min-width: 600px) {
  .--widget {
    padding-bottom: 0;
  }
}
.--widget .SidebarItem__title {
  margin-bottom: 22px;
}
@media (min-width: 1215px) {
  .--widget .SidebarItem__title {
    margin-bottom: 5px;
  }
}

.SidebarFigure {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
@media (min-width: 600px) {
  .SidebarFigure {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1215px) {
  .SidebarFigure {
    display: block;
  }
}

.SidebarFigure__image {
  display: block;
  flex-basis: 240px;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 auto 22px;
}
@media (min-width: 600px) {
  .SidebarFigure__image {
    margin-right: 22px;
  }
}
@media (min-width: 1215px) {
  .SidebarFigure__image {
    margin-bottom: 0.9375rem;
  }
}
.SidebarFigure__image img, .SidebarFigure__image iframe {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
.SidebarFigure__image iframe {
  height: 200px;
}

.SidebarFigure__caption {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .SidebarFigure__caption {
    margin-top: 1em;
  }
}
@media (min-width: 1215px) {
  .SidebarFigure__caption {
    margin-top: 0;
  }
}
.SidebarFigure__caption > p {
  margin-top: 0;
}

.--news-home-sidebar-video .SidebarFigure {
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 1215px) {
  .--news-home-sidebar-video .SidebarFigure {
    padding-right: 0;
    padding-left: 0;
  }
}
.--news-home-sidebar-video .SidebarFigure__image {
  padding-top: 22px;
}
@media (min-width: 600px) {
  .--news-home-sidebar-video .SidebarFigure__caption {
    margin-top: 1em;
    padding-top: 22px;
  }
}
@media (min-width: 1215px) {
  .--news-home-sidebar-video .SidebarFigure__caption {
    margin-top: 0;
    padding-top: 0;
  }
}

.--video-widget .bx-viewport {
  min-height: 250px !important;
}

.--bxslider .bx-wrapper {
  margin-bottom: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.--bxslider .SidebarFigure__image {
  margin: 0 auto 4.25rem;
  flex-grow: 0;
}
@media (min-width: 600px) {
  .--bxslider .SidebarFigure__image {
    margin-right: 22px;
  }
}
@media (min-width: 1215px) {
  .--bxslider .SidebarFigure__image {
    margin: 0;
  }
  .--bxslider .SidebarFigure__image img, .--bxslider .SidebarFigure__image iframe {
    margin-bottom: 4.375rem;
  }
}
.--bxslider .no-controls .SidebarFigure__image img {
  margin-bottom: 0;
}
.--bxslider .bx-controls-direction {
  position: absolute;
  z-index: 50;
  top: 155px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
  height: 2.97rem;
  margin: 0 auto;
  transition: top 0.35s ease-in;
}
@media (min-width: 600px) {
  .--bxslider .bx-controls-direction {
    right: auto;
  }
}
.--bxslider .bx-controls-direction a {
  width: 49% !important;
  height: 46px;
  top: 0;
  text-indent: 0;
}
.--bxslider .bx-prev,
.--bxslider .bx-next {
  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);
  top: 0;
  text-indent: 0;
}
@media (min-width: 700px) {
  .--bxslider .bx-prev,
  .--bxslider .bx-next {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
.--bxslider .bx-next:hover,
.--bxslider .bx-next:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
.--bxslider .bx-next:hover,
.--bxslider .bx-next:focus {
  background-color: black;
}
.--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
.--bxslider .bx-next:hover,
.--bxslider .bx-next:focus {
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border-hover);
}
.--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
.--bxslider .bx-next:hover,
.--bxslider .bx-next:focus {
  background: var(--color-pagenav-button-background);
}
@media (min-width: 1215px) {
  .--bxslider .bx-prev,
  .--bxslider .bx-next {
    transition: all 0.18s ease-in;
    color: var(--color-wmgreen-90);
    border: none;
    background: var(--color-pagenav-background);
    border: none;
  }
  .--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
  .--bxslider .bx-next:hover,
  .--bxslider .bx-next:focus {
    color: var(--color-wmgreen-90);
    border: none;
  }
  .--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
  .--bxslider .bx-next:hover,
  .--bxslider .bx-next:focus {
    background-color: var(--color-wmsilver-15);
  }
  .--bxslider .bx-prev:hover,
  .--bxslider .bx-next:hover {
    border: none;
  }
}
.--bxslider .bx-prev {
  left: 0;
}
.--bxslider .bx-next {
  left: 51%;
}
.--bxslider .bx-prev:focus,
.--bxslider .bx-next:focus {
  outline: 1px dotted var(--color-wmgreen-90);
}
@media (min-width: 600px) {
  .--bxslider {
    padding-bottom: 22px;
  }
  .--bxslider .bx-controls-direction {
    left: 22px;
    transform: none;
  }
  .--bxslider figure {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1215px) {
  .--bxslider {
    padding-bottom: 0;
  }
  .--bxslider .bx-controls-direction {
    left: 0;
  }
  .--bxslider figure {
    display: flex;
    flex-wrap: wrap;
  }
}

.--widget.--bxslider figure > a:focus::before,
.--widget.--bxslider figure > iframe:focus::before,
.--video-widget figure > a:focus::before,
.--video-widget figure > iframe:focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  border: 1px dotted #fff;
}

/* scss/7-page-content/_slideshow-research.scss */
#research-gallery {
  position: relative;
  /* width: 100%;
  width: calc(100% - 5px); */
  /* right: 20px; */
  padding: 20px 0px 30px 0px;
  margin-bottom: 2em;
  margin-top: 0;
  /* background: linear-gradient(to bottom, #ffffff 85%, #efefef 100%);*/
}

/* end add */
#research-gallery .slides {
  overflow: hidden;
  margin: 0;
}

#research-gallery .slides,
#research-gallery .slides li a {
  height: 265px;
}

#research-gallery .slides li a {
  background-size: cover;
  width: 100%;
  display: block;
  background-position: center center;
}

#research-gallery .slide-move {
  transform: scale(1.1);
  transition-property: transform;
  transition-duration: 8s !important;
  -webkit-backface-visibility: hidden;
}
#research-gallery .top-left {
  transform-origin: top left;
}
#research-gallery .bottom-left {
  transform-origin: bottom left;
}
#research-gallery .top-right {
  transform-origin: top right;
}
#research-gallery .bottom-right {
  transform-origin: bottom right;
}
#research-gallery .top-center {
  transform-origin: top center;
}
#research-gallery .bottom-center {
  transform-origin: bottom center;
}
#research-gallery .center-right {
  transform-origin: center right;
}
#research-gallery .center-left {
  transform-origin: center left;
}
#research-gallery .center-center {
  transform-origin: center center;
}

#research-gallery-caption-container {
  margin-top: 10px;
}

.research-gallery-title,
.research-gallery-caption-text {
  display: inline-block;
}

.research-gallery-title {
  color: var(--color-webgold-75);
  font-weight: bold;
  font-size: 21px;
  margin-top: 5px;
}

.research-gallery-title:hover {
  text-decoration: underline;
}

.research-gallery-caption-text {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 5px;
}

.research-gallery-caption {
  display: none;
}

#research-gallery .flex-direction-nav {
  height: 35px;
  margin-top: 40px !important;
}

#research-gallery .flex-direction-nav a {
  color: var(--color-wmgreen-90);
  margin: 0;
  top: auto;
  height: 72px;
  bottom: 15px;
  width: 49.5%;
}

#research-gallery .flex-direction-nav a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: var(--color-wmsilver-0);
  z-index: -1;
}

#research-gallery .flex-direction-nav a:hover:after {
  background-color: var(--color-wmsilver-15);
}

#research-gallery .flex-direction-nav a:before {
  line-height: 71px;
  font-size: 27px;
}

#research-gallery .flex-direction-nav .flex-prev {
  left: 0;
}

#research-gallery .flex-direction-nav .flex-next {
  right: 0;
}

@media only screen and (min-width: 510px) {
  #research-gallery .slides,
  #research-gallery .slides li a {
    height: 305px;
  }
}
@media screen and (min-width: 650px) {
  #research-gallery .slides,
  #research-gallery .slides li a {
    height: 380px;
  }
}
@media screen and (min-width: 720px) {
  .slide-move {
    transform: scale(1.05);
  }
  #research-gallery {
    background: #ffffff;
    padding: 0px;
    padding-top: 20px;
    right: 0px;
    margin-top: 0;
  }
  #research-gallery:after {
    background-color: transparent;
    width: 1px;
    height: 1px;
  }
  #research-gallery .slides,
  #research-gallery .slides li a {
    height: 470px;
  }
  #research-gallery .flex-direction-nav {
    position: absolute;
    top: 400px;
    right: 15px;
    z-index: 10;
    width: 80px;
    height: 35px;
  }
  #research-gallery .flex-direction-nav .flex-prev {
    left: 0px;
  }
  #research-gallery .flex-direction-nav .flex-next {
    right: 0px;
  }
  #research-gallery .flex-pauseplay {
    position: absolute;
    top: 252px;
    right: 55px;
    z-index: 10;
  }
  #research-gallery .flex-direction-nav a {
    margin: 0;
    background: #ffffff;
    color: #999999;
    bottom: 0;
    width: 36px;
  }
  #research-gallery .flex-direction-nav a:hover {
    background: var(--color-wmsilver-15);
    color: var(--color-wmgreen-90);
  }
  #research-gallery .flex-direction-nav a {
    height: 33px;
  }
  #research-gallery .flex-direction-nav a:before {
    line-height: 33px;
    font-size: 15px;
  }
  #research-gallery .flex-direction-nav {
    margin-top: 0;
  }
  #research-gallery .flex-direction-nav a:after {
    display: none;
  }
}
@media only screen and (min-width: 860px) {
  #research-gallery .slides,
  #research-gallery .slides li a {
    height: 470px;
  }
  #research-gallery .flex-direction-nav {
    /* top: 420px; */
  }
}
/* MOBILE TO DESKTOP BREAKPOINT */
@media only screen and (min-width: 930px) {
  #research-gallery {
    padding: 0px;
  }
  #research-gallery .flex-direction-nav {
    top: 380px;
  }
}
@media only screen and (min-width: 1000px) {
  #research-gallery .slides,
  #research-gallery .slides li a {
    height: 475px;
  }
  #research-gallery-caption-container {
    position: absolute;
    bottom: 85px;
    left: 20px;
    z-index: 10;
    pointer-events: none;
  }
  #research-gallery .research-gallery-title,
  #research-gallery .research-gallery-caption-text {
    background: rgba(var(--color-black-105-rgb), 0.7);
    opacity: 0;
    font-weight: normal;
    padding: 10px;
  }
  #research-gallery .research-gallery-title {
    color: var(--color-wmgold-35);
    font-size: 32px;
    margin-bottom: 5px;
    padding: 20px;
    font-weight: 400;
  }
  #research-gallery .research-gallery-title:hover {
    text-decoration: none;
  }
  #research-gallery .research-gallery-caption-text {
    color: #ffffff;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 16px;
  }
  #research-gallery .flex-direction-nav {
    top: 385px;
    bottom: 15px;
  }
}
/* scss/7-page-content/_tr-form-content.scss */
/* scss/7-page-content/_youtube-playlist.scss */
.user_content .ytPlaylist .yt-lg {
  margin-bottom: 60px;
}

/* scss/7-rows/__base-row.scss */
/* scss/7-rows/_accordion-list-row.scss */
section.h-theme-blue .Accordion-row .Accordion-entry-text h6,
section.h-theme-green .Accordion-row .Accordion-entry-text h6 {
  color: #fff;
}

.AccordionListRow {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 700px) {
  .AccordionListRow {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.AccordionListRow__section {
  width: 100%;
  max-width: 852px;
}
.AccordionListRow__title, .AccordionListRow__intro-text {
  padding-left: var(--size-row-padding-side-mobile);
  padding-right: var(--size-row-padding-side-mobile);
}
.AccordionListRow__heading {
  grid-template-columns: 1fr auto;
  display: grid;
  background-color: var(--theme-accordion-header-background-color);
  align-items: start;
  justify-content: right;
}
.AccordionListRow__heading.no-header {
  background: none;
  grid-template-columns: auto;
}
.AccordionListRow__header:not(.sr-only) {
  color: #fff;
  font-size: 20px;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.4;
  font-weight: 500 !important;
  text-align: left;
  padding: 12px 0 12px 22px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 700px) {
  .AccordionListRow__header:not(.sr-only) {
    font-size: 23px;
    padding: 12px 0 12px 22px;
  }
}
.AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk:hover::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk:focus-within::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.mobile:hover::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.mobile:focus-within::after {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk {
  color: #fff;
}
.AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk.active::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk::after {
  color: rgba(250, 250, 250, 0.7);
}
.AccordionListRow__header.sr-only + .AccordionListRow__button-exp-col.tab-desk, .AccordionListRow__header.sr-only + .AccordionListRow__button-exp-col.tab-desk + .AccordionListRow__button-exp-col.mobile {
  bottom: 10px;
}
.AccordionListRow__button-exp-col.tab-desk .sectionAllText {
  margin-left: 5px;
}
.AccordionListRow__button-exp-col.tab-desk, .AccordionListRow__button-exp-col.mobile {
  text-align: right;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  padding-left: 22px;
  padding-right: 11px;
  position: relative;
  border: none;
  color: var(--theme-text-color);
  font-weight: 400;
  font-size: 15px;
  outline: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: none;
  align-items: center;
  display: none;
  grid-template-columns: 1fr 0fr 0fr;
}
@media (min-width: 700px) {
  .AccordionListRow__button-exp-col.tab-desk, .AccordionListRow__button-exp-col.mobile {
    display: grid;
    padding-right: 22px;
  }
}
.AccordionListRow__button-exp-col.tab-desk:hover, .AccordionListRow__button-exp-col.tab-desk:focus-within, .AccordionListRow__button-exp-col.mobile:hover, .AccordionListRow__button-exp-col.mobile:focus-within {
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}
.AccordionListRow__button-exp-col.tab-desk:hover::after, .AccordionListRow__button-exp-col.tab-desk:focus-within::after, .AccordionListRow__button-exp-col.mobile:hover::after, .AccordionListRow__button-exp-col.mobile:focus-within::after {
  opacity: 1 !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.AccordionListRow__button-exp-col.tab-desk::after, .AccordionListRow__button-exp-col.mobile::after {
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  opacity: 0.7;
  padding-left: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.AccordionListRow__button-exp-col.tab-desk.active::after, .AccordionListRow__button-exp-col.mobile.active::after {
  content: "\f146";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  opacity: 0.7;
  padding-left: 11px;
}
.AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk + .AccordionListRow__button-exp-col.mobile {
  color: #fff;
  top: 10px;
}
.AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk.active::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk + .AccordionListRow__button-exp-col.mobile::after, .AccordionListRow__header:not(.sr-only) + .AccordionListRow__button-exp-col.tab-desk + .AccordionListRow__button-exp-col.mobile.active::after {
  opacity: 0.7;
}
.AccordionListRow__button-exp-col.mobile {
  display: grid;
}
@media (min-width: 700px) {
  .AccordionListRow__button-exp-col.mobile {
    display: none;
  }
}
.AccordionListRow__accordions {
  margin: auto;
  list-style: none;
  padding: 0;
  border-width: 0 1px 1px 0;
  border-color: var(--theme-accordion-border-color);
  border-style: solid;
}
@media (min-width: 700px) {
  .AccordionListRow__accordions {
    border-width: 0 1px 1px 1px;
  }
}
.AccordionListRow__accordion-button {
  position: relative;
  background: var(--theme-accordion-button-bg-color);
  padding: 22px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  border-width: 1px 0 0 0;
  border-color: var(--theme-accordion-top-border-color);
  border-style: solid;
  margin: 0;
  text-transform: none;
}
.AccordionListRow__accordion-button:hover, .AccordionListRow__accordion-button:active, .AccordionListRow__accordion-button:focus, .AccordionListRow__accordion-button:focus-within {
  background: var(--theme-accordion-button-bg-color);
}
.AccordionListRow__accordion-button::before {
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 22px;
  padding-right: 22px;
  color: var(--theme-accordion-close-icon-color);
  opacity: 0.4;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding-top: 3px;
}
.AccordionListRow__accordion-button:hover::before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.AccordionListRow__accordion-button.active::before {
  content: "\f146";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 22px;
  padding-right: 22px;
  color: var(--theme-accordion-open-icon-color);
  opacity: 1;
}
.AccordionListRow__accordion-button:active .AccordionListRow__accordion-title, .AccordionListRow__accordion-button:focus-within .AccordionListRow__accordion-title {
  color: var(--theme-title-color);
}
.AccordionListRow__accordion-title {
  color: var(--theme-text-color);
  font-size: 24px;
  font-family: "Freight Text W03", Times, serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.3;
}
.AccordionListRow__accordion-content {
  height: 0;
  overflow: hidden;
  color: var(--theme-text-color);
  background: var(--theme-accordion-content-background-color);
  padding-left: 22px;
  padding-right: 22px;
  text-align: left;
  letter-spacing: 0.015rem;
  line-height: 1.6;
  width: 100%;
  border-color: var(--theme-accordion-top-border-color);
  border-style: solid;
  transition: visibility 0.35s ease;
  visibility: visible;
  border-width: 0;
  position: relative;
}
.AccordionListRow__accordion-content[aria-hidden=true] {
  visibility: hidden;
}
.AccordionListRow__accordion-content::before {
  content: "";
  height: 1px;
  background: var(--theme-accordion-top-border-color);
  position: absolute;
  left: 0;
  right: 0;
}
.AccordionListRow__accordion-padding-top, .AccordionListRow__accordion-padding-bottom {
  height: 22px;
}
.AccordionListRow__accordion-text > :last-child {
  margin-bottom: 0;
}
.AccordionListRow__accordion-text .test-adjacent + h6 {
  margin-top: 0;
}
.AccordionListRow__accordion-text .yt-sm,
.AccordionListRow__accordion-text .yt-med,
.AccordionListRow__accordion-text .yt-lg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.AccordionListRow__accordion-text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.AccordionListRow__accordion-text figure {
  max-width: none;
  margin-bottom: 22px;
}
.AccordionListRow__accordion-text figcaption {
  color: var(--theme-figcaption-color);
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-top: 11px;
}
.AccordionListRow__accordion-text a {
  color: var(--theme-link-color);
}
.AccordionListRow__accordion-text p {
  margin-block-start: 0;
  margin-block-end: 1.2rem;
}
.AccordionListRow__accordion-text h6 {
  color: var(--theme-title-color);
}
.AccordionListRow__content-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  .AccordionListRow__content-buttons {
    flex-direction: row;
  }
}
.AccordionListRow__content-buttons .content_button {
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 11px;
  width: auto;
}
@media (min-width: 700px) {
  .AccordionListRow__content-buttons .content_button {
    display: inline-block;
  }
}

/* scss/7-rows/_announcements-feed-row.scss */
.AnnRow {
  --wm-row-side-padding: 0;
}
@media (min-width: 700px) {
  .AnnRow {
    --wm-row-side-padding: 0;
  }
}
.AnnRow .wm-row__mainWrapper {
  max-width: 100%;
}
.AnnRow .wm-row__title,
.AnnRow .wm-row__title > a,
.AnnRow .wm-row__intro-text,
.AnnRow .wm-row__moreButton {
  padding-left: var(--size-row-padding-side-mobile);
  padding-right: var(--size-row-padding-side-mobile);
}
@media (min-width: calc(808px + 44px)) {
  .AnnRow .wm-row__title,
  .AnnRow .wm-row__title > a,
  .AnnRow .wm-row__intro-text,
  .AnnRow .wm-row__moreButton {
    max-width: var(--size-row-text-width-max);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.AnnRow__text-section {
  overflow: visible;
}
.AnnRow__description-text-title, .AnnRow__description-text-title > a {
  font-family: "Freight Text W03", Times, serif;
  font-size: 1.3125rem;
  line-height: 1.2;
  letter-spacing: 0.17px;
  text-transform: none;
  margin: 0 0 4px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.AnnRow__description-text-caption {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
  transition: all 0.1s ease-in-out;
}
.AnnRow__description-text-byline-date {
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.22px;
}
.AnnRow__moreButton {
  position: relative;
  display: inline-block;
  max-width: var(--size-row-text-width-max);
  margin: 44px 0 0;
  padding: 0 44px !important;
  text-align: center;
  color: var(--theme-title-color);
  font-size: 1.25rem;
  font-weight: normal;
  padding-right: 18px;
}
.AnnRow__moreButton:hover, .AnnRow__moreButton:focus {
  text-decoration: underline !important;
  font-weight: normal;
}
@media (min-width: calc(var(--size-row-text-width-max) + 44px)) {
  .AnnRow__moreButton {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.AnnRow__moreButton:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-wmgold-55);
  padding-left: 7px;
  transition: all 0.35s ease-in-out;
}
.AnnRow__moreButton:hover:after, .AnnRow__moreButton:focus:after {
  padding-left: 11px;
  text-decoration: none;
}
.AnnRow__moreButton:after {
  bottom: -2px;
}
.AnnRow.-loading .wm-slideshow__track,
.AnnRow.-loading .wm-slideshow__dots, .AnnRow.-no-slides .wm-slideshow__track,
.AnnRow.-no-slides .wm-slideshow__dots {
  display: none;
}
.AnnRow__message, .AnnRow__message {
  display: none;
}
.-loading .AnnRow__message, .-no-slides .AnnRow__message {
  display: flex;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 45px auto 0;
  padding: 43px 50px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--theme-title-color);
  background-color: var(--theme-base-color);
  border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
}
.AnnRow [aria-busy=true], .AnnRow [aria-hidden=true], .AnnRow:not(.-loading) .sr-only {
  display: none;
}

/* scss/7-rows/_callout-test.scss */
/* ================== CALLOUT  ========================= */
.CalloutRow {
  min-height: auto;
}
.CalloutRow__title + .CalloutRow__buttons {
  margin-top: 48px;
}
.CalloutRow__buttons {
  display: flex;
  padding: 0 44px;
  align-items: stretch;
}
.-buttons-only .CalloutRow__buttons {
  margin-top: 0;
}
.CalloutRow__button {
  margin: 0 !important;
  padding: 1rem !important;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.CalloutRow__button span {
  display: block;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 380px) {
  .CalloutRow__button {
    width: 307px !important;
  }
}

/* scss/7-rows/_contact-place.scss */
.ContactPlaceRow__info-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100%);
  align-content: space-around;
  justify-content: normal;
  gap: 0;
  background-color: transparent;
}
.ContactPlaceRow__dept-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding: 44px 22px;
  padding-bottom: 0;
  background-color: var(--theme-base-color);
}
.ContactPlaceRow__dept-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 22px;
  width: calc(100% - 22px * 2);
  height: 1px;
  background-color: var(--color-wmgreen-90);
}
.ContactPlaceRow__social-media {
  display: flex;
  gap: 1em;
  text-align: center;
  margin-top: 1rem;
}
.ContactPlaceRow__dept-container > *:last-child {
  margin-bottom: 22px;
}
.ContactPlaceRow__text-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 100%);
  align-content: space-around;
  justify-content: normal;
  gap: 22px;
  padding: 22px 22px;
  background-color: var(--theme-base-color);
}
@media (min-width: 750px) {
  .ContactPlaceRow__info-container {
    grid-template-columns: min(351px, 46%) 1fr;
  }
  .ContactPlaceRow__info-container.--sections2 {
    flex-wrap: nowrap;
    max-width: 1288px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .ContactPlaceRow__dept-container {
    gap: 0;
    padding: clamp(22px, 12%, 44px) clamp(44px, 6%, 60px);
    padding-left: 44px;
    padding-right: clamp(44px, 6%, 60px);
    max-width: 351px;
  }
  .ContactPlaceRow__dept-container:after {
    width: 1px;
    height: calc(100% - 22px * 2);
    bottom: 22px;
    left: 100%;
  }
  .ContactPlaceRow__social-media {
    margin-top: 1.6875rem;
  }
  .ContactPlaceRow__dept-container > *:last-child {
    margin-bottom: 0;
  }
  .ContactPlaceRow__text-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, auto));
    padding: clamp(22px, 12%, 44px) clamp(44px, 6%, 60px);
  }
}
@media (min-width: 874px) {
  .ContactPlaceRow__text-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, auto));
  }
}
@media (min-width: 980px) {
  .ContactPlaceRow__info-container {
    max-width: 1288px;
  }
  .ContactPlaceRow .--sections2 .ContactPlaceRow__text-container {
    gap: 22px 44px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: max-content;
    min-width: min(464px, 80%);
  }
  .ContactPlaceRow .--sections2 .ContactPlaceRow__text-container > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: max-content;
    min-width: 220px;
  }
}
.ContactPlaceRow__info-container {
  text-align: left;
  color: var(--theme-text-color);
}
.ContactPlaceRow__dept-title {
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 500;
  font-size: 35px;
  margin: 0;
  line-height: 1.2;
  color: var(--theme-title-color);
}
@media (min-width: 750px) {
  .ContactPlaceRow__dept-title {
    font-size: clamp(1.875rem, -0.4688rem + 5vw, 2.1875rem);
  }
}
.ContactPlaceRow__social-media {
  flex-wrap: wrap;
}
.ContactPlaceRow__social-media > * {
  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;
  min-height: 22px;
  color: var(--theme-title-color) !important;
}
.ContactPlaceRow__social-media > *:hover {
  text-decoration: none;
}
.ContactPlaceRow ul,
.ContactPlaceRow li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ContactPlaceRow address {
  font-style: normal;
}
.ContactPlaceRow__link, .ContactPlaceRow__link a {
  margin: 0;
}
.--phone-number .ContactPlaceRow__link, .--phone-number .ContactPlaceRow__link a {
  font-weight: normal !important;
  color: var(--theme-text-color) !important;
}
.--phone-number .ContactPlaceRow__link:hover, .--phone-number .ContactPlaceRow__link a:hover {
  text-decoration: none;
}
.ContactPlaceRow p:last-of-type {
  margin-bottom: 0;
}
.ContactPlaceRow__directions-link {
  display: inline-block;
  position: relative;
  color: var(--theme-title-color) !important;
  font-weight: normal !important;
  padding-right: 14px;
  margin-top: 7px;
  font-size: 14px;
}
.ContactPlaceRow__directions-link:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-wmgold-55);
  padding-left: 5px;
  transition: all 0.35s ease-in-out;
}
.ContactPlaceRow__directions-link:hover:after, .ContactPlaceRow__directions-link:focus:after {
  padding-left: 9px;
  text-decoration: none;
}
.ContactPlaceRow__info-title {
  margin: 0;
  margin-bottom: 7px;
  font-size: 1rem;
  color: var(--theme-title-color);
}
.ContactPlaceRow__info-text {
  margin-left: 0;
}
.ContactPlaceRow__info-text + .ContactPlaceRow__info-title {
  margin-top: 1em;
}
.ContactPlaceRow__info-label {
  font-weight: bold;
}
.ContactPlaceRow__hours .ContactPlaceRow__info-label-text, .--phone-number .ContactPlaceRow__info-label-text, .--email-address .ContactPlaceRow__info-label-text {
  white-space: nowrap;
}
.--address .ContactPlaceRow__info-text {
  display: block;
  margin-left: 13px;
  text-indent: -13px;
}
.ContactPlaceRow__moreButton {
  margin-top: 44px;
}
.ContactPlaceRow__moreButton:after {
  bottom: -2px;
}

/* scss/7-rows/_content-row.scss */
/*
* Content Row has three display options
*
* Row text width mimics content text widths on Standard pages
* 	Standard 2 column page (main)
* 	Standard 3 column page (main.hasSidebar)
*
* Row text is centered
* 	Rows-only single column page (main.rows-only)
*/
.ContentRow {
  text-align: left;
  color: var(--color-text-base);
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  max-width: 1288px;
}

.ContentRow .layout__user-content {
  margin-bottom: 0;
}
.ContentRow .layout__user-content > *:last-child:not(.content_button) {
  margin-bottom: 0;
}
.ContentRow .layout__user-content > h3:first-child, .ContentRow .layout__user-content > h3.sr-only + * {
  margin-top: 0;
  padding-top: 0;
}
.ContentRow.layout__main-container {
  margin: 0 22px;
}
@media (min-width: 700px) {
  .ContentRow.layout__main-container {
    margin: 0 44px;
  }
}
@media (min-width: 1375px) {
  .ContentRow.layout__main-container {
    margin: 0 auto;
  }
}
.ContentRow .layout__grid-container {
  display: flex;
  width: 100%;
  max-width: 1288px;
  margin: 0;
}
@media (min-width: 1288px) {
  .ContentRow .layout__grid-container {
    margin: 0;
  }
}
@media (min-width: 1215px) {
  .ContentRow .layout__grid-container {
    width: 100%;
  }
}
@media (min-width: 1215px) {
  main.hasSidebar .ContentRow .layout__grid-container {
    width: calc(100% - 266px);
    padding-right: 66px;
  }
}
.ContentRow .layout__user-content {
  width: 100%;
  max-width: 920px;
}
@media (min-width: 930px) {
  .ContentRow .layout__user-content {
    width: calc(100% - 324px);
    float: none;
    margin-left: 324px;
  }
}
@media (min-width: 1215px) {
  .ContentRow .layout__user-content {
    flex-basis: 562px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    padding-right: 0;
    width: calc(100% - (280px + 44px));
    float: none;
    margin-left: calc(280px + 44px);
  }
  .ContentRow .layout__user-content .user_content--wrapper {
    width: 100%;
  }
}
@media (min-width: 930px) {
  main.rows-only .ContentRow .layout__grid-container, main:not(.hasSidebar) .ContentRow.-centered > .layout__grid-container {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: 920px;
    margin: 0 auto;
  }
  main.rows-only .ContentRow .layout__grid-container .layout__user-content, main:not(.hasSidebar) .ContentRow.-centered > .layout__grid-container .layout__user-content {
    width: 100% !important;
    max-width: 920px !important;
    margin-left: 0 !important;
  }
}

/* scss/7-rows/_events.scss */
.EventRow {
  --wm-row-side-padding: 0;
}
@media (min-width: 700px) {
  .EventRow {
    --wm-row-side-padding: 0;
  }
}
.EventRow .wm-row__mainWrapper {
  max-width: 100%;
}
.EventRow .wm-row__title,
.EventRow .wm-row__title > a,
.EventRow .wm-row__intro-text,
.EventRow .wm-row__moreButton {
  padding-left: var(--size-row-padding-side-mobile);
  padding-right: var(--size-row-padding-side-mobile);
}
@media (min-width: calc(808px + 44px)) {
  .EventRow .wm-row__title,
  .EventRow .wm-row__title > a,
  .EventRow .wm-row__intro-text,
  .EventRow .wm-row__moreButton {
    max-width: var(--size-row-text-width-max);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.EventRow__card:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: linear-gradient(0deg, rgba(var(--theme-base-rgb-color), 1) 50%, rgba(var(--theme-base-rgb-color), 0) 100%);
}
.EventRow__image-section {
  transition: flex-shrink 200ms ease-in-out;
  transition: flex 0.2s ease-in-out;
  aspect-ratio: 900/668;
}
@media (min-width: 700px) {
  .EventRow__image-section {
    aspect-ratio: 1000/668;
  }
}
.EventRow__image-wrapper {
  top: -9px;
}
@media (min-width: 700px) {
  .EventRow__image-wrapper {
    top: -3px;
  }
}
.EventRow__image {
  image-rendering: auto;
}
.EventRow__text-section {
  overflow: visible;
  padding: 14px 22px;
  margin: 0;
  flex-basis: 9.5625rem;
  max-height: 153px;
  z-index: 1;
}
.EventRow__text-section > *:not(.EventRow__eventButton) {
  position: relative;
  top: 0px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.EventRow__text-section:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 153px;
  z-index: 0;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: var(--theme-base-color);
  border-top: 30px solid var(--theme-base-color);
}
.EventRow__eventTitle, .EventRow__eventTitle a {
  margin-top: 0.5rem;
  text-align: left;
  color: var(--theme-title-color);
  font-family: "Freight Text W03", Times, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  font-feature-settings: "lnum";
}
.EventRow__eventTitle:hover, .EventRow__eventTitle a:hover {
  text-decoration: none;
}
.EventRow__eventMetadata {
  text-align: left;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}
.EventRow__eventDate, .EventRow__eventTime, .EventRow__eventButton {
  color: var(--theme-subtext-color);
  opacity: 0.65;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.EventRow__eventDate {
  display: inline-block;
  margin-right: 11px;
}
.EventRow__eventButton {
  padding-right: 12px;
  position: absolute;
  bottom: 0.1875rem;
  left: 22px;
  display: block;
  min-height: 2.0625rem;
  transition: all 0.18s cubic-bezier(0.74, 0.01, 1, 1);
  transition-delay: 0s;
  opacity: 0;
  color: rgba(var(--theme-title-rgb-color), 1);
  line-height: 2.0625rem;
}
.EventRow__eventButton:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-wmgold-55);
  padding-left: 6px;
  transition: all 0.35s ease-in-out;
}
.EventRow__eventButton:hover:after, .EventRow__eventButton:focus:after {
  padding-left: 6px;
  text-decoration: none;
}
.EventRow__eventButton:after {
  bottom: -1px;
}
.EventRow > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.EventRow__moreButton {
  position: relative;
  display: inline-block;
  max-width: var(--size-row-text-width-max);
  margin: 44px 0 0;
  padding: 0 44px !important;
  text-align: center;
  color: var(--theme-title-color);
  font-size: 1.25rem;
  font-weight: normal;
  padding-right: 18px;
}
.EventRow__moreButton:hover, .EventRow__moreButton:focus {
  text-decoration: underline !important;
  font-weight: normal;
}
@media (min-width: calc(var(--size-row-text-width-max) + 44px)) {
  .EventRow__moreButton {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.EventRow__moreButton:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-wmgold-55);
  padding-left: 7px;
  transition: all 0.35s ease-in-out;
}
.EventRow__moreButton:hover:after, .EventRow__moreButton:focus:after {
  padding-left: 11px;
  text-decoration: none;
}
.EventRow__moreButton:after {
  bottom: -2px;
}
.EventRow.-loading .wm-slideshow__track,
.EventRow.-loading .wm-slideshow__dots, .EventRow.-no-slides .wm-slideshow__track,
.EventRow.-no-slides .wm-slideshow__dots {
  display: none;
}
.EventRow__message, .EventRow__message {
  display: none;
}
.-loading .EventRow__message, .-no-slides .EventRow__message {
  display: flex;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 45px auto 0;
  padding: 43px 50px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--theme-title-color);
  background-color: var(--theme-base-color);
  border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
}
.EventRow [aria-busy=true], .EventRow [aria-hidden=true], .EventRow:not(.-loading) .sr-only {
  display: none;
}

@media (max-width: 699px) {
  .EventRow__card {
    text-decoration: none;
  }
  .EventRow__card:after {
    z-index: -1;
  }
  .EventRow__card .EventRow__text-section > *:not(.EventRow__eventButton) {
    top: -30px;
    z-index: 1;
  }
  .EventRow__card .EventRow__text-section:before {
    bottom: 0px;
  }
  .EventRow__card__eventDate, .EventRow__card__eventTime {
    opacity: 0.75;
    color: var(--theme-subtext-color);
  }
  .EventRow__card .EventRow__eventButton {
    bottom: 0.5rem;
    z-index: 1;
    opacity: 1;
    transition-delay: 0.15s;
  }
}
.EventRow__card:hover {
  text-decoration: none;
  cursor: pointer;
}
.EventRow__card:hover:after {
  z-index: -1;
}
.EventRow__card:hover .EventRow__text-section > *:not(.EventRow__eventButton) {
  top: -30px;
  z-index: 1;
}
.EventRow__card:hover .EventRow__text-section:before {
  bottom: 0px;
}
.EventRow__card:hover__eventDate, .EventRow__card:hover__eventTime {
  opacity: 0.75;
  color: var(--theme-subtext-color);
}
.EventRow__card:hover .EventRow__eventButton {
  bottom: 0.5rem;
  z-index: 1;
  opacity: 1;
  transition-delay: 0.15s;
}

/* scss/7-components/_fiftyfifty.scss */
/* ================== 5050  ========================= */
.wm-row.FiftyFiftyRow figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-top: 11px;
  color: var(--theme-figcaption-color);
}
.wm-row.FiftyFiftyRow figcaption a {
  color: var(--theme-link-color);
}
.wm-row.FiftyFiftyRow figure {
  display: table;
}
.wm-row.FiftyFiftyRow figure.video-figure {
  width: 100%;
}
.wm-row .FiftyFiftyRow__title, .wm-row .FiftyFiftyRow__title > a {
  margin-top: 0;
  padding: 44px 0 0;
  text-align: left;
  letter-spacing: 0.045rem;
  line-height: 1.1;
  font-size: 2rem;
  font-feature-settings: "lnum";
}
@media (min-width: 700px) {
  .wm-row .FiftyFiftyRow__title, .wm-row .FiftyFiftyRow__title > a {
    margin-top: inherit;
  }
}
.wm-row .FiftyFiftyRow__intro-text {
  text-align: left;
  margin: 0;
  line-height: 1.85;
  letter-spacing: 0.011em;
}
.wm-row .FiftyFiftyRow__title:not(.sr-only) + .FiftyFiftyRow__intro-text {
  margin-top: 23px;
}
@media (min-width: 700px) {
  .wm-row .FiftyFiftyRow__title:not(.sr-only) + .FiftyFiftyRow__intro-text {
    margin-top: 30px;
  }
}
.wm-row .FiftyFiftyRow__title.sr-only + .FiftyFiftyRow__intro-text {
  margin-top: 27px;
}
@media (min-width: 700px) {
  .wm-row .FiftyFiftyRow__title.sr-only + .FiftyFiftyRow__intro-text {
    margin-top: 0;
  }
}
.wm-row .FiftyFiftyRow__intro-text > p:first-child {
  margin-top: 0;
}
.wm-row .FiftyFiftyRow__image {
  display: block;
  width: auto;
  max-width: 100%;
}
.wm-row .FiftyFiftyRow__buttons {
  margin-top: 0;
  padding: 0;
  justify-content: flex-start;
}
.wm-row .FiftyFiftyRow__title + .FiftyFiftyRow__buttons {
  margin-top: 48px;
}
.wm-row .FiftyFiftyRow__intro-text + .FiftyFiftyRow__buttons {
  margin-top: 40px;
}
.wm-row .FiftyFiftyRow__button {
  min-width: 240px;
}
.wm-row .FiftyFiftyRow__button span {
  overflow: auto;
  white-space: normal;
}
.wm-row .FiftyFiftyRow__side.-text {
  text-align: left;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 700px) {
  .wm-row .FiftyFiftyRow__side.-text {
    padding-left: 50px;
    padding-left: clamp(22px, 7%, 70px);
    padding-right: 0;
  }
}

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

.video-container {
  position: relative;
  width: calc(100vw - 44px);
  padding-bottom: 56.25%;
}
@media (min-width: 700px) {
  .video-container {
    width: 100%;
  }
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 699px) {
  .wm-row__mainWrapper.h-switch > *:first-child {
    order: 1;
  }
  .wm-row__mainWrapper.h-switch > *:last-child {
    order: 2;
  }
}
@media (min-width: 700px) {
  .wm-row.FiftyFiftyRow {
    padding-left: 50px;
    padding-right: 50px;
    padding-left: clamp(22px, 6%, 70px);
    padding-right: clamp(22px, 6%, 70px);
  }
  .wm-row .FiftyFiftyRow__mainWrapper {
    max-width: 1288px;
  }
  .wm-row .FiftyFiftyRow__side.-text {
    align-items: flex-start;
  }
  .wm-row .FiftyFiftyRow__side.-image {
    align-items: flex-end;
  }
  .wm-row .FiftyFiftyRow__title, .wm-row .FiftyFiftyRow__title > a {
    font-size: 2.625rem;
    padding: 0;
  }
  .wm-row .h-switch .FiftyFiftyRow__side.-image {
    align-items: flex-start;
  }
  .wm-row.FiftyFiftyRow .h-switch figcaption {
    text-align: right;
  }
}
/* ================== ICON ROW  ========================= */
.IconRow__icon {
  color: var(--theme-accent-color);
  height: auto;
  margin: 0 auto;
  height: calc(3.0303030303vw + 28.6363636364px);
}
.IconRow__cards:not(.--landscape) .IconRow__icon {
  min-height: 50px;
}
@media (min-width: 600px) {
  .IconRow__icon {
    height: auto;
  }
}
.IconRow__icon i {
  font-size: calc(2.4242424242vw + 35.9090909091px);
}
@media (min-width: 850px) {
  .IconRow__icon i {
    font-size: 65px;
  }
}
.IconRow__card {
  min-height: auto;
}
.IconRow__card:hover {
  border-color: var(--theme-base-color, --color-neutral-base);
}
.IconRow__card.wm-card--isLink:hover, .IconRow__card.wm-card--isLink:focus-within {
  border-color: rgba(var(--theme-base-accent-rgb-color), 0.3);
}
.IconRow__graphic-section {
  margin-top: 30px;
  margin-top: calc(8.4848484848vw + -1.8181818182px);
  margin-bottom: 23px;
}
@media (min-width: 600px) {
  .IconRow__graphic-section {
    margin-top: 60px;
    margin-bottom: 32px;
    min-height: 66px;
  }
}
.IconRow__text-section {
  margin-top: 0;
  margin-bottom: calc(8.4848484848vw + -1.8181818182px);
}
@media (min-width: 600px) {
  .IconRow__text-section {
    margin-bottom: 57px;
  }
}
.IconRow__description-text-title {
  margin-bottom: -5px;
}
.IconRow__description-text-title + .IconRow__description-text-caption {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .IconRow__description-text-title + .IconRow__description-text-caption {
    margin-top: 18px;
  }
}

.--landscape .IconRow__text-section {
  margin-top: 24px;
  margin-bottom: 26px;
}

*[class*=fa-duotone] {
  letter-spacing: 0;
}

.icon-table td:not(:first-child) {
  text-align: center;
}

.icon-table td > i {
  color: var(--color-wmgreen-90);
  font-size: 46px;
}

.icon-table tr:first-child th:first-child,
.icon-table tr:first-child th:last-child {
  text-align: left;
}

.icon-table td:last-child {
  text-align: left;
}

/* scss/7-rows/_links-row.scss */
.LinksRow__links {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
  column-gap: 22px;
  row-gap: 55px;
  margin-top: 0;
  position: relative;
  padding-top: 12px;
}
.LinksRow__links.-no-caption {
  margin-top: 32px !important;
}
.LinksRow__links.-has-two {
  max-width: 852px;
}
.LinksRow__intro-text + .LinksRow__links, .LinksRow__title:not(.sr-only) + .LinksRow__links {
  margin-top: 44px;
}
.LinksRow__title.sr-only + .LinksRow__links {
  margin-top: 0 !important;
  padding-top: 0;
}
.LinksRow__link .LinksRow__caption {
  opacity: 0.8;
  color: var(--theme-text-color);
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.LinksRow__caption {
  font-size: 0.875rem;
}
.LinksRow__link:hover .LinksRow__caption, .LinksRow__link:focus .LinksRow__caption {
  opacity: 1;
  color: var(--theme-text-color);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.LinksRow__link-container {
  display: grid;
  align-content: end;
  text-align: left;
  position: relative;
}
.LinksRow__link-container:hover, .LinksRow__link-container:focus {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.LinksRow__link-container .LinksRow__link {
  font-size: 1rem;
  color: var(--theme-text-color);
  font-weight: 500;
  position: relative;
  display: block;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.LinksRow__link-container .LinksRow__link:hover, .LinksRow__link-container .LinksRow__link:focus {
  text-decoration: none;
}
.LinksRow__link-container .LinksRow__link:hover > *:first-child:after, .LinksRow__link-container .LinksRow__link:focus > *:first-child:after {
  padding-left: 11px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.LinksRow__link-container .LinksRow__link:hover > *:first-child:before, .LinksRow__link-container .LinksRow__link:focus > *:first-child:before {
  background: var(--theme-accent-color);
  transform: scale3D(1, 1, 1);
}
html.touch .LinksRow__link-container .LinksRow__link:hover > *:first-child:before, html.touch .LinksRow__link-container .LinksRow__link:focus > *:first-child:before {
  background: var(--theme-accent-color);
  transform: scale3D(0, 0, 0);
}
.LinksRow__link-container .LinksRow__link *:first-child {
  padding-right: 18px;
  font-size: 1rem;
  margin: 0;
  display: block;
}
.LinksRow__link-container .LinksRow__link *:first-child:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-accent-color);
  padding-left: 7px;
  transition: all 0.35s ease-in-out;
}
.LinksRow__link-container .LinksRow__link *:first-child:hover:after, .LinksRow__link-container .LinksRow__link *:first-child:focus:after {
  padding-left: 11px;
  text-decoration: none;
}
.LinksRow__link-container .LinksRow__link *:first-child::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: var(--theme-accent-color);
  transition: transform 0.35s;
  transform: scale3d(0, 0, 0);
  transform-origin: left;
  top: 100%;
}
.LinksRow__link-container::after {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--theme-linksrow-accent-color);
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.LinksRow__link-container.-has-caption {
  align-content: start;
}
.LinksRow__link-container.-has-caption::after {
  content: "";
  height: 2px;
  width: 100%;
  color: var(--theme-text-color);
  display: block;
  z-index: -1;
  position: absolute;
  top: -12px;
  left: 0;
}
.LinksRow__link-container.-has-caption .LinksRow__link > *:first-child::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: var(--theme-accent-color);
  transition: transform 0.35s;
  transform: scale3d(0, 0, 0);
  transform-origin: left;
  top: -12px;
}
.LinksRow__link-container.-has-caption .LinksRow__link:hover > *:first-child::before, .LinksRow__link-container.-has-caption .LinksRow__link:focus > *:first-child::before {
  background: var(--theme-accent-color);
  transform: scale3D(1, 1, 1);
}
html.touch .LinksRow__link-container.-has-caption .LinksRow__link:hover > *:first-child::before, html.touch .LinksRow__link-container.-has-caption .LinksRow__link:focus > *:first-child::before {
  transform: scale3D(0, 0, 0);
}

/* scss/7-rows/_news-feed-row.scss */
.NewsFeedRow {
  --wm-row-side-padding: 0;
}
@media (min-width: 700px) {
  .NewsFeedRow {
    --wm-row-side-padding: 0;
  }
}
.NewsFeedRow .wm-row__mainWrapper {
  max-width: 100%;
}
.NewsFeedRow .wm-row__title,
.NewsFeedRow .wm-row__title > a,
.NewsFeedRow .wm-row__intro-text,
.NewsFeedRow .wm-row__moreButton {
  padding-left: var(--size-row-padding-side-mobile);
  padding-right: var(--size-row-padding-side-mobile);
}
@media (min-width: calc(808px + 44px)) {
  .NewsFeedRow .wm-row__title,
  .NewsFeedRow .wm-row__title > a,
  .NewsFeedRow .wm-row__intro-text,
  .NewsFeedRow .wm-row__moreButton {
    max-width: var(--size-row-text-width-max);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.NewsFeedRow__image-section {
  transition: flex-shrink 200ms ease-in-out;
  transition: flex 0.2s ease-in-out;
  min-height: 22px;
}
.NewsFeedRow__image-section:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--theme-base-accent-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: bottom 0.2s linear;
}
@media (max-width: 699px) {
  .NewsFeedRow__image-section:after {
    bottom: 0;
  }
}
.NewsFeedRow__card:hover .NewsFeedRow__image-section:after {
  bottom: 0;
}
.NewsFeedRow__image-wrapper {
  top: -6px;
}
@media (min-width: 700px) {
  .NewsFeedRow__image-wrapper {
    top: -2px;
  }
}
.NewsFeedRow__image {
  image-rendering: auto;
}
.NewsFeedRow__text-section {
  overflow: visible;
}
.NewsFeedRow__description-text-title, .NewsFeedRow__description-text-title > a {
  font-family: "Freight Text W03", Times, serif;
  font-size: 1.3125rem;
  line-height: 1.2;
  letter-spacing: 0.17px;
  text-transform: none;
  color: var(--theme-title-color);
  margin: 0 0 4px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.NewsFeedRow__description-text-caption {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
  transition: all 0.1s ease-in-out;
}
.NewsFeedRow__description-text-byline-date {
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.22px;
}
.NewsFeedRow__moreButton {
  position: relative;
  display: inline-block;
  max-width: var(--size-row-text-width-max);
  margin: 44px 0 0;
  padding: 0 44px !important;
  text-align: center;
  color: var(--theme-title-color);
  font-size: 1.25rem;
  font-weight: normal;
  padding-right: 18px;
}
.NewsFeedRow__moreButton:hover, .NewsFeedRow__moreButton:focus {
  text-decoration: underline !important;
  font-weight: normal;
}
@media (min-width: calc(var(--size-row-text-width-max) + 44px)) {
  .NewsFeedRow__moreButton {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.NewsFeedRow__moreButton:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-wmgold-55);
  padding-left: 7px;
  transition: all 0.35s ease-in-out;
}
.NewsFeedRow__moreButton:hover:after, .NewsFeedRow__moreButton:focus:after {
  padding-left: 11px;
  text-decoration: none;
}
.NewsFeedRow__moreButton:after {
  bottom: -2px;
}
.NewsFeedRow.-loading .wm-slideshow__track,
.NewsFeedRow.-loading .wm-slideshow__dots, .NewsFeedRow.-no-slides .wm-slideshow__track,
.NewsFeedRow.-no-slides .wm-slideshow__dots {
  display: none;
}
.NewsFeedRow__message, .NewsFeedRow__message {
  display: none;
}
.-loading .NewsFeedRow__message, .-no-slides .NewsFeedRow__message {
  display: flex;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 45px auto 0;
  padding: 43px 50px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--theme-title-color);
  background-color: var(--theme-base-color);
  border: 1px solid rgba(var(--theme-base-accent-rgb-color), 0.4);
}
.NewsFeedRow [aria-busy=true], .NewsFeedRow [aria-hidden=true], .NewsFeedRow:not(.-loading) .sr-only {
  display: none;
}

/* scss/7-rows/_search-row.scss */
.SearchRow__input-wrapper {
  margin: 0 auto;
  display: flex;
  max-width: var(--size-row-text-width-max);
}
.SearchRow__input-wrapper:focus-within .SearchRow__input {
  border-color: var(--color-wmgreen-90);
  outline: none;
  color: black !important;
}
.SearchRow__input-wrapper:focus-within .SearchRow__input::placeholder {
  opacity: 0;
}
.SearchRow__input-wrapper:focus-within .SearchRow__submit-button {
  background-color: var(--theme-message-box-color) !important;
  border-color: var(--color-wmgreen-90);
}
.SearchRow__input-wrapper:focus-within .SearchRow__submit-button:after {
  color: var(--color-wmgreen-90) !important;
}
.SearchRow__input-wrapper:focus-within .SearchRow__submit-button:focus:after, .SearchRow__input-wrapper:focus-within .SearchRow__submit-button:hover:after {
  color: var(--color-wmgold-55) !important;
}
.SearchRow__input {
  flex: 1 1 auto;
  padding: 0 0 0 11px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  height: 44px;
  background-color: var(--theme-message-box-color);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-right: none;
  border-radius: 4px 0 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
}
@media (min-width: 700px) {
  .SearchRow__input {
    font-size: 18px;
    padding-left: 22px !important;
  }
}
.SearchRow__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: 0.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}
.SearchRow__submit-button {
  flex: 0 0 auto;
  padding: 0 11px 0 14px !important;
  height: 44px;
  background-color: var(--theme-message-box-color);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 44px;
  margin: 0 !important;
  transition: all 0s !important;
}
@media (min-width: 700px) {
  .SearchRow__submit-button {
    font-size: 22px;
    padding-right: 22px !important;
    padding-left: 25px !important;
  }
}
.SearchRow__submit-button:after {
  position: relative;
  content: "\f002";
  color: rgba(0, 0, 0, 0.4);
  font-family: "Font Awesome 6 Pro";
  transition: all 0.18s ease-in-out;
}
.SearchRow__submit-button:hover {
  background-color: var(--theme-message-box-color) !important;
}
.SearchRow__submit-button:hover:after {
  color: var(--color-wmgold-55) !important;
}
.SearchRow__submit-button:focus {
  outline: 1px dotted var(--color-wmgreen-90) !important;
  outline-offset: -4px;
}

/* scss/7-rows/_statistics.scss */
/* ================== STATISTICS ROW  ========================= */
.StatsRow__card {
  min-height: auto;
}
.StatsRow__card:hover {
  border-color: var(--theme-base-color, --color-neutral-base);
}
.StatsRow__card.wm-card--isLink:hover, .StatsRow__card.wm-card--isLink:focus-within {
  border-color: rgba(var(--theme-base-accent-rgb-color), 0.3);
}
.StatsRow__graphic-section {
  margin-top: 43px;
  margin-bottom: 0;
  padding-bottom: 18px;
  color: var(--theme-accent-color);
}
.StatsRow__text-section {
  margin-top: 0;
  padding-top: 0;
}
.StatsRow__description-text-title:only-child {
  margin-bottom: -4px;
}
.StatsRow__description-text-title:before {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background-color: var(--theme-accent-color);
  margin: 0 auto;
  margin-bottom: 19px;
}
.-alt-theme .StatsRow__description-text-title:before {
  background-color: var(--theme-iconrow-alt-accent-color);
}
.StatsRow__description-text-title + .StatsRow__description-text-caption {
  margin-top: 19px;
}
.StatsRow__description-text-publication {
  opacity: 0.65;
  color: var(--theme-subtext-color);
}
.StatsRow__description-text-title + .StatsRow__description-text-publication {
  margin-top: 6px;
}
.StatsRow__description-text-publication:last-child {
  margin-bottom: -8px;
}
.StatsRow__description-text-publication + .StatsRow__description-text-caption {
  padding-top: 18px;
  margin-bottom: -3px;
}

/* scss/7-rows/_video-feature.scss */
.VideoRow__video figure.figure-lg {
  width: 100%;
  max-width: 920px !important;
}
.VideoRow__video figcaption {
  display: none;
}
.VideoRow__video .yt-lg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.VideoRow__video .yt-lg iframe,
.VideoRow__video .yt-lg object,
.VideoRow__video .yt-lg embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VideoRow__video figure[class*=yt-] {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .VideoRow__video figure.yt-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media print {
  .VideoRow__video figure.yt-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .VideoRow__video .yt-lg {
    border: 1px solid #c9c9c9 !important;
    background-color: #c9c9c9 !important;
  }
}

/* scss/7-rows/_button-bar-row.scss */
.button-row {
  text-align: center;
  height: auto;
  overflow: hidden;
}
.button-row.--green, .button-row.--green .bb-button {
  background: #115740;
}
.button-row.--web-gold, .button-row.--web-gold .bb-button {
  background: #866f45;
}
.button-row.--patina, .button-row.--patina .bb-button {
  background: #00906d;
}
.button-row.--moss, .button-row.--moss .bb-button {
  background: #607d3b;
}
.button-row.--spirit-gold, .button-row.--spirit-gold .bb-button {
  background: #f0b323;
}
.button-row.--blue, .button-row.--blue .bb-button {
  background: #00467f;
}
.button-row.--coral, .button-row.--coral .bb-button {
  background: #b65300;
}
.button-row.--teal, .button-row.--teal .bb-button {
  background: #0089a4;
}
.button-row.--green + .button-row.--green {
  border-top: 1px solid #0a3426;
}
.button-row.--web-gold + .button-row.--web-gold {
  border-top: 1px solid #57482d;
}
.button-row.--patina + .button-row.--patina {
  border-top: 1px solid #005e47;
}
.button-row.--moss + .button-row.--moss {
  border-top: 1px solid #3e5126;
}
.button-row.--spirit-gold + .button-row.--spirit-gold {
  border-top: 1px solid #9c7517;
}
.button-row.--blue + .button-row.--blue {
  border-top: 1px solid #002e53;
}
.button-row.--coral + .button-row.--coral {
  border-top: 1px solid #763600;
}
.button-row.--teal + .button-row.--teal {
  border-top: 1px solid #037d96;
}
.button-row .button-group {
  display: grid;
  justify-items: center;
  background-color: transparent;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.button-row .button-group .button-wrapper {
  display: flex;
  width: 100%;
  min-width: 300px;
  min-height: 90px;
}
.button-row .button-group .button-wrapper.--green {
  border-bottom: 1px solid #0a3426;
}
.button-row .button-group .button-wrapper.--web-gold {
  border-bottom: 1px solid #57482d;
}
.button-row .button-group .button-wrapper.--patina {
  border-bottom: 1px solid #005e47;
}
.button-row .button-group .button-wrapper.--moss {
  border-bottom: 1px solid #3e5126;
}
.button-row .button-group .button-wrapper.--spirit-gold {
  border-bottom: 1px solid #9c7517;
}
.button-row .button-group .button-wrapper.--blue {
  border-bottom: 1px solid #002e53;
}
.button-row .button-group .button-wrapper.--coral {
  border-bottom: 1px solid #763600;
}
.button-row .button-group .button-wrapper.--teal {
  border-bottom: 1px solid #037d96;
}
.button-row .button-group .button-wrapper:last-of-type {
  border-bottom: none;
}
.button-row .button-group .button-wrapper .bb-button {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 22px 44px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0;
}
.button-row.--buttons1 .button-wrapper {
  max-width: 644px;
}
.button-row.--spirit-gold .bb-button {
  color: #000 !important;
}
.button-row.--spirit-gold .bb-button:hover, .button-row.--spirit-gold .bb-button:focus {
  color: #fff !important;
}
.button-row.--buttons1 .bb-button span, .button-row.--buttons2 .bb-button span, .button-row.--buttons3 .bb-button span {
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
}
.button-row.--buttons4 .bb-button span {
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
}
.button-row.--green .bb-button:hover, .button-row.--green .bb-button:focus, .button-row.--web-gold .bb-button:hover, .button-row.--web-gold .bb-button:focus, .button-row.--patina .bb-button:hover, .button-row.--patina .bb-button:focus, .button-row.--moss .bb-button:hover, .button-row.--moss .bb-button:focus, .button-row.--spirit-gold .bb-button:hover, .button-row.--spirit-gold .bb-button:focus {
  text-decoration: none;
  background: #183028;
}
.button-row.--blue .bb-button:hover, .button-row.--blue .bb-button:focus, .button-row.--coral .bb-button:hover, .button-row.--coral .bb-button:focus, .button-row.--teal .bb-button:hover, .button-row.--teal .bb-button:focus {
  text-decoration: none;
  background: #0f2c4c;
}
@media (min-width: 600px) {
  .button-row.--buttons1 .button-wrapper, .button-row.--buttons2 .button-wrapper {
    transform: skewX(-20deg);
  }
  .button-row.--buttons1 .bb-button span, .button-row.--buttons2 .bb-button span {
    transform: skewX(20deg);
  }
  .button-row.--buttons2 .button-group {
    grid-template-columns: 1fr 1fr;
  }
  .button-row.--buttons4 .button-group {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .button-row.--buttons4 .button-wrapper {
    border-bottom: none !important;
  }
  .button-row.--buttons1 .button-wrapper.--green .bb-button {
    border-left: 1px solid #0a3426;
    border-right: 1px solid #0a3426;
  }
  .button-row.--buttons1 .button-wrapper.--web-gold .bb-button {
    border-left: 1px solid #57482d;
    border-right: 1px solid #57482d;
  }
  .button-row.--buttons1 .button-wrapper.--patina .bb-button {
    border-left: 1px solid #005e47;
    border-right: 1px solid #005e47;
  }
  .button-row.--buttons1 .button-wrapper.--moss .bb-button {
    border-left: 1px solid #3e5126;
    border-right: 1px solid #3e5126;
  }
  .button-row.--buttons1 .button-wrapper.--spirit-gold .bb-button {
    border-left: 1px solid #9c7517;
    border-right: 1px solid #9c7517;
  }
  .button-row.--buttons1 .button-wrapper.--blue .bb-button {
    border-left: 1px solid #002e53;
    border-right: 1px solid #002e53;
  }
  .button-row.--buttons1 .button-wrapper.--coral .bb-button {
    border-left: 1px solid #763600;
    border-right: 1px solid #763600;
  }
  .button-row.--buttons1 .button-wrapper.--teal .bb-button {
    border-left: 1px solid #037d96;
    border-right: 1px solid #037d96;
  }
  .button-row.--buttons2 .button-wrapper:first-of-type {
    border-bottom: none !important;
  }
  .button-row.--buttons2 .button-wrapper.--green:last-of-type .bb-button {
    border-left: 1px solid #0a3426;
  }
  .button-row.--buttons2 .button-wrapper.--web-gold:last-of-type .bb-button {
    border-left: 1px solid #57482d;
  }
  .button-row.--buttons2 .button-wrapper.--patina:last-of-type .bb-button {
    border-left: 1px solid #005e47;
  }
  .button-row.--buttons2 .button-wrapper.--moss:last-of-type .bb-button {
    border-left: 1px solid #3e5126;
  }
  .button-row.--buttons2 .button-wrapper.--spirit-gold:last-of-type .bb-button {
    border-left: 1px solid #9c7517;
  }
  .button-row.--buttons2 .button-wrapper.--blue:last-of-type .bb-button {
    border-left: 1px solid #002e53;
  }
  .button-row.--buttons2 .button-wrapper.--coral:last-of-type .bb-button {
    border-left: 1px solid #763600;
  }
  .button-row.--buttons2 .button-wrapper.--teal:last-of-type .bb-button {
    border-left: 1px solid #037d96;
  }
  .button-row.--buttons4 .button-wrapper.--green:nth-of-type(even) .bb-button {
    border-left: 1px solid #0a3426;
  }
  .button-row.--buttons4 .button-wrapper.--green:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--green:nth-of-type(4) .bb-button {
    border-top: 1px solid #0a3426;
  }
  .button-row.--buttons4 .button-wrapper.--web-gold:nth-of-type(even) .bb-button {
    border-left: 1px solid #57482d;
  }
  .button-row.--buttons4 .button-wrapper.--web-gold:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--web-gold:nth-of-type(4) .bb-button {
    border-top: 1px solid #57482d;
  }
  .button-row.--buttons4 .button-wrapper.--patina:nth-of-type(even) .bb-button {
    border-left: 1px solid #005e47;
  }
  .button-row.--buttons4 .button-wrapper.--patina:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--patina:nth-of-type(4) .bb-button {
    border-top: 1px solid #005e47;
  }
  .button-row.--buttons4 .button-wrapper.--moss:nth-of-type(even) .bb-button {
    border-left: 1px solid #3e5126;
  }
  .button-row.--buttons4 .button-wrapper.--moss:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--moss:nth-of-type(4) .bb-button {
    border-top: 1px solid #3e5126;
  }
  .button-row.--buttons4 .button-wrapper.--spirit-gold:nth-of-type(even) .bb-button {
    border-left: 1px solid #9c7517;
  }
  .button-row.--buttons4 .button-wrapper.--spirit-gold:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--spirit-gold:nth-of-type(4) .bb-button {
    border-top: 1px solid #9c7517;
  }
  .button-row.--buttons4 .button-wrapper.--blue:nth-of-type(even) .bb-button {
    border-left: 1px solid #002e53;
  }
  .button-row.--buttons4 .button-wrapper.--blue:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--blue:nth-of-type(4) .bb-button {
    border-top: 1px solid #002e53;
  }
  .button-row.--buttons4 .button-wrapper.--coral:nth-of-type(even) .bb-button {
    border-left: 1px solid #763600;
  }
  .button-row.--buttons4 .button-wrapper.--coral:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--coral:nth-of-type(4) .bb-button {
    border-top: 1px solid #763600;
  }
  .button-row.--buttons4 .button-wrapper.--teal:nth-of-type(even) .bb-button {
    border-left: 1px solid #037d96;
  }
  .button-row.--buttons4 .button-wrapper.--teal:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper.--teal:nth-of-type(4) .bb-button {
    border-top: 1px solid #037d96;
  }
}
@media (min-width: 930px) {
  .button-row.--buttons3 .button-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .button-row.--buttons3 .button-wrapper {
    transform: skewX(-20deg);
    border-bottom: none !important;
  }
  .button-row.--buttons3 .button-wrapper.--green:first-of-type .bb-button {
    border-right: 1px solid #0a3426;
  }
  .button-row.--buttons3 .button-wrapper.--web-gold:first-of-type .bb-button {
    border-right: 1px solid #57482d;
  }
  .button-row.--buttons3 .button-wrapper.--patina:first-of-type .bb-button {
    border-right: 1px solid #005e47;
  }
  .button-row.--buttons3 .button-wrapper.--moss:first-of-type .bb-button {
    border-right: 1px solid #3e5126;
  }
  .button-row.--buttons3 .button-wrapper.--spirit-gold:first-of-type .bb-button {
    border-right: 1px solid #9c7517;
  }
  .button-row.--buttons3 .button-wrapper.--blue:first-of-type .bb-button {
    border-right: 1px solid #002e53;
  }
  .button-row.--buttons3 .button-wrapper.--coral:first-of-type .bb-button {
    border-right: 1px solid #763600;
  }
  .button-row.--buttons3 .button-wrapper.--teal:first-of-type .bb-button {
    border-right: 1px solid #00596b;
  }
  .button-row.--buttons3 .button-wrapper.--green:last-of-type .bb-button {
    border-left: 1px solid #0a3426;
  }
  .button-row.--buttons3 .button-wrapper.--web-gold:last-of-type .bb-button {
    border-left: 1px solid #57482d;
  }
  .button-row.--buttons3 .button-wrapper.--patina:last-of-type .bb-button {
    border-left: 1px solid #005e47;
  }
  .button-row.--buttons3 .button-wrapper.--moss:last-of-type .bb-button {
    border-left: 1px solid #3e5126;
  }
  .button-row.--buttons3 .button-wrapper.--spirit-gold:last-of-type .bb-button {
    border-left: 1px solid #9c7517;
  }
  .button-row.--buttons3 .button-wrapper.--blue:last-of-type .bb-button {
    border-left: 1px solid #002e53;
  }
  .button-row.--buttons3 .button-wrapper.--coral:last-of-type .bb-button {
    border-left: 1px solid #763600;
  }
  .button-row.--buttons3 .button-wrapper.--teal:last-of-type .bb-button {
    border-left: 1px solid #57482d;
  }
  .button-row.--buttons3 .bb-button span {
    transform: skewX(20deg);
  }
}
@media (min-width: 1215px) {
  .button-row.--buttons4 .button-group {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: none;
  }
  .button-row.--buttons4 .button-wrapper {
    transform: skewX(-20deg);
  }
  .button-row.--buttons4 .button-wrapper:nth-of-type(3) .bb-button, .button-row.--buttons4 .button-wrapper:nth-of-type(4) .bb-button {
    border-top: none !important;
  }
  .button-row.--buttons4 .button-wrapper.--green:nth-of-type(2) .bb-button {
    border-right: 1px solid #0a3426;
  }
  .button-row.--buttons4 .button-wrapper.--web-gold:nth-of-type(2) .bb-button {
    border-right: 1px solid #57482d;
  }
  .button-row.--buttons4 .button-wrapper.--patina:nth-of-type(2) .bb-button {
    border-right: 1px solid #005e47;
  }
  .button-row.--buttons4 .button-wrapper.--moss:nth-of-type(2) .bb-button {
    border-right: 1px solid #3e5126;
  }
  .button-row.--buttons4 .button-wrapper.--spirit-gold:nth-of-type(2) .bb-button {
    border-right: 1px solid #9c7517;
  }
  .button-row.--buttons4 .button-wrapper.--blue:nth-of-type(2) .bb-button {
    border-right: 1px solid #002e53;
  }
  .button-row.--buttons4 .button-wrapper.--coral:nth-of-type(2) .bb-button {
    border-right: 1px solid #763600;
  }
  .button-row.--buttons4 .button-wrapper.--teal:nth-of-type(2) .bb-button {
    border-right: 1px solid #57482d;
  }
  .button-row.--buttons4 .bb-button span {
    transform: skewX(20deg);
  }
}

/* scss/7-rows/_googlemap-embed-row.scss */
.GoogleMapRow .GoogleMapRow__embed iframe {
  height: 100% !important;
  width: 100% !important;
  border: 0;
  min-height: 430px;
}
.GoogleMapRow .GoogleMapRow__embed br {
  display: none;
}
.GoogleMapRow.--feature .GoogleMapRow__side.-embed {
  padding-top: 44px;
}
.GoogleMapRow.--feature .GoogleMapRow__title {
  margin: 0 auto;
}
.GoogleMapRow.--feature .GoogleMapRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 556px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.GoogleMapRow.--feature .GoogleMapRow__button {
  display: none;
}
.GoogleMapRow.--feature .GoogleMapRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
  max-width: 920px;
}
.GoogleMapRow.--feature .GoogleMapRow__bar {
  width: 100%;
  max-width: 920px;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin: 0 auto;
  position: relative;
}
.GoogleMapRow.--fifty-fifty {
  display: grid;
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__embed iframe {
    max-height: 430px;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__moreButton {
  display: none;
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__side.-text {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 44px;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__side.-text.h-switched {
    order: 1;
    padding-right: 70px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__side.-text.not-switched {
    padding-top: 0;
    padding-left: 70px;
    padding-top: 0;
    order: 2;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__title {
  text-align: left;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__title {
    max-width: 574px;
    margin: 0;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__intro-text {
  margin: 0;
  padding-top: 30px;
  text-align: left;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__intro-text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__intro-text {
    max-width: 574px;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__side.-embed {
  order: 1;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__side.-embed.h-switched {
    order: 2;
    max-height: 492px;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__side.-embed.not-switched {
    order: 1;
    max-height: 492px;
    align-self: center;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__embed {
    max-width: 644px;
  }
}
.GoogleMapRow.--fifty-fifty .wm-row__buttons {
  justify-content: left;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty .wm-row__buttons .GoogleMapRow__button {
    margin-left: 0;
    margin-right: auto;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__button {
  min-width: 240px;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__button {
    min-width: 440px;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__button {
    min-width: 240px;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__description-box {
    max-width: 644px;
  }
}
.GoogleMapRow.--fifty-fifty .GoogleMapRow__bar {
  width: 100%;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty .GoogleMapRow__bar {
    max-width: 644px;
  }
}
.GoogleMapRow.--fifty-fifty-large {
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 454px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large.not-switched {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large.h-switched {
    flex-direction: row-reverse;
  }
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__moreButton {
  display: none;
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__side.-text {
  order: 2;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__side.-text.h-switched {
    padding-top: 0;
    order: 1;
    margin-right: auto;
    max-width: calc(50% - 70px);
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__side.-text.not-switched {
    padding-top: 0;
    order: 2;
    margin-left: calc(50% + 70px);
  }
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__title {
  text-align: left;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__title {
    max-width: 574px;
    margin: 0;
  }
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__intro-text {
  margin: 0;
  padding-top: 30px;
  text-align: left;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__intro-text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__intro-text {
    max-width: 574px;
  }
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__side.-embed {
  order: 1;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__side.-embed.h-switched {
    order: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__side.-embed.not-switched {
    order: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.GoogleMapRow.--fifty-fifty-large.h-switched .GoogleMapRow__embed {
  margin-left: auto;
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__embed {
    max-width: 50%;
  }
}
.GoogleMapRow.--fifty-fifty-large .wm-row__buttons {
  justify-content: left;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty-large .wm-row__buttons .GoogleMapRow__button {
    margin-left: 0;
    margin-right: auto;
  }
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__button {
  min-width: 240px;
}
@media (min-width: 700px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__button {
    min-width: 440px;
  }
}
@media (min-width: 1024px) {
  .GoogleMapRow.--fifty-fifty-large .GoogleMapRow__button {
    min-width: 240px;
  }
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
  max-width: 100%;
}
.GoogleMapRow.--fifty-fifty-large .GoogleMapRow__bar {
  width: 100%;
  max-width: 100%;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin-left: auto;
  position: relative;
}
.GoogleMapRow.--full {
  height: 354px;
  width: 100%;
  min-height: 354px;
}
.GoogleMapRow.--full .GoogleMapRow__embed {
  position: absolute;
  height: 100%;
  width: 100%;
}
.GoogleMapRow.--full .GoogleMapRow__moreButton {
  display: none;
}
.GoogleMapRow.--full .GoogleMapRow__side.-text {
  display: none;
}
.GoogleMapRow.--full .GoogleMapRow__side.-embed {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.GoogleMapRow.--full .GoogleMapRow__description-box,
.GoogleMapRow.--full .GoogleMapRow__bar {
  display: none;
}
.GoogleMapRow.--super-wide .GoogleMapRow__side.-embed {
  padding-top: 44px;
}
.GoogleMapRow.--super-wide .GoogleMapRow__title {
  margin: 0 auto;
}
.GoogleMapRow.--super-wide .GoogleMapRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 556px;
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
}
.GoogleMapRow.--super-wide .GoogleMapRow__button {
  display: none;
}
.GoogleMapRow.--super-wide .GoogleMapRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
  max-width: 1288px;
}
.GoogleMapRow.--super-wide .GoogleMapRow__bar {
  width: 100%;
  max-width: 1288px;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin: 0 auto;
  position: relative;
}
.GoogleMapRow .GoogleMapRow__bar.no-bar {
  display: none;
}
.GoogleMapRow .GoogleMapRow__description-box .optiscroll-content {
  padding-right: 22px;
  max-height: 150px;
  -webkit-mask-image: linear-gradient(to top, transparent 0, var(--theme-embed-description-box-color) 28px);
  mask-image: linear-gradient(to top, transparent 0, var(--theme-embed-description-box-color) 28px);
}
.GoogleMapRow .GoogleMapRow__content {
  color: #fff;
  padding: 22px 11px;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.GoogleMapRow .GoogleMapRow__content p {
  margin: 0;
}
.GoogleMapRow .GoogleMapRow__content p + p {
  margin-top: 0.5em;
}
.GoogleMapRow .GoogleMapRow__bar-description.no-description {
  display: none;
}
.GoogleMapRow .GoogleMapRow__bar-description button {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  left: 0;
  padding-left: 22px;
  background: transparent;
  border: none;
  padding: 0 0 0 22px;
  text-transform: none;
  letter-spacing: normal;
  min-height: 0;
  width: auto;
}
.GoogleMapRow .GoogleMapRow__bar-description button:hover {
  background: transparent;
}
.GoogleMapRow .GoogleMapRow__bar-description:hover .description-button i {
  transition: all 0.35s ease-in-out;
  color: var(--theme-embed-icon-hover-color);
  opacity: 1;
  cursor: pointer;
}
.GoogleMapRow .GoogleMapRow__bar-description .description-button i {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  padding-left: 6px;
  transition: all 0.35s ease-in-out;
  font-weight: 900;
  text-decoration: none;
}
.GoogleMapRow .GoogleMapRow__bar-link.no-link {
  display: none;
}
.GoogleMapRow .GoogleMapRow__bar-original {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 6px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  right: 0;
  padding-right: 22px;
}
.GoogleMapRow .GoogleMapRow__bar-original::after {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  padding-left: 6px;
  transition: all 0.35s ease-in-out;
  content: "\f08e";
  font-weight: 400;
}
.GoogleMapRow .GoogleMapRow__bar-original:hover::after {
  transition: all 0.35s ease-in-out;
  color: var(--theme-embed-icon-hover-color);
  opacity: 1;
  cursor: pointer;
}

/* scss/7-rows/_youvisit-embed-row.scss */
.YouVisitRow .YouVisitRow__embed iframe {
  height: 100% !important;
  width: 100% !important;
  border: 0;
  min-height: 430px;
}
.YouVisitRow .YouVisitRow__embed br {
  display: none;
}
.YouVisitRow.--feature .YouVisitRow__side.-embed {
  padding-top: 44px;
}
.YouVisitRow.--feature .YouVisitRow__title {
  margin: 0 auto;
}
.YouVisitRow.--feature .YouVisitRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 556px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.YouVisitRow.--feature .YouVisitRow__embed iframe.youvisit-embed {
  min-height: 518px !important;
}
.YouVisitRow.--feature .YouVisitRow__button {
  display: none;
}
.YouVisitRow.--feature .YouVisitRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
  max-width: 920px;
}
.YouVisitRow.--feature .YouVisitRow__bar {
  width: 100%;
  max-width: 920px;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin: 0 auto;
  position: relative;
}
.YouVisitRow.--fifty-fifty {
  display: grid;
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__embed iframe {
  min-height: 430px !important;
  max-height: inherit !important;
  min-width: inherit !important;
  max-width: inherit !important;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__embed iframe {
    max-height: 430px;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__moreButton {
  display: none;
}
.YouVisitRow.--fifty-fifty .YouVisitRow__side.-text {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 44px;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__side.-text.h-switched {
    order: 1;
    padding-right: 70px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__side.-text.not-switched {
    padding-top: 0;
    padding-left: 70px;
    padding-top: 0;
    order: 2;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__title {
  text-align: left;
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__title {
    max-width: 574px;
    margin: 0;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__intro-text {
  margin: 0;
  padding-top: 30px;
  text-align: left;
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__intro-text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__intro-text {
    max-width: 574px;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__side.-embed {
  order: 1;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__side.-embed.h-switched {
    order: 2;
    max-height: 492px;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__side.-embed.not-switched {
    order: 1;
    max-height: 492px;
    align-self: center;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__embed {
    max-width: 644px;
  }
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty .wm-row__buttons .YouVisitRow__button {
    margin-left: 0;
    margin-right: auto;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__button {
  min-width: 240px;
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__button {
    min-width: 440px;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__button {
    min-width: 240px;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__description-box {
    max-width: 644px;
  }
}
.YouVisitRow.--fifty-fifty .YouVisitRow__bar {
  width: 100%;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty .YouVisitRow__bar {
    max-width: 644px;
  }
}
.YouVisitRow.--fifty-fifty-large {
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 454px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large.not-switched {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large.h-switched {
    flex-direction: row-reverse;
  }
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__moreButton {
  display: none;
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__side.-text {
  order: 2;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__side.-text.h-switched {
    padding-top: 0;
    order: 1;
    margin-right: auto;
    max-width: calc(50% - 70px);
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__side.-text.not-switched {
    padding-top: 0;
    order: 2;
    margin-left: calc(50% + 70px);
  }
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__title {
    max-width: 574px;
    margin: 0;
  }
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__intro-text {
  margin: 0;
  padding-top: 30px;
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__intro-text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__intro-text {
    max-width: 574px;
  }
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__side.-embed {
  order: 1;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__side.-embed.h-switched {
    order: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__side.-embed.not-switched {
    order: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.YouVisitRow.--fifty-fifty-large.h-switched .YouVisitRow__embed {
  margin-left: auto;
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__embed iframe.youvisit-embed {
  min-height: 592px !important;
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__embed {
    max-width: 50%;
  }
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty-large .wm-row__buttons .YouVisitRow__button {
    margin-left: 0;
    margin-right: auto;
  }
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__button {
  min-width: 240px;
}
@media (min-width: 700px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__button {
    min-width: 440px;
  }
}
@media (min-width: 1024px) {
  .YouVisitRow.--fifty-fifty-large .YouVisitRow__button {
    min-width: 240px;
  }
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
  max-width: 100%;
}
.YouVisitRow.--fifty-fifty-large .YouVisitRow__bar {
  width: 100%;
  max-width: 100%;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin-left: auto;
  position: relative;
}
.YouVisitRow.--full {
  height: 354px;
  width: 100%;
  min-height: 354px;
}
.YouVisitRow.--full .YouVisitRow__embed {
  position: absolute;
  height: 100%;
  width: 100%;
}
.YouVisitRow.--full .YouVisitRow__moreButton {
  display: none;
}
.YouVisitRow.--full .YouVisitRow__side.-text {
  display: none;
}
.YouVisitRow.--full .YouVisitRow__side.-embed {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.YouVisitRow.--full .YouVisitRow__description-box,
.YouVisitRow.--full .YouVisitRow__bar {
  display: none;
}
.YouVisitRow.--super-wide .YouVisitRow__side.-embed {
  padding-top: 44px;
}
.YouVisitRow.--super-wide .YouVisitRow__title {
  margin: 0 auto;
}
.YouVisitRow.--super-wide .YouVisitRow__embed {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 556px;
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
}
.YouVisitRow.--super-wide .YouVisitRow__embed iframe.youvisit-embed {
  min-height: 518px !important;
}
.YouVisitRow.--super-wide .YouVisitRow__button {
  display: none;
}
.YouVisitRow.--super-wide .YouVisitRow__description-box {
  background-color: var(--theme-embed-description-box-color);
  opacity: 0.9;
  max-height: 145px;
  width: 100%;
  bottom: 37px;
  position: absolute;
  display: none;
  max-width: 1288px;
}
.YouVisitRow.--super-wide .YouVisitRow__bar {
  width: 100%;
  max-width: 1288px;
  height: 38px;
  background: var(--theme-embed-bar-color);
  padding: 11px 22px;
  margin: 0 auto;
  position: relative;
}
.YouVisitRow .YouVisitRow__bar.no-bar {
  display: none;
}
.YouVisitRow .YouVisitRow__description-box .optiscroll-content {
  padding-right: 22px;
  max-height: 150px;
  -webkit-mask-image: linear-gradient(to top, transparent 0, var(--theme-embed-description-box-color) 28px);
  mask-image: linear-gradient(to top, transparent 0, var(--theme-embed-description-box-color) 28px);
}
.YouVisitRow .YouVisitRow__content {
  color: #fff;
  padding: 22px 11px;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.YouVisitRow .YouVisitRow__content p {
  margin: 0;
}
.YouVisitRow .YouVisitRow__content p + p {
  margin-top: 0.5em;
}
.YouVisitRow .YouVisitRow__bar-description.no-description {
  display: none;
}
.YouVisitRow .YouVisitRow__bar-description button {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  left: 0;
  padding-left: 22px;
  background: transparent;
  border: none;
  padding: 0 0 0 22px;
  text-transform: none;
  letter-spacing: normal;
  min-height: 0;
  width: auto;
}
.YouVisitRow .YouVisitRow__bar-description button:hover {
  background: transparent;
}
.YouVisitRow .YouVisitRow__bar-description:hover .description-button i {
  transition: all 0.35s ease-in-out;
  color: var(--theme-embed-icon-hover-color);
  opacity: 1;
  cursor: pointer;
}
.YouVisitRow .YouVisitRow__bar-description .description-button i {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  padding-left: 6px;
  transition: all 0.35s ease-in-out;
  font-weight: 900;
  text-decoration: none;
}
.YouVisitRow .YouVisitRow__bar-link.no-link {
  display: none;
}
.YouVisitRow .YouVisitRow__bar-original {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 6px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  right: 0;
  padding-right: 22px;
}
.YouVisitRow .YouVisitRow__bar-original::after {
  color: var(--theme-embed-description-text-color);
  opacity: 0.6;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  padding-left: 6px;
  transition: all 0.35s ease-in-out;
  content: "\f08e";
  font-weight: 400;
}
.YouVisitRow .YouVisitRow__bar-original:hover::after {
  transition: all 0.35s ease-in-out;
  color: var(--theme-embed-icon-hover-color);
  opacity: 1;
  cursor: pointer;
}

/* scss/7-menus-and-header/_menu-banner.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;
  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/8-Templates/_AtoZ-Listing-template.scss */
/* scss/8-Templates/_Campus-Map-Location-template.scss */
/* scss/8-Templates/_Content-Page-template.scss */
/* scss/8-Templates/__Experts-Page-template.scss */
/* scss/8-Templates/_Feature-Page-template.scss */
/* scss/8-Templates/_Full-Page-template.scss */
/* scss/8-Templates/_Gallery-Page-template.scss */
/* scss/8-Templates/_Gateway-Page-template.scss */
/* scss/8-Templates/_Gateway-Page-left-nav-template.scss */
/* scss/8-Templates/__Ideation-story-template.scss */
/* scss/8-Templates/_Landing-Page-template.scss */
/* scss/8-Templates/_Multimedia-Grid-template.scss */
/* scss/8-Templates/_News-Media-Home-template.scss */
/* scss/8-Templates/_News-Story-template.scss */
/* scss/8-Templates/_Slideshow-Page-template.scss */
/* scss/8-Templates/_Paste-N-Test-template.scss */
/* scss/9-Content-Types/_Announcement.scss */
/* scss/9-Content-Types/AtoZ-Listing.scss */
/* scss/9-Content-Types/_Campus-Map-Location.scss */
/* scss/9-Content-Types/_Content-Page.scss */
/* scss/9-Content-Types/_Content-Page-2-Columns.scss */
/* scss/9-Content-Types/_Content-Page-Grid-all-versions.scss */
/* scss/9-Content-Types/_Content-Page-Grid-Classic.scss */
/* scss/9-Content-Types/_Content-Page-Grid-Masonry.scss */
/* scss/9-Content-Types/_Directory-Page.scss */
/* scss/9-Content-Types/__Experts-Page.scss */
/* scss/9-Content-Types/_Feature-Page.scss */
/* scss/9-Content-Types/_Full-Page.scss */
/* scss/9-Content-Types/_Gallery-Page.scss */
/* scss/9-Content-Types/_Gateway-Page.scss */
/* scss/9-Content-Types/_Gateway-Page-left-nav.scss */
/* scss/9-Content-Types/__Ideation-Story.scss */
/* scss/9-Content-Types/_Landing-Page.scss */
/* scss/9-Content-Types/_Listing-Page-Announcements.scss */
/* scss/9-Content-Types/_Listing-Page-Children.scss */
/* scss/9-Content-Types/_Listing-Page-Directory.scss */
/* scss/9-Content-Types/_Listing-Page-Features.scss */
/* scss/9-Content-Types/_Listing-Page-Files.scss */
/* scss/9-Content-Types/_Listing-Page-News-Stories.scss */
/* scss/9-Content-Types/_Listing-Page-Portfolio.scss */
/* scss/9-Content-Types/_Multimedia-Grid.scss */
/* scss/9-Content-Types/__News-Media-Home.scss */
/* scss/9-Content-Types/_News-Story.scss */
/* scss/9-Content-Types/_Portfolio-Page.scss */
/* scss/9-Content-Types/_Slideshow-Page.scss */
/* scss/9-Content-Types/_YouTube-Playlist.scss */
/* scss/9-Content-Types/_Paste-N-Test.scss */
.wm-ad-docs h5 {
  margin-top: 1rem;
  clear: both;
}

body .doc_image {
  float: right;
  width: auto;
  max-width: 400px;
  margin: 0 0 2rem 1rem;
  display: block;
  padding: 15px;
  border: 1px solid silver;
}

.cheatsheet__section-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.cheatsheet__section-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.hexTable td {
  border-bottom: 4px solid white;
}

.hexTable th:first-child,
.hexTable td:first-child {
  text-align: right;
}

.colorVar span {
  padding: 3px 6px;
  display: inline-block;
}

td {
  padding: 10px;
  border: 1px solid silver;
}

.colorchart {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(50%, 370px));
  grid-gap: 0;
}

.colorcontainer {
  border: 1px solid silver !important;
  padding: 15px 25px;
  font-size: 14px;
}

.value-chart td.colorcategory {
  font-family: "Avenir Next W01", "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none !important;
}

.colorcode code {
  padding: 0 !important;
  font-size: 14px !important;
}

.colorvaluecontainer {
  padding-bottom: 20px;
  border-bottom: 1px solid silver !important;
  position: relative;
}

.colorvaluecontainer:last-child {
  border-bottom: none !important;
}

.colorstrings {
  margin-bottom: 20px;
  font-size: 14px;
}

.colorchip {
  width: 100%;
  height: 30px;
  margin: 4px 12px 4px 0;
}

.colorchip[style*=white],
.colorchip[style*=fff] {
  border: 1px solid silver !important;
}

.value-chart td {
  border: 1px solid #efefef !important;
  padding: 7px 10px !important;
  min-width: none;
  vertical-align: top;
}

.value-chart .small-chip {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  margin: 3px 6px 0 3px;
}

.font-list {
  font-size: 18px;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
}

.text-font-family,
.text-line-height,
.heading-line-height {
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
}

.text-font-family:after {
  content: ' : "Avenir Next W01", "Nunito Sans", Verdana, sans-serif';
}

.text-normal {
  font-weight: 400;
}
.text-normal:after {
  content: " : 400";
}

.text-italic {
  font-weight: 400;
  font-style: italic;
}
.text-italic:after {
  content: " : 400";
}

.text-medium {
  font-weight: 500;
}
.text-medium:after {
  content: " : 500";
}

.text-demi {
  font-weight: 700;
}
.text-demi:after {
  content: " : 700";
}

.text-demi-italic {
  font-weight: 600;
  font-style: italic;
}
.text-demi-italic:after {
  content: " : 600";
}

.text-bold {
  font-weight: 800;
}
.text-bold:after {
  content: " : 800";
}

.heading-font-family {
  font-family: "Freight Display Pro W03", Times, serif;
}

.heading-font-family:after {
  content: ' : "Freight Display Pro W03", Times, serif';
}

.heading-light {
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 300;
}
.heading-light:after {
  content: " : 300";
}

.heading-book {
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 400;
}
.heading-book:after {
  content: " : 400";
}

.heading-medium {
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 500;
}
.heading-medium:after {
  content: " : 500";
}

.heading-bold {
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 700;
}
.heading-bold:after {
  content: " : 700";
}

.heading-black {
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 900;
}
.heading-black:after {
  content: " : 900";
}

.alt-heading-font-family {
  font-family: "Freight Text W03", Times, serif;
}

.alt-heading-font-family:after {
  content: ' : "Freight Text W03", Times, serif';
}

.alt-heading-weights:after {
  content: " : 500";
}

.alt-heading-medium {
  font-family: "Freight Text W03", Times, serif;
  font-weight: 500;
}
.alt-heading-medium:after {
  content: " : 500";
}

.text-line-height:after {
  content: " : 1.6";
}

.heading-line-height:after {
  content: " : 1.4";
}

.text-sans {
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
}
.text-sans:after {
  content: "font-family: font(text-sans)";
}
.text-sans-medium {
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-weight: 500;
}
.text-sans-medium:after {
  content: "font-weight: font(sans-weight, medium);";
}

@media print {
  #wm-cheatsheet-container.compWrap {
    display: block;
  }
  #atomsWrap .atoms-main {
    padding-left: 40px;
  }
  .atoms-main .cheatsheet {
    overflow: hidden;
  }
}/*# sourceMappingURL=main.css.map */