.sidebar .widget .widget-title {
    color: #FFFFFF;
    background-color: #2f4f4f;
    font-weight: bold;
    padding-left: 5px;
}
.site-main h1 {
	line-height: 1.6;
    margin: 0 0 15px;
    padding: 0 0 2px 10px;
    border-bottom: 1px solid #B40404;
    border-left: 15px solid #B40404;
}
.site-main h3 {
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 15px;
    padding: 3px 0 2px 10px;
    border-bottom: 1px dashed #0A2229;
    border-left: 8px solid #0A2229;
}
.site-footer h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0 0 2px 10px;
    color: #666;
    border-bottom: 1px dotted #ccc;
    border-left: 10px solid #666;
}

.siteorigin-widget-tinymce {
    margin: 20px;
    list-style: disc;
}


.widget ul li {
    list-style-type: none;
    position: relative;
    list-style: disc;
    padding-bottom: 5px;
	  border-bottom: dashed 1px #D8D8D8;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    list-style: none;
	    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #D8D8D8;
}

#whatnewtop h3 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color: #febe25;
	border-style:solid;
	background:#f79708;
	color:#F9F3EC;
	line-height:140%;
	font-weight:bold;
}
#whatnewtop p {
	display:none;
}
#toplogin h3 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color: #813737;
	border-style:solid;
	background:#501b1e;
	color:#eee7e7;
	line-height:140%;
	font-weight:bold;
	text-align:left;
}

.inside-header {
    padding: 30px 15px 30px;
}

#conversionwtop h3 {
	margin:0 0 10px 0;
	border-width:0 0 0 5px;
	border-color: #80CEDD;
	border-style:solid;
	background:#029EBC;
	color:#EBF7FA;
	line-height:140%;
	font-weight:bold;
}

#evwnttop h3 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color: #BEDC81;
	border-style:solid;
	background:#7EBA03;
	color:#F3F9E8;
	line-height:140%;
	font-weight:bold;
}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 48%;

}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}

.widget ul li {
    list-style-type: none;
    position: relative;
    list-style: disc;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #D8D8D8;
}
.breadcrumbs {
    padding-bottom: 10px;
}