.main-background{
	background: #005A78;
}
.second-background{
	background: #0D7C99;
}
.third-background{
	background: white;
}
.fourth-background{
	background:#ED8B00;
}
.fifth-background{
	background: #00965E;
}
.collab-footer{
    position: absolute;
    bottom: 0;
}
.collab-donate{
	padding-top: 10%;
	font-size: 24px;
}
.collab-support-our-mission{
	float: right;
	padding-top: 5%;
}
.main-background h3 a{
	color: white;
	font-weight: bold;
}
.main-background ul li a{
	color: white;
	font-size: 16px;
	line-height: 300% !important;
}
.main-background ul{
	padding-left: 0px;
}
.main-background img{
	margin-bottom: 20px;
}
.top-nav-background .searcher-box-top button{
	background: url("/assets/bg_search.png") no-repeat center center;
	border-color: whitesmoke;
}
.top-nav-background .searcher-box-top button:hover{
	background-color: transparent;
	border-color: whitesmoke;
	background: url("/assets/bg_search.png") no-repeat center center;
}
.top-nav-background button{
	float: right;
	padding: 10px;
}
.account{
	color: white;
	font-size: 32px;
}
.account-block{
	font-size: 24px;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
}
.paddingDown{
	padding-bottom: 10%;
}
.accountButton{
	width: 18em;
}
.header-color{
	color: white;
}
.left{
	float: left;
}
.right{
	float: right;
}
.truncate{
  max-width: 350px;
  max-height: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small-margin-top{
	margin-top: 1.5%;
}
.charity button{
	background:#ED8B00;
	margin-top: 4%;
	margin-bottom: 6%;
}
.donor button{
	background:#00965E;
	margin-top: 4%;
	margin-bottom: 6%;
}
.article-series-content{
	border: 15px solid #005A78;
}
.article-series-second-content{
	margin-top: 15px;
	margin-bottom: 15px;
}
.article-series-padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.collaboration-tool{
	background:#ED8B00;
}
.collaboration-tool:hover{
	background:#ED8B00;
};