/*******************************************************************************
* █▀▀▄ ▄▀▀▀ █▀▀▄  ▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▓▓▒▒▒▒▓▓▒▓▓▓▓▓▓▒▓▓▒▒▒▓▓▒║
* █  █ ▀▀▀█ █▄▄▀  ▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▓▓▒▒▒▒▓▓▒▓▓▒▒▒▒▒▓▓▒▒▒▓▓▒║
* ▀▀▀  ▀▀▀  █     ▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▒▒▓▓▒▓▓▒▓▓▒▓▓▓▓▓▓▒▓▓▒▒▒▓▓▒║
* ║ WSUWP CSS Stylsheet Editor Source Code ▒▒▓▒▒▓▒▒▓▒▒▓▓▓▒▓▓▒▓▓▒▒▒▒▒▓▓▒▓▓▒▒▒▓▓▒║
* ║ Last Updated: 20241010163830           ▒▓▒▒▓▒▒▓▒▒▓▒▒▓▓▒▒▓▓▒▒▓▓▓▓▓▓▒▒▓▓▓▓▓▒▒║
* ╚════════════════════════════════════════════════════════════════════════════╝
 * The following section of this stylesheet contains CSS code written for use
 *  on the WSU Distinguished Scholarships program website to customize the
 *  layout and presentation of Web Design System (WDS) theme elements, compo-
 *  nents, modules, and assemblies. This stylesheet is designed, built, and
 *  maintained by the Division of Academic Engagement and Student Achievement
 *  (DAESA) in the Office of the Provost at Washington State University (WSU).
 *  It is designed to be applied via the WSUWP CSS Stylesheet Editor admin
 *  screen functioning in add-on mode. It was written for use with the WDS 3.0
 *  theme.
 *
 * @author Daniel Rieck
 *   [daniel.rieck@wsu.edu]
 *   (https://github.com/invokeImmediately)
 *
 * @link https://github.com/invokeImmediately/distinguishedscholarships.wsu.edu…
 *   …/blob/main/
 * @link https://github.com/invokeImmediately/WSU-DAESA-CSS-WDS
 * @link https://github.com/wsuwebteam/wsuwp-theme-wds
 *
 * @license MIT Copyright (c) 2024 Washington State University
 *   Permission is hereby granted, free of charge, to any person obtaining a
 *     copy of this software and associated documentation files (the
 *     "Software"), to deal in the Software without restriction, including
 *     without limitation the rights to use, copy, modify, merge, publish,
 *     distribute, sublicense, and/or sell copies of the Software, and to permit
 *     persons to whom the Software is furnished to do so, subject to the
 *     following conditions:
 *   The above copyright notice and this permission notice shall be included in
 *     all copies or substantial portions of the Software.
 *   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 *     THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 *     OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 *     ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 *     OTHER DEALINGS IN THE SOFTWARE.
 ******************************************************************************/
/** ISSUE FIX -> Legacy Spine Content: Hide QTips
 *   @author: daniel.rieck@wsu.edu
 */
.is-qtip {
	display: none !important;
}

/** ISSUE FIX -> Gallery Blocks: Image caption layout
 *   @author: daniel.rieck@wsu.edu
 */
.wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
	padding-left: 2em;
}

.wp-block-gallery .blocks-gallery-item__caption::before {
	left: .5em;
	top: 2.25em;
}

/** CUSTOMIZATION -> Link WDS Elements: Pop-out links contained in Column WDS Components
 *   @author: daniel.rieck@wsu.edu
 */
.wsu-column a.pop-out-link {
	display: inline-block;
	position: relative;
	transition: color .4s linear, background .4s ease-in, transform .25s linear;
}

.wsu-column a.pop-out-link:is(:hover, :focus) {
	transform: scale(1.05);
}

/** CUSTOMIZATION -> Container WDS Components: Connected-button "On This Page" design
 *   @author: daniel.rieck@wsu.edu
 */
.on-this-page {
	padding-bottom: .75em;
}

.wsu-row.on-this-page {
	margin-bottom: 1.75rem;
	margin-top: 1.75rem;
	padding-top: .75em;
}

.on-this-page:not(.on-this-page--colored) {
	background-color: #e6e6e6;
}

.on-this-page__heading {
	font-size: 1.7rem;
	padding-bottom: .6667rem;
}

:not(.on-this-page--colored) .on-this-page__heading {
	color: #323232;
}

.on-this-page__menu {
	background-color: inherit;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}

.on-this-page__menu-item {
	float: left;
	list-style-image: none !important;
	margin-right: -1px !important;
	margin-top: -1px !important;
	padding: 0;
}

.on-this-page__menu-item a {
	background-color: #3b4042;
	border: 1px solid #8d959a;
	border-radius: 3px;
	box-shadow: none;
	color: white;
	display: inline-block;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
}

.on-this-page__menu-item a:focus,
.on-this-page__menu-item a:hover {
	background-color: #23272a;
	border-color: #ffffff;
	border-width: 1px;
	text-decoration: underline;
}

.on-this-page__menu-item.--crimson a,
.on-this-page__menu-item.menu-item--crimson a {
	background-color: #54464e;
}

.on-this-page__menu-item.--crimson a:focus,
.on-this-page__menu-item.menu-item--crimson a:focus,
.on-this-page__menu-item.--crimson a:hover,
.on-this-page__menu-item.menu-item--crimson a:hover {
	background-color: #58111d;
}

.on-this-page__menu-item.--related a,
.on-this-page__menu-item.menu-item--related a {
	position: relative;
	margin-right: 5px;
}

.on-this-page__menu-item.--related a::before,
.on-this-page__menu-item.menu-item--related a::before,
.on-this-page__menu-item.--related a::after,
.on-this-page__menu-item.menu-item--related a::after {
	content: "";
	border-top: 3px solid #8d959a;
	position: absolute;
	top: 50%;
	width: 5px;
}

.on-this-page__menu-item.--related a::before,
.on-this-page__menu-item.menu-item--related a::before {
	right: 0;
	transform: translateX(5px);
}

.on-this-page__menu-item.--related a::after,
.on-this-page__menu-item.menu-item--related a::after {
	left: 0;
	transform: translateX(-5px);
}

.on-this-page__menu-item.--related.--start a::after,
.on-this-page__menu-item.menu-item--related.--start a::after,
.on-this-page__menu-item.--related.menu-item--start a::after,
.on-this-page__menu-item.menu-item--related.menu-item--start a::after {
	content: none;
}

.on-this-page__menu-item.--related.--end a::before,
.on-this-page__menu-item.menu-item--related.--end a::before,
.on-this-page__menu-item.--related.menu-item--end a::before,
.on-this-page__menu-item.menu-item--related.menu-item--end a::before {
	content: none;
}

.on-this-page__menu-item.--shifted,
.on-this-page__menu-item.menu-item--shifted {
	margin-left: 14px;
}

.on-this-page__menu-item.--shifts-next,
.on-this-page__menu-item.menu-item--shifts-next {
	margin-right: 14px !important;
}

.on-this-page.--has-gutter,
.on-this-page.on-this-page--has-gutter {
	padding-bottom: .75em;
}

.on-this-page.--has-gutter .on-this-page__menu-item,
.on-this-page.on-this-page--has-gutter .on-this-page__menu-item {
	margin-top: 0 !important;
	margin-bottom: .75em !important;
}

.on-this-page__back {
	position: relative;
	padding-left: 1rem;
	font-size: .9em;
}

.on-this-page__back::before {
	content: "";
	position: absolute;
	width: 1rem;
	left: -3px;
	height: .9rem;
	background: url(https://wpcdn.web.wsu.edu/wp-daesa/uploads/sites/50/2017/10/micon_returnKey_rotated-90-deg-cw_54x64.png) center center / auto 100% no-repeat;
}

/** CUSTOMIZATION -> Container WDS Components: Legacy DAESA Accordions
 *   @author: daniel.rieck@wsu.edu
 */
.drop-down-toggle,
.accordion-toggle {
	position: relative;
	transition: all .3s ease;
}

.drop-down-toggle:after,
.accordion-toggle:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #a60f2d;
	border-left: 8px solid transparent;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.drop-down-toggle:before,
.accordion-toggle:before {
	content: "Click to expand";
	position: absolute;
	top: 50%;
	right: 0;
	color: #a60f2d;
	font-size: 12px;
	text-transform: none;
	opacity: 0;
	transform: translate(-35px,-50%);
	transition: all .3s ease;
}

.drop-down-toggle:hover,
.accordion-toggle:hover {
	background-color: rgba(219,120,121,0.3);
}

.drop-down-toggle:hover:after,
.accordion-toggle:hover:after {
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ca1237;
	border-left: 8px solid transparent;
}

.drop-down-toggle:hover:before,
.accordion-toggle:hover:before {
	opacity: .5;
}

.drop-down-toggle.activated,
.accordion-toggle.activated {
	background-color: rgba(219,120,121,0.15);
}

.drop-down-toggle.activated:after,
.accordion-toggle.activated:after {
	border-top: 8px solid #a60f2d;
	border-right: 8px solid transparent;
	border-bottom: none;
	border-left: 8px solid transparent;
}

.drop-down-toggle.activated:before,
.accordion-toggle.activated:before {
	content: "Click to collapse";
}

.drop-down-toggle.activated:hover:after,
.accordion-toggle.activated:hover:after {
	border-top: 8px solid #ca1237;
	border-right: 8px solid transparent;
	border-bottom: none;
	border-left: 8px solid transparent;
}

.drop-down-toggle.boxed,
.accordion-toggle.boxed {
	padding-left: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	background-color: rgba(0,0,0,0.1);
}

.drop-down-toggle.boxed:after,
.accordion-toggle.boxed:after,
.drop-down-toggle.boxed:before,
.accordion-toggle.boxed:before {
	background-color: #a60f2d;
	border-radius: 4px;
	border: none;
	color: #fff;
	content: "+";
	font-family: 'Roboto Mono', monospace, sans-serif;
	font-size: 18px;
	height: 18px;
	left: 18px;
	line-height: 16px;
	text-align: center;
	top: 50%;
	width: 18px;
	transform: translate(-50%,-50%);
}

.drop-down-toggle.boxed:after,
.accordion-toggle.boxed:after {
	content: "+";
	opacity: 1;
}

.drop-down-toggle.boxed:before,
.accordion-toggle.boxed:before {
	content: "-";
	opacity: 0;
}

.drop-down-toggle.boxed:hover,
.accordion-toggle.boxed:hover {
	background-color: rgba(0,0,0,0.3);
}

.drop-down-toggle.boxed:hover:after,
.accordion-toggle.boxed:hover:after,
.drop-down-toggle.boxed:hover:before,
.accordion-toggle.boxed:hover:before {
	background-color: #be4f65;
}

.drop-down-toggle.boxed.activated,
.accordion-toggle.boxed.activated {
	background-color: rgba(0,0,0,0.2);
}

.drop-down-toggle.boxed.activated:hover,
.accordion-toggle.boxed.activated:hover {
	background-color: rgba(0,0,0,0.3);
}

.drop-down-toggle.boxed.activated:after,
.accordion-toggle.boxed.activated:after {
	opacity: 0;
}

.drop-down-toggle.boxed.activated:before,
.accordion-toggle.boxed.activated:before {
	opacity: 1;
}

.drop-down-toggle.boxed + .toggled-panel,
.accordion-toggle.boxed + .toggled-panel {
	padding: .5rem;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	margin-top: 0 !important;
	padding-top: 1rem !important;
}

.drop-down-toggle.boxed + .toggled-panel > :last-child,
.accordion-toggle.boxed + .toggled-panel > :last-child {
	padding-bottom: .5rem;
}

.drop-down-toggle.boxed + .drop-down-toggle.boxed,
.drop-down-toggle.boxed + .accordion-toggle.boxed,
.accordion-toggle.boxed + .drop-down-toggle.boxed,
.accordion-toggle.boxed + .accordion-toggle.boxed,
.drop-down-toggle.boxed + .toggled-panel + .drop-down-toggle.boxed,
.drop-down-toggle.boxed + .toggled-panel + .accordion-toggle.boxed,
.accordion-toggle.boxed + .toggled-panel + .drop-down-toggle.boxed,
.accordion-toggle.boxed + .toggled-panel + .accordion-toggle.boxed {
	margin-top: .5rem;
}

.drop-down-toggle.boxed + .toggled-panel + :not(.drop-down-toggle),
.accordion-toggle.boxed + .toggled-panel + :not(.drop-down-toggle) {
	margin-top: 1rem;
}

.drop-down-toggle.boxed.blue,
.accordion-toggle.boxed.blue {
	background-color: rgba(0,165,189,0.1);
	color: #0076bd;
}

.drop-down-toggle.boxed.blue:after,
.accordion-toggle.boxed.blue:after,
.drop-down-toggle.boxed.blue:before,
.accordion-toggle.boxed.blue:before {
	background-color: #0076bd;
}

.drop-down-toggle.boxed.blue:hover,
.accordion-toggle.boxed.blue:hover {
	background-color: rgba(0,165,189,0.3);
}

.drop-down-toggle.boxed.blue:hover:after,
.accordion-toggle.boxed.blue:hover:after,
.drop-down-toggle.boxed.blue:hover:before,
.accordion-toggle.boxed.blue:hover:before {
	background-color: #449bcf;
}

.drop-down-toggle.boxed.blue.activated,
.accordion-toggle.boxed.blue.activated {
	background-color: rgba(0,165,189,0.2);
}

.drop-down-toggle.boxed.blue.activated:hover,
.accordion-toggle.boxed.blue.activated:hover {
	background-color: rgba(0,165,189,0.3);
}

.drop-down-toggle.boxed.blue + .toggled-panel,
.accordion-toggle.boxed.blue + .toggled-panel {
	border-right: 1px solid rgba(0,165,189,0.2);
	border-bottom: 1px solid rgba(0,165,189,0.2);
	border-left: 1px solid rgba(0,165,189,0.2);
}

.drop-down-toggle + .toggled-panel,
.accordion-toggle + .toggled-panel {
	opacity: 1;
	overflow: hidden;
	transition: all .5s ease;
}

.drop-down-toggle:not(.activated) + .toggled-panel,
.accordion-toggle:not(.activated) + .toggled-panel {
	height: 0 !important;
	padding: 0 !important;
	border: none !important;
	opacity: 0 !important;
}

/** CUSTOMIZATION -> Container WDS Components: Content flippers
 *   @author: daniel.rieck@wsu.edu
 */
.flipped-content-back {
	display: none;
	width: 100%;
}

.content-flipper {
	padding-right: 2rem;
	position: relative;
}

.content-flipper:hover,
.content-flipper:focus {
	color: #ca1237;
}

.content-flipper:before,
.content-flipper:after {
	color: inherit;
	content: "";
	filter: invert(0%) sepia(0%) saturate(4166%) hue-rotate(145deg) brightness(101%) contrast(67%);
	height: 1.5rem;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.content-flipper:before {
	background: url(https://daesa.wsu.edu/documents/2021/09/genericons-neue_expand.svg);
	transition: opacity .2s ease;
}

.content-flipper:after {
	background: url(https://daesa.wsu.edu/documents/2021/09/genericons-neue_collapse.svg);
	transition: opacity .4s cubic-bezier(1,0,0.34,0.3);
	transition: opacity .2s ease;
}

.content-flipper[aria-pressed=false]:before {
	opacity: 1;
	transition: opacity .4s cubic-bezier(1,0,0.34,0.3);
}

.content-flipper[aria-pressed=true]:after {
	opacity: 1;
	transition: opacity .4s cubic-bezier(1,0,0.34,0.3);
}

.content-flipper:hover:after,
.content-flipper:focus:after,
.content-flipper:hover:before,
.content-flipper:focus:before {
	filter: invert(16%) sepia(94%) saturate(3860%) hue-rotate(339deg) brightness(80%) contrast(98%);
}

/** CUSTOMIZATION -> WDS Gravity Forms: DAESA styled forms
 *   @author: daniel.rieck@wsu.edu
 */
.gform_wrapper.gravity-theme .gf_page_steps {
	background-color: #f7f7f7;
	margin-bottom: 0;
	padding: .5rem 1rem .25rem;
}

.gform_wrapper.gravity-theme .gform_body {
	background-color: #f7f7f7;
	border-radius: 5px;
	box-shadow: 0 0 3px rgb(0 0 0 / 15%) inset, 2px 2px 6px rgb(0 0 0 / 5%) inset, -2px 2px 6px rgb(0 0 0 / 5%) inset;
	padding: 1.75rem;
}

.wsu-color-background--gray-85 .gform_wrapper.gravity-theme .gform_body {
	color: #262626;
}

.gform_wrapper.gravity-theme .gf_page_steps + .gform_body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.gform_wrapper.gravity-theme .gfield_html:not(.gfield_html--for-indicator) {
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: .3125rem;
	padding: 2rem;
}

.gform_wrapper.gravity-theme .gfield_html--for-indicator hr {
	background-color: #fff;
	border-color: #d7d7d7;
}

.gform_wrapper.gravity-theme .gsection_title {
	font-weight: 700;
}

.gform_wrapper.gravity-theme  .gfield_description {
	max-width: 70ch;
}

.gform_wrapper.gravity-theme input[type="submit"].gform_button {
	background-color: #a60f2d;
	border-radius: 6px;
	border-color: #f0f0f0;
	color: #fff;
	font-weight: 600;
	padding: 1em calc(2.25rem + .25rem);
}

.gform_wrapper.gravity-theme input[type="submit"].gform_button:is(:hover, :focus) {
	box-shadow: 0 5px 14px rgba(0,0,0,.4);
	background-color: #ca1237;
}

.gform_wrapper.gravity-theme .gpnf-nested-entries {
	background-color: #fff;
}

.gform_confirmation_wrapper table table {
	border-top: 0;
	margin-bottom: 0;
}

.gform_confirmation_wrapper table table {
	border-top: 0;
	margin-bottom: 0;
}

.gform_confirmation_wrapper table table tr:first-child td {
	background-color: #fff !important;
}

.gform_confirmation_wrapper table table td:not([colspan]):first-child {
	border-right: 0;
}

.gform_confirmation_wrapper table table td:not([colspan]):last-child {
	border-left: 0;
}

.gform_confirmation_wrapper table table td:not([colspan]) ul {
	margin: .875em 0 0;
}

.gform_wrapper.gravity-theme .gfield_contains_required .gfield_checkbox:not(.gf-value-entered),.gform_wrapper.gravity-theme .gfield_contains_required .gfield_radio:not(.gf-value-entered),.gform_wrapper.gravity-theme .gfield_contains_required input:not(.gf-value-entered),.gform_wrapper.gravity-theme .gfield_contains_required select:not(.gf-value-entered),.gform_wrapper.gravity-theme .gfield_contains_required textarea:not(.gf-value-entered) {
	border-left: 2px solid #a60f2d;
}

.gform_wrapper.gravity-theme .gfield_contains_required input.gf-value-entered,.gform_wrapper.gravity-theme .gfield_contains_required select.gf-value-entered,.gform_wrapper.gravity-theme .gfield_contains_required textarea.gf-value-entered {
	padding-left: calc(.5rem + 1px);
}

.gform_wrapper.gravity-theme .gfield_contains_required .gfield_checkbox.gf-value-entered,.gform_wrapper.gravity-theme .gfield_contains_required .gfield_radio.gf-value-entered {
	padding-left: 1px;
}

:is(.wsu-color-background--gray-85, .wsu-color-background--gray-95) .gform_wrapper.gravity-theme .gfield a {
	color: #a60f2d;
}

:is(.wsu-color-background--gray-85, .wsu-color-background--gray-95) .gform_wrapper.gravity-theme .gfield a:not(:hover, :focus) {
	text-decoration-color: #ca1237;
}

/** CUSTOMIZATION -> WDS Gravity Forms: DAESA styled progress indicators
 *   @author: daniel.rieck@wsu.edu
 */
.progress-indicator {
	align-items: center;
	border-top: 1px dotted #ccc;
	display: flex;
	font-size: .925em;
	justify-content: center;
	margin-bottom: 0;
	list-style-type: none;
	position: relative;
}

@media screen and (max-width: 875px) {
	.progress-indicator {
		flex-wrap: wrap;
	}
}

.progress-indicator::before {
	color: #5e5e5e;
	content: "Application Progress:";
	position: absolute;
	left: 0;
	text-transform: uppercase;
	top: .3em;
}

ol.progress-indicator li {
	list-style-type: none;
}

.gform_wrapper.gravity-theme .progress-indicator {
	max-width: none;
	padding-top: 3rem;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol.progress-indicator,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol.progress-indicator {
	list-style-type: none !important;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2.3em;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol.progress-indicator li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol.progress-indicator li {
	list-style-type: none !important;
}

.progress-indicator__l-connector,
.progress-indicator__r-connector {
	background-color: #e5e6e8;
	position: absolute;
	height: .3125rem;
	top: 50%;
	width: 1rem;
}

.progress-indicator__section-complete .progress-indicator__l-connector,
.progress-indicator__section-complete .progress-indicator__r-connector {
	background-color: #981e32;
}

.progress-indicator__l-connector {
	left: 0;
	transform: translate(-100%,-50%);
}

.progress-indicator__section-active .progress-indicator__l-connector {
	background-color: #981e32;
}

.progress-indicator__r-connector {
	right: 0;
	transform: translate(100%,-50%);
}

.progress-indicator__section {
	background-color: #e5e6e8;
	border-radius: .25em;
	color: black;
	padding: .5em 1em;
	position: relative;
	text-align: center;
}

.gform_wrapper.gravity-theme .progress-indicator__section {
	margin-right: 2rem;
	margin-bottom: 1.5rem;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol .progress-indicator__section,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol .progress-indicator__section {
	margin-right: 18px;
	padding: .5em 1em;
}

.progress-indicator__section-active {
	background-color: #58111d;
	color: white;
}

.progress-indicator__section-complete {
	background-color: #981e32;
	color: white;
}

/** CUSTOMIZATION -> Progression 2026 RSVP Form: Management of Waitlist Option
 *   @author: daniel.rieck@wsu.edu
 */
#gform_9 #field_9_5 #input_9_5:has(input[value="Yes, I will attend the WSU Scholars Progression on Friday, January 23, 2026."].gfield-choice-input) :is(input[value="I am interested in attending, so please place me on the waiting list."].gfield-choice-input, input[value="I am interested in attending, so please place me on the waiting list."].gfield-choice-input + label) {
	display: none !important;
}

#gform_9 #field_9_5 .gfield_description .progression-2026-seating-limit-reached-notice {
	color: #680222;
	display: block;
	margin-top: 1em;
}

#gform_9 #field_9_5:has(#input_9_5 input[value="Yes, I will attend the WSU Scholars Progression on Friday, January 23, 2026."].gfield-choice-input) .gfield_description .progression-2026-seating-limit-reached-notice {
	display: none !important;
}

/** ENHANCEMENT -> Various WDS Elements: Default Font Sizing for Body Text
 *   @author: daniel.rieck@wsu.edu
 */
:is(p:not([class*="wsu-font-size--"]), ul:not([class~="wsu-font-size--"]), ol:not([class*="wsu-font-size--"])) {
	font-size: 1rem;
	line-height: 1.5;
}

/** CUSTOMIZATION -> Various WDS Elements: Paragraph–List Spacing
 *   @author: daniel.rieck@wsu.edu
 */
@media screen and (min-width: 769px) {
	:is(p:not([class*="wsu-spacing-after--"]) + ul:not([class*="wsu-spacing-before--"]), p:not([class*="wsu-spacing-after--"]) + ol:not([class*="wsu-spacing-before--"])) {
		margin-top: -1.375rem;
	}
}

@media screen and (max-width: 768px) {
	:is(p:not([class*="wsu-spacing-after--"]) + ul:not([class*="wsu-spacing-before--"]), p:not([class*="wsu-spacing-after--"]) + ol:not([class*="wsu-spacing-before--"])) {
		margin-top: -.125rem;
	}
}

/** CUSTOMIZATION -> Separator WDS Component: Crimson, Crest, and Tower Design Variants
 *   @author: daniel.rieck@wsu.edu
 */
hr.bc--crimson {
	border-bottom: 1px solid rgba(202,18,55,0.25);
	border-top: 1px solid #a60f2d;
}

hr.icon {
	position: relative;
}

hr.icon--crest::before {
	background: url(/wp-content/uploads/sites/50/2018/07/icon_wsu-shield_crimson.png);
	content: "";
	height: 18px;
	left: 16px;
	position: absolute;
	top: -7px;
	width: 16px;
}

hr.icon--tower::before {
	background: url(/wp-content/uploads/sites/50/2018/07/icon_bryan-tower_rendered.png);
	content: "";
	height: 25px;
	position: absolute;
	right: 16px;
	top: -18px;
	width: 16px;
}

/** CUSTOMIZATION -> Card Group WDS Modules: Grid Layout for Marshall Application Instructions
 *   @author: daniel.rieck@wsu.edu
 */
@media screen and (min-width: 769px) {
	.wsu-card-wrapper--marshall-application-steps {
		display: grid;
		grid-template-columns: auto auto;
	}
	
	.wsu-card-wrapper--marshall-application-steps.wsu-card-group--per-row-2 .wsu-card,
													                                                                  .wsu-card-wrapper--marshall-application-steps.wsu-card-wrapper--per-row-2 .wsu-card {
		width: auto;
	}
	
	.wsu-card-wrapper--marshall-application-steps .wsu-card:first-child {
		grid-row: span 2;
	}
}

/** ENHANCEMENT -> Image WDS Elements: Adaptive News Post Layout
 *   @author: daniel.rieck@wsu.edu
 */
@media screen and (max-width: 1440px) and (min-width: 993px),screen and (max-width: 768px) {
	.post-template-default.single-post .wp-block-image {
		background: url("data:image/svg+xml,%3Csvg class='wsu-typography-pattern' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='165' height='108' viewBox='0 0 165 108'%3E%3Cstyle%3E %23wsu-typography-pattern%7B fill: rgba(0,0,0,0.1); stroke: rgba(0,0,0,0.1); stroke-width: 1px; %7D %3C/style%3E%3Cg id='wsu-typography-pattern' data-name='Layer 2'%3E%3Cg class='cls-3'%3E%3Cpolygon class='cls-4' points='64.907 1.244 53.349 33.664 42.929 1.244 33.955 1.244 23.493 33.705 12.039 1.575 11.936 1.244 0.709 1.244 18.379 50.887 29.226 50.887 38.421 22.209 47.643 50.887 58.436 50.887 76.155 1.244 64.907 1.244'/%3E%3Cpath class='cls-4' d='M-270.79513-220.9431c0-2.9768,2.52963-4.98556,7.068-4.98556a21.3166,21.3166,0,0,1,14.43682,5.43173l5.8789-7.73928c-4.91187-4.53939-11.459-6.92063-19.34667-6.92063-11.68311,0-18.82783,6.84694-18.82783,15.10607,0,18.67843,28.57485,12.65114,28.57485,21.43114,0,2.82841-2.82841,5.50743-8.63262,5.50743a21.764,21.764,0,0,1-15.77531-6.69755l-5.72951,8.03605c4.61308,4.68878,11.459,7.88867,20.984,7.88867,13.39509,0,19.86955-6.84694,19.86955-15.92472C-242.295-218.33878-270.79513-213.05544-270.79513-220.9431Z' transform='translate(357.42466 235.65684)'/%3E%3Cpath class='cls-4' d='M-239.05963-204.57222v-29.84067h10.71406v29.46718c0,6.92063,4.01953,11.6831,11.6831,11.6831,7.66558,0,11.6084-4.76247,11.6084-11.6831v-29.46718h10.79077v29.766c0,12.35134-7.29209,20.76189-22.39917,20.76189C-231.76753-183.885-239.05963-192.36825-239.05963-204.57222Z' transform='translate(357.42466 235.65684)'/%3E%3Cpolygon class='cls-4' points='1562.981 1.244 1551.423 33.664 1541.003 1.244 1532.029 1.244 1521.567 33.705 1510.113 1.575 1510.01 1.244 1498.783 1.244 1516.453 50.887 1527.3 50.887 1536.495 22.209 1545.717 50.887 1556.51 50.887 1574.229 1.244 1562.981 1.244'/%3E%3Cpath class='cls-4' d='M1227.27881-220.9431c0-2.9768,2.52962-4.98556,7.068-4.98556a21.31658,21.31658,0,0,1,14.43682,5.43173l5.8789-7.73928c-4.91187-4.53939-11.459-6.92063-19.34667-6.92063-11.6831,0-18.82782,6.84694-18.82782,15.10607,0,18.67843,28.57484,12.65114,28.57484,21.43114,0,2.82841-2.82841,5.50743-8.63261,5.50743a21.76406,21.76406,0,0,1-15.77532-6.69755l-5.7295,8.03605c4.61308,4.68878,11.459,7.88867,20.984,7.88867,13.39509,0,19.86956-6.84694,19.86956-15.92472C1255.779-218.33878,1227.27881-213.05544,1227.27881-220.9431Z' transform='translate(357.42466 235.65684)'/%3E%3Cpath class='cls-4' d='M1259.01431-204.57222v-29.84067h10.71405v29.46718c0,6.92063,4.01954,11.6831,11.6831,11.6831,7.66559,0,11.60841-4.76247,11.60841-11.6831v-29.46718h10.79077v29.766c0,12.35134-7.2921,20.76189-22.39918,20.76189C1266.3064-183.885,1259.01431-192.36825,1259.01431-204.57222Z' transform='translate(357.42466 235.65684)'/%3E%3Cpolygon class='cls-4' points='98.963 105.3 110.521 72.88 120.941 105.3 129.915 105.3 140.377 72.839 151.831 104.969 151.934 105.3 163.161 105.3 145.491 55.657 134.644 55.657 125.449 84.335 116.227 55.657 105.434 55.657 87.715 105.3 98.963 105.3'/%3E%3Cpath class='cls-4' d='M-280.18413-143.827c0,2.9768-2.52962,4.98556-7.068,4.98556a21.31662,21.31662,0,0,1-14.43682-5.43172l-5.8789,7.73927c4.91187,4.53939,11.459,6.92063,19.34667,6.92063,11.6831,0,18.82782-6.84694,18.82782-15.10607,0-18.67843-28.57484-12.65114-28.57484-21.43114,0-2.82841,2.82841-5.50743,8.63261-5.50743a21.76406,21.76406,0,0,1,15.77532,6.69755l5.72951-8.03605c-4.61308-4.68878-11.459-7.88866-20.984-7.88866-13.39509,0-19.86955,6.84694-19.86955,15.92471C-308.68427-146.43129-280.18413-151.71463-280.18413-143.827Z' transform='translate(357.42466 235.65684)'/%3E%3Cpath class='cls-4' d='M-311.91963-160.19785v29.84067h-10.71405v-29.46718c0-6.92063-4.01954-11.6831-11.6831-11.6831-7.66559,0-11.60841,4.76247-11.60841,11.6831v29.46718H-356.716v-29.766c0-12.35134,7.2921-20.76188,22.39918-20.76188C-319.21172-180.885-311.91963-172.40181-311.91963-160.19785Z' transform='translate(357.42466 235.65684)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center 14px/83px, radial-gradient(circle at 50% 50%,#686868,#000 150%);
	}
	
	.post-template-default.single-post .wp-block-image figure.alignright,
													                                                                .post-template-default.single-post .wp-block-image figure.alignleft {
		float: none;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		line-height: 0;
	}
	
	.post-template-default.single-post .wp-block-image figure.alignright figcaption,
													                                                                .post-template-default.single-post .wp-block-image figure.alignleft figcaption {
		background-color: white;
		margin: 0;
		padding-bottom: 1rem;
		padding-left: 1.9rem;
		padding-top: .5rem;
	}
	
	.post-template-default.single-post .wp-block-image figure.alignright figcaption::before,
													                                                                .post-template-default.single-post .wp-block-image figure.alignleft figcaption::before {
		left: .5rem;
		top: .5rem;
	}
}

/* ISSUE FIX -> Events Calendar Plugin: List spacing
 *   @author: daniel.rieck@wsu.edu
 */
#tribe-events .tribe-events-content p + ul, .tribe-events-after-html p + ul, .tribe-events-before-html p + ul {
	margin-top: 0;
}

/* ISSUE FIX -> Events Calendar Plugin: Link formatting */
#tribe-events-content .tribe-events-content a {
	text-decoration: underline;
}

@media not all and (prefers-reduced-motion) {
	#tribe-events-content .tribe-events-content a:hover {
		text-decoration-color: transparent;
	}
	
	#tribe-events-content .tribe-events-event-meta a:hover {
		text-decoration: underline;
		text-decoration-color: inherit;
	}
}

/** FIX -> Post Archive Section: White space: Post archives
 *   @author: daniel.rieck@wsu.edu
 */
select[name="archive-dropdown"] {
	margin-bottom: 2.25rem;
}

/** FIX -> Post Archive: Typography: Sizing of article titles
 *   @author: daniel.rieck@wsu.edu
 */
.wsu-article__header > h2 > a {
	font-size: .85em;
}

@media all and (max-width: 679px) {
	.wsu-article__header > h2 > a {
		font-size: .925em;
	}
}

/** FIX -> Post Archive: Layout: Responsive grid
 *   @author: daniel.rieck@wsu.edu
 */
@media all and (max-width: 679px) {
	.blog .wsu-article.wsu-style--index {
		display: block;
		position: relative;
	}
	
	.blog .wsu-article.wsu-style--index:has(.wsu-article__thumbnail) .wsu-article__header,
													                                                                .blog .wsu-article.wsu-style--index:has(.wsu-article__thumbnail) .wsu-article__caption {
		padding-right: 6rem;
	}
	
	.blog .wsu-article.wsu-style--index .wsu-article__header h2 {
		font-size: 1.25rem;
	}
	
	.blog .wsu-article.wsu-style--index .wsu-article__thumbnail {
		display: block;
		position: absolute;
		line-height: 0;
		right: 0;
		top: 0;
		width: 5rem;
	}
}

@media all and (max-width: 425px) {
	.blog .wsu-article.wsu-style--index .wsu-article__header:has(.wsu-article__thumbnail) {
		padding-right: 5rem;
	}
	
	.blog .wsu-article.wsu-style--index:has(.wsu-article__thumbnail) .wsu-article__caption {
		padding-right: 0;
	}
	
	.blog .wsu-article.wsu-style--index .wsu-article__caption p {
		font-size: .925rem;
	}
	
	.blog .wsu-article.wsu-style--index .wsu-article__thumbnail {
		width: 4rem;
	}
}

/** CUSTOMIZATION -> The Events Calendar Plugin: Presentation:
 *   Enhance impact and branding consistency of default archive and single event pages.
 */
.post-type-archive-tribe_events .tribe-events-calendar-list__month-separator-text {
	border-left: 4px solid #a60f2d;
	color: #484848;
	font-weight: 600;
	padding-left: 1.25rem;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker-desktop, .post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker-mobile {
	color: #484848;
	font-weight: 700;
}

.tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg, .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg {
	border: 1px solid var(--tec-color-border-default);
	border-radius: 4px;
	border-radius: var(--tec-border-radius-default);
	box-sizing: content-box;
	padding: .5rem .667rem .5rem .5rem;
}

.tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg {
	padding: .5rem .5rem .5rem .667rem;
}

.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg, .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg, .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg, .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg {
	background-color: #f0f0f0;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	color: #484848;
}

.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-label, .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-label, .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-label, .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-label {
	text-decoration: underline;
}

.tribe-common .tribe-events-c-nav__prev:focus, .tribe-common .tribe-events-c-nav__next:focus, .tribe-events-calendar-list__event-title a:focus {
	outline: 2px solid #ca1237;
	border-radius: 3px;
}

.tribe_events-template-default.single-tribe_events h1.tribe-events-single-event-title {
	font-size: var(--tec-font-size-9);
	padding-bottom: 1.375rem;
	padding-top: .25rem;
}

.tribe_events-template-default.single-tribe_events .tribe-events-back {
	margin-bottom: 20px;
	margin-bottom: var(--tec-spacer-4);
	margin-top: 20px;
	margin-top: var(--tec-spacer-6);
}

.tribe_events-template-default.single-tribe_events .tribe-events-back a {
	border: 1px solid var(--tec-color-border-default);
	border-radius: 4px;
	border-radius: var(--tec-border-radius-default);
	display: inline-block;
	padding: .375rem .9375rem;
}

.tribe_events-template-default.single-tribe_events .tribe-events-back a:hover, .tribe_events-template-default.single-tribe_events .tribe-events-back a:focus {
	background-color: #f0f0f0;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	color: #484848;
}

.tribe_events-template-default.single-tribe_events .tribe-events-single-event-description h2 {
	font-weight: 600;
}

.tribe_events-template-default.single-tribe_events .tribe-events-schedule .tribe-event-date-start, .tribe_events-template-default.single-tribe_events .tribe-events-schedule .tribe-event-date-end, .tribe_events-template-default.single-tribe_events .tribe-events-schedule .tribe-event-time {
	font-weight: 500;
}

.tribe_events-template-default.single-tribe_events .tribe-events-content a {
	border-bottom-color: transparent;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
	border: 1px solid var(--tec-color-border-default);
	border-radius: 4px;
	border-radius: var(--tec-border-radius-default);
	box-sizing: content-box;
	padding: .5rem .667rem .5rem .5rem;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
	background-position: center;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after {
	background-color: #f0f0f0;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	color: #484848;
}

/** CUSTOMIZATION -> Content Blocks: “Narrative Intro” Design
 *   @author: daniel.rieck@wsu.edu
 */
.narrative-intro {
	color: #3b3b3b;
	font-size: 1.3125rem !important;
	font-weight: 500;
}

.narrative-intro strong:first-child,
.narrative-intro b:first-child,
.narrative-intro .narrative-intro__emphasized-phrase {
	color: #002D61;
}

/** Customization -> Card Groups: Distinguished Scholarships Program Committees «— */
@media screen and (max-width: 767px) {
	.wsu-card-wrapper--ds-committees .wsu-card--style-horizontal-25 .wsu-image-frame img {
		object-fit: contain;
	}
}

.wsu-card-wrapper--ds-committees .wsu-image-frame {
	background: linear-gradient(225deg,#0000 3.125%,#383838 0 9.375%,#0000 0 78.125%,#383838 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#303030 -3.125% 3.125%,#383838 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.wsu-card-wrapper--ds-committees.wsu-card-wrapper--pacific-sky .wsu-image-frame {
	background: linear-gradient(225deg,#0000 3.125%,#3c4a50 0 9.375%,#0000 0 78.125%,#3c4a50 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#354349 -3.125% 3.125%,#3c4a50 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.wsu-card-wrapper--ds-committees.wsu-card-wrapper--autumn .wsu-image-frame {
	background: linear-gradient(225deg,#0000 3.125%,#543f36 0 9.375%,#0000 0 78.125%,#543f36 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#4e382f -3.125% 3.125%,#543f36 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.wsu-card-wrapper--ds-committees.wsu-card-wrapper--goldfinch .wsu-image-frame {
	background: linear-gradient(225deg,#0000 3.125%,#504e31 0 9.375%,#0000 0 78.125%,#504e31 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#49472a -3.125% 3.125%,#504e31 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.wsu-card-wrapper--ds-committees .wsu-image-frame img {
	object-position: 50% 50%;
}

.wsu-card-wrapper--ds-committees .wsu-title a:after {
	color: #ca1237;
	content: "\f126";
	display: inline-block !important;
	font-family: wsu-icons;
	font-size: .875rem;
	margin-left: .375rem;
	text-decoration: none;
}

.flipped-content-front--flex {
	display: flex;
	justify-content: center;
}

.flipped-content-front__image-frame {
	line-height: 0;
}

.flipped-content-front__image-frame {
	object-position: 50% 50%;
}

.flipped-content-front--gray {
	background: linear-gradient(225deg,#0000 3.125%,#383838 0 9.375%,#0000 0 78.125%,#383838 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#303030 3.125%,#383838 0 9.375%,#303030 0 15.625%,#383838 0 21.875%,#303030 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#303030 -3.125% 3.125%,#383838 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.flipped-content-front--autumn {
	background: linear-gradient(225deg,#0000 3.125%,#543f36 0 9.375%,#0000 0 78.125%,#543f36 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#4e382f 3.125%,#543f36 0 9.375%,#4e382f 0 15.625%,#543f36 0 21.875%,#4e382f 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#4e382f -3.125% 3.125%,#543f36 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.flipped-content-front--goldfinch {
	background: linear-gradient(225deg,#0000 3.125%,#504e31 0 9.375%,#0000 0 78.125%,#504e31 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#49472a 3.125%,#504e31 0 9.375%,#49472a 0 15.625%,#504e31 0 21.875%,#49472a 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#49472a -3.125% 3.125%,#504e31 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

.flipped-content-front--pacific-sky {
	background: linear-gradient(225deg,#0000 3.125%,#3c4a50 0 9.375%,#0000 0 78.125%,#3c4a50 0 84.375%,#0000 0) 0 calc(26px/2), linear-gradient(45deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) 0 26px, linear-gradient(45deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) calc(26px/-2) calc(26px/-2), linear-gradient(225deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) 26px 0, linear-gradient(225deg,#354349 3.125%,#3c4a50 0 9.375%,#354349 0 15.625%,#3c4a50 0 21.875%,#354349 0 28.125%,#0000 0) calc(26px/2) 26px, repeating-linear-gradient(-45deg,#354349 -3.125% 3.125%,#3c4a50 0 9.375%);
	background-size: calc(2*26px) calc(2*26px);
}

/* Decorator Enhancements */
.wsu-decorator--snap-height-to-3by2ar-photo-in-figure {
	padding-bottom: calc(66.67% - 2.5rem);
}

.wsu-decorator--snap-height-to-3by2ar-photo-in-figure.wsu-decorator--shorter-height {
	padding-bottom: calc(66.67% - 5rem);
}

.wsu-decorator--style-block-light-gray {
	background-color: #ccc9c8;
}