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

/* Footer Copyright Direct Edit Link */
#de {
	color: white !important;
}

.navbar-collapse {
	overflow: auto !important;
}

#videos iframe { 
	border: none; 
	width:100%
}

/*.dropdown-item:active {
	background-color:#0054AD !important;
}*/

.contact a {
	color: white;
}

.cta.blue > a:hover {
	color: #2d6394;
}

.btn-theme {
    background: #306400;
	background-clip: border-box;
    border: 1px solid #306400 !important;
    color: #fff
}

/* .panel-group .panel .panel-heading .panel-title .collapsed:before {
    content: "+";
}

.panel-group .panel .panel-heading .panel-title a:before {
    content: "-";
    line-height: 1;
    margin-right: 5px;
} */


.alert-theme {
    color: #8f225b;
    background-color: #fbf0f6;
    border-color: #e590bd;
}