@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;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "TextSans", sans-serif;
  color: #333;
}
h1 {
  font-family: "TextSans", sans-serif;
  padding: 10px 55px 40px 10px !important;
  margin-top: 0;
}
h3 {
  padding-left: 10px;  
}
p {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  font-family: "TextSans", sans-serif;
  margin: 7px 0;
}
img {
  max-width: 100%;
  display: inline;
  float: left;
  margin: 10px 0px;
} 
.wrapper {
  width: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.container {
  background: #f5f5f5;
  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;
  border: 1px solid;
  border-radius: 50%;
  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: #333;
  background-color: #ebebeb;
  font-size: 22px;
  padding: 10px 10px 40px 10px;
  font-weight: 200;
  margin-bottom: 0;
}
a {text-decoration: none; color: #00456e;}