/* scss/0-readme/_installation.scss */
/* scss/0-readme/_site-structure.scss */
/* scss/0-readme/_sass.scss */
/* scss/0-readme/_bem-overview.scss */
/* scss/0-readme/_git-process.scss */
/* scss/0-readme/_git-conflict.scss */
/* scss/0-readme/_git-undo.scss */
/* scss/0-readme/_git-cheatsheet.scss */
/* scss/0-readme/_how-tos.scss */
/* scss/QA-lists/_list-elements.scss */
/* scss/QA-lists/_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;
}

/*# sourceMappingURL=../../css/wm-tokens/normalize.map */
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 ***/
  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,
  .page_nav,
  #footer {
    display: none !important;
  }
  #print_logo {
    display: block !important;
    padding: 10px 0 20px 10px;
  }
  #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;
  }
  .wmphotoset-caption,
  .user_content figcaption {
    font-size: 8pt;
    line-height: 1.3em;
  }
  .article-meta {
    margin: 35px 0 !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;
  }
  .grid_photo {
    display: none;
  }
  .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;
  }
}

/* scss/2-mixins-and-functions/_cheatsheet-functions-and-mixins.scss */
/* scss/2-mixins-and-functions/_function-color.scss */
/* scss/2-mixins-and-functions/_function-color-theme.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/_function-text-contrast.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-centercenter.scss */
/* scss/2-mixins-and-functions/_mixin-centercenter.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/3-variables/_wm-breakpoints.scss */
/* scss/3-variables/_wm-colors.scss */
/* scss/3-variables/_wm-font-families.scss */
/* scss/3-variables/_wm-spacing.scss */
/* scss/3-variables/_wm-widths-and-heights.scss */
/* scss/3-variables/_wm-z-indexes.scss */
/* scss/3-variables/_wm-border.scss */
/* scss/3-variables/_wm-element-styles.scss */
/* 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-js/_rows.js.scss */
/* scss/3-js/_scrollTo.scss */
/* scss/3-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: calc(100% * 70 / 3);
  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: calc(100% / 70);
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/* scss/3-js/_event-row-js.scss */
/* scss/4-elements/_global.scss */
* {
  box-sizing: border-box;
}

html {
  color: #262626;
  background-color: #ffffff;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.monospace {
  font-family: "Courier New", Courier, monospace;
}

.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 #d9dcdd;
}

.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: #115740;
  font-family: "Avenir Next W01", 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: 1px;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}

h5,
h6 {
  margin-top: 2rem;
  color: #115740;
}

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 {
  margin: 0px;
  padding: 20px 20px 0 20px;
  color: #8f0614;
  font-size: 20px;
}

.user_content .pullquote_right,
.user_content .pullquote_left {
  display: block;
  width: 80%;
  margin: 20px auto;
  color: #115740;
  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: #866f45;
  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 #d0d3d4;
}

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: #115740;
}

/* scss/4-elements/_forms.scss */
fieldset {
  border: none;
}

input,
textarea {
  width: 14.924rem;
  padding: 0.533rem;
  border: 1px solid #d0d3d4;
}

[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 #115740;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #115740;
  font-weight: 400;
}

/* scss/4-elements/_images.scss */
img {
  max-width: 100%;
  height: auto;
}

/* scss/4-elements/_svg-caret-white.scss */
/* scss/5-layouts/_card-layout.scss */
.l-card {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #262626;
  border: 1px solid #d9dcdd;
  background-color: white;
}

.l-card.-horizontal {
  flex-direction: row;
}

.l-card__image-wrapper {
  overflow: hidden;
  order: 0;
}

.-switched .l-card__image-wrapper {
  order: 1;
}

.-horizontal .l-card__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-card__image {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.-horizontal .l-card__image {
  min-height: 100%;
  object-fit: cover;
}

.l-card__content {
  padding: 22px;
}

.l-card__content > p:last-child {
  margin-bottom: 0;
}

/* scss/5-layouts/_grid-layout.scss */
.l-flexgrid,
ul.l-flexgrid,
ol.l-flexgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-flexgrid__item,
li.l-flexgrid__item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem;
}

@media (min-width: 700px) {
  .l-flexgrid__item,
  li.l-flexgrid__item {
    width: calc(50% - (1rem * 2));
  }
}

/* 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: #262626;
  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 {
  display: none;
  float: left;
  max-width: 100px;
  height: 100px;
  margin-top: 0;
  margin-right: 0.9375rem;
  margin-bottom: 0.4375rem;
  margin-bottom: 0.4375rem;
}

@media (min-width: 600px) {
  .user_content .l-listing__image {
    display: block;
  }
}

@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;
  overflow-x: hidden;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: #eff0f0;
}

@media (min-width: 700px) {
  #main_content {
    overflow-x: visible;
    /* IE 11 likes "visible" here */
  }
}

.content_wrapper {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 22px;
  background-color: white;
}

@media (min-width: 700px) {
  .content_wrapper {
    margin: 0 22px;
    margin-top: -22px;
  }
}

@media (min-width: 930px) {
  .content_wrapper {
    width: 100%;
    max-width: 1172px;
    padding-top: 44px;
  }
}

@media (min-width: 1680px) {
  .content_wrapper {
    max-width: 1288px;
  }
}

.hasRow .content_wrapper {
  position: relative;
  border-bottom: 1px solid #d9dcdd;
}

#main_content:not(.hasSidebar) .content_wrapper {
  width: 100%;
}

@media (min-width: 1215px) {
  .hasSidebar #content {
    display: flex;
    margin: 0 22px;
    padding: 0;
  }
}

#content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 44px);
  margin: 0 22px;
}

@media (min-width: 700px) {
  #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: 1280px;
  }
}

@media (min-width: 1215px) {
  #content {
    flex-direction: row;
    margin: 0 0 0 22px;
    padding: 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: 0 auto;
    margin-bottom: 100px;
    padding: 0 22px;
  }
}

@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-bottom: 1.68rem;
  margin-left: 0;
}

@media (min-width: 930px) {
  .user_content .page_nav {
    position: absolute;
    top: 0;
    left: 0;
    flex-basis: 258px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 258px;
    margin: 0;
  }
}

.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: #eff0f0;
}

.user_content .page_nav .extra-nav:last-child {
  margin-bottom: 0;
}

.user_content .page_nav .extra-nav:last-child.empty {
  margin-top: calc(1.5625rem * -1);
  background-color: transparent;
}

.user_content .page_nav .extra-nav.empty {
  height: 1px;
  margin: 0 0 0 0;
  padding: 0;
  background-color: transparent;
}

.user_content .page_nav .extra-nav:last-child {
  margin-bottom: 0;
}

.user_content--wrapper {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 930px) {
  .user_content--wrapper {
    float: right;
    width: 75ch;
    width: calc(100% - calc(258px + 44px));
  }
  .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;
}

.user_content {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 930px) {
  .user_content {
    margin-bottom: 44px;
    margin-bottom: 0;
    padding-right: 22px;
  }
}

@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;
  }
}

@media (min-width: 1215px) {
  .user_content {
    flex-basis: 562px;
    padding-right: 44px;
    padding-bottom: 0;
  }
  .user_content:not(:last-child) {
    border-bottom: none !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(258px + 44px) !important;
  }
}

@media (min-width: 1215px) {
  #sidebar {
    width: 264px;
    margin-bottom: 0;
    margin-left: 0 !important;
  }
  #sidebar > *:last-child {
    margin-bottom: 60px;
  }
}

@media (min-width: 1215px) {
  .hasSidebar .user_content {
    flex-basis: 562px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
  }
  .hasSidebar .user_content .user_content {
    max-width: 550px !important;
  }
}

.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 #d9dcdd;
}

.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 #d9dcdd;
  }
}

@media (min-width: 1215px) {
  #sidebar {
    border-top: none;
    border-left: 1px solid #d9dcdd;
  }
}

@media (min-width: 930px) {
  .atoz .user_content {
    padding-left: 22px;
  }
}

.atoz #sidebar,
.gateway #sidebar {
  margin: 0 auto !important;
}

/* scss/5-layouts/_row-layout.scss */
.l-row__caret-wrapper {
  position: relative;
  width: 100%;
}

.l-row {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #eff0f0;
  background-position: center;
  background-size: cover;
}

.l-row__scroll-down {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media (min-width: 930px) {
  .l-row__scroll-down {
    display: block;
  }
}

.l-row__scroll-down img,
.l-row__scroll-down svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  animation: bounce 0.5s 1;
  animation-delay: 1s;
  color: #115740;
}

@keyframes bounce {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 40px;
  }
}

/* scss/6-page-content-elements/_alert.scss */
.user_content .alert,
.user_content .collapsible .alert {
  display: block;
  overflow: auto;
  margin: 0px;
  padding: 20px;
  background: #efefef;
}

.user_content .alert a,
.user_content .collapsible .alert a {
  color: #87673d;
}

.user_content .alert + .alert,
.user_content .collapsible .alert + .alert {
  margin-top: 0 !important;
  padding-top: 0;
}

.user_content .alert + :not(.alert),
.user_content .collapsible .alert + :not(.alert) {
  margin-top: 2rem;
}

.user_content .alert + hr,
.user_content .collapsible .alert + hr {
  margin-top: 44px !important;
}

.user_content .alert .photoleft,
.user_content .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 {
  float: right;
  clear: right;
  margin: 7px 0 0 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 22px;
}

.user_content .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 {
  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 {
  margin-top: 0.625rem;
}

.user_content h6.alert,
.user_content .collapsible h6.alert {
  padding-bottom: 0px;
}

.user_content h5 + .alert {
  margin-top: 1.25rem;
}

.user_content h6 + .alert {
  margin-top: 22px;
}

.user_content h5 + ul.alert {
  padding-top: 0 !important;
}

.user_content 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 {
  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: #115740;
  font-family: "Avenir Next W01", 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 {
    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 {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: black;
}

.user_content .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: #efefef;
  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: #87673d;
}

.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: #115740;
}

.user_content .m-breadcrumbs__link {
  display: inline;
  margin: 0;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 0.94rem;
}

.user_content .m-breadcrumbs__link a {
  transition: all 0.3s;
  text-decoration: none;
  color: #866f45;
  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: #262626;
}

.user_content .m-breadcrumbs__link::after {
  padding: 0 0 0 0.35533rem;
  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: #866f45;
  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: #866f45;
  background-color: white;
}

#collapsedlinks {
  position: absolute;
  display: none;
  max-width: 255px;
  padding: 7px 45px 7px 17px;
  border: 1px solid #d0d3d4;
  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: #d0d3d4;
  border-bottom-color: #d0d3d4;
}

#collapsedlinks[data-popper-placement^="bottom"] > #bc_arrow::before {
  border: 1px solid #fff;
  border-top-color: #d0d3d4;
  border-left-color: #d0d3d4;
}

#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 #d0d3d4;
  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: #d0d3d4;
  border-left-color: #d0d3d4;
}

[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: #d0d3d4;
  border-bottom-color: #d0d3d4;
}

.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;
}

.internal_row_link {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 17px;
  padding: 3px 6px;
  color: #fff;
  background: #000;
}

#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: #d0d3d4;
  border-bottom-color: #d0d3d4;
}

#collapsedlinks[data-popper-placement^="bottom"] > #bc_arrow::before {
  border: 1px solid #fff;
  border-top-color: #d0d3d4;
  border-left-color: #d0d3d4;
}

#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 #b9975b;
  background: #92734a;
  background: -moz-linear-gradient(left, #b58e5b 5%, #92734a 50%, #b58e5b 95%);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #b58e5b), color-stop(50%, #b58e5b), color-stop(95%, #b58e5b));
  background: -webkit-linear-gradient(left, #b58e5b 5%, #92734a 50%, #b58e5b 95%);
  background: -o-linear-gradient(left, #b58e5b 5%, #92734a 50%, #b58e5b 95%);
  background: -ms-linear-gradient(left, #b58e5b 5%, #92734a 50%, #b58e5b 95%);
  background: linear-gradient(to right, #b58e5b 5%, #92734a 50%, #b58e5b 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92734a', endColorstr='#92734a',GradientType=1 );
}

.broadcastBarTop p {
  margin: 0 10px;
  padding: 0;
}

.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: #115740;
  font-family: "Avenir Next W01", 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;
  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: #115740;
  font-family: "Avenir Next W01", 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;
  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 > 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 {
  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: #262626;
  font-size: 1rem;
  font-weight: 800;
}

.bxslider ul {
  overflow: visible;
  margin: 0;
  padding: 0;
}

.bxslider figure {
  margin: 0;
  padding: 0;
  color: #262626;
  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: #115740;
  font-family: "Avenir Next W01", 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: #115740;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: white;
  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;
  background-color: black;
}

.widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
.widget.bxslider .bx-next:hover,
.widget.bxslider .bx-next:focus {
  color: #115740;
  border: 1px solid #115740;
  background: white;
}

@media (min-width: 1215px) {
  .widget.bxslider .bx-prev,
  .widget.bxslider .bx-next {
    transition: all 0.18s ease-in;
    color: #115740;
    border: none;
    background: #eff0f0;
    border: none;
  }
  .widget.bxslider .bx-prev:hover, .widget.bxslider .bx-prev:focus,
  .widget.bxslider .bx-next:hover,
  .widget.bxslider .bx-next:focus {
    color: #115740;
    border: none;
    background: #e0e2e2;
  }
  .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 #115740;
}

@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: #d0d3d4 !important;
  background: #115740;
}

/* 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 #d9dcdd;
}

.user_content .default_extra h4 {
  margin-bottom: 0.5rem;
  padding: 10px 0 10px;
  text-transform: none;
  color: #115740;
  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: #115740;
}

.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: #115740 !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 #d9dcdd;
  background-color: #efefef;
}

/* scss/6-page-content-elements/_emergency-info.scss */
#emt-homepage-box {
  margin-top: 25px;
  padding: 20px;
  background: #eff0f0;
}

#emt-homepage-box img {
  float: left;
  margin-top: 4px;
  margin-right: 14px;
}

#emt-homepage-box h3 {
  margin: 0;
  color: #115740;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #87673d;
}

#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", Verdana, sans-serif;
  font-weight: bold;
}

.m-figure__caption {
  margin-top: 0;
  font-family: "Avenir Next W01", 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--icon:hover .m-figure__link {
  color: #737373;
}

.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", Verdana, sans-serif;
  font-weight: bold;
}

.m-figure__caption,
figure__caption {
  margin-top: 0;
  font-family: "Avenir Next W01", 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: #115740;
  font-family: "Freight Text W01", serif;
  font-size: 2.04rem;
  font-weight: 500;
  line-height: 1.2;
}

@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: #115740;
  font-family: "Freight Display Pro W01", serif;
  font-size: 1.48rem;
  font-style: italic;
  line-height: 1.2;
}

/* scss/6-page-content-elements/_horiz-nav.scss */
#content-nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: 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: #115740;
  font-family: "Avenir Next W01", 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;
  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: #115740;
  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: 1px;
  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 {
  display: none;
  float: left;
  max-width: 100px;
  height: 100px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 0.5rem;
  vertical-align: text-top;
}

@media (min-width: 600px) {
  .user_content .item_listing article img,
  .user_content article.item_listing img {
    display: block;
  }
}

.user_content .item_listing .article-meta {
  margin: 2px 0;
  margin-bottom: 6px;
  color: #262626;
  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: #262626;
  font-weight: bold !important;
  line-height: 1.3;
}

.user_content article.directory_listing img {
  display: block !important;
  min-width: 100px;
  margin-top: 6px;
}

.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 .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: 1px;
  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 #d9dcdd;
}

.user_content .dept_news_story {
  overflow: hidden;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.user_content .dept_news_story_title {
  margin-bottom: 1px;
  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: #262626;
  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: 100px;
  height: 100px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 8px;
  vertical-align: text-top;
}

.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;
}

aside.default_extra h4 {
  margin-bottom: 0.5rem;
  padding: 10px 0 10px;
  text-transform: none;
  color: #115740;
  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 a ~ p {
  margin: 0;
}

@media (min-width: 700px) {
  .user_content .item_listing.news_listing a ~ p {
    margin-left: 115px;
  }
}

.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: #262626;
  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: 134px;
  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: #115740;
  border-bottom: 1px solid #115740;
  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: #262626;
  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: #d0d3d4;
  -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: #115740;
  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: "\0020";
  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 5 Free";
  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: #d0d3d4;
  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(208, 211, 212, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(208, 211, 212, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(208, 211, 212, 0.3);
  box-shadow: inset 0 0 3px rgba(208, 211, 212, 0.3);
}

.flex-control-paging li a:hover {
  background: #115740;
}

.flex-control-paging li a.flex-active {
  background: #115740;
  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", 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: #115740;
}

.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: #1977f3;
}

.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 */
@media (min-width: 1024px) {
  .wm-site-menu .wm-search__submit-wrapper button:focus {
    color: #8d6b3f;
  }
}

.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: #866f45 !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: #262626 !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", 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: #866f45 !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 #d0d3d4 !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: #d0d3d4 !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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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 {
  padding-bottom: 1.066rem;
  border-top: 1px solid #d9dcdd;
  font-size: 0.94rem;
}

#sidebar .listbox .list-items a,
#sidebar .listbox .list-items .listing-link {
  transition: all 0.3s;
  text-decoration: none;
  color: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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: #262626;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  display: block;
  padding-top: 1.066rem;
  font-size: 0.94rem;
  line-height: 1.4;
  transition: all 0.3s;
  text-decoration: none;
  color: #866f45;
  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 .sidebar__title {
  margin-bottom: 0;
}

#sidebar .listbox .customContent h5,
#sidebar .listbox .customContent h6 {
  margin: 22px 0 0;
  letter-spacing: 0.04rem;
  color: #115740;
  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 #d9dcdd;
  font-size: 0.94rem;
  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:not(.bxslider) figure {
  flex-wrap: wrap;
  font-size: 0.94rem;
}

@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) figure figcaption {
  line-height: 1.4;
}

#sidebar .widget:not(.bxslider) .m-figure__image,
#sidebar .widget.video-widget:not(.bxslider) iframe {
  display: block;
  flex-grow: 1;
  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 {
  display: none;
  width: 100%;
  margin-bottom: 1.2rem;
}

.user_content .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 {
  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 {
    margin: 0;
  }
}

.user_content .collapsible .collapsible {
  margin-top: 0.8125rem;
  margin-bottom: 0;
}

.user_content .alert > .collapsible:last-child {
  margin-bottom: 0;
}

.user_content .collapsible tr tr:last-child td {
  padding-bottom: 0.7rem;
}

.user_content .collapsible td {
  padding: 0px;
}

.user_content .collapsible_content {
  display: none;
  overflow: hidden;
}

.user_content .extra-space .collapsible_content {
  margin-bottom: 1.2em;
  margin-bottom: 0;
}

.user_content h5 + .collapsible,
.user_content h6 + .collapsible {
  margin-top: 1rem;
}

.user_content 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 {
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  letter-spacing: 0.015rem;
  text-transform: none;
  color: #115740 !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 {
  color: #115740;
  background-color: transparent;
}

.user_content h5.collapsible_title button.collapsible_title_text .fas,
.user_content 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 {
  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: #115740 !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 {
  color: #115740;
  background-color: transparent;
}

.user_content h6.collapsible_title button.collapsible_title_text .fas,
.user_content h6.collapsible_title .collapsible_title_text .fas {
  transition: all 0.2s linear;
}

.user_content h5.collapsible_title {
  margin: 10px 0 0;
}

.user_content 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 {
  margin: 0;
}

.user_content .collapsible_title_text:before {
  position: absolute;
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
  margin-left: -16px;
  content: "\f0da";
  -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: #115740;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.user_content .collapsible_title.open .collapsible_title_text:before {
  transform: rotate(90deg) rotate(0deg);
}

.user_content .collapsible_title.open .fas {
  transform: rotate(90deg);
}

.user_content .key-focus.collapsible_title_text:focus {
  overflow: hidden;
  color: #115740;
  outline: 1px dotted #000 !important;
  background-color: white;
}

.user_content h5 + .collapsible_content {
  margin-top: 0;
  margin-left: 20px;
}

.user_content h6 + .collapsible_content {
  margin-top: 0;
  margin-left: 20px;
}

.user_content .collapsible .collapsible_content img {
  max-width: 100% !important;
}

.user_content .tablewrap {
  position: relative;
  overflow: auto;
  margin-bottom: 1.2rem;
}

/* scss/6-page-content-elements/_tables-wm.scss */
/* scss/6-page-content-elements/_text.scss */
/* scss/6-page-content-elements/_wysiwg-photos.scss */
.user_content .leftcaption,
.user_content .photoleft,
.user_content .rightcaption,
.user_content .photoright {
  display: block;
  max-width: 720px;
  margin: 1.5625rem auto;
  text-align: center;
}

@media (min-width: 700px) {
  .user_content .leftcaption,
  .user_content .photoleft,
  .user_content .rightcaption,
  .user_content .photoright {
    text-align: left;
  }
}

@media (min-width: 700px) {
  .user_content .leftcaption,
  .user_content .photoleft {
    float: left;
    clear: left;
    margin-right: 2rem;
    margin-left: 0;
  }
}

@media (min-width: 700px) {
  .user_content .rightcaption,
  .user_content .photoright {
    float: right;
    clear: right;
    margin-right: 0;
    margin-left: 2rem;
  }
}

.user_content .photonowrap,
.user_content .rightwithcaption,
.user_content .leftwithcaption,
.user_content .nowrapcaption {
  display: block;
  max-width: 100%;
}

/* scss/6-page-content-elements/_youtube-embeds.scss */
.user_content {
  /*** YouTube Embeds ***/
}

.user_content h5 + .yt_playlist,
.user_content h5 + *[class*="yt-"],
.user_content h6 + .yt_playlist,
.user_content h6 + *[class*="yt-"] {
  margin-top: 1.5625rem;
}

.user_content figure[class*="yt-"] {
  margin-bottom: 1.5625rem;
}

.user_content 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-"] {
  max-width: 100%;
}

.user_content figure.figure-med {
  width: 100%;
  max-width: 410px;
}

.user_content figure.figure-med[class*="yt-"] {
  max-width: 100%;
}

@media (min-width: 930px) {
  .user_content figure.figure-med[class*="yt-"] {
    max-width: 60%;
  }
}

.user_content figure.figure-lg {
  width: 100%;
}

@media (min-width: 930px) {
  .user_content figure.figure-lg {
    max-width: 550px;
  }
  .user_content figure.figure-lg[class*="yt-"] {
    max-width: 100%;
  }
}

@media (min-width: 1215px) {
  .user_content figure.figure-lg {
    max-width: 800px;
  }
  .user_content figure.figure-lg[class*="yt-"] {
    max-width: 100%;
  }
}

.user_content .yt-sm {
  position: relative;
  overflow: hidden;
  max-width: 240px;
  height: 0;
  padding-bottom: 200px;
}

.user_content .yt-med {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.user_content .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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 560px) {
  .user_content figure.yt-left {
    float: left;
    margin-right: 2rem;
    margin-left: 0px;
  }
  .user_content figure.yt-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .user_content 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 {
    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/7-page-content/_-user-content-styles.scss */
.user_content {
  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 {
  /*enforce plain text for h1-h4 */
  font-weight: 400 !important;
}

.user_content h5 strong,
.user_content h6 strong {
  font-weight: 700 !important;
}

.user_content h5 {
  margin-bottom: 0.6875rem;
  letter-spacing: 0.015rem;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.3;
}

.user_content h6 {
  margin-bottom: 1px;
  letter-spacing: 0.015rem;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.3;
}

.user_content h5,
.user_content h6 {
  margin-top: 2rem;
  color: #115740;
}

.user_content h5 + h6 {
  margin-top: 0.8125rem;
}

.user_content a + h5,
.user_content a + h6,
.user_content button + h5,
.user_content button + h6 {
  margin-top: 2rem;
}

.user_content h5 + .collapsible {
  margin-top: 0;
}

.user_content p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.user_content p + h5,
.user_content p + h6 {
  margin-top: 2rem;
}

.user_content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.user_content img.noscale,
.user_content img[usemap^="#"] {
  overflow: scroll;
  max-width: none;
}

.user_content ul,
.user_content ol {
  /* to handle uls next to floated elements */
  overflow: hidden;
  margin: 1.2rem 0;
  padding: 0;
}

.user_content ul li,
.user_content ol li {
  margin-bottom: 0.5rem;
  margin-left: 2.5rem;
  font-size: 1rem;
}

.user_content li > ol,
.user_content 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 {
  margin-bottom: 0;
}

.user_content h5 + ul,
.user_content h5 + ol {
  margin-top: 0;
}

.user_content h6 + ul,
.user_content h6 + ol {
  margin-top: 0.5625rem;
}

.user_content ul + h5,
.user_content ul + h6,
.user_content ol + h5,
.user_content ol + h6 {
  margin-top: 1.2rem;
}

.user_content figure {
  display: block;
  max-width: 100%;
  color: #115740;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.5;
}

.user_content figure img {
  float: none !important;
  height: auto;
  margin: 0 auto !important;
}

.user_content figcaption {
  margin: 5px 0 0;
  text-align: left;
  text-decoration: none;
  color: #115740;
}

.user_content table {
  float: none;
  margin: 0 0 1.2em 0;
  text-align: left;
}

.user_content table tr,
.user_content table th,
.user_content table td {
  margin: 0;
  padding: 4px;
  font-weight: 400;
}

.user_content table td img {
  max-width: none !important;
}

.user_content table th {
  font-weight: bold;
}

.user_content 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 {
  margin-top: 0;
}

.user_content table + h5,
.user_content table + h6 {
  margin-top: 2rem;
}

.user_content table a {
  transition: all 0.3s;
  text-decoration: none;
  color: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
}

.user_content table a:hover, .user_content table a:focus {
  text-decoration: underline;
}

.user_content td.top-align-cell {
  vertical-align: top;
}

.user_content .tablespecial,
.user_content .tablespecial2,
.user_content .tablespecialleft {
  border-spacing: 3px;
  text-align: left;
  color: black;
  border-collapse: separate;
}

.user_content .tablespecial a,
.user_content .tablespecial2 a,
.user_content .tablespecialleft a {
  color: #87673d;
}

.user_content .tablespecial .content_button,
.user_content .tablespecial2 .content_button,
.user_content .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: #115740;
  font-family: "Avenir Next W01", 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 {
    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 {
  cursor: pointer;
  text-decoration: none;
  color: white;
  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 {
  margin: 0;
  padding: 11px 12px;
  color: #262626;
  font-size: 15px;
}

.user_content .tablespecial th,
.user_content .tablespecial2 th,
.user_content .tablespecialleft th,
.user_content .tablespecialleft th {
  color: #115740;
  background-color: #d0d3d4;
  font-size: 1.14rem;
}

.user_content .tablespecial th p,
.user_content .tablespecial2 th p,
.user_content .tablespecialleft th p,
.user_content .tablespecialleft th p {
  margin-bottom: 0;
  color: #115740;
}

.user_content .tablespecial td,
.user_content .tablespecial2 td,
.user_content .tablespecialleft td {
  background-color: #efefef;
}

.user_content .tablespecial td p,
.user_content .tablespecial2 td p,
.user_content .tablespecialleft td p {
  margin-bottom: 1.2rem;
}

.user_content .tablespecial ul li,
.user_content .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) {
  margin-bottom: 0;
}

.user_content .tablespecialleft {
  float: left !important;
  margin-right: 20px !important;
}

.user_content .tablewrap .tablespecial,
.user_content .tablewrap .tablespecial2 {
  margin-bottom: 0;
}

.user_content .tablewrap {
  margin-bottom: 1.2rem;
}

.user_content h5 + .tablewrap {
  margin-top: 1.125rem;
}

.user_content h6 + .tablewrap {
  margin-top: 1rem;
}

.user_content .scroll-table {
  overflow: auto;
}

.user_content .scrollable + h5,
.user_content .scrollable + h6 {
  margin-top: 1.2rem;
}

.user_content .flexslider img {
  float: none !important;
  height: auto;
  margin: 0 auto !important;
}

.user_content #inlineMedia {
  float: right;
  width: 185px;
  margin: 0 0 8px 14px;
  padding: 3px;
  background-color: #d0d3d4;
}

.user_content #inlineMediaList {
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid #fff;
  font-size: 11px;
}

.user_content #inlineMediaList li {
  margin: 0;
  padding: 4px;
  line-height: 1.3em;
}

.user_content #inlineMedia a {
  text-decoration: none;
  color: #484848;
}

.user_content #inlineMedia a:hover {
  text-decoration: underline;
}

.user_content #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 {
  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: #866f45;
  font-weight: bold;
}

.atoz_title:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #866f45;
}

.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 #d9dcdd;
  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: #866f45;
  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: #866f45;
}

@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 {
  width: 80%;
}

#map_search #s_query {
  width: 70%;
  padding: 3px 6px;
  border: 1px solid #d0d3d4;
}

#map_search_submit {
  position: relative;
  bottom: 2px;
  min-width: 54px;
  height: 29px;
  padding: 0 8px;
  color: #fff;
  border: 1px solid #115740;
  background-color: #115740;
  font-size: 11px;
}

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: #115740 !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: 22px;
    padding-left: 22px;
  }
}

.gallery .mobile-tip {
  display: none;
}

.touch .gallery .mobile-tip {
  display: block;
  margin: 1em 0 -15px 0;
  color: #b5babc;
  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: #115740 !important;
  border-bottom: 3px solid #115740;
  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 #d0d3d4;
  background: #d0d3d4;
}

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: #115740;
  font-weight: 400 !important;
}

figure.mobile figcaption h4,
figure.desktop figcaption h4 {
  text-align: center;
  color: #115740 !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: #262626;
}

.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: #115740;
  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: #d0d3d4;
}

.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: #115740;
  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: #b9975b;
  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 */
/* 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: #866f45;
  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 #d9dcdd;
}

@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: #115740;
  border-top: 1px solid #d9dcdd;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
}

.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: #115740;
  background: #efefef;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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: #115740;
  background: #d0d3d4;
}

.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: #866f45;
  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/_sidebar.scss */
#sidebar {
  padding-top: 60px;
  padding-bottom: 0;
}

@media (min-width: 1215px) {
  #sidebar {
    margin-bottom: 60px;
    padding: 0 0 0 22px;
  }
}

#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: #115740;
  font-family: "Avenir Next W01", 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: #115740;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: white;
  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;
  background-color: black;
}

#sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
  color: #115740;
  border: 1px solid #115740;
  background: white;
}

@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: #115740;
    border: none;
    background: #eff0f0;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
  }
  #sidebar .read-more-link:hover, #sidebar .read-more-link:focus {
    color: #115740;
    border: none;
    background: #e0e2e2;
  }
}

#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: #eff0f0;
  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: #547669;
  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: #547669;
}

#sidebar .sidebar__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 4px solid #547669;
}

/**==============================================
 *                   
 *   
 *   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: #eff0f0;
  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: #547669;
}

.SidebarItem__title span:before {
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 4px;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(20deg);
  background: #547669;
}

.SidebarItem__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 4px solid #547669;
}

.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: #115740;
  font-family: "Avenir Next W01", 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: #115740;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: white;
  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;
  background-color: black;
}

.SidebarItem__button:hover, .SidebarItem__button:focus {
  color: #115740;
  border: 1px solid #115740;
  background: white;
}

@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: #115740;
    border: none;
    background: #eff0f0;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
  }
  .SidebarItem__button:hover, .SidebarItem__button:focus {
    color: #115740;
    border: none;
    background: #e0e2e2;
  }
}

.SidebarCustomContent + .SidebarItem__button {
  margin-top: 15px;
}

.SidebarListing {
  margin: 0;
  list-style: none;
}

.SidebarListing > li {
  padding-bottom: 1.066rem;
  border-top: 1px solid #d9dcdd;
  font-size: 0.94rem;
}

.SidebarListing > li:first-child {
  border-top: none;
}

.SidebarListing a[href*="twitter.com"] {
  transition: all 0.3s;
  text-decoration: none;
  color: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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: #262626;
  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: #115740;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.SidebarCustomContent > h5 {
  padding-bottom: 1.066rem;
  border-top: 1px solid #d9dcdd;
  font-size: 0.94rem;
  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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #115740;
  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", 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: #115740;
  font-family: "Avenir Next W01", 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: #115740;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: white;
  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;
  background-color: black;
}

.--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
.--bxslider .bx-next:hover,
.--bxslider .bx-next:focus {
  color: #115740;
  border: 1px solid #115740;
  background: white;
}

@media (min-width: 1215px) {
  .--bxslider .bx-prev,
  .--bxslider .bx-next {
    transition: all 0.18s ease-in;
    color: #115740;
    border: none;
    background: #eff0f0;
    border: none;
  }
  .--bxslider .bx-prev:hover, .--bxslider .bx-prev:focus,
  .--bxslider .bx-next:hover,
  .--bxslider .bx-next:focus {
    color: #115740;
    border: none;
    background: #e0e2e2;
  }
  .--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 #115740;
}

@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/_tr-form-content.scss */
/* scss/7-page-content/_youtube-playlist.scss */
.user_content .ytPlaylist .yt-lg {
  margin-bottom: 60px;
}

/* scss/7-page-content/_examples-headings.scss */
.h5fontspecs:after {
  content: '23.68px/1.3 700 "Avenir Next W01", sans-serif';
}

.h5color:after {
  content: "#115740";
  color: #115740;
}

.h5margin:after {
  content: "margin: 2rem 0 0.6875rem 0";
}

.h6fontspecs:after {
  content: '18.24px/1.3 700 "Avenir Next W01", sans-serif';
}

.h6color:after {
  content: "#115740";
  color: #115740;
}

.h6margin:after {
  content: "margin: 2rem 0 1px 0";
}

/* 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-listboxes-widgets.scss */
/* scss/7-rows/_row-base-css.scss */
.l-row .button {
  color: #115740;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: #fff;
}

.l-row .button:hover, .l-row .button:focus {
  border-color: #115740;
}

/* ~~~~~~~~~~ TYPOGRAPHY ~~~~~~~~~~~~ */
.l-row {
  color: #262626;
}

.l-row__heading {
  margin-bottom: 1.2em;
  padding: 0 0.625rem;
  text-align: center;
  letter-spacing: 0;
  color: #115740;
  font-family: "Freight Text W01", serif;
  font-size: calc(0.48485vw + 26.18182px);
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 700px) {
  .l-row__heading {
    font-size: 2.5rem;
  }
}

/* ~~~~~~~~~~ BUTTON ~~~~~~~~~~~~ */
.l-row .button {
  width: 240px;
  padding: 1rem;
}

.l-row .button span {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: clip;
}

/*================ Used in preview of Cascade Page with Rows only ==================*/
.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: #115740;
}

.internal_row_link:hover, .internal_row_link:focus {
  text-decoration: none;
  color: #fff;
  background: #000;
}

.o-row {
  display: inline-block;
  width: 100%;
  background: beige;
}

/* scss/7-rows/_callout-test.scss */
/* ================== CALLOUT  ========================= */
.o-callout {
  padding: calc(44px* 2) 0;
  text-align: center;
  /* ~~~~~~~~~~ TYPOGRAPHY ~~~~~~~~~~~~ */
}

.o-callout__title {
  margin-bottom: 1.2em;
  text-align: center;
  letter-spacing: 0;
  color: #115740;
  font-family: "Freight Text W01", serif;
  font-size: 2.04rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 700px) {
  .o-callout__title {
    font-size: 2.5rem;
  }
}

.o-callout__content {
  width: 100%;
  max-width: 1172px;
  margin: auto;
}

@media (min-width: 1680px) {
  .o-callout__content {
    max-width: 1288px;
  }
}

.o-callout__text {
  width: 100%;
  max-width: 728px;
  margin: auto;
  padding: 0 44px;
}

@media (min-width: 930px) {
  .o-callout__text {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1215px) {
  .o-callout__text {
    width: calc(100% - 560px);
  }
}

.o-callout__buttons {
  width: 100%;
  margin-top: 44px;
  padding: 0 44px;
}

@media (min-width: 700px) {
  .o-callout__buttons {
    margin-left: 8px;
    /* offset margin-right of buttons */
  }
}

.o-callout p {
  margin-top: 0;
}

/* scss/7-rows/_content-row.scss */
@media (min-width: 1680px) {
  .o-content {
    margin: 0 auto;
  }
}

.o-content .layout-grid-container {
  margin: 0 auto;
  padding-top: 22px;
}

.o-content .layout__user-content {
  margin-bottom: 0;
}

.layout-grid-container {
  display: grid;
  max-width: 1288px;
  padding: 22px;
  background-color: white;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content min-content min-content;
  gap: 0px 22px;
  grid-template-areas: "layout__breadcrumbs" "layout__page-title" "layout__page-nav" "layout__user-content" "layout__sidebar";
}

.layout__breadcrumbs {
  margin: 0 0 1.79rem 0;
  grid-area: layout__breadcrumbs;
}

.layout__page-title {
  margin-bottom: 1.2rem;
  grid-area: layout__page-title;
}

.layout__page-nav {
  margin-bottom: 1.68rem;
  grid-area: layout__page-nav;
}

.layout__user-content {
  margin-bottom: 55px;
  grid-area: layout__user-content;
}

.layout__sidebar {
  padding-top: 66px;
  border-top: 1px solid #d9dcdd;
  grid-area: layout__sidebar;
}

.layout__sidebar > * {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (min-width: 600px) {
  .layout__sidebar > * {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .layout__main-container {
    z-index: 1;
    padding: 0 22px;
    background-color: #eff0f0;
  }
  .layout-grid-container {
    position: relative;
    z-index: 1;
    margin: -22px auto 0;
  }
}

@media (min-width: 930px) {
  .layout-grid-container {
    display: grid;
    padding-top: 44px;
    padding-right: 44px;
    grid-template-columns: 258px 1fr;
    grid-template-rows: min-content min-content min-content 1fr;
    gap: 0px 44px;
    grid-template-areas: "layout__page-nav layout__breadcrumbs" "layout__page-nav layout__page-title" "layout__page-nav layout__user-content" "layout__page-nav layout__sidebar";
  }
}

@media (min-width: 1215px) {
  .layout-grid-container {
    display: grid;
    max-width: 1172px;
    grid-template-columns: 258px 1fr 264px;
    grid-template-rows: min-content min-content 1fr;
    gap: 0px 44px;
    grid-template-areas: "layout__page-nav layout__breadcrumbs layout__sidebar" "layout__page-nav layout__page-title layout__sidebar" "layout__page-nav layout__user-content layout__sidebar";
  }
  #main_content:not(.hasSidebar) .layout-grid-container {
    grid-template-columns: 258px 1fr;
    grid-template-areas: "layout__page-nav layout__breadcrumbs" "layout__page-nav layout__page-title" "layout__page-nav layout__user-content";
  }
  .layout__sidebar {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #d9dcdd;
  }
  .layout__sidebar > * {
    width: 240px;
    max-width: 240px;
    margin-left: 22px;
  }
}

@media (min-width: 1680px) {
  .layout-grid-container {
    max-width: 1288px;
  }
}

/* scss/7-rows/_events.scss */
.EventRow {
  margin: 0 auto;
  min-height: 680px;
  position: relative;
  text-align: center;
  padding: calc(44px* 2) 0 60px;
}

.EventRow * {
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.EventRow.-loading .EventRow__eventlist,
.EventRow.-loading .EventRow__controls,
.EventRow.-no-events .EventRow__eventlist,
.EventRow.-no-events .EventRow__controls {
  display: none;
}

.EventRow.-loading .EventRow__title:after,
.EventRow.-no-events .EventRow__message.-no-events {
  display: flex;
  width: 90%;
  max-width: 300px;
  height: 170px;
  margin: 90px auto 30px;
  padding: 50px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  background-color: #164736;
  border: 1px solid rgba(120, 157, 74, 0.4);
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.h-theme-silver .EventRow.-loading .EventRow__title:after, .h-theme-silver
.EventRow.-no-events .EventRow__message.-no-events {
  background-color: #fff;
  color: #115740;
  border: 1px solid rgba(17, 87, 64, 0.4);
}

.h-theme-white .EventRow.-loading .EventRow__title:after, .h-theme-white
.EventRow.-no-events .EventRow__message.-no-events {
  background-color: #eff0f0;
  color: #115740;
  border: 1px solid rgba(17, 87, 64, 0.3);
}

.EventRow.-loading .EventRow__title:after {
  content: "Loading...";
}

.EventRow__eventlist {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: scroll;
  justify-content: center;
}

@media (min-width: 1270px) {
  .EventRow__eventlist {
    max-width: 1360px;
  }
}

.EventRow__eventlist.js-tiny-slider {
  overflow-x: hidden;
}

.EventRow .l-card {
  display: flex;
  position: relative;
  margin: 0 auto;
  justify-content: flex-end;
  text-align: left;
  min-width: 13.75rem;
  max-width: 20rem;
  background-color: transparent;
  border: 1px solid rgba(120, 157, 74, 0.4);
}

.h-theme-silver .EventRow .l-card,
.h-theme-white .EventRow .l-card {
  border-color: rgba(17, 87, 64, 0.4);
}

@media (min-width: 420px) {
  .EventRow .l-card {
    min-width: 17.5rem;
  }
}

.EventRow .l-card:before {
  content: "";
  width: 100%;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  display: block;
  padding-top: 66.8%;
}

@supports (aspect-ratio: auto) {
  .EventRow .l-card:before {
    aspect-ratio: 1000 / 668;
    padding-top: 0;
  }
}

.EventRow .l-card:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: linear-gradient(0deg, #164736 50%, rgba(22, 71, 54, 0) 100%);
}

.h-theme-silver .EventRow .l-card:after {
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
}

.h-theme-white .EventRow .l-card:after {
  background: linear-gradient(0deg, #eff0f0 50%, rgba(239, 240, 240, 0) 100%);
}

.EventRow .l-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: center/100% no-repeat url("https://events.wm.edu/images/event_uploads/kalarrieu_2017_12_12_09_12_51.jpg");
  display: block;
  padding-top: 66.8%;
}

@supports (aspect-ratio: auto) {
  .EventRow .l-card__image-wrapper {
    aspect-ratio: 1000 / 668;
    padding-top: 0;
  }
}

.EventRow .l-card__image-wrapper:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -15px;
  left: 0;
  width: 100%;
  height: calc(100% + 15px);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
}

.EventRow .l-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 101%;
  min-height: 100%;
  vertical-align: top;
}

.EventRow .l-card__image[src=""] {
  display: none;
  position: relative;
}

.EventRow .l-card__content {
  position: relative;
  flex-basis: 9.5625rem;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  max-height: 153px;
  padding: 14px 22px;
  background-color: #164736;
  z-index: 1;
}

.EventRow .l-card__content > *:not(.EventRow__eventbutton) {
  position: relative;
  top: 0px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.EventRow .l-card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #164736;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid #164736;
}

.h-theme-silver .EventRow .l-card__content:before {
  background-color: #fff;
  border: 1px solid #fff;
}

.h-theme-white .EventRow .l-card__content:before {
  background-color: #eff0f0;
  border: 1px solid #eff0f0;
}

.h-theme-silver .EventRow .l-card__content {
  background-color: #fff;
}

.h-theme-white .EventRow .l-card__content {
  background-color: #eff0f0;
}

.small-device .l-card {
  text-decoration: none;
  border: 1px solid rgba(120, 157, 74, 0.4);
  background-color: #115740;
}

.h-theme-silver .small-device .l-card,
.h-theme-white .small-device .l-card {
  border-color: rgba(17, 87, 64, 0.4);
}

.small-device .l-card:after {
  z-index: -1;
}

.small-device .l-card__eventdate, .small-device .l-card__eventtime {
  color: rgba(255, 255, 255, 0.75);
}

.h-theme-silver .small-device .l-card__eventdate, .h-theme-silver .small-device .l-card__eventtime {
  color: rgba(0, 0, 0, 0.75);
}

.h-theme-white .small-device .l-card__eventdate, .h-theme-white .small-device .l-card__eventtime {
  color: rgba(0, 0, 0, 0.75);
}

.small-device .l-card .EventRow__eventbutton {
  bottom: 0.5rem;
  opacity: 1;
  transition-delay: 0.15s;
}

.small-device .l-card::after,
.small-device .l-card .EventRow__control,
.small-device .l-card .EventRow__eventbutton {
  display: none;
}

.l-card:hover {
  text-decoration: none;
  border: 1px solid rgba(120, 157, 74, 0.4);
  background-color: #115740;
}

.h-theme-silver .l-card:hover,
.h-theme-white .l-card:hover {
  border-color: rgba(17, 87, 64, 0.4);
}

.l-card:hover:after {
  z-index: -1;
}

.l-card:hover__eventdate, .l-card:hover__eventtime {
  color: rgba(255, 255, 255, 0.75);
}

.h-theme-silver .l-card:hover__eventdate, .h-theme-silver .l-card:hover__eventtime {
  color: rgba(0, 0, 0, 0.75);
}

.h-theme-white .l-card:hover__eventdate, .h-theme-white .l-card:hover__eventtime {
  color: rgba(0, 0, 0, 0.75);
}

.l-card:hover .EventRow__eventbutton {
  bottom: 0.5rem;
  opacity: 1;
  transition-delay: 0.15s;
}

.l-card:hover .l-card__content > *:not(.EventRow__eventbutton) {
  top: -30px;
}

.l-card:hover .l-card__content:before {
  border-top: 30px solid #164736;
  top: -30px;
}

.h-theme-silver .l-card:hover .l-card__content:before {
  border-color: #fff;
}

.h-theme-white .l-card:hover .l-card__content:before {
  border-color: #eff0f0;
}

.l-card:hover .l-card__image-wrapper:after {
  opacity: 1;
}

.l-card:hover .l-card__image {
  transform: scale(1.04);
  transform-origin: center;
}

.EventRow__eventtitle {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  letter-spacing: 0.01rem;
  color: white;
  font-family: "Freight Text W01", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.h-theme-silver .EventRow__eventtitle,
.h-theme-white .EventRow__eventtitle {
  color: #115740;
}

.EventRow__metadata {
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}

.EventRow__eventdate, .EventRow__eventtime, .EventRow__eventbutton {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.h-theme-silver .EventRow__eventdate, .h-theme-silver .EventRow__eventtime, .h-theme-silver .EventRow__eventbutton {
  color: rgba(0, 0, 0, 0.6);
}

.h-theme-white .EventRow__eventdate, .h-theme-white .EventRow__eventtime, .h-theme-white .EventRow__eventbutton {
  color: rgba(0, 0, 0, 0.5);
}

.EventRow__eventdate {
  display: inline-block;
  margin-right: 11px;
}

.EventRow__eventbutton {
  padding-right: 21px;
  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: white;
  line-height: 2.0625rem;
}

.EventRow__eventbutton:before {
  position: absolute;
  top: calc(50% - calc(6px/ 2));
  right: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotate(45deg);
  border-top: 1px solid #b9975b;
  border-right: 1px solid #b9975b;
}

.EventRow__eventbutton:hover:before {
  transform: translate3d(5px, 0, 0) rotate(45deg);
}

@media (hover: none) {
  .EventRow__eventbutton {
    transform: translate3d(5px, 0, 0) rotate(45deg);
  }
}

.EventRow__eventbutton:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  content: "";
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  background: #b9975b;
}

.EventRow__eventbutton:hover:after {
  transform: translate3d(5px, 0, 0);
}

@media (hover: none) {
  .EventRow__eventbutton {
    transform: translate3d(5px, 0, 0);
  }
}

.h-theme-silver .EventRow__eventbutton,
.h-theme-white .EventRow__eventbutton {
  color: #115740;
}

.EventRow__morebutton {
  padding-right: 33px;
  position: relative;
  display: inline-block;
  margin: 44px 0 0;
  padding-right: 33px;
  text-align: center;
  color: white;
  font-size: 1.25rem;
  font-weight: normal;
}

.EventRow__morebutton:before {
  position: absolute;
  top: calc(50% - calc(8px/ 2));
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotate(45deg);
  border-top: 2px solid #b9975b;
  border-right: 2px solid #b9975b;
}

.EventRow__morebutton:hover:before {
  transform: translate3d(10px, 0, 0) rotate(45deg);
}

@media (hover: none) {
  .EventRow__morebutton {
    transform: translate3d(10px, 0, 0) rotate(45deg);
  }
}

.EventRow__morebutton:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  content: "";
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  background: #b9975b;
}

.EventRow__morebutton:hover:after {
  transform: translate3d(10px, 0, 0);
}

@media (hover: none) {
  .EventRow__morebutton {
    transform: translate3d(10px, 0, 0);
  }
}

.EventRow.-no-events .EventRow__morebutton {
  margin-top: 162px;
}

.h-theme-silver .EventRow__morebutton,
.h-theme-white .EventRow__morebutton {
  color: #115740 !important;
}

.EventRow__morebutton:hover {
  text-decoration: underline;
  color: white;
  font-size: 1.25rem;
  font-weight: normal;
}

.h-theme-silver .EventRow__morebutton:hover,
.h-theme-white .EventRow__morebutton:hover {
  color: #115740;
}

.EventRow [aria-busy="true"],
.EventRow [aria-hidden="true"],
.EventRow:not(.-loading) .sr-only {
  display: none;
}

@media (min-width: 850px) {
  .-two-cards {
    width: calc(75%) !important;
    max-width: 700px;
  }
}

@media (min-width: 64.375em) {
  .-two-cards {
    width: calc(66.6667%) !important;
  }
}

@media (min-width: 79.375em) {
  .-two-cards {
    width: calc(50%) !important;
  }
}

@media (min-width: 850px) {
  .-three-cards {
    max-width: 1075px;
  }
}

@media (min-width: 64.375em) {
  .-three-cards {
    width: calc(90%) !important;
  }
}

@media (min-width: 79.375em) {
  .-three-cards {
    width: calc(75%) !important;
  }
}

.tns-inner {
  overflow: hidden;
}

@media (min-width: 79.375em) {
  .tns-inner {
    margin: 0 40px 0 60px !important;
  }
}

.EventRow__controls {
  position: absolute;
  top: 320px;
  left: 0;
  width: 100%;
  display: block;
}

.touch .EventRow__controls {
  display: none;
}

@media (min-width: 600px) {
  .touch .EventRow__controls {
    display: block;
  }
}

*:not(.tns-outer) + .EventRow__controls {
  display: none;
}

.EventRow__control {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.h-theme-silver .EventRow__control,
.h-theme-white .EventRow__control {
  background-color: #115740;
}

@media (min-width: 850px) {
  .js .EventRow__control {
    display: block;
  }
}

.EventRow__control svg {
  fill: white;
  position: relative;
  top: 12px;
  left: 0;
}

.EventRow__control.--prev {
  left: 5%;
}

.EventRow__control.--next {
  right: 5%;
  left: auto;
}

.EventRow__control.--next svg {
  transform: rotate(180deg);
}

@media (min-width: 1030px) {
  .EventRow__control.--prev {
    left: 1.5%;
  }
  .EventRow__control.--next {
    right: 1.5%;
  }
}

.EventRow__control:hover {
  background-color: #866f45;
  cursor: pointer;
  border-color: #866f45;
}

.h-theme-silver .EventRow__control:hover,
.h-theme-white .EventRow__control:hover {
  background-color: #000;
}

.EventRow__control[aria-disabled="true"] {
  display: none;
}

.tns-nav button {
  display: inline-block;
  width: 10px;
  height: 10px;
  min-height: 5px;
  padding: 0;
  margin: 30px 10px 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
}

.h-theme-silver .tns-nav button {
  background-color: rgba(208, 211, 212, 0.55);
}

.h-theme-white .tns-nav button {
  background-color: rgba(208, 211, 212, 0.45);
}

.tns-nav button:hover {
  background-color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.h-theme-silver .tns-nav button:hover {
  background-color: #d0d3d4;
}

.h-theme-white .tns-nav button:hover {
  background-color: rgba(208, 211, 212, 0.85);
}

.tns-nav button.tns-nav-active {
  background-color: #b9975b;
}

.h-theme-silver .tns-nav button.tns-nav-active,
.h-theme-white .tns-nav button.tns-nav-active {
  background-color: #b9975b;
}

/* scss/7-rows/_events-with-scaling.scss */
.o-events.-with-scaling .l-flexgrid {
  flex-wrap: wrap;
}

@media (min-width: 1215px) {
  .o-events.-with-scaling .l-flexgrid {
    flex-wrap: nowrap;
  }
}

.o-events.-with-scaling li.l-flexgrid__item {
  flex: 0 1 340px;
  margin: 5px;
}

.o-events.-with-scaling .l-card {
  width: 100%;
  min-width: 258px;
  max-width: 340px;
}

.o-events.-with-scaling .l-card__image {
  object-fit: cover;
}

.o-events.-with-scaling .o-events__time {
  white-space: nowrap;
}

/* scss/7-components/_announcements.scss */
.o-announcements__wrapper {
  padding-right: calc(16.9697vw + -53.63636px);
  padding-left: calc(16.9697vw + -53.63636px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.35533rem 0.5rem;
}

.o-announcements__item {
  flex: 1 1 32%;
  margin: 0.35533rem;
}

.o-announcements__item:nth-last-child(2):first-child,
.o-announcements__item:nth-last-child(2):first-child ~ .o-announcements__item {
  flex: 1 1 40%;
}

.o-announcements__item:only-child {
  flex: 1 1 70%;
}

.o-announcements__content {
  padding: 1.066rem 2.132rem;
  background-color: white;
}

.o-announcements.is-example {
  background-color: lightgray;
}

/* scss/7-components/_contactinfo.scss */
.o-contact-info {
  display: flex;
  flex-wrap: wrap;
}

.o-contact-info__item {
  position: relative;
  overflow: hidden;
  flex: 1 1 50%;
  min-width: 400px;
}

.o-contact-info__content {
  padding: 3.12rem;
}

.o-contact-info.is-example .o-contact-info__item {
  background-color: darkgray;
}

.o-contact-info.is-example .o-contact-info__item:nth-child(even) {
  background-color: white;
}

/* scss/7-components/_fiftyfifty.scss */
.c-5050 {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}

.c-5050__side {
  text-align: center;
  position: relative;
  flex: 1 1 400px;
  min-height: 400px;
}

@supports (align-items: center) {
  .c-5050__side {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-5050__content {
  display: block;
  width: 100%;
  padding: 2.132rem 3.12rem;
  text-align: left;
}

.c-5050__title {
  display: block;
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: "Freight Text W01", serif;
  font-size: 32px;
  font-weight: 500;
}

.c-5050 button {
  display: inline-block;
  margin: 0 auto;
  margin-top: 0;
}

.c-5050 button:nth-child(n + 2) {
  margin-top: 1.066rem;
}

/* scss/7-components/_icons.scss */
.o-icons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

@supports (align-items: center) {
  .o-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.o-icons__item {
  flex: 0 1 150px;
  margin: 0.35533rem;
  text-align: center;
}

.o-icons__caption {
  margin: 0;
}

.o-icons__img {
  width: 100%;
}

/* scss/7-components/_sponsors.scss */
.o-sponsors {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1.066rem;
  padding-bottom: 0.35533rem;
  background-color: #efefef;
}

@supports (align-items: center) {
  .o-sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.o-sponsors__item {
  flex: 0 1 150px;
  margin: 0.35533rem;
}

.o-sponsors__img {
  width: 100%;
}

/* scss/7-rows/_stand-in-row.scss */
/* scss/7-components/_step-by-step.scss */
.o-steps {
  padding-right: calc(15.75758vw + -39.09091px);
  padding-left: calc(15.75758vw + -39.09091px);
  padding-top: 3.12rem;
  padding-bottom: 3.12rem;
}

.o-steps__list {
  padding: 0;
  list-style: none;
  counter-reset: step-counter;
}

.o-steps__item {
  font-size: calc(0.60606vw + 13.72727px);
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 1.066rem 1.066rem 1.066rem 0.5rem;
  counter-increment: step-counter;
  page-break-inside: avoid;
}

.o-steps__list--columns {
  display: flex;
  flex-wrap: wrap;
}

.o-steps__column {
  flex: 1 0 400px;
  /* voodoo magic: The Fab Four Technique*/
  /* under 800px is arbitrary "breakpoint" for full width */
}

.o-steps__number-background {
  position: relative;
  display: block;
  margin-right: 0.5rem;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  line-height: 1.2;
}

@supports (--css: variables) {
  .o-steps__number-background {
    flex: 0 0 2.132rem;
    width: 2.132rem;
    height: 2.132rem;
    background-color: #00b081;
  }
}

.o-steps__number-background::before {
  font-size: calc(1.45455vw + 12.54545px);
  line-height: calc(1.45455vw + 12.54545px);
  display: block;
  padding: 0;
  content: counter(step-counter);
  text-align: center;
  color: black;
  font-weight: bold;
}

.o-steps__item:nth-child(1) .o-steps__number-background {
  background-color: #866f45;
}

.o-steps__item:nth-child(1) .o-steps__number-background:before {
  color: black;
}

.o-steps__item:nth-child(2) .o-steps__number-background {
  background-color: #115740;
}

.o-steps__item:nth-child(2) .o-steps__number-background:before {
  color: white;
}

.o-steps__text {
  margin: 0.35533rem 0 0 0;
}

.o-steps.is-example {
  background-color: lightgray;
}

/* scss/7-components/_testimonials.scss */
.o-testimonials__item {
  text-align: center;
  position: relative;
  display: flex;
  min-height: 12.792rem;
  text-align: center;
}

@supports (align-items: center) {
  .o-testimonials__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.o-testimonials__content {
  width: 70%;
  margin: 0 auto;
  padding: 2.132rem 1.066rem;
}

/* 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 - 8px);
  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: #183028;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-family: "Avenir Next W01", 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: 110px;
  height: 35px;
  padding-left: 1.5625rem;
  transition: all 0.25s, right 0.25s;
  text-decoration: none;
  /*=================*/
  /*===============*/
}

@media (min-width: 930px) {
  .wm-topbar__info-for-button {
    top: 80px;
    display: block;
    width: 120px;
  }
}

.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);
}

.wm-topbar__info-for-button span {
  z-index: 2;
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
  font-size: 0.68rem;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}

.wm-topbar__info-for-button:hover {
  width: 130px;
  text-decoration: none;
}

.wm-topbar__info-for-button:hover:before {
  background-color: black;
}

.wm-topbar__info-for-button:visited {
  color: white;
}

.wm-topbar__info-for-button.is-hidden {
  right: -7.462rem;
  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: 8px solid #183028;
  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: 1172px;
  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: 425px;
  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: 22px;
  left: 35px;
  width: 131px;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .menubackdrop-white .wm_logo_banner {
    width: 141px;
  }
}

.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.2s 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 #183028;
  }
  .wm-topbar__buttons {
    top: 0;
    overflow: hidden;
    width: 125px;
    height: 120px;
  }
  .wm-topbar__menu-button {
    display: flex;
    width: 123px;
    height: 72px;
  }
  .wm-topbar__menu-button-text {
    display: block;
  }
  .wm-topbar__info-for-button:focus {
    width: 130px;
    text-decoration: none;
  }
  .menu-open .wm-site-menu .wm-topbar__menu-button.-close-x:focus {
    background: #aa814d;
  }
  .wm-topbar__info-for-button:focus::before {
    background-color: black;
  }
  /* 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: 481px;
  }
}

.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.0303vw + 13.63636px);
  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.42424vw + 15.90909px);
}

@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.24242vw + 9.09091px);
}

@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.63636vw + 31.36364px);
}

@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;
}

@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;
  animation: bounce 0.5s 1;
  animation-delay: 1s;
}

@keyframes bounce {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 40px;
  }
}

.m-header.-tall::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: black;
}

@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;
  font-size: 1rem;
}

@media (min-width: 700px) {
  .m-title-card {
    max-width: 1000px;
  }
}

@media (min-width: 930px) {
  .m-title-card {
    display: inline-block;
    margin-top: -22px;
  }
}

.m-title-card:hover + .m-header__photo {
  transform: scale(1.04);
}

.m-title-card:hover + .m-header__photo::before {
  opacity: 1;
}

.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 W01", serif;
  font-weight: 700;
  line-height: 1.1;
}

@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.36364vw + 13.63636px);
  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 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  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: "";
}

/* scss/7-menus-and-header/_banner-medium.scss */
/* scss/7-menus-and-header/_banner-tall.scss */
/* 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: #115740;
  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: #115740;
}

.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 5 Free";
}

.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: #115740 !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: #d0d3d4;
  -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: #115740 !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: #866f45;
  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: #115740 !important;
}

.chosen-container .chosen-results li.highlighted {
  color: #866f45;
  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 {
  padding-top: 2.132rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: white;
  background: linear-gradient(0deg, #115740 0%, #0d4230 100%);
  background-color: #115740;
  font-family: "Avenir Next W01", 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: #c9cdce;
}

@media (min-width: 1000px) {
  .o-wm-footer .sm_icon {
    margin: 0 4px;
    font-size: 16px;
  }
}

.o-wm-footer .sm_icon:hover {
  text-decoration: none;
  cursor: pointer;
  color: #b9975b;
}

.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", 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__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: #092c21;
}

.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;
    padding: 6.83rem 1.066rem 32px 0;
    text-align: center;
  }
  .o-wm-footer__logo-column > div {
    width: 210px;
  }
  .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 + 8px);
}

@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: 8px;
}

@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 + 8px);
  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 span {
  background-color: #866f45;
}

.info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x:before {
  background: #866f45;
}

.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: 8px;
  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: 425px;
  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: 22px;
  left: 35px;
  width: 131px;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .wm-info-for-menu .wm_logo_banner {
    width: 141px;
  }
}

.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.2s 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;
}

@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: #115740;
  font-family: "Freight Display Pro W01", serif;
  font-size: 2.17rem;
  font-weight: 300;
}

.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 #d9dcdd;
  }
}

.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: #c6b438;
  background: #c6b438;
}

.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: #c6b438;
}

.wm-info-for-menu .tabs button:nth-child(1):after {
  border-color: #c6b438 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: #00b081;
  background: #00b081;
}

.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: #00b081;
}

.wm-info-for-menu .tabs button:nth-child(2):after {
  border-color: #00b081 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: #de6145;
  background: #de6145;
}

.wm-info-for-menu .tabs button:nth-child(3):after {
  border-color: #de6145 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: #55c8c6;
  background: #55c8c6;
}

.wm-info-for-menu .tabs button:nth-child(4):after {
  border-color: #55c8c6 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: #789d4a;
  background: #789d4a;
}

.wm-info-for-menu .tabs button:nth-child(5):after {
  border-color: #789d4a 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: #115740;
  border: 1px solid #c6b438;
  background: #fff;
  font-family: "Avenir Next W01", 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", 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: #c6b438;
  }
  .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: #00b081;
  }
  .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: #de6145;
  }
  .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: #55c8c6;
  }
  .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: #789d4a;
  }
  .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: start;
    margin-top: 18px;
    padding-right: 30px;
    border-right: 1px solid #d9dcdd;
  }
  .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: #115740;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.18s ease-in;
  color: #115740;
  border: none;
  background: #eff0f0;
  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;
  background-color: black;
}

.wm-info-for-menu .infofor-nav a.button:hover, .wm-info-for-menu .infofor-nav a.button:focus {
  color: #115740;
  border: none;
  background: #e0e2e2;
}

@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: 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: #115740;
  font-family: "Freight Display Pro W01", serif;
  font-size: 1.58rem;
  font-weight: 400;
}

.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: #efefef;
}

@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: #efefef;
    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: #efefef;
}

@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.9697vw + 16.36364px);
  display: block;
  margin-bottom: 0.35533rem;
  color: #595959;
  font-family: "Freight Display Pro W01", serif;
  font-weight: 900;
  line-height: 1.1em;
}

.wm-info-for-menu .infofor-atm figure p {
  margin-bottom: 1.066rem;
  padding: 0;
  text-align: left;
  color: #595959;
  font-family: "Avenir Next W01", 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: #866f45;
}

.wm-info-for-menu .infofor-atm .button:focus {
  color: white;
  background: #b58e5b;
}

/* 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 {
  width: 100%;
  margin: 0 auto;
  padding: 1.066rem 2.31rem;
  transition: background 0.18s ease-in;
  color: #262626;
  background: #eff0f0;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-weight: 700;
}

@media (min-width: 930px) {
  .page_nav .wm-page-menu-button {
    display: none;
  }
}

.page_nav .wm-page-menu-button:hover {
  cursor: pointer;
  background: #d6d6d6;
}

.page_nav .wm-page-menu-button__togglemenubutton {
  position: relative;
  top: 4px;
  left: -7px;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.page_nav .wm-page-menu-button__togglemenubutton::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 10px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  transform: rotate(90deg);
  border-bottom: solid 2px black;
}

.page_nav .wm-page-menu-button__togglemenubutton::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 10px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px 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);
  border-top: 8px solid #115740;
  background: #eff0f0;
}

.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: black;
  border-left: 0.35533rem solid #efefef;
  line-height: 1.2;
}

.page_nav .wm-page_menu a.is-active {
  margin-left: 0;
  border-left: 0.35533rem solid #b9975b;
  background: #dee0e1;
}

.page_nav .wm-page_menu a.is-active:hover {
  color: #115740;
  border-left: 0.35533rem solid #b9975b;
  background: #dee0e1;
}

.page_nav .wm-page_menu a:hover {
  text-decoration: none;
  border-left-color: #dee0e1;
  background: #dee0e1;
}

.page_nav .wm-page_menu a#nav_parent, .page_nav .wm-page_menu a.nav_parent {
  text-transform: uppercase;
  color: #115740;
  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: #eff0f0;
  background-color: #eff0f0;
}

.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;
}

@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(0, 0, 0, 0.3);
  border: 1px solid #d0d3d4;
  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:hover {
  cursor: pointer;
  color: black;
}

.page_nav .extra-nav {
  padding: 1.3rem;
  padding-top: 22px;
  transition: all 0.18s ease-in;
  background: #eff0f0;
}

.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: #866f45;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #87673d;
}

.page_nav .extra-nav a:hover, .page_nav .extra-nav a:focus {
  text-decoration: underline;
}

.page_nav .extra-nav a.extra-nav-button {
  color: #115740;
}

.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: #115740;
  font-family: "Avenir Next W01", 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: #115740;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: white;
}

@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;
  background-color: black;
}

.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  color: #115740;
  border: 1px solid #115740;
  background: white;
}

.page_nav .extra-nav .separator-above {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #d0d3d4;
}

.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: #eff0f0;
}

.social-media-nav .sm_icon:nth-last-child(n + 2):nth-last-child(-n + 2):first-child,
.social-media-nav .sm_icon:nth-last-child(n + 2):nth-last-child(-n + 2):first-child ~ .sm_icon {
  display: block;
  flex-basis: 40%;
  text-align: right;
}

.social-media-nav .sm_icon:nth-last-child(n + 2):nth-last-child(-n + 2):first-child ~ .sm_icon {
  text-align: left;
}

.social-media-nav .sm_icon:nth-last-child(5):first-child {
  margin-left: 20px;
}

.social-media-nav .sm_icon:nth-child(3):nth-last-child(3) {
  margin-right: 20px;
}

.social-media-nav .sm_icon:nth-last-child(2):nth-child(4) {
  margin-right: 10px;
  margin-left: 45px;
}

.social-media-nav .sm_icon:nth-child(5):last-child {
  margin-right: 45px;
  margin-left: 10px;
}

.social-media-nav .sm_icon:nth-last-child(6):first-child,
.social-media-nav .sm_icon:nth-child(4):nth-last-child(3),
.social-media-nav .sm_icon:nth-last-child(9):first-child,
.social-media-nav .sm_icon:nth-child(4):nth-last-child(6),
.social-media-nav .sm_icon:nth-child(7):nth-last-child(3) {
  margin-left: 20px;
}

.social-media-nav .sm_icon:nth-child(3):nth-last-child(4),
.social-media-nav .sm_icon:nth-child(6):last-child,
.social-media-nav .sm_icon:nth-child(3):nth-last-child(7),
.social-media-nav .sm_icon:nth-child(6):nth-last-child(4),
.social-media-nav .sm_icon:nth-child(9):last-child {
  margin-right: 20px;
}

.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 .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;
  transition: all 0.1s ease-in;
  text-align: center;
  text-decoration: none;
  font-size: 33px !important;
  font-weight: normal !important;
  line-height: 1em;
}

.social-media-nav .sm_icon:hover,
.social-media-nav .sm_icon:hover:hover {
  color: white;
}

.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-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;
}

.sm_icon {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #7e8689;
  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;
}

.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;
}

@media (min-width: 1024px) {
  .wm-site-menu__primary-wrapper {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
    margin-top: 192px;
    margin-bottom: 60px;
  }
}

.menu-open .wm-site-menu__primary-wrapper {
  opacity: 1;
}

.wm-search {
  display: block;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  margin: 10.02rem 22px 0 22px;
  padding-top: 5px;
  padding-bottom: 22px;
}

@media (min-width: 1024px) {
  .wm-search {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    order: 3;
    max-width: 500px;
    margin-top: 0;
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .wm-site-menu__divider {
    order: 2;
    width: 1px;
    min-height: 100%;
    border-right: 1px solid #d9dcdd;
  }
}

.wm-site-menu .primary-nav {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 2.46rem;
  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;
    max-width: 500px;
  }
}

.wm-site-menu .primary-nav > li {
  transition: none;
}

.wm-site-menu .primary-nav__mainmenu {
  display: flow-root;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__mainmenu {
    margin-right: 60px;
  }
}

#main-header {
  margin: 0 auto;
}

.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: 8px;
}

@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 + 8px);
}

@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 .wm-topbar__info-for-button {
  top: calc( 63px + 8px);
  display: block;
}

@media (min-width: 930px) {
  .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: 8px;
  display: flex;
  padding: 23px;
  background: #b9975b;
}

@media (min-width: 930px) {
  .menu-open .wm-site-menu .wm-topbar__menu-button.-close-x {
    top: 13px;
    width: 7.76rem;
    height: 4.36rem;
  }
}

.menu-open .wm-site-menu .wm-topbar__menu-button.-close-x img {
  transition: transform 0.2s ease-in-out;
}

.menu-open .wm-site-menu .wm-topbar__menu-button.-close-x:hover {
  cursor: pointer;
  background: #75613c;
}

.atoms-main .wm-site-menu,
.atoms-main .wm-info-for-menu,
#atomsWrap #content.atoms-main {
  display: block;
}

.atoms-main .o-callout {
  position: relative;
}

.wm-site-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 425px;
  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;
  }
  .wm-site-menu.fancybox-margin {
    max-width: 0;
  }
}

.wm-site-menu .wm-topbar__menu-button.-close-x {
  top: 8px;
  background: #866f45;
}

@media (min-width: 930px) {
  .wm-site-menu .wm-topbar__menu-button.-close-x {
    top: 13px;
  }
}

.wm-site-menu a {
  font-weight: normal;
}

.wm-site-menu__primary-wrapper {
  text-align: center;
}

.wm-site-menu .wm_logo_banner {
  position: absolute;
  top: 0;
  left: 22px;
  left: 35px;
  width: 131px;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .wm-site-menu .wm_logo_banner {
    width: 141px;
  }
}

.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.2s ease-in-out;
}

.wm-site-menu .wm_logo_banner img:hover {
  top: -2px;
}

.wm-site-menu .wm-search {
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1rem;
}

.wm-site-menu .wm-search__form {
  text-align: center;
}

.wm-site-menu .wm-search__title {
  display: none;
  display: none;
  margin: 0;
  color: #262626;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1.14rem;
  font-style: bold;
}

.wm-site-menu .wm-search__input {
  float: left;
  width: calc(100% - 60px);
  height: 60px;
  padding: 5px 10px 0 30px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.15);
  border: 1px solid #d9dcdd;
  border-radius: 0;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1.5625rem;
  line-height: 60px;
}

@media (min-width: 1024px) {
  .wm-site-menu .wm-search__input {
    width: 239px;
    height: 55px;
    margin-left: 0px;
    padding-left: 10px;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #d9dcdd;
  }
}

.wm-site-menu .wm-search__input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
  .wm-site-menu .wm-search__input::placeholder {
    padding-left: 8px;
  }
}

.wm-site-menu .wm-search__input:focus, .wm-site-menu .wm-search__input.active {
  color: black;
}

.wm-site-menu .wm-search__submit-wrapper {
  display: flex;
  float: right;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  border: 1px solid #d9dcdd;
  border-left: none;
  background: #efefef;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1.14rem;
}

@media (min-width: 1024px) {
  .wm-site-menu .wm-search__submit-wrapper {
    float: left;
    height: 55px;
    border: none;
    border-bottom: 1px solid #d9dcdd;
    background: none;
  }
  .wm-site-menu .wm-search__submit-wrapper:hover {
    background: white;
  }
  .wm-site-menu .wm-search__submit-wrapper:hover .fas {
    color: #655334;
  }
}

.wm-site-menu .wm-search__submit-wrapper:hover * {
  cursor: pointer;
}

.wm-site-menu .wm-search__submit {
  margin: 0;
  transition: all 0.2s 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-site-menu .wm-search__submit.fas {
    font-size: 1.68rem;
  }
}

.wm-site-menu .wm-search__submit.fas {
  color: #866f45;
  font-size: 1.5625rem;
}

@media (min-width: 1024px) {
  .wm-site-menu .wm-search__submit.fas {
    color: #d0d3d4;
  }
}

.wm-site-menu .wm-search__submit .fa-search:before {
  content: "\f002";
}

.wm-site-menu .wm-search__input:focus + .wm-search__submit-wrapper > .wm-search__submit.fas,
.wm-site-menu .wm-search__input.active + .wm-search__submit-wrapper > .wm-search__submit.fas {
  color: #866f45;
}

.wm-site-menu .wm-search__input:focus + .wm-search__submit-wrapper > .wm-search__submit.fas:hover,
.wm-site-menu .wm-search__input.active + .wm-search__submit-wrapper > .wm-search__submit.fas:hover {
  color: #655334;
}

.wm-site-menu .wm-search__caption {
  display: none;
  clear: both;
  width: 304px;
  padding-top: 6px;
  opacity: 0.5;
  color: #262626;
  font-size: 13px;
  font-style: italic;
}

@media (min-width: 1024px) {
  .wm-site-menu .wm-search__caption.active {
    display: block;
  }
}

.wm-site-menu .wm-search__caption.highlight {
  opacity: 1;
}

.wm-site-menu .wm-search__common-searches, .wm-site-menu .wm-search__suggested-results {
  display: none;
  margin-top: 2.5em;
  text-align: left;
}

@media (min-width: 1024px) {
  .wm-site-menu .wm-search__common-searches, .wm-site-menu .wm-search__suggested-results {
    display: block;
    margin-top: 2.5em;
    margin-left: 0px;
    text-align: left;
  }
}

.wm-site-menu .wm-search__common-searches .label, .wm-site-menu .wm-search__suggested-results .label {
  padding-bottom: calc(22px/3);
  color: black;
  font-size: 0.88rem;
  font-weight: 500;
}

.wm-site-menu .wm-search__common-searches .items, .wm-site-menu .wm-search__suggested-results .items {
  margin: 0;
  padding: 0.15229rem 0.5rem 1.066rem 1.066rem;
  list-style: none;
}

.wm-site-menu .wm-search__common-searches .items a, .wm-site-menu .wm-search__suggested-results .items a {
  display: inline-block;
  padding: calc(22px/3) 44px calc(22px/3) 0;
  letter-spacing: 0.02em;
  opacity: 0.5;
  color: black;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.wm-site-menu .wm-search__common-searches .items a:hover, .wm-site-menu .wm-search__suggested-results .items a:hover {
  text-decoration: none;
  opacity: 1;
}

.wm-site-menu .wm-search__common-searches.hidden, .wm-site-menu .wm-search__suggested-results.hidden {
  display: none;
  visibility: hidden;
}

.wm-site-menu .primary-nav {
  text-align: center;
  font-size: 1rem;
}

.wm-site-menu .primary-nav__mainmenu {
  display: flow-root;
  list-style: none;
  text-align: left;
}

.wm-site-menu .primary-nav__mainmenu > li {
  display: flow-root;
  border: 1px solid #d9dcdd;
  border-bottom: none;
}

@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__mainmenu > li {
    padding-left: 0;
    border: none;
  }
}

.wm-site-menu .primary-nav__mainmenu > li:last-child {
  border-bottom: 1px solid #d9dcdd;
}

@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: 292px;
  width: calc(100% - 4.09rem);
  height: 58px;
  margin: 0;
  padding: 0 0 0 30px;
  letter-spacing: 0.05em;
  color: #115740;
  font-family: "Freight Display Pro W01", serif;
  font-size: 1.48rem;
  font-weight: 300;
  line-height: 58px;
}

@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__mainmenu > li > a {
    width: auto;
    height: 61px;
    padding-right: 16px;
    font-size: 2.17rem;
  }
}

.wm-site-menu .primary-nav__mainmenu > li > a:hover {
  text-decoration: underline;
}

.wm-site-menu .primary-nav__mainmenu > li > a.-is-open {
  font-weight: 400;
}

.wm-site-menu .primary-nav__togglesubmenu {
  position: relative;
  float: right;
  width: 4.09rem;
  width: 60px;
  height: 58px;
  min-height: 28px;
  margin: 0;
  padding: 0;
  background: rgba(208, 211, 212, 0.35);
}

@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__togglesubmenu {
    top: 17px;
    float: none;
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
}

.wm-site-menu .primary-nav__togglesubmenu:hover {
  cursor: pointer;
  background: rgba(208, 211, 212, 0.55);
}

.wm-site-menu .primary-nav__togglesubmenu::before {
  position: absolute;
  bottom: 30px;
  left: 24px;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  transform: rotate(90deg);
  border-bottom: solid 2px #115740;
}

@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__togglesubmenu::before {
    bottom: 13px;
    left: 7px;
    width: 13px;
  }
}

.wm-site-menu .primary-nav__togglesubmenu::after {
  position: absolute;
  bottom: 30px;
  left: 24px;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px #115740;
}

@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__togglesubmenu::after {
    bottom: 13px;
    left: 7px;
    width: 13px;
  }
}

.wm-site-menu .primary-nav__togglesubmenu[aria-expanded="true"]::before {
  transform: rotate(135deg);
}

.wm-site-menu .primary-nav__togglesubmenu[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.wm-site-menu .primary-nav__submenu {
  clear: both;
}

.wm-site-menu .primary-nav__submenu > ul {
  padding-bottom: 30px;
  padding-left: 44px;
  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: 37px;
  padding: 0;
  opacity: 0.5;
  color: black;
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 37px;
}

.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;
}

@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 .primary-nav__togglesubmenu:focus {
  background: rgba(208, 211, 212, 0.55);
}

.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 2.04rem 1.066rem;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .wm-site-menu .tac-wrapper {
    position: absolute;
    top: 1.5625rem;
    left: 181px;
    width: calc(100% - 310px);
    padding: 0;
  }
}

.wm-site-menu .sec-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 1em 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .wm-site-menu .sec-wrapper {
    flex-wrap: nowrap;
    width: 94%;
    margin-right: 30px;
    margin-left: 30px;
    padding: 0px;
  }
}

.wm-site-menu .sec-wrapper__item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin: 0.5rem;
  padding: 2em;
  padding-top: 1.8em;
  transition: all 0.18s ease-in;
  color: black;
  border: 1px solid #d9dcdd;
  background-color: white;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .wm-site-menu .sec-wrapper__item {
    position: relative;
    z-index: 0;
    display: flex;
    overflow: hidden;
    align-content: center;
    flex-basis: 32%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    height: auto;
    margin: 0px 10px 20px;
    font-size: 1rem;
  }
}

.wm-site-menu .sec-wrapper__item:hover {
  cursor: pointer;
  text-decoration: none;
  border-color: #115740;
}

.wm-site-menu .sec-wrapper__item:hover .sec-wrapper__text {
  opacity: 1;
}

.wm-site-menu .sec-wrapper__title {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
  color: #115740;
  font-family: "Freight Display Pro W01", serif;
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1;
}

.wm-site-menu .sec-wrapper__text {
  display: none;
  transition: all 0.18s ease-in;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0.6;
  color: black;
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .wm-site-menu .sec-wrapper__text {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.wm-site-menu .tactical-nav {
  display: flex;
  width: auto;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 1.066rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .wm-site-menu .tactical-nav {
    padding-bottom: 6px;
  }
  .wm-site-menu .tactical-nav__list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #d9dcdd;
  }
  .wm-site-menu .tactical-nav__list li a {
    padding: 14px 9px;
    border-bottom: 3px solid transparent;
    font-size: 0.73rem;
    font-weight: 400;
  }
  .wm-site-menu .tactical-nav__list li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #b9975b;
  }
}

.wm-site-menu .tactical-nav a {
  word-wrap: none;
  word-break: normal;
  overflow-wrap: normal;
}

.wm-site-menu .tactical-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-site-menu .tactical-nav__list a {
  display: inline-block;
  padding: 0.6rem 0.5rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
}

.wm-site-menu .tactical-nav__list a:hover {
  text-decoration: none;
  color: black;
}

.secondary-nav {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.secondary-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.secondary-nav li {
  flex-basis: 13.858rem;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  margin: 2.132rem;
  margin-top: 0;
  padding: 0.5rem 1.066rem;
  text-align: center;
  border: 1px solid #d9dcdd;
}

.secondary-nav li:nth-child(2) {
  border-color: #00b081;
}

.secondary-nav li:nth-child(3) {
  border: 1px solid #de6145;
}

.secondary-nav li:nth-child(4) {
  border-color: #efefef;
}

.secondary-nav a {
  display: block;
  padding: 0.2665em 2.132rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #115740;
  font-family: "Freight Display Pro W01", serif;
  font-weight: 600;
  font-style: italic;
}

/* scss/7-wm-objects/_wm-site-menu.scss */
/* scss/7-menus-and-header/_menu-banner.scss */
/* 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/_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/_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 */
/* scss/bem-elements-for-later/_directory-item.scss */
.m-directory-item {
  display: flex;
  margin: 0;
  padding: 0;
  padding-bottom: 2.132rem;
  clear: both;
}

.m-directory-item p {
  margin: 0;
  padding: 0;
}

.m-directory-item__name {
  font-size: 1.14rem;
}

.m-directory-item__info {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3rem;
}

.m-directory-item__image {
  float: left;
  padding-right: 1.066rem;
  padding-bottom: 1.066rem;
  width: 6.396rem;
  height: 6.396rem;
}

.m-directory-item__position {
  font-weight: bold;
}

.m-directory-item__label {
  font-weight: bold;
  color: #115740;
}

.m-directory-item.--large {
  display: block;
}

.m-directory-item.--large .m-directory-item__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  float: none;
}

.m-directory-item.--large .m-directory-item__name {
  margin-bottom: 0.5rem;
  font-size: 1.68rem;
  color: #115740;
}

/* scss/bem-elements-for-later/_event-item.scss */
.m-event-item {
  margin: 0;
  padding: 0;
  padding-bottom: 1.066rem;
}

.m-event-item__link {
  color: #115740;
}

/* scss/bem-elements-for-later/_news-item.scss */
.m-news-item {
  clear: both;
  margin: 0;
  padding: 0;
  padding-bottom: 2.132rem;
}

.m-news-item p {
  margin: 0;
  padding: 0;
}

.m-news-item__date {
  font-weight: bold;
}

.m-news-item__image {
  float: left;
  width: 6.396rem;
  height: 6.396rem;
  padding-right: 1.066rem;
  padding-bottom: 0.5rem;
}

.m-news-item__author {
  font-style: italic;
}

/* scss/bem-elements-for-later/_search.scss */
.m-search.-condensed {
  position: relative;
}

.m-search.-condensed .m-search__text-input {
  border-right: none;
}

.m-search.-condensed .m-search__submit {
  margin: 0;
  color: #d0d3d4;
  border: 1px solid #d0d3d4;
  border-left: none;
  background: #fff;
  line-height: 1.07rem;
}

/* scss/bem-elements-for-later/_search-condensed.scss */
.h-background-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  background-color: #d0d3d4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.h-background-image.-img-top-left {
  background-position: top left;
}

.h-background-image.-img-top-right {
  background-position: top right;
}

.h-background-image.-img-bottom-left {
  background-position: bottom left;
}

.h-background-image.-img-bottom-right {
  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/helpers/_background-image.scss */
.h-sm-height {
  min-height: 400px;
  min-height: 25vh;
}

.h-md-height {
  min-height: 600px;
  min-height: 40vh;
}

.h-lg-height {
  min-height: 800px;
  min-height: 65vh;
}

.h-xl-height {
  min-height: 1000px;
  min-height: 80vh;
}

.h-full-height {
  min-height: 1000px;
  min-height: 100vh;
}

/* scss/helpers/_heights.scss */
.h-switch > *:first-child {
  order: 2;
}

.h-switch > *:last-child {
  order: 1;
}

.h-switch-mobile > *:first-child {
  order: 1;
}

.h-switch-mobile > *:last-child {
  order: 2;
}

/* scss/helpers/_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/helpers/_sr-only.scss */
/* scss/helpers/_theme-colors.scss */
.h-theme-green {
  color: white;
  background-color: #183028;
}

.h-theme-green h3,
.h-theme-green [class*="heading"] {
  color: #fff;
}

.h-theme-green a {
  color: white;
}

.h-theme-green a:visited {
  color: white;
}

.h-theme-green a:hover {
  color: white;
}

.h-theme-green a:focus {
  color: white;
}

.h-theme-green .button {
  color: #fff;
  background-color: #115740;
}

.h-theme-green .button:hover {
  color: #fff;
  background-color: #000;
}

.h-theme-green .button:focus {
  color: #fff;
  background-color: #000;
}

.h-theme-green .inset-background {
  background-color: #164736;
}

.h-theme-green .h-background-image {
  display: none;
}

.h-theme-silver {
  color: #262626;
  background-color: #eff0f0;
}

.h-theme-silver h3,
.h-theme-silver [class*="heading"] {
  color: #115740;
}

.h-theme-silver a {
  color: #b9a278;
}

.h-theme-silver a:visited {
  color: #b9a278;
}

.h-theme-silver a:hover {
  color: #00b081;
}

.h-theme-silver a:focus {
  color: #d0d3d4;
}

.h-theme-silver .button {
  color: #115740;
  background-color: #fff;
}

.h-theme-silver .button:hover {
  color: #115740;
  background-color: #fff;
}

.h-theme-silver .button:focus {
  color: #115740;
  background-color: #fff;
}

.h-theme-silver .inset-background {
  background-color: #fff;
}

.h-theme-silver .h-background-image {
  display: none;
}

.h-theme-silver .button {
  border: 1px solid rgba(17, 87, 64, 0.35);
}

.h-theme-silver .button:hover, .h-theme-silver .button:focus {
  border-color: #115740;
}

.h-theme-white {
  color: #262626;
  background-color: #fff;
}

.h-theme-white h3,
.h-theme-white [class*="heading"] {
  color: #115740;
}

.h-theme-white a {
  color: #b9a278;
}

.h-theme-white a:visited {
  color: #b9a278;
}

.h-theme-white a:hover {
  color: #00b081;
}

.h-theme-white a:focus {
  color: #d0d3d4;
}

.h-theme-white .button {
  color: #115740;
  background-color: #eff0f0;
}

.h-theme-white .button:hover {
  color: #115740;
  background-color: #dee0e1;
}

.h-theme-white .button:focus {
  color: #115740;
  background-color: #dee0e1;
}

.h-theme-white .inset-background {
  background-color: #eff0f0;
}

.h-theme-white .h-background-image {
  display: none;
}

.h-theme-image {
  color: #fff;
  background-color: transparent;
  position: relative;
}

.h-theme-image h3,
.h-theme-image [class*="heading"] {
  color: #fff;
}

.h-theme-image a {
  color: #b9a278;
}

.h-theme-image a:visited {
  color: #b9a278;
}

.h-theme-image a:hover {
  color: #00b081;
}

.h-theme-image a:focus {
  color: #d0d3d4;
}

.h-theme-image .button {
  color: #fff;
  background-color: transparent;
}

.h-theme-image .button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.h-theme-image .button:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.h-theme-image .inset-background {
  background-color: #fff;
}

.h-theme-image .h-background-image {
  z-index: 0;
  display: block;
}

.h-theme-image .h-background-image ~ * {
  position: relative;
}

.h-theme-image .button {
  border: 1px solid #fff;
  background-color: transparent;
}

.h-theme-image .button:hover, .h-theme-image .button:focus {
  border-color: #fff;
}

/* scss/cheatsheet/_wm-cheatsheet.scss */
.cheatsheet .color span {
  padding: 0.5rem;
}

.cheatsheet .colors:before,
.cheatsheet .colors:after {
  content: " ";
  display: table;
}

.cheatsheet .colors:after {
  clear: both;
}

.cheatsheet .colors {
  *zoom: 1;
}

.cheatsheet .color {
  width: 100%;
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  overflow: auto;
}

.cheatsheet .color span {
  display: block;
  padding: 0.5rem;
}

.cheatsheet .primary-colors,
.cheatsheet .secondary-colors {
  padding: 0;
  display: block;
  width: 100%;
}

.cheatsheet .secondary-colors {
  display: inline-block;
}

.cheatsheet .maincolor {
  height: 100px;
}

.cheatsheet .text-light {
  color: #737373;
}

.cheatsheet .link-base {
  color: #866f45;
}

.cheatsheet .link-hover {
  color: #115740;
}

.cheatsheet .link-focus {
  color: #f0b323;
}

.cheatsheet .link-visited {
  color: #84344e;
}

.cheatsheet .color1 {
  background: #115740;
  color: white;
}

.cheatsheet .color1 > span.maincolor:after {
  content: ": #115740";
}

.cheatsheet .color1 .light {
  background-color: #22ac7f;
  color: black;
}

.cheatsheet .color1 > span.light:after {
  content: ": #22ac7f";
}

.cheatsheet .color1 .dark {
  background-color: #092c21;
  color: white;
}

.cheatsheet .color1 > span.dark:after {
  content: ": #092c21";
}

.cheatsheet .color2 {
  background: #866f45;
  color: black;
}

.cheatsheet .color2 > span.maincolor:after {
  content: ": #866f45";
}

.cheatsheet .color2 .light {
  background-color: #b9a278;
  color: black;
}

.cheatsheet .color2 > span.light:after {
  content: ": #b9a278";
}

.cheatsheet .color2 .dark {
  background-color: #87673d;
  color: black;
}

.cheatsheet .color2 > span.dark:after {
  content: ": #87673d";
}

.cheatsheet .color3 {
  background: #183028;
  color: white;
}

.cheatsheet .color3 > span.maincolor:after {
  content: ": #183028";
}

.cheatsheet .color3 .light {
  background-color: #3a7461;
  color: black;
}

.cheatsheet .color3 > span.light:after {
  content: ": #3a7461";
}

.cheatsheet .color3 .lighter {
  background-color: #164736;
  color: white;
}

.cheatsheet .color3 > span.lighter:after {
  content: ": #164736";
}

.cheatsheet .color3 .dark {
  background-color: black;
  color: white;
}

.cheatsheet .color3 > span.dark:after {
  content: ": black";
}

.cheatsheet .color4 {
  background: #00b081;
  color: black;
}

.cheatsheet .color4 > span.maincolor:after {
  content: ": #00b081";
}

.cheatsheet .color4 .light {
  background-color: #00fdb9;
  color: black;
}

.cheatsheet .color4 > span.light:after {
  content: ": #00fdb9";
}

.cheatsheet .color4 .dark {
  background-color: #006449;
  color: white;
}

.cheatsheet .color4 > span.dark:after {
  content: ": #006449";
}

.cheatsheet .color5 {
  background: #d0d3d4;
  color: black;
}

.cheatsheet .color5 > span.maincolor:after {
  content: ": #d0d3d4";
}

.cheatsheet .color5 .light {
  background-color: #efefef;
  color: black;
}

.cheatsheet .color5 > span.light:after {
  content: ": #efefef";
}

.cheatsheet .color5 .lighter {
  background-color: #dee0e1;
  color: black;
}

.cheatsheet .color5 > span.lighter:after {
  content: ": #dee0e1";
}

.cheatsheet .color5 .light2 {
  background-color: #eff0f0;
  color: black;
}

.cheatsheet .color5 > span.light2:after {
  content: ": #eff0f0";
}

.cheatsheet .color5 .dark {
  background-color: #b5babc;
  color: black;
}

.cheatsheet .color5 > span.dark:after {
  content: ": #b5babc";
}

.cheatsheet .color7 {
  background: #c6b438;
  color: black;
}

.cheatsheet .color7 > span:after {
  content: ": #c6b438";
}

.cheatsheet .color8 {
  background: #00b081;
  color: black;
}

.cheatsheet .color8 > span:after {
  content: ": #00b081";
}

.cheatsheet .color9 {
  background: #de6145;
  color: black;
}

.cheatsheet .color9 > span:after {
  content: ": #de6145";
}

.cheatsheet .color10 {
  background: #789d4a;
  color: black;
}

.cheatsheet .color10 span:after {
  content: ": #789d4a";
}

.cheatsheet .color11 {
  background: #789f90;
  color: black;
}

.cheatsheet .color11 > span:after {
  content: ": #789f90";
}

.cheatsheet .color12 {
  background: #84344e;
  color: white;
}

.cheatsheet .color12 > span:after {
  content: ": #84344e";
}

.cheatsheet .color13 {
  background: #5b6770;
  color: black;
}

.cheatsheet .color13 > span:after {
  content: ": #5b6770";
}

.cheatsheet > span:after {
  content: ": #00313c";
}

.cheatsheet .color15 {
  background: #00313c;
  color: white;
}

.cheatsheet .color15 > span:after {
  content: ": #00313c";
}

.cheatsheet .font-list {
  font-size: 18px;
}

.cheatsheet .text-font-family,
.cheatsheet .text-line-height,
.cheatsheet .heading-line-height {
  font-family: "Avenir Next W01", Verdana, sans-serif;
}

.cheatsheet .text-font-family:after {
  content: ' : "Avenir Next W01", Verdana, sans-serif';
}

.cheatsheet .text-normal {
  font-weight: 400;
}

.cheatsheet .text-normal:after {
  content: " : 400";
}

.cheatsheet .text-medium {
  font-weight: 500;
}

.cheatsheet .text-medium:after {
  content: " : 500";
}

.cheatsheet .text-demi {
  font-weight: 700;
}

.cheatsheet .text-demi:after {
  content: " : 700";
}

.cheatsheet .text-demi-italic {
  font-weight: 600;
  font-style: italic;
}

.cheatsheet .text-demi-italic:after {
  content: " : 600";
}

.cheatsheet .text-bold {
  font-weight: 800;
}

.cheatsheet .text-bold:after {
  content: " : 800";
}

.cheatsheet .heading-font-family {
  font-family: "Freight Display Pro W01", serif;
}

.cheatsheet .heading-font-family:after {
  content: ' : "Freight Display Pro W01", serif';
}

.cheatsheet .heading-light {
  font-family: "Freight Display Pro W01", serif;
  font-weight: 300;
}

.cheatsheet .heading-light:after {
  content: " : 300";
}

.cheatsheet .heading-book {
  font-family: "Freight Display Pro W01", serif;
  font-weight: 400;
}

.cheatsheet .heading-book:after {
  content: " : 400";
}

.cheatsheet .heading-medium {
  font-family: "Freight Display Pro W01", serif;
  font-weight: 500;
}

.cheatsheet .heading-medium:after {
  content: " : 500";
}

.cheatsheet .heading-bold {
  font-family: "Freight Display Pro W01", serif;
  font-weight: 700;
}

.cheatsheet .heading-bold:after {
  content: " : 700";
}

.cheatsheet .heading-black {
  font-family: "Freight Display Pro W01", serif;
  font-weight: 900;
}

.cheatsheet .heading-black:after {
  content: " : 900";
}

.cheatsheet .alt-heading-font-family {
  font-family: "Freight Text W01", serif;
}

.cheatsheet .alt-heading-medium {
  font-family: "Freight Text W01", serif;
  font-weight: 500;
}

.cheatsheet .alt-heading-medium:after {
  content: " : 500";
}

.cheatsheet .alt-heading-semi-bold {
  font-family: "Freight Text W01", serif;
  font-weight: 600;
}

.cheatsheet .alt-heading-semi-bold:after {
  content: " : 600";
}

.cheatsheet .text-line-height:after {
  content: " : 1.6";
}

.cheatsheet .heading-line-height:after {
  content: " : 1.4";
}

.cheatsheet .text-sans {
  font-family: "Avenir Next W01", Verdana, sans-serif;
}

.cheatsheet .text-sans:after {
  content: "font-family: font(text-sans)";
}

.cheatsheet .text-sans-medium {
  font-family: "Avenir Next W01", Verdana, sans-serif;
  font-weight: 500;
}

.cheatsheet .text-sans-medium:after {
  content: "font-weight: font(sans-weight, medium);";
}

.cheatsheet .text--9xl {
  font-size: 1.91rem;
}

.cheatsheet .text--8xl {
  font-size: 1.79rem;
}

.cheatsheet .text--7xl {
  font-size: 1.68rem;
}

.cheatsheet .text--6xl {
  font-size: 1.58rem;
}

.cheatsheet .text--5xl {
  font-size: 1.48rem;
}

.cheatsheet .text--4xl {
  font-size: 1.39rem;
}

.cheatsheet .text--xxxl {
  font-size: 1.3rem;
}

.cheatsheet .text--xxl {
  font-size: 1.25rem;
}

.cheatsheet .text--xl {
  font-size: 1.14rem;
}

.cheatsheet .text--lg {
  font-size: 1.07rem;
}

.cheatsheet .text--md {
  font-size: 1rem;
}

.cheatsheet .text--sm,
.cheatsheet small {
  font-size: 0.94rem;
}

.cheatsheet .text--xs {
  font-size: 0.88rem;
}

.cheatsheet .text--xxs {
  font-size: 0.83rem;
}

.cheatsheet .space-example {
  background: #ccc;
  margin: 10px;
  display: inline-block;
}

.cheatsheet .space-example > div {
  background: beige;
}

.cheatsheet .space-examples {
  display: flex;
  align-items: center;
}

.cheatsheet .space-examples > div {
  background: #ccc;
  margin: 10px;
}

.cheatsheet .space-examples > div > div {
  background: beige;
  display: block;
}

.cheatsheet .space-5xs {
  width: space(5xs);
  height: space(5xs);
}

.cheatsheet .space-5xs:after {
  content: "sizespace(5xs)";
  display: block;
}

.cheatsheet .space-3xs {
  width: space(3xs);
  height: space(3xs);
}

.cheatsheet .space-3xs:after {
  content: "sizespace(3xs)";
  display: block;
}

.cheatsheet .space-2xs {
  width: 0.2665em;
  height: 0.2665em;
}

.cheatsheet .space-2xs:after {
  content: "size0.2665em";
  display: block;
}

.cheatsheet .space-xs {
  width: 0.35533rem;
  height: 0.35533rem;
}

.cheatsheet .space-xs:after {
  content: "size0.35533rem";
  display: block;
}

.cheatsheet .space-sm {
  width: 0.5rem;
  height: 0.5rem;
}

.cheatsheet .space-sm:after {
  content: "size0.5rem";
  display: block;
}

.cheatsheet .space-md {
  width: 1.066rem;
  height: 1.066rem;
}

.cheatsheet .space-md:after {
  content: "size1.066rem";
  display: block;
}

.cheatsheet .space-lg {
  width: 2.132rem;
  height: 2.132rem;
}

.cheatsheet .space-lg:after {
  content: "size2.132rem";
  display: block;
}

.cheatsheet .space-xl {
  width: 3.12rem;
  height: 3.12rem;
}

.cheatsheet .space-xl:after {
  content: "size3.12rem";
  display: block;
}

.cheatsheet .space-2xl {
  width: 4.264rem;
  height: 4.264rem;
}

.cheatsheet .space-2xl:after {
  content: "size4.264rem";
  display: block;
}

.cheatsheet .space-3xl {
  width: 5.33rem;
  height: 5.33rem;
}

.cheatsheet .space-3xl:after {
  content: "size5.33rem";
  display: block;
}

.cheatsheet .space-4xl {
  width: 6.396rem;
  height: 6.396rem;
}

.cheatsheet .space-4xl:after {
  content: "size6.396rem";
  display: block;
}

.cheatsheet .space-5xl {
  width: 7.462rem;
  height: 7.462rem;
}

.cheatsheet .space-5xl:after {
  content: "size7.462rem";
  display: block;
}

.cheatsheet .space-10xl {
  width: 12.792rem;
  height: 12.792rem;
}

.cheatsheet .space-10xl:after {
  content: "size12.792rem";
  display: block;
}

.cheatsheet .space-11xl {
  width: space(11xl);
  height: space(11xl);
}

.cheatsheet .space-11xl:after {
  content: "sizespace(11xl)";
  display: block;
}

.cheatsheet .space-examples img {
  vertical-align: bottom;
}

.cheatsheet .inset-3xs {
  padding: space(inset, 3xs);
  margin: space(inset, 3xs);
}

.cheatsheet .inset-2xs {
  padding: space(inset, 2xs);
  margin: space(inset, 2xs);
}

.cheatsheet .inset-xs {
  padding: 0.35533rem;
  margin: 0.35533rem;
}

.cheatsheet .inset-sm {
  padding: 0.533rem;
  margin: 0.533rem;
}

.cheatsheet .inset-md {
  padding: 1.066rem;
  margin: 1.066rem;
}

.cheatsheet .inset-lg {
  padding: space(inset, lg);
  margin: space(inset, lg);
}

.cheatsheet .inset-xl {
  padding: space(inset, xl);
  margin: space(inset, xl);
}

.cheatsheet .inset-2xl {
  padding: space(inset, 2xl);
  margin: space(inset, 2xl);
}

.cheatsheet .squish-2xs {
  padding: space(squish, 2xs);
  margin: space(squish, 2xs);
}

.cheatsheet .squish-xs {
  padding: space(squish, xs);
  margin: space(squish, xs);
}

.cheatsheet .squish-sm {
  padding: space(squish, sm);
  margin: space(squish, sm);
}

.cheatsheet .squish-md {
  padding: space(squish, md);
  margin: space(squish, md);
}

.cheatsheet .squish-lg {
  padding: space(squish, lg);
  margin: space(squish, lg);
}

.cheatsheet .squish-xl {
  padding: space(squish, xl);
  margin: space(squish, xl);
}

.cheatsheet .stretch-2xs {
  padding: space(stretch, 2xs);
  margin: space(stretch, 2xs);
}

.cheatsheet .stretch-xs {
  padding: space(stretch, xs);
  margin: space(stretch, xs);
}

.cheatsheet .stretch-sm {
  padding: space(stretch, sm);
  margin: space(stretch, sm);
}

.cheatsheet .stretch-md {
  padding: space(stretch, md);
  margin: space(stretch, md);
}

.cheatsheet .stretch-lg {
  padding: space(stretch, lg);
  margin: space(stretch, lg);
}

.cheatsheet .stretch-xl {
  padding: space(stretch, xl);
  margin: space(stretch, xl);
}

.cheatsheet .heights td {
  border-bottom: 2px solid #666;
}

.cheatsheet .heights td:first-child {
  background: #d0d3d4;
}

.cheatsheet .height-sm + td {
  height: 25vh;
}

.cheatsheet .height-sm + td:after {
  content: "height: 25vh";
}

.cheatsheet .height-md + td {
  height: 40vh;
}

.cheatsheet .height-md + td:after {
  content: "height: 40vh";
}

.cheatsheet .height-lg + td {
  height: 65vh;
}

.cheatsheet .height-lg + td:after {
  content: "height: 65vh";
}

.cheatsheet .height-xl + td {
  height: 80vh;
}

.cheatsheet .height-xl + td:after {
  content: "height: 80vh";
}

.cheatsheet .height-full + td {
  height: 100vh;
}

.cheatsheet .height-full + td:after {
  content: "height: 100vh";
}

/* scss/element-specs/_heading-specs.scss */
/* scss/element-specs/_listing-specs.scss */
.listingheadingfontspecs:after {
  content: '1.14rem/1.3 700 "Avenir Next W01", sans-serif';
}

.listingheadingcolor:after {
  content: "#866f45";
  color: #866f45;
}

.listingdirectoryheadingfont:after {
  content: "1.375rem";
}

.bylinefontspecs:after {
  content: '0.875rem/1.5 "Avenir Next W01", sans-serif';
}

.bylinecolor:after {
  content: "#262626";
  color: #262626;
}

.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 */

/*# sourceMappingURL=main.css.map */