

Body {
	background:#EDF2F7;
	font-family:oswald;
	
	}
.sp-page-title {
		background:#010101;
		}
#sp-header {
	background:transparent;
	box-shadow:none;
	}
.donate, .join {
	
	background:#10bad2;
	display: inline !important;
    padding: 20px !important;
    border-radius: 10px;
    margin-left:30px!important;
		}
		
	.join {
		background:none;
		font-weight:900;
		border:0.5px solid #777;
		
		}
.sp-dropdown.sp-dropdown-main.sp-menu-full {
	width:350px;
	}
.sp-menu-item:hover {
	transform:scale(1.1);
	}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  	color: #000;
	font-size:20px;
	font-weight:700;
	border-bottom:6px solid #10BAD2;
	}
.sp-dropdown .sp-dropdown-inner {
	background:#fff;
	}
#sp-main-body {
    padding: 50px 0;
    }
.article-intro-image img {
	height:300px;
	width:auto;
	}
.mautic-form {
  background: #f5f5f5;
  border-radius: 1.5rem;
  padding: 3rem;
  position: relative;
  }
.mautic-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10bad2;
  border-radius: 1rem;
  transform: rotate(2deg) scale(1.03);
  z-index: -1;
}
ul.social-icons::before {
  content: "Follow Us ";
  
  padding-right: 30px;
  font-size: 20px;
  font-weight: 900;
  }
li.social-icon-facebook a, .social-icon-twitter a {
	color:#000;
	}
.fa, .fas{
		color:#222!important;
		}
.float-centre img{
	margin:auto;
	}
.category-desc {
	border-bottom: 6.5px solid #c0c0c0;
    margin-bottom: 50px;
    }
.published::before {
	
	content:"Published Date: ";
	}
#sp-footer {
	background:#010101; /*#95D3F1;*/
	width:100%;
	bottom:0;
	left:0;
	/*position:fixed;*/
	padding:20px;
	}
