/* Divi Tweaks */
.et_pb_row {
	padding: 1em !important;
}
.et_pb_section {
	padding: 0 !important;
}

/* Footer */
#footer-left\ copyright {
	float: left;
}
#footer-right {
	float: right;
}
#footer-center {
	margin: 0 auto !important;
	width: 100%;
}
.donate > a:hover {
	color: #00ff00 !important;
}

#footer-bottom a:hover {
	color: #006688; !important;
	text-decoration: underline !important;
}

#footer-bottom {
	padding-left: 2% !important;
	padding-right: 2% !important;
	text-align: center;
	color: #000000;
}

.copyright-symbol:hover {
	color: #006688;;
}

/* Miscellaneous Tweaks */
.nb-small, .disclaimer, .disclosure {
	font-size: .8em;
}

.hidden {
	display: none !important;
}

.span-title {
	font-weight: bold;
}

/** Text Styles **/
.color-red {
	color: red;
}
.color-blue {
	color: blue;
}
.color-green {
	color: green;
}
.color-yellow {
	color: yellow;
}
.color-black {
	color: black;
}
.color-white {
	color: white;
.small-caps {
	font-variant: small-caps;
}