/* GLOBAL */
body {
	background:white !important; 
	font-family:georgia, serif !important;
	font-size:16px !important;
	line-height:23px !important;
}

a {
	text-decoration: none;
	color: inherit;
}

.left-text {
	text-align: left;
}
/* Header */

.displaynone {
	display:none !important;
}

#header-top {
height: 33px;
width: 100%;
display: block;
margin: 0;
padding: 0;
padding-top: 30px;
border-bottom: 1px solid #CCC;
padding-bottom: 2px;
}

#header-top .left a {
margin-right: 3px;
top: 8px;
position: relative;
}

#register {
display: block;
position: relative;
padding: 5px 15px;
background: #000;
color: #fff;
text-align: center;
font-family: Helvetica, arial, sans-serif;
font-size: 12px;
margin: 0;
float: right;
box-shadow: none !important;
border-radius: 0;
line-height: 17px;
}

#email-input {
float: left;
width: 200px;
border: none;
background: #e5e5e5;
border-radius: 0;
text-align: left;
padding: 7px 11px;
font-family: Helvetica, arial, sans-serif;
font-size: 12px;
top: 0px;
position: relative;
outline:none;
color: #777;
}

.three30-width {
width: 340px !important;
}


/* Slider */

div.anythingSlider {
padding: 0 !important;
margin-bottom: 20px;
}

div.anythingSlider .anythingWindow {
border: none !important;
}

div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {
background-color: #c7c7c7;
}

 div.anythingSlider.activeSlider .anythingControls ul a span {
 display:none;
 }
 
 div.anythingSlider .anythingControls ul li {
/*
	 margin:0;
	 margin-right: 6px;
*/
display: table-cell;
height: 20px;
/* background: #c7c7c7; */
/* border-right: 13px solid white; */
 }
 
  div.anythingSlider .anythingControls ul li.last a {
width: 100%;

 }
 
   div.anythingSlider .anythingControls ul li.last a.cur {
/* border-right: 13px solid red; */
 }
 
 
 div.anythingSlider .anythingControls ul li:last-child {
	 margin:0;
	 margin-right: 6px;
 }
 
 div.anythingSlider .anythingControls ul a {
	 border-radius:0 !important;
	 background-image:none !important;
background: #c7c7c7;
padding: 0;
height: 18px;
width:100%;
display:block;
margin: 0;
background-image: none;
background-position: 0;
background-repeat: no-repeat;
text-align: center;
outline: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
/* border-right: 13px solid white; */
width: 97%;
/* width: 45%; */
 }
 
div.anythingSlider .anythingControls ul {
width: 100%;
display: table;
padding: 0;
}



/* NAVIGATION */

nav#site-navigation {
	width:1050px;
	position:relative;
	margin:0 auto;
	font-family: helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

nav#site-navigation li {
	margin:0;
	margin-right:30px;
}

nav#site-navigation #nav-left {
	float:left;
	padding:0;
}

nav#site-navigation #nav-right {
	float:right;
	font-weight:normal !important;
}

nav#site-navigation #nav-right li{
	float:right;
	font-weight:normal !important;
	margin-right:0px;
	margin-left:30px !important;
}

#nav-cont {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: auto;
}

.active-page {
	color: inherit; !important;
}

.secondary-nav {
	font-weight:normal !important;
}

.governing-menu {
	font-size:10px !important;		
}

.work-for-defy-menu {
	background: #939598 !important;
}

.board-member {
		margin-bottom:15px;
}
ul.board-member-desc {
	margin:15px 0 35px 32px;
	padding:0;

}

.main-navigation li a {
	background: transparent;
}
ul.board-member-desc li {
	list-style:none;
	margin:0;
	padding:0;
}

.board-member-btn {
	font-size:27px !important;
	font-weight: bold;
	font-family: helvetica, arial;
	color:black !important;
}

.no-triangle-push {
	position: relative;
	left: 29px;
}

.board-triangle {
/*
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid black;
*/

position: relative;
margin-right: 12px;
display: inline-block;
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);

transition:All 100ms ease;
-webkit-transition:All 100ms ease-out;
-moz-transition:All 100ms ease-out;
-o-transition:All 100ms ease-out;
font-size: 20px;
vertical-align: 3px;
color:#fc6e06;
}

.orange {
color:#fc6e06 !important;
}
.rotate {
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}

.black-box {
	background: #000;
	background: #939596;
	padding: 40px;
}
 
.black-box p {
	color: #fff;
}

.black-box-title {
	color: #fff;	
	font-size:27px;
	font-weight: bold;
	font-family: helvetica, arial;
	color:black;
}
p.indent-para {
	margin-left: 30px !important;
}

.no-margin-bottom {
	margin-bottom:0 !important;
}

.location {
position: relative;
left: 30px;
margin-top: 4px !important;
}

.grey_button {
left:30px;
width: 150px;
display: block;
position: relative;
padding: 5px 0;
color: #fff;
text-align: center;
font-family: Helvetica, arial, sans-serif;
font-size: 12px;
background: #939598 !important;
cursor: pointer;
}

.grey_button:hover {
background: #000 !important;
color: #fff !important;
}

.press_link {
color:#fc6e06 !important;
}

a {
	outline:none !important;	
}

/* FOOTER */
footer#footer-global {
	border-top: 1px solid #ccc;
width: 1050px;
position: relative;
margin: 0 auto;
padding-top:10px;
color: #aaa;
font-weight:normal;
font-size:10px;
text-transform:uppercase;
margin-bottom: 50px;
}

footer#footer-global a {
	color: inherit;
	text-decoration: none;
}

footer#footer-global .right {
	text-align:right;
}

footer#footer-global .left a {
	margin-right:25px;
}

footer#footer-global a:hover {
	color:#000;
}



/* GLOBAL */
.site-content {
float: left;
width: 100%;
}

.left {
float: left;
}

.right {
float: right;
}

.fiftypercent {
	width:45%;
}

body .site {
margin-top: 25px;
padding: 0;
width: 100%;
max-width: 1050px;
box-shadow: none;
}

.site-content article {
	border: none;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 0px;
box-shadow: none;
}

.site-content {
margin: 0;
}

.col-container {
	display:block;
}

.left {
	float:left;
	width:48%;
}

.right {
	float:right;
	width:48%;
}

h1 {
	color: inherit;
	font-family:Helvetica, arial, sans-serif;
	font-size: 30px !important;
	width:100%;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	text-transform: uppercase; 
	margin-top: 5px !important;
	line-height: 33px !important;
}

h2 {
	font-family:Helvetica, arial, sans-serif;
	font-size: 27px !important;
	line-height:31px !important;
	display:block;
	position: relative;
	margin-top:0 !important;
	margin-bottom: 10px !important;
}

h2.intro-block {
	padding-left: 30px;

}

h3 {
font-family: georgia, serif;
font-size: 18px;
font-weight: bold;
margin-bottom: 2px;
padding: 3px;
}

h4 {
font-family: georgia, serif;
font-size: 16px !important;
line-height: 23px !important;
font-weight: normal !important;
font-style:italic !important;
color: #939598;
margin-bottom: 2px !important;
padding: 3px;
}

.blue-horiz {
width: 20px;
height: 100%;
background: inherit;
float: left;
position: absolute;
margin-right: 20px;
left: 0;
top: 0;
}

.col-container {
	position:relative;
	display:block;
}
.col-75 {
float:left;
position:relative;
width:750px;
}

.col-25 {
float:right;
position:relative;
width:260px;
clear:right;
}

.clear-it {
	clear:both;
}

.people-left {
float:left;
position:relative;
width:700px;
}

.people-right {
float:right;
position:relative;
width:350px;
clear:right;
}

p {
	margin-top:0px;
}

ul {
padding: 0;
padding-left: 16px;
}

.active-sidebar {
	background: inherit !important;
}

a.active-sidebar,
a.sidenav {
	text-decoration:none;
}

a.sidenav:hover {
	background:inherit;
	color:#fff;
}

.sidenav:first-child {
	margin-top:0;
}

.sidenav {
	width: 100%;
	display:block;
	position:relative;
	padding:5px 0;
	background: #000;
	margin-bottom:50px;
	color:#fff;
	text-align:center;
	font-family:Helvetica, arial, sans-serif;
	font-size: 12px;
	margin-top: 50px;
}

ul.body-list {
	padding:0;
	margin:0;
}

ul.body-list {
	
}

ul.body-list li {
	padding:0;
	margin-left:18px;
	margin-bottom: 10px;
	list-style: circle;
}

ul.inner-list li {
	padding:0;
	margin-left:18px;
	margin-bottom: 10px;
}
.main-image {
position: relative;
display: block;
}

.page-id-264 .right > p {
	margin-bottom:0;
}
.main-text {
position: absolute;
bottom: 0;
z-index: 999;
font-family: helvetica, sans-serif !important;
font-weight: bold;
color: white;
font-size: 46px !important;
line-height: 49px !important;
padding: 35px;
max-width: 940px;
text-shadow: 2px 2px 15px rgba(0,0,0,.5);
}

p strong {
	margin-bottom:0;
}

.fine-print {
	font-family:georgia, serif;
	font-size:12px;
	color: #616263;
	line-height:20px;
}

.superscripted {
	vertical-align: super;
	font-size:10px;
}

.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	line-height:inherit !important;
}

.entry-content, .entry-summary, .mu_register {
	line-height:inherit !important;
}

.site-header {
	padding-top:0 !important;
}

html {
	margin-top:0 !important;
}


/* PEOPLE APP */

.people-container .people-staff, 
.people-container .people-name, 
.people-container .people-title, 
.people-container .people-bio,
.people-container .people-bio {
	display:none; 
	background:green;
}
	a.person-entry {
		display:inline-block;
		margin:0;
		margin-right:2px;
		margin-bottom: 2px;
		float:left;
		position:relative;
		height: 171px;
		width: 173px;
/*		-webkit-filter: grayscale(100%);  
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    	filter: gray; /* IE6-9 */*/

	}
	
	

/*
.people-container:first-child a.person-entry .title-triangle,
.people-container:first-child a.person-entry .title-name {
    opacity:1;
}

.people-container:first-child a.person-entry img.grey-img {
 opacity:0;   
}
*/

#post-264 a.grey_button {
	display: inline-block;
	margin: 0;
	left: 0;
	margin-right: 30px;
}

#post-264 a.person-entry {
	height: 164px;
	width: 166px;
}

#post-264 a.person-entry img {
	height: 100%;
	width: 100%;
}


	a.person-entry img {
/*
height: 185px;
width: 173px;
*/
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
	}
	
		a.person-entry img.grey-img {
		z-index:9;
		}
		
				a.person-entry:hover img.grey-img {
		opacity:0;
		-webkit-transition: all 1.0s ease-out;
		-moz-transition: all 1.0s ease-out;
		-ms-transition: all 1.0s ease-out;
		-o-transition: all 1.0s ease-out;
		transition: all 1.0s ease-out;
				}

	a.person-entry .title-name {
		opacity:0;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	
	a.person-entry .title-triangle {
		opacity:0;
		-webkit-transition: all 1.0s ease-out;
		-moz-transition: all 1.0s ease-out;
		-ms-transition: all 1.0s ease-out;
		-o-transition: all 1.0s ease-out;
		transition: all 1.0s ease-out;
	}
	
	a.person-entry:hover .title-name,
	a.person-entry:hover .title-triangle {
		opacity:1
	}
	
	.opacity-full {
		opacity:1 !important;		
	}
	
	.opacity-none {
		opacity:0 !important;
	}
	.people-description {

	/*
	width: 100%;
	padding: 5%;
	background: black;
	color: white;
	max-width: 627px;
	position: relative;
	clear: left;
	*/	
	width: 100%;
padding: 20px;
background: black;
color: white;
max-width: 310px;
position: relative;
clear: left;
height: 800px;
overflow-y: scroll;
	
	}
	.people-staff {
font-size: 13px;
font-family: helvetica, sans-serif;
margin-bottom: 2px !important;
	}
	.people-name {
color: #fff;
font-size: 27px;
font-family: helvetica, sans-serif;
margin-bottom: 2px !important;
font-weight: bold;
line-height: 36px !important;
	}
	.people-title {
color: #fff;
font-size: 16px;
margin-bottom: 17px !important;
font-weight: normal;
font-style: italic;
	}
	.people-bio {
		
	}
	.title-name {
position: absolute;
bottom: 10px;
left: 10px;
margin-bottom: 0 !important;
font-size: 21px;
color: #fff;
line-height: 28px !important;
font-family: helvetica, arial, sans-serif;
z-index: 99;
width: 77%;
text-shadow: 2px 2px 5px rgba(0,0,0,.75);
	}
	.title-triangle {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid white;
position: absolute;
bottom: 15px;
right: 15px;	
z-index: 99;
}


/* BLOG PAGE */
.blog-container {
	position: relative;
	top: 50px;
	width: 1000px;
	margin: 0 auto;
}

.blog-container h2,
.blog-container h2 a {
	color: #000;
}


#post-89,
#post-165 {
	display:none;
}

#post-61 .col-25 h2 {
	margin-bottom:5px;
}



/* CONTACT */

.page input, textarea {
border: 2px solid #000;
border-radius: 0;
font-family: inherit;
padding: 6px;
padding: 1.5%;
width: 95%;
font-size: 16px;
}

.wpcf7-radio input {
	width:initial;
}

.wpcf7-radio .wpcf7-list-item {
	display:block;
}

.page .wpcf7-submit {
	width: 200px;
padding: 5px 0;
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	border: none;
	background: #000;
	color: #fff;
	font-family: Helvetica, arial, sans-serif;
	text-transform: uppercase;
}

.page .wpcf7-submit:hover {
	background:#000;
	color:#fff;
}

.page div.wpcf7-validation-errors,
.page div.wpcf7-mail-sent-ok {
border: none;
font-size: 18px;
text-align: center;
color: #fc6e06;
}

.page div.wpcf7-mail-sent-ok {
	color:#000;
}