/* ---------------------------
Compass: Unit Base Site Stylesheet
Unit: VCU Research and Innovation
Author:  Left Plus Right
Creation Date:  September 2024
Version:  1.0
--------------------------- */


/* General Settings
================================================= */
:root {
	--site-color-blue: #006895;
	--site-color-darkblue: #1C2635;
	--site-color-black: #000000;
	--site-color-darkgray: #2C2C2C;
	--site-color-lightgray: #6E6E6E;
	--site-color-lightblue: #FBF7F0;
	--site-color-lightestblue: #FBF7F0;
	--site-color-seafoam: #9ED6D1;
	--site-color-orange: #F69506;
/*	--site-color-yellow: #f8b300;*/
	--site-color-yellow: #FFB300;
	--site-color-gray: #5E6265;
	--site-color-purple: #80225F;
/*	--site-color-purple: #80215F;*/
	--site-color-purple: #6F5B86;
/*	--site-color-vcu-gold: #FEBE10;*/
	--site-color-vcu-gold: #FFB300;
	--site-color-vcu-alt-gold: #EEB53E;
	--site-color-light-tan: #F2F0E9;
	--site-color-wilder-blue: #2A6790;
	--site-color-parkinsons-blue: #034865;
	--site-color-tan: #F3F0E9;
	--site-color-dark-orange: #D14918;
	--site-color-gehli-purple: #6F5B86;
	--site-color-gehli-dark-purple: #2F243A;

	/* Fonts and Width */
	--site-row-max-width: 1400px;
	--site-sans-serif-font: 'Roboto', sans-serif;
	--site-serif-font: 'Merriweather', serif;
}
.cwf-grid__column--page-layout--main {
	max-width: var(--site-row-max-width);
}

@media (min-width: 768px) {
	.flex-row {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	}
	.flex-row.justify-content {
		justify-content: space-between;
	}
	.flex-row.center-content {
		justify-content: center;
	}
}

/* Full-Width Sections */
body {
    overflow-x: hidden;
}
/*@media (min-width: 768px) { } */
	.full-width-section {
	    margin: 0 -999rem .5rem -999rem;
	    padding: 1rem 999rem 3rem;
	}
  
/* Default Image Style   */
img {
    border-radius: 10px;
}
/* REDUCE PADDING IMG/TEXT ROW
section.section-row, */
.plugin-general-content  {
    padding-top: 25px;
    padding-bottom: 25px;
}

.plugin-general-content h1,
.plugin-general-content h2 {
	color: var(--site-color-parkinsons-blue);	
}
.plugin-general-content h1:after,
.plugin-general-content h2:after {
	content: "";
	display: block;
	height: 4px;
	width: 100px;
	background: var(--site-color-purple);
	border-radius: 10px;
	margin: 25px auto;
}
 
/* Emmy updated 8/5 */  
div.plugin-general-content.active > h2 > a::after {
  font-size: 1.2rem;
}


@media (min-width: 768px) {
	section.section-row,
    .plugin-general-content {
		position: relative;
		transform: translateY(50px);
		opacity: 0;
		transition: 1s all ease;
	}
	section.section-row.active,
    .plugin-general-content.active,
	section.section-row.no-animation {
		transform: translateY(0);
		opacity: 1;
	}
}

section.section-row.no-bottom-margin {
	margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
    section.home-page {
        background: transparent;
        padding: 0px !important;
    }
}
.hdr-centered {
	text-align: center;
}

/* Full-Width Section Colors */
  
.bkgd-light-tan {
	background: var(--site-color-light-tan);
}
.bkgd-light-tan-gradient {
	background: var(--site-color-light-tan);
/*	background: rgb(244,237,228);*/
	background: linear-gradient(180deg, rgba(244,237,228,1) 0%, rgba(244,237,228,0) 48%);
}
.bkgd-yellow {
	background: var(--site-color-vcu-alt-gold);
}
.bkgd-blue {
    background: var(--site-color-parkinsons-blue);    
}
.cwf-grid.txt-content-block {
    padding: 30px 0!important; 
}






/* Typography
================================================= */
h1, h2, h3 {
	color: var(--site-color-black);
	line-height: 1.3em;
	font-family: var(--site-sans-serif-font);
	font-weight: 900;
}
h1.lrg {
    font-size: 4rem !important;
}
p {
	color: var(--site-color-darkgray);
	line-height: 1.8em;
}
@media (max-width: 1200px) {
    p {
        columns: 1 !important;
    }
}  
h4.sub-head {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1.5px;
    border-left: 7px solid var(--site-color-yellow);
    padding-left: 20px;
    padding-top: 0;
    color: #525252;   
    margin-bottom: 20px;
}

/* Title Button Rows */
.flex-row.title-btn-row.justify-content {
    padding: 15px 25px 25px;
}
.flex-row.align-center {
	justify-content: center;
	align-items: center;
}
.title-btn-row h1 {
    color: black;
    font-weight: bold;
    font-size: 2em;
}

blockquote {
    border: 0;
    border-left: 6px solid var(--site-color-yellow);
    padding-left: 15px;
}
blockquote:before {
    display: none;
}
  

  /* Link Styles for .plugin-card__container 7/16 */
.plugin-card__container a {
    text-decoration: none;
    color: black;
    position: relative;
    /* Add underline to each line */
    text-decoration: underline;
    text-decoration-color: var(--site-color-yellow);
    text-decoration-thickness: 2px;
    /* karnoltw 8/1/2025 */
    /* text-underline-offset: 3px; */
}
  
/* emmy updated 11/24 - ED updated 12/1*/  
.lrg-btn--card .plugin-card__container h3:hover a,
.lrg-btn--card .plugin-card__container h3 a:hover {
    background-color: #00000057;
  	color: #ffb300 !important;
  	padding: 10px;
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
}
  
  /* ED updated 12/1*/  
.plugin-card__container a:hover {
    /* background-color: black;*/  
  	/* color: #ffb300 !important;*/  
    text-decoration: none;
  	/*padding: 0px 5px 5px 0px;*/  
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
}
 

/* Buttons and Links
================================================= */


/* Default Compass Button */
a.cwf-button {
    border-radius: 5px;
    border: 0;
    background: var(--site-color-blue);
}
a.cwf-button i {
	color: var(--site-color-yellow);
	margin: 0 5px;
}
a.cwf-button:hover {
    background: var(--site-color-darkblue) !important;
    color: white !important;
}

/* Button Variations */
a.cwf-button.yellow {background: var(--site-color-yellow) !important;  color: black !Important;}
a.cwf-button.yellow i {color: black !Important;}
a.cwf-button.black {background: black !Important;}
a.cwf-button.black i {color: var(--site-color-yellow) !Important;}
a.cwf-button.outline {background: transparent !important; border: 3px solid #D0D0D0; color: black !important;}
a.cwf-button.text-only {background: transparent !important;color: black !important;}
a.cwf-button.white-bkgd {background: white !important; color: black !important;}
a.cwf-button.tan {background: #F9F7F4 !important; color: black !important;}
a.cwf-button.purple {background: var(--site-color-blue) !important; color: white !important;}
a.cwf-button.purple i {color: var(--site-color-yellow) !Important;}
a.cwf-button.dark-blue {background: var(--site-color-parkinsons-blue) !important; color: white !important;}
a.cwf-button.dark-blue i {color: var(--site-color-yellow) !Important;}
a.cwf-button.full-width {width: 100%;}
a.cwf-button.full-width span {display: flex; align-items: center; justify-content: space-between;}
a.cwf-button.no-padding {padding: 0;}
a.cwf-button.white-type {color: white !important;}
a.cwf-button.lrg {font-size: 1.7rem; font-weight: normal;}

.cta-block {
	border: 4px solid var(--site-color-yellow);
	padding: 25px;
	text-align: center;
	border-radius: 10px;
}
.right-col .cta-block a.cwf-button.outline {
    background: black !important;
    border: 0;
    color: white !important;
}

/* CTA Button Group */
ul.cta-btn-group {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}
section.bkgd-blue ul.cta-btn-group li a {
    color: white !important;
}
  
  
/* align cells vertically  */  

table th, table td {
    vertical-align: middle !important;
}
  
  
/* CTA Button Group Updated to HTML editor */  
section.cta-link-group ul {
    list-style: none;
    width: 90% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
section.cta-link-group ul li {
   margin: 15px 0;
}
section.cta-link-group ul li a {
    color: black !important;
    font-size: 1.7rem;
    font-weight: normal;
    text-decoration: none;
}
section.bkgd-blue.cta-link-group ul li a {
    color: white !important;
}
section.cta-link-group ul li a:after {
	font-family: "Font Awesome 6 Free";
  	content: "\f054";
    font-weight: 900;
    color: var(--site-color-yellow);
    margin-left: 15px;
}  
@media (min-width: 1100px) {
    section.cta-link-group ul {
        flex-direction: row;
    }
    section.cta-link-group ul li {
      margin: 0;
    }
}  
  
  
/* karnoltw 8/1/2025 */
div.plugin-card__body > h2 > a::after {
  font-size: 1.2rem;
}
  
/* Breadcrumb */
.cwf-breadcrumb {
	display: none !important;
}  
  
  
/* 2023 External Link field - HTML editor */  
.external-link a {
    color: white;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    text-decoration: none!important;
    transition: background-color .1s ease-in-out,color .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 5px;
    border: 0;
    background: var(--site-color-blue);
}

.external-link a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    color: var(--site-color-yellow);
    margin-left: 10px;
    font-size: 14px;
    display: inline-block!important;      /* key: separate box */
    vertical-align: middle;     /* align nicely with text */
    text-decoration: none!important;      /* no underline on icon */
}
}

.external-link a:hover {
    background: var(--site-color-darkblue);
}
  
    
/* 2023 External Link - no button - HTML editor */  
.external-link-arrow a {
    color: black;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 5px;
    border: 0;
}

.external-link-arrow a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    color: var(--site-color-yellow);
    margin-left: 10px;
}
  
  
/* Full Width Featured Button Group */
.featured-button-group a {
    display: inline-block;
    font-family: var(--cwf-font--sans-serif,inherit);
    font-weight: 700;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color .1s ease-in-out,color .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;    
    background: white !important;
    color: black !important;
    border: 2px solid var(--site-color-light-tan);
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.featured-button-group a:after {
    font-family: "font awesome 6 free";
    content: "\f054";
    color: var(--site-color-yellow);
}
  

/* Main Navigation
================================================= */
@media (min-width: 1024px) {
	/*	Wilder - Sub Menu */
	.c ul {
	    display: flex;
	}
	.cwf-header {
	    min-height: unset;
	    padding: 18px !important;
/*	    background: var(--site-color-vcu-gold);*/
	}

	.cwf-header__submit {
	    background: var(--site-color-yellow) !important;
	    border: 0 !important;
	    scale: 1.65;
	    top: 33px !important;
	    right: 10px !important;
	    position: absolute !important;
	}
	.cwf-header__submit .fa-solid, 
	.cwf-header__submit .fas {
	    color: white;
	}
	.cwf-header__input {
	    border: 0 !important;
	    background: #F4F4F4;
	    padding: 15px !important;
	    width: 350px;
	}
}

@media (min-width: 1024px) and (max-width: 1300px) {
     .cwf-header__container {
        flex-direction: column;
    }   
    .cwf-header__container .cwf-header__title {
        margin-bottom: 25px;
        margin-top: -10px;
    }
}
.cwf-header__container {
    max-width: 1350px;
}  

/* Header Department Name */
header .cwf-header__department,
header .cwf-header__department a {
    font-weight: 700 !important;
    color: black;
    line-height: 1.2em;
    font-size: 2em;
    font-family: var(--site-sans-serif-font);
}

header .cwf-header__department span.sml-txt {
    letter-spacing: .5px;
    color: var(--site-color-gray);
    display: block;
    font-size: 16px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
a.cwf-header__link:hover {
    text-decoration: none;
}

header .cwf-header__link p {
    font-size: .85em;
    margin: 0;
    padding: 3px 0;
    letter-spacing: 1.9px;
}

/* Sub Menu 
================================================= */
.sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cacaca;
    padding: 0px; 
    /* margin: 50px 0 0px !important; */
    margin: 20px 0 20px !important;
}
.sub-menu ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-evenly;

}
.sub-menu ul li {
    margin: 0 25px;
}
.sub-menu ul li .currentsection {
    border-bottom: 4px solid var(--site-color-orange);
    font-weight: bold;
}
.sub-menu ul li a {
    color: black;
    text-decoration: none;
    background: color-mix(in srgb, var(--site-color-yellow), var(--vcu-white) 90%); /* added 7.31.25 - light gold background */
    border-radius: 10px 10px 0px 0px; /* added 7.31.25 - rounded item corners */
    border: 1px solid #d4d4d4; /* added 7.31.25 - grey border */

}

/* added 7.31.25 - hover effect for sub-menu */
.sub-menu ul li a:hover {
    background: color-mix(in srgb, var(--site-color-yellow), var(--vcu-white) 75%); 
}

.sub-menu ul li .currentsection,
.sub-menu ul li a {
    padding: 21px 20px;
}
  
/* Sub-Nav Active State */
.sub-menu li {
    position: relative;
}
.sub-menu li span.currentbranch3:after {
    content: "";
    height: 4px;
    width: 100%;
    background: var(--site-color-yellow);
    display: block;
    position: absolute;
    bottom: -18px;
}

@media (max-width: 1200px) {
    .sub-menu {
        display: none;
    }
}

/* Utilty Nav - TerminalFour
================================================= */
.cwf-header__features .cwf-header__nav {
    display: flex;
    align-items: center;
}
.cwf-header__features .cwf-header__nav a.cwf-header__link {
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: 400;
    color: black;
    margin: 0 12px;
    padding: 0;
}
.cwf-header__features .cwf-header__nav a.cwf-header__link:last-child {
    border-radius: 5px;
    background: transparent;
    background: #D6D6D6;
    /* border: 3px solid #D0D0D0; */
    color: black !important;
    padding: 0.4rem 1.25rem;
    margin: 0 5px;
    box-sizing: border-box;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .2s ease-in-out all;
	text-decoration: none;
}
.cwf-header__features .cwf-header__nav a.cwf-header__link i.fa-heart {
    color: black;
}

.cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(2) {
    border-radius: 5px;
    background: transparent;
    background: var(--site-color-vcu-gold);
    /* border: 3px solid #D0D0D0; */
    color: black !important;
    padding: 0.4rem 1.25rem;
    margin: 0 5px;
    box-sizing: border-box;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .2s ease-in-out all;
    text-decoration: none;
}
/*.cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(2) {
    border-radius: 5px;
    border: 0;
    background: var(--site-color-yellow);
    color: black;
    padding: 0.4rem 1.25rem;
    margin: 0 5px;
}
.cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(3) {
    border-radius: 5px;
    border: 0;
    background: var(--site-color-blue);
    color: white;
    padding: 0.4rem 1.25rem;
    margin: 0 5px;
}*/
a.cwf-header__link i.fa-magnifying-glass {
/*    background: #F3F0E9;*/
    padding: 12px;
    border-radius: 50%;
    color: var(--site-color-vcu-gold);
    transition: .2s ease-in-out;
    background: white;
    box-shadow: 0px 4px 10px 3px #0000002e;
}
a.cwf-header__link i.fa-magnifying-glass:hover {
    transform: scale(1.2);
}
/*.cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(3):hover {
    background: #0b202f;
    color: white;
}*/
.cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(2):hover {
    background: black;
    color: #FFB300 !important;
  	text-decoration: none !important;
}
.cwf-header__features .cwf-header__nav a.cwf-header__link:last-child:hover  {
    background: var(--site-color-parkinsons-blue);
    color: white !important;
    text-decoration: none !important;
}

.cwf-header__features .cwf-header__nav a.cwf-header__link:hover i.fa-heart {
    color: white;
}


.cwf-header__features .cwf-header__nav .request-appt {
	font-weight: bold;
    color: var(--site-color-blue);
    border-right: 1px dotted #000;
    padding-right: 20px;
}


/* Utility Nav on Mobile and Tablet */
@media (max-width: 1024px) {
    .cwf-header__features--nav-modal .cwf-header__nav {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        max-width: 760px;
        width: 760px;
        top: 100px;
        position: absolute;
    }
    .cwf-header__features--nav-modal[aria-hidden=false] .cwf-header__nav {
        width: 90% !important;
    }
    .cwf-header__features .cwf-header__nav a.cwf-header__link,
    .cwf-header__features .cwf-header__nav a.cwf-header__link:focus,
    .cwf-header__features .cwf-header__nav a.cwf-header__link:hover,
    .cwf-header__features .cwf-header__nav a.cwf-header__link:visited,  
    .cwf-header__features .cwf-header__nav a.cwf-header__link:active,
    .cwf-header__features--nav-modal .cwf-header__nav a.cwf-header__link:focus, 
    .cwf-header__features--nav-modal .cwf-header__nav a.cwf-header__link:hover {
        text-decoration: none;
        font-size: 1.05rem;
        font-weight: 700;
        color: black !important;
        background: white !important:
        background-color: white !important;
        margin: 0 15px;
        padding: 15px 30px !important;
    }
    .cwf-header__features--nav-modal .cwf-header__link:focus, 
    .cwf-header__features--nav-modal .cwf-header__link:hover {
        background-color: white !important;
        color: black !important;
    }
    a.cwf-header__link i.fa-magnifying-glass:before {
        display: none;
    }
    a.cwf-header__link i.fa-magnifying-glass:after {
        content: "Search";
        display: inline-block;
        margin-left: 0px;
        font-family: 'Roboto', sans-serif !important;
        letter-spacing: 0px !important;
        color: black;        
    }
    a.cwf-header__link i.fa-magnifying-glass {
        background: white !important;
        border-radius: unset !important;
        color: var(--site-color-blue);
        transition: .2s ease-in-out;
        padding: 0px !important
    }

    .cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(3),
    .cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(2),
    .cwf-header__features .cwf-header__nav a.cwf-header__link:nth-last-child(1) {
        border-radius: 0px !important;
        border: 1px solid #dadada !important;
        background: white !important;
        color: black !important;
        padding: 0.4rem 1.25rem; 
        margin: 0 5px;
    }
    .cwf-header__features .cwf-header__nav a.cwf-header__link:last-child {
        border-radius: 0 0 10px 10pxm !important;
        background: var(--site-color-yellow);
    }
}
  
/* Utility Nav - Hover and Active States
================================================= */
.cwf-header__features a.cwf-header__link {
    border-bottom: 4px solid #ffb30000;
    /* transition: all .2s ease-in-out;*/
    color: black;
}
/*.cwf-header__features a.cwf-header__link.active {
    border-bottom: 4px solid #ffb300;
}*/

.cwf-header__features a.cwf-header__link:hover {
  	text-decoration: underline #FFB300 1.5px !important;
}  
  
  

/* Search Modal
================================================= */
div#search-modal .cwf-modal__overlay {
    background: #febe10f7 !important;
}
div#search-modal .cwf-modal__dialog {
    min-width: 50%;
    background: transparent;
    border: 0;
}
div#search-modal input[type=text] {
    padding: 30px 50px;
    text-transform: capitalize;
    border-radius: 0;
    border: 0;
}
div#search-modal input[type=text]::placeholder,
div#search-modal input[type=text] {
    font-size: 1.35rem !important;
}
.cwf-modal__title {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#cwf-modal__title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 1.7rem;
}

#cwf-header__search {
    position: relative;
}

div#search-modal input[type="submit"],
div#search-modal button[type="submit"] {
    height: 90px;
    font-size: 1.25em;
    font-weight: bold;
    border: 0px;
    background: #000;
    color: #fff;
    width: 21%;
    display: block;
    left: 0px;
    border-radius: 0;
    top: 45px;
    position: relative;
}

div#search-modal button[type="submit"]:after {
    content: "Search";
}
div#search-modal input[type="submit"]:hover,
div#search-modal button[type="submit"]:hover {
	cursor: pointer;
}
div#search-modal button[type="submit"] i {
    display: none;
}
div#search-modal input[type=text] {
    padding: 28px;
    font-size: 19px;
    border: 0px;
    display: inline;
    width: 78%;
    top: 0;
}

  
  
aside#search-modal .plugin-modal__overlay {
    background: #febe10fa !important;
}
aside#search-modal .cwf-modal__title {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-align: center;
}
aside#search-modal form.cwf-header__search input[type=text] {
    background: #e8e8e8;
}
aside#search-modal svg.cwf-modal__times {
    width: 20px;
}  
  


/* Sub-Header
================================================= */
section#title-bar {
    background: var(--site-color-darkgray);
    padding: 15px;
    border-top: 7px solid var(--site-color-lightgray);
}
section#title-bar.wilder {
    background: var(--site-color-blue);
    border-top: 7px solid var(--site-color-seafoam);
}
section#title-bar span {
    max-width: var(--site-row-max-width);
    margin: 0 auto;
    display: block;
    color: white;
    padding: 0 20px;
    text-transform: capitalize;
}


/* Sidebar Components
================================================= */
.sidebar-block {
    box-shadow: 0 0 20px 0 #0000002e;
    margin-bottom: 50px;
    border-radius: 50px 10px 50px 10px;
    overflow: hidden;
}

.app-deadline.sidebar-block.light .top-content {
    text-align: center;
    padding: 25px;
}
.app-deadline.sidebar-block.light .top-content h3 {
    font-size: 1.3em;
    font-family: var(--site-sans-serif-font);
    font-weight: bold;
    margin-top: 0;
    padding: 10px 0;
}
.app-deadline.sidebar-block.light .cta-btns {
    background: var(--site-color-light-tan);
    padding: 25px;
}

.nominate-block.sidebar-block.purple {
    background-color: var(--site-color-blue);
    padding: 40px;
}
.nominate-block.sidebar-block.purple h2 {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}
.nominate-block.sidebar-block.purple p {
    color: white;
}
.nominate-block.sidebar-block.purple h2 span.yellow {
    color: var(--site-color-yellow);
    display: block;
}


/* Homepage Hero Section
================================================= */
@media (min-width: 1200px) {
	section.home-hero {
	    padding: 0px;
/*	    background: #F4EFE1;*/
	    /*background: rgb(255,255,255);
		background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(246,241,229,1) 100%);*/
		background: rgb(244,237,228);
		background: linear-gradient(180deg, rgba(244,237,228,1) 0%, rgba(244,237,228,0) 48%);
	    position: relative;
	    height: 64vh;
	    /*background-position: center right;
	    background-size: 80%;*/
	    max-height: 800px;
	    min-height: 700px;
	}
	section.home-hero .row-wrapper {
	    max-width: var(--site-row-max-width);
	    margin: 0 auto;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    padding: 50px;
	}
	section.home-hero .hero-content {
		z-index: 1;
	    max-width: 40%;
	    position: relative;
	}
	section.home-hero .hero-content h1 {
	    font-size: 2.7em;
	    text-transform: capitalize;
	    line-height: 1.35em;
	    color: black;
	    font-weight: 100;
	    margin-bottom: 0;
	    color: black;
	    font-weight: bold;
	}
	section.home-hero .hero-content h2 {
	    font-family: var(--site-sans-serif-font);
	    font-size: 1.5em;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-weight: 100;
	    border-bottom: 3px solid #dbdbdb;
	    width: fit-content;
	    padding-bottom: 15px;
	}

}
@media (max-width: 1199px) {
	section.home-hero .hero-content {
		padding:  50px;
	}
	.home-hero .row-wrapper {
	    display: flex;
	    flex-direction: column;
	}
	.home-hero .row-wrapper .hero-content {
	    order: 2;
	}
	.home-hero .row-wrapper .hero-content a {
	    display: block;
	    margin: 20px 0;
	} 
    .home-mission-block .row-wrapper {
        padding: 25px;
    }
    .home-mission-block .row-wrapper p {
        text-align: left;
        font-size: 1.1em !important;
        line-height: 1.8em;
    } 
    section.home-hero .hero-content h1 {
        font-size: 1.6rem;
        text-transform: capitalize
    }
    section.home-hero .hero-content {
        padding: 25px;
    }
}



/* GEHLI - Alt Full Width Hero
================================================= */
@media (min-width: 1200px) {
	section.home-hero.full-width {
	    height: 65vh;
	    min-height: 700px;
	    position: relative;
	    background: none;
	}
	section.home-hero.full-width .bkgd-img {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: inline-block;
	    background: rgb(32,23,43);
	    background: -moz-linear-gradient(90deg, rgba(32,23,43,0.9346332282913166) 31%, rgba(32,23,43,0) 81%);
	    background: -webkit-linear-gradient(90deg, rgba(32,23,43,0.9346332282913166) 31%, rgba(32,23,43,0) 81%);
	    background: linear-gradient(90deg, rgba(32,23,43,0.9346332282913166) 31%, rgba(32,23,43,0) 81%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20172b",endColorstr="#20172b",GradientType=1);
	}
	section.home-hero.full-width .bkgd-img img {
	    position: relative;
	    z-index: -1;
	    display: block;
	    height: 100% !important;
	    width: 100%;
	    border-radius: 0 !important;
	    object-fit: cover;
	    object-position: top center;
	}
	section.home-hero.full-width .hero-content {
	    border: 6px solid var(--site-color-yellow);
	    max-width: 50%;
	    padding: 100px 80px 80px 80px;
	    border-radius: 150px 0 150px 0;
	}
	section.home-hero.full-width .hero-content h1 {
	    color: white;
	    font-size: 2.2em;
	}
	section.home-hero.full-width .hero-content p {
	    color: white;
	}
	section.home-hero.full-width img.gehli-icon {
    	position: absolute;
	    top: -140px;
	    max-width: 300px;
	    left: 50%;
	    transform: translate(-50%);
	}
}


/* Vertical Tabs
================================================= */
@media (min-width: 768px) {
	section.vertical-tabs .cwf-tabs__panel .tab-content-wrapper .tab-content,
    section.vertical-tabs .plugin-tabs__panel .tab-content-wrapper .tab-content {
		padding:  50px;
	}
	section.vertical-tabs .cwf-tabs__panel img.tab-img {
		max-width: 45%;
		height: 100% !important;
		object-fit: cover;
		border-radius: 10px;
	}
	section.vertical-tabs .cwf-tabs,
    section.vertical-tabs .plugin-tabs {
	    align-items: flex-start;
	}
	section.vertical-tabs .cwf-tabs,
    section.vertical-tabs .plugin-tabs {
	    align-items: flex-start;
	}
	section.vertical-tabs button.cwf-tabs__tab,
    section.vertical-tabs button.plugin-tabs__tab {
	    text-align: left;
	    padding: 15% 50px;
	    font-weight: bold;
	}
	section.vertical-tabs .cwf-tabs,
    section.vertical-tabs .plugin-tabs {
	    background: white;
	    box-shadow: 0 0 25px 2px #00000026;
	    border-radius: 10px;
	}
	section.vertical-tabs .cwf-tabs .cwf-tabs__nav,
    section.vertical-tabs .cwf-tabs .plugin-tabs__nav {
	    background: var(--site-color-blue);
	}
	section.vertical-tabs .cwf-tabs .cwf-tabs__nav,
	section.vertical-tabs .cwf-tabs .cwf-tabs__panel,
	section.vertical-tabs .cwf-tabs .cwf-tabs__tabs,
    section.vertical-tabs .plugin-tabs .plugin-tabs__nav,
	section.vertical-tabs .plugin-tabs .plugin-tabs__panel,
	section.vertical-tabs .plugin-tabs .plugin-tabs__tabs {
	    height: 600px;
	}
	section.vertical-tabs .cwf-tabs .cwf-tabs__tabs,
    section.vertical-tabs .plugin-tabs .plugin-tabs__tabs {
	    display: flex;
	    align-items: stretch;
	    flex-direction: row;
	    flex-wrap: wrap;
	    max-width: 340px;
	    padding-left: 0;
	}
	section.vertical-tabs button.cwf-tabs__tab,
    section.vertical-tabs button.plugin-tabs__tab {
	    text-align: left;
	    padding: 0 50px;
	    font-weight: bold;
	}
	section.vertical-tabs .cwf-tabs--left .cwf-tabs__tab:before,
    section.vertical-tabs .plugin-tabs--left .plugin-tabs__tab:before {
	    background-color: var(--site-color-orange);
	    z-index: 9;
	    left: 0px;
	}
	section.vertical-tabs .cwf-tabs--left .cwf-tabs__tab,
    section.vertical-tabs .plugin-tabs--left .plugin-tabs__tab {
	    background: var(--site-color-blue);
	    color: white;
	    background: rgb(34,86,124);
    	background: linear-gradient(38deg, rgba(34,86,124,1) 0%, rgba(52,105,137,1) 100%);
    	transition:  .2s ease-in-out all;
	}
	section.vertical-tabs .cwf-tabs--left .cwf-tabs__tab:hover,
    section.vertical-tabs .plugin-tabs--left .plugin-tabs__tab:hover {
	    /*background: var(--site-color-blue);
	    color: white;
	    background: rgb(34,86,124);
    	background: linear-gradient(90deg, rgba(34,86,124,1) 0%, rgba(52,105,137,1) 100%);*/
        background: #e9e9e9;
	    border: 0;
	    color: black;
	}
	section.vertical-tabs .cwf-tabs--left .cwf-tabs__tab[tabindex="0"],
    section.vertical-tabs .plugin-tabs--left .plugin-tabs__tab[tabindex="0"] {
	    background: white;
	    border: 0;
	    color: var(--site-color-black);
	    width: 100% !important;
	}
	section.vertical-tabs .tab-content-wrapper.flex-row.justify-content, {
	    align-items: center;
	    justify-content: center;
	    height: 100%;
	}
	section.vertical-tabs .cwf-tabs .cwf-tabs__panel,
    section.vertical-tabs .plugin-tabs .plugin-tabs__panel {
	    border: 0;
	    padding: 60px;
	}
	section.vertical-tabs .cwf-tabs__tabs button.cwf-tabs__tab:first-child,
	section.vertical-tabs .cwf-tabs__tabs button.cwf-tabs__tab:first-child:before, 
    section.vertical-tabs .plugin-tabs__tabs button.plugin-tabs__tab:first-child,
	section.vertical-tabs .plugin-tabs__tabs button.plugin-tabs__tab:first-child:before {
	    border-radius: 10px 0px 0 0;
	}

	section.vertical-tabs .cwf-tabs__tabs button.cwf-tabs__tab:last-child,
	section.vertical-tabs .cwf-tabs__tabs button.cwf-tabs__tab:last-child:before,
    section.vertical-tabs .plugin-tabs__tabs button.plugin-tabs__tab:last-child,
	section.vertical-tabs .plugin-tabs__tabs button.plugin-tabs__tab:last-child:before {
	    border-radius: 0 0 0 10px;
	}

	section.vertical-tabs .cwf-tabs .cwf-tabs__nav,
    section.vertical-tabs .plugin-tabs .plugin-tabs__nav {
	    background: transparent;
	}
}



/* Standard Tabs 
=================================================*/ 
.cwf-tabs img.featured,
.plugin-tabs img.featured {
    float: left;
    width: 45%;
    max-width: 45%;
    margin-right: 40px;
}
@media (min-width: 1300px) {
    nav.cwf-tabs__nav .cwf-tabs__tabs,
    nav.plugin-tabs__nav .plugin-tabs__tabs {
        display: flex;
        /*align-items: center;*/
      align-items: end;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }
    nav.cwf-tabs__nav .cwf-tabs__tabs button.cwf-tabs__tab,
    nav.plugin-tabs__nav .plugin-tabs__tabs button.plugin-tabs__tab {
        width: 25% !important;
    }
    .cwf-tabs__panel,
    .plugin-tabs__panel {
	    padding: 50px;
	}

	.cwf-tabs__tab:hover,
    .plugin-tabs__tab:hover {
    	background: #e9e9e9;
	    border: 0;
	    color: black;
	}
	.cwf-tabs__tab[aria-selected="true"],
    .plugin-tabs__tab[aria-selected="true"] {
	    background: white;
	    border-radius: 10px 10px 0 0;
	}
	.cwf-tabs__tab[aria-selected="true"]:before,
	.cwf-tabs__tab:before,
    .plugin-tabs__tab[aria-selected="true"]:before,
	.plugin-tabs__tab:before {
	    display: none !important;
	}
	.cwf-tabs__tab[tabindex="0"]:hover,
    .plugin-tabs__tab[tabindex="0"]:hover {
	    border-left: 1px solid #dcdcdc !important;
	    border-top: 1px solid #dcdcdc !important;
	    border-right: 1px solid #dcdcdc !important;
	    background: white;
	}
	.tabs__tab[tabindex="0"]:hover:before,
	.cwf-tabs__tab[tabindex="0"]:hover:before,
    .plugin-tabs__tab[tabindex="0"]:hover:before {
	    display: none !important;
	}
	.cwf-tabs__panel, 
    .plugin-tabs__panel {
	    box-shadow: 0 0 30px 0 #00000030;
	    z-index: 1;
	    border-radius: 0 0 10px 10px;
	}
	nav.cwf-tabs__nav,
    nav.plugin-tabs__nav {
	    z-index: 2;
	    bottom: -4px;
	    position: relative;
	}
}


/* CSS update 6/4/2025 - karnoltw*/

.plugin-tabs__panel.lr-custom-tab[aria-hidden="false"]{
	display:block !important;
}

  .plugin-tabs__panel.lr-custom-tab[aria-hidden="false"]>img {
    float: left !important;
    border-radius: 15px;
    margin-right: 1rem !important;
    height: auto !important;
}

/* CSS update 7/30/2025 - karnoltw */
    .plugin-tabs__tab[tabindex="0"]:before,
	.tabs__tab[tabindex="0"]:hover:before,
	.cwf-tabs__tab[tabindex="0"]:hover:before,
    .plugin-tabs__tab[tabindex="0"]:hover:before {
	    display: none !important;
}

    .cwf-tabs__tab[tabindex="-1"]:hover,
    .plugin-tabs__tab[tabindex="-1"]:hover {
	    border-left: 1px solid #dcdcdc !important;
	    border-top: 1px solid #dcdcdc !important;
	    border-right: 1px solid #dcdcdc !important;
        border-bottom: 1px solid #dcdcdc !important;
	    background: white;
	}

	.plugin-tabs__tabs {
      flex-grow: 1;
    }

    .plugin-tabs__tab[aria-selected="true"] {
      border-radius: 10px 10px 0 0 !important;
    }

    .plugin-tabs button.plugin-tabs__tab[tabindex="0"] {
      font-weight: bold !important;
    }


    


/* Cards - Simple Layout
================================================= */
.newsfeed,
.postfeed {
	grid-gap: 2.5rem;
    padding: 1rem;
}

.newsfeed .newsHF__item {
    background: white;
    box-shadow: 0 0 15px 2px #00000012;
    border-radius: 10px;   
}
.newsfeed .newsHF__item .newsHF__date,
.newsfeed .newsHF__item .newsHF__title,
.newsfeed .newsHF__item .newsHF__descrip,
.newsfeed .newsHF__item .newsHF__cta {
    padding: 0 35px;
}
.newsfeed .newsHF__item .newsHF__img {
    padding-top: 0;
}
.newsfeed .newsHF__item .newsHF__img img {
    border-radius: 10px 10px 0 0;    
}


.newsfeed .newsHF__date {
    color: var(--site-color-lightgray);
    font-weight: bold;
    text-transform: uppercase;    
}
.newsfeed .newsHF__title a,
.newsfeed .newsHF__title {
    text-decoration: none;
    line-height: 1.3em;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    color: black;
}
.newsfeed .newsHF__item .newsHF__date, 
.newsfeed .newsHF__item .newsHF__title, 
.newsfeed .newsHF__item .newsHF__descrip,
.newsfeed .newsHF__item .newsHF__desc,
.newsfeed .newsHF__item .newsHF__sub,
.newsfeed .newsHF__item .newsHF__subhead {
    padding: 0 35px;
}
.newsfeed .newsHF__item .text-arrow-button {
    padding: 10px 35px 35px 35px !important;
    display: block;
}
.newsfeed .newsHF__item .newsHF__img img {
    height: 325px !important;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 1024px) {
    .newsfeed .newsHF__item .newsHF__img img {
        height: 325px !important;
        width: 100% !important;
        object-fit: cover;
        object-position: top center;
    }
}
.newsfeed.our-programs .newsHF__item {
    position: relative;
    padding-bottom: 75px;
}
.program-tags ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.program-tags {
    border-top: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
}
.program-tags ul li {
    background: var(--site-color-yellow);
    margin: 2px;
    padding: 2px 8px;
    border-radius: 7px;
    font-size: .7rem;
    font-weight: bold;
}
.newsfeed.our-programs h3.newsHF__title,
.newsfeed.our-programs h3.newsHF__title a {
    color: var(--site-color-wilder-blue);    
}
.newsfeed.our-programs .newsHF__sub {
    font-weight: bold;
}

@media (max-width:  1199px) {
	.flex-row.news-block-simple {
	    margin-bottom: 50px;
	}
}

/* Card Hover Action */
.newsfeed .newsHF__item {
    transition: .2s ease-in-out all;
}
.newsfeed .newsHF__item:hover {
    transform: scale(1.03);
}




.newsfeed {
    grid-gap: 2.5rem;
    padding: 1rem;
}
.card-shadow {
    box-shadow: 0 0 20px 0px #0000003d;
    border-radius: 10px;
    padding: 50px;
    margin: 25px;
    background: white;
    border-top: 10px solid var(--site-color-orange);
}
.card-shadow h3 {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--rise-color-blue);
    opacity: .8;
}
  
.card-shadow,
.card-shadow.default {
    box-shadow: 0 0 20px 0px #0000003d;
    border-radius: 10px;
    padding: 50px;
    margin: 25px;
    background: white;
    border-top: 10px solid var(--site-color-blue);
}

.card-shadow.light-tan h1,
.card-shadow.light-tan h2 {
    color: var(--site-color-blue);
}

.card-shadow.light-tan {
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
    background: var(--site-color-light-tan);
}  

/* Card Shadow CTA Button */  
.card-shadow .arrow-txt-btn a,
.card-shadow .cta-btn a {
    color: black;
    text-decoration: none;
}

.card-shadow .arrow-txt-btn a:after,
.card-shadow .cta-btn a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    color: var(--site-color-yellow);
    margin-left: 15px;
}
  
  


/* Plug-in Accordion
================================================= */
.plugin-accordion, 
.cwf-accordion {
    max-width: 100%;
    margin: 5px auto 15px !important;
}
.plugin-accordion .plugin-accordion__wrapper,
.cwf-accordion .cwf-accordion__wrapper {
    border: 0 !important;
}
.plugin-accordion .plugin-accordion__panel,
.cwf-accordion .cwf-accordion__panel {
    margin-bottom: 15px;
    border: 0 !important; 
}

.plugin-accordion .plugin-accordion__panel:last-child {
  margin-bottom: 1px;
}

/* .plugin-accordion .plugin-accordion__panel .plugin-accordion__heading,
.cwf-accordion .cwf-accordion__panel .cwf-accordion__heading {
    border-radius: 15px;
    padding: 25px;
    background: #FAF7F1;
    border: 2px solid #d8d8d8;
    justify-content: space-between
} */
/* .plugin-accordion .plugin-accordion__panel .plugin-accordion__heading[aria-expanded="true"],
.cwf-accordion .cwf-accordion__panel .cwf-accordion__heading[aria-expanded="true"] {
    border: 4px solid var(--site-color-blue);
} */
.plugin-accordion__heading[aria-expanded=false],
.cwf-accordion__heading[aria-expanded=false] {
    color: black;
}
/* .plugin-accordion__chevron,
.cwf-accordion__chevron {
    color: var(--site-color-yellow);    
    right: 0;
    order: 2;    
} */
  
.plugin-accordion__heading {
      border-radius: 15px;
    padding: 20px 25px;
    background: var(--vcu-white);
    border: 1px solid #d4d4d4;
}
  

.plugin-accordion__chevron {
  color: var(--site-color-yellow);
}

.plugin-accordion__heading:focus, .plugin-accordion__heading:hover {
    background-color: 
	color-mix(in srgb, var(--site-color-yellow), var(--vcu-white) 90%);
}

.plugin-accordion .plugin-accordion__panel .plugin-accordion__heading[aria-expanded="true"] {
	border-bottom: 3px solid var(--site-color-blue);
}


/* Newsfeed - Condensed
================================================= */
section.news-feeds .newsfeed-cond.cwf-grid.cwf-grid--2-columns {
    grid-gap: 4.5rem;
    padding: 1rem;
}
section.news-feeds .newsfeed-cond .newsHF__img img {
    max-width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 10px;
    margin-right: 20px;
}
@media (max-width: 1024px) {
	section.news-feeds .newsfeed-cond .newsHF__img img {
	    min-width: 100% !important;
	    width: 100% !important;
	    height: 250px !important;
	    object-fit: cover !important;
	    margin-right: 0px;
	    max-width: unset !important;
	}
	.newsfeed-cond p.newsHF__img a {
	    width: 100% !important;
	}
}

/* Image Hover Zoom */
.newsfeed-cond p.newsHF__img a {
    width: 150px;
    height: auto;
    display: block;
    overflow: hidden;
    margin: auto;
    margin-right: 25px;
    border-radius: 10px;
}
.newsfeed-cond p.newsHF__img a img {
    transform: scale(1.1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.newsfeed-cond p.newsHF__img a img:hover,
.newsfeed-cond .news-block-simple:hover a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.newsfeed-cond p.newsHF__img a img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .social-equity-reports div#homepage-grid .homepage-grid--text {
        padding: 20px;
    }
    .testimonial.section-row blockquote:before {
        left: 0 !important;
        top: -50px;
    }
}

/* News Content */
section.news-feeds .newsfeed-cond p.newsHF__date {
    color: var(--site-color-blue);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

section.news-feeds .newsfeed-cond h3.newsHF__title a {
    text-decoration: none;
    color: var(--site-color-black);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
    font-size: .75em;
    line-height: 1.5em;
}
section.news-feeds .newsfeed-cond h3.newsHF__title {
     margin-top: 0;
    padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    section.news-feeds .newsfeed-cond .newsHF__img img {
        min-width: 275px !important;
    }
    section.news-feeds .newsfeed-cond .news-content {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    section.home-page.testimonial.section-row {
        padding: 20px !important;
    }
    .testimonial.section-row blockquote h3 {
        font-size: 1em;
        line-height: 1.6em;
    }
    .testimonial.section-row blockquote span.testimonial_cred .testimonial__img img {
        width: 75px !important;
        height: 75px !important;
        min-width: 75px !important;
        min-height: 75px !important;
        max-width: 75px !important;
        max-height: 75px !important;        
        border-radius: 50%;
        object-fit: cover;
    }
}



/* Testimonial - Section
================================================ */
.testimonial.section-row blockquote {
    border: 0;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.testimonial.section-row blockquote h3 {
    font-size: 1.3em;
}
.testimonial.section-row blockquote span.testimonial_cred {
    display: flex;
    align-items: center;
}
.testimonial.section-row blockquote span.testimonial_cred .testimonial__img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial.section-row blockquote p:nth-last-child(2):after, blockquote p:only-child:after {
    display: none;
}
.testimonial.section-row blockquote:before {
    content: "\f10d";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    width: 3rem;
    height: 2rem;
    margin-top: 1rem;
    background-color: transparent;
    padding-left: 0.5rem;
    font-size: 2.5rem;
    line-height: 0;
    color: var(--site-color-blue);
    -webkit-clip-path: none;
    clip-path: none;
    position: absolute;
    left: -70px;
}
.testimonial.section-row blockquote h3 {
    font-family: var(--site-sans-serif-font);
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5em;
}

@media (min-width: 768px) {
	.testimonial.flex-row .testimonial-sml-wrapper {
		max-width: 1000px;
		margin: 0 auto;
	}
	.testimonial.flex-row .testimonial__img {
		width: 200px;
		margin-right: 20px;
	}
	.testimonial.flex-row .testimonial__img img {
		width: 150px; 
		height: 150px;
		max-width: 150px; 
		max-height: 150px;
		min-width: 150px; 
		min-height: 150px;
		object-fit: cover;
		border-radius: 250px; 
		border: 4px solid white;
	}
	.testimonial.flex-row .testimonial-sml-wrapper {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}



/* Newsletter - Footer 
================================================= */
section.newsletter .cwf-footer__container {
	text-align:  center;
}
section.newsletter .cwf-footer__container {
 /* max-width: 700px;*/
    margin: 50px auto;
}
section.newsletter h2 {
    color: black;
    font-size: 2.25em;
    text-transform: capitalize;
}
section.newsletter p {
    color: black;
}
section.newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 30px auto;
    max-width: 700px;
}
section.newsletter form input[type=email] {
    padding: 25px ;
    width: 75%;   
    border: 0; 
    background: #F2F2F2;
}
section.newsletter form input[type=submit] {
    border: 0;
    background: var(--site-color-blue);
    color: white;
    width: 25%;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 24px;
}

@media (max-width: 767px) {
     section.newsletter .cwf-footer__container {
        margin: 0;
        padding: 30px;
    }
    section.newsletter h2 {
        color: black;
        font-size: 2em;
    }   
    section.newsletter form {
        flex-direction: column;
    }
    section.newsletter form input[type=email] {
        padding: 20px;
        width: 100%;
    }
    section.newsletter form input[type=submit] {
        width: 100%;
        padding: 20px;
        margin-top: 10px;
    }
}

/* Footer
================================================= */
footer.cwf-footer.cwf-footer--dark {
    background: var(--site-color-black);
}
.cwf-footer__column--middle {
    border: 0
}
.cwf-footer--dark .cwf-footer__link--department, 
.cwf-footer--dark .cwf-footer__link--division, 
.cwf-footer--dark .cwf-footer__link--university {
    color: white;   
}
.cwf-footer__item--social-list {
    text-align: left;
}
/*footer.cwf-footer .cwf-footer__address {
    display: none;
}*/
footer.cwf-footer .cwf-footer__address,
footer.cwf-footer .cwf-footer__item {
    text-align: left !important;   
    margin-bottom: 5px;
}
.cwf-footer__column.cwf-footer__column--middle ul {
    list-style: none;
    padding: 0;
}
.cwf-footer__column.cwf-footer__column--middle a,
.cwf-footer__column.cwf-footer__column--right a {
    text-decoration: none;  
    color: white;
}
.cwf-footer__column.cwf-footer__column--middle a:hover,
.cwf-footer__column.cwf-footer__column--right a:hover {
    text-decoration: none;  
    color: var(--site-color-yellow);
}
.cwf-footer__column.cwf-footer__column--middle {
    padding-top: 0;
    max-width: 20%;
}

.cwf-footer__column.cwf-footer__column--right {
    padding-top: 0;
    max-width: 33%;
}

.cwf-footer__item h2#helpful-links {
    color: var(--site-color-yellow) !important;
    font-weight:800;
    font-family:var(--site-sans-serif-font);
}

a.cwf-footer__link.cwf-footer__link--social {
    border: 0;
    background: var(--site-color-yellow)!important;
    color: var(--site-color-black) !important;
    margin-bottom: 20px;
}
  /* Remove icon from footer social links */
  a.cwf-footer__link.cwf-footer__link--social::after {
  content: none !important;
}
.cwf-footer__standards {
    background: #343434;
    padding: 25px;
    margin-top: 50px;
    color: white;
}
.fa-link:before {
    content: "\f06b" !important;
}
.cwf-footer__link {
 text-decoration:none; 
 color: white !important;
}
  


/* Light Version */
.cwf-footer.cwf-footer--light .cwf-footer__item a {
    color: black;
}
.cwf-footer.cwf-footer--light .cwf-footer__item h2#helpful-links {
    color: black !important;
    font-weight: 800;
    font-family: var(--site-sans-serif-font);
}
.cwf-footer.cwf-footer--light a.cwf-footer__link.cwf-footer__link--social {
    border: 0;
    background: var(--site-color-blue);
    color: var(--site-color-black) !important;
    margin-bottom: 20px;
}
.cwf-footer.cwf-footer--light .fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #EFEFEF;
}

.cwf-footer.cwf-footer--light .cwf-footer__standards {
    background: #d4d4d4;
    padding: 25px;
    margin-top: 50px;
    color: white;
}
.cwf-footer.cwf-footer--light .cwf-footer__standards a,
.cwf-footer.cwf-footer--light .cwf-footer__item--standards {
    color: black  !important;
}



  
/* Set full width footer bar */  
@media (min-width: 1200px) {
  footer {
      position: relative;
      padding-bottom: 150px
  }
  footer .cwf-footer__standards {
      position: absolute;
      bottom: 0;
      left: 0;
  }
}


@media (max-width: 1024px) {
     .cwf-footer__column.cwf-footer__column--left,
     .cwf-footer__column.cwf-footer__column--middle,
     .cwf-footer__column.cwf-footer__column--right {
         width: 100% !important;
         max-width: 100% !important;
         min-width: 100% !important
         text-align: center !important;
     }
    .cwf-footer__column.cwf-footer__column--left .cwf-footer__item,
    .cwf-footer__column.cwf-footer__column--left .cwf-footer__item a,
    .cwf-footer__column.cwf-footer__column--middle  .cwf-footer__item,
    .cwf-footer__column.cwf-footer__column--right .cwf-footer__item,
    footer.cwf-footer .cwf-footer__item {
        text-align: center !important;
    }
}

  
@media (max-width: 1024px) {
    footer.cwf-footer .cwf-footer__address, footer.cwf-footer .cwf-footer__item {
        text-align: center !important;
        display: block;
        margin: 25px auto;
    }
}  
  
  

/* Interior Page Template - General Styles
================================================= */
.cwf-grid.cwf-grid--2-columns .grid--content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
@media (max-width: 1024px) {
    .cwf-grid.cwf-grid--2-columns .grid--content {
        padding: 25px;
    }
}  
section.hdr-section {
    margin-top: -10px !important;
	/* background-image: url(/assets/img/wilder-imgs/bkgd-horz-lines-interior.svg);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size:  contain;
}
section.hdr-section img.grid--featured-image,
img.grid--featured-image {
	border-radius:  10px;
	/*box-shadow: 0 0 15px 2px #0000004f;*/
	max-height:  450px;
	width:  100%;
	object-fit: cover;
	object-position: center center;
    max-height: 600px;
    height: 100% !important;
    min-height: 450px;
}  
section.hdr-section.featured-section h1 {
    font-size: 3em;
    line-height: 1em;
    margin: 0;
    padding: 10px 0;
    color: var(--site-color-black);
}
section.hdr-section h3 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: var(--site-color-blue)
}


/* Overlapping Featured Image */
img.overlap-image {
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #00000038;
    top: -30px;
    position: relative;
}



/* Interior Page Title Header Bar */
aside.page-title-header {
    text-align: center;
/*	background-color: var(--site-color-blue);*/
/*	background: url("") center center no-repeat;*/
	background-size: cover;
    color: white;
    padding: 20px;
    background: rgb(53,53,53);
	background: -moz-linear-gradient(180deg, rgba(53,53,53,1) 0%, rgba(98,98,98,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(53,53,53,1) 0%, rgba(98,98,98,1) 100%);
	background: linear-gradient(180deg, rgba(53,53,53,1) 0%, rgba(98,98,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#353535",endColorstr="#626262",GradientType=1);
}
aside.page-title-header h1 {
	color: white;
}
aside.page-title-header .header-bc {
   margin-bottom: -10px;
   margin-top: 10px;
}
aside.page-title-header .header-bc a:last-child {
 /* display:none; */ 
}
aside.page-title-header .header-bc a {
 text-decoration:none;	 
  padding-left: 20px;
  color: white;
}
aside.page-title-header .header-bc a:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    color: var(--site-color-lightgray);
    position: relative;
    right: 7px !important;
    font-size: 14px;
    vertical-align: bottom;  
}


/* Interior Page - Side Navigation
================================================= */
.cwf-grid__column--page-layout ul.cwf-nav__list.cwf-nav__list--level-2 {
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 0;
    background: var(--site-color-lightblue);
}

.cwf-grid__column--page-layout ul.cwf-nav__list.cwf-nav__list--level-2 li {
    border-bottom: white 1px solid;
}


/* Large CTA Button Group
================================================= */
div#lrg-btn-group--grid {
    grid-gap: 2.4rem;
    margin-bottom: 75px !important;
      margin-top: 75px !important;

}
div#lrg-btn-group--grid .lrg-btn--card {
    border: 0;
    box-shadow: 0 0 15px 0 #fff;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 8px solid var(--site-color-vcu-gold);
    transition: all .2s ease-in-out;
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__body,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__body {
    position: absolute;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 7%, rgba(0,0,0,0.72875087535014) 67%);
    width: 100%;
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__body h3,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__body h3 {
    color: white;
    margin: 0;
    font-size: 1.2em;
    margin-bottom: 0px;
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__body a,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__body a {
    color: white;
    text-decoration: none;
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__body p a,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__body p a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__body a.text-arrow-button,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__body a.text-arrow-button {
	font-size:  1em;
	color:  var(--site-color-lightblue);
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__media,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__media {
    background: var(--site-color-black);
}
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__media a,
div#lrg-btn-group--grid .lrg-btn--card .cwf-card__media a img,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__media a,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__media a img {
	width: 100% !important;
    height: 300px !important;
}

div#lrg-btn-group--grid .lrg-btn--card .cwf-card__media img,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__media img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    opacity: .6;
    transition: .2s all ease-in-out;
    padding:  0;
    border:  0;
}

div#lrg-btn-group--grid .lrg-btn--card .cwf-card__container,
div#lrg-btn-group--grid .lrg-btn--card .plugin-card__container {
    position: relative
}

  
  
div#lrg-btn-group--grid .lrg-btn--card a:after {
    font-family: "font awesome 6 free";
    content: "\f054";
    color: var(--site-color-yellow);
    margin-left: 15px;
}
div#lrg-btn-group--grid .lrg-btn--card h3 a {
 	color: white;
	text-decoration: none;
}
div#lrg-btn-group--grid .lrg-btn--card h3 a:after {
/* 	display: none; */
}
  

/* Hover Actions */
div#lrg-btn-group--grid .lrg-btn--card:hover {
    transform: scale(1.025);
    box-shadow: 0 0 15px 0 #00000029;
}
div#lrg-btn-group--grid .lrg-btn--card:hover .cwf-card__media img,
div#lrg-btn-group--grid .lrg-btn--card:hover .plugin-card__media img {
    transform: scale(1.05);
    opacity: .8;
}





/* Our Team
================================================= */
div#team-member--grid {
    grid-gap: 2rem;
}

/* Team Toggle Switch */
.team-toggle {
    background: white;
    box-shadow: 0 0 15px 0 #0000002e;
    margin-bottom: 50px;
    border-radius: 50px;
    max-width: 850px;
    margin: -35px auto 60px;
}
.team-toggle ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-toggle ul li {
    width: 100%;
}
.team-toggle ul li a {
    text-decoration: none;
    color: var(--site-color-black);
    background: white;
    width: 100%;
    display: block;
    border: 4px solid white;
    padding: 15px 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-toggle ul li a.active {
    text-decoration: none;
    color: white;
    background: var(--site-color-orange);
}
@media (max-width: 767px) {
    .team-toggle ul {
        flex-direction: column;
    }
}

/* Team Member Card */
.cwf-card.team-member-card {
    border: 0;
    transition: .2s all ease-in-out;
    background-color: transparent;
}

/* Team Member Image */
.cwf-card.team-member-card .cwf-card__media img,
.cwf-card.team-member-card .cwf-card__media {
   /* height: 400px !important; removed 7.31.25 and added next line aspect ratio */
  aspect-ratio: 3/4;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .2s all ease-in-out;
}

/* Team Member Content */
div#team-member--grid .cwf-card.team-member-card .cwf-card__media a {
    width: 100%;
   /* height: 400px; removed 7.31.25 and added next line aspect ratio */
  aspect-ratio: 3/4;
}
div#team-member--grid .cwf-card__body h3,
div#team-member--grid .cwf-card__body h3 a {
    color: var(--site-color-black);
    text-decoration: none;
}

div#team-member--grid .cwf-card__body p,
div#team-member--grid .cwf-card__body p a {
    color: var(--site-color-black);
    text-decoration: none;
    font-weight: normal;
}

/* Team Member Card - Hover Action */
 .cwf-card.team-member-card:hover {
    transform: scale(1.025);
} 
.cwf-card.team-member-card:hover img {
    transform: scale(1.045);
    border: 0;
}
  

/* In the News - Blog Feed
================================================= */
div#newsfeed--grid {
    grid-gap: 2.5rem;
    padding: 0 50px;
}
div#newsfeed--grid .cwf-card {
    border: 0 !important;
    box-shadow: 0 0 15px 0 #00000017;
    border-radius: 10px;
    overflow: hidden;
}
div#newsfeed--grid .news-card p.publish-date a,
div#newsfeed--grid .news-card p.publish-date {
    text-transform: uppercase;
    margin-bottom: -10px;
    color: var(--site-color-black);
    font-weight: bold;
    font-size: .95em;
    opacity: .7;
    letter-spacing: 1px;
    text-decoration: none;
}
div#newsfeed--grid .news-card h3,
div#newsfeed--grid .news-card h3 a {
    text-decoration: none;
    color: var(--site-color-black);
}
div#newsfeed--grid .news-card h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 100px;
}

/* Newsfeed - Categories and Search Bar */
.news-cats-search {
	padding:  50px;
}
.news-categories-nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    padding:  0;
}
.news-categories-nav ul a {
    text-decoration: none;
    color: var(--site-color-black);
}
.news-categories-nav ul a.active:after {
	content:  "";
    background: var(--site-color-orange);
    height:  5px;
    width:  100%;
    position: relative;
    bottom: -10px;
    display: block;
}

/* Newsfeed Cards */
div#newsfeed--grid .cwf-card.news-card {
    transition: .2s all ease-in-out;
}
div#newsfeed--grid .cwf-card.news-card:hover {
    transform: scale(1.015);
}
div#newsfeed--grid .cwf-card.news-card .cwf-card__media img {
    transition: .2s all ease-in-out;
    height: 240px !important;
    width: 100%;
    object-fit: cover;
}
div#newsfeed--grid .cwf-card.news-card:hover .cwf-card__media img {
    transform: scale(1.05);
}
div#newsfeed--grid .cwf-card.news-card .cwf-card__media a {
    width: 100%;
    height: 240px;
}
div#newsfeed--grid a.text-arrow-button {
    font-size: 1rem;
    text-transform: uppercase
}
div#newsfeed--grid .cwf-card.news-card:hover a.text-arrow-button:after {
    left: 7px;
}
  
  

#newsfeed--grid .news-card .cwf-card__container {
    display: flex;
    flex-direction: column;
}

#newsfeed--grid .news-card .cwf-card__container .cwf-card__body {
    padding: 15px 30px 30px 30px;
    order: 2;
}

#newsfeed--grid .news-card .cwf-card__container .cwf-card__media {
    order: 1;
}
  
  
  
  
  
/* EXTERNAL NEWS CSS FOR NEWS.VCU.EDU FEED */
/* In the News - Blog Feed
================================================= */
div.newsfeed {
    grid-gap: 2.5rem;
    padding: 0 50px;
}
.newsfeed .cwf-card {
    border: 0 !important;
    box-shadow: 0 0 15px 0 #00000017;
    border-radius: 10px;
    overflow: hidden;
}
.newsfeed .news-card p.publish-date a,
.newsfeed .news-card p.publish-date {
    text-transform: uppercase;
    margin-bottom: -10px;
    color: var(--site-color-black);
    font-weight: bold;
    font-size: .95em;
    opacity: .7;
    letter-spacing: 1px;
    text-decoration: none;
}
.newsfeed .news-card h3,
.newsfeed .news-card h3 a {
    text-decoration: none;
    color: var(--site-color-black);
}
.newsfeed .news-card h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 100px;
}



/* Newsfeed Cards */
.newsfeed .cwf-card.news-card {
    transition: .2s all ease-in-out;
}
.newsfeed .cwf-card.news-card:hover {
    transform: scale(1.015);
}
.newsfeed .cwf-card.news-card .cwf-card__media img {
    transition: .2s all ease-in-out;
    height: 240px !important;
    width: 100%;
    object-fit: cover;
}
.newsfeed .cwf-card.news-card:hover .cwf-card__media img {
    transform: scale(1.05);
}
.newsfeed .cwf-card.news-card .cwf-card__media a {
    width: 100%;
    height: 240px;
}
.newsfeed a.text-arrow-button {
    font-size: 1rem;
    text-transform: uppercase
}
.newsfeed .cwf-card.news-card:hover a.text-arrow-button:after {
    left: 7px;
}
  
  

.newsfeed .news-card .cwf-card__container {
    display: flex;
    flex-direction: column;
}

.newsfeed .news-card .cwf-card__container .cwf-card__body {
    padding: 15px 30px 30px 30px;
    order: 2;
}

.newsfeed .news-card .cwf-card__container .cwf-card__media {
    order: 1;
}  
  
  
  
  
  


/* Filter and Results Content
============================================= */
table#resultsTable, 
table#resultsTable tbody {
    border: 0 !important;
    background: transparent !important;
    border-spacing: 0 !improtant;
    --cwf-table--background-color: #fff;
    --cwf-table--border-color: #fff;
    --cwf-table__caption--color: #555;
    --cwf-table__thead--background-color: #f8f8f8;
    --cwf-table__thead--border-color: #fff;
    --cwf-table__td--before--background-color: unset;
    --cwf-table__td--before--color: unset;
}
table#resultsTable td:last-child {
    vertical-align: middle;
    text-align: right
}


table#resultsTable td {
    border-bottom: 1px solid #00000036 !important;
}


/* Filter Dropdown */
div#filters-row {
    border-bottom: 4px solid black;
    margin: 50px 0px 50px 0px;
    padding: 25px 25px 50px;
}
div#filters-row .selectdiv {
    position: relative;
    min-width: 450px;
    display: flex;
    align-items: flex-start
}
div#filters-row .selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: var(--site-color-orange);
    right: 15px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
/* IE11 hide native button */
div#filters-row  select::-ms-expand {
    display: none;
}
div#filters-row .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  font-weight: bold;
  width: 100%;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 25px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: var(--site-color-lightblue);
  background-image: none;
  /*border: 1px solid var(--site-color-black);*/
  border:  0;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 4px;
}
/* Search field */
div#filters-row input.search {
    width: 400px;
	/* background: url(/assets/img/wilder-imgs/search-btn-icon.svg) no-repeat right center;*/
    background-size: contain;
    height: 50px;
    border: 1px solid var(--site-color-blue);
    border-radius: 50px;
    padding: 0 25px
}

/* Search Results Content */
table#resultsTable a.download-btn {
    background: var(--site-color-lightblue);
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 7px;
}
table#resultsTable a.download-btn:after {
    content: ">";
    color: var(--site-color-orange);
    margin: 0 15px;
}
table#resultsTable.report-results td:first-child {
	/* background: url(/assets/img/wilder-imgs/icn-scholarship.svg) left center no-repeat;*/
    background-size: 80px;
    padding-left:  100px;
}
table#resultsTable h2,
table#resultsTable h2 a {
    margin: 0;
    font-size: 1.5rem;
    text-decoration: none;
    color:  var(--site-color-black);
}
table#resultsTable p,
table#resultsTable p a {
    margin-top: -5px;
    color: #676767;
    text-decoration: none;
}


table#resultsTable {
    padding: 60px !important;
    max-width: 1300px;
    margin: 0 auto;
}

table#resultsTable tr.Row {
    transition: .2s all ease-in-out;
}

table#resultsTable tr.Row:hover {
    background: white;
    border-radius: 10px !important;
    box-shadow: 0 0 15px 0 #0003;
    transform: scale(1.02);
}

table#resultsTable.event-results tr.Row td .event-image img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 10px;
}

table#resultsTable.event-results td:first-child {
    vertical-align: middle;
}

table#resultsTable.event-results .date-lockup,
table#resultsTable.event-results .event-image,
table#resultsTable.event-results .event-details {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}


table#resultsTable.event-results .date-lockup {
    width: 140px;
}
table#resultsTable.event-results .date-lockup .weekday-month .weekday {
    font-weight: bold;
    margin-bottom: -5px !important;
    padding-bottom: 0 !important;
}

table#resultsTable.event-results .date-lockup .weekday-month {
    display: inline-block;
    vertical-align: middle;
    color: var(--site-color-blue);
    margin-rigth: 5px !important;
}
table#resultsTable.event-results .date-lockup .date {
    font-size: 3rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: lighter;
    margin-left: 5px;
    color: var(--site-color-blue);
}
div#no-results {
    text-align: center;
    padding: 0px;
    font-size: 1.5rem;
}

/* About Us - Content Page
============================================= */
section.hdr-section.featured-section.about-us h1 {
    font-size: 2.3em;
    line-height: 1.2em
}
section.hdr-section.about-us img.grid--featured-image, img.grid--featured-image {
    max-height: 745px;
}
div#mission-vision--grid {
    grid-gap: 3rem;
    padding: 50px 0;
}
div#mission-vision--grid .vision-mission-card {
    background: var(--site-color-blue);
    padding: 70px 50px;
    border-radius: 10px;
}
div#mission-vision--grid .vision-mission-card .cwf-card__media {
    background: transparent;
}
div#mission-vision--grid .vision-mission-card .cwf-card__body h3 {
    color: white;
    text-align: center;
    font-size: 1.7rem;
    margin-top: 15px !important;
    display: block;
}
div#mission-vision--grid .vision-mission-card .cwf-card__body p {
    color: white;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2rem;
}


/* Contact Us
================ */
div#contact-us--grid {
    grid-gap: 3rem;
    padding: 50px;
}
.contact-us--social {
    margin-top: 40px;
}

.shadow-box.contact-details {
    box-shadow: 0 0 30px 0 #00000026;
    padding: 55px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shadow-box.contact-details a.lrg-btn {
    background: var(--site-color-blue);
    color: white;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 25px;
    margin: 35px 15px;
    transition: .2s background ease-in-out;
}
.shadow-box.contact-details a.lrg-btn:hover {
	background: black;
}
.shadow-box.contact-details .small-type {
	font-sie: .8em;
}
.contact-block {
    display: flex;
    box-shadow: 0 0 30px 0 #00000024;
}
.contact-block:first-child {
    margin-bottom: 25px;
}
.contact-block .person-img {
    width: 50%;    
}
.contact-block .person-img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.contact-block .people-content-wrapper {
    padding: 20px 35px;
}

.contact-block .people-content-wrapper ul.contact-details  {
    list-style: none;
    padding: 0;
    min-height: 70px;
}

.contact-block .people-content-wrapper ul.contact-details .phone {
    margin-bottom: 7px;
    display: block;
}
.contact-block .people-content-wrapper ul.contact-details .phone:before {
    content: "";
/*    background: url(/assets/img/wilder-imgs/icn-phone.svg ) no-repeat center center;*/
    background-size: cover;
    width: 28px;
    display: inline-block;
    margin-right: 10px;
    height: 28px;
    border-radius: 50px;
    vertical-align: middle;
}
.contact-block .people-content-wrapper ul.contact-details a.email {
    text-decoration: none;
    font-weight: normal;
    color: black;
    margin-bottom: 10px;
    display: block;
}
.contact-block .people-content-wrapper ul.contact-details a.email:before {
    content: "";
/*    background: var(--site-color-vcu-gold);*/
/*    background: url(/assets/img/wilder-imgs/icn-email.svg ) no-repeat center center;*/
    background-size: cover;
    width: 28px;
    display: inline-block;
    margin-right: 10px;
    height: 28px;
    border-radius: 50px;
    vertical-align: middle;
}

/* Results Data
======================= */
div#resultsTable.card-grid {
    display: flex;
    flex-wrap: wrap;
}

div#resultsTable.card-grid .Row.card {
    box-shadow: 0 0 30px 0 #00000030;
    margin: 15px;
    padding: 25px;
    width: 31%
}
div#resultsTable.card-grid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px!important; /* was 50px */
}


div#resultsTable.card-grid .Row.card {
    box-shadow: 0 0 30px 0 #00000030;
    margin: 15px;
    padding: 25px 35px 35px;
    width: 31%;
    border-top: 10px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .2s ease-in-out all;
    overflow: hidden;
}
div#resultsTable.card-grid .Row.card:hover {
	transform: scale(1.03);
}

div#resultsTable.card-grid .Row.card .date {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--site-color-lightgray);
    font-size: .85em;
}

div#resultsTable.card-grid .Row.card h2 {
    font-size: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height: 1.4em;
    min-height: 80px;
    margin-bottom: 25px;
}


/* Team Member Page
======================= */
.cwf-grid.team-member-page {
	grid-gap:  3rem;
	padding:  50px;
    align-items: start;
}

.post-details-wrapper
{ 
  padding-top:0px!important;
}

@media (max-width: 1024px) {    
    .team-member-page .featureImage {
        clear: unset !important;
        float: unset !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
    }
    .news_fulltext blockquote {
        font-size: 16px;
        line-height: 1.875em;
        font-weight: 300;
        border-left: 6px solid #007f93;
        margin: 0 !important;
        padding: 0 0 0 0.6em;
        color: #007f93;
        float: unset !important;
        max-width: unset !important;
        clear: both;
        width: 100% !important;
    }
}  
  


/* Responsive Homepage News and Tabs */
@media (max-width: 1199px) {
    section.our-latest-work .newsfeed .newsHF__item {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    section.full-width-section.home-page,
    section.full-width-section.home-page.bkgd-light-tan.our-latest-work.section-row {
        margin: 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    nav.cwf-tabs__nav , 
    nav.cwf-tabs__nav .cwf-tabs__tabs,
    nav.cwf-tabs__nav .cwf-tabs__tabs button {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
        border-radius: 0 !important;
    }
}



/* Event Post
======================= */
.postfeed .event-post.featured-event {}

.postfeed .event-post {
    background: white;
    border-radius: 10px;
}
.postfeed .event-post .post-content {
    padding: 25px;
}
.postfeed .event-post .event__tag {
    border-left: 8px solid var(--site-color-yellow);
    padding: 0 10px; 
    font-weight: bold;
    text-transform: uppercase;
}
.postfeed .event-post {
    transition: all .2s ease-in-out;
}
.postfeed .event-post:hover {
    transform: scale(1.025);
    box-shadow: 0 0 15px 0 #00000029;
}
  
.events-feed-results .Row.card {
    border-top: 10px solid var(--site-color-blue) !important;
}  


/* Video Component
======================= */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-row {
    padding: 75px;
}
.video-row .video-placeholder img {
    width: 100%;
}
.video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.video-placeholder .play-btn {
    position: absolute;
}
   



/* Featured Stats
========================================================= */

.featured-stats .badge img {
    max-width: 200px !important; 
    margin: 0 auto;
    display: block;
}
.featured-stats .stats .cwf-grid {
    grid-gap: 0px;
    margin-bottom: 50px;
}
.featured-stats .cwf-grid .stat-block {
    border-right: 2px dashed var(--site-color-yellow);
    padding: 0 20px;
}
.featured-stats .cwf-grid .stat-block:last-child {
    border: none;
}
.featured-stats .stat-block .lrg-number {
    display: block;
    marign: 0 auto !important;
    text-align: center;
    font-size: 3.5rem;
    color: var(--site-color-wilder-blue);
    font-weight: bold;
}
.featured-stats .stat-block .stat-description {
    font-size: .85rem;
    text-align: center !important;
    margin-top: 15px;
    display: block
}
      
      
.featured-stats .stats-button a {
    margin: 50px auto 25px;
    display: block;
    width: fit-content;
    background: black !Important;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    font-family: var(--cwf-font--sans-serif,inherit);
    font-weight: 700;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color .1s ease-in-out,color .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.featured-stats .stats-button a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    color: var(--site-color-yellow);
    margin-left: 15px;
}

@media (max-width: 1024px) {
  .featured-stats .cwf-grid {
      display: block;
  }
  .featured-stats .cwf-grid .stat-block:first-child {
      margin-top: 50px;
  }
  .featured-stats .cwf-grid .stat-block {
      border-right: none;
      display: block;
      padding: 30px;
  }
}      
      

/* Slanted Sub-Head
=========================================================== */

.slanted-sub {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-radius: 0;
    background: var(--site-color-blue);
    color: white !important;
    padding: 2px 25px;
    border-left: 6px solid var(--rise-color-seafoam);
    display: inline-block;
    border-left: 10px solid var(--site-color-yellow);
}
.slanted-sub span.sub-head {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);  
  display: inline-block;
  font-family: var(--site-sans-serif-font);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}


/* Featured Testimonial
============================================================= */

.testimonial-feature .cwf-grid {
    align-items: center;
}
.testimonial-feature .content-wrapper {
    border: 6px solid #F7CF46;
    position: relative;    
}
.testimonial-feature .testimonial-img {
    height: 100%;
    display: flex; 
    align-items: center;
    justify-content: center;
}      
.testimonial-feature .testimonial-img img {
    position: relative;
    padding: 0px !important;
    margin: 30px;
    left: -75px;
    border-radius: 10px !important;
    height: 80% !important;
    object-fit: cover;
}
.testimonial-feature .testimonial-content {
    padding: 50px 155px 50px 10px;
}
.testimonial-feature .testimonial-content h3 {
    font-size: 2rem;
    line-height: 3.5rem;
}
.testimonial-feature .testimonial-content .testimonial_cred {
    border-left: 6px solid var(--site-color-wilder-blue);
    display: block;
    margin-top: 25px;
    padding: 0 0 0 25px !important;
}
.testimonial-feature .testimonial-content .testimonial_cred span {
    font-weight: bold;
}
      
/*@media (min-width: 900px) and (max-width: 1600px) {*/
@media (max-width: 1600px) {  
    .testimonial-feature .testimonial-img {
        padding: 25px 0px 25px 50px !important;
    }
    .testimonial-feature .testimonial-img img {
        left: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }
    .testimonial-feature .testimonial-content {
        padding: 50px ;
    }
    .testimonial-feature .testimonial-content {
        padding: 30px;
    }
    .testimonial-feature .testimonial-content h3 {
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

@media (max-width: 1024px) {
    .testimonial-feature .testimonial-img {
        padding: 0px 25px 0 25px !important;
    }
}      


/* Image and Text Combo Block Component
============================================================ */
.txt-content-block {
	align-items: center;
}




/* Featured News Grid
============================================================ */
.newsfeed .news-grid .news-post {
    display: flex;
    margin: -10px 0 20px;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0;
}
.newsfeed .news-grid .news-post:first-child {
    margin-top: 0;
    padding-top: 0;
}
.newsfeed .news-grid .news-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.newsfeed .news-grid .news-post .post-content {
    padding: 0 25px;
}
.newsfeed .news-grid .news-post h2 {
    font-size: 1.2rem;
}
.newsfeed .cwf-button.text-only {
    padding: 0;
    margin: 15px 0;
}
.newsfeed h2 {
    font-family: var(--site-sans-serif-font);
    line-height: 1.7rem;
    font-size: 1rem !important;
}

.newsfeed .featured-news-post h2 {
    font-family: var(--site-sans-serif-font);
    line-height: 2.3rem;
    font-size: 1.3rem !important;
}

.news-grid .news-post img {
    height: 160px !important;
    width: 180px !important;
    max-width: unset;
    object-fit: cover;
    border-radius: 8px;
    max-height: unset;
    min-height: unset;
}
      
@media (max-width: 1024px) {
    .news-grid {
        display: block !important;
    }
    .newsfeed .news-grid .news-post {
        display: flex;
        flex-direction: column;
        border-bottom: unset;
        margin: 0;
        padding: 0;
    }
    .news-grid .news-post img,
    .newsfeed .news-grid .news-post:first-child img {
        height: 300px !important;
        width: 100% !important;
        max-width: unset;
        object-fit: cover;
        border-radius: 8px;
    }
    .newsfeed .news-grid .news-post .post-content {
        padding: 20px 0;
    }
}    



/* Revised News GRID */
.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
.news-post:nth-child(1) { 
	grid-area: 1 / 1 / 4 / 3;
}
.news-post:nth-child(2) { 
	grid-area: 1 / 3 / 2 / 5;
}
.news-post:nth-child(3) { 
	grid-area: 2 / 3 / 3 / 5;
}
.news-post:nth-child(4) { 
	grid-area: 3 / 3 / 4 / 5;
}

/* Updates */
.newsfeed .news-grid .news-post {
    margin: 0;
    padding: 0;
}
.newsfeed h2 {
    font-family: var(--site-sans-serif-font);
    line-height: 1.7rem;
    font-size: 1rem !important;
    margin-top: 0;
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-gap: 50px;
}


/* Featured News Post */
.newsfeed .news-grid .news-post:nth-child(1) {
    display: flex;
    flex-direction: column;    
    border-bottom: unset;
/*    margin: -10px 0 20px;
    padding: 0px 0; */
    margin: 0;
    padding: 0;
}
.news-grid .news-post:nth-child(1) img {
    height: 500px !important;
    width: 100% !important;
    max-width: unset;
    object-fit: cover;
    border-radius: 8px;
}
.newsfeed .news-grid .news-post:nth-child(1) .post-content {
    padding: 20px 0;
}
.newsfeed .news-post:nth-child(1) h2 {
    font-family: var(--site-sans-serif-font);
    line-height: 1.7rem;
    font-size: 1rem !important;
}
.newsfeed .news-post:nth-child(1) .cwf-button.text-only {
    padding: 0;
    margin: 15px 0;
}



/* Featured Page Header
=========================================================== */
section.feature-page-hdr {
    background: #3c3c3c;
    background: rgb(84,84,84);
    background: linear-gradient(270deg, rgba(84,84,84,1) 0%, rgba(0,0,0,1) 100%);
}
section.feature-page-hdr:after {
    content: "";
    display: block;
    background: #f2f0e9;
    height: 50px;
    width: 100%;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
    position: relative;
    bottom: -1px;
}
section.feature-page-hdr .container {
    max-width: var(--site-row-max-width);
    margin: 0 auto;
    margin-top: 50px;
}
.feature-page-hdr  .cwf-grid.cwf-grid--2-columns.container {
    margin-top: 25px;
}      
section.feature-page-hdr .featured-content {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    padding: 35px;
}
section.feature-page-hdr .featured-content h1,
section.feature-page-hdr .featured-content p {
    color: white;
}
section.feature-page-hdr .featured-content h1 {
 	color: var(--site-color-yellow); 
}
section.feature-page-hdr .featured-content .sub-head {
    font-weight: bold;
}
section.feature-page-hdr .program-alert {
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-radius: 10px;
    color: black !important;
    border-left: 8px solid var(--site-color-yellow);
}
section.feature-page-hdr .program-alert p {
    color: black !important;
    margin: 0;
    padding: 0;
}
section.feature-page-hdr .program-alert a {
    text-decoration: none;
    color: var(--site-color-blue);
    text-transform: uppercase;
}
section.feature-page-hdr .featured-img {
 	bottom: -50px;
    position: relative;
    z-index: 1; 
}
      
section.feature-page-hdr .featured-img img {
	/*border-radius: 10px;
	box-shadow: 0 0 30px 0 #000;
	padding: 0;
	width: 100%;
	height: 500px;
	object-fit: cover;*/
  
    border-radius: 10px !important;
    box-shadow: 0 0 30px 0 #000;
    padding: 0;
    width: 100% !important;
    height: 550px !important;
    object-fit: cover !important;
}
@media (max-width: 1024px) {
    section.feature-page-hdr .featured-img img {
        border-radius: 10px !important;
        box-shadow: 0 0 30px 0 #000;
        padding: 0;
        width: 90% !important;
        height: 550px !important;
        object-fit: cover !important;
        margin: 25px;
        margin-top: -30px;
    }
    section.feature-page-hdr .featured-img {
        bottom: -50px;
        position: relative;
        z-index: 1;
        text-align: center;
    }
}
      

      
/* Turn Off Stats */
.featured-stats.no-stats {
    display: none;
}
.feature-page-hdr.no-stats:after {
    background-color: white;
}  
.featured-stats.yes-stats {
    display: block;
}      
      

      
/* Optional CTA Button */      
.featured-content a {
    color: white;
    text-decoration: none;
}
.featured-content a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    color: var(--site-color-yellow);
    margin-left: 15px;    
}
      

/* Featured Stats */

.standard-width-container {
    max-width: var(--site-row-max-width);
    margin: 0 auto;
    margin-top: 50px;
}
.standard-width-container a.cwf-button.black {
    margin: 50px auto 25px;
    display: block;
    width: fit-content;
}

/* Featured List */

ul.featured-list,
.plugin-general-content.large-bullets ul  {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}
ul.featured-list li,
.plugin-general-content.large-bullets ul li{
    display: block;
    padding: 15px 15px 15px 80px;
    font-size: 1rem;
    position: relative;
    margin: 15px 0;
}
ul.featured-list li a,
.plugin-general-content.large-bullets ul li a  {
    color: black;
}
@media (min-width: 1100px) {
	ul.featured-list,
    .plugin-general-content.large-bullets ul {
	    columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
    ul.featured-list li,
    .plugin-general-content.large-bullets ul li {
      display: inline-block;
      width: 100%;
  }
  .featured-list h3,
  .plugin-general-content.large-bullets ul h3{
	    padding: 0;
	    margin-top: -7px;
	    margin-bottom: 3px;
	    font-family: var(--site-sans-serif-font);
	    font-weight: bold;
	    font-size: 1.1em;
	} 
}
.featured-list-wrapper {
    margin: 50px auto 100px;;
}

ul.featured-list li:before,
.plugin-general-content.large-bullets ul li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    /* content: "\f058"; */
    font-weight: 700;
    color: var(--site-color-dark-orange);
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid var(--site-color-tan);
}     

  
/* 3 Column Bullets */  
@media (min-width: 1100px) {
    ul.featured-list, .plugin-general-content.large-bullets.col-3 ul {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}  
  
  

/* Course Highlight */

.course-highlight-wrap .img-overlay:before {
    content: "";
    position: absolute;
    background: #00000078;
    display: block;
    width: 100%;
    height: 100%;
}
.course-highlight-content {
    z-index: 1;
}
.course-highlight-wrap {
    display: flex;
    align-items: center; 
    justify-content: center;
    position: relative;
}
.course-highlight-wrap .img-overlay,
.course-highlight-wrap .img-overlay img.course-featured-image {
    width: 100%; 
    min-height: 500px;
    object-fit: cover;
}
.course-highlight-wrap .course-highlight-content {
    position: absolute;
    background: white;
    max-width: 650px;
    padding: 35px 25px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 #010101d1;
    text-align: center;
}

@media (max-width: 700px) {
    .course-highlight-content {
        margin: 50px;
    }
}






/* NEW 2023 - TABS with Image -- Vertical
===========================================
===========================================
=========================================== */



/* Active Tab Panel - Layout
=========================================== */
.plugin-tabs__panel.lr-custom-tab[aria-hidden="false"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    padding: 50px;
    min-height: 480px;
    gap: 50px;
}
@media (min-width: 1024px) { 
  
  .plugin-tabs__panel.lr-custom-tab[aria-hidden="false"] {
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
  }
  
  .plugin-tabs__panel.lr-custom-tab img {
      /*height: 350px;*/
      width: 40% !important;
      max-width: 40% !important;
      object-fit: cover;
      height: 100% !important;
      object-fit: cover;
      min-height: 350px;
  }
}
/* Sets Tab Content to Full Width */
.lr-custom-tab .tab-body {
    flex: 1;
}

/* Tab Button Default Color */
nav .plugin-tabs__tabs button.plugin-tabs__tab:not([aria-selected="true"]) {
    /* background: var(--site-color-light-tan); */
  background: color-mix(in srgb, var(--site-color-yellow), var(--vcu-white) 90%);
  color: #000;
}
  
.plugin-tabs__tab:not([aria-selected="true"], :last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

/* Left Column Nav - Active Tab Button */
.plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"] {
     width: 105% !important;
     right: 0 !important;
     margin-right: 0 !important;
}


.plugin-tabs.plugin-tabs--left .plugin-tabs__nav {
    bottom: 0;
}

/* Tab Body CTA Buttons */      
.lr-custom-tab .tab-body a {
    text-decoration: none;
    color: black;
}
  
  .lr-custom-tab .tab-body a:hover {
    text-decoration: none;
    background-color: #ffb300;
    transition: background-color .1s ease-in-out,color .1s ease-in-out;

}
/*.lr-custom-tab .tab-body a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    color: var(--site-color-yellow);
    margin-left: 15px;
}*/
.lr-custom-tab .tab-body a {
    position: relative;
}
.lr-custom-tab .tab-body a:after {
    content: "" !important;
    display: inline-block;
    height: 2px;
    width: 100%;
    background: var(--site-color-yellow); 
    position: absolute;
    left: 0;
    bottom: -2px;
    margin: 0 !important; 
    font-family: unset !important;
    font-weight: unset;
}  
  
/* Override for buttons - no underline - target links inside button containers
 (ED updated July 2025) */
  
.lr-custom-tab .tab-body .cwf-button a:after,
.lr-custom-tab .tab-body .t4_button a:after {
    content: none !important;
    display: none !important;
}







      
/* Horizontal - Default Tabs
=========================================== */
@media (min-width: 1024px) {            
  .plugin-tabs button.plugin-tabs__tab[tabindex="0"] {
      background: white;
      color: black;
      font-weight: bold;
  }
  .plugin-tabs .plugin-tabs__tabs button {
      flex: 1;
  }      
}



/* Vertical Tabs
=========================================== */
@media (min-width: 1024px) {
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        height: 100%;
    }
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab {
        width: 100% !important;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
    }
    .plugin-tabs--left .plugin-tabs__tabs, 
    .plugin-tabs--right .plugin-tabs__tabs {
        --cwf-tabs__tabs--flex-direction: column;
        --cwf-tabs__tabs--align-self: unset;
    }

    /* Active Tab Nav Button */
    .plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"] {
        background: white;
    }
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab,
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab:hover,
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab:active,
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab:focus {
        /* border: 1px solid transparent !important; */
        border-right: 1px solid #dedede !important;
        border-radius: 0 !important; 
    }
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"],
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"]:hover,
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"]:active,
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"]:focus {
        border: 1px solid #dedede !important;
        border-right: 0px !important;
        border-radius: 10px 0 0 10px !important; 
    }      
    .plugin-tabs.plugin-tabs--left .lr-custom-tab[aria-hidden="false"] {
        border-radius: 0 10px 10px 0;
    }
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"] {
        color: black;
        font-weight: bold
    }
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab[tabindex="0"]:after {
        font-family: "Font Awesome 6 Free";
        content: "\f054";
        font-weight: 900;
        color: var(--site-color-yellow);
        margin-left: 15px;
    }
      
    .plugin-tabs.plugin-tabs--left .plugin-tabs__tabs .plugin-tabs__tab:not([aria-selected="true"], :last-child) {
      border-bottom: 1px solid rgba(0,0,0,0.125);
    }
}



/* People Directory - Cards
================================================= */

  
/* Team Member Card
================================================= */
div#resultsTable.card-grid .Row.card {
    box-shadow: 0 0 30px 0 #00000030;
    margin: 15px;
    padding: 25px 35px 35px;
    width: 31%;
    border-top: 10px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .2s ease-in-out all;
}
.people-directory-results .team-member-card {
    width: 47% !important;
    padding: 0 !important;
    border-top: 0 !important;
    height: 300px;
}
@media (max-width: 1024px) {
    div#resultsTable.card-grid {
        flex-direction: column;
    }
    div#resultsTable.card-grid .Row.card {
        width: 97%;
    }
}


/* Team Member Card - Content Wrapper
================================================= */
.people-directory-results .team-member-card .cwf-card__container {
    display: flex;
    margin: 0 !important;
    max-height: 100%;
    min-height: 100%;
}



/* Team Member Card - Content
================================================= */
.people-directory-results .team-member-card .cwf-card__body {
    order: 2;
    width: 63% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.people-directory-results .team-member-card .people-content-wrapper {
    padding: 15px;
}
.people-directory-results .team-member-card a {
    text-decoration: none;
    color: black;
    font-weight: normal;
  
    &:is(:hover,:focus) {
      text-decoration: underline #ffb300;
    }
}
.people-directory-results .team-member-card .cwf-card__body h2 {
    font-size: 1.2em;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    line-height: 1.4em;
    min-height: unset !important;
    margin-bottom: unset !important;
}
.people-directory-results .team-member-card .cwf-card__body p {
    font-size: .9em !important;
    line-height: 1.5em;    
}
.people-directory-results .team-member-card ul.contact-details {
    list-style: none;
    padding: 0;
}
.people-directory-results .team-member-card ul.contact-details li {
    margin-bottom: 5px;
}
.people-directory-results .team-member-card ul.contact-details .phone:before,
.people-directory-results .team-member-card ul.contact-details .email:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 7px;
    font-family: "Font Awesome 6 Free";
    color: var(--site-color-yellow);
    font-weight: 700;
}
.people-directory-results .team-member-card ul.contact-details .phone:before {
    content: "\f095";    
}
.people-directory-results .team-member-card ul.contact-details .email:before {
    content: "\f0e0";
}

.people-directory-results .team-member-card a.read-more {
    font-weight: bold;
  
	&:is(:hover,:focus) {
      text-decoration: none;
    }

  	&:is(:hover,:focus):after {
      margin-left: 15px;
    }
}
.people-directory-results .team-member-card a.read-more:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    color: var(--site-color-yellow);
    margin-left: 10px;
    font-weight: 700;
    transition: margin-left 0.1s ease-in-out;
}




/* Team Member Card - Image
================================================= */
.people-directory-results .team-member-card .cwf-card__media {
    order: 1;
    height: unset !important;
    width: 40%;
    height: 100% !important;
    margin-right: 5%;
    max-width: 100% !important;
}
.people-directory-results .team-member-card .cwf-card__media a {
    display: block;
    height: 100% !important;
    max-width: 100% !important;
}
.people-directory-results .team-member-card .cwf-card__media img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px 0 0 10px;
    max-width: 100% !important;
    
}
.cwf-card.team-member-card:hover img {
    transform: unset;
    border: 0;
}
@media (max-width: 1035px) {
    div#filters-row .selectdiv,
    div#filters-row .selectdiv select#filterYear,
    div#filters-row input[type="text"] {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    } 
   .people-directory-results .team-member-card {
        width: 95% !important;
        padding: 0 !important;
        border-top: 0 !important;
        height: 300px;
    }
    .people-directory-results .team-member-card .cwf-card__media {
        order: 1;
        height: unset !important;
        width: 115px;
        height: 100% !important;
        margin-right: 5%;
        max-width: 115px !important;
    }
    .people-directory-results .team-member-card .cwf-card__media img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px 0 0 10px;
        max-width: 100% !important;
    }
    .people-directory-results .team-member-card a.read-more {
        display: none;
    }
    .people-directory-results .team-member-card .cwf-card__body p {
        font-size: .8em !important;
        line-height: 1.5em;
    } 
    .people-directory-results .team-member-card ul.contact-details {
        list-style: none;
        padding: 0;
        font-size: .8em;
        white-space: nowrap
    }
} 


/* Team Member Card - Pagination
================================================= */
.people-directory-results .pagination-wrapper {
    margin: 50px auto;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around
}
.people-directory-results .pagination-wrapper a {
    text-decoration: none;
    color: black;    
}
.people-directory-results .pagination-wrapper span.currentpage {
    border: 3px solid var(--site-color-yellow);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .logo-group br {display: none !important;}
}






/* Parkinsons Specific
*************************************************
=================================================
*************************************************
=================================================
************************************************* */

/* Headers
================================================= */
.txt-content-block h1,
.txt-content-block h2,
.txt-content-block h3,
.testimonial-feature h1,
.testimonial-feature h2,
.testimonial-feature h3 {
    color: black;
    font-weight: bold;
}

/* Homepage
================================================= */
.home-stat-feature {
    position: relative;
}
.divider-curved-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.divider-curved-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 200px;
}
.divider-curved-top .shape-fill {
    fill: #FFFFFF;
}
section.home-stat-feature {
    padding-top: 150px;
}

/* Featured Stats
================================================= */
.parkinsons-featured-stats {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: -150px;
    z-index: 1
}

.parkinsons-featured-stats .stat-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0   15px 0 #00000045;
    overflow: hidden;
}

.parkinsons-featured-stats .stat-number {
    min-width: 180px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    background: var(--site-color-parkinsons-blue);
    border-start-end-radius: 50%100%;
    border-end-end-radius: 50%100%;
}
.parkinsons-featured-stats .stat-number .number {
    font-size: 2.8em;
    font-weight: bold;
    color: white;
}
.parkinsons-featured-stats .stat-number .number-title {
    text-transform: uppercase;
    margin-top: 5px;
    padding-top: 15px;
    color: white;
}
.parkinsons-featured-stats .stat-number .number-title:before {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background: var(--site-color-yellow);
    margin: 0 auto;
    border-radius: 10px;
    top: -5px;
    position: relative;
}
.parkinsons-featured-stats .stat-details {
    padding: 35px;
}
.parkinsons-featured-stats .stat-details p {
    color: var(--site-color-parkinsons-blue);
}


/* Featured Events Feed
================================================= */
.featured-events-list img.featured-events-image {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}
.featured-events-list .event-post .post-content {
    padding: 10px 50px 10px 20px;
    margin: 15px;
}
.featured-events-list .event-post {
    max-width: 100%;
}
.featured-events-list .event-post a {
    text-decoration: none;
    position: relative;
}
.featured-events-list .event-post a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    color: var(--site-color-dark-orange);
    margin-left: 15px;
    position: absolute;
    right: 25px;
    top: 40%;
}
.featured-events-list .event-post .event__date {
    font-family: var(--site-sans-serif-font);
    font-size: 1.1em;
    margin-bottom: 0;
}
.featured-events-list .event-post .event__date .date {
    font-weight: bold;
}
.featured-events-list .event-post .event__short-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal !important;
}
.featured-events-list .title-btn-row {
    padding: 10px 0 !important;
}
.featured-events-list .event-post {
    max-width: 600px;
}
.featured-events-list .cwf-button.full-width {
    max-width: 600px;
    margin-top: 15px;
}



/* Assistance Banner
================================================= */
.assistance-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    background: white;
    border: 4px solid #03486545;
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.assistance-banner .title {
    background: var(--site-color-blue);
    color: white;
    padding: 10px 40px;
    font-weight: bold;
    border-start-end-radius: 10%100%;
                border-end-end-radius: 10%100%;
    
}
.assistance-banner .details {
    padding: 10px 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
} 

.assistance-banner .details .phone {
    color: var(--site-color-blue);
    font-weight: bold;
}



/* Our Programs - Filters */
.filters-row {
    text-align: center;
    margin: 5px auto 35px;
}
.filters-row select {
    width: 260px;
    margin: 5px;
    background: white;
    border-radius: 6px;
    padding: 5px 20px;
    border: 3px solid #dddad1;
}

/* Our Programs - Cards */
.card-group .card {
    background: white;
    box-shadow: 0 0 15px 2px #00000012;
    border-radius: 10px;
    transition: .2s ease-in-out all;
    padding: 40px 45px;
}
.card-group .card:hover {
    transform: scale(1.03);
}

.card-group .card a.cwf-button {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
/*.card-group .card .sub-head {
    border-left: 6px solid var(--site-color-yellow);
    padding: 0;
    margin: 0;
    padding-left: 15px;
}*/
.card-group .card .title a {
    text-decoration: none;
    color: black;
}



/* GEHLI Featured Stats */

.featured-stats-group {
    display: grid;
    grid-template-columns: repeat(2, .65fr) repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    margin-bottom: 75px;
  	margin-top: 75px;
}
.featured-stats-group .stat-card:first-child .stat-wrapper {
    background: var(--site-color-blue);
    border-radius: 150px 0 150px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding-left: 75px;  
    z-index: 1;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    padding: 80px 70px;
/*    background-image: url(/assets/img/gehli-imgs/gfx-bkgd-pattern.png);*/
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.featured-stats-group .stat-card:first-child {
    position: relative;
    z-index: 1;
}
.featured-stats-group .stat-card:first-child:before {
    content: "";
    width: 200px;
    height: 150px;
    border: 2px solid var(--site-color-yellow);
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -30px;
    left: 10px;
    border-radius: 0 25px 0 25px;
    
}
.featured-stats-group .stat-card:first-child { 
    grid-area: 1 / 1 / 3 / 3; 
    border: 0;
}
.featured-stats-group .stat-card:first-child h3 {
    color: white;
    font-size: 2em;    
}
.featured-stats-group .stat-card:first-child span.yellow {
    color: var(--site-color-yellow);
    display: block;    
}
.featured-stats-group .stat-card:first-child p {
    color: white !important;
}

.featured-stats-group .stat-card {
    border-left: 3px solid var(--site-color-yellow);
    padding-left: 20px;
}
.featured-stats-group .stat-card h3,
.featured-stats-group .stat-card p {
    padding: 0 !important;
    margin: 0;
}
.featured-stats-group .stat-card h3 {
    marging-bottom: 15px !important;
    display: block;
}
p.sub-head.deadline {
    margin-bottom: 0;
}
.stat-card h3 {
    font-size: 3.25em;
    font-weight: bold;
}
.stat-card p {
    opacity: .7;
}
.featured-stats-group .stat-card:first-child span.yellow {
    font-size: 1.85em;
    display: block;
    margin-bottom: 25px;
}
.featured-stats-group .stat-card:first-child:before {
	display: none;
}



/* Trainings and Institutes Grid */
.training-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 25px;
}

.span-two { grid-area: 3 / 3 / 4 / 5; }

.span-two.purple-block {
    background: var(--site-color-blue) !important;
    border-radius: 150px 10px 150px 10px !important;
    position: relative;
    padding: 50px 75px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    background-image: url(/assets/img/gehli-imgs/gfx-bkgd-pattern.png) !important;
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}
.span-two.purple-block h3 {
    color: white;
    font-size: 2em
}
.span-two.purple-block p {
	color: white;
}
.span-two.purple-block h3 span.yellow {
    color: var(--site-color-yellow);
    display: block;
}


/* Homepage Testimonial */

.testimonial-feature .content-wrapper {
    border: 0;
    position: relative;
    background: var(--site-color-blue);
    border-radius: 150px 10px 150px 10px;
}
.txt-content-block h1, 
.txt-content-block h2, .txt-content-block h3, 
.testimonial-feature h1, .testimonial-feature h2, 
.testimonial-feature h3 {
    color: white;
    font-weight: bold;
}
.testimonial-feature .testimonial-content .testimonial_cred {
    border-left: 0px solid white;
    display: block;
    margin-top: 25px;
    padding: 0 0 0 0px !important;
}
.testimonial-feature .testimonial-content .testimonial_cred p span,
.testimonial-feature .testimonial-content .testimonial_cred p {
    color: white !important
}




/* Hero Video */
.hero {
    position: relative;
    width: 100%;
    /* min-height: 80vh; */
    /* max-height: 700px; */
    overflow: hidden;
    min-height: 700px;
}
.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3015800070028011) 0%, rgba(0,0,0,0.6685267857142857) 61%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3015800070028011) 0%, rgba(0,0,0,0.6685267857142857) 61%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3015800070028011) 0%, rgba(0,0,0,0.6685267857142857) 61%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.text-box {
    position: relative;
    top: 50%;
    left: 0px;
    text-align: center;
    margin-top: 150px;
    padding: 50px;
}

.hero-vid-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.text-box img.flower {
    margin-top: -200px;
    margin-bottom: -50px;
}
.text-box h1 {
    font-size: 3.5em;
    font-weight: bolder;
    color: white;
    text-shadow: 1px 1px 7px #00000099;
}
.text-box p {
    font-size: 1.2em;
    line-height: 1.6em;
    color: white;
/*    text-shadow: 1px 1px 7px #00000099;*/
}




/* Research and Innovation */

section.full-width-section.img-bkgd.section-row {
    background: #006895;
}
section.full-width-section.img-bkgd.section-row h1 {
	color: white !important;
}

p.sub-head.deadline {
    border-left: 6px solid #ffb300;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}


li.quick-links {
    padding: 15px 25px;
    background: #d5d5d5;
    color: black;
    text-transform: uppercase;
    font-size: .8em;
}

/* Newsletter Block */
section.newsletter.full-width-section {
    background: #F9F7F3;
}
section.newsletter form input[type=email] {
    background: white;
}

/* Directory */

div#resultsTable.card-grid .Row.card {
    box-shadow: 0 0 30px 0 #00000030;
    margin: 15px;
    padding: 25px 35px 35px;
    width: 31%;
    border-top: 10px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .2s ease-in-out all;
}
.people-directory-results .team-member-card .cwf-card__container {
    margin: 0 !important;
    max-height: 100%;
    min-height: 100%;
    display: grid;
    grid-template-columns: .5fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.people-directory-results .team-member-card .cwf-card__body {
    order: 2;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.people-directory-results .team-member-card .cwf-card__media {
    order: 1;
    height: unset !important;
    width: 100%;
    height: 100% !important;
    margin-right: 0%;
    max-width: 100% !important;
}
.people-directory-results .team-member-card .cwf-card__media a {
    display: block;
    height: 100% !important;
    max-width: 100% !important;
}
.people-directory-results .team-member-card .cwf-card__media img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px 0 0 10px;
    max-width: 100% !important;
}
  
  
/* Hidden Team Member card from Directory Page */
.research-directory-page .team-member-card[data-hide="yes"] {
    display: none !important;
}  



/* Strategic Priorities */

.section-row.featured-header  .cwf-grid {
    max-width: 1400px;
    margin: 0 auto;
}
.section-row.featured-header {
    background: url(../../assets/img/research/blur-bkgd.jpg) no-repeat center center;
    background-size: cover;
}
.section-row.featured-header h2 {
	color: var(--site-color-yellow);
	font-size: 2.5em;
}
.section-row.featured-header p {
	color: white;
}




span.content-wrapper h2 {
    color: black;
}

.cwf-card__media {
	background: unset;
}

  
  
  
/* RAI Specific Updates
  ========================================== */
  
  
/* Header - NAV */  
h1.cwf-header__department span.h2.cwf-header__parent {
    font-size: .889rem !important;
    margin: 0;
    padding: 3px 0;
    letter-spacing: 1.9px !important;
    line-height: 2rem !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}

h1.cwf-header__department span {
    font-weight: 700 !important;
    color: black;
    line-height: 1.7rem;
    font-size: 2rem;
    padding-bottom: 15px;
}  
  
/* @media (min-width: 1024px) {
 Typography 
.plugin-general-content h1:after, 
.plugin-general-content h2:after {
    display: none;
}
.plugin-general-content h1, 
.plugin-general-content h2 {
    color: black;
}  
  */ 
  
  @media (min-width: 1024px) {
  .plugin-general-content h1,
.plugin-general-content h2, .grid--content h2 {
	color: var(--site-color-parkinsons-blue)!important;	
}
.plugin-general-content h1:after,
.plugin-general-content h2:after, .grid--content h2:after {
	content: "";
	display: block;
	height: 4px;
	width: 100px;
	background: var(--site-color-purple);
	border-radius: 10px;
	margin: 25px 0px;
      }

    .plugin-general-content h1[style*="text-align"][style*="center"]::after,
.plugin-general-content h2[style*="text-align"][style*="center"]::after,
.plugin-general-content h1.text-center::after,
.plugin-general-content h2.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
  }
  

.txt-content-block span.t4_button a {
    border-radius: 5px !important;
    border: 0;
}

  
/* Featured Stats
  ================================== */
.featured-stats-group .stat-card:first-child .stat-wrapper {
    background: none;
     padding: 0 20px;   
}

.featured-stats-group .stat-card:first-child p {
    color: black !important;
}
.featured-stats-group .stat-card:first-child span.yellow,
.featured-stats-group .stat-card:first-child h3 {
    color: #ffb300;
    text-shadow: 0 0 10px black;
    z-index: 1;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 2.3em;
    padding: 50px 0;
}
.featured-stats-group .stat-card:first-child h3:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url('/media/office-of-research-and-innovation/images/2025images/brush-mark.png') center center no-repeat;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 0;
    background-size: contain;
}  
  
  
 
  
    
/* Research and Innovation Specific
================================== */

/* Hero Video Header on Homepage */
@media (max-width: 798px) {
    .hero h1 {
        font-size: 2.25em
    }
}  
  
  
  
/* Footer */  
footer.cwf-footer h2 {
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
}
  
/* Button Styles (to change 7/16)  
.plugin-general-content .t4_button a {
	background: #ffb300 !important;
    color: #000000 !important;
    border-radius: 1.5rem;
}
.plugin-general-content .t4_button a:hover {
    /*background: #333333 !important;
    color: white !important;
    background: black !important;
    color: white !important;
    border-radius: 1.5rem;
}  */

/* Cards */  
.plugin-card.plugin-card--image.plugin-card--stacked {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 20px 0 #0000002e;
}


aside.page-title-header h1 {
    font-weight: bold;
}

/* Testimonial Updates */
span.testimonial_cred a {
    color: white;
    text-decoration: none;
}
.testimonial-feature p {
    color: white;
}

  
/* Responsive Styles */
@media (max-width: 650px) {
    .featured-stats-group {
        display: flex;
        flex-direction: column;
    }
    .featured-stats-group .stat-card {
        text-align: center;
        border: 0    
    }
}

  
  
/* Research Lifecycle Accordion  */  
.plugin-accordion .dot .plugin-accordion__title:before {
    content: " ";
    width: 15px;
    height: 15px; 
    background: gray;
    display: inline-block;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 5px;
}
.plugin-accordion .dot.plan .plugin-accordion__title:before {background: #fb9200;}
.plugin-accordion .dot.purpose .plugin-accordion__title:before {background: #953417;}
.plugin-accordion .dot.setup .plugin-accordion__title:before {background: #8a6c8e;}
.plugin-accordion .dot.manage .plugin-accordion__title:before {background: #186893;}
.plugin-accordion .dot.close .plugin-accordion__title:before {background: #156649;}

.research-lifecycle-content .plugin-general-content {
    padding-bottom: 5px;
}
.research-lifecycle-content button.plugin-accordion__toggle {
    display: none;
}
.research-lifecycle-content .plugin-accordion .plugin-accordion__heading {
    padding: 15px 25px;
}
.plugin-accordion__panel.dark .plugin-accordion__heading {
    background: black;
    color: white;
}
.plugin-accordion .dot.close {
    margin-bottom: 40px;
    
}


/* Featured Stats */  
.featured-stats-group .stat-card {
    border-left: 6px solid #d9d9d9;
    padding-left: 20px;
}
.featured-stats-group .stat-card h3 {
    marging-bottom: 15px !important;
    display: block;
    color: #ffb300;
}
.featured-stats-group .stat-card p {
    padding: 0 !important;
    margin: 0;
    color: black;
}

  
/* Gray gradient bkgd */  
section.full-width-section.gray-bkgd {
    background: rgb(45,45,45) !important;
    background: -moz-linear-gradient(180deg, rgba(45,45,45,1) 0%, rgba(70,70,70,1) 51%, rgba(61,61,61,1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(45,45,45,1) 0%, rgba(70,70,70,1) 51%, rgba(61,61,61,1) 100%) !important;
    background: linear-gradient(180deg, rgba(45,45,45,1) 0%, rgba(70,70,70,1) 51%, rgba(61,61,61,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d2d2d",endColorstr="#3d3d3d",GradientType=1) !important;
}
section.full-width-section.img-bkgd.section-row.gray-bkgd h1 {
    color: #ffb300 !important;
}


/* CC Form */
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    color: #000000;
    background-color: #ffb300;
    border: 1px solid #ffb300;
}
form.ctct-form-custom input#email_address_0 {
    background: #fff !important;
    border: 2px solid #cfcfcf;
}


/* Testimonial Callout Block */  
.testimonial-feature h2 {
    color: #ffb300;
}
.testimonial_cred a:after {
    font-family: "font awesome 6 free";
    content: "\f054";
    color: var(--site-color-yellow);
    margin-left: 15px;
}

  
/* Custom Table Layout Styles
  ================================================ */
  

.custom_table table thead tr {
    /*background: #ffb300;*/
    background: #006895;
    color: white;
}
.custom_table table tbody tr th {
    /*background: #006895;
    color: white;*/
    background: unset;
    color: #000000;
}
.custom_table table tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .custom_table .cwf-scroll table, 
    .custom_table .cwf-scroll thead, 
    .custom_table .cwf-scroll tbody, 
    .custom_table .cwf-scroll th, 
    .custom_table .cwf-scroll td, 
    .custom_table .cwf-scroll tr {
        display: block;
        width: 100% !important;
        height: initial !important;
    }
    .custom_table .cwf-scroll thead tr {
        display: none;
        height: unset !important;
    }
    .custom_table .cwf-scroll tr {
        margin-bottom: 25px;
    }
    .custom_table table td[data-label]:before {
        background-color: var(--cwf-table__td--before--background-color);
        color: var(--cwf-table__td--before--color);
        content: attr(data-label);
        display: inline-block;
        display: block;
        font-size: .75rem;
        font-weight: 700;
        left: 0;
        padding: 0 .5em;
        position: absolute;
        top: 0;
    }
    .custom_table .cwf-scroll td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ddd;
        padding: 30px 10px 10px;
    }
}  


  
  
  
  
/* Policy Report – Component
  ================================================ */  
  
.Row.card.policy-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 10px;
}
.Row.card.policy-card .card-content-wrap {
    display: flex;
    align-items: center;
}
.Row.card.policy-card .gfx {
    background: #F5F5F5;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;  
    margin: 0 15px;
}
.Row.card.policy-card .gfx i {
    font-size: 35px;
    color: #ffb300;
}

.Row.card.policy-card .card-content h2 {
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 900px
} 
 
/* added bounds for description */
.Row.card.policy-card .card-content .desc {
    max-width: 54em;
}
  
.Row.card.policy-card a.cwf-button.black {
    color: white !important;
  
  	i {
      transition: color 0.1s ease-in-out;
    }
}
.Row.card.policy-card a.cwf-button.black:is(:hover,:focus) {
    /* color: white !important;
    background: #3a3a3a !important; */
  	background-color: var(--vcu-gold) !important;
  	color: var(--vcu-black) !important;
    
    i {
      color: var(--vcu-black) !important;
    }
}
.Row.card.policy-card:hover {
    background: #eceff27d;
}
.Row.card.policy-card:hover .gfx {
    background: white;
}
.Row.card.policy-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 10px;
    border-bottom: 1px solid #cbcbcb;
    padding: 25px;
}

  .vcu-gold-hover:hover {
    background-color: #F8B800 !important;
    transition: background-color 0.3s ease;
}
  


 .event-details h2 {
    color: black; 
  }

  
  
  .funding-feed-feature p.sub-head.deadline {
    border-left: 6px solid #ffb300;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize;
}

  /* External target=_blank Links*/

  a:not([class*="a2a_button"],.news-card__header-link,.funding-details)[target="_blank"]::after {
    content: "\f08e"; /* Font Awesome icon for "external-link-alt" */
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-left: 4px;
    font-size: 13px;
    /*margin-right: 2px; Reduce so that when there is a period, there is less of a gap*/
    color: #ffb300;
    text-decoration:none;
    display:inline-block;
}
  a[target="_blank"]:hover::after {
    color: #000000;
}
  
  .cwf-card__media a[target="_blank"]::after {
        display: none;
    }
  a.news-card__date-link[target="_blank"]::after {
    color: var(--vcu-black);
  }
/* Black color when inside span with t4_button class */
span.t4_button a[target=_blank]::after {
    color: black !important;
}

/* Gold color on hover */
span.t4_button a[target=_blank]:hover::after {
    color: #ffb300 !important;
}


/* Sidebar Navigation and components */
.plugin-general-content.sidebar-nav {
    background: var(--site-color-light-tan);
    padding: 20px;
    border-radius: 20px;
    top: 55px;
    margin-bottom: 100px;  
}
.plugin-general-content.sidebar-nav ul {
    list-style: none;
    padding: 25px 0;
    margin-bottom: 0;
}
.plugin-general-content.sidebar-nav li {
    border: 0 !important;
    margin-bottom: 10px;
}
.plugin-general-content.sidebar-nav ul li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    background: white !important;
    padding: 8px 10px !important;
    border-radius: 10px;
    font-size: .95em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plugin-general-content.sidebar-nav li a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    color: var(--site-color-yellow);
    float: right;
}
.plugin-general-content.sidebar-nav ul li a:hover {
    background: black !important;
    color: white;
}
  
  
/* Sidebar Navigation and components */
.cus_dynamic_sidebar ul.list_menu {
    list-style: none;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden
}
.cus_dynamic_sidebar ul.list_menu li a {
    background: #f8f8f8;
    display: block;
    border-bottom: 1px solid #dddddd;
    color: #6d6d6d;
    text-decoration: none;
    padding: 12px 20px;
    border-left: 6px solid #f8f8f8;
}
.cus_dynamic_sidebar ul.list_menu li a:hover {
	background: #ffb300;
    color: black;
    border-left: 6px solid #000;
  }
.cus_dynamic_sidebar ul.list_menu li:last-child a {
    border-bottom: 0;
}
.cus_dynamic_sidebar ul.list_menu li.active a {
    border-left: 6px solid #ffb300;
}





/* Goal Cards
  ==================================================== */
  .goal-cards {
    box-shadow: 0 0 30px 0 #00000021;
    border-radius: 10px;
    margin: 30px 15px;
    display: flex;
    overflow: hidden;
  }
  .goal-cards .left-col {
    background: gray;
    width: 35%;
    min-width: 35%; 
    max-width: 100%;
  }
  @media (min-width: 1024px) {
    .goal-cards .left-col {
      background: gray;
      width: 35%;
      min-width: 35%; 
      max-width: 35%; 
    }
  }
  /*.goal-cards .slanted-hdr {
    transform: translate(0px, 0px) skew(-25deg, 0deg);
    background: black;
    color: white;
    width: fit-content;
    padding: 10px 55px !important;
    left: -15px;
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }*/
  .goal-cards .slanted-hdr {
    transform: translate(0px, 0px) skew(-25deg, 0deg);
    background: black;
    color: white;
    width: fit-content;
    padding: 10px 85px !important;
    left: -55px;
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    max-width: 100%;
  }
  .goal-cards .slanted-hdr .unslated {
    transform: translate(0px, 0px) skew(25deg, 0deg);
  }
  .goal-cards .summary {
    padding: 15px 35px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
  }
  /*.goal-cards .list-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid black;
    margin: 15px 35px;
    padding: 10px 0;
  }*/
  .goal-cards .list-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid black;
    margin: 15px 0px;
    padding: 0px 0;    
  }
  .goal-cards .right-col {
    padding: 25px 50px;
  }
  .goal-cards .right-col ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    /*padding-left: 85px;
    padding-right: 35px;
    padding-bottom: 25px;*/
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .goal-cards .right-col li {
    counter-increment: my-awesome-counter;
    margin-bottom: 15px;
    position: relative;
  }
  .goal-cards .right-col li::before {
    content: counter(my-awesome-counter);
    background: #c0c0c0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: block;
    line-height: 2rem;
    color: black;
    text-align: center;
    margin-right: 0rem;
    left: -50px;
    position: absolute;
  }

  /* Color Variations	*/
  .goal-cards.gold-bkgd .left-col {
    background: #ffb300;
  }
  .goal-cards.black-bkgd .left-col {
    background: #000000;
  }
  .goal-cards.black-bkgd .left-col .summary {
    color: white;
  }
  .goal-cards.black-bkgd .left-col .slanted-hdr {
    background: #ffb300;
    color: black;
  }
  
  /* Disable nested custom icons */
  .goal-cards .right-col li ol li::before {
      display: none;
  }
  
  @media (max-width: 1024px) {
    .goal-cards {
      flex-direction: column;
    }
    .goal-cards .left-col {		    
      width: 100%
    }
  }


/* Large Bullets Checked Items - CSS Grid Conversion */
ul.featured-list, 
.plugin-general-content.large-bullets.col-3 ul {
  columns: unset !important;
  -webkit-columns: unset !important;
  -moz-columns: unset !important;
}  
  
.large-bullets ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 2rem; /* adjust spacing between items */
  padding: 0;
  list-style: none;
}

.large-bullets.col-1 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 3 equal-width columns */
  gap: 2rem; /* adjust spacing between items */
  padding: 0;
  list-style: none;
}  
.large-bullets.col-2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 equal-width columns */
  gap: 2rem; /* adjust spacing between items */
  padding: 0;
  list-style: none;
} 
.large-bullets.col-3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 2rem; /* adjust spacing between items */
  padding: 0;
  list-style: none;
}   
.large-bullets.col-4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 equal-width columns */
  gap: 2rem; /* adjust spacing between items */
  padding: 0;
  list-style: none;
}  

.large-bullets ul li {
  margin: 0;
}

.large-bullets ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 600px) {
  .large-bullets ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .large-bullets ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.callout {
  background: #F9F7F3;
  padding: 40px;
  border-left: 4px solid #FAB20B;
  margin-bottom: 75px; /* added 8/15/25 */
}

/* Blurry Background Header Button Update */
  .featured-blur-hdr span.t4_button a {
    background: black !important;
    color: white !important;
    background: black;
    text-decoration: none;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid var(--site-color-vcu-gold);
    display: inline-block;
}
.featured-blur-hdr span.t4_button a:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: var(--site-color-vcu-gold);
    margin-left: 15px;
}
.featured-blur-hdr .t4_button:hover,
.featured-blur-hdr span.t4_button a:hover {
    background: #232323 !important;
}

/* External target=_blank Links in Dropdowns */
.cwf-nav__link[target=_blank]::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-left: 10px;
    color: #ffb300; 
    font-size: 15px;
}

.cwf-nav__link[target=_blank]:hover::after {
    color: #000000;
}

@media (min-width: 1024px) {
    .cwf-nav--main {
        --cwf-nav--background-color: var(--vcu-gold) !important;
        --cwf-nav--foreground-color: var(--vcu-black) !important;
        --cwf-nav--background-color--level-2: var(--vcu-white) !important;
        --cwf-nav--background-color--level-3: var(--vcu-white) !important;
        --cwf-nav--border-color: #e1e1e1 !important;
        --cwf-nav--accent-color: #eee !important;

        .cwf-nav__list--level-1 {
            gap: 10px;

            & > .cwf-nav__item {
                border-right: none !important;
                padding-block: 10px;

                & > a {
                    border-top: none !important;
                    padding: 10px !important;
                }

                &.cwf-nav__item--has-dropdown > a {
                    padding-inline-end: 45px !important;
                }

                &:first-child {
                    & > a {
                        background-color: var(--vcu-black) !important;
                        color: var(--vcu-white) !important;
                        border-radius: 10px;
                    }

                    & > button {
                        color: var(--vcu-white);
                    }

                    &:hover > button {
                        color: var(--vcu-black);
                    }
                }

                &:is(.cwf-nav__item--is-current,:hover) > a,
                & > a:is(:hover,:focus) {
                    background-color: var(--vcu-white) !important;
                    color: var(--vcu-black) !important;
                    border-radius: 10px;

                    &:before {
                        display: none;
                    }
                }
            }
        }

        .cwf-nav__list--level-2 {
            top: calc(100% - 10px) !important;
        }

        :is(.cwf-nav__list--level-2, .cwf-nav__list--level-3) {
            box-shadow: 0 0 15px 0px #00000038;
            font-size: 0.925rem;
            border-radius: 10px;

            & > .cwf-nav__item {
                &:first-child {
                    &, & > a {
                        border-radius: 10px 10px 0 0;
                    }
                }

                &:last-child {
                    &, & > a {
                        border-radius: 0 0 10px 10px;
                    }
                }
            }

            & > .cwf-nav__item--is-current > a:before {
                opacity: 1 !important;
                background-color: var(--vcu-gold);
            }
        }

        .cwf-nav__list--level-3 {
            & > .cwf-nav__item--is-current > a:before {
                left: 0 !important;
                right: unset !important;
            }
        }
    }
}
}
  
  .news_fulltext {
    margin-top: 1rem;
  }

  @media (min-width: 1024px) {
    .news_fulltext {
      margin-top: 150px;
    }
  }


























