@import url('normalize.css');

/*
  General
*/
html{
  font: 62.5%/1 Helvetica, Arial, sans-serif;
}

body {
  color: #333333;
  background-color: rgb(192, 192, 192);

  text-align: center;
}

a {
  text-decoration: none;
  color: #006FC9;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 976px;
  margin: 0 auto;
  text-align: left;
}

/*
  Layout
*/
.full-width {
  width: 100%;
}
.half-width {
  display: inline-block;
  width: 478px;
  vertical-align: top;
}
.gutter {
  margin-right: 16px;
}
.row {
  margin-bottom: 16px;
}

/*
  Components
*/
.modules,
.module {
  min-height: 198px;
}
.module {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

  background-color: rgb(255, 255, 255);
}
.module .hd {
  margin: 0;
  padding: 16px;
  font-size: 2.8em;
  background-color: rgb(230, 230, 230);
  border-bottom: 1px solid rgb(157, 157, 157);
}
.module .bd {
  padding: 16px 38px 16px 16px;
}
.module p,
.module ul {
  font-size: 1.6em;
}
.module .bd img {
  float: left;
  padding-right: 16px;
}

/*
  Masthead
*/
.masthead {
  font-family: "Gill Sans MT","Gill Sans", Arial, Sans-serif;
  font-weight: normal;
  font-size: 44px;
  margin-top: 48px;
  margin-bottom: 47px;
}
.masthead a,
.masthead a:hover,
.masthead a:visited {
  display: block;

  height: 32px;

  text-decoration: none;
  font-weight: normal;
  color: #353535;

  background: url('../images/bbc-rd.png') no-repeat;

  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
  Hero
*/
.hero {
  height: 278px;
  background: url(../images/hero-bg.png) no-repeat right center rgb(235, 235, 235);
  padding: 3.8em;
}
.hero .hd,
.hero p {
  margin: 0;
  padding: 0;
}
.hero .hd {
  border: none;
  background: none;
  font-size: 4.6em;
  padding-bottom: 11px;
}
.hero .bd {
  max-width: 633px;
  margin: 0;
  padding: 0;
}
.hero p {
  font-size: 1.6em;
  line-height: 1.2em;
}
.hero .strap {
  font-size: 3em;
  padding-bottom: 16px;
}

/*
  Link list
*/
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list-item {
  line-height: 2.2em;
}

/*
  Footer
*/
.footer {
  clear: both;
  border-top: 1px solid rgb(76, 76, 76);
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 16px;
}
.footer a,
.footer a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}
.footer .disclaimer {
  font-size: 12px;
  width: 50%;
}
.footer .copy {
  font-weight: bold;
}

/*
  Icons
*/
[data-link-type=pdf] {
  display: inline-block;
  padding-right: 24px;
  background: url(../images/icon-pdf.png) no-repeat right;
}

/*
  Utility
*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}