/* 480 */
/* 600 */
/* 768 */
/* 992 */
/* 1072 */
/* 1200 */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather"), url(https://themes.googleusercontent.com/static/fonts/merriweather/v6/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url(https://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format("woff");
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local("Cabin Bold"), local("Cabin-Bold"), url(https://themes.googleusercontent.com/static/fonts/cabin/v5/haOjnueK8Or1ztuuRtr8dvesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}
/* =============================================================
  TYPOGRAPHY
  Sets font styles for entire site.
 * ============================================================= */
.pitch-ukbf {
  /*  Colors
   *  For alternate text colors */
  /*  Links
   *  Hyperlink styling */
  /*  Prevents border/background on linked image hover.
   *  Adds slight opacity. */
  /*  Lists
   *  Styling for lists */
  /*  Removes list styling.
   *  For semantic reasons, should only
   *  be used on unordered lists. */
  /*  Headings
   *  h1 through h6 styling
   *  Heading class lets you use one heading type for semantics
   *  but style it as another heading type. */
  /*  Lines, Quotes and Emphasis */
  /*  Lines */
  /*  Bold */
  /*  Italics */
  /*  Subscript & Superscript */
  /*  Highlighting colors */
  /*  Blockquotes */
}
.pitch-ukbf p {
  margin-bottom: 1.5625em;
}
.pitch-ukbf .font-primary {
  font-family: "Merriweather", serif;
}
.pitch-ukbf .font-secondary {
  font-family: "Cabin", sans-serif;
}
.pitch-ukbf body {
  line-height: 1.5625;
}
.pitch-ukbf .text-small {
  font-size: 0.875em;
}
.pitch-ukbf .text-tall {
  font-size: 1.1875em;
  line-height: 1.4;
}
.pitch-ukbf .text-tall {
  font-size: 1.3125em;
}
.pitch-ukbf .text-muted {
  color: #929292;
}
.pitch-ukbf .text-black {
  color: #464547;
}
.pitch-ukbf a {
  color: #ed5353;
  word-wrap: break-word;
}
.pitch-ukbf a:hover {
  color: #dc1717;
  text-decoration: underline;
}
.pitch-ukbf a img {
  border: 0;
  background: 0 0;
}
.pitch-ukbf a:hover img {
  border: 0;
  background: 0 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pitch-ukbf ul,
.pitch-ukbf ol,
.pitch-ukbf dl {
  margin-bottom: 1.5625em;
  margin-left: 2em;
}
.pitch-ukbf ul ul,
.pitch-ukbf ul ol,
.pitch-ukbf ol ol,
.pitch-ukbf ol ul {
  margin-bottom: 0;
}
.pitch-ukbf ul {
  list-style: disc;
}
.pitch-ukbf ol {
  list-style: decimal;
}
.pitch-ukbf dl {
  margin-left: 0;
}
.pitch-ukbf dt {
  font-weight: bold;
}
.pitch-ukbf .list-unstyled {
  margin-left: 0;
  list-style: none;
}
.pitch-ukbf h1, .pitch-ukbf h2, .pitch-ukbf h3, .pitch-ukbf h4, .pitch-ukbf h5, .pitch-ukbf h6 {
  font-family: "Cabin", sans-serif;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: .5em;
  padding-top: .5em;
}
.pitch-ukbf h1 a, .pitch-ukbf h2 a, .pitch-ukbf h3 a, .pitch-ukbf h4 a, .pitch-ukbf h5 a, .pitch-ukbf h6 a,
.pitch-ukbf h1 a:hover, .pitch-ukbf h2 a:hover, .pitch-ukbf h3 a:hover, .pitch-ukbf h4 a:hover, .pitch-ukbf h5 a:hover, .pitch-ukbf h6 a:hover {
  text-decoration: none;
  color: #464547;
}
.pitch-ukbf h1,
.pitch-ukbf .h1 {
  font-size: 2.5em;
  font-weight: 600;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #464547;
  text-align: center;
  font-size: 6.75em;
  padding-bottom: 0.1em;
  margin-bottom: .375em;
  padding-top: 0;
}
.pitch-ukbf h2,
.pitch-ukbf .h2 {
  font-size: 1.75em;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #464547;
  margin-bottom: 1em;
}
.pitch-ukbf h3,
.pitch-ukbf .h3 {
  font-size: 1.1875em;
}
.pitch-ukbf h5, .pitch-ukbf h6,
.pitch-ukbf .h5, .pitch-ukbf .h6 {
  font-size: 1em;
}
.pitch-ukbf h4, .pitch-ukbf .h4 {
  font-size: 1.188em;
}
.pitch-ukbf hr {
  margin: 1.875em auto;
  border: 0;
  border-top: 0.0625em solid #f6f6f6;
  border-bottom: 0 solid white;
}
.pitch-ukbf strong {
  font-weight: bold;
}
.pitch-ukbf em {
  font-style: italic;
}
.pitch-ukbf sub,
.pitch-ukbf sup {
  position: relative;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 0.25em;
}
.pitch-ukbf sup {
  top: -.5em;
}
.pitch-ukbf sub {
  bottom: -.25em;
}
.pitch-ukbf ::selection {
  color: white;
  background: #bbd034;
}
.pitch-ukbf ::-moz-selection {
  color: white;
  background: #bbd034;
}
.pitch-ukbf blockquote {
  border-left: 0.25em solid #bbd034;
  margin-bottom: 1.5625em;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  font-style: italic;
}
.pitch-ukbf blockquote, .pitch-ukbf q {
  quotes: none;
}
.pitch-ukbf blockquote:before,
.pitch-ukbf blockquote:after,
.pitch-ukbf q:before,
.pitch-ukbf q:after {
  content: '';
  content: none;
}
.pitch-ukbf .pull {
  border-left: 0;
  margin: 0 0 1.1em 0;
  padding: 0;
  font-style: normal;
}
.pitch-ukbf .pull {
  margin: 0 -3em 1.1em -3em;
}
.pitch-ukbf .box-out {
  background-color: #ececec;
  padding: 1em;
  margin: 0 0 1.5625em 0;
  width: 280px;
}
.pitch-ukbf .box-out h2 {
  padding-top: 0;
  margin-bottom: .5em;
}
.pitch-ukbf .box-out ol {
  margin-bottom: 0;
}
.pitch-ukbf .box-out em {
  font-family: "Cabin", sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
}
.pitch-ukbf .box-out-right {
  float: right;
  margin: 0 0 1.5625em 1.5625em;
  margin: 0 -5em 1.5625em 1.5625em;
}
.pitch-ukbf .box-out-left {
  float: left;
  margin: 0 1.5625em 1.5625em 0;
  margin: 0 1.5625em 1.5625em -4em;
}
.pitch-ukbf .box-out.box-white {
  background-color: #fff;
}

.pitch-ukbf {
  font-family: "Merriweather", serif;
  /* Add clearfix */
  /* header */
  /* strips */
  /* hero section */
  /* get involved */
  /* judges */
  /* latest advice */
  /* supporters */
  /* social */
  /* buttons */
}
.pitch-ukbf .container {
  max-width: 68.75em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  width: 68.75em;
}
.pitch-ukbf .info-strip {
  background-color: #ececec;
}
.pitch-ukbf .presented-by {
  list-style-type: none;
  margin: 0;
  background-color: white;
  color: #929292;
  font-family: "Cabin", sans-serif;
  font-size: .75em;
  display: block;
  padding: .5em 0;
  float: left;
}
.pitch-ukbf .presented-by li {
  float: left;
  margin: 0 .25em;
}
.pitch-ukbf .presented-by li img {
  display: block;
}
.pitch-ukbf .pitch-logo {
  float: left;
  width: 50%;
  width: 20%;
  width: 12%;
}
.pitch-ukbf .avg-logo {
  float: right;
}
.pitch-ukbf .strip {
  padding: 2em 0;
}
.pitch-ukbf .strip h2:first-child {
  padding-top: 0;
}
.pitch-ukbf .strip-primary {
  background-color: #ececec;
}
.pitch-ukbf .hero {
  color: white;
  background-color: #bbd034;
  background-image: url(../../img/thepitch/pitchers.jpg);
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.pitch-ukbf .hero h1 {
  margin-bottom: .4em;
  padding-top: .3em;
  border: 0;
}
.pitch-ukbf .twit-bird {
  font-size: 1.1em;
  background: url(../../img/thepitch/twitter.png) no-repeat left center;
  padding-left: 1.5em;
  font-size: 1.8em;
  padding-top: 0.2em;
}
.pitch-ukbf .get-involved {
  padding: 2em 0 0 0;
}
.pitch-ukbf .involved-right {
  min-height: 20em;
  background-image: url(../../img/thepitch/arthur-kay.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.pitch-ukbf .involved-left {
  float: left;
  width: 50%;
  padding-bottom: 2em;
}
.pitch-ukbf .involved-right {
  background: none;
}
.pitch-ukbf .get-involved .container {
  background-image: url(../../img/thepitch/arthur-kay.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.pitch-ukbf .judges li {
  float: left;
  width: 48%;
  margin-right: 4%;
  width: 22.75%;
  margin-right: 3%;
}
.pitch-ukbf .judges li:nth-child(even) {
  margin-right: 0;
}
.pitch-ukbf .judges li:nth-child(even) {
  margin-right: 3%;
}
.pitch-ukbf .judges li:nth-child(4) {
  margin-right: 0;
}
.pitch-ukbf .latest-advice li {
  margin-bottom: 1em;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0;
  float: left;
}
.pitch-ukbf .latest-advice li:nth-child(even) {
  margin-right: 0;
}
.pitch-ukbf .sponsors h3 {
  text-align: center;
}
.pitch-ukbf .sponsors {
  margin-top: 1em;
  text-align: center;
}
.pitch-ukbf .sponsors li {
  display: inline-block;
  width: 30%;
  margin-right: 3.33333333%;
}
.pitch-ukbf .sponsors li:nth-child(3n) {
  margin-right: 0;
}
.pitch-ukbf .sponsors h3 {
  text-align: left;
}
.pitch-ukbf .footer {
  border-top: 2px dotted #464547;
  background-color: white;
}
.pitch-ukbf .footer-icons {
  margin-bottom: 1em;
}
.pitch-ukbf .social-icons {
  display: inline-block;
}
.pitch-ukbf .social-icons li {
  float: left;
  margin-right: 1em;
}
.pitch-ukbf .social-icons li:last-child {
  margin-right: 0;
}
.pitch-ukbf .social-icons li a {
  display: block;
  width: 56px;
  height: 56px;
}
.pitch-ukbf .social-icons-twitter {
  background: transparent url(../../img/thepitch/social-icons-sprite.png) no-repeat 0 0;
}
.pitch-ukbf .social-icons-facebook {
  background: transparent url(../../img/thepitch/social-icons-sprite.png) no-repeat -66px 0;
}
.pitch-ukbf .social-icons-linkedin {
  background: transparent url(../../img/thepitch/social-icons-sprite.png) no-repeat -134px 0;
}
.pitch-ukbf .social-icons-gplus {
  background: transparent url(../../img/thepitch/social-icons-sprite.png) no-repeat -202px 0;
}
.pitch-ukbf .btn {
  display: inline-block;
  font-size: 1.2em;
  padding: 0.4em .8em;
  line-height: 1.2;
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  background-color: #ed5353;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.pitch-ukbf .btn,
.pitch-ukbf .btn:hover,
.pitch-ukbf a .btn:hover,
.pitch-ukbf .btn.active {
  color: white;
  text-decoration: none;
}
.pitch-ukbf .btn:hover,
.pitch-ukbf a .btn:hover,
.pitch-ukbf .btn.active {
  background-color: #dc1717;
  text-decoration: none;
}
.pitch-ukbf button,
.pitch-ukbf .btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
}
.pitch-ukbf .info-strip-btn {
  float: right;
  line-height: 1.5;
  height: 31px;
  padding: 0 .8em;
  margin: 0;
}

/* =============================================================
  ALIGNMENT, SPACING & VISIBILITY
  Override default alignment, spacing and visibilty.
 * ============================================================= */
.pitch-ukbf .text-center, .pitch-ukbf .footer {
  text-align: center;
}
.pitch-ukbf .text-right {
  text-align: right;
}
.pitch-ukbf .text-left {
  text-align: left;
}
.pitch-ukbf .float-left {
  float: left;
}
.pitch-ukbf .float-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.pitch-ukbf .float-right {
  float: right;
}
.pitch-ukbf .no-space {
  margin: 0;
  padding: 0;
}
.pitch-ukbf .no-space-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pitch-ukbf .no-space-top {
  margin-top: 0;
  padding-top: 0;
}
.pitch-ukbf .space-bottom {
  margin-bottom: 1.5625em;
}
.pitch-ukbf .space-bottom-small {
  margin-bottom: .5em;
  padding-bottom: 0;
}
.pitch-ukbf .space-top {
  padding-top: 1.5625em;
}
.pitch-ukbf .space-top-small {
  padding-top: .5em;
}
.pitch-ukbf .screen-reader {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.pitch-ukbf .clearfix:before, .pitch-ukbf .container:before,
.pitch-ukbf .clearfix:after,
.pitch-ukbf .container:after {
  display: table;
  content: "";
}
.pitch-ukbf .clearfix:after, .pitch-ukbf .container:after {
  clear: both;
}
