
.color-blue-1 {
	background: #2b3a54 !important;	
}

.color-tan-1 {
	background: #fffff5 !important;	
}

h1.maroon-1,
h2.maroon-1 {
	color: #6c1313 !important;	
}

.headspace-20px {
	margin-top: 20px !important;	
}

.headspace-40px {
	margin-top: 40px !important;
}

.headspace-60px {
	margin-top: 60px !important;
}

.headspace-80px {
	margin-top: 80px !important;	
}

.padding-top-40px {
	padding-top: 40px !important;	
}

.padding-top-80px {
	padding-top: 80px !important;	
}

.main-content a:hover {
	background: #eef1f6;
}

.sidebar-widget a {
	padding: 5px;
}

.sidebar-widget a:hover {
	background: #eef1f6;
	padding: 5px;
}

.rounded-image {
	border-radius: 50% !important;
	border: 5px solid #2b3a54;
	padding: 5px;	
}

.margin-right-20 {
	margin-right: 20px;	
}

.margin-right-40 {
	margin-right: 40px;	
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-40 {
	margin-left: 40px;	
}

.margin-bottom-40 {
	margin-bottom: 40px;	
}

.my-hr {
	height: 3px;
	background: #bcc8dc;	
}


@media (max-width: 767px) {
	.sdb-sidebar {
		display: none !important;	/** sdb added 7/21/2017 - when width <768 hide the sidebar **/
	}
}

li {
	margin-bottom: 10px;
}

li > ul {	/** add some top margin to sub-list **/
	margin-top: 10px;
}

.maroon {
	color: #6c1313 !important;	
}

.blue-1 {
	color: #4e6997 !important;	
}

.footer-menu {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

.sdb-footer > li,
.sdb-footer > li > a,
.sdb-footer > p {
	color: #f5eff1 !important;
}

.sdb-footer > li > a:hover {
	color: #d8c0c6 !important;	
}

.footer-menu li {
	display: inline;
	padding-left: 10px;
}

.footer-menu li:before {
	display: inline-block;
	content: "·";
	padding-right: 12px;
}

.footer-menu li:first-child:before {
	display: none;
}

.footer-bottom {
	background: #2b3a54;
	color: white;
}

.footer-bottom .container.inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bottom p,
.footer-bottom a {
	color: #b3b7cb !important;
}

.footer-bottom a.radweb {
	color: #d8c0c6 !important;
	border-bottom: 1px dotted #d8c0c6 !important;
}

.footer-bottom a.radweb:hover {
	color: #C0D8D2 !important;	
	border-bottom: 1px solid #C0D8D2 !important;
}

.footer-bottom p {
	padding: 0;
	margin: 0;
}

