  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

div.fullwidth-split p {
	margin-bottom: 0 !important;
}

/* Mobile Menu Fix */
@media only screen and (max-width: 992px) {
	.main-header .navbar .dropdown-menu li:last-of-type .dropdown-item {
		border-bottom: 1px solid lightgray;
	}
}

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

/* UAT 215782 */
div.ou-form {
	margin-bottom: 3rem !important;
}

/* UAT 219930 */
.archer-class {
	font-family: "ArcherPro", serif !important;
}

/* UAT 218183 */
span.text-red a,
li.text-red a {
	color: var(--secondary-red) !important;
}

li.strong a {
	font-weight: bold !important;
}

.mc-acalog-connector-wrapper table td {
	background-color: unset !important;
}

/* Ticket 265165 */

.figure-float-right {
	float: right;
	margin: 0 0 1rem 1rem;
}

.figure-float-left {
	float: left;
	margin: 0 1rem 1rem 0;
}

/* Ticket 265165 */