@charset "UTF-8";
/* CSS Document */
	#main-content .masters-section-title { margin-top: 0; }
			
	/* WALTON CODE START: Pillbox Hero */
	.wcob-hub-pillbox {
		position: relative;
		width: calc(100vw - (100vw - 100%));
		left: 50%;
		margin-left: calc(-1 * (100vw - (100vw - 100%)) / 2);
		height: 260px;
		overflow: hidden;
	}
	.wcob-hub-pillbox-poster {
		position: absolute;
		inset: 0;
		background: linear-gradient(0deg, rgba(125,125,125,.62), rgba(0,0,0,.28)), url('https://walton.uark.edu/_resources/images/backgrounds/fall_web_hero.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
	}
	.wcob-hub-pillbox::after {
		content: '';
		position: absolute;
		bottom: 0; left: 0; right: 0;
		height: 4px;
		background: #9d2235;
		z-index: 3;
	}
	.wcob-hub-pillbox-overlay {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 0 2rem 0;
	}
	.wcob-hub-title {
		font-weight: 700;
		color: #fff;
		font-size: clamp(3.5rem, 4.5vw, 5rem);
		line-height: 1.08;
		text-shadow: #000 4px 1px 2px;
		margin: 0;
	}
	@media (max-width: 768px) {
		.wcob-hub-pillbox { height: 200px; }
		.wcob-hub-pillbox-overlay { padding-bottom: 1.25rem; }
	}			
	/* WALTON CODE END: Pillbox Hero */	
			
	/* WALTON CODE START: Header Section */
	.masters-header {
		max-width: 960px;
		margin: 0 auto;
		padding: 40px 0 30px;
	}
	.masters-header__title {
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 2.5rem;
		line-height: 1.2;
		color: #9d2235;
		margin: 0 0 10px;
		max-width: 960px;
	}
	.masters-header__body {
		display: flex;
		gap: 16px;
		align-items: flex-start;
	}
	.masters-header__accent {
		width: 5px;
		min-height: 54px;
		background: #9d2235;
		flex-shrink: 0;
		margin-top: 3px;
	}			
	.masters-header__subhead {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.6;
		color: #000;
		margin: 0;
		padding-left: 16px;
	}
	@media (max-width: 768px) {
		.masters-header { padding: 32px 20px 24px; }
		.masters-header__title { font-size: 1.75rem; }
		.masters-header__subhead { max-width: 100%; }
		.masters-header__accent { display: none; }
	}
	/* WALTON CODE END: Masters Template — Header Section */
			
	/* WALTON CODE START: Masters Template — Testimonials CSS */
	.masters-testimonials-section {
		background: radial-gradient(circle, transparent 10%, #e8e8e8 15%, #e8e8e8 25%, transparent 25%);
		background-size: 1em 1em;
		background-color: #F2F2F4;
		opacity: 1;	
	}
	.masters-testimonials {
		max-width: 960px;
		margin: 0 auto;	
		padding: 0 0 40px;			
	}
	.masters-section-eyebrow {
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		font-size: 0.9rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #737373;
		margin: 0 0 10px;
		padding-top: 10px;
	}
	.wcob-testimonial-card {
		cursor: default;
		display: flex;
		flex-direction: column;
    	height: 100%; 			
		text-decoration: none;
		background: #fff;
		padding: 12px;
		border: 12px solid #fff;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		transition: box-shadow 0.2s ease;
	}
	.wcob-testimonial-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.18); text-decoration: none; }			
	.wcob-testimonial-photo { width: 100%; overflow: hidden; }
	.wcob-testimonial-photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		border-top: 5px solid #9d2236;
	}
	.wcob-testimonial-body {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 1rem 1.1rem 1.25rem;
	}
	.wcob-testimonial-quote {
		font-family: Lato, sans-serif;
		font-style: italic;
		font-size: 1rem;
		line-height: 1.55;
		color: #333;
		margin: 0 0 1rem;
	}
	.wcob-testimonial-name {
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 1rem;
		color: #333;
		margin: 0 0 1px;
	}
	.wcob-testimonial-attribution {
		font-family: Lato, sans-serif;
		font-size: 0.8125rem;
		color: #737373;
		margin: 0;
	}
	@media (max-width: 767px) {
		.masters-testimonials { padding: 0 20px 32px; }
		.wcob-testimonial-photo { height: 250px; }
	}
	/* WALTON CODE END: Masters Template — Testimonials CSS */

	/* WALTON CODE START: Masters Template — Accolades CSS */
	.masters-accolades-section {
		background: radial-gradient(circle, transparent 10%, #e8e8e8 15%, #e8e8e8 25%, transparent 50%);
		background-size: 1em 1em;
		background-color: #F2F2F4;
		opacity: 1;	
	}
	.masters-accolades {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 0 48px;
	}
	.masters-accolades-header-bg {
		background: #fff;
		padding: 10px 10px 0;
	}
	.masters-feature-card-accolades {
		background: #fff;
		border: 1px solid #d9d9d9;
		overflow: hidden;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.masters-feature-card-accolades__img {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.masters-feature-card-accolades__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.masters-feature-card-accolades__body { padding: 18px 20px; }
	.masters-feature-card-accolades__title {
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 1rem;
		color: #333;
		margin: 0 0 8px;
	}
	.masters-feature-card-accolades__desc {
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.6;
		color: #737373;
		margin: 0 0 14px;
	}
	.masters-feature-card-accolades__tags {
		font-family: Lato, sans-serif;
		font-size: 0.8125rem;
		color: #9d2235;
		margin: 0;
	}
	@media (max-width: 575px) {
		.masters-experience-accolades { padding: 0 20px 40px; }
	}
	/* WALTON CODE END: Masters Template — Accolades CSS */

	/* WALTON CODE START: Masters Template — MBA Advantage Checklist CSS */
	.masters-advantage-section {
		max-width: 960px;
		margin: 0 auto;
		padding: 10px 10px 10px;		
	}
	.masters-advantage {
		padding: 0 10px 0;
	}
	.masters-advantage__list {
	  	list-style: none;
	  	margin: 0;
	  	padding: 0;
	}
	.masters-advantage__list li {
		position: relative;
		padding-left: 18px;
		margin-bottom: 20px;
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.5;
		color: #333;
	}
	.masters-advantage__list li:last-child { margin-bottom: 0; }
	.masters-advantage__list li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #9d2235;
	}
	@media (max-width: 600px) {
		.masters-advantage { padding: 20px 30px 32px; }
	}
	/* WALTON CODE END: Masters Template — MBA Advantage Checklist CSS */
			
	/* WALTON CODE START: Masters Template — Career Outcomes CSS */
	.masters-career-section {
		background: radial-gradient(circle, transparent 10%, #e8e8e8 15%, #e8e8e8 25%, transparent 25%);
		background-size: 1em 1em;
		background-color: #F2F2F4;
		opacity: 1;	
	}			
	.masters-career {
	  	max-width: 960px;
	  	margin: 0 auto;
	  	padding: 40px 0 30px;
	}
	.masters-section-title {
	  	font-family: 'Roboto Serif', serif;
	  	font-weight: 700;
	  	font-size: 1.75rem;
	  	color: #9d2235;
	  	margin: 4px 0 16px;
	}
	.masters-section-subhead {
	  	font-family: Lato, sans-serif;
	  	font-size: 1rem;
	  	line-height: 1.6;
	  	color: #737373;
	  	max-width: 680px;
	  	margin: 0 0 32px;
	}
	.masters-panel-section {
	  	background: #fff;
	  	border: 1px solid #d9d9d9;
	  	padding: 2em 2em 2.5em;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		transition: box-shadow 0.2s ease;			
	}
	.masters-panel {
	  	background: #fff;
	  	border: 1px solid #d9d9d9;
	  	padding: 1em 1em 1.5em;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		transition: box-shadow 0.2s ease;			
	}			
	.masters-panel__badge {
	  	display: inline-block;
	  	background: #f5e5e8;
	  	color: #9d2235;
	  	font-family: Lato, sans-serif;
	  	font-weight: 600;
	  	font-size: 0.75rem;
	  	letter-spacing: 0.04em;
	  	text-transform: uppercase;
	  	padding: 4px 12px;
	  	border-radius: 4px;
	  	margin-bottom: 20px;
	}
	.masters-panel__label {
	  	font-family: Lato, sans-serif;
	  	font-weight: 600;
	  	font-size: 0.75rem;
	  	letter-spacing: 0.03em;
	  	text-transform: uppercase;
	  	color: #737373;
	  	margin: 0 0 10px;
	}
	.masters-panel__label--nowrap {
	  	white-space: nowrap;
	  	font-size: 0.6875rem;
	}
	/* Stat boxes */
	.masters-stat-box {
	  	background: #f5f5f5;
	  	border-radius: 6px;
	  	padding: 10px 12px;
	  	height: 100%;
	}
	.masters-stat-box__figure {
	  	font-family: 'Roboto Serif', serif;
	  	font-weight: 700;
	  	font-size: 1.375rem;
	  	color: #9d2235;
	  	margin: 0 0 2px;
		}
	.masters-stat-box__caption {
	  	font-family: Lato, sans-serif;
	  	font-size: 0.75rem;
	  	color: #737373;
	  	margin: 0;
	}
	/* Dot lists: top employers, common job titles */
	.masters-dot-list {
	  	list-style: none;
	  	margin: 0;
	  	padding: 0;
	}
	.masters-dot-list li {
	  	position: relative;
	  	padding-left: 14px;
	  	margin-bottom: 10px;
	  	font-family: Lato, sans-serif;
	  	font-size: 1rem;
	  	color: #333;
	}
	.masters-dot-list li:last-child { margin-bottom: 0; }
	.masters-dot-list li::before {
	  	content: '';
	  	position: absolute;
	  	left: 0;
	  	top: 6px;
	  	width: 5px;
	  	height: 5px;
	  	border-radius: 50%;
	  	background: #9d2235;
	}
	/* Just the Facts blocks */
	.masters-fact-block__headline {
	  	font-family: 'Roboto Serif', serif;
	  	font-weight: 700;
	  	font-size: 1.25rem;
	  	color: #9d2235;
	  	margin: 0 0 6px;
	}
	.masters-fact-block__desc {
	  	font-family: Lato, sans-serif;
	  	font-size: 1rem;
	  	line-height: 1.5;
	  	color: #737373;
	  	margin: 0;
	}
	.masters-fact-block__desc a {
	  	color: #737373;
	  	text-decoration: underline;
	}
	@media (max-width: 600px) {
	  	.masters-career { padding: 0 20px 40px; }
	}
	/* WALTON CODE END: Masters Template — Career Outcomes CSS */
			
	/* WALTON CODE START: Masters Template — Curriculum CSS */
	.masters-curriculum-section {
		padding: 0 10px 0;
	}
	.masters-curriculum {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 0 48px;
	}
	.masters-curriculum__rule {
		border: none;
		border-top: 1px solid #e5e5e5;
		margin: 0 0 24px;
	}
			/* Accordion customization */
	.masters-curriculum-accordion .accordion-item {
		border: 1px solid #d9d9d9;
		border-left: 3px solid #9d2235;
		border-radius: 6px;
		margin-bottom: 27px;
		overflow: hidden;
	}
	.masters-curriculum-accordion .accordion-item:last-child { margin-bottom: 0; }
	.masters-curriculum-accordion .accordion-button {
		font-family: Lato, sans-serif;
		font-weight: 600;
		font-size: 1rem;
		color: #333;
		padding: 12px 16px;
		background: #fff;
		box-shadow: none;
	}
	.masters-curriculum-accordion .accordion-button:not(.collapsed) {
		color: #9d2235;
		background: #fff;
		box-shadow: none;
	}
	.masters-curriculum-accordion .accordion-button:focus {
		box-shadow: none;
		border-color: transparent;
	}
	.masters-curriculum-accordion .accordion-button::after {
		width: 14px;
		height: 14px;
		background-size: 14px;
	}
	.masters-curriculum-accordion .accordion-body {
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.6;
		color: #737373;
		padding: 4px 16px 16px;
	}
	/* Program schedule */
	.masters-schedule-banner {
		background: #9d2235;
		color: #fff;
		font-family: Lato, sans-serif;
		font-weight: 600;
		font-size: 1rem;
		border-radius: 8px;
		padding: 8px 14px;
		margin-bottom: 6px;
	}
	.masters-schedule-row {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		padding: 12px 2px;
		border-bottom: 1px solid #e5e5e5;
	}
	.masters-schedule-row--last { border-bottom: none; }
	.masters-schedule-row__label {
		font-family: Lato, sans-serif;
		font-weight: 600;
		font-size: 1rem;
		color: #333;
	}
	.masters-schedule-row__value {
		font-family: Lato, sans-serif;
		font-size: 1rem;
		color: #737373;
	}
	/* Focus Areas / AI Integration callouts */
	.masters-callout {
		border-radius: 8px;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.masters-callout__title {
		font-family: Lato, sans-serif;
		font-weight: 600;
		font-size: 1rem;
		color: #fff;
		margin: 0;
		padding: 8px 14px;
	}
	.masters-callout--gray .masters-callout__title { background: #737373; }
	.masters-callout--navy .masters-callout__title { background: #1a3a6b; }
	.masters-callout__list {
		list-style: none;
		margin: 0;
		padding: 12px 14px 12px 30px;
		background: #fff;
	}
	.masters-callout__list li {
		position: relative;
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.6;
		color: #737373;
	}
	.masters-callout--gray .masters-callout__list li::before,
	.masters-callout--navy .masters-callout__list li::before {
		content: '';
		position: absolute;
		left: -16px;
		top: 6px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
	}
	.masters-callout--gray .masters-callout__list li::before { background: #1a3a6b; }
	.masters-callout--navy .masters-callout__list li::before { background: #1a3a6b; }
	@media (max-width: 575px) {
		.masters-curriculum { padding: 0 20px 40px; }
		.masters-schedule-row { flex-direction: column; gap: 2px; }
	}
	/* WALTON CODE END: Masters Template — Curriculum CSS */
	
	/* WALTON CODE START: Masters Template — Experience CSS */
	.masters-experience-section {
		background: radial-gradient(circle, transparent 10%, #e8e8e8 15%, #e8e8e8 25%, transparent 50%);
		background-size: 1em 1em;
		background-color: #F2F2F4;
		opacity: 1;	
	}
	.masters-experience {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 0 48px;
	}
	.masters-experience-header-bg {
		background: #fff;
		padding: 10px 10px 0;
	}
	.masters-feature-card {
		background: #fff;
		border: 1px solid #d9d9d9;
		overflow: hidden;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.masters-feature-card__img {
		width: 100%;
		height: 250px;
		overflow: hidden;
	}
	.masters-feature-card__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.masters-feature-card__body { padding: 18px 20px; }
	.masters-feature-card__title {
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 1rem;
		color: #333;
		margin: 0 0 8px;
	}
	.masters-feature-card__desc {
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.6;
		color: #737373;
		margin: 0 0 14px;
	}
	.masters-feature-card__tags {
		font-family: Lato, sans-serif;
		font-size: 0.8125rem;
		color: #9d2235;
		margin: 0;
	}
	@media (max-width: 575px) {
		.masters-experience { padding: 0 20px 40px; }
	}
	/* WALTON CODE END: Masters Template — Experience CSS */
			
	/* WALTON CODE START: Masters Template — Program Fit CSS */
	.masters-fit-section {
		padding: 0 20px 0;
	}
	.masters-fit {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 0 48px;
	}
	.masters-fit-card {
		background: #fff;
		border: 1px solid #d9d9d9;
		border-radius: 8px;
		padding: 18px 20px;
	}
	.masters-fit-card__question {
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 1rem;
		color: #333;
		margin: 0 0 8px;
	}
	.masters-fit-card__text {
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.6;
		color: #737373;
		margin: 0;
	}
	.masters-fit-arrow {
		font-family: Lato, sans-serif;
		font-size: 1.375rem;
		line-height: 1;
		color: #9d2235;
		text-decoration: none;
	}
	.masters-student-placeholder { height: 180px; border-radius: 8px; overflow: hidden; }
	.masters-student-placeholder img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
	.masters-student-placeholder__label {
		font-family: Lato, sans-serif;
		font-weight: 600;
		font-size: 0.75rem;
		color: #737373;
		margin: 0 0 4px;
	}
	.masters-student-placeholder__note {
		font-family: Lato, sans-serif;
		font-size: 0.75rem;
		color: #999;

		margin: 0;
	}
	.masters-callout-bar {
		background: #f5f5f5;
		border: 1px solid #d9d9d9;
		border-radius: 8px;
		padding: 12px 16px;
		font-family: Lato, sans-serif;
		font-size: 1rem;
		color: #333;
	}
	@media (max-width: 575px) {
		.masters-fit { padding: 0 20px 40px; }
	}
	/* WALTON CODE END: Masters Template — Program Fit CSS */
		
	/* WALTON CODE START: Masters Template — Student Voice (News/Video) CSS */
	/* Edited differently to overrride imported news/blog system template naming convenstion */
	.masters-voice-section {
		background: radial-gradient(circle, transparent 10%, #e8e8e8 15%, #e8e8e8 25%, transparent 25%);
		background-size: 1em 1em;
		background-color: #F2F2F4;
		opacity: 1;			
		padding: 20px 20px 30px;
	}
	.masters-voice {
		background: #fff;
		max-width: 960px;
		margin: 0 auto;
		padding: 10px 10px 30px;
	}
	/* News cards */
	.option3 article {
		margin-bottom: 0 !important;
	}
	.option3 .storythumb {
		width: 120px !important;
	}
	.thestory {
		background: #fff !important;
		border: 1px solid #d9d9d9 !important;
		border-radius: 8px !important;
		padding: 14px 16px !important;
	}
	.whodat {
		font-family: Lato, sans-serif;
		font-size: 1rem !important;
		color: #999 !important;
		margin-bottom: 0 !important;
	}
	.media-heading {
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 1rem;
		color: #333;
		margin: 10px 0 0;
	}
	/* Video feature + playlist + modal*/
	.masters-video-section { padding: 0 20px 0; }
	.masters-video { max-width: 960px; margin: 0 auto; padding: 0 0 48px; }

	/* Feature thumbnail — same framing as the student image */
	.masters-video-feature {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		background: none;
		text-align: left;
		cursor: pointer;
	}
	.masters-video-feature__thumb {
		position: relative;
		display: block;
		height: 180px;
		border-radius: 8px;
		overflow: hidden;
	}
	.masters-video-feature__thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.masters-video-feature__play {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 64px;
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		color: #fff;
		background: rgba(157, 34, 53, 0.9);
		border-radius: 12%;
		padding-left: 4px;
	}
	.masters-video-feature__caption {
		display: block;
		font-family: 'Roboto Serif', serif;
		font-weight: 700;
		font-size: 1rem;
		color: #333;
		margin-top: 10px;
	}

	/* Video Playlist */
	.masters-video-row { border-bottom: 1px solid #d9d9d9; }
	.masters-video-link {
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
		padding: 4px;
		border: 0;
		background: none;
		text-align: left;
		cursor: pointer;
		font-family: Lato, sans-serif;
		font-size: 1rem;
		color: #333;
	}
	.masters-video-link:hover .masters-video-link__text { color: #9d2235; }
	.masters-video-link__icon {
		flex: 0 0 auto;
		width: 24px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.75rem;
		color: #fff;
		background: #9d2235;
		border-radius: 12%;
		padding-left: 2px;
	}

	/* Video Modal */
	.mba-modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 1050;
		background: rgba(0, 0, 0, 0.8);
		overflow: auto;
	}
	.mba-modal-content {
		position: relative;
		width: min(92vw, 960px);
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
	}
	#mba-video {
		display: block;
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
		border-radius: 8px;
		background: #000;
	}
	.mba-modal-close-btn {
		position: absolute;
		top: 8px;
		right: 8px;
		z-index: 2;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		line-height: 1;
		color: #333;
		background: #fff;
		border: 0;
		border-radius: 50%;
		cursor: pointer;
		opacity: 1;
	}
	/* end Video Modal */

	@media (max-width: 575px) {
		.masters-voice { padding: 0 20px 40px; }
	}
	/* WALTON CODE END: Masters Template — Student Voice (News/Video) CSS */
		
	/* WALTON CODE START: Masters Template — FAQ CSS */
	.masters-faq-section {
		padding: 0 20px 0;
	}
	.masters-faq {
		max-width: 960px;
		margin: 0 auto;
		padding: 10px 10px 30px;
	}
	.masters-faq-accordion .accordion-item {
		border: none;
		border-bottom: 1px solid #e5e5e5;
		border-radius: 0;
	}
	.masters-faq-accordion .accordion-item:first-of-type,
	.masters-faq-accordion .accordion-item:last-of-type {
		border-radius: 0;
	}
	.masters-faq-accordion .accordion-button {
		font-family: Lato, sans-serif;
		font-weight: 600;
		font-size: 1rem;
		color: #333;
		padding: 16px 4px;
		background: transparent;
		box-shadow: none;
	}
	.masters-faq-accordion .accordion-button:not(.collapsed) {
		color: #9d2235;
		background: transparent;
		box-shadow: none;
	}
	.masters-faq-accordion .accordion-button:focus {
		box-shadow: none;
		border-color: transparent;
	}
	.masters-faq-accordion .accordion-button::after {
		width: 14px;
		height: 14px;
		background-size: 14px;
	}
	.masters-faq-accordion .accordion-body {
		font-family: Lato, sans-serif;
		font-size: 1rem;
		line-height: 1.6;
		color: #737373;
		padding: 0 4px 18px;
	}
	@media (max-width: 575px) {
		.masters-faq { padding: 0 20px 40px; }
	}
	/* WALTON CODE END: Masters Template — FAQ CSS */
			
	/* WALTON CODE START: Accordion — brute force restore Bootstrap defaults against global overrides */
	.masters-curriculum-accordion .accordion-header,
	.masters-faq-accordion .accordion-header {
		display: block !important;
		visibility: visible !important;
		margin: 0;
	}
	.masters-curriculum-accordion .accordion-button,
	.masters-faq-accordion .accordion-button {
		display: flex !important;
		visibility: visible !important;
		align-items: center;
		width: 100%;
		text-align: left;
		overflow-anchor: none;
	}
	.masters-curriculum-accordion .accordion-button::after,
	.masters-faq-accordion .accordion-button::after {
		display: block !important;
		margin-left: auto;
		flex-shrink: 0;
	}
	.masters-curriculum-accordion .accordion-collapse,
	.masters-faq-accordion .accordion-collapse {
		visibility: visible !important;
	}
	/* WALTON CODE END: Accordion — restore Bootstrap defaults */