@font-face {
  font-family: "iconFont";
  src: url('../../assets/guardianIcons_2014.ttf') format('truetype');
}
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "EgyptianText", serif;
  color: #333;
}
h1 {
  font-family: "EgyptianHeadline", serif;
  padding: 10px 55px 40px 10px !important;
  margin-top: 0;
}
p {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  font-family: "EgyptianText";
  font-weight: bold;
  margin: 7px 0;
}
img {
  display: inline;
  margin: 0 0 5px 0;
  max-width:100%;
}
.wrapper {
  width: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.container {
  background: #f8f8f8;
  margin: 20px;
  position: relative;
  padding: 0;
}
.readMore {
  position: relative;
  width: 100%;
  background: #F1F1F1;
}
.readMore p {
  padding: 10px;
}
.readMoreIcon {
  font-family: iconFont;
  position: absolute;
  top: 5px;
  color: #951c55;
  right: 10px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline;
  cursor: pointer;
}
.readMoreIcon:hover {
  color: #b62766;
}
.bisonContent p:last-child {
  padding-bottom: 10px;
}
.invisible {
  display: none;
}
.bisonInformation .container {
  margin: 0;
}
.bisonInformation h1 {
  color: #951c55;
  background-color: #DFDFDF;
  font-size: 22px;
  padding: 10px 10px 40px 10px;
  font-weight: 200;
  margin-bottom: 0;
}
