<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* Newsletter Styling */
section.subscribe-section label,
section.subscribe-section button[type=reset] {
	display: none;
}

/* A-Z */
ul.a-z {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
}

/* Form Fix */
/* .ou-form label,
.ou-form legend,
.ou-form span.help-block,
.ou-form .form-group {
color: white !important;
} */

/* Correcting search icon spacing */
div.search-container input {
	margin-right: 5px;
}

/* UAT 228557  */
.lead,
span.program_intro_text {
	font-family: Gotham-Light !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 325 !important;
	line-height: 36px !important;
}

/* UAT 227215 */
.fast-fact-icon span img {
	max-width: 90px;
	height: auto;
	padding-bottom: 0.5rem;
}

.card div.icon,
.section-with-background .card .icon {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -10px;
}
.card div.icon &gt; img {
	max-width: 50%;
	max-height: 50%;
}

/* UAT 228553 &amp; 234690 */
.active-sublink {
	background-color: #f4f4f4 !important;
	color: var(--primary-color) !important;
	font-size: 18px !important;
	border: none !important;
	border-radius: 0 !important;
}

.active-button {
	background-color: #031a3d !important;
}

.active-button:hover,
.active-button:focus {
	background-color: var(--primary-darker) !important;
}

/* END UAT 228553 &amp; 234690 */

.ou-form legend {
	font-weight:700;
}

/* UAT 230067 */
.block-padding {
	padding-bottom: 16px;
	display: block;
}

/* UAT 229497 */
div.card.card-img-side h3.card-title,
div.card h3.card-title {
	color: var(--primary-color);
}

div.card.bg-primary h3.card-title {
	color: #FFFFFF;
}

/* UAT 231644 */
.bc-bold {
	font-family: "BCSans-Bold";
}

.bc-bold-ita {
	font-family: "BCSans-BoldItalic";
}

.bc-ita {
	font-family: "BCSans-Italic";
}

.bc-light-ita {
	font-family: "BCSans-LightItalic";
}

.bc-sans {
	font-family: "BCSans-Regular";
}

.bc-light {
	font-family: "BCSans-Light";
}
/* END UAT 231644 */

/* UAT 231167 */
.ou-form legend { 
	font-size: 28px !important; 
	color: #06357a !important; 
	border-bottom: none !important; 
}

.ou-form .control-label { 
	font-size: 18px !important;
	margin-top: 0px !important;
	margin-bottom: 2px !important; 
	color:black !important;
}

.ou-form .form-group { 
	font-size: 18px !important;
	margin-top: 12px;
	font-weight:bold;
}

/*
.ou-form .form-group { 
	font-size: 14px !important;
	margin-top: 12px;
}
*/
.ou-form form &gt; .row {
    margin-top: 20px !important;
}
.ou-form form&gt;fieldset&gt;legend{
	margin-top:25px;
}
.ou-form form&gt;fieldset&gt;.row {
	margin-top: 12px;
}
.ou-form .checkbox label, .ou-form .radio label {
	font-size:14px;
}

.ou-form .btn {
	font-size: 20px !important;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 56px !important;
	min-width: 140px;
	padding: 12px 28px !important;
	margin: 10px 0;
	transition: var(--transition);
}

.ou-form button.btn-default.btn-primary {
	background-color: var(--primary-color) !important;
	border: 1px solid var(--white);
	color: var(--white);
}

.ou-form button.btn-default.btn-primary:hover,
.ou-form button.btn-default.btn-primary:focus {
	background-color: var(--primary-darker) !important;
	border: 1px solid var(--white);
	color: var(--white);
}
.ou-form legend.control-label { 
	display: inline-block; 
	max-width: 100%; 
	color: color rgb(43, 43, 43) !important;
	font-weight: 700;
	font-size: 18px !important; 
	margin-top: 12px;
	margin-bottom: 8px;
}
/* END UAT 231167 */

/* UAT 229803 */
.sidenav-accordion .accordion-header button {
	line-height: inherit !important;
}
/* END */

/* UAT 236486 */
.reset-hover a:hover {
  all: unset;
}</pre></body></html>