@font-face{font-family:"TextSans";
    src:url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.eot");
    src:url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.eot?#iefix") format("embedded-opentype"),url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.woff") format("woff"),url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.ttf") format("truetype"),url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.svg#TextSans-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
}

@font-face {
  font-family: "iconFont";
  src: url('guardianIcons_2014.ttf') format('truetype');
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "TextSans", sans-serif;
  color: #333;
}
h1 {
  font-family: "TextSans", sans-serif;
  padding: 10px 55px 10px 10px !important;
  margin-top: 0;
  color: #69d1ca;

    
}
h3 {
  font-family: "TextSans", sans-serif;
  padding-left: 10px;
  color: black;
 
}
p {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  font-family: "TextSans", sans-serif;
  margin-top: 7px;
    margin-bottom: 0px;

}
a {
    color: #00507f;
    text-decoration: none;
}
img {
  max-width: 100%;
  display: inline;
  float: left;
  margin: 10px 0px;
} 
.wrapper {
  width: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.container {
  background: #f1f1f1;
  margin: 20px;
  position: relative;
  padding: 0;
}
.readMore {
  position: relative;
  width: 100%;
  background: #f1f1f1;
  height:40px;
}
.readMoreIcon {
  font-family: iconFont;
  position: absolute;
  top: 5px;
  background-color: #121212;
  left: 8px;
  border-radius: 100em;
  font-size: 17px;
  width: 70px;
  height: 25px;
  text-align: center;
  display: inline;
  cursor: pointer;
  padding-top: 4px;
}
.readMoreIcon:hover {
  background-color: #69d1ca;
}

.readMoreIcon p{
	color:#ffffff;
	font-family: "TextSans", sans-serif;
	font-weight: 700;
	position:absolute;
	top:4px;
	right:-4px;
	margin:0;
	font-size:13px;
	text-align: center;
}

#icon_show{
	fill: white;
    width: 20px;
    height: 20px;
    margin-right: 40px;
}

#icon_hide{
	fill: white;
    width: 20px;
    height: 20px;
    margin-right: 40px;
}

.bisonContent p:last-child {
  padding-bottom: 10px;
}
.invisible {
  display: none;
}
.bisonInformation .container {
  margin: 0;
}
.bisonInformation h1 {
  color: #69d1ca;
  background-color: #f1f1f1;
  font-size: 22px;
  padding: 10px 10px 40px 10px;
  font-weight: bold;
  margin-bottom: 0;
}

.bisonContent h3 {
	font-weight: 100;

}