/*@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Serif:b|PT+Serif:i);*/

section {
  background: #000;
  color: #fff;
  padding: 2em;
  font-family: "PT Serif", Baskerville, Georgia;
  font-weight: 900;
}

p {
  font-size: 125%;
  line-height: 120%;
  margin-top: 0.0em;
  /*margin-bottom: 0.25em;*/
}

/*.clust_text{
  font-size: 100%;
}*/

#follow {
  background: none;
}

.grey {
  /*color: #777;*/
  color: #A3A3A3;
  font-size: 110%;
  line-height: 125%;
  margin-top: 1em;
}

a:link,
a:visited {
  color: orange;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.section_title{
  border-bottom-style:solid;
  border-bottom-color: orange;
  display: inline-block;
  margin-bottom: 0em;
  width: 100%;
}

.main_section{
  padding-top:1.25em;
  padding-left:2em;
  padding-right:2em;
}

.main_title{
  font-size: 145%;
  line-height: 110%;
  margin-top: 0.25em;
}


.wrap {
  margin-top: 1em;
  width: 100%;
  height: 100%;
  overflow:auo;
}

.fleft {
  float:left;
  width: 55%;
  /*background:blue;*/
}

.fright {
  float: right;
  width: 45%;
  height: 100%;
  /*background:red;*/
}

.image_ref{
  text-align: right;
  color: #A3A3A3;
  font-size: 60%;
  /*display: inline-block;*/
}

.iframe_clust{
  width:100%;
  height:18.5em;
  margin-top: -0.5em;
  border:none;
  /*margin-left:10%;*/
}

.bullet_points{
  margin-top: -1em;
}

.highlight{
  color: orange;
}

.acknowledge{
  line-height: 110%;
  font-size: 95%;
}

.acknowledge_links{
  margin-top: 1em;
  line-height: 130%;
  font-size: 90%;
}

.associations{
  margin-top: 1em;
}

.custom_list{
  font-size:125%;
  margin-top:-0.5em;
  margin-left: 0.5em;
}

.custom_list li{
  margin-bottom: 0.5em;
}