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

/*July 2023 update*/
      .interior-banner {
        margin-bottom: 0;
      }
      .breadcrumbs {
        background-color: #fff;
      }
/*July 2023 end*/
.fa-tiktok-square:before {
    content: "\e07b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}

/* removed - this was added for a reson, will need to look at another solution */
/*
.wysiwyg-content ul li:before {
    color: initial;
    content: none;
    margin-left: initial;
    margin-right: initial;
}*/

.ou-form .alert.alert-success{
     position: relative !important;
     top: initial;
}

#directedit a, #directedit a:visited, #directedit a:hover{
    color: #D3D9E6;
    text-decoration: none;
}

.menu-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.66);
}

header input[type="checkbox"]#mainNavToggle:checked~.menu-overlay {
	display: block;
}


.bg-greygrad {
    background: #F0F0F0;
/*    background: linear-gradient(180deg, #582d83 0, #2c1742 100%); */
    color: #303234;;
}
.bg-greygrad .bg ul li a, .bg-greygrad p, .bg-greygrad ul li {
    color: #303234;
}
.bg-greygrad .subhead {
    color: #582d83;
}
.bg-greygrad .btn-link, .bg-greygrad h1, .bg-greygrad h2, .bg-greygrad h3 {
    color: #303234;
}
.bg-greygrad a.calloutBtn {
    color: #303234;
}
