/* HTML */

body,html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #555;
	height: 100%;
	background-position-x: center;
	background-position-y: 0;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
}

body {
	background-color: transparent !important;
}

html {
		background-color: #555;
}

a {
	text-decoration: none;
}

a:focus {
	outline-style: none;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* SEARCH */

form.search {
	padding: 0;
	margin: 7px 0 0 0;
	display: block;
}

form.search input.keywords {
	width: 300px;
}

span.searchmessage {
	margin-top: 7px;
	display: block;
}

/* CONTENT */

div#contentwrap, div.contentwrap {
	width: 450px;
	position: absolute;
	top: 30px;
	left: 510px;
	padding: 0 0 30px 0;
}

div#contentwrap a.subsection, div#contentwrap div.subsection {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
	width: 450px;
}

div#contentwrap a.subsection:hover {
	color: #999;
}

div#contentwrap a.subnav {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	padding: 4px 4px 6px 6px;
	display: block;
	color: #FFF;
	background-color: none;
	border: 1px solid #FFF;
	width: 138px;
	margin-bottom: -1px;
}

div#contentwrap a.subnav:hover {
	color: #555;
	background-color: white;
}

div#contentwrap div.contenttext {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 20px 0;
}

div#contentwrap div.contenttext a {
	color: #555;
}

div#contentwrap div.contenttext a:hover {
	color: #999;
}

.subcity {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}


.subcity a {
	color: #555;
}

a.subcity:hover {
	color: #999;
}

/* DETAIL CONTENT */

div#detailmenuwrap {
	width: 150px;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
}

div#detailmenuwrap a {
	position: relative;
	padding: 4px 4px 6px 6px;
	display: block;
	color: #FFF;
	background-color: none;
	border: 1px solid #FFF;
	-o-transition:  0.4s linear;
	-moz-transition: 0.4s linear;
	-khtml-transition:  0.4s linear;
	-webkit-transition:  0.4s linear;
	-ms-transition:  0.4 linear;
	transition: 0.4s linear;

}

div#detailmenuwrap a:hover {
	color: #555;
	background-color: white;
}

div#detailmenuwrap a.subnav--big  {
	display: block;
	width: 138px;
	height: 75px !important;
	margin-bottom: -1px;
	line-height: 11px;
}

div#detailmenuwrap a.subnav {
	display: block;
	width: 138px;
	height: 25px;
	margin-bottom: -1px;
	line-height: 11px;
}

div#detailcontentwrap {
	width: 775px;
	position: absolute;
	top: 30px;
	left: 210px;
	padding: 0 0 30px 0;
}

div#detailcontentwrap a.subsection {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 20px 0;
	width: 438px;
}

div#detailcontentwrap a.subsection:hover {
	color: #999;
}

div#detailcontentwrap a.subnav {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	padding: 4px 4px 6px 6px;
	display: block;
	color: #FFF;
	background: url(../media/site/none.gif) repeat;
	border: 1px solid #FFF;
	width: 138px;
	height: 13px;
	margin-bottom: -1px;
}

div#detailcontentwrap a.subnav:hover {
	color: #555;
	background: url(../media/site/FFF.gif) repeat;
}

div#detailcontentwrap div.contenttext {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 20px 0;
	width: 438px;
}

div.contentstatic {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
	width: 438px;
}

div#detailcontentwrap div.contenttext a {
	color: #555;
}

div#detailcontentwrap div.contenttext a:hover {
	color: #999;
}

div#detailcontentwrap img {
	padding: 0;
	margin: 0 17px 20px 0;
}

div#detailmenuwrap {
		position: fixed;
}

.fluid {
  clear:both;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #555;
  background: #FFF;
  padding: 20px;
  margin: 0 0 20px 0;
  min-width: 200px;
  width: 750px;
}

.narrow {
  max-width: 600px
}

.peopleblock {
    box-sizing: border-box;
    display: block;
    padding: 0 1.5em;
    margin-bottom: 1.5em;
    clear: left;
    height: 150px;
    text-align: left;
}

.peopleblock img {
  float:left;
  margin-right: 15px;
}

.bio {
  margin: 1.5em;
  margin-left: 143px;
  margin-top: -100px;
}

.point {
position: absolute;
width: 5px;
height: 5px;
border:#FFFFFF 1px solid;
cursor: pointer;
}

.flex-link {
	width: 224px;
	display: inline-block;
}

#alphabetical, #builtfilter {
	border-right: 1px solid #fff;
}

#allfilter, #builtfilter {
	border-bottom: 1px solid #fff;
}

.flex-link-group {
	border: none;
}

.columns {
	width: 750px;
}

.columns-box {
	width: 750px;
	max-width: 750px;
	min-width: auto;
}


/* CAPTCHA WIDGET */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color:none !important; //reCaptcha widget background color
    padding:0px;
}
 
#recaptcha_table {
    border:none !important; //reCaptcha widget border color
    padding:0px;
}

#recaptcha_table > tbody > tr > td{
    padding-left:0px !important;
}

#recaptcha_table > tbody > tr[height="73"] > td{
	height:56px!important;
}

#recaptcha_table > tbody > tr > td[style="padding: 18px 7px 18px 7px;"]{
	padding:0px!important;
	margin:0px!important;
	display:none!important;
} 

#recaptcha_table > tbody > tr > td[style="padding: 4px 7px 12px 7px;"]{ 
	display:none!important; 
}

#recaptcha_table > tbody > tr > td[style="padding: 10px 7px 7px 7px;"]{ 
	padding-left:12px!important;
	padding-right:0px!important; 
	padding-top:21px!important;
	padding-bottom:0px!important; 
	height:56px!important;
}

#recaptcha_table > tbody > tr > td[style="padding: 10px 7px 7px 7px;"] > a{
	padding:0px!important;
	margin:0px!important;
} 

#recaptcha_table > tbody > tr > td[style="padding: 10px 7px 7px 7px;"] > a[id="recaptcha_whatsthis_btn"]{
	display:none!important;
}

#recaptcha_response_field {
    border-color: #555 !important; //Text input field border color 
	border-top-width: 2px!important;
    background-color:#FFFFFF!important; //Text input field background color
    padding:0px;
}
 
 .top-bar,  .slick-slider, .minimenu, .contain-to-grid {display:none !important;}
