/* TEMP */

.bottom-right {
	right: 334px !important;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	background: #ffe59f;
	padding: 10px;
	width: fit-content;
	text-align: center;
	margin: 20px 0;
	color: #000;
	font-weight: 500;
	display: block;
}

.cta-button {
	background: #ffba00;
	padding: 10px;
	width: fit-content;
	text-align: center;
	margin: 20px 0;
	color: #000 !important;
	font-weight: 500;
	display: block;
}

.button:visited, .cta-button {
	color: #000;
}

main .plugin-general-content a, .wrapper .card .card-body a {
	font-weight: bold;
}

header h1 {
	font-size: 1.35em !important;
}

header h1 a {
	margin-top: 15px;
	line-height: 30px !important;
}

header h1 a span {
    display: block;
	/* font-size: 0.6em; */
}

.owl-wrapper-outer, .slide {
	height: 603px !important;
}

.caption {
	max-width: 45% !important;
}

.caption.top-left {
	top: 170px !important;
}

table {
    border-collapse: collapse;
}

table tbody tr td {
	padding: 4px 15px;
}

table tbody tr td p {
	padding-bottom: 0 !important;
}

.plugin-general-content table th, .plugin-general-content table td {
    border: 1px solid #777;
}

.card-container {
	margin: 20px 0;
	padding: 20px;
	width: 100%;
	max-width: 400px;
	background: #FFF;
	box-shadow: 0px 3px 6px rgba(0,0,0,.25);
}

.card-container h3 {
	font-size: 16px;
}

.card-container .title h3 {
	text-transform: uppercase;
}

.info {
	line-height: 22px;
}

#upcoming-events .info div {
    padding-bottom: 10px;
}

#calendar {
	margin: 40px 0;
	position: relative;
	z-index: 0;
}

.fc-event-container a:visited { 
    color: #fff !important;
}

.sidebar-panel {
    margin: 0 0 40px 40px;
    padding: 26px;
    width: 280px;
	background: #FFF;
    border: 1px solid #777;
    position: fixed;
    right: 40px;
	top: 244px;
}

.sidebar-panel div {
	margin-bottom: 20px;
	border-bottom: 1px solid #777;
}

.sidebar-panel ul {
	margin: 0;
}

.sidebar-panel ul li {
	margin: 0 0 5px 0;
	list-style-type: none;
}

.sidebar-panel ul li a {
	word-break: break-word;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.wrapper .content-block {
	/*margin-bottom: 30px;*/
	margin: 0 30px 30px 0;
	padding: 10px;
	width: 22%;
	overflow-wrap: break-word;
}

.wrapper .content-block-border {
	/*margin-bottom: 30px;*/
	margin: 0 30px 30px 0;
	padding: 10px;
	width: 30%;
	max-width: 360px;
	border: 1px solid #e3e3e3;
    overflow-wrap: break-word;
}

.card {
	margin: 0 30px 30px 0;
	width: 317px;
	border: 1px solid #eceeef;
}

.card-heading {
	background: rgba(0,0,0,.03);
	padding: 10px;
}

.card-heading h3 {
    font-size: 1.25em;
}

.card-body {
	padding: 10px 20px;
}

#bottom-wrap #footer aside ul li {
    margin-right: 12px !important;
}

#bottom-wrap #footer aside ul li .fa {
    font-size: 30px;
}

#bottom-wrap .plugin-hero .plugin-hero-content a {
    color: #ffba00;
	text-decoration: underline;
}

#bottom-wrap .plugin-hero .plugin-hero-content a:focus {
    color: #b58400;
}

#acknowledgement-wrapper {
	display: inline-flex;
}

#acknowledgement-wrapper .left-col {
	width: 70%;
}

#acknowledgement-wrapper .right-col {
	width: 30%;
	align-self: center;
	text-align: right;
}

#footer ul li a {
	text-decoration: underline;
}

#bottom-wrap .plugin-hero {
    background: #000 !important;
}

.citeandsubmit .plugin-hero__caption {
    padding: 1rem 2rem;
}

.subscribe-container {
    border: none !important;
    margin-bottom: 0 !important;
}

.subscribe-container span {
	padding: 10px;
    width: 100px;
    background: #F8B300;
    color: #000;
    font-weight: 600;
    text-align: center;
}

/* #newsfeed {
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}*/

.news-item {
	margin: 0 30px 30px 0;

	max-width: 460px;
  	/*width: 30%;
	min-width: 360px;*/
	background: #FFF;
	border: 1px solid #e3e3e3;
}

/*.news-item:nth-child(3n) {
    margin: 0 0 30px 0;
}*/

.news-image {
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.news-image span {
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #FFF;
    position: relative;
    top: 25px;
}
	
.news-content {
	padding: 0 20px;		
}

.news-content h3 {
    font-size: 1.3em;
}

.news-content p a {
    padding: 10px;
    background: #ffba00;
    color: #000;
    font-weight: 600;
	border: 2px solid #ffba00;
}

.news-content p a:focus {
    border: 2px inset #000;
}

.is-invalid {
	border: 1px solid #ff0000 !important;
}

#contact-form {
    margin-top: 40px;
}

#contact-form div {
    margin-bottom: 15px;
}

#contact-form label {
	display: block;
}

#contact-form input, #contact-form textarea {
    border: 1px solid #c7c7c7;
    padding: 10px;
}

#contact-form input:focus, #contact-form textarea:focus {
    border: 1px solid #000;
}

#contact-form input[type="text"] {
    min-width: 270px;
}

#contact-form textarea {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    min-height: 100px;
}

#submit {
    background: #ffba00;
    cursor: pointer;
}

#submit:hover {
	background: #fdcc49;
}

#fn-error-msg,
#ln-error-msg,
#ea-error-msg,
#m-error-msg {
	display: none;
	color: #ff0000;
}

#success-message {
	padding: 15px;
	width: fit-content;
	display: none;
	border: 1px solid #007E00;
    color: #007E00;
}

i.fa.fa-check-circle {
    margin-right: 10px;
}

#acknowledgement-wrapper a {
    color: #ffba00;
}

@media (max-width: 1840px) {
  .sidebar-panel {
      margin: 20px 0 40px 0;
      padding: 26px;
      width: 100%;
      background: #FFF;
      border: 1px solid #777;
      position: static;
      right: 0;
      top: 0;
  }
}

@media (max-width: 1200px) {
	.news-item:nth-child(3n) {
      margin: 0 30px 30px 0;
	}
}

@media (max-width: 767px) {
	.owl-wrapper-outer, .slide {
		max-height:292px;
	}
}


/*Hide VCU Seal from view*/
span.cwf-footer__seal {
    display: none;
}

/* Change font-weight from 400 */
a.cwf-header__link{
  font-weight:500;
}


/* Change font-size in plugin-card used in Leadership */
.plugin-card__body a {
  font-size:.95em;
}

/* Change padding in div.plugin__body to 0 */ 
/*div.plugin-card__body{
  padding: 0;
}*/


/* Below removes all sidebar naviagtion windows */
/*.cwf-grid__column--page-layout.cwf-grid__column--page-layout--subnav {
    display: none;
} */  

.plugin-card__container .plugin-card__body {
  overflow-wrap: breakword;
}

/* Jim Vencl added to reduce padding on header top and bottom of header 10/26/2023 */
/*.cwf-header--609913 .cwf-header--white .cwf-header {    */

/* Jim Vencl modified mentor-description under Education and Training > Mentorship > Mentors on 11/8/2023 */
.mentor-description {
    font-size: small;
}


header#cwf-header--609913.cwf-header.cwf-header--white {
    padding-bottom: 0.15rem;
    padding-top: 0.15rem; 
    min-height: 4rem;
}

/* Jim Vencl tested changing background color for site-improve color contrast issue */
/*
#acknowledgement-wrapper {
    background-color: black
}
*/

.check-list li {
  list-style: none;
}

.check-list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
  margin-right: 0.25rem;
}

.mybox {
  width: 230px;
  height: 100px;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
}


#External-Advisory {
  border: 1px solid #000;
}

/* --- Enhanced Blue Gradient Accordion Heading --- */
/* .plugin-accordion__heading {
  background: linear-gradient(to right, #e3efff, #ffffff);
  border: 3px solid #007bff;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 6px 14px rgba(0, 85, 255, 0.25);
  color: #003366;
  transition: all 0.3s ease;
} */

/* When hovered or focused */
/*.plugin-accordion__heading:hover, */
/*.plugin-accordion__heading:focus {
  background: linear-gradient(to right, #d3e3ff, #f7faff);
  border-color: #0066e6;
  box-shadow: 0 8px 18px rgba(0, 85, 255, 0.35);
  cursor: pointer;
}*/

/* The text itself */
/*.plugin-accordion__title {
  color: #002f6c;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 8px;
}*/

/* Chevron icon tint */
/*.plugin-accordion__chevron {
  color: #004aad;
  margin-right: 8px;
  transition: transform 0.3s ease;
}*/

/* Optional: rotate chevron when expanded */
.plugin-accordion__heading[aria-expanded="true"] .plugin-accordion__chevron {
  transform: rotate(180deg);
}

/* Shared dataset icon styling */
.dataset-icon {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 15px rgba(204, 0, 0, 0.4);
}

/* Red background for TriNetX */
.dataset-trinetx {
  background-color: #cc0000; /* VCU Red */
}

/* Custom background color for specific accordion titles */
#plugin-accordion__title--891537,
#plugin-accordion__title--891538,
#plugin-accordion__title--891548 {
  /*background-color: rgba(0, 102, 204, 0.15) !important; */ /* soft blue background */
  border-radius: 6px !important;
  padding: 6px 10px !important;
} 

/* DIAGNOSTIC — temporary, removes after verification */
/*#plugin-accordion__title--891537 {
  outline: 3px dashed magenta !important;
  background: rgba(255, 0, 255, 0.08) !important;
}
*/


/* Make T4 columns equal height */
.t4-cols, 
.row {
  display: flex;
}

.resource-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 5px solid;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  /* box-shadow: 0 8px 25px rgba(0, 102, 204, 0.45); */
}

/* Optional: ensures columns stretch */
.t4-cols > div,
.row > div {
  display: flex;
}

/* Centers two column grid with padding on each side to sit below and centered a 3 column grid */
@media (min-width: 1024px) {
 .center-two .plugin-general-content:first-child {
  padding-left: 10rem;
 }
 .center-two .plugin-general-content + .plugin-general-content
 {
  padding-right: 10rem;
 }
}

.t4_text-muted {
    color: #666666;
}







