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

hr.section-hr {
	clear: both;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.form--actions button[type="submit"] {
	background: #42d1ac;
	color: #000000;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 900;
	font-size: 0.875rem;
	line-height: 1.188rem;
	text-transform: uppercase;
	padding: 12px 20px;
	border: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	font-size: 0.895rem;
	padding: 14px 20px;
}

.form--actions button[type="reset"] {
	background: #42d1ac;
	color: #000000;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 900;
	font-size: 0.875rem;
	line-height: 1.188rem;
	text-transform: uppercase;
	padding: 12px 20px;
	border: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	font-size: 0.895rem;
	padding: 14px 20px;
}

.form--actions button[type="submit"]:hover,
.form--actions button[type="submit"]:focus {
	background-color: #1d8c6e;
}

.form--actions button[type="reset"]:hover,
.form--actions button[type="reset"]:focus {
	background-color: #1d8c6e;
}

.ou-form .alert {
	width: 100%;
}

.ou-form .alert-danger {
	width: 100%;
}

.slick-arrow {
	text-indent: 0%;
}

.slick-arrow:after {
	background: none;
}

.xdsoft_datetimepicker table * {
	min-width: 30px;
}

.blog-list__no_articles {
	padding: 0 0 26px;
}

.sitemap {
	overflow-wrap: break-word;
}

.sitemap:after {
	margin-bottom: 2em;
}

.feature__title-secondary {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}

.feature__title-secondary > a:hover {
	color: #5f3693;
	text-decoration: none;
}

.feature__title-secondary:hover {
	color: #000000;
}

@media screen and (max-width: 699px) {
	.footer__top {
		background-image: none !important;
	}
}