#sp-top-bar {
    font-size: 1rem;
}
.header-modules{width:200px;}
.sp-page-title {
    min-height: 450px;
    background-position: center;
    background-size: contain;
}
#sp-main-body {
    padding: 0px;
}
.sp-megamenu-parent>li>a {
    font-size: 1.1rem;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #37517E;
}
#sp-header {
	background-color: #fff;
	background-image: url("../../../images/banners/pattern1.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
}
.homeslide .sppb-carousel-indicators {
    right: 0;
    left: unset;
    padding-right: 10%;
    text-align: right;
}
.homeslide .sppb-carousel-indicators li {
	border-color: #BF1E2E;
}
.homeslide .sppb-carousel-indicators .active{
	background-color: #BF1E2E;
}
.homeslide .sppb-carousel-arrow{
	color: #BF1E2E;
}
.homeabout b{
	color: #fff;
	background-color: #BF1E2E;
	padding: 0 20px;
}
.homedownload b{
	background-color: #fff;
	color: #BF1E2E;
	padding: 0 20px;
}

#sp-footer, #sp-bottom {
    background: #ffffff;
    color: #171717;
}

#sp-footer .container-inner {
    border-top: 1px solid #171717;
}
#sp-footer a, #sp-bottom a {
    color: #171717;
}
#sp-footer a:hover, #sp-bottom a:hover {
    color: #000;
	text-decoration: underline;
}

body:not(.home)  #sp-main-body{
	max-width: 1300px;
	margin: 10px auto;
}
.article-body ul.fields-container {
    padding: 0;
    display: flex;
    justify-content: center;
	margin: 0;
}
.article-body ul.fields-container li{
	list-style: none;
}
.article-body ul.fields-container li button{
	background-image: linear-gradient(45deg, #bf1e2e 0%, #941521 100%);
	padding: 8px 22px 10px 22px;
	border: none;
	font-size: 20px;
}
.article-body ul.fields-container li button::before{
	content: "\f358";
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
}

#sp-main-body #sp-left .sp-module {
	background: #37517E;
    color: #fff;
}

#sp-main-body #sp-left .sp-module .jlmf-link {
    width: 100%;
    background: #fff;
    color: #37517E;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
}
.article-list .article{
	border-color: #A11825;
}
.jlmf-label {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.jlmf-list-2 div > div{
	font-size: 15px;
}
.article-info .category-name {
    background: #37517E;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}


@media (max-width:700px) {
	#sp-top-bar{
		display: none;
	}
	#sp-header .logo {
		height: 50px;
	}
	#offcanvas-toggler {
        height: 50px;
    }
	.article-list > div.row  div.article{
		background: #000;
		padding: 0;
	}
	.article-list .article .article-header h1, .article-list .article .article-header h2{
		text-align: center;
	}
	.article-list .article .article-header h1 a, .article-list .article .article-header h2 a{
		color: #fff;
	}
	body:not(.home)  #sp-main-body{
		padding: 0 10px;
	}
	#sp-main-body #sp-left .sp-module{
		margin-bottom: 20px;
	}
	.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery{
		margin: 0;
	}
}

