/* 
This is the section css for
Presidential Search 
*/
.btnMain.btnContact
{
	display:none;
}
.comMem
{
    padding-top: 15px;
}
.comMem strong
{
	font-size: 1.2em;
}
.nl
{
	clear: left;
}

.pres-section{
	display: block;
	float: left;
	width: 100%;
	padding: 4% 15% 5% 15%;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pres-section .grid4{
	padding-right: 30px;
}
.pres-section .grid8 h2{
	margin-bottom: 30px; 
	margin-top: 11%;
}
.pres-section .grid9 .psuedoHead4{
	margin-top: 20px;
}
#btnContactBrandTop{
	display: none;
}
.tl-section{
	padding-top:3.5%;
}
.tl-section h2{
	text-align: center;
}
#home-content .tl-section h3:first-of-type{
	margin-top: 50px;
}
#home-content .tl-section h3:nth-of-type(2){
	padding-top: 80px;
}
/* #home-content .tl-section .timeline:nth-of-type(2){
	margin-top: 120px;
} */
.member-section .grid6 .grid9{
	padding-left: 20px;
}
.member-section .grid6 .grid9 strong{
	font-size: 1.2em;
}
.member-section{
	padding-top: 5%;
}

.timeline {
	width:100%;
	margin: 140px 0px 120px 0px;
	height: 20px;
	list-style: none;
	text-align: justify;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
}

.timeline:after {display: inline-block; content: ""; width: 100%;}

.timeline li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F2BB13;
	text-align: center;
	line-height: 1.2;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.timeline li:before {
	display: inline-block;
	content: attr(data-month);
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #6e3061;
	top: -80px;
}
.timeline li:after {
	display: inline-block;
	content: attr(data-text);
	font-size: 1em;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 40px;
	margin-bottom: -20px;
}


#committeeMembers .grid3{
	display: none;
}
#committeeMembers .grid9{
	min-height: 200px;
}


/*****************************************************/
/*****************************************************/
/*					NEW BRAND CSS					*/
/*****************************************************/
/*****************************************************/

.centerH2{
	text-align: center;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}
.centerContent .grid4{
	padding: 0px 10px;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
hr.purplePara{
	padding: 0% 0%;
}
.pyPara2, .pyPara1, .pyPara2 .row-responsive, .pyPara1 .row-responsive{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara2 .grid6 h2{
	margin-top: 10px;
}

@media only screen and (max-width:1024px){
	#home-content .borderContent{
		padding: 5% 10%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 3.5%;
	}
}
@media only screen and (max-width:768px){
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1, .pyPara2 .row-responsive, .pyPara1 .row-responsive{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #382140;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFE800;
	}
	#home-content .borderContent{
		padding: 5% 5%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 2.5%;
	}
}