
div.post { display:none; } /* this one is specifically for LOAD MORE */

ul.leadership {
	margin-top: 2em;
	}

ul.leadership li .title {
	display: flex
	}

ul.leadership li img {
	float: left;
	margin-right: 0.75em;
	} 

ul.leadership li {
	margin-bottom: 1em;
	}

.leader-social-media {
	padding-top: 0.5em;
	}
ul.leadership li a img {
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-border: #6C419A solid 2px;
	-webkit-border: #6C419A solid 2px;
	border: #6C419A solid 2px;
}

ul.leadership li a img.facebook-img, 
ul.leadership li a img.twitter-img {
	-moz-border-radius: none; 
	-webkit-border-radius: none;
	border-radius: none;
	-moz-border: none;
	-webkit-border: none;
	border: none;

}

table.contact-table-1 tr.even, 
table.contact-table-1 tr.alt, 
table.contact-table-1 tr:nth-of-type(2n),
.contact-table-1 {
	background: #F2F2F2 none repeat scroll 0 0;
	}

.contact-table-1,
.contact-table-2,
.contact-table-3 {
	width: 80%;
	}

div.label { 
	background: #ffffff none repeat scroll 0 0 !important;
	float: left; 
	text-align: right;
	width: 20%;
	}

label { 
	height: 50px;
	color: #9B9B9B;
	}

div.input {
	float: right;
	width: 75%;
	}

.fieldset {
	padding: 2.2em 0;
	}

input[type="submit"] { 
	background: #D14334; /* red */
	color: #FFFFFF; /* white */
	width: 100%;
	height: 2.7em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	margin-top: 1em;
	}

select, select:hover {
	background-color: #9B9B9B;
	color: #ffffff;
	height: 50px;
	}


.slidingDiv {
  margin-top:10px;
  border-bottom:5px solid #6C419A;
  }

.show_hide {
  display:none;
  }
