@charset "utf-8";
/* CSS Document */
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 3px 3px 0 0;
    display: none;
}

@media only screen and (min-width: 600px) {
.article-details .article-full-image {
  
}
.article-details .article-full-image img {
  max-width: 400px; 
	  float: right;
     padding-left: 20px;
}
}
.article-list .article .readmore a {
    color: #ffffff;
    background: #037D70;
    padding: 5px 10px;
    margin-top: 5px;
	   display: block;
}
.article-list .article .readmore a:hover {
   
    background: #ccc;
    padding: 5px 10px;
    margin-top: 5px;
	    display: block;
}

.article-list .article .readmore {
    font-size: 0.875rem;
    margin-top: 10px;
}
.article-list .article {
 
    border: 1px solid #ccc;
 
}
#sp-main-body {
    padding: 100px 0 0 0!important;
}
.su-drawer-toggle {
	text-align: inherit;
    text-align: left!important;
}
.article-details .article-full-image {
 
    float: right;
  
    padding-left: 20px;
}
.sp-page-title {
    background-color: #037d70!important;
}
#sp-header {
    background: #037d70!important;
}
#sp-top-bar {
    /* background: #333; */
    background: #037d70!important;
}
a {
    color: #037d70;
}
.custom-button2 .sppb-btn {
     background: #037d70!important;
}

.sp-page-title-sub-heading {
     color: #ccc!important;
	font-size: 20px!important
}
.sp-page-title-heading  {
     color: #fff!important;
 
}
.article-header h2 a {
     color: #037D70!important;
	font-size: 34px;
 
}

