body {
   background: #ffffff;
}

.layout-boxed .body-innerwrapper {
	background: #ffffff;
}

.container {margin-left: unset}


input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) 
{padding:2px !important;}

#sp-main-body {
    padding: 10px 0;
    background: #ffffff;
}



@media ( min-width: 820px){
    #sp-main-body {
       margin-left: 10px;    
    }
    .sp-megamenu-parent {
      display: inline-block !important; 
    }
    #offcanvas-toggler {
        display: none !important;
    }
  	
  	#sp-top-bar {
 		max-height:40px;   
	}
    #sp-top-bar .sp-module {
        display: flex;
      	margin-top: -6px;
        width: 800px;
      max-height:40px;
      	text-align: left;
    }
    
}

@media ( max-width: 820px){
	.sp-page-title-sub-heading {
   display: none !important;
	}
 
  #sp-top-bar {
   display: none !important;
	}
  .sp-page-title  {
    margin-left: 50px;
    ;
	}
  .sp-megamenu-parent {
    list-style: none;
    position: absolute;
    left: 140px;
  	top:0px;
    padding: 0;
    z-index: 99;
   
}
	#sp-top-bar {
 		max-height:40px;   
	}
#sp-top-bar .sp-module {   
    max-width: 360px;
  	margin-top: -6px;
 
  	padding-left:60px;
  	display: block;
    text-align: left;
}
}




#sp-top-bar {
    background: #dd1100;
    color: #aaa;
  max-height:40px;
   
}



{}.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: none;
}

#sp-header {
    height: 30px;
   background-color: #ffffff;
}

#sp-header .logo {
  height: 120px;
  display: inline-flex;
  margin: 0;
  align-items: center;
  top:12px;
 
}

#offcanvas-toggler {
    margin-top: 20px;
    line-height: 12px; 
    
}

.sp-megamenu-parent {
    list-style: none;
    position: absolute;
    left: 140px;
  	top:0px;
    padding: 0;
    z-index: 99;
   
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

    display: inline-block;
    padding: 0 4px 0 4px ;
    line-height: 30px;
    font-size: 12px;
  	font-weight: 600;
    margin: 0;
    border-color: #b6b6b3;
    border-width: 1px;
    border-left-style: solid;
  	  
}

.sp-megamenu-parent > li.active > a {
    color: #252525;
    background-color: #E4E069;
  	
}

 .sp-megamenu-parent > li.active:hover > a {
    color: #252525;
    background-color: #E4E069;
   	
}
.sp-megamenu-parent > li > a {
    color: #252525;
   
}

.sp-megamenu-parent > li:hover > a {
    color: #0345bf;
  	background-color: #C7CAD3;
  	
}





.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #cccccc;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  	display: inline-block;
    background: #ffffff;
    font-weight: normal;
  	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 5px 5px 20px;
}

.offcanvas-menu {
   
    width: 180px;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
    padding: 5px 10px;
    font-size: 12px;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
      display: none;
}

.offcanvas-menu .logo img{
      height: 60px;
}

.offcanvas-menu .offcanvas-inner {
    padding: 5px;
  	/*width: 180px;*/
  	margin-top: -20px
}

.sp-page-title {
  	height: 100px;
    background:#d0ddf2;
}

.sp-page-title .sp-page-title-heading {
  	min-width:400px;
    margin-left: 100px;
    font-size: 24px;
    color: black;
    line-height: 1;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    line-height: 1;
    margin-left: 100px;
    margin-top: 10px;
    color: black;
}



#system-message-container {
    margin-left: 120px;
	max-width: 400px;  
}

#system-message-container .article-details {
     
}

.article-details .article-ratings-social-share {
  background: #ffffff;
  border:none;
  padding:0;
  margin:0;
}

.article-social-share .social-share-icon {
  display:none;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.6rem;
}

.article-details .article-full-image img {
    display: inline-block;
    border-radius: 0px;
}

.article-details {
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    box-shadow: 8px 8px 4px #80808073;
}

.article-details td{    
    border: none;   
}

.article-list .article {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey;
    box-shadow: 8px 8px 4px #80808073;
}

.readmore {
  	border: solid #D1DDF2 2px;
    background-color:#D1DDF2;
    width: 110px;
    padding: 3px;
}

#sp-footer {
    background: #0d114d;
    color: #fff;
}
