/* - Prodo Front End Global Sass File
-------------------------------------------------
	Description: Prodo Digital Front End Base Package
	Author: Prodo Digital
	Author URL: http://www.prodo.com
	Notes:
		Imports for all sass and Mobile first approach.
		If you're using Grunt then this will be compiled to style.css
		This file includes all sass partials in /scss/
*/
/* - CONTENTS
-------------------------------------------------

		1.0 - // FOUNDATION

		2.0 - // HELPERS
				- Functions
				- Mixins

		3.0 - // Vendor
				 - Slick Slider

		4.0 - // CORE
				 - Base styles
				 - Fonts
				 - Typography

		5.0 - // UI
				 - Accordions
				 - Forms
				 - Tabs
				 - Tables

		6.0 - // REGIONS
				 - Header
				 - Footer
				 - Navigation

-------------------------------------------------

	/* - 1.0 - FOUNDATION & SETTINGS
	------------------------------------------ */
/* Globals & Variable setup
========================================================================== */
/*Define Contrast Themes*/
/*Define Contrast Classes*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #FFFFFF;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/* - 2.0 - HELPERS
	------------------------------------------ */
/* - Functions
------------------------------------------------- 
    Description: Sass functions are stored here
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Function name
======================================================*/
/* - Mixins
-------------------------------------------------
    Description: Useful mixins
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Placeholder
======================================================*/
/*=====================================================
  Border radius mixins
======================================================*/
/*=====================================================
  Cross browser opacity
======================================================*/
/*=====================================================
  Transition
======================================================*/
/*=====================================================
  Box shadows
======================================================*/
/*=====================================================
  Triangle Shape

  @include triangle within a pseudo element and add positioning properties (ie. top, left)
  $direction: up, down, left, right
======================================================*/
/*=====================================================
  SVG fallback for invisbile gradient

  Sass mixin for SVG with fallback support using the invisible gradient technique
  http://pauginer.com/post/36614680636/invisible-gradient-technique
======================================================*/
/*=====================================================
  Sprite helper - include if your using a sprite as a pseudo element
======================================================*/
/*=====================================================
  Sprite helper - vartically aligned sprite as a pseudo element
======================================================*/
/*=====================================================
  Sprite helper - vartically and horizontally aligned sprite as a pseudo element
======================================================*/
/*=====================================================
  clearfix
======================================================*/
/*=====================================================
  absolutely positioned overlay as a pseudo element
======================================================*/
/*=====================================================
  Vertical align in 3 lines - http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
======================================================*/
/*=====================================================
  Visability Classes
======================================================*/
.hidden {
  display: none !important;
  visibility: hidden; }

.shown {
  display: block;
  visibility: visible; }

.invisible {
  visibility: hidden; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.text-center {
  text-align: center; }

.visuallyshown {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  height: 100%;
  width: 100%; }

.vertical-align {
  vertical-align: middle; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }

@media only screen and (max-width: 40em) {
  .height_auto_small {
    height: auto !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .height_auto_medium {
    height: auto !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .height_auto_large {
    height: auto !important; } }

.image-overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #414551;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 2; }

.off-white-gradient-right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,f3f3f3+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 );
  /* IE6-9 */ }

.off-white-gradient-left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+40,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.drop-shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 40em) {
  .hide-mob {
    display: none; } }

/* - 3.0 - VENDOR
	------------------------------------------ */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  /*filter: alpha(opacity=0);*/ }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e4051f;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='white', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }
  .noUi-handle.no-ui-active {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1335px -39px;
    width: 25px;
    height: 25px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .noUi-handle.no-ui-active {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
  margin: 10px 0; }

.noUi-horizontal .noUi-handle {
  left: -10px;
  top: -10px;
  background-image: url(/_frontend/images/sprites.png);
  background-position: -1300px -39px;
  width: 25px;
  height: 25px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .noUi-horizontal .noUi-handle {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-base {
  background: #414551; }

.noUi-connect {
  background: #414551;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  /*border-radius: 2px;*/ }

.noUi-target {
  /*border:0;*/ }

.noUi-target.noUi-connect {
  /*box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;*/ }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: w-resize; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 70%;
    overflow: hidden;
    overflow-x: scroll; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
  div.table-wrapper div.scrollable {
    margin-left: 70%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }

/* - 4.0 - CORE
	------------------------------------------ */
._reset_ul, nav ul, .listing, .twitter_slider, .simple-slider.with-dots ul.slick-dots li, .search-results, .listing_page, .results_box ul, .fixtures_box ul, .match_filters, .match_filters .options, .match_tabs_buttons, .fixture_list, .fixture_group, .site_footer .top_footer ul, .breadcrumb, .site_nav ul, .top_bar ul, .footer_links ul, ._reset_ul > li, nav ul > li, .listing > li, .twitter_slider > li, .simple-slider.with-dots ul.slick-dots li > li, .search-results > li, .listing_page > li, .results_box ul > li, .fixtures_box ul > li, .match_filters > li, .match_filters .options > li, .match_tabs_buttons > li, .fixture_list > li, .fixture_group > li, .site_footer .top_footer ul > li, .breadcrumb > li, .site_nav ul > li, .top_bar ul > li, .footer_links ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

._block_img {
  display: block;
  width: 100%;
  height: auto; }

._transition_200, .pagination ul li a, .pagination ul li button {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

._transition_300, .btn, .rte .btn, .rte form button, .rte form table + input[type=submit], .rte span[class*="btn-"], .tweet_action:after, .tweet_action:before, .cta_modules_block .cta_module .faux_cta_button, .article_list li .heading, .twitter_slider .slick-next, .twitter_slider .slick-prev, .twitter_slider .slick-next:after, .twitter_slider .slick-next:before, .twitter_slider .slick-prev:after, .twitter_slider .slick-prev:before, .listing_switcher button, .listing_page > .document_list_item a .heading, .listing_page > .document_list_item a p, .match_filters .toggle_filter, .match_tabs_buttons button, .fixture_group li .addtocalendar .atcb-link,
.fixture_group li .addtocalendar .atcb-item-link, .site_nav > ul > li .subnav_wrapper {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

._transition_400, .btn.btn-arrow:after, .rte .btn.btn-arrow:after, .rte form button.btn-arrow:after, .rte form table + input.btn-arrow[type=submit]:after, .rte span.btn-arrow[class*="btn-"]:after, .expanding_search input, .expanding_search input[type=search], button.icon_search, .social_icon_links a, .hero_slider_wrapper .hero_slider_nav .slide_title, .tabs dd .tab-title > a,
.tabs .tab-title > a, .search-results .result, li.news_item_container .text-container, .grad-cta, .fixture_result .results a, .fixture_result .results a:before, .fixture_result .results a:after, .landing-page .content_wrapper > .row > .columns .box .arrow:after, .site_footer .sponsors-row .sponsors-container li img, .calls_to_action a, .calls_to_action a .img:before, .calls_to_action a .text {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

._border_radius, .form, .contour, input, textarea, .coloured_wrapper, .ios_radios, .select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

._fontlight, .btn.btn-light, .rte .btn.btn-light, .rte form button.btn-light, .rte form table + input.btn-light[type=submit], .rte span.btn-light[class*="btn-"] {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-weight: 300; }

._fontreg, ul, li, a, p, input, select, textarea, button, .styled_label, .fieldLabel, .ios_radio, article.rte .dotmailer_form form table tr td, .rte .dotmailer_form form table tr td {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-weight: 400; }

._fontbold, .cta_modules_block .cta_module .faux_cta_button, .cta_modules_block .text_cta_module .heading, nav.standard .current span, nav.standard > ul li.selected a {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-weight: 700; }

._bodyfont, .accordion .accordion-navigation > a, .accordion dd > a, .tabs dd .tab-title > a,
.tabs .tab-title > a, .live_fixture .status small {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-weight: 400; }

._bodyfontbold {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-weight: 700; }

._fontalt, .btn, .rte .btn, .rte form button, .rte form table + input[type=submit], .rte span[class*="btn-"], .rte span[class*="btn-"] a, .fixture_group li .addtocalendar .atcb-link,
.fixture_group li .addtocalendar .atcb-item-link, .pagination ul li span, .pagination ul li a, .pagination ul li button {
  font-family: Arial, sans-serif;
  font-weight: 700; }

._headingfont, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .btn.btn-full, .rte .btn.btn-full, .rte form button.btn-full, .rte form table + input.btn-full[type=submit], .rte span.btn-full[class*="btn-"], .btn.btn-purchase, .rte .btn.btn-purchase, .rte form button.btn-purchase, .rte form table + input.btn-purchase[type=submit], .rte span.btn-purchase[class*="btn-"], .faux_checkbox, .faux_radio, .faux_checkbox label, .faux_radio label, .hero_slider_wrapper .hero_slider_nav .slide_title, .hero_banner .strap, .hero_banner .sub_strap, .news_slider_wrapper .news_slider_nav .slide_title, .news_banner .strap, .news_banner .title, article.rte blockquote p:before,
article.rte blockquote p:after, article.rte b, article.rte strong, article.rte .poll_results .result_value, article.rte .poll_results .result_title, .listing_filter input[type=text], .listing_filter .select2, .search-filter .select2-container--default .select2-selection--single .select2-selection__rendered, .listing_switcher span, .live_fixture .name, .live_fixture .logos, .live_fixture .status, .live_fixture .info .score_box, .fixture_result .results a .score_box, .fixture_result .results a .result, .fixture_result .fixtures_box ul li .tickets_link, .fixture_result .fixtures_box ul li .status, .results_box ul li a .versus, .fixtures_box ul li a .versus, .next_fixture .versus, .next_fixture .date, .fixture_group li .addtocalendar .atcb-link,
.fixture_group li .addtocalendar .atcb-item-link, .site_footer, .site_footer a, .open_site_menu, .calls_to_action a .desc, .breadcrumb > li a, .breadcrumb > li span, .site_nav a .numb_pages, .footer_links ul li, .footer_links ul li a {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 700; }

._rounded, .simple-slider.with-dots ul.slick-dots li button, article.rte > ol li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

._reset_button, .btn, .rte .btn, .rte form button, .rte form table + input[type=submit], .rte span[class*="btn-"], button.icon_search, .hero_slider_wrapper .slick-next, .hero_slider_wrapper .slick-prev, .listing_switcher button, .match_filters .toggle_filter, .match_tabs_buttons button, .fixture_group li .addtocalendar .atcb-link,
.fixture_group li .addtocalendar .atcb-item-link, .site_nav .toggle_subnav,
.site_nav .collapse_subnav {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }

._visuallyhidden, form fieldset legend:not(.m-modal-form__row), .listing_filter label {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px; }
  ._visuallyhidden.focusable:active, form fieldset legend.focusable:active:not(.m-modal-form__row), .listing_filter label.focusable:active, ._visuallyhidden.focusable:focus, form fieldset legend.focusable:focus:not(.m-modal-form__row), .listing_filter label.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }

._box_shadow {
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.4); }

._box_shadow_light, .grad-cta, .video-cta, .related-cta, .twitter-cta {
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.2); }

._bs_content_box, .calls_to_action, .calls_to_action a, .calls_to_action a .text .btn_holder, .site_nav a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

._background_cover, li.news_item_container .image_container, .grad-cta .grad-cta__inner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

/* - Base
-------------------------------------------------
    Description: All base elements
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Default body and html
======================================================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

html {
  height: 100%; }

body {
  background-color: #414551;
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 64.063em) {
    body {
      padding-bottom: 50px; } }

a img {
  border: 0; }

.content_wrapper {
  max-width: 85.375rem;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #414551;
  position: relative;
  overflow: hidden; }

.site_main {
  overflow: hidden; }

.off-white-container {
  background-color: #f3f3f3; }

.dark-container {
  background-color: #262b2f; }

.shadow_left {
  -webkit-box-shadow: -6px 0px 8px 0px #f3f3f3;
  -moz-box-shadow: -6px 0px 8px 0px #f3f3f3;
  box-shadow: -6px 0px 8px 0px #f3f3f3; }

@media only screen and (max-width: 40em) {
  .small-collapse {
    padding: 0;
    margin: 0; }
    .small-collapse .columns {
      padding: 0;
      margin: 0; } }

@media only screen and (max-width: 40em) {
  iframe[src*="youtube.com"] {
    width: 100%; } }

/*Define Contrast Classes*/
/* - /_frontend/styles/output/Fonts/
------------------------------------------------- 
    Description: Font faces!
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Proxima Nova
======================================================*/
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web /_frontend/styles/output/Fonts/:  http://www./_frontend/styles/output/Fonts/.com
*/
/*@import url("http://fast./_frontend/styles/output/Fonts/.net/t/1.css?apiType=css&projectid=ab68f531-e1ea-437b-8274-7568058fe2e6");*/
@font-face {
  font-family: "Proxima Nova W08_n4";
  src: url("/_frontend/styles/output/Fonts/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Proxima Nova W08";
  src: url("/_frontend/styles/output/Fonts/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix");
  src: url("/_frontend/styles/output/Fonts/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix") format("eot"), url("/_frontend/styles/output/Fonts/781c5453-0067-4e64-9386-7c0726d63d57.woff2") format("woff2"), url("/_frontend/styles/output/Fonts/510df0e5-5b9f-4a1c-b46a-bcf1739bda43.woff") format("woff"), url("/_frontend/styles/output/Fonts/47e08118-5050-469b-a40c-dc3b2307e87e.ttf") format("truetype"), url("/_frontend/styles/output/Fonts/d93bd409-7380-4bb8-9d9f-d8035b5e0387.svg#d93bd409-7380-4bb8-9d9f-d8035b5e0387") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova W01_i3";
  src: url("/_frontend/styles/output/Fonts/bc15a635-a09b-40d1-a5c4-70310166177d.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Proxima Nova W01";
  src: url("/_frontend/styles/output/Fonts/bc15a635-a09b-40d1-a5c4-70310166177d.eot?#iefix");
  src: url("/_frontend/styles/output/Fonts/bc15a635-a09b-40d1-a5c4-70310166177d.eot?#iefix") format("eot"), url("/_frontend/styles/output/Fonts/129d49d6-5492-4ed1-96f7-0528c6d53abc.woff2") format("woff2"), url("/_frontend/styles/output/Fonts/9c69c878-2255-4027-8632-ed3635cddf45.woff") format("woff"), url("/_frontend/styles/output/Fonts/b7eb3871-e910-4522-9982-effb425a2714.ttf") format("truetype"), url("/_frontend/styles/output/Fonts/a0d89860-20e5-4bc0-b6c5-eae8ae0ebbbf.svg#a0d89860-20e5-4bc0-b6c5-eae8ae0ebbbf") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Proxima Nova W01_n6";
  src: url("/_frontend/styles/output/Fonts/9fbce143-f5db-4c0b-9159-b1e666079f67.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Proxima Nova W01";
  src: url("/_frontend/styles/output/Fonts/9fbce143-f5db-4c0b-9159-b1e666079f67.eot?#iefix");
  src: url("/_frontend/styles/output/Fonts/9fbce143-f5db-4c0b-9159-b1e666079f67.eot?#iefix") format("eot"), url("/_frontend/styles/output/Fonts/eb39afe0-709e-46d6-92ad-db5c3bfd24a9.woff2") format("woff2"), url("/_frontend/styles/output/Fonts/19dd5cf2-ac2d-48d5-901a-c432fd291ee2.woff") format("woff"), url("/_frontend/styles/output/Fonts/22cfbfa4-f607-4751-92eb-6fa194353e57.ttf") format("truetype"), url("/_frontend/styles/output/Fonts/3d6b6348-e05f-4123-b19a-3bfd02c7f361.svg#3d6b6348-e05f-4123-b19a-3bfd02c7f361") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova W01_i6";
  src: url("/_frontend/styles/output/Fonts/fe69f7e6-ff15-4bec-88ba-504c577f43f1.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Proxima Nova W01";
  src: url("/_frontend/styles/output/Fonts/fe69f7e6-ff15-4bec-88ba-504c577f43f1.eot?#iefix");
  src: url("/_frontend/styles/output/Fonts/fe69f7e6-ff15-4bec-88ba-504c577f43f1.eot?#iefix") format("eot"), url("/_frontend/styles/output/Fonts/25acf1b6-f70e-47d1-8feb-0027125e45fb.woff2") format("woff2"), url("/_frontend/styles/output/Fonts/3218f129-8d35-406a-9acf-af65d2ef8c75.woff") format("woff"), url("/_frontend/styles/output/Fonts/03dc0fc6-cbf5-4eea-ae06-0f0aa8b15322.ttf") format("truetype"), url("/_frontend/styles/output/Fonts/05216835-3a2b-4baa-8304-2984dda38122.svg#05216835-3a2b-4baa-8304-2984dda38122") format("svg");
  font-weight: 600;
  font-style: italic; }

/* - Typography
-------------------------------------------------
    Description: Typography goes here...
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Heading Classes
======================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  color: #414551;
  margin: 1.25rem 0 0.625rem;
  clear: both;
  line-height: 1.5; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #414551; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

@media only screen and (max-width: 40em) {
  h1, .h1 {
    font-size: 1.75rem; }
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.25rem; }
  h4, .h4 {
    font-size: 1rem; } }

p {
  line-height: 1.5; }

/*=====================================================
  General Classes
======================================================*/
ul, li, a, p {
  color: #414551; }

a {
  text-decoration: underline;
  color: #414551; }
  a:hover, a:active {
    color: #e4051f;
    text-decoration: none; }

ul.arrowed {
  padding: 0;
  margin: 0;
  padding-left: 0; }
  ul.arrowed li {
    margin-bottom: 0.9375rem;
    list-style: none;
    position: relative;
    padding-left: 1.25rem; }
    ul.arrowed li:before {
      left: 0;
      top: 8px;
      display: block;
      content: '';
      position: absolute;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -553px -122px;
      width: 5px;
      height: 9px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        ul.arrowed li:before {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }

/* - Print
------------------------------------------------- 
    Description: Base print defaults - taken from HTML5 Boilerplate - This should be extended with any site specific rules during fe build
    Author: John Walker - Prodo Digital
    Author URL: http://www.prodo.com
*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.icon {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffffff; }
  .icon.icon_filled {
    background-color: #e4051f; }
  .icon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%; }
  .icon.icon_news:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1144px -39px;
    width: 32px;
    height: 26px;
    margin-left: -16px;
    margin-top: -13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.icon_news:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .icon.icon_news.icon_filled:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1186px -39px;
    width: 32px;
    height: 26px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.icon_news.icon_filled:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .icon.icon_event:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1264px -39px;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.icon_event:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .icon.icon_event.icon_filled:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1228px -39px;
    width: 26px;
    height: 26px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon.icon_event.icon_filled:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }

/*Define Contrast Classes*/
/* - 5.0 - UI
	------------------------------------------ */
/*=====================================================
   Styling
======================================================*/
/* - Buttons
-------------------------------------------------
    Description: Button styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Button Styling
======================================================*/
button {
  outline: none; }

.btn, .rte .btn, .rte form button, .rte form table + input[type=submit], .rte span[class*="btn-"] {
  display: block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  padding: 0.9375rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  outline: none;
  text-align: center;
  width: 260px;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5041b+0,910314+100 */
  background: #c5041b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c5041b 0%, #910314 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c5041b 0%, #910314 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c5041b 0%, #910314 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5041b', endColorstr='#910314',GradientType=1 );
  /* IE6-9 */ }
  .btn:hover, .rte .btn:hover, .rte form button:hover, .rte form table + input[type=submit]:hover, .rte span[class*="btn-"]:hover {
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a40316+0,70020f+100 */
    background: #a40316;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a40316 0%, #70020f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a40316 0%, #70020f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a40316 0%, #70020f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40316', endColorstr='#70020f',GradientType=1 );
    /* IE6-9 */ }
  .btn.btn-prime, .rte .btn.btn-prime, .rte form button.btn-prime, .rte form table + input[type=submit].btn-prime, .rte span[class*="btn-"].btn-prime {
    background-color: #e4051f; }
    .btn.btn-prime:hover, .rte .btn.btn-prime:hover, .rte form button.btn-prime:hover, .rte form table + input[type=submit].btn-prime:hover, .rte span[class*="btn-"].btn-prime:hover {
      background-color: #b20418; }
    .btn.btn-prime.solid, .rte .btn.btn-prime.solid, .rte form button.btn-prime.solid, .rte form table + input[type=submit].btn-prime.solid, .rte span[class*="btn-"].btn-prime.solid {
      background: #e4051f; }
      .btn.btn-prime.solid:hover, .rte .btn.btn-prime.solid:hover, .rte form button.btn-prime.solid:hover, .rte form table + input[type=submit].btn-prime.solid:hover, .rte span[class*="btn-"].btn-prime.solid:hover {
        background: #b20418; }
  .btn.btn-prime-solid, .rte .btn.btn-prime-solid, .rte form button.btn-prime-solid, .rte form table + input[type=submit].btn-prime-solid, .rte span[class*="btn-"].btn-prime-solid {
    background: #e4051f; }
    .btn.btn-prime-solid:hover, .rte .btn.btn-prime-solid:hover, .rte form button.btn-prime-solid:hover, .rte form table + input[type=submit].btn-prime-solid:hover, .rte span[class*="btn-"].btn-prime-solid:hover {
      background: #b20418; }
  .btn.btn-sec, .rte .btn.btn-sec, .rte form button.btn-sec, .rte form table + input[type=submit].btn-sec, .rte span[class*="btn-"].btn-sec {
    background-color: #1bc8e2; }
    .btn.btn-sec:hover, .rte .btn.btn-sec:hover, .rte form button.btn-sec:hover, .rte form table + input[type=submit].btn-sec:hover, .rte span[class*="btn-"].btn-sec:hover {
      background-color: #16a0b4; }
  .btn.btn-ter, .rte .btn.btn-ter, .rte form button.btn-ter, .rte form table + input[type=submit].btn-ter, .rte span[class*="btn-"].btn-ter {
    background-color: #414551; }
    .btn.btn-ter:hover, .rte .btn.btn-ter:hover, .rte form button.btn-ter:hover, .rte form table + input[type=submit].btn-ter:hover, .rte span[class*="btn-"].btn-ter:hover {
      background-color: #363943; }
  .btn.btn-micro, .rte .btn.btn-micro, .rte form button.btn-micro, .rte form table + input[type=submit].btn-micro, .rte span[class*="btn-"].btn-micro {
    text-transform: uppercase;
    display: inline-block; }
  .btn.btn-large, .rte .btn.btn-large, .rte form button.btn-large, .rte form table + input[type=submit].btn-large, .rte span[class*="btn-"].btn-large {
    font-weight: 300;
    padding: 1.5625rem;
    font-size: 1.3em;
    text-transform: none; }
  .btn.btn-icon, .rte .btn.btn-icon, .rte form button.btn-icon, .rte form table + input[type=submit].btn-icon, .rte span[class*="btn-"].btn-icon {
    position: relative; }
    .btn.btn-icon:before, .rte .btn.btn-icon:before, .rte form button.btn-icon:before, .rte form table + input[type=submit].btn-icon:before, .rte span[class*="btn-"].btn-icon:before {
      left: 1.25rem; }
    .btn.btn-icon.live_chat, .rte .btn.btn-icon.live_chat, .rte form button.btn-icon.live_chat, .rte form table + input[type=submit].btn-icon.live_chat, .rte span[class*="btn-"].btn-icon.live_chat {
      padding-left: 4.6875rem; }
      .btn.btn-icon.live_chat:before, .rte .btn.btn-icon.live_chat:before, .rte form button.btn-icon.live_chat:before, .rte form table + input[type=submit].btn-icon.live_chat:before, .rte span[class*="btn-"].btn-icon.live_chat:before {
        display: block;
        content: '';
        position: absolute;
        background-image: url(/_frontend/images/sprites.png);
        background-position: -495px -83px;
        width: 35px;
        height: 29px;
        top: 50%;
        margin-top: -14.5px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .btn.btn-icon.live_chat:before, .rte .btn.btn-icon.live_chat:before, .rte form button.btn-icon.live_chat:before, .rte form table + input[type=submit].btn-icon.live_chat:before, .rte span[class*="btn-"].btn-icon.live_chat:before {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }
  .btn.btn-lime, .rte .btn.btn-lime, .rte form button.btn-lime, .rte form table + input[type=submit].btn-lime, .rte span[class*="btn-"].btn-lime {
    background: #b8be1c; }
    .btn.btn-lime:hover, .rte .btn.btn-lime:hover, .rte form button.btn-lime:hover, .rte form table + input[type=submit].btn-lime:hover, .rte span[class*="btn-"].btn-lime:hover {
      background: #8d9215; }
  .btn.btn-green, .rte .btn.btn-green, .rte form button.btn-green, .rte form table + input[type=submit].btn-green, .rte span[class*="btn-"].btn-green {
    background: #016330; }
    .btn.btn-green:hover, .rte .btn.btn-green:hover, .rte form button.btn-green:hover, .rte form table + input[type=submit].btn-green:hover, .rte span[class*="btn-"].btn-green:hover {
      background: #003118; }
  .btn.btn-navy, .rte .btn.btn-navy, .rte form button.btn-navy, .rte form table + input[type=submit].btn-navy, .rte span[class*="btn-"].btn-navy {
    background: #001f4e; }
    .btn.btn-navy:hover, .rte .btn.btn-navy:hover, .rte form button.btn-navy:hover, .rte form table + input[type=submit].btn-navy:hover, .rte span[class*="btn-"].btn-navy:hover {
      background: #000b1b; }
  .btn.btn-brown, .rte .btn.btn-brown, .rte form button.btn-brown, .rte form table + input[type=submit].btn-brown, .rte span[class*="btn-"].btn-brown {
    background: #8d7149; }
    .btn.btn-brown:hover, .rte .btn.btn-brown:hover, .rte form button.btn-brown:hover, .rte form table + input[type=submit].btn-brown:hover, .rte span[class*="btn-"].btn-brown:hover {
      background: #6b5638; }
  .btn.btn-burgundy, .rte .btn.btn-burgundy, .rte form button.btn-burgundy, .rte form table + input[type=submit].btn-burgundy, .rte span[class*="btn-"].btn-burgundy {
    background: #a63841; }
    .btn.btn-burgundy:hover, .rte .btn.btn-burgundy:hover, .rte form button.btn-burgundy:hover, .rte form table + input[type=submit].btn-burgundy:hover, .rte span[class*="btn-"].btn-burgundy:hover {
      background: #802b32; }
  .btn.btn-grey, .rte .btn.btn-grey, .rte form button.btn-grey, .rte form table + input[type=submit].btn-grey, .rte span[class*="btn-"].btn-grey {
    background: #8c9292; }
    .btn.btn-grey:hover, .rte .btn.btn-grey:hover, .rte form button.btn-grey:hover, .rte form table + input[type=submit].btn-grey:hover, .rte span[class*="btn-"].btn-grey:hover {
      background: #727979; }
  .btn.btn-outline, .btn.btn-solid, .rte .btn.btn-outline, .rte .btn.btn-solid, .rte form button.btn-outline, .rte form button.btn-solid, .rte form table + input[type=submit].btn-outline, .rte form table + input[type=submit].btn-solid, .rte span[class*="btn-"].btn-outline, .rte span[class*="btn-"].btn-solid {
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: transparent;
    filter: none; }
    .btn.btn-outline:hover, .btn.btn-solid:hover, .rte .btn.btn-outline:hover, .rte .btn.btn-solid:hover, .rte form button.btn-outline:hover, .rte form button.btn-solid:hover, .rte form table + input[type=submit].btn-outline:hover, .rte form table + input[type=submit].btn-solid:hover, .rte span[class*="btn-"].btn-outline:hover, .rte span[class*="btn-"].btn-solid:hover {
      background-color: #ffffff;
      color: #e4051f; }
  .btn.btn-outline-prime, .rte .btn.btn-outline-prime, .rte form button.btn-outline-prime, .rte form table + input[type=submit].btn-outline-prime, .rte span[class*="btn-"].btn-outline-prime {
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: rgba(0, 0, 0, 0.6);
    filter: none;
    display: inline-block;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    border: 2px solid #e4051f; }
    .btn.btn-outline-prime:hover, .rte .btn.btn-outline-prime:hover, .rte form button.btn-outline-prime:hover, .rte form table + input[type=submit].btn-outline-prime:hover, .rte span[class*="btn-"].btn-outline-prime:hover {
      background-color: #e4051f;
      color: #ffffff; }
  .btn.btn-solid, .rte .btn.btn-solid, .rte form button.btn-solid, .rte form table + input[type=submit].btn-solid, .rte span[class*="btn-"].btn-solid {
    border-color: #e4051f;
    background: #e4051f;
    color: #ffffff; }
    .btn.btn-solid:hover, .rte .btn.btn-solid:hover, .rte form button.btn-solid:hover, .rte form table + input[type=submit].btn-solid:hover, .rte span[class*="btn-"].btn-solid:hover {
      background-color: #ffffff;
      color: #e4051f; }
  .btn.btn-arrow, .rte .btn.btn-arrow, .rte form button.btn-arrow, .rte form table + input[type=submit].btn-arrow, .rte span[class*="btn-"].btn-arrow {
    text-indent: -99999999px;
    color: transparent;
    font-size: 0;
    position: relative;
    height: 55px; }
    .btn.btn-arrow:before, .rte .btn.btn-arrow:before, .rte form button.btn-arrow:before, .rte form table + input[type=submit].btn-arrow:before, .rte span[class*="btn-"].btn-arrow:before {
      position: absolute;
      top: 50%;
      background: #ffffff;
      width: 36px;
      height: 36px;
      content: "";
      display: block;
      left: 50%;
      margin-left: -18px;
      margin-top: -18px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-box-shadow: 0 5px 4px 0 rgba(51, 56, 61, 0.2);
      box-shadow: 0 5px 4px 0 rgba(51, 56, 61, 0.2); }
    .btn.btn-arrow:after, .rte .btn.btn-arrow:after, .rte form button.btn-arrow:after, .rte form table + input[type=submit].btn-arrow:after, .rte span[class*="btn-"].btn-arrow:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -3.5px;
      margin-top: -6.5px;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -411px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .btn.btn-arrow:after, .rte .btn.btn-arrow:after, .rte form button.btn-arrow:after, .rte form table + input[type=submit].btn-arrow:after, .rte span[class*="btn-"].btn-arrow:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .btn.btn-arrow.no-bg, .rte .btn.btn-arrow.no-bg, .rte form button.btn-arrow.no-bg, .rte form table + input[type=submit].btn-arrow.no-bg, .rte span[class*="btn-"].btn-arrow.no-bg {
      background: transparent;
      width: auto; }
  .btn.btn-full, .rte .btn.btn-full, .rte form button.btn-full, .rte form table + input[type=submit].btn-full, .rte span[class*="btn-"].btn-full {
    background: #ffffff;
    border: 1px solid #d9dfe5;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #414551;
    position: relative; }
    .btn.btn-full:after, .rte .btn.btn-full:after, .rte form button.btn-full:after, .rte form table + input[type=submit].btn-full:after, .rte span[class*="btn-"].btn-full:after {
      position: absolute;
      right: 1.25rem;
      top: 50%;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -411px -155px;
      width: 7px;
      height: 13px;
      margin-top: -6.5px;
      display: block;
      content: ""; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .btn.btn-full:after, .rte .btn.btn-full:after, .rte form button.btn-full:after, .rte form table + input[type=submit].btn-full:after, .rte span[class*="btn-"].btn-full:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .btn.btn-full:hover, .rte .btn.btn-full:hover, .rte form button.btn-full:hover, .rte form table + input[type=submit].btn-full:hover, .rte span[class*="btn-"].btn-full:hover {
      background-color: #e4051f;
      color: #ffffff; }
      .btn.btn-full:hover:after, .rte .btn.btn-full:hover:after, .rte form button.btn-full:hover:after, .rte form table + input[type=submit].btn-full:hover:after, .rte span[class*="btn-"].btn-full:hover:after {
        background-image: url(/_frontend/images/sprites.png);
        background-position: -428px -155px;
        width: 7px;
        height: 13px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .btn.btn-full:hover:after, .rte .btn.btn-full:hover:after, .rte form button.btn-full:hover:after, .rte form table + input[type=submit].btn-full:hover:after, .rte span[class*="btn-"].btn-full:hover:after {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }
  .btn.btn-purchase, .rte .btn.btn-purchase, .rte form button.btn-purchase, .rte form table + input[type=submit].btn-purchase, .rte span[class*="btn-"].btn-purchase {
    background: #ffffff;
    border: 1px solid #e4051f;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #414551; }
    .btn.btn-purchase:hover, .rte .btn.btn-purchase:hover, .rte form button.btn-purchase:hover, .rte form table + input[type=submit].btn-purchase:hover, .rte span[class*="btn-"].btn-purchase:hover {
      border-width: 2px; }

.rte span[class*="btn-"] {
  text-decoration: none;
  display: inline-block; }
  .rte span[class*="btn-"] a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase; }

.lt-ie9 .btn.btn-arrow:before, .lt-ie9 .btn.btn-arrow:after {
  top: 0; }

/*Define Contrast Classes*/
/*Define Contrast Classes*/
/*=====================================================
   Styling
======================================================*/
/* - Tables
------------------------------------------------- 
    Description: Table styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Table Styling
======================================================*/
table {
  margin-bottom: 2rem;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

/*Define Contrast Classes*/
/*Define Contrast Classes*/
/*=====================================================
   Styling
======================================================*/
.listing > li {
  display: block;
  border: 1px solid #d9dfe5;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  position: relative; }
  .listing > li > a:first-child {
    display: block;
    margin: -1.875rem;
    padding: 1.875rem; }

/*=====================================================
   Styling
======================================================*/
/* - Tooltips
------------------------------------------------- 
    Description: Tooltip styles
    Author: Tom van Enckevort - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Tooltip Styling
======================================================*/
.tooltip.tooltip-player {
  z-index: 3005;
  width: 100px !important;
  margin-left: -10px;
  margin-top: -7px;
  background-color: #ffffff;
  color: #414551;
  font-family: 'Proxima Nova W01';
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center; }
  .tooltip.tooltip-player > .nub {
    left: 50%;
    margin-left: -5px;
    border-color: #ffffff transparent transparent transparent !important; }

/* - 5.1 - UI - Forms
	------------------------------------------ */
/*=====================================================
   Styling
======================================================*/
/* - Forms
-------------------------------------------------
    Description: Form styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Form Styling
======================================================*/
form {
  margin: 0; }
  form label.inline {
    display: inline-block;
    padding-right: .5rem; }
  form dt {
    margin: 0; }
  form textarea {
    min-height: 6rem; }
  form fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  form button, form input[type="submit"] {
    text-transform: uppercase; }
  form input[type="text"].large, form input[type="password"].large {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }

input, select, textarea, button {
  color: #414551;
  outline: none;
  font-size: 1rem; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.form, .contour {
  background-color: #ffffff;
  border: 1px solid #d9dfe5;
  padding: 1.875rem; }
  .form .form_row, .form .contourField, .contour .form_row, .contour .contourField {
    margin-bottom: 1.875rem;
    overflow: hidden; }
    .form .form_row:last-child, .form .contourField:last-child, .contour .form_row:last-child, .contour .contourField:last-child {
      margin-bottom: 0; }
  .form input, .form textarea, .contour input, .contour textarea {
    background-color: #ffffff; }
  .form h2, .contour h2 {
    color: #e4051f;
    text-align: center;
    font-size: 2.25rem;
    margin-top: 0 !important; }
    .form h2:after, .contour h2:after {
      display: none !important; }
  .form .form-wrapper, .contour .form-wrapper {
    padding: 1.875rem; }
  .form button[type=submit], .form input[type=submit], .contour button[type=submit], .contour input[type=submit] {
    margin: 0 auto;
    float: none; }

.styled_label, .fieldLabel {
  margin-bottom: 0.9375rem;
  display: block;
  font-size: 1rem;
  width: 100%;
  float: left;
  padding-top: 0.9375rem; }
  @media only screen and (max-width: 40em) {
    .styled_label, .fieldLabel {
      float: none;
      width: 100%; } }

input, textarea {
  width: 100%;
  padding: 0.9375rem;
  border: 0;
  border: 1px solid #d9dfe5;
  font-size: 1.125rem; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #414551; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #414551; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #414551; }

textarea {
  height: 300px; }

@media only screen and (min-width: 40.063em) {
  .form_input {
    float: left;
    width: 100%; } }

.coloured_wrapper {
  background-color: #ffffff;
  border: 1px solid #d9dfe5; }

.form_row .input_slider_wrapper {
  padding: 0.9375rem 1.875rem; }
  .form_row .input_slider_wrapper select {
    border: 0;
    width: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #414551;
    background-color: transparent;
    cursor: pointer; }
  .form_row .input_slider_wrapper .slider_label {
    text-align: center;
    font-size: 0.875rem; }
    .form_row .input_slider_wrapper .slider_label select {
      font-size: 0.875rem; }

.form_row.full .form_input {
  width: 100%; }

.form_row.full .styled_label {
  width: 100%;
  text-align: left; }

@media only screen and (min-width: 64.063em) {
  .expanding_search {
    float: right;
    width: 200px; } }

@media only screen and (min-width: 64.063em) {
  .expanding_search {
    margin-left: 1.875rem; } }

.expanding_search input, .expanding_search input[type=search] {
  width: 100px;
  background-color: #c30218;
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0;
  float: left;
  font-size: 0.75rem;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 700;
  height: 3.125rem;
  border: 0; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .expanding_search input, .expanding_search input[type=search] {
      width: 85%; } }

.expanding_search input::-moz-placeholder, .expanding_search textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

.expanding_search input::-webkit-input-placeholder, .expanding_search textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1; }

.expanding_search input:-ms-input-placeholder, .expanding_search textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1; }

button.icon_search {
  background-color: #c30218;
  height: 3.125rem;
  text-indent: -99999px;
  width: 3.75rem;
  position: relative;
  margin: 0;
  float: left;
  line-height: 50px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    button.icon_search {
      width: 15%; } }
  button.icon_search:after {
    content: "";
    background-image: url(/_frontend/images/sprites.png);
    background-position: -167px -183px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      button.icon_search:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  button.icon_search:hover {
    background-color: #910314; }

/*Define Contrast Classes*/
/*Define Contrast Classes*/
/*=====================================================
   Styling
======================================================*/
.faux_checkbox, .faux_radio {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  float: left;
  margin-right: 1.25rem; }
  .faux_checkbox input, .faux_radio input {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .faux_checkbox label, .faux_radio label {
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 36px;
    font-size: 1.125rem; }
    .faux_checkbox label .checkbox, .faux_checkbox label .radio, .faux_radio label .checkbox, .faux_radio label .radio {
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid #d9dfe5;
      width: 26px;
      height: 26px;
      left: 0;
      top: 0;
      position: absolute;
      display: block;
      background-color: #ffffff;
      overflow: hidden;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .faux_checkbox label .radio, .faux_radio label .radio {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .faux_checkbox input:checked + label .checkbox,
  .faux_checkbox input:checked + label .radio, .faux_radio input:checked + label .checkbox,
  .faux_radio input:checked + label .radio {
    background-color: #373e43; }
  .faux_checkbox input:checked + label .checkbox:before, .faux_radio input:checked + label .checkbox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8.5px;
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1037px -83px;
    width: 17px;
    height: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .faux_checkbox input:checked + label .checkbox:before, .faux_radio input:checked + label .checkbox:before {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .faux_checkbox input:checked + label .radio:before, .faux_radio input:checked + label .radio:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    display: block;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

/*Define Contrast Classes*/
/*=====================================================
   Styling
======================================================*/
/* - Buttons
------------------------------------------------- 
    Description: IOS Radio styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Button Styling
======================================================*/
.ios_radios {
  display: table;
  float: left;
  width: 75%;
  overflow: hidden; }
  .ios_radios .ios_radio {
    display: table-cell; }

.ios_radio {
  overflow: hidden; }
  .ios_radio input {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .ios_radio label {
    display: block;
    border: 1px solid #414551;
    cursor: pointer;
    padding: 0.9375rem;
    border: 0;
    border-left: 1px solid #d9dfe5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    background-color: #f3f3f3; }
    .ios_radio label:hover, .ios_radio label:focus {
      background: #1bc8e2;
      color: white; }
  .ios_radio input:checked + label,
  .ios_radio input:checked + label:hover,
  .ios_radio input:checked + label:focus {
    background: #1bc8e2;
    color: white; }
  .ios_radio:first-child label {
    border-left: 0; }

/*Define Contrast Classes*/
/*=====================================================
   Styling
======================================================*/
/*.price_slider 
{
	@extend ._fontreg;

	.pound 
	{
		position: relative;
		z-index: 9999;
		margin-left: 10px;
	}

	input
	{
		border: 0;
		float: left;
		width: 70px;
		background-color: transparent;
		color: $w;
		padding: 5px;
		padding-left: 17px;
		margin-left: -15px;
		margin-top: -4px;
		font-size: rem-calc(16px);
		z-index: 99;
		&:focus 
		{
			background-color: #3E444A;
			cursor: text;
		}
		&:hover 
		{
			cursor: pointer;
		}
	}

	.text 
	{
		clear: both;
		display: block;
		overflow: hidden;
		span 
		{
			display: block;
			float: left;
		}
	}
}

.js .price_slider  .js_hidden
{
	position: absolute;
	left: -999999px;
}

#slider_placeholder 
{
	margin-top: $spacing;
}

.noUi-target
{
	border: 1px solid $font-colour;
	@extend ._feature_shadow;
}

.noUi-background
{
	background-color: #3E444A;
}

.noUi-handle
{
	@extend ._feature_shadow;
	background-color: $colour-prime;
}*/
.select2-container .select2-selection--single {
  height: 50px;
  border: 0;
  text-align: left;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0 20px;
  color: #414551; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 46px;
  background: #f3f3f3; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  background-image: url(/_frontend/images/sprites.png);
  background-position: -1213px -83px;
  width: 8px;
  height: 6px;
  margin-top: -3px;
  margin-left: -4px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url(/_frontend/images/sprites.png);
  background-position: -1231px -83px;
  width: 8px;
  height: 6px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.coloured_wrapper .select2-container--default .select2-selection--single {
  background: none; }

/*Define Contrast Classes*/
.membership_form.large {
  max-width: 700px;
  margin: 0 auto; }
  .membership_form.large label {
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 0.625rem; }
  @media only screen and (min-width: 40.063em) {
    .membership_form.large .row .small-12 {
      padding-right: 0.46875rem; }
      .membership_form.large .row .small-12:nth-child(even) {
        padding-right: 0;
        padding-left: 0.46875rem; }
    .membership_form.large input[type="submit"] {
      max-width: 300px;
      margin: 0 auto; } }

.membership_form label {
  display: block;
  width: 100%;
  text-align: left; }

.membership_form input[type="text"], .membership_form input[type="password"] {
  margin-bottom: 0.9375rem; }

.membership_form .forgotton_password {
  margin-top: 1.875rem;
  margin-bottom: 0; }
  .membership_form .forgotton_password a {
    text-decoration: underline;
    color: #e4051f; }

article.rte .dotmailer_form, .rte .dotmailer_form {
  background-color: #ffffff;
  border: 1px solid #d9dfe5;
  padding: 1.875rem; }
  article.rte .dotmailer_form p, .rte .dotmailer_form p {
    display: none; }
  article.rte .dotmailer_form form table, .rte .dotmailer_form form table {
    border: 0; }
    article.rte .dotmailer_form form table tr td, .rte .dotmailer_form form table tr td {
      border: 0;
      display: block;
      font-size: 1rem;
      width: 100%; }
    article.rte .dotmailer_form form table + input[type=submit], .rte .dotmailer_form form table + input[type=submit] {
      margin: 10px auto; }

/* - 6.0 - Partials
	------------------------------------------ */
.social_icon_links {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  width: 205px;
  background: #414551;
  border-top: 1px solid #32353e;
  border-left: 1px solid #32353e;
  border-right: 1px solid #32353e;
  list-style: none;
  z-index: 500;
  overflow: hidden; }
  @media only screen and (min-width: 64.063em) {
    .social_icon_links {
      display: block; }
      .social_icon_links--inline {
        display: none; } }
  .social_icon_links li {
    padding: 0;
    margin: 0;
    display: block;
    float: left; }
    .social_icon_links li:not(:last-child) {
      border-right: 1px solid #32353e; }
  .social_icon_links a {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    color: transparent;
    font-size: 0; }
    .social_icon_links a:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }
    @media only screen and (min-width: 64.063em) {
      .social_icon_links a:hover {
        background-color: #eee; } }
  .social_icon_links .facebook_link:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -287px -183px;
    width: 7px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social_icon_links .facebook_link:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .social_icon_links .twitter_link:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -87px -183px;
    width: 18px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social_icon_links .twitter_link:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .social_icon_links .youtube_link:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -255px -155px;
    width: 20px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social_icon_links .youtube_link:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .social_icon_links .instagram_link:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -104px -227px;
    width: 16px;
    height: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social_icon_links .instagram_link:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .social_icon_links--inline {
    position: relative;
    width: 100%;
    background: none;
    border: 0; }
    .social_icon_links--inline li {
      width: 25%; }
    .social_icon_links--inline a {
      width: auto; }

.tweet_action {
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block; }
  .tweet_action:after, .tweet_action:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%; }
  .tweet_action:after {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2; }
  .tweet_action:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tweet_action.reply:after, .tweet_action.reply:before {
    margin-left: -8.5px;
    margin-top: -6px; }
  .tweet_action.reply:before {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1010px -83px;
    width: 17px;
    height: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action.reply:before {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .tweet_action.reply:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1064px -83px;
    width: 17px;
    height: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action.reply:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .tweet_action.retweet:after, .tweet_action.retweet:before {
    margin-left: -10.5px;
    margin-top: -6.5px; }
  .tweet_action.retweet:before {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -346px -155px;
    width: 21px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action.retweet:before {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .tweet_action.retweet:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -315px -155px;
    width: 21px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action.retweet:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .tweet_action.like:after, .tweet_action.like:before {
    margin-left: -8px;
    margin-top: -7.5px; }
  .tweet_action.like:before {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -156px -227px;
    width: 16px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action.like:before {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .tweet_action.like:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -130px -227px;
    width: 16px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_action.like:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }

.tweet_post_date {
  display: inline-block; }
  .tweet_post_date:after {
    content: '';
    display: inline-block;
    margin-top: -7.5px;
    background-image: url(/_frontend/images/sprites.png);
    background-position: -59px -183px;
    width: 18px;
    height: 15px;
    vertical-align: baseline;
    margin-left: 10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .tweet_post_date:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }

.twitter_avatar {
  display: inline-block;
  width: 50px;
  height: 50px; }

/* - 6.1 - Partials - Modules
	------------------------------------------ */
.page_module {
  margin: 1.5625rem 0; }
  @media only screen and (min-width: 40.063em) {
    .page_module {
      margin: 3.4375rem 0; } }

/*Free Text block Module
----------------------------------------------
Module for a free text area
*/
.free_text_block {
  text-align: center; }

/*Define Contrast Classes*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/home-images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/home-images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/home-images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/images/home-images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.fancybox-modal .fancybox-skin {
  background: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  outline: none; }

.fancybox-modal .fancybox-close {
  bottom: -70px;
  left: 0;
  top: initial;
  margin: 0 auto;
  right: 0; }

.fancybox-modal .fancybox-inner > div {
  outline: none; }

/*=====================================================
   Styling
======================================================*/
.cta_modules_block .columns {
  position: relative;
  margin-bottom: 1.25rem; }

.cta_modules_block .cta_module {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-align: center;
  width: 100%; }
  .cta_modules_block .cta_module .faux_cta_button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 0.9375rem;
    padding: 1.25rem 2.5rem;
    text-transform: uppercase; }

.cta_modules_block .text_cta_module, .cta_modules_block .image_cta_module {
  height: 100%;
  padding: 2.5rem 2.5rem 4.0625rem;
  position: relative; }

.cta_modules_block .text_cta_module {
  border: 1px solid #e4051f; }
  .cta_modules_block .text_cta_module .heading {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 2.5rem; }
  .cta_modules_block .text_cta_module .faux_cta_button {
    background-color: #e4051f; }
  .cta_modules_block .text_cta_module:hover {
    border-color: #b20418; }
    .cta_modules_block .text_cta_module:hover .heading {
      color: #414551; }
    .cta_modules_block .text_cta_module:hover .faux_cta_button {
      background-color: #b20418; }

.cta_modules_block .image_cta_module {
  min-height: 300px;
  background-size: cover;
  background-position: center center; }
  .cta_modules_block .image_cta_module .faux_cta_button {
    text-align: left;
    background-color: #414551;
    background-color: rgba(65, 69, 81, 0.6); }
  .cta_modules_block .image_cta_module:hover .faux_cta_button {
    background-color: #414551; }

.cta_modules_block .icon_ctas_wrapper {
  height: 100%;
  width: 100%;
  position: relative; }

.cta_modules_block .icon_cta_module {
  background-color: #e4051f;
  position: relative;
  min-height: 170px;
  margin-bottom: 1.25rem; }
  .cta_modules_block .icon_cta_module:hover {
    background-color: #b20418; }
  .cta_modules_block .icon_cta_module img {
    width: 75px;
    height: 65px;
    position: absolute;
    top: 30%;
    margin-top: -32.5px;
    left: 50%;
    margin-left: -37.5px; }
  .cta_modules_block .icon_cta_module .faux_cta_button {
    padding: 1.25rem;
    border-top: 1px solid #fa112c; }

@media only screen and (max-width: 40em) {
  .cta_modules_block .icon_module_column {
    height: auto !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .cta_modules_block .icon_module_column {
    height: auto !important; } }

@media only screen and (min-width: 40.063em) {
  .cta_modules_block .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .cta_modules_block .icon_cta_module {
    width: 47%;
    margin-bottom: 0; }
    .cta_modules_block .icon_cta_module:first-of-type {
      float: left; }
    .cta_modules_block .icon_cta_module:last-of-type {
      float: right; } }

@media only screen and (min-width: 64.063em) {
  .cta_modules_block .columns {
    margin-bottom: 0; }
  .cta_modules_block .cta_module {
    margin-bottom: 0; }
  .cta_modules_block .text_cta_module, .cta_modules_block .image_cta_module {
    min-height: 330px; }
  .cta_modules_block .icon_cta_module {
    min-height: 155px;
    height: 47%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0; }
    .cta_modules_block .icon_cta_module:first-of-type {
      top: 0; }
    .cta_modules_block .icon_cta_module:last-of-type {
      bottom: 0; } }

/*Define Contrast Classes*/
.background_image_cta_strip {
  text-align: center;
  position: relative; }
  .background_image_cta_strip .content {
    left: 0;
    right: 0;
    z-index: 3;
    padding: 6.25rem 0 1.875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .background_image_cta_strip .heading {
    color: #ffffff;
    margin: 0 auto 1.875rem; }
  .background_image_cta_strip .icon {
    z-index: 3;
    position: absolute;
    right: 1.875rem;
    top: 1.875rem; }
  .background_image_cta_strip a:hover .btn {
    background-color: #b20418; }
  .background_image_cta_strip .overlay_helper {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e4051f;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 2; }
  @media only screen and (min-width: 40.063em) {
    .background_image_cta_strip .content {
      padding: 1.875rem 0; } }

/*=====================================================
   Styling
======================================================*/
.article_list {
  text-align: center; }
  .article_list ul {
    padding: 0;
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
    margin-bottom: 1.5625rem; }
    .article_list ul:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
  .article_list li {
    list-style: none;
    display: block;
    margin-bottom: 1.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
    .article_list li:last-child {
      margin-bottom: 0; }
    .article_list li a {
      display: block;
      border: 1px solid #d9dfe5;
      position: relative;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .article_list li a:hover {
        border-color: #e4051f; }
        .article_list li a:hover .btn {
          background-color: #b20418; }
    .article_list li .content {
      padding: 1.875rem; }
    .article_list li img {
      width: 100%; }
    .article_list li .heading, .article_list li time, .article_list li p {
      margin: 0 auto 1.875rem; }
    .article_list li .heading, .article_list li time {
      color: #e4051f; }
    .article_list li time {
      font-size: 0.875rem;
      display: block; }
    .article_list li .icon {
      position: absolute;
      top: 0.9375rem;
      right: 0.9375rem; }
  @media only screen and (min-width: 40.063em) {
    .article_list ul {
      margin-bottom: 3.4375rem; }
    .article_list li {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.3333333333%;
      float: left;
      margin-bottom: 0; } }

/*Define Contrast Classes*/
.twitter_slider {
  text-align: center; }
  .twitter_slider .tweet_wrapper p {
    font-size: 1.125rem; }
  .twitter_slider .tweet_wrapper a {
    margin: 0 0.5rem; }
  .twitter_slider .twitter_handle {
    font-family: "Proxima Nova W01", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.875rem; }
  .twitter_slider .tweet_heading {
    margin-bottom: 1.875rem; }
    .twitter_slider .tweet_heading .tweet_post_date, .twitter_slider .tweet_heading .twitter_avatar, .twitter_slider .tweet_heading .tweet_actions {
      vertical-align: middle;
      display: block; }
  .twitter_slider .twitter_avatar {
    margin: 10px auto; }
  .twitter_slider .slick-next, .twitter_slider .slick-prev {
    width: 60px;
    width: 30px;
    height: 60px;
    color: transparent;
    border: 1px solid #dde2e8;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2; }
    .twitter_slider .slick-next:hover, .twitter_slider .slick-prev:hover {
      cursor: pointer;
      background-color: #e4051f;
      border-color: #e4051f; }
      .twitter_slider .slick-next:hover:after, .twitter_slider .slick-prev:hover:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    .twitter_slider .slick-next:after, .twitter_slider .slick-next:before, .twitter_slider .slick-prev:after, .twitter_slider .slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -3.5px;
      margin-top: -6.5px; }
    .twitter_slider .slick-next:after, .twitter_slider .slick-prev:after {
      z-index: 4;
      opacity: 0;
      filter: alpha(opacity=0); }
  .twitter_slider .slick-next {
    right: 0; }
    .twitter_slider .slick-next:before {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -411px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .twitter_slider .slick-next:before {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .twitter_slider .slick-next:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -377px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .twitter_slider .slick-next:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  .twitter_slider .slick-prev {
    left: 0; }
    .twitter_slider .slick-prev:before {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -479px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .twitter_slider .slick-prev:before {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .twitter_slider .slick-prev:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -462px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .twitter_slider .slick-prev:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  @media only screen and (min-width: 40.063em) {
    .twitter_slider .twitter_avatar {
      margin: 0 60px; }
    .twitter_slider .tweet_wrapper p {
      font-size: 1.5rem; }
    .twitter_slider .tweet_heading .tweet_post_date, .twitter_slider .tweet_heading .twitter_avatar, .twitter_slider .tweet_heading .tweet_actions {
      display: inline-block; }
    .twitter_slider .slick-next, .twitter_slider .slick-prev {
      width: 60px; } }

.m-icon-label {
  position: relative;
  padding: 0 0 0 2.5rem;
  color: inherit; }
  .m-icon-label__label {
    line-height: 1; }
  .m-icon-label__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
    .m-icon-label__icon--envelope-white {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -641px -83px;
      width: 22px;
      height: 18px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .m-icon-label__icon--envelope-white {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  .m-icon-label--post {
    padding: 0 2.5rem 0 0; }
    .m-icon-label--post .m-icon-label__icon {
      left: inherit;
      right: 0; }
  .m-icon-label--link {
    text-decoration: none; }
    .m-icon-label--link:hover {
      text-decoration: underline; }

.m-scroll-menu {
  position: relative;
  overflow: hidden; }
  .m-scroll-menu__inner {
    white-space: nowrap;
    overflow-x: none; }
  .m-scroll-menu__links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    transition: transform .5s ease-in-out; }
    .m-scroll-menu__links.more {
      transform: translateX(-75%); }
  .m-scroll-menu__item {
    display: inline-block;
    width: 25%;
    padding: 20px 10px;
    background: #1b1b1b;
    color: #FFFFFF;
    text-align: center; }
    .m-scroll-menu__item-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      fill: #FFFFFF; }
    .m-scroll-menu__item-label {
      display: block;
      margin-top: 10px;
      font-size: .7rem;
      line-height: 1; }
      .m-scroll-menu__item-label--short {
        margin-top: 5px; }
    .m-scroll-menu__item--control {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      border: none;
      z-index: 10;
      transition: color .3s; }
      .m-scroll-menu__item--control.active {
        color: #e4051f; }
  .m-scroll-menu__link {
    display: block;
    color: inherit; }

.m-modal-form, .mobile-newsletter-signup {
  text-align: center; }
  .m-modal-form:focus, .mobile-newsletter-signup:focus {
    outline: none; }
  .m-modal-form fieldset:focus, .mobile-newsletter-signup fieldset:focus {
    outline: none; }
  .m-modal-form__title, .mobile-newsletter-signup h2 {
    padding-bottom: 14px;
    font-weight: "Proxima Nova W08", Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF; }
  .m-modal-form__row:not(:first-child), .mobile-newsletter-signup .contourField:not(:first-child) {
    margin-top: 20px; }
  .m-modal-form__input, .mobile-newsletter-signup button {
    padding: 14px;
    background: #FFFFFF;
    border: 0;
    border-radius: 2px;
    font-size: 1rem;
    color: #373e43;
    line-height: 1;
    text-align: inherit; }
    .m-modal-form__input::-webkit-input-placeholder, .mobile-newsletter-signup button::-webkit-input-placeholder {
      color: #919497;
      opacity: 1; }
    .m-modal-form__input:-moz-placeholder, .mobile-newsletter-signup button:-moz-placeholder {
      /* Firefox 18- */
      color: #919497;
      opacity: 1; }
    .m-modal-form__input::-moz-placeholder, .mobile-newsletter-signup button::-moz-placeholder {
      /* Firefox 19+ */
      color: #919497;
      opacity: 1; }
    .m-modal-form__input:-ms-input-placeholder, .mobile-newsletter-signup button:-ms-input-placeholder {
      color: #919497;
      opacity: 1; }
    .m-modal-form__input--submit, .mobile-newsletter-signup button {
      background: #c30218;
      color: #FFFFFF;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      text-transform: none !important; }

/*=====================================================
/*=====================================================
   Styling
======================================================*/
.hero_slider_wrapper {
  position: relative; }
  .hero_slider_wrapper .hero_slider_nav {
    position: absolute;
    bottom: 2.5rem;
    left: 25%;
    right: 25%;
    display: none; }
    @media only screen and (max-width: 40em) {
      .hero_slider_wrapper .hero_slider_nav {
        left: 40%;
        right: 40%;
        bottom: 2.1875rem; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .hero_slider_wrapper .hero_slider_nav {
        left: 15%;
        right: 15%; } }
    .hero_slider_wrapper .hero_slider_nav.slick-initialized {
      display: block; }
    .hero_slider_wrapper .hero_slider_nav .slick-arrow {
      display: none !important; }
    .hero_slider_wrapper .hero_slider_nav .slide_title {
      background-color: #d6d5dc;
      /* IE 8 */
      background-color: rgba(214, 213, 220, 0.8);
      display: block;
      padding: 1.25rem;
      font-size: 0.875rem;
      cursor: pointer;
      text-align: center;
      margin-top: 13px;
      border: 1px solid #aeb3b8;
      border-right: 0; }
      .hero_slider_wrapper .hero_slider_nav .slide_title:hover {
        background-color: #ffffff; }
      @media only screen and (max-width: 40em) {
        .hero_slider_wrapper .hero_slider_nav .slide_title {
          font-size: 0;
          background-color: transparent;
          border: 2px solid #ffffff;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          width: 14px;
          height: 14px;
          padding: 0;
          text-indent: -9999999px;
          margin: 0 auto; }
          .hero_slider_wrapper .hero_slider_nav .slide_title:before, .hero_slider_wrapper .hero_slider_nav .slide_title:after {
            display: none !important; } }
    .hero_slider_wrapper .hero_slider_nav .slick-current .slide_title {
      background-color: #fff;
      /* IE 8 */
      background-color: white;
      color: #e4051f;
      position: relative; }
      @media only screen and (max-width: 40em) {
        .hero_slider_wrapper .hero_slider_nav .slick-current .slide_title {
          border: 0; } }
      .hero_slider_wrapper .hero_slider_nav .slick-current .slide_title:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e4051f;
        display: block;
        position: absolute;
        top: -13px;
        margin-left: -5px;
        left: 50%; }
      .hero_slider_wrapper .hero_slider_nav .slick-current .slide_title:after {
        content: "";
        top: -3px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #e4051f;
        position: absolute;
        display: block; }
  .hero_slider_wrapper .hero_banner .text_bg {
    top: 4.25rem; }
  .hero_slider_wrapper .hero_content {
    padding-top: 2.5rem;
    padding-bottom: 4.25rem; }
    @media only screen and (min-width: 64.063em) {
      .hero_slider_wrapper .hero_content {
        position: relative; }
        .hero_slider_wrapper .hero_content:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 520px;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19191b+0,000000+100&0.75+0,0+100 */
          background: -moz-linear-gradient(left, rgba(25, 25, 27, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, rgba(25, 25, 27, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, rgba(25, 25, 27, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf19191b', endColorstr='#00000000',GradientType=1 );
          /* IE6-9 */
          z-index: -1; } }
  .hero_slider_wrapper .slick-next, .hero_slider_wrapper .slick-prev {
    position: absolute;
    bottom: 2.5rem;
    background-color: #d6d5dc;
    /* IE 8 */
    background-color: rgba(214, 213, 220, 0.8);
    width: 3.9375rem;
    height: 3.9375rem;
    border: 1px solid #aeb3b8;
    font-size: 0;
    color: transparent; }
    @media only screen and (max-width: 40em) {
      .hero_slider_wrapper .slick-next, .hero_slider_wrapper .slick-prev {
        width: 2.5rem;
        height: 2.5rem;
        bottom: 1.25rem; } }
    .hero_slider_wrapper .slick-next:after, .hero_slider_wrapper .slick-prev:after {
      display: block;
      content: "";
      left: 50%;
      top: 50%;
      margin-left: -3.5px;
      margin-top: -6.5px;
      position: absolute; }
    .hero_slider_wrapper .slick-next:hover, .hero_slider_wrapper .slick-prev:hover {
      background-color: #ffffff; }
  .hero_slider_wrapper .slick-next {
    right: 25%;
    margin-right: -3.9375rem; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .hero_slider_wrapper .slick-next {
        right: 15%; } }
    @media only screen and (max-width: 40em) {
      .hero_slider_wrapper .slick-next {
        right: 1.25rem;
        margin-right: 0; } }
    .hero_slider_wrapper .slick-next:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -411px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .hero_slider_wrapper .slick-next:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  .hero_slider_wrapper .slick-prev {
    border-right: 0;
    z-index: 999 !important;
    margin-left: -3.9375rem;
    left: 25%; }
    @media only screen and (max-width: 40em) {
      .hero_slider_wrapper .slick-prev {
        left: 1.25rem;
        margin-left: 0; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .hero_slider_wrapper .slick-prev {
        left: 15%; } }
    .hero_slider_wrapper .slick-prev:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -479px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .hero_slider_wrapper .slick-prev:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }

.hero_slider, .hero_banner {
  height: 350px; }
  @media only screen and (min-width: 40.063em) {
    .hero_slider, .hero_banner {
      height: 420px; } }
  @media only screen and (min-width: 64.063em) {
    .hero_slider, .hero_banner {
      height: 520px; } }
  .hero_slider .slick-list, .hero_slider .slick-track, .hero_banner .slick-list, .hero_banner .slick-track {
    height: 100%; }

.slick-initialized .hero_banner, .slick-initialized .hero_banner:not(:first-child) {
  display: table !important; }

.hero_banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-color: #e4051f;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  text-align: center;
  position: relative;
  display: table; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .hero_banner {
      height: 100%; } }
  .hero_banner:not(:first-child) {
    display: none !important; }
  @media only screen and (min-width: 64.063em) {
    .hero_banner {
      background-size: none;
      background-blend-mode: normal; }
      .hero_banner.left_align {
        text-align: left;
        background-position: 0% center; }
      .hero_banner.right_align {
        text-align: right;
        background-position: 100% center; }
        .hero_banner.right_align .text_bg {
          right: 0;
          left: auto; }
        .hero_banner.right_align .hero_content .columns {
          float: right; } }
  .hero_banner .hero_content {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }
    .hero_banner .hero_content h1 {
      font-size: 2.25rem;
      font-weight: 300;
      margin-bottom: 0.625rem; }
    .hero_banner .hero_content p {
      margin: 0 0 1.875rem; }
    .hero_banner .hero_content h1, .hero_banner .hero_content p {
      color: #ffffff;
      line-height: 1.1;
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 64.063em) {
      .hero_banner .hero_content {
        position: relative; }
        .hero_banner .hero_content:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 520px;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19191b+0,000000+100&0.75+0,0+100 */
          background: -moz-linear-gradient(left, rgba(25, 25, 27, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, rgba(25, 25, 27, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, rgba(25, 25, 27, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf19191b', endColorstr='#00000000',GradientType=1 );
          /* IE6-9 */
          z-index: -1; } }
  .hero_banner .text_bg {
    width: 976px;
    height: 420px;
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 3001;
    background-blend-mode: multiply;
    display: none; }
    @media only screen and (min-width: 64.063em) {
      .hero_banner .text_bg {
        display: block; } }
  .hero_banner .strap {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.625rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem; }
  .hero_banner .sub_strap {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem; }
  .hero_banner .overlay_helper {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #414551;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 1; }
  @media only screen and (min-width: 64.063em) {
    .hero_banner .hero_content {
      z-index: 3002; }
      .hero_banner .hero_content h1 {
        font-size: 3.75rem;
        margin-bottom: 1.25rem; }
      .hero_banner .hero_content p {
        margin: 0 0 2.5rem; } }

.no-background-blend-mode .hero_banner .text_bg {
  background: url("/_frontend/images/banners/red_banner_left.png") !important;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media only screen and (max-width: 64em) {
  .no-background-blend-mode .slick-slide {
    overflow: hidden; }
  .no-background-blend-mode .hero_banner .text_bg {
    background: rgba(228, 5, 31, 0.8) !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important; }
  .no-background-blend-mode .hero_banner .hero_content {
    z-index: 3002 !important; } }

.hero_banner-block {
  position: relative;
  height: 200px;
  background: #e4051f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 64.063em) {
    .hero_banner-block {
      height: 33.333%; } }
  .hero_banner-block__inner {
    height: 100%;
    padding: 1.875rem; }
  .hero_banner-block__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .hero_banner-block__tag {
    position: absolute;
    background: #e4051f;
    top: 0;
    left: 0;
    padding: 6px 6px 3px 10px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    font-weight: 700; }
    .hero_banner-block__tag:after {
      content: '';
      position: absolute;
      right: -20px;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 33px 20px 0 0;
      border-color: #e4051f transparent transparent transparent; }
  .hero_banner-block__title-outer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .hero_banner-block__title {
    font-size: 18px;
    background: rgba(25, 25, 27, 0.9);
    color: #ffffff;
    margin: 0;
    padding: 3px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .hero_banner-block h1 {
    margin-top: 0; }

/*Define Contrast Classes*/
.banner_standardinternal {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: table;
  height: 400px;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .banner_standardinternal {
      height: 275px; } }
  @media only screen and (min-width: 64.063em) {
    .banner_standardinternal {
      height: 400px; } }
  .banner_standardinternal .content {
    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .banner_standardinternal .content h1, .banner_standardinternal .content h2, .banner_standardinternal .content h3, .banner_standardinternal .content .h1, .banner_standardinternal .content .h2, .banner_standardinternal .content .h4, .banner_standardinternal .content p {
      color: #ffffff;
      margin: 0;
      display: inline-block; }
      .banner_standardinternal .content h1:after, .banner_standardinternal .content h2:after, .banner_standardinternal .content h3:after, .banner_standardinternal .content .h1:after, .banner_standardinternal .content .h2:after, .banner_standardinternal .content .h4:after, .banner_standardinternal .content p:after {
        content: "";
        display: block;
        width: 9.375rem;
        height: 1px;
        background: #e4051f;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -4.6875rem; }
    @media only screen and (min-width: 40.063em) {
      .banner_standardinternal .content h1, .banner_standardinternal .content .h1 {
        font-size: 3.75rem; } }

/*Define Contrast Classes*/
.banner_player .content .h1:after {
  display: none; }

/*=====================================================
Styling
======================================================*/
.news_slider_wrapper {
  position: relative;
  text-align: center; }
  .news_slider_wrapper .view_all {
    margin: 1.25rem auto; }
  .news_slider_wrapper .news_slider_nav_wrapper {
    background-color: #2a2a2a;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
    @media only screen and (max-width: 40em) {
      .news_slider_wrapper .news_slider_nav_wrapper {
        position: relative; } }
    @media only screen and (min-width: 40.063em) {
      .news_slider_wrapper .news_slider_nav_wrapper {
        max-width: 20rem; } }
    .news_slider_wrapper .news_slider_nav_wrapper:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .news_slider_wrapper .news_slider_nav {
    display: none; }
    .news_slider_wrapper .news_slider_nav.slick-initialized {
      display: block; }
    .news_slider_wrapper .news_slider_nav .slick-track .slick-slide {
      width: 100% !important; }
    .news_slider_wrapper .news_slider_nav .slide_title {
      display: block;
      padding: 1.25rem;
      font-size: 1rem;
      cursor: pointer;
      background-size: cover;
      background-position: 50% 50%;
      border-bottom: 1px solid #aeb3b8;
      position: relative;
      color: #ffffff;
      padding: 2.5rem 1.25rem;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      .news_slider_wrapper .news_slider_nav .slide_title:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1; }
      .news_slider_wrapper .news_slider_nav .slide_title img, .news_slider_wrapper .news_slider_nav .slide_title span, .news_slider_wrapper .news_slider_nav .slide_title time {
        z-index: 3;
        position: relative; }
      .news_slider_wrapper .news_slider_nav .slide_title time {
        display: block;
        font-size: 0.875rem; }
      .news_slider_wrapper .news_slider_nav .slide_title .thumbnail {
        display: none; }
      @media only screen and (min-width: 40.063em) {
        .news_slider_wrapper .news_slider_nav .slide_title {
          padding-left: 8.75rem;
          text-align: left;
          font-size: 0.875rem; }
          .news_slider_wrapper .news_slider_nav .slide_title:after {
            display: none; }
          .news_slider_wrapper .news_slider_nav .slide_title time {
            color: #a7a5a5;
            font-size: 0.75rem; }
          .news_slider_wrapper .news_slider_nav .slide_title .thumbnail {
            width: 100px;
            height: auto;
            position: absolute;
            top: 2.5rem;
            left: 1.25rem;
            display: block; } }
      .news_slider_wrapper .news_slider_nav .slide_title:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      @media only screen and (max-width: 40em) {
        .news_slider_wrapper .news_slider_nav .slide_title {
          height: 140px; } }
      @media only screen and (min-width: 40.063em) {
        .news_slider_wrapper .news_slider_nav .slide_title {
          background-image: none !important; } }
    .news_slider_wrapper .news_slider_nav .slick-current .slide_title {
      position: relative; }
      @media only screen and (max-width: 40em) {
        .news_slider_wrapper .news_slider_nav .slick-current .slide_title {
          border: 0;
          display: none !important; }
          .news_slider_wrapper .news_slider_nav .slick-current .slide_title:after {
            display: none !important; } }
      .news_slider_wrapper .news_slider_nav .slick-current .slide_title:after {
        content: "";
        top: 0.3125rem;
        bottom: 0.3125rem;
        left: 0;
        width: 3px;
        background-color: #e4051f;
        position: absolute;
        display: block; }
  .news_slider_wrapper .slick-next, .news_slider_wrapper .slick-prev {
    display: none !important; }
  .news_slider_wrapper .slick-next {
    right: 25%;
    margin-right: -3.9375rem; }
    @media only screen and (max-width: 40em) {
      .news_slider_wrapper .slick-next {
        right: 1.25rem;
        margin-right: 0; } }
    .news_slider_wrapper .slick-next:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -411px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .news_slider_wrapper .slick-next:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  .news_slider_wrapper .slick-prev {
    border-right: 0;
    z-index: 3000 !important;
    margin-left: -3.9375rem;
    left: 25%; }
    @media only screen and (max-width: 40em) {
      .news_slider_wrapper .slick-prev {
        left: 1.25rem;
        margin-left: 0; } }
    .news_slider_wrapper .slick-prev:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -479px -155px;
      width: 7px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .news_slider_wrapper .slick-prev:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }

@media only screen and (min-width: 40.063em) {
  .news_slider, .news_banner {
    height: 700px; } }

@media only screen and (min-width: 64.063em) {
  .news_slider, .news_banner {
    height: 700px; } }

.news_slider .slick-list, .news_slider .slick-track, .news_banner .slick-list, .news_banner .slick-track {
  height: 100%; }

.news_banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  text-align: center;
  padding: 30px 0;
  position: relative;
  display: table; }
  @media only screen and (min-width: 64.063em) {
    .news_banner {
      background-size: none;
      background-blend-mode: normal; }
      .news_banner.left_align {
        text-align: left;
        background-position: 0% center; }
      .news_banner.right_align {
        text-align: right;
        background-position: 100% center; }
        .news_banner.right_align .text_bg {
          right: 0;
          left: auto; }
        .news_banner.right_align .news_content .columns {
          float: right; } }
  .news_banner .news_content {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }
    .news_banner .news_content h1 {
      font-size: 2.25rem;
      font-weight: 300;
      margin-bottom: 0.625rem; }
    .news_banner .news_content p {
      margin: 0 0 1.875rem; }
    .news_banner .news_content h1, .news_banner .news_content p {
      color: #ffffff; }
  .news_banner .text_bg {
    width: 783px;
    height: 340px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: 0;
    z-index: 3001;
    display: none;
    background-color: #2a2a2a;
    background-color: rgba(0, 0, 0, 0.6); }
    @media only screen and (min-width: 64.063em) {
      .news_banner .text_bg {
        display: block; } }
  .news_banner .strap {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.625rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem; }
  .news_banner .title {
    display: block;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
    line-height: 1.2; }
  .news_banner .overlay_helper {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #414551;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 1; }
  @media only screen and (min-width: 64.063em) {
    .news_banner .news_content {
      z-index: 3002; }
      .news_banner .news_content h1 {
        font-size: 3.75rem;
        margin-bottom: 1.25rem; }
      .news_banner .news_content p {
        margin: 0 0 2.5rem; } }

/*Define Contrast Classes*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }
  .slick-track .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none; }
    [dir="rtl"] .slick-track .slick-slide {
      float: right; }
    .slick-track .slick-slide p {
      margin: 0;
      padding: 0 !important;
      max-width: 100% !important; }
    .slick-track .slick-slide img {
      width: 100%;
      display: block;
      border: none; }
    .slick-track .slick-slide.slick-loading img {
      display: none; }
    .slick-track .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-track .slick-slide {
      display: block; }
    .slick-loading .slick-track .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-track .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide-prev-button i, .slide-next-button i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%; }

.slide-prev-button i {
  margin-left: -6px;
  margin-top: -9.5px;
  background-image: url(/_frontend/images/sprites.png);
  background-position: 0px -253px;
  width: 12px;
  height: 19px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slide-prev-button i {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.slide-next-button i {
  margin-left: -6px;
  margin-top: -9.5px;
  background-image: url(/_frontend/images/sprites.png);
  background-position: -22px -253px;
  width: 12px;
  height: 19px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slide-next-button i {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.in_page_slider {
  margin: 1.875rem auto; }

/* End of Slider */
.simple-slider .slide-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.375rem; }
  .simple-slider .slide-nav.slide-prev-button {
    left: 1em; }
  .simple-slider .slide-nav.slide-next-button {
    right: 1em; }

.simple-slider.with-dots ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  padding: 0;
  width: 100%;
  text-align: center; }
  .simple-slider.with-dots ul.slick-dots li {
    display: inline-block;
    padding: 0 4px; }
    .simple-slider.with-dots ul.slick-dots li:before {
      display: none; }
    .simple-slider.with-dots ul.slick-dots li.slick-active button {
      background: #ffffff; }
    .simple-slider.with-dots ul.slick-dots li button {
      outline: 0;
      background: rgba(0, 0, 0, 0);
      border: 2px solid #ffffff;
      padding: 0;
      color: rgba(0, 0, 0, 0);
      width: 15px;
      height: 15px;
      cursor: pointer; }

.slider-thumbnail {
  position: relative; }
  .slider-thumbnail .slide-prev-button, .slider-thumbnail .slide-next-button {
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    background-color: #b8be1c;
    border: 0;
    outline: 0;
    color: #ffffff;
    z-index: 2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .slider-thumbnail .slide-prev-button.slide-prev-button, .slider-thumbnail .slide-next-button.slide-prev-button {
      left: 0; }
    .slider-thumbnail .slide-prev-button.slide-next-button, .slider-thumbnail .slide-next-button.slide-next-button {
      right: 0; }
  .slider-thumbnail .main_slider .slide-prev-button, .slider-thumbnail .main_slider .slide-next-button {
    top: 50%;
    margin-top: -30px; }
  .slider-thumbnail .slider-nav {
    margin-top: 10px; }
    .slider-thumbnail .slider-nav .slick-list {
      margin: 0 60px; }
      .slider-thumbnail .slider-nav .slick-list .slick-slide {
        padding-right: 10px;
        cursor: pointer; }
        .slider-thumbnail .slider-nav .slick-list .slick-slide img {
          height: 60px;
          width: auto; }
  @media only screen and (min-width: 40.063em) {
    .slider-thumbnail .navigation_slider {
      position: absolute;
      bottom: 1.875rem;
      left: 7.5rem;
      right: 7.5rem; }
    .slider-thumbnail .slider-nav {
      margin-top: 0; } }
  .slider-thumbnail.square .navigation_slider {
    max-width: 30.625rem; }
    .slider-thumbnail.square .navigation_slider .slide-prev-button, .slider-thumbnail.square .navigation_slider .slide-next-button {
      top: 0; }
    .slider-thumbnail.square .navigation_slider .slider-nav {
      margin-top: 10px; }
  .slider-thumbnail.square .main_slider {
    max-width: 30.625rem; }
    .slider-thumbnail.square .main_slider .slick-track .slick-slide img {
      width: auto; }
  @media only screen and (min-width: 40.063em) {
    .slider-thumbnail.square .navigation_slider {
      position: static; } }

.black-nav .main_slider .slide-prev-button, .black-nav .main_slider .slide-next-button {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: 0;
  height: 100%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.5); }

/* - 6.1 - Partials - Modules - RTE
	------------------------------------------ */
article.rte {
  padding: 1.875rem 0; }
  article.rte h1, article.rte h2, article.rte h3, article.rte h4, article.rte h5, article.rte h6, article.rte .h1, article.rte .h2, article.rte .h3, article.rte .h4, article.rte .h5, article.rte .h6 {
    margin: 0.9375rem 0 0.9375rem 0;
    padding-bottom: 0.9375rem;
    position: relative; }
    article.rte h1:after, article.rte h2:after, article.rte h3:after, article.rte h4:after, article.rte h5:after, article.rte h6:after, article.rte .h1:after, article.rte .h2:after, article.rte .h3:after, article.rte .h4:after, article.rte .h5:after, article.rte .h6:after {
      content: "";
      display: block;
      width: 9.375rem;
      height: 1px;
      background: #e4051f;
      position: absolute;
      bottom: 0;
      left: 0; }
    article.rte h1[style*="text-align: center"]:after, article.rte h2[style*="text-align: center"]:after, article.rte h3[style*="text-align: center"]:after, article.rte h4[style*="text-align: center"]:after, article.rte h5[style*="text-align: center"]:after, article.rte h6[style*="text-align: center"]:after, article.rte .h1[style*="text-align: center"]:after, article.rte .h2[style*="text-align: center"]:after, article.rte .h3[style*="text-align: center"]:after, article.rte .h4[style*="text-align: center"]:after, article.rte .h5[style*="text-align: center"]:after, article.rte .h6[style*="text-align: center"]:after {
      right: 0;
      margin: 0 auto; }
    article.rte h1.centred, article.rte h2.centred, article.rte h3.centred, article.rte h4.centred, article.rte h5.centred, article.rte h6.centred, article.rte .h1.centred, article.rte .h2.centred, article.rte .h3.centred, article.rte .h4.centred, article.rte .h5.centred, article.rte .h6.centred {
      text-align: center; }
      article.rte h1.centred:after, article.rte h2.centred:after, article.rte h3.centred:after, article.rte h4.centred:after, article.rte h5.centred:after, article.rte h6.centred:after, article.rte .h1.centred:after, article.rte .h2.centred:after, article.rte .h3.centred:after, article.rte .h4.centred:after, article.rte .h5.centred:after, article.rte .h6.centred:after {
        left: 50%;
        margin-left: -4.6875rem !important; }
  article.rte > h1:first-child,
  article.rte > h2:first-child,
  article.rte > h3:first-child,
  article.rte > h4:first-child,
  article.rte > h5:first-child,
  article.rte > h6:first-child,
  article.rte > .h1:first-child,
  article.rte > .h2:first-child,
  article.rte > .h3:first-child,
  article.rte > .h4:first-child,
  article.rte > .h5:first-child,
  article.rte > .h6:first-child,
  article.rte > p:first-child {
    margin-top: 0; }
  article.rte p {
    font-size: 1.125rem;
    margin: 1.875rem 0; }
    article.rte p img {
      margin-right: 20px;
      vertical-align: baseline; }
  article.rte .img_float_left {
    float: left;
    margin: 3.75rem;
    margin-left: 0; }
  article.rte .img_float_right {
    float: right;
    margin: 3.75rem;
    margin-right: 0; }
  article.rte p .img_float_left:first-child, article.rte p .img_float_right:first-child {
    margin-top: 0; }
  article.rte a {
    color: #e4051f;
    text-decoration: underline; }
    article.rte a:hover {
      text-decoration: none; }
    article.rte a.btn {
      text-decoration: none; }
  article.rte blockquote {
    position: relative;
    clear: both;
    padding: 1.875rem;
    margin: 1.875rem auto;
    display: block;
    text-align: center;
    overflow: hidden;
    background: #f3f3f3; }
    article.rte blockquote p {
      position: relative;
      font-size: 1.125rem;
      font-weight: 300;
      padding: 0 20px;
      margin: 0 0 20px 20px; }
      @media only screen and (min-width: 40.063em) {
        .o-content-column article.rte blockquote p {
          margin: 0 0 20px 40px;
          padding: 0 40px; } }
    @media only screen and (min-width: 40.063em) {
      article.rte blockquote {
        font-size: 1.5rem; } }
    article.rte blockquote cite {
      color: #e4051f;
      font-style: normal; }
      article.rte blockquote cite:before {
        content: "\2013";
        margin-right: 5px; }
    article.rte blockquote .fw_row {
      border-left: 2px solid #e4051f; }
  article.rte blockquote p:before,
  article.rte blockquote p:after {
    color: #e4051f;
    position: absolute;
    font-size: 2.25rem; }
  article.rte blockquote p:before {
    content: "\201C";
    top: 0;
    left: 0;
    line-height: 1; }
    @media only screen and (max-width: 40em) {
      article.rte blockquote p:before {
        position: absolute;
        left: 50%;
        margin-left: -5px; } }
  article.rte blockquote p:after {
    content: "\201D";
    bottom: 0;
    right: 0;
    line-height: 0; }
    @media only screen and (max-width: 40em) {
      article.rte blockquote p:after {
        display: none; } }
  article.rte b, article.rte strong {
    color: #e4051f; }
  article.rte iframe {
    max-width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
  article.rte table {
    width: 100%; }
    article.rte table tr td, article.rte table tr th {
      border: 1px solid #ccc;
      font-weight: normal;
      padding: 10px;
      vertical-align: top; }
      article.rte table tr td p:first-child, article.rte table tr th p:first-child {
        margin-top: 0; }
      article.rte table tr td p:last-child, article.rte table tr th p:last-child {
        margin-bottom: 0; }
    article.rte table tr th {
      vertical-align: middle;
      background-color: #F6F5F3; }
  article.rte > ul, article.rte > ol {
    padding: 0;
    margin: 1.875rem 0;
    padding-left: 3.75rem; }
    article.rte > ul li, article.rte > ol li {
      margin-bottom: 0.9375rem;
      margin-left: 1.25rem; }
  article.rte > ul li {
    list-style: none;
    position: relative; }
    article.rte > ul li:before {
      left: -20px;
      top: 8px;
      display: block;
      content: '';
      position: absolute;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -553px -122px;
      width: 5px;
      height: 9px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        article.rte > ul li:before {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  article.rte > ol li {
    position: relative;
    list-style: none; }
    article.rte > ol li:before {
      content: '';
      left: -20px;
      top: 10px;
      position: absolute;
      width: 5px;
      height: 5px;
      background: #b286bc; }
  article.rte.full_width p, article.rte.full_width ul, article.rte.full_width ol, article.rte.full_width h1, article.rte.full_width h2, article.rte.full_width h3, article.rte.full_width h4, article.rte.full_width h5, article.rte.full_width h6, article.rte.full_width .h1, article.rte.full_width .h2, article.rte.full_width .h3, article.rte.full_width .h4, article.rte.full_width .h5, article.rte.full_width .h6, article.rte.full_width .fw_row, article.rte.full_width .form, article.rte.full_width .contour, article.rte.full_width table, article.rte.full_width iframe, article.rte.full_width .wrapper, article.rte.full_width #disqus_thread, article.rte.full_width .opta-widget-container, article.rte.full_width .dotmailer_form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto; }
  article.rte.full_width iframe {
    display: block; }
  article.rte.full_width h1:after, article.rte.full_width h2:after, article.rte.full_width h3:after, article.rte.full_width h4:after, article.rte.full_width h5:after, article.rte.full_width h6:after, article.rte.full_width .h1:after, article.rte.full_width .h2:after, article.rte.full_width .h3:after, article.rte.full_width .h4:after, article.rte.full_width .h5:after, article.rte.full_width .h6:after {
    margin-left: 0.625rem; }
  article.rte.full_width .tabs-row, article.rte.full_width .accordion-row {
    max-width: 100%; }
    article.rte.full_width .tabs-row > .column, article.rte.full_width .accordion-row > .column {
      padding: 0; }
    article.rte.full_width .tabs-row .accordion a, article.rte.full_width .accordion-row .accordion a {
      max-width: 62.5rem;
      margin: 0 auto; }
  article.rte .buy_tickets {
    text-align: center;
    margin-bottom: 30px; }
    article.rte .buy_tickets h2 {
      margin-top: 0; }
    article.rte .buy_tickets .btn {
      display: inline-block; }

.promotion {
  margin: 20px 0; }

.webcam {
  width: 100%;
  max-width: 600px; }

#signup td {
  border: none;
  color: #414551;
  font-weight: bold;
  display: block; }
  #signup td input {
    width: 50%; }

.accordion .accordion-navigation > a, .accordion dd > a, .tabs dd .tab-title > a, .tabs .tab-title > a {
  font-size: 1rem;
  font-weight: 100;
  background: #ffffff;
  text-decoration: none;
  color: #4f5f6f; }
  @media only screen and (min-width: 64.063em) {
    .accordion .accordion-navigation > a, .accordion dd > a, .tabs dd .tab-title > a, .tabs .tab-title > a {
      font-size: 1.125rem; } }

.tabs-row .accordion > .content > *:first-child, .accordion .accordion-navigation > .content > *:first-child, .accordion dd > .content > *:first-child {
  margin-top: 0; }

.tabs-row .accordion > .content > *:last-child, .accordion .accordion-navigation > .content > *:last-child, .accordion dd > .content > *:last-child {
  margin-bottom: 0; }

.accordion {
  margin: 1.875rem auto;
  padding: 0 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 1.125rem; }

.accordion-navigation {
  margin: 0;
  background-color: #414551; }
  .accordion-navigation:hover {
    background-color: #32353e; }
    .accordion-navigation:hover > a {
      background-color: #32353e !important; }
  .accordion-navigation.active {
    background-color: #32353e; }

.accordion-row .accordion-navigation {
  border-bottom: 1px solid #32353e; }
  .accordion-row .accordion-navigation.active {
    border-bottom: 0; }

.accordion .accordion-navigation > .content, .accordion dd > .content {
  padding: 15px; }
  @media only screen and (max-width: 40em) {
    .accordion .accordion-navigation > .content iframe, .accordion dd > .content iframe {
      width: 100% !important; } }
  @media only screen and (min-width: 40.063em) {
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      padding: 1.875rem; } }
  @media only screen and (min-width: 64.063em) {
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      padding: 3.125rem; } }

.accordion .accordion-navigation > a, .accordion dd > a {
  font-size: 1em;
  position: relative;
  padding: 1.25rem 1.875rem;
  background-color: #414551;
  color: #ffffff; }
  .accordion .accordion-navigation > a:after, .accordion dd > a:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #919497 transparent transparent transparent;
    right: 1.875rem;
    top: 50%;
    margin-top: -5px; }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background-color: #32353e; }

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background-color: #32353e;
  color: #ffffff; }
  .accordion .accordion-navigation.active > a:after,
  .accordion dd.active > a:after {
    border: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ffffff transparent; }

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background-color: #f0f3f6; }
  .accordion .accordion-navigation > .content.active p, .accordion .accordion-navigation > .content.active li, .accordion dd > .content.active p, .accordion dd > .content.active li {
    color: #767881; }

.tabs-row .tabs {
  border-left: 1px solid #32353e;
  margin-top: 1.875rem;
  padding: 0 !important;
  background: #414551; }
  .tabs-row .tabs dd > a:hover, .tabs-row .tabs .tab-title > a:hover {
    background: #32353e; }

.tabs-row .accordion {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    .tabs-row .accordion {
      margin-top: 0 !important; } }

.tabs dd .tab-title,
.tabs .tab-title {
  border-right: 1px solid #32353e;
  border-top: 1px solid #32353e; }
  .tabs dd .tab-title > a,
  .tabs .tab-title > a {
    outline: 0;
    padding: 0.9375rem;
    background: #414551;
    color: #ffffff;
    font-size: 1em; }
    @media only screen and (min-width: 64.063em) {
      .tabs dd .tab-title > a,
      .tabs .tab-title > a {
        padding: 0.9375rem 1.875rem; } }
  .tabs dd .tab-title.active > a, .tabs dd .tab-title.active > a:hover,
  .tabs .tab-title.active > a,
  .tabs .tab-title.active > a:hover {
    background-color: #32353e;
    color: #ffffff;
    position: relative; }
    .tabs dd .tab-title.active > a:after, .tabs dd .tab-title.active > a:hover:after,
    .tabs .tab-title.active > a:after,
    .tabs .tab-title.active > a:hover:after {
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #32353e transparent transparent transparent; }

@media only screen and (min-width: 40.063em) {
  .side-tabs .tabs {
    width: 30%;
    float: right;
    margin: 0; }
    .side-tabs .tabs li {
      float: none;
      display: block; }
    .side-tabs .tabs .tab-title.active > a:after {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 0 0 0 0;
      border-color: transparent transparent transparent transparent;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #32353e transparent transparent;
      left: 0px;
      top: 50%;
      margin-top: -10px; }
  .side-tabs .accordion {
    width: 70%;
    float: left; }
    .side-tabs .accordion li {
      display: inline;
      height: 100%; }
      .side-tabs .accordion li .content {
        height: 100%; }
        .side-tabs .accordion li .content ul li {
          display: block;
          position: relative;
          padding-left: 1.25rem; }
          .side-tabs .accordion li .content ul li:before {
            left: 0;
            top: 8px;
            display: block;
            content: '';
            position: absolute;
            background-image: url(/_frontend/images/sprites.png);
            background-position: -553px -122px;
            width: 5px;
            height: 9px; } }
          @media only screen and (min-width: 40.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 40.063em) and (min-resolution: 192dpi) {
            .side-tabs .accordion li .content ul li:before {
              background-image: url(/_frontend/images/sprites-2x.png);
              background-size: 1366px 272px; } }

article.rte.full_width .tabs-row:not(.side-tabs), article.rte.full_width .tabs, article.rte.full_width .accordion {
  max-width: 100%; }

article.rte.full_width .tabs-row > .column {
  padding: 0; }

article.rte.full_width .tabs-row:not(.side-tabs) .tabs {
  text-align: center; }
  article.rte.full_width .tabs-row:not(.side-tabs) .tabs > li {
    float: none;
    display: inline-block;
    margin-left: -5px; }

article.rte.full_width .side-tabs {
  max-width: 100%; }
  article.rte.full_width .side-tabs > .column {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    article.rte.full_width .side-tabs .tabs {
      width: 25%; }
    article.rte.full_width .side-tabs .accordion {
      width: 75%; } }

.poll_form, article.rte .poll_form {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1.875rem !important;
  text-align: center;
  margin: 1.875rem auto;
  background-color: #373e44;
  border: 0; }
  .poll_form form, article.rte .poll_form form {
    max-width: 43.75rem;
    margin: auto;
    width: 100%; }
  .poll_form fieldset, article.rte .poll_form fieldset {
    padding: 0;
    margin: 0; }
  .poll_form h2, article.rte .poll_form h2 {
    margin: 0 auto 1.875rem;
    color: #ffffff;
    padding: 0; }
    .poll_form h2:after, article.rte .poll_form h2:after {
      display: none; }
  .poll_form input[type=radio], article.rte .poll_form input[type=radio] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0); }
    .poll_form input[type=radio]:not(:checked) + label:before, article.rte .poll_form input[type=radio]:not(:checked) + label:before {
      border-color: #ffffff; }
    .poll_form input[type=radio]:checked + label:before, article.rte .poll_form input[type=radio]:checked + label:before {
      border-color: #ffffff; }
    .poll_form input[type=radio]:checked + label:after, article.rte .poll_form input[type=radio]:checked + label:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -607px -83px;
      width: 24px;
      height: 20px;
      top: 8px;
      margin-left: -12px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .poll_form input[type=radio]:checked + label:after, article.rte .poll_form input[type=radio]:checked + label:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
      @media only screen and (min-width: 40.063em) {
        .poll_form input[type=radio]:checked + label:after, article.rte .poll_form input[type=radio]:checked + label:after {
          top: -64px; } }
  .poll_form .submit-hover, article.rte .poll_form .submit-hover {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: red; }
  .poll_form label, article.rte .poll_form label {
    display: block;
    position: relative;
    font-size: 1.5rem;
    color: #ffffff;
    padding-left: 60px;
    text-align: left; }
    .poll_form label:before, .poll_form label:after, article.rte .poll_form label:before, article.rte .poll_form label:after {
      position: absolute;
      content: '';
      display: block; }
    .poll_form label:before, article.rte .poll_form label:before {
      width: 64px;
      height: 64px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border-style: solid;
      border-width: 2px;
      top: -15px;
      left: 5%;
      margin-left: -32px; }
    .poll_form label:after, article.rte .poll_form label:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -573px -83px;
      width: 24px;
      height: 20px;
      top: 8px;
      left: 5%;
      margin-left: -12px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .poll_form label:after, article.rte .poll_form label:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    @media only screen and (min-width: 40.063em) {
      .poll_form label, article.rte .poll_form label {
        display: inline-block;
        padding-left: 0;
        text-align: center; }
        .poll_form label:before, article.rte .poll_form label:before {
          top: -86px;
          left: 50%; }
        .poll_form label:after, article.rte .poll_form label:after {
          top: -64px;
          left: 50%; } }
  .poll_form .contourField, article.rte .poll_form .contourField {
    position: relative;
    overflow: visible;
    padding: 10px 1.875rem 0; }
    @media only screen and (min-width: 40.063em) {
      .poll_form .contourField, article.rte .poll_form .contourField {
        padding: 86px 1.875rem 0; } }
  .poll_form button.no-pop, article.rte .poll_form button.no-pop {
    display: inline-block;
    margin: 1.875rem auto 0;
    padding: 0.9375rem 5rem; }
  @media only screen and (min-width: 40.063em) {
    .poll_form, article.rte .poll_form {
      padding: 3.75rem !important; }
      .poll_form h2, article.rte .poll_form h2 {
        margin: 0 auto 3.75rem; }
      .poll_form .contourField, article.rte .poll_form .contourField {
        width: 33.333%;
        float: left;
        clear: none; }
      .poll_form button.no-pop, article.rte .poll_form button.no-pop {
        margin: 3.75rem auto 0; } }

.radiobuttonlistpoll {
  position: relative; }
  @media only screen and (max-width: 40em) {
    .radiobuttonlistpoll:last-of-type {
      padding-bottom: 1.875rem !important; } }

#submit-box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  z-index: 3;
  position: absolute;
  background-color: #202428;
  height: 77px;
  line-height: 77px;
  bottom: -95px;
  left: 0;
  min-width: 100px; }
  @media only screen and (min-width: 40.063em) {
    #submit-box {
      left: 50%;
      margin-left: -95px;
      width: 190px;
      height: 90px;
      line-height: 90px;
      bottom: -103.5px; } }
  #submit-box:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #202428 transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px; }
  #submit-box button {
    display: inline-block;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 40em) {
      #submit-box button {
        padding-left: 10px;
        padding-right: 10px; } }

article.rte.full_width .poll_form {
  max-width: 100%; }

article.rte .poll_results {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #373e44;
  padding: 1.875rem;
  color: #ffffff;
  text-align: center;
  margin: 1.875rem auto;
  border: 0; }
  article.rte .poll_results * {
    color: #ffffff; }
  article.rte .poll_results .h1 {
    margin-top: 0;
    margin-bottom: 1.875rem; }
  article.rte .poll_results .h1, article.rte .poll_results .h3 {
    padding: 0; }
    article.rte .poll_results .h1:after, article.rte .poll_results .h3:after {
      display: none; }
  article.rte .poll_results p {
    margin: 0 auto 1.875rem;
    font-size: 1.125rem; }
  article.rte .poll_results .feedback {
    max-width: 43.75rem;
    margin: auto;
    width: 100%; }
  article.rte .poll_results .results .field {
    padding: 0 1.875rem; }
  article.rte .poll_results .result_value {
    font-size: 3.4375rem;
    margin-bottom: 1.875rem; }
  article.rte .poll_results .result_title {
    margin: 0;
    margin-bottom: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    article.rte .poll_results {
      padding: 3.75rem; }
      article.rte .poll_results .results:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
      article.rte .poll_results .results .field {
        width: 33.333%;
        float: left; }
      article.rte .poll_results .result_title {
        margin-bottom: 0; } }

article.rte.full_width .poll_results {
  max-width: 100%; }

/* - 6.2 - Partials - Modules Find a Home - MapListing
	------------------------------------------ */
/* - 6.2 - Partials - Modules Listing
	------------------------------------------ */
.listing_filter {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .listing_filter .input_wrapper, .listing_filter button {
    display: inline-block;
    vertical-align: top;
    line-height: 50px; }
  .listing_filter .input_wrapper {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 1px; }
  .listing_filter input[type=text], .listing_filter .select2 {
    font-size: 1rem; }
  .listing_filter button {
    padding: 0 1.25rem;
    width: 100%; }
  .listing_filter .select2-container .select2-selection--single {
    height: 60px; }
  .listing_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px; }
  .listing_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #ffffff;
    height: 58px;
    line-height: 60px; }
  @media only screen and (max-width: 40em) {
    .listing_filter .select2-container .select2-selection--single .select2-selection__rendered {
      font-size: 0.8em; } }
  @media only screen and (min-width: 40.063em) {
    .listing_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
      text-align: center; }
    .listing_filter .input_wrapper {
      border-right: 2px solid #f3f3f3; }
      .listing_filter .input_wrapper:nth-of-type(2n) {
        margin-right: 0;
        border-right: 0; } }
  @media only screen and (min-width: 64.063em) {
    .listing_filter button {
      width: auto;
      margin-right: 1.25rem; } }

.search-filter .btn {
  margin: 0 auto; }
  @media only screen and (max-width: 40em) {
    .search-filter .btn {
      margin: 1.875rem auto;
      width: 100%; } }

.search-filter label {
  text-align: left; }

.search-filter .select2-container .select2-selection--single {
  border: 1px solid #d9dfe5; }

.search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.125rem; }

.search-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  top: 4px;
  right: 4px;
  width: 44px; }

.search-filter input[type="text"] {
  padding-top: 0.75rem;
  padding-bottom: 0.8125rem; }

.search-results .result {
  display: block;
  width: 100%;
  padding: 1.875rem 0;
  border-bottom: 1px solid #494e54; }
  .search-results .result:last-of-type {
    margin-bottom: 1.875rem; }
  .search-results .result:hover {
    background: #0f1113; }
  .search-results .result * {
    color: #ffffff; }
  .search-results .result .columns > img {
    width: 100%; }
  .search-results .result img {
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .search-results .result .number {
      font-family: "Proxima Nova W01", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.875rem; } }
  .search-results .result .btn-arrow {
    background: transparent;
    width: auto;
    padding: 0; }

.listing_header_wrapper {
  text-align: center; }
  .listing_header_wrapper .listing_filter, .listing_header_wrapper .listing_switcher {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px; }
  @media only screen and (min-width: 40.063em) {
    .listing_header_wrapper .listing_switcher, .listing_header_wrapper .input_wrapper, .listing_header_wrapper .btn {
      margin-bottom: 1.875rem; } }

.listing_switcher:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.listing_switcher span, .listing_switcher button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #414551;
  height: 50px;
  float: left; }

.listing_switcher span {
  line-height: 50px;
  padding: 0 1.25rem;
  font-size: 1.125rem; }

.listing_switcher button {
  background-color: #ffffff;
  width: 50px;
  position: relative;
  margin-left: -1px; }
  .listing_switcher button:hover {
    cursor: pointer;
    border-color: #363943; }
  .listing_switcher button:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%; }
  .listing_switcher button.active {
    background-color: #e4051f;
    border-color: #e4051f; }
    .listing_switcher button.active#list_view:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -516px -122px;
      width: 12px;
      height: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .listing_switcher button.active#list_view:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .listing_switcher button.active#grid_view:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -263px -183px;
      width: 14px;
      height: 14px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .listing_switcher button.active#grid_view:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .listing_switcher button.active:hover {
      background-color: #b20418; }

.listing_switcher #list_view:after {
  background-image: url(/_frontend/images/sprites.png);
  background-position: -982px -83px;
  width: 18px;
  height: 12px;
  margin-left: -9px;
  margin-top: -6px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .listing_switcher #list_view:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.listing_switcher #grid_view:after {
  background-image: url(/_frontend/images/sprites.png);
  background-position: -215px -183px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .listing_switcher #grid_view:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

/*Define Contrast Classes*/
.listing_page:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.listing_page > li {
  padding: 0 0.625rem;
  margin-bottom: 1.875rem;
  text-align: center; }
  .listing_page > li > a {
    border: 1px solid #d9dfe5;
    padding: 1.875rem;
    display: block; }
    .listing_page > li > a:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
    .listing_page > li > a:hover {
      border-color: #b20418; }
      .listing_page > li > a:hover .btn {
        background-color: #b20418; }
      .listing_page > li > a:hover .heading {
        color: #b20418; }
  .listing_page > li .list_item_image_content {
    margin-bottom: 1.25rem; }
  .listing_page > li img {
    width: 100%;
    height: auto; }
  .listing_page > li p {
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .listing_page > li .heading {
    color: #e4051f;
    margin-top: 0;
    margin-bottom: 1.25rem; }

.listing_page.list_view > li {
  width: 100%;
  clear: both; }
  @media only screen and (min-width: 40.063em) {
    .listing_page.list_view > li {
      text-align: left; }
      .listing_page.list_view > li .list_item_content {
        float: left; }
      .listing_page.list_view > li .list_item_image_content {
        margin-bottom: 0;
        width: 50%;
        padding: 0 0.9375rem 0 0; }
      .listing_page.list_view > li .list_item_text_content {
        width: 50%;
        padding: 0 0 0 0.9375rem; }
      .listing_page.list_view > li .list_item_button_content {
        width: 50%;
        margin-left: 50%;
        padding: 0 0 0 0.9375rem; } }
  @media only screen and (min-width: 64.063em) {
    .listing_page.list_view > li .btn {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .listing_page.list_view > li p {
      margin-bottom: 0; }
    .listing_page.list_view > li .list_item_image_content {
      width: 20%;
      padding: 0; }
    .listing_page.list_view > li .list_item_text_content {
      width: 60%;
      padding: 0 1.875rem; }
    .listing_page.list_view > li .list_item_button_content {
      width: 20%;
      margin-left: 0;
      text-align: center;
      padding: 0; } }

.listing_page .list_item_breadcrumbs {
  margin-bottom: 1.25rem; }
  .listing_page .list_item_breadcrumbs li {
    float: none; }
    .listing_page .list_item_breadcrumbs li span {
      font-size: 0.75rem; }
      .listing_page .list_item_breadcrumbs li span:after {
        display: block;
        content: '';
        position: absolute;
        background-image: url(/_frontend/images/sprites.png);
        background-position: -568px -122px;
        width: 5px;
        height: 9px;
        top: 50%;
        margin-top: -4.5px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .listing_page .list_item_breadcrumbs li span:after {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }

/*Define Contrast Classes*/
.listing_page > .document_list_item .list_item_image_content {
  border: 1px solid #d9dfe5;
  position: relative;
  background-color: #ffffff;
  min-height: 200px; }

.listing_page > .document_list_item a:hover .heading, .listing_page > .document_list_item a:hover p {
  color: #ffffff; }

.listing_page > .document_list_item a:hover .btn {
  background-color: #ffffff; }

.listing_page > .document_list_item.word_doc > a:hover {
  background-color: #017AC9;
  border-color: #017AC9; }
  .listing_page > .document_list_item.word_doc > a:hover .btn {
    color: #017AC9; }

.listing_page > .document_list_item.word_doc .list_item_image_content:after {
  display: block;
  content: '';
  position: absolute;
  background-image: url(/_frontend/images/sprites.png);
  background-position: 0px -83px;
  width: 62px;
  height: 62px;
  top: 50%;
  margin-top: -31px;
  left: 50%;
  margin-left: -31px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .listing_page > .document_list_item.word_doc .list_item_image_content:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.listing_page > .document_list_item.excel_doc > a:hover {
  background-color: #74af37;
  border-color: #74af37; }
  .listing_page > .document_list_item.excel_doc > a:hover .btn {
    color: #74af37; }

.listing_page > .document_list_item.excel_doc .list_item_image_content:after {
  display: block;
  content: '';
  position: absolute;
  background-image: url(/_frontend/images/sprites.png);
  background-position: -144px -83px;
  width: 61px;
  height: 61px;
  top: 50%;
  margin-top: -30.5px;
  left: 50%;
  margin-left: -30.5px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .listing_page > .document_list_item.excel_doc .list_item_image_content:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.listing_page > .document_list_item.pdf_doc > a:hover {
  background-color: #d53969;
  border-color: #d53969; }
  .listing_page > .document_list_item.pdf_doc > a:hover .btn {
    color: #d53969; }

.listing_page > .document_list_item.pdf_doc .list_item_image_content:after {
  display: block;
  content: '';
  position: absolute;
  background-image: url(/_frontend/images/sprites.png);
  background-position: -72px -83px;
  width: 62px;
  height: 62px;
  top: 50%;
  margin-top: -31px;
  left: 50%;
  margin-left: -31px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .listing_page > .document_list_item.pdf_doc .list_item_image_content:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.listing_page > .document_list_item.standard_doc > a:hover {
  background-color: #e4051f;
  border-color: #e4051f; }
  .listing_page > .document_list_item.standard_doc > a:hover .btn {
    color: #e4051f; }

.listing_page > .document_list_item.standard_doc .list_item_image_content:after {
  display: block;
  content: '';
  position: absolute;
  background-image: url(/_frontend/images/sprites.png);
  background-position: 0px -155px;
  width: 49px;
  height: 62px;
  top: 50%;
  margin-top: -31px;
  left: 50%;
  margin-left: -24.5px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .listing_page > .document_list_item.standard_doc .list_item_image_content:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

/*Define Contrast Classes*/
.news_list_fullscreen {
  margin: 0;
  padding: 0;
  list-style: none; }
  .news_list_fullscreen li {
    width: 100%;
    position: relative; }
    .news_list_fullscreen li a {
      display: block;
      padding: 30px;
      position: relative;
      z-index: 10; }
    @media only screen and (min-width: 40.063em) {
      .news_list_fullscreen li {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .news_list_fullscreen li {
        width: 33.3333%; }
        .news_list_fullscreen li.featured {
          width: 66.6666%; }
          .news_list_fullscreen li.featured .table_align {
            height: 680px; }
        .news_list_fullscreen li a {
          padding: 0; }
        .news_list_fullscreen li .table_top, .news_list_fullscreen li .table_middle, .news_list_fullscreen li .table_bottom {
          vertical-align: middle; } }
    .news_list_fullscreen li.image {
      background-size: cover;
      background-position: center center; }
      .news_list_fullscreen li.image .content * {
        color: #ffffff; }
      .news_list_fullscreen li.image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(128, 3, 17, 0.8);
        z-index: 1;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
      .news_list_fullscreen li.image:hover:before {
        background: rgba(128, 3, 17, 0.9); }
      .news_list_fullscreen li.image:nth-child(even):before {
        background: rgba(16, 119, 135, 0.8); }
      .news_list_fullscreen li.image:hover:nth-child(even):before {
        background: rgba(16, 119, 135, 0.9); }
    .news_list_fullscreen li .content .heading h2 {
      padding-bottom: 10px;
      border-bottom: 1px solid #e4051f; }
    .news_list_fullscreen li .content p {
      display: none; }
      @media only screen and (min-width: 64.063em) {
        .news_list_fullscreen li .content p {
          display: block; } }
    @media only screen and (max-width: 40em) {
      .news_list_fullscreen li .content .posted {
        display: block;
        padding-bottom: 20px; } }
    .news_list_fullscreen li:nth-child(even) .heading h2 {
      border-bottom-color: #1bc8e2; }
    .news_list_fullscreen li.featured .heading h2 {
      display: inline-block; }

.news_list_internal {
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .news_list_internal {
      width: 90%;
      margin-left: 5%; } }

li.news_item_container {
  margin-bottom: 4.6875rem;
  position: relative; }
  li.news_item_container > .btn {
    z-index: 5;
    position: absolute;
    top: 195px;
    right: 50%;
    width: auto;
    background: transparent;
    margin-right: -20px; }
    li.news_item_container > .btn:before {
      background: #414551;
      width: 40px;
      height: 40px; }
    li.news_item_container > .btn:after {
      margin-left: -9.5px;
      margin-top: -6px;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -953px -83px;
      width: 19px;
      height: 12px;
      margin-left: -7px;
      margin-top: -3px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        li.news_item_container > .btn:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    @media only screen and (min-width: 40.063em) {
      li.news_item_container > .btn {
        top: 50%;
        right: -30px;
        margin-right: 0; }
        li.news_item_container > .btn:after {
          margin-left: -6px;
          margin-top: -9.5px;
          background-image: url(/_frontend/images/sprites.png);
          background-position: -22px -253px;
          width: 12px;
          height: 19px;
          margin-left: -3px;
          margin-top: -7px; } }
    @media only screen and (min-width: 40.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 40.063em) and (min-resolution: 192dpi) {
      li.news_item_container > .btn:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
    @media only screen and (min-width: 64.063em) {
      li.news_item_container > .btn {
        right: -60px; } }
  @media only screen and (min-width: 40.063em) {
    li.news_item_container {
      margin-bottom: 3.75rem; } }
  li.news_item_container .columns {
    height: 100%; }
    @media only screen and (max-width: 40em) {
      li.news_item_container .columns {
        height: 225px !important; } }
  li.news_item_container .image_container {
    position: relative;
    display: block;
    height: 120%;
    top: -10%;
    width: 100%;
    text-decoration: none; }
    li.news_item_container .image_container * {
      color: #ffffff; }
    li.news_item_container .image_container h2 {
      margin: 0; }
  li.news_item_container .image-date {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
  li.news_item_container .table_align {
    position: relative;
    z-index: 3;
    display: table;
    height: 100%;
    width: 100%; }
    li.news_item_container .table_align .table_middle {
      display: table-cell;
      vertical-align: middle; }
  li.news_item_container .text-container-outer {
    position: relative;
    height: 100%; }
  li.news_item_container .text-container {
    position: relative;
    z-index: 3;
    display: block;
    left: 0;
    right: 0;
    top: -10px;
    padding: 0.75rem 1.875rem;
    text-decoration: none; }
    li.news_item_container .text-container h3 {
      font-weight: 200; }
    @media only screen and (min-width: 40.063em) {
      li.news_item_container .text-container {
        width: 113%;
        margin-left: -60px;
        top: 0; }
        li.news_item_container .text-container:hover {
          left: -5%; }
        li.news_item_container .text-container.left {
          margin-left: 0; }
          li.news_item_container .text-container.left:hover {
            left: 5%; } }
  @media only screen and (max-width: 40em) {
    li.news_item_container .image_container {
      position: absolute;
      top: -15px;
      left: 0;
      width: 100%;
      height: 250px; } }

/* - 6.2 - Partials - Modules Grid
	------------------------------------------ */
.grid-bg {
  background-color: #414551;
  padding: 1.875rem 1.875rem 0 1.875rem; }

.grad-cta {
  position: relative;
  height: 300px;
  margin-bottom: 1.875rem; }
  .grad-cta .grad-cta__inner {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative; }
    .grad-cta .grad-cta__inner .gradient-container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,545454+100&0+0,0.8+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
      /* IE6-9 */ }
    .grad-cta .grad-cta__inner .text-container {
      padding-top: 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0.625rem 1.25rem; }
      .grad-cta .grad-cta__inner .text-container h4, .grad-cta .grad-cta__inner .text-container p {
        color: #ffffff; }
      .grad-cta .grad-cta__inner .text-container h4 {
        font-size: 1.2em;
        margin-bottom: 0; }
      .grad-cta .grad-cta__inner .text-container p {
        margin-top: 0.3125rem;
        font-size: 0.9em;
        overflow: hidden; }
  .grad-cta .btn-arrow {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -20px; }
  @media only screen and (min-width: 40.063em) {
    .grad-cta {
      height: 400px; }
      .grad-cta .sidebar-cta__inner {
        height: 400px; }
      .grad-cta:hover {
        margin-top: -10px;
        height: 420px; }
        .grad-cta:hover .btn-arrow {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }

@media only screen and (min-width: 40.063em) {
  .grid_page > li {
    height: 450px; } }

.grid_page .grad-cta {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 40.063em) {
    .grid_page .grad-cta {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.grid_page.basic_grid {
  text-align: center; }
  .grid_page.basic_grid > li {
    height: auto; }
    .grid_page.basic_grid > li .grad-cta {
      height: auto; }
  .grid_page.basic_grid .top-bar {
    background-color: #32353e;
    padding: 1.875rem;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    background-clip: padding-box; }
    .grid_page.basic_grid .top-bar h4 {
      color: #ffffff;
      text-align: center;
      margin: 0; }
  .grid_page.basic_grid .red-section {
    position: relative;
    padding: 1.5rem 1.875rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5041b+0,910314+100 */
    background: #c5041b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c5041b 0%, #910314 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c5041b 0%, #910314 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c5041b 0%, #910314 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5041b', endColorstr='#910314',GradientType=1 );
    /* IE6-9 */
    height: 75px;
    line-height: 75px; }
    .grid_page.basic_grid .red-section .btn-arrow {
      opacity: 1;
      width: 50px;
      left: auto;
      margin: 0;
      position: absolute;
      top: 10px;
      right: 10px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .grid_page.basic_grid .red-section p {
      margin: 0;
      color: #ffffff;
      padding-right: 1.875rem; }
  .grid_page.basic_grid .summary-container {
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box; }
  .grid_page.basic_grid .text-container-simple {
    background-color: #ffffff;
    padding: 1.875rem;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box; }
    .grid_page.basic_grid .text-container-simple p {
      margin: 0; }

.lte-ie9 .grid_page.basic_grid .grad-cta:hover {
  margin-top: 0; }

.lte-ie9 .grid_page.basic_grid .btn.btn-arrow:before, .lte-ie9 .grid_page.basic_grid .btn.btn-arrow:after {
  top: 50%; }

/*Define Contrast Classes*/
/* - 6.2 - Partials - Match
	------------------------------------------ */
.quick_match_nav {
  background-color: #e6e6e6;
  border-top: 2px solid #ffffff; }

.quick_match_toggle button {
  display: block;
  width: 100%;
  height: 70px;
  border-right: 2px solid #ffffff;
  background: transparent;
  border: 0; }
  .quick_match_toggle button span {
    font-family: "Proxima Nova W01", Arial, sans-serif; }
  .quick_match_toggle button br {
    display: none; }
  .quick_match_toggle button:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1167px -83px;
    width: 13px;
    height: 7px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .quick_match_toggle button:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .quick_match_toggle button.active:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1190px -83px;
    width: 13px;
    height: 7px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .quick_match_toggle button.active:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  @media only screen and (min-width: 64.063em) {
    .quick_match_toggle button {
      padding-right: 40px;
      text-align: right; }
      .quick_match_toggle button:after {
        display: none; }
      .quick_match_toggle button br {
        display: block; } }

.quick_match_list {
  display: none; }
  @media only screen and (min-width: 64.063em) {
    .quick_match_list {
      display: block; } }
  .quick_match_list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .quick_match_list ul a {
      display: block;
      padding: 10px;
      border-top: 2px solid #ffffff;
      font-size: 0.875rem;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      text-decoration: none;
      text-align: center; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .quick_match_list ul {
        border-top: 2px solid #ffffff; }
        .quick_match_list ul:after {
          content: '';
          display: table;
          height: 0;
          clear: both; }
        .quick_match_list ul li {
          width: 50%;
          float: left; }
          .quick_match_list ul li a {
            border-top: 0;
            border-bottom: 2px solid #ffffff; } }
    @media only screen and (min-width: 64.063em) {
      .quick_match_list ul li {
        display: inline-block;
        margin-right: -4px; }
        .quick_match_list ul li a {
          border-top: 0;
          border-left: 2px solid #ffffff;
          height: 70px;
          line-height: 70px;
          font-size: 1rem;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          text-align: left;
          padding: 0 10px; }
          .quick_match_list ul li a:hover {
            background-color: #dfdfdf; }
        .quick_match_list ul li:last-child a {
          border-right: 2px solid #ffffff; } }

.live_fixture {
  background: #f3f3f3; }
  .live_fixture > .row > .column, .live_fixture > .row > .columns {
    margin: 0 auto;
    float: none; }
  .live_fixture .name {
    text-transform: uppercase;
    color: #e4051f;
    font-size: 1.5rem;
    padding: 2.5rem 0.625rem;
    display: block; }
    .live_fixture .name.full_name {
      display: none; }
    @media only screen and (min-width: 64.063em) {
      .live_fixture .name.short_name {
        display: none; }
      .live_fixture .name.full_name {
        display: block; } }
  .live_fixture .logos, .live_fixture .status {
    position: absolute;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    top: 50%;
    height: 65px;
    margin-top: -32px;
    text-align: center;
    font-size: 1.875rem;
    text-transform: uppercase; }
    .live_fixture .logos img, .live_fixture .status img {
      margin: 0 1.25rem;
      height: 65px; }
      @media only screen and (max-width: 40em) {
        .live_fixture .logos img, .live_fixture .status img {
          display: none; } }
  @media only screen and (max-width: 40em) {
    .live_fixture .logos {
      margin-top: -23px; } }
  .live_fixture .status {
    font-size: 1.5rem;
    color: #e4051f;
    top: 0;
    padding-top: 2.5rem;
    margin-top: 0; }
    @media only screen and (max-width: 40em) {
      .live_fixture .status {
        overflow: hidden;
        position: relative;
        padding-top: 0;
        height: auto;
        padding-bottom: 1.25rem; } }
    .live_fixture .status.btn_wrap {
      padding-top: 1.875rem; }
    .live_fixture .status small {
      display: block;
      color: #414551;
      text-transform: none; }
    .live_fixture .status .btn {
      display: inline-block;
      z-index: 3000;
      position: relative; }
  .live_fixture .score_box {
    position: relative;
    width: 100%;
    text-align: center;
    float: left; }
    @media only screen and (max-width: 40em) {
      .live_fixture .score_box {
        width: 50%; } }
    @media only screen and (min-width: 40.063em) {
      .live_fixture .score_box {
        max-width: 170px; } }
    @media only screen and (min-width: 64.063em) {
      .live_fixture .score_box {
        max-width: 390px; } }
    .live_fixture .score_box:last-child {
      float: right; }
  .live_fixture .info {
    position: relative; }
    @media only screen and (min-width: 40.063em) {
      .live_fixture .info {
        height: 80px; }
        .live_fixture .info:last-of-type {
          height: 120px; } }
    @media only screen and (min-width: 64.063em) {
      .live_fixture .info {
        margin-bottom: -45px;
        height: 120px; }
        .live_fixture .info:last-of-type {
          margin-bottom: 0; } }
    .live_fixture .info .score_box {
      text-transform: uppercase;
      padding-top: 2.5rem;
      font-size: 1.5rem; }

.highlight_box {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  @media only screen and (max-width: 40em) {
    .highlight_box .score_box {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  .highlight_box .score_box:last-child {
    float: right; }
  .highlight_box.has-arrows .score_box:after, .highlight_box.has-arrows .score_box:before {
    content: "";
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1034px -39px;
    width: 100px;
    height: 27px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -26.5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .highlight_box.has-arrows .score_box:after, .highlight_box.has-arrows .score_box:before {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  .highlight_box.has-arrows .score_box:before {
    background: #f3f3f3; }

.match_center_intro .highlight_box {
  margin-top: -40px;
  z-index: 2; }

.lt-ie9 .fixture_result .results {
  background-color: #e4051f; }

.fixture_result {
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .fixture_result {
      padding: 0 0 30px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,e4051f+50,e4051f+100 */
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e4051f 50%, #e4051f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e4051f 50%, #e4051f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #e4051f 50%, #e4051f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .fixture_result > .row {
    max-width: 78.125rem; }
  .fixture_result .results, .fixture_result .results .h1, .fixture_result .results .h3, .fixture_result .results .h2, .fixture_result .results .h4, .fixture_result .results .h5, .fixture_result .results .h6 {
    color: #ffffff; }
  .fixture_result .results .h3 {
    margin-top: 0; }
  .fixture_result .results .h6 {
    margin-bottom: 0; }
  .fixture_result .results {
    background-color: #e4051f; }
    .fixture_result .results .team, .fixture_result .results .full_name {
      display: block; }
    .fixture_result .results .team {
      margin-bottom: 1rem; }
    .fixture_result .results .full_name {
      margin-top: 1rem; }
    @media only screen and (min-width: 64.063em) {
      .fixture_result .results {
        padding-right: 0; }
        .fixture_result .results .team, .fixture_result .results .full_name {
          display: inline-block;
          margin: 0;
          max-width: 165px;
          vertical-align: middle; } }
    .fixture_result .results a {
      display: block;
      background: #ffffff;
      -webkit-box-shadow: 0 0 10px 0 rgba(57, 64, 70, 0.1);
      -moz-box-shadow: 0 0 10px 0 rgba(57, 64, 70, 0.1);
      box-shadow: 0 0 10px 0 rgba(57, 64, 70, 0.1);
      padding: 1.5rem 0.875rem;
      position: relative;
      text-decoration: none;
      color: #414551;
      position: relative; }
      .fixture_result .results a:before {
        display: none;
        width: 2.5rem;
        height: 3.75rem;
        content: "";
        position: absolute;
        top: 50%;
        right: -2.5rem;
        margin-top: -1.875rem;
        background: #fce6e9; }
      .fixture_result .results a:after {
        display: none;
        content: "";
        background-image: url(/_frontend/images/sprites.png);
        background-position: -411px -155px;
        width: 7px;
        height: 13px;
        position: absolute;
        top: 50%;
        right: -1.25rem;
        margin-top: -6.5px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .fixture_result .results a:after {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }
      @media only screen and (min-width: 64.063em) {
        .fixture_result .results a:before, .fixture_result .results a:after {
          display: block; } }
      .fixture_result .results a .venue, .fixture_result .results a .scorecard {
        font-size: 0.75rem;
        color: #404952;
        float: left;
        display: block; }
      .fixture_result .results a .score_box {
        clear: both;
        display: block; }
      .fixture_result .results a .scorecard {
        float: right; }
      .fixture_result .results a .result {
        text-align: center;
        color: #e4051f; }
      .fixture_result .results a .score_box {
        text-align: center;
        padding: 1.25rem 0; }
        .fixture_result .results a .score_box img {
          height: 75px;
          display: inline-block;
          margin: 0 0.3125rem; }
        .fixture_result .results a .score_box .versus {
          margin: 0 0.3125rem; }
      .fixture_result .results a:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.3);
        -moz-box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.3);
        box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.3); }
        .fixture_result .results a:hover:before {
          width: 3.125rem;
          right: -3.125rem; }
        .fixture_result .results a:hover:after {
          right: -1.875rem; }
  .fixture_result .h1 {
    margin-top: 1.875rem;
    font-size: 3.75rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .fixture_result .h1 {
        margin-top: 3.75rem;
        text-align: left; } }
  .fixture_result .res_wrapper {
    padding-bottom: 3.75rem; }
    @media only screen and (min-width: 64.063em) {
      .fixture_result .res_wrapper {
        padding-left: 2.5rem; } }
  .fixture_result .btn_viewall {
    position: absolute;
    width: 19.125rem;
    bottom: -1.25rem;
    left: 50%;
    margin-left: -9.5625rem;
    z-index: 99; }
  .fixture_result .fixtures_box {
    width: 100%;
    clear: both;
    padding-bottom: 1.875rem;
    position: relative; }
    @media only screen and (min-width: 64.063em) {
      .fixture_result .fixtures_box {
        padding-bottom: 3.75rem;
        width: auto;
        clear: none; } }
    .fixture_result .fixtures_box ul {
      padding-top: 1.25rem; }
      .fixture_result .fixtures_box ul li {
        border-bottom: 2px solid #d9dfe5;
        overflow: hidden;
        padding: 1.25rem 0 0.625rem;
        position: relative; }
        .fixture_result .fixtures_box ul li a {
          display: block;
          text-decoration: none; }
        .fixture_result .fixtures_box ul li:last-child {
          border-bottom: 0; }
        .fixture_result .fixtures_box ul li .tickets_link {
          display: block;
          color: #e4051f;
          text-align: center; }
          .fixture_result .fixtures_box ul li .tickets_link:before {
            display: inline-block;
            background-image: url(/_frontend/images/sprites.png);
            background-position: -917px -83px;
            width: 26px;
            height: 12px;
            content: "";
            vertical-align: middle;
            margin-right: 0.3125rem; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .fixture_result .fixtures_box ul li .tickets_link:before {
                background-image: url(/_frontend/images/sprites-2x.png);
                background-size: 1366px 272px; } }
          @media only screen and (min-width: 40.063em) {
            .fixture_result .fixtures_box ul li .tickets_link {
              position: absolute;
              top: 1.25rem;
              right: 0; } }
        .fixture_result .fixtures_box ul li .fixture_name {
          padding-top: 0.3125rem;
          text-align: center; }
          @media only screen and (min-width: 40.063em) {
            .fixture_result .fixtures_box ul li .fixture_name {
              float: left; } }
        .fixture_result .fixtures_box ul li .info {
          margin-left: 0.625rem;
          text-align: center; }
          @media only screen and (min-width: 40.063em) {
            .fixture_result .fixtures_box ul li .info {
              float: left;
              text-align: left; } }
  .fixture_result--end-of-season {
    padding-bottom: 4.375rem; }
    .fixture_result--end-of-season .fixture_result__title {
      margin: 0;
      font-size: 36px;
      line-height: 1;
      color: inherit;
      text-align: left; }
      @media only screen and (min-width: 90.063em) {
        .fixture_result--end-of-season .fixture_result__title {
          font-size: 44px; } }
    .fixture_result--end-of-season .fixture_result__zone {
      top: 0;
      position: relative;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .fixture_result--end-of-season .fixture_result__zone:hover {
        top: -30px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      @media only screen and (min-width: 64.063em) {
        .fixture_result--end-of-season .fixture_result__zone:first-child {
          padding-right: 1.25rem; } }
      @media only screen and (min-width: 90.063em) {
        .fixture_result--end-of-season .fixture_result__zone:first-child {
          padding-right: 3rem; } }
      @media only screen and (min-width: 64.063em) {
        .fixture_result--end-of-season .fixture_result__zone:last-child {
          padding-left: 1.25rem; } }
      @media only screen and (min-width: 90.063em) {
        .fixture_result--end-of-season .fixture_result__zone:last-child {
          padding-left: 3rem; } }
    .fixture_result--end-of-season .fixture_result__inner {
      padding-top: 3.75rem; }
      .fixture_result--end-of-season .fixture_result__inner:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
      @media only screen and (min-width: 40.063em) {
        .fixture_result--end-of-season .fixture_result__inner--alternative {
          color: #ffffff; }
          .fixture_result--end-of-season .fixture_result__inner--alternative .fixture_result__action {
            background: #ffffff;
            border-color: #ffffff;
            color: #e4051f; }
            .fixture_result--end-of-season .fixture_result__inner--alternative .fixture_result__action:hover {
              background: none;
              color: #ffffff; } }
    @media only screen and (min-width: 64.063em) {
      .fixture_result--end-of-season .fixture_result__overview {
        float: left;
        width: 300px; } }
    .fixture_result--end-of-season .fixture_result__overview p {
      margin: 0;
      line-height: 1.8;
      color: inherit; }
    .fixture_result--end-of-season .fixture_result__text-wrap {
      margin: 1.5em 0 1.8em; }
    .fixture_result--end-of-season .fixture_result__media {
      display: none; }
      @media only screen and (min-width: 64.063em) {
        .fixture_result--end-of-season .fixture_result__media {
          display: block;
          float: right;
          width: 150px;
          border: 1px solid #ffffff;
          box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.1); } }
      @media only screen and (min-width: 90.063em) {
        .fixture_result--end-of-season .fixture_result__media {
          width: 210px; } }
    .fixture_result--end-of-season .fixture_result__action {
      display: inline-block; }

@media only screen and (min-width: 64em) and (max-width: 1270px) {
  .fixture_result .results a {
    margin-right: 3.125rem; }
  .fixture_result .fixtures_box ul li .info {
    display: block;
    clear: both; } }

.results_box ul li, .fixtures_box ul li {
  display: block; }
  .results_box ul li a, .fixtures_box ul li a {
    display: block;
    font-size: 0.875rem; }
    .results_box ul li a .status, .fixtures_box ul li a .status {
      color: #e4051f;
      font-weight: 700; }
    .results_box ul li a .logo, .fixtures_box ul li a .logo {
      height: 24px;
      width: auto;
      display: inline-block;
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; }
    .results_box ul li a .versus, .fixtures_box ul li a .versus {
      font-size: 1rem;
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; }
    .results_box ul li a .name, .fixtures_box ul li a .name {
      display: inline-block;
      margin-left: 0.3125rem;
      margin-right: 0.3125rem;
      font-weight: 700; }
    .results_box ul li a .fixture_name, .fixtures_box ul li a .fixture_name {
      margin-bottom: 0.625rem;
      font-size: 1rem; }

.next_fixture {
  display: block;
  -webkit-box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.3);
  box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.3);
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  color: #414551; }
  @media only screen and (min-width: 64.063em) {
    .next_fixture {
      float: left;
      margin-right: 1.25rem; } }
  .next_fixture .play_status {
    border-top: 1px solid #d9dfe5;
    background-color: #e9edf1;
    padding: 1.25rem;
    font-size: 0.875rem;
    margin-top: 1.25rem; }
    .next_fixture .play_status.ticked:before {
      display: inline-block;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -495px -122px;
      width: 11px;
      height: 11px;
      content: "";
      vertical-align: middle;
      margin-right: 0.3125rem; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .next_fixture .play_status.ticked:before {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  .next_fixture .versus {
    margin: 0 0.3125rem; }
  .next_fixture .date {
    color: #e4051f; }
  .next_fixture .score_box {
    text-align: center;
    padding: 1.25rem 0; }
    .next_fixture .score_box img {
      height: 75px;
      display: inline-block;
      margin: 0 0.3125rem; }
      .next_fixture .score_box img:first-child {
        margin-left: 1.25rem; }
      .next_fixture .score_box img:last-child {
        margin-right: 1.25rem; }
  .next_fixture:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.4);
    -moz-box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.4);
    box-shadow: 0 0 20px 0 rgba(57, 64, 70, 0.4); }

.match_filters {
  border-top: 2px solid #ffffff;
  position: relative; }
  .match_filters:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .match_filters > li {
    display: inline-block;
    float: left;
    width: 50%; }
    .match_filters > li:first-child {
      border-right: 1px solid #ffffff; }
    .match_filters > li:last-child {
      border-left: 1px solid #ffffff; }
    .match_filters > li.active .toggle_filter {
      background-color: #e4051f;
      color: #ffffff; }
      .match_filters > li.active .toggle_filter .arrow {
        background-image: url(/_frontend/images/sprites.png);
        background-position: -1115px -83px;
        width: 16px;
        height: 9px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .match_filters > li.active .toggle_filter .arrow {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }
    .match_filters > li.active > .options {
      display: block; }
  .match_filters .toggle_filter {
    background-color: #ebebeb;
    width: 100%;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    font-size: 0.75rem;
    text-align: center;
    padding: 1.875rem 0.9375rem; }
    .match_filters .toggle_filter .arrow {
      content: '';
      display: inline-block;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -1141px -83px;
      width: 16px;
      height: 9px;
      margin-left: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .match_filters .toggle_filter .arrow {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
    .match_filters .toggle_filter .desktop_button_text {
      display: none; }
  .match_filters .options {
    background-color: #414551;
    padding: 1.25rem 1.25rem 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    display: none; }
    .match_filters .options li {
      display: inline-block;
      padding: 0;
      width: 100%; }
    .match_filters .options a {
      color: #ffffff;
      text-decoration: none;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      font-size: 0.875rem;
      margin-bottom: 1.875rem;
      display: block; }
      .match_filters .options a i {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto 15px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        border: 2px solid #ffffff; }
      .match_filters .options a.active i {
        border-color: #39b54a;
        position: relative; }
        .match_filters .options a.active i:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          background-image: url(/_frontend/images/sprites.png);
          background-position: -1091px -83px;
          width: 14px;
          height: 11px;
          margin-top: -5.5px;
          margin-left: -7px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .match_filters .options a.active i:after {
              background-image: url(/_frontend/images/sprites-2x.png);
              background-size: 1366px 272px; } }
  @media only screen and (min-width: 40.063em) {
    .match_filters .toggle_filter {
      font-size: 1rem; }
      .match_filters .toggle_filter .mobile_button_text {
        display: none; }
      .match_filters .toggle_filter .desktop_button_text {
        display: inline-block; }
    .match_filters .options li {
      padding: 0 20px;
      width: 32.5%; }
    .match_filters .options a {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 64.063em) {
    .match_filters .options li {
      padding: 0 40px;
      width: 19.5%; } }

.match_tables {
  margin-bottom: 1.875rem; }

.match_tabs_buttons {
  text-align: center;
  margin: 1.875rem auto;
  float: none !important; }
  .match_tabs_buttons li {
    display: inline-block;
    padding: 0 15px; }
  .match_tabs_buttons button {
    padding: 10px 0;
    font-size: 0.75rem;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-bottom: 1px solid #e4051f;
    position: relative; }
    .match_tabs_buttons button.active {
      opacity: 1;
      filter: alpha(opacity=100); }
      .match_tabs_buttons button.active:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #e4051f transparent transparent transparent; }
      .match_tabs_buttons button.active:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
    .match_tabs_buttons button:hover {
      opacity: 0.75;
      filter: alpha(opacity=75); }
  @media only screen and (min-width: 40.063em) {
    .match_tabs_buttons {
      margin: 2.8125rem auto 3.75rem; }
      .match_tabs_buttons li {
        padding: 0 30px; }
      .match_tabs_buttons button {
        font-size: 1rem;
        padding: 20px 0;
        font-size: 2.25rem; } }

.match_tab {
  display: none;
  padding-left: 20px;
  padding-right: 20px; }
  .match_tab.active {
    display: block; }
  @media only screen and (min-width: 40.063em) {
    .match_tab {
      padding-left: 35px;
      padding-right: 35px; } }

.vertical_title {
  font-size: 1.125rem;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Proxima Nova W01", Arial, sans-serif; }
  @media only screen and (min-width: 40.063em) {
    .vertical_title {
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: left top;
      -moz-transform: rotate(90deg);
      -moz-transform-origin: left top;
      -ms-transform: rotate(90deg);
      -ms-transform-origin: left top;
      -o-transform: rotate(90deg);
      -o-transform-origin: left top;
      transform: rotate(90deg);
      transform-origin: left top;
      display: inline-block;
      position: absolute;
      left: -10px;
      margin-bottom: 0; } }

.result-row-container {
  position: relative; }

.fixture_group {
  padding-top: 44px; }
  @media only screen and (min-width: 64.063em) {
    .fixture_group {
      padding-top: 0; } }

.date_group {
  position: absolute;
  left: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-align: center;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  background: #e4051f;
  padding: 10px 10px 10px 16px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 700;
  z-index: 3; }
  @media only screen and (min-width: 64.063em) {
    .date_group {
      top: -22px; } }
  @media only screen and (max-width: 40em) {
    .date_group {
      position: relative;
      float: left;
      display: inline-block; } }
  .date_group:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 20px 0 0;
    border-color: #e4051f transparent transparent transparent; }

@media only screen and (max-width: 64em) {
  .match_tab {
    padding-left: 0;
    padding-right: 0; } }

.widget-region {
  margin-bottom: 20px; }

.league_table_wrapper {
  position: relative; }
  .league_table_wrapper .league_table_sub_wrapper {
    position: relative; }
  @media only screen and (min-width: 40.063em) {
    .league_table_wrapper .vertical_title {
      top: 40px; } }

.powered_by_opta {
  background-color: #e4051f;
  padding: 10px;
  display: inline-block;
  color: #ffffff; }
  .powered_by_opta span {
    background: url("http://widget.cloud.opta.net/2.0/assets/images/logos/opta-logo-white-small.png") no-repeat;
    width: 36px;
    height: 16px;
    display: inline-block;
    vertical-align: middle; }

.opta_table h2 {
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #414551 !important;
  font-size: 1.125rem !important;
  margin-bottom: 15px !important;
  text-align: center;
  font-family: "Proxima Nova W01", Arial, sans-serif !important;
  width: auto !important;
  height: auto !important; }
  @media only screen and (min-width: 40.063em) {
    .opta_table h2 {
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: left top;
      -moz-transform: rotate(90deg);
      -moz-transform-origin: left top;
      -ms-transform: rotate(90deg);
      -ms-transform-origin: left top;
      -o-transform: rotate(90deg);
      -o-transform-origin: left top;
      transform: rotate(90deg);
      transform-origin: left top;
      display: inline-block;
      position: absolute;
      left: -10px;
      margin-bottom: 0;
      top: 15px; } }

.opta_table table {
  margin-bottom: 2rem !important; }

.opta_table .pinned {
  overflow: hidden;
  height: 100%; }
  .opta_table .pinned thead tr {
    height: 32px !important; }
  .opta_table .pinned tbody tr {
    height: auto !important; }
  .opta_table .pinned .pinned {
    width: 100%; }

.opta_table .pinned table, .opta_table .scrollable table {
  margin-bottom: 0 !important; }

.opta_table .pinned colgroup, .opta_table .scrollable colgroup {
  display: none; }

.opta_table .scrollable {
  margin-left: 0; }
  .opta_table .scrollable td.position, .opta_table .scrollable td.team {
    display: none; }
  .opta_table .scrollable thead th:nth-of-type(1), .opta_table .scrollable thead th:nth-of-type(2) {
    display: none; }

.opta_table .table-wrapper {
  height: 100%; }
  .opta_table .table-wrapper .table-wrapper > .scrollable {
    margin-left: 0; }
  .opta_table .table-wrapper > .scrollable .pinned {
    display: none; }

.opta_table td, .opta_table th {
  font-size: 1.125rem !important;
  font-family: "Proxima Nova W08", Arial, sans-serif !important; }

.opta_table th {
  font-size: 0.875rem !important;
  padding: 10px 10px 10px !important; }

.opta_table th.team {
  color: transparent !important; }

.opta_table td.position {
  font-family: "Proxima Nova W01", Arial, sans-serif !important;
  color: #30353a !important;
  border-right: 0 !important; }

.opta_table td.team {
  font-family: "Proxima Nova W01", Arial, sans-serif !important;
  color: #e4051f;
  text-align: left;
  border-left: 0 !important; }

.opta_table td:nth-of-type(even) {
  background-color: transparent !important; }

.opta_table td:nth-of-type(odd) {
  background-color: #e9edf1 !important; }
  .opta_table td:nth-of-type(odd).position {
    background-color: transparent !important; }

.opta_table .standings-container {
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.league_table, .opta_table table {
  border-collapse: collapse; }
  .league_table th, .league_table td, .opta_table table th, .opta_table table td {
    text-align: center; }
  .league_table th, .opta_table table th {
    font-size: 0.875rem;
    padding: 0 10px 10px;
    background: transparent !important; }
  .league_table td, .opta_table table td {
    border: 3px solid #d9dfe5 !important;
    padding: 20px !important;
    background-color: #ffffff; }
    .league_table td:nth-of-type(even), .opta_table table td:nth-of-type(even) {
      background-color: #e9edf1; }
  .league_table .table-wrapper, .opta_table table .table-wrapper {
    height: 100%; }
  .league_table .table_heading, .opta_table table .table_heading {
    font-family: "Proxima Nova W01", Arial, sans-serif;
    color: #e4051f;
    text-align: left; }
    .league_table .table_heading .position, .opta_table table .table_heading .position {
      color: #30353a;
      width: 35px;
      display: inline-block; }

.fixture_list.centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.fixture_list > li {
  text-align: center; }

@media only screen and (min-width: 40.063em) {
  .fixture_list > li {
    text-align: left; } }

.only-child {
  margin-bottom: 2.875rem !important;
  min-height: 150px; }

.fixture_group {
  margin-bottom: 1.875rem; }
  .fixture_group li {
    position: relative; }
    .fixture_group li:hover > a,
    .fixture_group li:hover > div {
      -webkit-box-shadow: 0px 0px 20px 7.5px #e6e6e6;
      -moz-box-shadow: 0px 0px 20px 7.5px #e6e6e6;
      box-shadow: 0px 0px 20px 7.5px #e6e6e6;
      z-index: 2; }
      .fixture_group li:hover > a .heading,
      .fixture_group li:hover > div .heading {
        color: #414551; }
    .fixture_group li > a,
    .fixture_group li > div {
      display: block;
      border-top: 1px solid #d9dfe5;
      border-bottom: 1px solid #d9dfe5;
      margin-bottom: 0.9375rem; }
      .fixture_group li > a:after,
      .fixture_group li > div:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
    .fixture_group li > a > div {
      padding: 16px 0; }
    .fixture_group li .btn,
    .fixture_group li .addtocalendar {
      position: absolute;
      top: 50%;
      right: 20px;
      width: 42%;
      margin-top: -32px;
      z-index: 3;
      line-height: 1.4; }
    .fixture_group li .addtocalendar {
      display: block;
      border: none; }
      .fixture_group li .addtocalendar .atcb-link,
      .fixture_group li .addtocalendar .atcb-item-link {
        display: block;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        color: #ffffff;
        padding: 0.9375rem 1.25rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
        outline: none;
        text-align: center;
        width: 260px;
        text-transform: uppercase;
        text-decoration: none;
        max-width: 100%;
        pointer-events: initial;
        background: #ffffff;
        border: 1px solid #e4051f;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        color: #414551; }
        .fixture_group li .addtocalendar .atcb-link:hover,
        .fixture_group li .addtocalendar .atcb-item-link:hover {
          border-width: 2px; }
      .fixture_group li .addtocalendar .atcb-list {
        width: 100%;
        border: 1px solid #e4051f;
        border-top: none; }
        .fixture_group li .addtocalendar .atcb-list .atcb-item-link {
          text-align: left;
          border: none; }
          .fixture_group li .addtocalendar .atcb-list .atcb-item-link:hover, .fixture_group li .addtocalendar .atcb-list .atcb-item-link.hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background-color: #e4051f;
            color: #ffffff; }
  .fixture_group .divider_col {
    text-align: center;
    padding: 0;
    border-right: 1px solid #d9dfe5; }
    .fixture_group .divider_col .heading {
      border-bottom: 1px solid #d9dfe5; }
    .fixture_group .divider_col .sub_heading {
      background: rgba(25, 25, 25, 0.05); }
    .fixture_group .divider_col .heading, .fixture_group .divider_col .sub_heading {
      margin: 0;
      padding: 16px 14px;
      height: 64px;
      vertical-align: middle;
      height: 50%; }
  .fixture_group .heading {
    margin-bottom: 10px; }
    .fixture_group .heading.centered {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -10px;
      margin-bottom: 0; }
    .fixture_group .heading.result-by {
      top: 130%;
      width: 100%;
      display: block;
      color: #414551 !important; }
    .fixture_group .heading.result-by-mobile {
      left: auto;
      margin-top: -10px;
      top: 50%;
      background: #414551; }
      .fixture_group .heading.result-by-mobile:after {
        border-color: transparent transparent #414551 transparent !important; }
  .fixture_group .sub_heading.red {
    color: #e4051f; }
  .fixture_group .heading, .fixture_group .sub_heading {
    font-family: "Proxima Nova W01", Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block; }
  .fixture_group .match-time {
    margin-top: 4px;
    font-size: 18px; }
    .fixture_group .match-time sub {
      font-size: 14px; }
    @media only screen and (min-width: 40.063em) {
      .fixture_group .match-time {
        margin-top: 14px;
        font-size: 22px; }
        .fixture_group .match-time.time {
          margin-top: 0; } }
    @media only screen and (min-width: 64.063em) {
      .fixture_group .match-time {
        margin-top: 30px;
        font-size: 0.875rem; } }
    .fixture_group .match-time.time {
      font-size: 14px; }
  .fixture_group .team-name {
    margin-top: 6px;
    margin-bottom: 0; }
    @media only screen and (max-width: 40em) {
      .fixture_group .team-name {
        text-align: left; } }
  .fixture_group .team-logos {
    border-left: 1px solid #d9dfe5;
    background: rgba(25, 25, 25, 0.05); }
    @media only screen and (max-width: 64em) {
      .fixture_group .team-logos {
        padding-bottom: 30px; } }
    @media only screen and (min-width: 64.063em) {
      .fixture_group .team-logos {
        background: #ffffff;
        border-right: 1px solid #d9dfe5; } }
  .fixture_group .team-logos-vs {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -20px;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 10px 0;
    background: #ffffff;
    color: #e4051f;
    z-index: 2; }
    @media only screen and (min-width: 64.063em) {
      .fixture_group .team-logos-vs {
        display: block; } }
  .fixture_group .team-logos-divider {
    display: none;
    top: 0;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #d9dfe5; }
    @media only screen and (min-width: 64.063em) {
      .fixture_group .team-logos-divider {
        display: block; } }
  @media only screen and (min-width: 40.063em) {
    .fixture_group li > a,
    .fixture_group li > div {
      margin-bottom: -1px; }
    .fixture_group li .btn,
    .fixture_group li .addtocalendar {
      width: 19%; } }
  @media only screen and (min-width: 64.063em) {
    .fixture_group li .btn {
      width: 140px;
      line-height: 2.1875rem; }
    .fixture_group li .addtocalendar {
      width: 175px;
      right: 0; }
      .fixture_group li .addtocalendar .atcb-link {
        line-height: 2.1875rem; }
    .fixture_group .ticket-link .heading, .fixture_group .btn-purchase {
      border: 0;
      color: #e4051f;
      text-decoration: underline; }
    .fixture_group .ticket-link .heading:after {
      display: none; } }
  .fixture_group .btn-purchase {
    display: none; }
  @media only screen and (min-width: 64.063em) {
    .fixture_group .btn-purchase {
      display: block; } }
  .fixture_group .ticket-link .heading {
    left: auto; }
    @media only screen and (min-width: 64.063em) {
      .fixture_group .ticket-link .heading {
        left: 0; } }
    .fixture_group .ticket-link .heading:after {
      content: '';
      position: absolute;
      left: -20px;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 26px 20px;
      border-color: transparent transparent #e4051f transparent; }

@media only screen and (max-width: 64em) {
  .ticket-link {
    position: absolute;
    right: 0;
    bottom: 0; }
    .ticket-link .heading {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: 0;
      font-size: 1.125rem;
      text-align: center;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      background: #e4051f;
      padding: 6px 10px;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      font-weight: 700; } }

@media only screen and (max-width: 64em) {
  .match_tools_open {
    overflow: hidden; }
    .match_tools_open .content_wrapper {
      overflow: hidden;
      position: relative;
      height: 100vh; }
    .match_tools_open .match_tools {
      display: block; } }

@media only screen and (max-width: 64em) {
  .match_tools {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e4051f;
    padding: 20px;
    height: 100vh;
    z-index: 3004;
    background: #333; } }

.match_tools .page_refresh {
  background: #e6e6e6;
  z-index: 3; }
  .match_tools .page_refresh:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .match_tools .page_refresh p {
    text-align: center;
    font-size: 0.875rem;
    margin: 0;
    padding: 10px 0; }
    .match_tools .page_refresh p .countdown {
      font-family: "Proxima Nova W01", Arial, sans-serif;
      color: #e4051f; }
    @media only screen and (min-width: 40.063em) {
      .match_tools .page_refresh p {
        font-size: 1rem; } }
  .match_tools .page_refresh button {
    width: 50%;
    float: left;
    display: block;
    border: 0;
    height: 40px; }
    .match_tools .page_refresh button.pause {
      color: #e4051f;
      font-family: "Proxima Nova W01", Arial, sans-serif; }
      .match_tools .page_refresh button.pause:before {
        content: "";
        display: inline-block;
        margin-right: 5px; }
    .match_tools .page_refresh button.refresh {
      color: #e4051f;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      color: #333; }
  @media only screen and (max-width: 64em) {
    .match_tools .page_refresh {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      overflow: hidden; }
      .match_tools .page_refresh button {
        border-top: 2px solid #ffffff; }
        .match_tools .page_refresh button.pause {
          border-right: 1px solid #ffffff; }
        .match_tools .page_refresh button.refresh {
          border-left: 1px solid #ffffff; } }
  @media only screen and (min-width: 64.063em) {
    .match_tools .page_refresh {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .match_tools .page_refresh .timer {
        position: absolute;
        left: 0;
        top: -4px;
        height: 4px;
        background: #e4051f;
        width: 1%;
        -webkit-transition: 1s linear;
        -moz-transition: 1s linear;
        -ms-transition: 1s linear;
        -o-transition: 1s linear;
        transition: 1s linear; }
      .match_tools .page_refresh p {
        line-height: 60px;
        display: inline-block;
        padding: 0 30px; }
      .match_tools .page_refresh button {
        display: inline-block;
        height: 60px;
        border-left: 2px solid #ffffff;
        width: auto;
        padding: 0 30px;
        float: none;
        cursor: pointer; }
        .match_tools .page_refresh button:last-child {
          border-right: 2px solid #ffffff; } }

.match_tools .fixed_quicknav {
  position: absolute;
  top: 130px;
  left: 20px;
  right: 20px;
  bottom: 60px;
  background: #ffffff;
  overflow: auto;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .match_tools .fixed_quicknav ul {
    margin: 0;
    padding: 0 0 40px !important;
    list-style: none;
    height: 100%; }
    .match_tools .fixed_quicknav ul a {
      display: block;
      padding: 15px;
      border-bottom: 1px solid #e6e6e6;
      text-decoration: none;
      color: #414551;
      font-size: 0.875rem;
      font-family: "Proxima Nova W01", Arial, sans-serif; }
  .match_tools .fixed_quicknav .toggle {
    display: none; }
  @media only screen and (min-width: 64.063em) {
    .match_tools .fixed_quicknav {
      position: fixed;
      z-index: 30;
      width: 250px;
      padding-right: 30px;
      left: 0;
      height: auto;
      min-height: 150px;
      overflow: visible;
      right: auto;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-60%);
      transform: translateY(-60%);
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      background: #e6e6e6; }
      .match_tools .fixed_quicknav ul {
        padding: 0 !important; }
      .match_tools .fixed_quicknav .toggle {
        display: block;
        width: 30px;
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        border: 0;
        text-indent: -9999em;
        cursor: pointer;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        background: #414551 url("/images/quicknav-open.png") center center no-repeat; }
        .match_tools .fixed_quicknav .toggle.closed {
          background-color: #e4051f; }
      .match_tools .fixed_quicknav.hide {
        display: block;
        left: -220px; }
      .match_tools .fixed_quicknav.above_top {
        left: -250px !important; } }

.match_tools .close_matchtool {
  height: 40px;
  background: #e4051f;
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 0;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  text-align: center;
  line-height: 40px;
  font-size: 0.875rem;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  @media only screen and (min-width: 64.063em) {
    .match_tools .close_matchtool {
      display: none; } }

.commentary .title {
  text-align: center;
  padding: 30px 0; }
  .commentary .title h2, .commentary .title h4 {
    padding: 0 10px;
    margin: 0; }
    .commentary .title h2:after, .commentary .title h4:after {
      display: none; }
  .commentary .title h4 {
    color: #e4051f; }

.commentary .tabs {
  background: transparent;
  text-align: left !important;
  border: 0; }
  .commentary .tabs .tab-title {
    border: 0;
    background: #ffffff;
    margin-left: 0 !important;
    vertical-align: top;
    padding: 0 5px 5px 0; }
    .commentary .tabs .tab-title a {
      border: 3px solid #32353e;
      color: #32353e;
      background: #ffffff;
      font-family: "Proxima Nova W01", Arial, sans-serif; }
      .commentary .tabs .tab-title a:hover {
        color: #ffffff; }
      .commentary .tabs .tab-title a:after {
        display: none !important; }
    .commentary .tabs .tab-title.active {
      padding: 5px 5px 0 0; }
      .commentary .tabs .tab-title.active a {
        border-color: #e4051f;
        background: #e4051f;
        color: #ffffff; }

.commentary .accordion-navigation > a {
  border: 3px solid #32353e;
  color: #32353e;
  background-color: #ffffff;
  text-align: center;
  font-family: "Proxima Nova W01", Arial, sans-serif; }
  .commentary .accordion-navigation > a:hover {
    color: #ffffff; }
  .commentary .accordion-navigation > a:after {
    display: none !important; }

.commentary .accordion-navigation.active > a {
  border-color: #e4051f;
  background-color: #e4051f !important;
  color: #ffffff; }

.commentary .accordion .content {
  background: #ffffff !important;
  border: 3px solid #e4051f;
  padding: 0 30px; }
  .commentary .accordion .content .comment {
    padding: 20px 0;
    border-bottom: 2px solid #f3f3f3; }
  .commentary .accordion .content .date_time {
    text-align: center; }
    .commentary .accordion .content .date_time .time {
      display: block;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      color: #e4051f;
      font-size: 1.125rem; }
    .commentary .accordion .content .date_time .date {
      display: block;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      color: #32353e;
      font-size: 0.875rem; }

.commentary .expand-conv {
  display: block;
  margin: 30px auto !important;
  max-width: 280px !important;
  padding: 10px;
  text-align: center;
  border: 1px solid #f3f3f3;
  text-decoration: none;
  color: #32353e; }
  .commentary .expand-conv:hover {
    border-color: #e4051f; }
  .commentary .expand-conv:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    background-image: url(/_frontend/images/sprites.png);
    background-position: -1141px -83px;
    width: 16px;
    height: 9px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .commentary .expand-conv:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }

/* - 6.2 - Partials - News
	------------------------------------------ */
.author_widget {
  padding: 1.875rem 0;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-top: 1px solid #d9dfe5;
  border-bottom: 1px solid #d9dfe5;
  text-align: center; }
  .author_widget:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .author_widget .img_col {
    margin-bottom: 2.1875rem; }
    .author_widget .img_col img {
      margin: auto;
      display: block; }
    .author_widget .img_col p {
      margin: 0 !important;
      padding: 0 !important; }
  .author_widget h3.author_name {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 2.1875rem;
    padding-bottom: 0; }
    .author_widget h3.author_name:after {
      display: none; }
  .author_widget p.author_summary {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .author_widget {
      text-align: left;
      padding: 3.75rem 0;
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
      .author_widget .img_col {
        margin-bottom: 0; }
        .author_widget .img_col img {
          margin: 0; } }

/* - 6.2 - Partials - opta
	------------------------------------------ */
article.rte .widget-region {
  position: relative;
  clear: both; }
  article.rte .widget-region .opta-widget-container h2 {
    display: none; }
  article.rte .widget-region .opta-widget-container .c_scorecard,
  article.rte .widget-region .opta-widget-container .wagonwheel {
    padding: 2rem;
    border: 3px solid #e4051f;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    article.rte .widget-region .opta-widget-container .c_scorecard > h3,
    article.rte .widget-region .opta-widget-container .wagonwheel > h3 {
      display: none; }
    article.rte .widget-region .opta-widget-container .c_scorecard .details,
    article.rte .widget-region .opta-widget-container .wagonwheel .details {
      border-bottom: 3px solid #d9dfe5;
      margin-bottom: 30px;
      padding-bottom: 20px; }
    article.rte .widget-region .opta-widget-container .c_scorecard dl dd,
    article.rte .widget-region .opta-widget-container .wagonwheel dl dd {
      color: #e4051f; }
    article.rte .widget-region .opta-widget-container .c_scorecard dl, article.rte .widget-region .opta-widget-container .c_scorecard dd, article.rte .widget-region .opta-widget-container .c_scorecard dt, article.rte .widget-region .opta-widget-container .c_scorecard p, article.rte .widget-region .opta-widget-container .c_scorecard li, article.rte .widget-region .opta-widget-container .c_scorecard table, article.rte .widget-region .opta-widget-container .c_scorecard tr, article.rte .widget-region .opta-widget-container .c_scorecard th,
    article.rte .widget-region .opta-widget-container .wagonwheel dl,
    article.rte .widget-region .opta-widget-container .wagonwheel dd,
    article.rte .widget-region .opta-widget-container .wagonwheel dt,
    article.rte .widget-region .opta-widget-container .wagonwheel p,
    article.rte .widget-region .opta-widget-container .wagonwheel li,
    article.rte .widget-region .opta-widget-container .wagonwheel table,
    article.rte .widget-region .opta-widget-container .wagonwheel tr,
    article.rte .widget-region .opta-widget-container .wagonwheel th {
      font-size: 1rem;
      font-family: "Proxima Nova W08", Arial, sans-serif; }
    article.rte .widget-region .opta-widget-container .c_scorecard table td,
    article.rte .widget-region .opta-widget-container .wagonwheel table td {
      font-size: 1rem;
      font-weight: normal;
      border: 0; }
    article.rte .widget-region .opta-widget-container .c_scorecard table tfoot,
    article.rte .widget-region .opta-widget-container .wagonwheel table tfoot {
      font-size: 1rem; }
    article.rte .widget-region .opta-widget-container .c_scorecard table tr th,
    article.rte .widget-region .opta-widget-container .wagonwheel table tr th {
      border: 0; }
    article.rte .widget-region .opta-widget-container .c_scorecard .summary > p,
    article.rte .widget-region .opta-widget-container .wagonwheel .summary > p {
      font-size: 1rem;
      clear: both;
      margin: 0 0 16px;
      padding: 0; }
    article.rte .widget-region .opta-widget-container .c_scorecard ul,
    article.rte .widget-region .opta-widget-container .wagonwheel ul {
      padding: 0; }
      article.rte .widget-region .opta-widget-container .c_scorecard ul .teamName,
      article.rte .widget-region .opta-widget-container .wagonwheel ul .teamName {
        background-color: #414551 !important;
        color: #ffffff;
        font-weight: normal; }
      article.rte .widget-region .opta-widget-container .c_scorecard ul li:nth-child(even),
      article.rte .widget-region .opta-widget-container .wagonwheel ul li:nth-child(even) {
        background-color: #eee;
        border: none; }
      article.rte .widget-region .opta-widget-container .c_scorecard ul li:nth-child(odd),
      article.rte .widget-region .opta-widget-container .wagonwheel ul li:nth-child(odd) {
        background-color: transparent;
        border: none; }
  article.rte .widget-region .opta-widget-container.opta-matchinformation .summary dl dt {
    display: inline-block;
    font-size: 1rem;
    color: #414551; }
  article.rte .widget-region .opta-widget-container.opta-scorecard table tfoot td {
    background-color: #414551;
    color: #ffffff;
    font-weight: normal; }
  article.rte .widget-region .opta-widget-container.opta-scorecard table thead th {
    background-color: #414551;
    color: #ffffff; }
  article.rte .widget-region .opta-widget-container.opta-scorecard .details,
  article.rte .widget-region .opta-widget-container.opta-scorecard .summary {
    display: none; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel p.innings a {
    border: 1px solid #d9dfe5;
    background: white;
    border-radius: 0;
    padding: 12px 20px;
    color: "Proxima Nova W08", Arial, sans-serif; }
    article.rte .widget-region .opta-widget-container.opta-wagonwheel p.innings a:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -411px -155px;
      width: 7px;
      height: 13px;
      content: "";
      display: inline-block;
      float: right;
      margin-left: 14px;
      margin-top: 2px; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel .wagonwheel li span.total,
  article.rte .widget-region .opta-widget-container.opta-wagonwheel .wagonwheel li span.score {
    font-weight: normal; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel select {
    width: auto; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel .wagonwheel li span.score {
    color: #e4051f; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel table tr th {
    background-color: white; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel .team li.teamName {
    background: 0; }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel .team li span.player_name {
    position: relative;
    background: 0;
    padding-left: 30px; }
    article.rte .widget-region .opta-widget-container.opta-wagonwheel .team li span.player_name:after {
      background-image: url(/_frontend/images/sprites.png);
      background-position: -78px -227px;
      width: 16px;
      height: 16px;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 2px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        article.rte .widget-region .opta-widget-container.opta-wagonwheel .team li span.player_name:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel .team li.selected span.player_name:after {
    background-image: url(/_frontend/images/sprites.png);
    background-position: -26px -227px;
    width: 16px;
    height: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      article.rte .widget-region .opta-widget-container.opta-wagonwheel .team li.selected span.player_name:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  article.rte .widget-region .opta-widget-container.opta-wagonwheel ul li {
    border-radius: 0; }
    article.rte .widget-region .opta-widget-container.opta-wagonwheel ul li:nth-child(even) {
      background-color: transparent; }
  article.rte .widget-region .manhattanworm .details,
  article.rte .widget-region .manhattanworm .summary {
    display: none !important; }
  article.rte .widget-region .manhattanworm .highcharts-container .highcharts-legend-item * {
    font-size: 1rem !important;
    font-family: "Proxima Nova W08", Arial, sans-serif !important; }

/* - 6.2 - Partials - News
	------------------------------------------ */
.author_widget {
  padding: 1.875rem 0;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-top: 1px solid #d9dfe5;
  border-bottom: 1px solid #d9dfe5;
  text-align: center; }
  .author_widget:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .author_widget .img_col {
    margin-bottom: 2.1875rem; }
    .author_widget .img_col img {
      margin: auto;
      display: block; }
    .author_widget .img_col p {
      margin: 0 !important;
      padding: 0 !important; }
  .author_widget h3.author_name {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 2.1875rem;
    padding-bottom: 0; }
    .author_widget h3.author_name:after {
      display: none; }
  .author_widget p.author_summary {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .author_widget {
      text-align: left;
      padding: 3.75rem 0;
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
      .author_widget .img_col {
        margin-bottom: 0; }
        .author_widget .img_col img {
          margin: 0; } }

/* - 6.2 - Partials - Player
	------------------------------------------ */
.player_overview .columns {
  background-color: #f3f3f3;
  text-align: center; }

.player_overview .title {
  text-transform: uppercase;
  font-family: "Proxima Nova W01", Arial, sans-serif; }

.player_overview .stat {
  text-transform: uppercase;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  color: #e4051f; }

.player_overview .top_row:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.player_overview .top_row .title {
  font-size: 0.75rem;
  display: block; }

.player_overview .top_row .stat {
  font-size: 1rem; }

.player_overview .top_row .columns {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left; }
  @media only screen and (min-width: 64.063em) {
    .player_overview .top_row .columns {
      padding-top: 75px;
      padding-bottom: 75px; } }

.player_overview .top_row .img_wrapper {
  border: 12px solid #414551;
  top: -50px;
  left: 50%;
  right: 0;
  position: absolute;
  z-index: 2;
  margin-left: -70px;
  max-width: 140px; }
  @media only screen and (min-width: 40.063em) {
    .player_overview .top_row .img_wrapper {
      border: 18px solid #414551;
      margin-left: -100px;
      max-width: 200px; } }
  @media only screen and (min-width: 64.063em) {
    .player_overview .top_row .img_wrapper {
      left: 0;
      margin-left: 0; } }
  .player_overview .top_row .img_wrapper img {
    display: block;
    width: 100%;
    height: auto; }
  .player_overview .top_row .img_wrapper .number {
    position: absolute;
    top: -35px;
    right: -35px;
    padding: 15px;
    border-radius: 100%;
    color: #ffffff;
    font-family: 'Proxima Nova W01';
    font-size: 1.375rem;
    line-height: 1;
    background-color: #414551; }
    @media only screen and (min-width: 64.063em) {
      .player_overview .top_row .img_wrapper .number {
        top: -45px;
        right: -45px;
        padding: 20px;
        font-size: 1.75rem; } }

.player_overview .middle_row:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.player_overview .middle_row .title {
  font-size: 0.75rem;
  display: inline-block; }

.player_overview .middle_row .stat {
  font-size: 0.75rem; }

.player_overview .middle_row .columns {
  padding: 20px;
  border: 1px solid #ffffff; }
  .player_overview .middle_row .columns:nth-of-type(odd) {
    border-left: 0; }
  .player_overview .middle_row .columns:nth-of-type(even) {
    border-right: 0; }

.player_overview .bottom_row:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.player_overview .bottom_row .title {
  font-size: 0.875rem;
  display: block; }

.player_overview .bottom_row .stat {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-size: 0.875rem; }

.player_overview .bottom_row .columns {
  padding: 20px 40px;
  border-top: 2px solid #ffffff; }

@media only screen and (min-width: 40.063em) {
  .player_overview .top_row .title {
    font-size: 1.125rem; }
  .player_overview .top_row .stat {
    font-size: 2.25rem; }
  .player_overview .top_row .columns {
    text-align: center; }
    .player_overview .top_row .columns.img_col {
      padding: 0; }
  .player_overview .middle_row .title {
    font-size: 1rem;
    display: inline-block; }
  .player_overview .middle_row .stat {
    font-size: 1rem; }
  .player_overview .middle_row .columns {
    padding: 30px 20px;
    border: 0; }
  .player_overview .bottom_row .title {
    font-size: 1.125rem; }
  .player_overview .bottom_row .stat {
    font-size: 1.125rem; }
  .player_overview .bottom_row .columns {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 35px 80px; }
    .player_overview .bottom_row .columns:first-of-type {
      border-left: 0; }
    .player_overview .bottom_row .columns:last-of-type {
      border-right: 0; } }

/* - 6.2 - Partials - Landing Page
	------------------------------------------ */
.landing-page {
  height: 100%; }
  .landing-page .content_wrapper {
    height: 100%;
    overflow: visible;
    max-width: 100%; }
    .landing-page .content_wrapper > .row {
      height: 100%;
      max-width: 100%;
      margin: 0; }
      .landing-page .content_wrapper > .row > .columns {
        min-height: 37.5rem;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
        .landing-page .content_wrapper > .row > .columns:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1; }
        .landing-page .content_wrapper > .row > .columns a {
          text-decoration: none;
          border: 0; }
        .landing-page .content_wrapper > .row > .columns .box {
          position: relative;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          z-index: 10;
          width: 80%;
          margin: 0 auto;
          padding: 5rem 0.9375rem;
          border: 1px solid rgba(255, 255, 255, 0.4);
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
          .landing-page .content_wrapper > .row > .columns .box h2, .landing-page .content_wrapper > .row > .columns .box p {
            color: #ffffff; }
          .landing-page .content_wrapper > .row > .columns .box h2 {
            font-size: 3.125rem;
            margin-top: 3.125rem;
            margin-bottom: 2.5rem; }
          .landing-page .content_wrapper > .row > .columns .box p {
            display: none; }
          @media only screen and (min-width: 40.063em) {
            .landing-page .content_wrapper > .row > .columns .box {
              width: 60%; }
              .landing-page .content_wrapper > .row > .columns .box p {
                display: block; } }
          .landing-page .content_wrapper > .row > .columns .box .arrow {
            position: relative;
            margin: 15px auto;
            width: 52px;
            height: 52px; }
            @media only screen and (min-width: 64.063em) {
              .landing-page .content_wrapper > .row > .columns .box .arrow {
                margin-top: 3.75rem;
                margin-bottom: 4.375rem; } }
            .landing-page .content_wrapper > .row > .columns .box .arrow:before {
              position: absolute;
              top: 50%;
              background: rgba(129, 129, 129, 0.4);
              width: 52px;
              height: 52px;
              content: "";
              display: block;
              left: 50%;
              margin-left: -26px;
              margin-top: -26px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              background-clip: padding-box;
              /* stops bg color from leaking outside the border: */
              border: 1px solid rgba(255, 255, 255, 0.4);
              -webkit-box-shadow: 0 5px 4px 0 rgba(51, 56, 61, 0.2);
              box-shadow: 0 5px 4px 0 rgba(51, 56, 61, 0.2);
              -webkit-transition: 300ms;
              -moz-transition: 300ms;
              -ms-transition: 300ms;
              -o-transition: 300ms;
              transition: 300ms; }
            .landing-page .content_wrapper > .row > .columns .box .arrow:after {
              display: block;
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              margin-left: -3.5px;
              margin-top: -6.5px;
              background-image: url(/_frontend/images/sprites.png);
              background-position: -377px -155px;
              width: 7px;
              height: 13px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .landing-page .content_wrapper > .row > .columns .box .arrow:after {
                  background-image: url(/_frontend/images/sprites-2x.png);
                  background-size: 1366px 272px; } }
        .landing-page .content_wrapper > .row > .columns.cricket:before {
          background-color: rgba(128, 14, 27, 0.72); }
        .landing-page .content_wrapper > .row > .columns.cricket .box {
          background-color: #ae1325;
          background-color: rgba(174, 19, 37, 0.72); }
          .landing-page .content_wrapper > .row > .columns.cricket .box .arrow:before {
            background: rgba(97, 11, 21, 0.4); }
          .landing-page .content_wrapper > .row > .columns.cricket .box:hover {
            background-color: rgba(174, 19, 37, 0.9); }
            .landing-page .content_wrapper > .row > .columns.cricket .box:hover .arrow:before {
              background: rgba(97, 11, 21, 0.1); }
        .landing-page .content_wrapper > .row > .columns.events:before {
          background-color: rgba(30, 29, 38, 0.72); }
        .landing-page .content_wrapper > .row > .columns.events .box {
          background-color: #887150;
          background-color: rgba(136, 113, 80, 0.72); }
          .landing-page .content_wrapper > .row > .columns.events .box .arrow:before {
            background: rgba(136, 113, 80, 0.4); }
          .landing-page .content_wrapper > .row > .columns.events .box:hover {
            background-color: rgba(136, 113, 80, 0.9); }
            .landing-page .content_wrapper > .row > .columns.events .box:hover .arrow:before {
              background: rgba(136, 113, 80, 0.1); }
      @media only screen and (max-width: 40em) {
        .landing-page .content_wrapper > .row .landing-block {
          height: 50%;
          min-height: 50%; }
          .landing-page .content_wrapper > .row .landing-block .box {
            padding: 30px; }
            .landing-page .content_wrapper > .row .landing-block .box img {
              max-width: 100px;
              height: auto; }
            .landing-page .content_wrapper > .row .landing-block .box h2 {
              margin: 30px 0 0;
              font-size: 2.25rem; }
            .landing-page .content_wrapper > .row .landing-block .box p {
              display: none; }
            .landing-page .content_wrapper > .row .landing-block .box .arrow {
              position: absolute;
              right: -26px;
              top: 50%;
              margin-top: -26px;
              width: 52px;
              height: 52px; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
        .landing-page .content_wrapper > .row .landing-block {
          height: 50%;
          min-height: 50%; }
          .landing-page .content_wrapper > .row .landing-block .box {
            padding: 30px; }
            .landing-page .content_wrapper > .row .landing-block .box h2 {
              margin: 30px 0; }
            .landing-page .content_wrapper > .row .landing-block .box p {
              display: none; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
        .landing-page .content_wrapper > .row .landing-block .box {
          width: 80%; } }
      @media only screen and (min-width: 40.063em) and (orientation: landscape) {
        .landing-page .content_wrapper > .row .landing-block {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 50%;
          float: left; } }
      @media only screen and (min-width: 64.063em) {
        .landing-page .content_wrapper > .row .landing-block .box {
          max-width: 400px;
          padding: 5rem 1.875rem; } }

article.rte .pricing-table {
  position: relative;
  text-align: center; }
  article.rte .pricing-table__inner {
    overflow: auto; }
  article.rte .pricing-table__table {
    background: #ffffff;
    border: 1px solid #d9dfe5;
    border-collapse: collapse;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    table-layout: fixed; }
    @media only screen and (max-width: 40em) {
      article.rte .pricing-table__table {
        margin-bottom: 0; } }
    @media only screen and (min-width: 64.063em) {
      article.rte .pricing-table__table {
        position: relative; }
        article.rte .pricing-table__table:after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          background: url("/_frontend/images/pricing-table-bg.jpg") no-repeat;
          width: 180px;
          height: 129px; } }
    article.rte .pricing-table__table thead tr th {
      padding: 2.125rem 0.9375rem;
      background: #ffffff;
      border: 1px solid #d9dfe5;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      font-size: 1rem;
      color: #e4051f;
      line-height: 1.2; }
      @media only screen and (max-width: 40em) {
        article.rte .pricing-table__table thead tr th {
          width: 240px; } }
    article.rte .pricing-table__table tbody tr:last-child td {
      border-bottom: 0; }
    article.rte .pricing-table__table tbody tr td {
      padding: 0.9375rem 0.9375rem;
      border: 1px solid #d9dfe5;
      font-family: "Proxima Nova W08", Arial, sans-serif;
      font-size: 0.9375rem;
      color: #414551;
      line-height: 1.2; }
    article.rte .pricing-table__table tfoot tr td {
      position: relative;
      padding: 1.875rem 0;
      border: 1px solid #d9dfe5;
      border-top: 0;
      z-index: 2; }
      article.rte .pricing-table__table tfoot tr td span {
        display: inline-block;
        position: relative;
        padding-top: 1.875rem;
        font-family: "Proxima Nova W01", Arial, sans-serif;
        font-size: 1.75rem;
        line-height: 1; }
        article.rte .pricing-table__table tfoot tr td span:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 30px;
          height: 2px;
          background: #e4051f; }
  article.rte .pricing-table__instruction {
    text-align: right; }
    article.rte .pricing-table__instruction p {
      font-family: "Proxima Nova W01", Arial, sans-serif;
      line-height: 1; }
      article.rte .pricing-table__instruction p span {
        font-family: monospace;
        font-size: 26px;
        color: #e4051f;
        margin-left: 10px; }
  article.rte .pricing-table__action {
    display: inline-block; }

/* - 6.1 - Partials - Components
	------------------------------------------ */
/* - Footer region
-------------------------------------------------
    Description: Footer styling
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Footer
======================================================*/
.site_footer a {
  text-decoration: none; }

.site_footer .principal .right-logos a {
  padding-top: 10px;
  display: block; }
  .site_footer .principal .right-logos a img {
    max-height: 40px;
    width: auto; }

.site_footer .title {
  border-bottom: 1px solid #e4051f;
  margin-bottom: 0.9375rem;
  display: inline-block; }

.site_footer .top_footer {
  padding: 1.25rem 0;
  text-align: center; }
  .site_footer .top_footer ul li {
    margin: 0.3125rem 0; }
  .site_footer .top_footer ul li, .site_footer .top_footer ul a {
    font-size: 1.125rem; }
  .site_footer .top_footer nav ul li {
    display: block; }
    .site_footer .top_footer nav ul li a {
      font-size: 0.875rem; }
  .site_footer .top_footer .addthis_sharing_toolbox {
    display: inline-block; }
    @media only screen and (min-width: 40.063em) {
      .site_footer .top_footer .addthis_sharing_toolbox {
        float: left; } }
  @media only screen and (min-width: 40.063em) {
    .site_footer .top_footer {
      text-align: left;
      padding: 2.5rem 0; }
      .site_footer .top_footer ul li {
        margin: 0 1.5625rem 0 0;
        display: inline-block; }
        .site_footer .top_footer ul li:last-child {
          margin: 0; }
      .site_footer .top_footer .social_icon_links {
        text-align: right;
        margin-top: -0.375rem;
        margin-bottom: 1rem; } }

@media only screen and (max-width: 64em) {
  .site_footer .sponsors-row {
    text-align: center; } }

@media only screen and (min-width: 64.063em) {
  .site_footer .sponsors-row__title {
    margin: 0 0 1.875rem 0; } }

.site_footer .sponsors-row .sponsors-container {
  list-style: none;
  margin: 0 -2px;
  padding: 0;
  position: relative;
  font-size: 0;
  width: calc(100% + 4px);
  text-align: center; }
  .site_footer .sponsors-row .sponsors-container:before, .site_footer .sponsors-row .sponsors-container:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px; }
  .site_footer .sponsors-row .sponsors-container:before {
    bottom: -2px;
    background: #FFFFFF;
    top: -2px; }
  .site_footer .sponsors-row .sponsors-container:after {
    content: '';
    bottom: -2px;
    background: #394046; }
  .site_footer .sponsors-row .sponsors-container li {
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 40.063em) {
      .site_footer .sponsors-row .sponsors-container li {
        width: 33.3333%; } }
    @media only screen and (min-width: 64.063em) {
      .site_footer .sponsors-row .sponsors-container li {
        width: 25%; } }
    .site_footer .sponsors-row .sponsors-container li a {
      display: block;
      padding: 1.875rem 1rem;
      border: 2px solid #dde2e8;
      margin: -1px; }
      .site_footer .sponsors-row .sponsors-container li a:hover {
        box-shadow: 0 0 100px 0 rgba(102, 102, 102, 0.15); }
        .site_footer .sponsors-row .sponsors-container li a:hover img {
          opacity: 1;
          filter: grayscale(0); }
    .site_footer .sponsors-row .sponsors-container li img {
      display: block;
      margin: 0 auto;
      opacity: .4;
      filter: alpha(opacity=40);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%);
      max-height: 65px;
      max-width: 160px; }

.newsletter_sign_up {
  text-align: center;
  vertical-align: top;
  padding-bottom: 1.875rem; }
  .newsletter_sign_up form {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: normal; }
    .newsletter_sign_up form:focus {
      outline: none; }
  .newsletter_sign_up label {
    padding-top: 1.125rem;
    display: inline-block;
    font-size: 1.125rem;
    line-height: normal; }
  .newsletter_sign_up input {
    vertical-align: top;
    display: inline-block;
    margin: 1.25rem 0;
    width: 100%;
    font-size: 1.125rem;
    height: 56px;
    line-height: normal; }
    @media only screen and (min-width: 40.063em) {
      .newsletter_sign_up input {
        max-width: 380px;
        margin: 0 1.25rem; } }
  .newsletter_sign_up button {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 40.063em) {
      .newsletter_sign_up button {
        width: 180px;
        margin-top: 0.625rem; } }
    @media only screen and (min-width: 64.063em) {
      .newsletter_sign_up button {
        margin-top: 0; } }

/* - Header region
-------------------------------------------------
    Description: Header styles
    Author: Nick Rowe - Prodo Digital
    Author URL: http://www.prodo.com
*/
/*=====================================================
  Header Styling
======================================================*/
.open_site_menu {
  position: absolute;
  background-image: url(/_frontend/images/sprites.png);
  background-position: 0px -39px;
  width: 1024px;
  height: 34px;
  margin-left: -512px;
  margin-bottom: -29px;
  left: 50%;
  z-index: 3008;
  pointer-events: none;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 7px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .open_site_menu {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }
  @media only screen and (max-width: 64em) {
    .open_site_menu {
      display: none; }
      .open_site_menu:after {
        margin-left: 5px;
        content: "";
        display: inline-block;
        background-image: url(/_frontend/images/sprites.png);
        background-position: -516px -122px;
        width: 12px;
        height: 10px; } }
    @media only screen and (max-width: 64em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 64em) and (min-resolution: 192dpi) {
      .open_site_menu:after {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }
  @media only screen and (min-width: 64.063em) {
    .open_site_menu {
      color: transparent;
      font-size: 0;
      text-indent: -9999px;
      background-image: url(/_frontend/images/sprites.png);
      background-position: 0px 0px;
      width: 1366px;
      height: 29px;
      margin-left: -683px; } }
  @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
    .open_site_menu {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-size: 1366px 272px; } }

.site_header {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 1.25rem;
  z-index: 3005; }
  @media only screen and (min-width: 64.063em) {
    .site_header {
      padding-bottom: 0; } }
  .site_header a {
    text-decoration: none; }
  .site_header .logo_container {
    max-height: 90px; }
    .site_header .logo_container .logo {
      margin-top: 0.9375rem;
      text-align: center;
      position: relative; }
    .site_header .logo_container a {
      display: inline-block;
      vertical-align: middle; }
      .site_header .logo_container a img {
        width: auto;
        max-height: 100%; }
    .site_header .logo_container .left_logo {
      height: 80px; }
      .site_header .logo_container .left_logo img {
        height: 80px; }
    .site_header .logo_container .right_logo {
      height: 80px;
      margin-left: 10px; }
      .site_header .logo_container .right_logo img {
        height: 80px; }

/*Define Contrast Classes*/
aside.internal_nav article.rte blockquote {
  margin: 0;
  padding: 0.9375rem; }
  aside.internal_nav article.rte blockquote p {
    margin-top: 0;
    font-size: 1rem; }
  aside.internal_nav article.rte blockquote cite {
    display: block;
    font-size: 1rem; }

@media only screen and (max-width: 40em) {
  aside.internal_nav > nav {
    display: none; } }

@media only screen and (max-width: 40em) {
  .mobile_subnav, .internal_nav {
    padding: 0 1.875rem; } }

.video-cta {
  position: relative;
  margin-bottom: 1.875rem; }
  .video-cta .video-cta__inner {
    text-decoration: none; }
  .video-cta .play-container {
    height: 170px;
    line-height: 170px;
    text-align: center; }
    .video-cta .play-container .play-button {
      position: relative;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      display: inline-block;
      border: 2px solid #ffffff;
      background: rgba(204, 32, 32, 0.6);
      width: 70px;
      height: 70px;
      margin-top: 50px; }
      .video-cta .play-container .play-button i {
        background-image: url(/_frontend/images/sprites.png);
        background-position: -428px -155px;
        width: 7px;
        height: 13px;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -3.5px;
        margin-top: -6.5px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .video-cta .play-container .play-button i {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }
  .video-cta .text-container {
    background: #ffffff;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem; }
    .video-cta .text-container h4 {
      margin: 0;
      font-size: 0.9em;
      height: 50px;
      overflow: hidden; }
  .video-cta .btn-arrow {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -20px; }

.related-cta {
  display: block;
  text-decoration: none;
  margin-bottom: 1.875rem; }
  .related-cta .text-container {
    padding: 0.625rem 1.25rem; }
    .related-cta .text-container h4 {
      color: #e4051f;
      font-size: 1.2em;
      margin-top: 0.3125rem; }
    .related-cta .text-container p {
      font-size: 0.9em; }
  .related-cta img {
    width: 100%; }

.twitter-cta {
  padding: 2.1875rem 1.875rem;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  .twitter-cta p {
    font-size: 1rem;
    margin: 0; }
  .twitter-cta .tweet_post_date {
    margin: 25px 0; }
  .twitter-cta .twitter_avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    margin-bottom: 20px; }

/*=====================================================
   Styling
======================================================*/
.site_search_wrapper {
  background-color: #c30218; }
  .site_search_wrapper .inner {
    padding: 70px 1.875rem 1.875rem; }
  .site_search_wrapper input[type=text] {
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0.9375rem 1.25rem;
    margin-bottom: 1.875rem; }
  .site_search_wrapper .btn {
    width: 100%; }
  .site_search_wrapper h3, .site_search_wrapper p {
    color: #ffffff; }

/*Define Contrast Classes*/
.calls_to_action {
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  height: 36.25rem;
  margin: -2.5rem 0;
  padding: 2.5rem 0;
  vertical-align: top; }
  .calls_to_action a {
    white-space: normal;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin: 0;
    padding: 0;
    height: 31.375rem;
    overflow: hidden;
    position: relative;
    background-color: #e4051f;
    margin-top: 2.4375rem;
    outline: 0; }
    .calls_to_action a.activated {
      margin-top: 0;
      height: 36.25rem; }
      .calls_to_action a.activated.active .text {
        opacity: 1; }
      .calls_to_action a.activated .img:before {
        background-color: rgba(0, 0, 0, 0); }
    @media only screen and (min-width: 40.063em) {
      .calls_to_action a {
        width: 30%; } }
    @media only screen and (min-width: 64.063em) {
      .calls_to_action a {
        width: 20%; } }
    .calls_to_action a .img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 31.25rem;
      background-position: 50% 50%;
      background-size: cover; }
      .calls_to_action a .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3); }
    .calls_to_action a .text {
      position: absolute;
      bottom: 0;
      overflow: hidden;
      opacity: 0;
      width: 100%; }
      .calls_to_action a .text a {
        color: #ffffff; }
      .calls_to_action a .text .btn_holder {
        padding: 1.25rem;
        height: 2.5rem; }
        .calls_to_action a .text .btn_holder .btn {
          line-height: 1.2; }
    .calls_to_action a .desc {
      color: #ffffff;
      font-size: 1.5rem;
      padding: 1.25rem 0.625rem;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); }

/* - 6.1 - Partials - Components - navigation
	------------------------------------------ */
.breadcrumb > li {
  display: inline-block;
  padding-right: 1.25rem;
  float: left; }
  .breadcrumb > li:last-child {
    padding-right: 0; }
    .breadcrumb > li:last-child span, .breadcrumb > li:last-child a {
      padding-right: 0; }
      .breadcrumb > li:last-child span:after, .breadcrumb > li:last-child a:after {
        display: none; }
  .breadcrumb > li a, .breadcrumb > li span {
    padding-right: 1.25rem;
    position: relative;
    display: block; }
    .breadcrumb > li a:after, .breadcrumb > li span:after {
      display: block;
      content: '';
      position: absolute;
      right: 0; }
  .breadcrumb > li a {
    color: #414551;
    text-decoration: none; }
    .breadcrumb > li a:hover {
      color: #e4051f; }

.page_breadcrumbs {
  display: none;
  padding: 0.9375rem 0;
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) {
    .page_breadcrumbs {
      display: block; } }
  .page_breadcrumbs ul li {
    font-size: 0.75rem; }
    .page_breadcrumbs ul li a:after {
      display: block;
      content: '';
      position: absolute;
      background-image: url(/_frontend/images/sprites.png);
      background-position: -538px -122px;
      width: 5px;
      height: 9px;
      top: 50%;
      margin-top: -4.5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .page_breadcrumbs ul li a:after {
          background-image: url(/_frontend/images/sprites-2x.png);
          background-size: 1366px 272px; } }

.rte .page_breadcrumbs {
  padding-left: 1.875rem; }

.page_title h1 {
  margin: 0;
  clear: none; }

/* - Navigation regions
------------------------------------------------- 
    Description: Navigation styles
    Author: Laurence Earl - Prodo Digital
    Author URL: http://www.prodo.com
    */
/*=====================================================
Navigation Styling
======================================================*/
nav.standard {
  padding: 1.875rem 0 0.9375rem 0;
  border-bottom: 2px solid #f1f3f6; }
  nav.standard .current {
    cursor: pointer;
    position: relative;
    padding: 0.375rem 0;
    border-bottom: 2px solid #f1f3f6; }
    nav.standard .current span {
      font-size: 1rem; }
    nav.standard .current:before {
      position: absolute;
      left: -15px;
      top: 15px;
      content: '';
      background-image: url(/_frontend/images/sprites-2x.png);
      background-position: -2570px -166px;
      width: 4px;
      height: 10px; }
    nav.standard .current:after {
      content: '';
      position: absolute;
      right: 7px;
      top: 13px;
      background-image: url(/_frontend/images/sprites-2x.png);
      background-position: -2534px -166px;
      width: 16px;
      height: 10px; }
    nav.standard .current.open:after {
      background-image: url(/_frontend/images/sprites-2x.png);
      background-position: -2498px -166px;
      width: 16px;
      height: 10px; }
  nav.standard > ul li {
    position: relative;
    padding: 0.375rem 0; }
    nav.standard > ul li ul {
      padding-top: 0.375rem;
      padding-left: 0.625rem; }
      nav.standard > ul li ul li:last-of-type {
        padding-bottom: 0; }
    nav.standard > ul li a {
      text-decoration: none;
      font-size: 1rem; }
      nav.standard > ul li a:hover {
        text-decoration: underline;
        color: #414551; }
    nav.standard > ul li.selected:before {
      position: absolute;
      left: -15px;
      top: 15px;
      content: '';
      background-image: url(/_frontend/images/sprites-2x.png);
      background-position: -2594px -166px;
      width: 4px;
      height: 10px; }

/* - Navigation regions
-------------------------------------------------
    Description: Navigation styles
    Author: Laurence Earl - Prodo Digital
    Author URL: http://www.prodo.com
    */
/*=====================================================
Navigation Styling
======================================================*/
.site_nav {
  background-color: #414551; }
  @media only screen and (max-width: 64em) {
    .site_nav {
      display: none;
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; } }
  .site_nav ul {
    background-color: #414551; }
    .site_nav ul li {
      position: relative; }
      .site_nav ul li:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
  .site_nav.right_nav > ul li:last-child a {
    border-bottom: 0; }
  .site_nav a {
    color: #ffffff;
    display: block;
    padding: 0.5rem 0.5rem;
    padding-left: 1.25rem;
    padding-right: 3.125rem;
    line-height: 30px;
    min-height: 30px;
    border-bottom: 1px solid #d9dfe5;
    font-size: 0.875rem; }
    .site_nav a .numb_pages {
      background-color: #e4051f;
      display: block;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      float: right;
      font-size: 0.75rem;
      color: #ffffff;
      height: 20px;
      width: 20px;
      line-height: 20px;
      margin-top: 5px;
      text-align: center; }
    @media only screen and (min-width: 64.063em) {
      .site_nav a {
        padding: 1.25rem 1.25rem;
        font-size: 1rem;
        float: left; }
        .site_nav a .numb_pages {
          display: none; } }
  .site_nav .toggle_subnav {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #252525;
    color: #FFFFFF;
    width: 50px;
    height: 40px; }
    .site_nav .toggle_subnav:before {
      font-family: monospace;
      font-size: 30px;
      content: '\00BB';
      transform: rotate(90deg);
      position: absolute;
      top: 0;
      right: 0;
      line-height: 1.5; }
    .site_nav .toggle_subnav.toggled:before {
      transform: rotate(-90deg); }
  .site_nav > ul {
    height: 100%; }
    .site_nav > ul > li .subnav_wrapper {
      clear: both;
      position: relative;
      display: none;
      width: 100%;
      z-index: 100; }
      @media only screen and (min-width: 64.063em) {
        .site_nav > ul > li .subnav_wrapper {
          height: 100%;
          bottom: auto; } }
      .site_nav > ul > li .subnav_wrapper .subnav_heading {
        background-color: #e4051f; }
        .site_nav > ul > li .subnav_wrapper .subnav_heading a {
          padding-left: 0; }
      .site_nav > ul > li .subnav_wrapper .nav_section {
        padding: 0 20px;
        border-bottom: 1px solid #d9dfe5; }
        .site_nav > ul > li .subnav_wrapper .nav_section li {
          border-bottom: 0; }
        .site_nav > ul > li .subnav_wrapper .nav_section a {
          border-bottom: 0; }
          .site_nav > ul > li .subnav_wrapper .nav_section a:before {
            position: absolute;
            background-image: url(/_frontend/images/sprites.png);
            background-position: -411px -155px;
            width: 7px;
            height: 13px;
            margin-top: -6.5px;
            content: "";
            top: 50%;
            left: 0; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .site_nav > ul > li .subnav_wrapper .nav_section a:before {
                background-image: url(/_frontend/images/sprites-2x.png);
                background-size: 1366px 272px; } }
        .site_nav > ul > li .subnav_wrapper .nav_section > ul li a span {
          bottom: 50%;
          position: absolute;
          transform: translate(0, 50%); }
  .site_nav .search_wrapper {
    display: none; }
  .site_nav .cta_section, .site_nav .mega_nav_heading {
    display: none; }
  .site_nav .close_off_canvas + ul, .site_nav .close_nav_button + ul {
    padding-top: 70px; }
  @media only screen and (min-width: 64.063em) {
    .site_nav .close_off_canvas + ul, .site_nav .close_nav_button + ul {
      padding-top: 0; } }

@media only screen and (min-width: 64.063em) {
  .site_header {
    position: relative; }
    .site_header .columns {
      position: static; }
    .site_header .site_nav {
      background-color: transparent; }
      .site_header .site_nav:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
      .site_header .site_nav .close_nav_button {
        display: none; }
      .site_header .site_nav ul {
        background-color: transparent; }
        .site_header .site_nav ul li {
          border-bottom: 0; }
          .site_header .site_nav ul li.hovering.has_mega > a {
            color: colour-prime; }
            .site_header .site_nav ul li.hovering.has_mega > a:after {
              content: "";
              background-image: url(/_frontend/images/sprites.png);
              background-position: -1167px -83px;
              width: 13px;
              height: 7px;
              left: 50%;
              margin-left: -6.5px;
              bottom: -0.3125rem;
              display: block;
              position: absolute; } }
            @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
              .site_header .site_nav ul li.hovering.has_mega > a:after {
                background-image: url(/_frontend/images/sprites-2x.png);
                background-size: 1366px 272px; } }

@media only screen and (min-width: 64.063em) {
          .site_header .site_nav ul li a.live_match:before {
            content: "";
            width: 6px;
            height: 6px;
            background-color: #08c911;
            display: inline-block;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            margin-right: 0.3125rem;
            vertical-align: middle; }
      .site_header .site_nav a {
        color: #414551;
        float: none;
        position: relative;
        line-height: 28px; }
      .site_header .site_nav .toggle_subnav,
      .site_header .site_nav .collapse_subnav {
        display: none; }
      .site_header .site_nav.left_nav > ul {
        float: left; }
      .site_header .site_nav > ul {
        float: right; }
        .site_header .site_nav > ul > li {
          display: inline-block;
          background-color: transparent;
          position: static;
          margin-right: 15px;
          padding: 1.875rem 0; }
          .site_header .site_nav > ul > li:last-child {
            margin-right: 0px; }
          .site_header .site_nav > ul > li > a {
            padding: 0;
            border-bottom: 0;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease; }
            .site_header .site_nav > ul > li > a:before {
              display: none; }
            .site_header .site_nav > ul > li > a:hover {
              color: #e4051f; }
          .site_header .site_nav > ul > li .subnav_wrapper {
            position: static;
            height: auto; }
            .site_header .site_nav > ul > li .subnav_wrapper .subnav_heading {
              background-color: #e4051f; }
              .site_header .site_nav > ul > li .subnav_wrapper .subnav_heading a {
                padding-left: 0; }
          .site_header .site_nav > ul > li.hovering .mega_menu {
            display: block !important;
            z-index: 3003; }
          .site_header .site_nav > ul > li .mega_menu {
            display: none !important;
            position: absolute;
            left: 0;
            top: 100%;
            right: 0;
            z-index: 3003;
            background-color: #292c2f;
            background-color: rgba(41, 44, 47, 0.98); }
            .site_header .site_nav > ul > li .mega_menu .subnav_heading {
              display: none; }
            .site_header .site_nav > ul > li .mega_menu .inner {
              margin: 0 auto;
              max-width: 75rem;
              width: 100%;
              padding: 3.75rem 0; }
              .site_header .site_nav > ul > li .mega_menu .inner:after {
                content: '';
                display: table;
                height: 0;
                clear: both; }
            .site_header .site_nav > ul > li .mega_menu .mega_nav_heading {
              display: block; }
            .site_header .site_nav > ul > li .mega_menu .nav_section,
            .site_header .site_nav > ul > li .mega_menu .cta_section {
              display: block;
              width: 100%;
              float: left;
              padding: 0 0.625rem; }
            .site_header .site_nav > ul > li .mega_menu .nav_section {
              border-bottom: 0; }
              .site_header .site_nav > ul > li .mega_menu .nav_section a.title {
                display: block;
                color: #ffffff;
                float: left;
                width: 75%;
                font-size: 3rem;
                font-family: "Proxima Nova W01", Arial, sans-serif;
                font-weight: 700;
                padding-left: 0;
                margin-top: 0 !important;
                margin-bottom: -3.75rem !important;
                padding-top: 1.25rem;
                text-align: left; }
                .site_header .site_nav > ul > li .mega_menu .nav_section a.title:before, .site_header .site_nav > ul > li .mega_menu .nav_section a.title:after {
                  display: none !important; }
              .site_header .site_nav > ul > li .mega_menu .nav_section > ul {
                clear: left;
                padding-top: 3.75rem; }
                .site_header .site_nav > ul > li .mega_menu .nav_section > ul > li {
                  width: 25%;
                  float: left;
                  text-align: left; }
                  .site_header .site_nav > ul > li .mega_menu .nav_section > ul > li > a {
                    color: #ffffff;
                    margin-right: 1.25rem;
                    /*     margin: 0 0 rem-calc(20px);

                                        padding: 0;
                                        padding-left: rem-calc(30px);
                                        font-family: $body-font;
                                        font-weight: 700;*/
                    padding-top: 0.9375rem;
                    padding-bottom: 0.9375rem;
                    font-size: 1.125rem;
                    border-bottom: 1px solid #d9dfe5; }
                    .site_header .site_nav > ul > li .mega_menu .nav_section > ul > li > a:hover {
                      text-decoration: none;
                      color: #e4051f; }
                  .site_header .site_nav > ul > li .mega_menu .nav_section > ul > li ul a {
                    color: #ffffff;
                    margin: 0.3125rem 0;
                    padding: 0; }
                    .site_header .site_nav > ul > li .mega_menu .nav_section > ul > li ul a:hover {
                      text-decoration: underline; }
            .site_header .site_nav > ul > li .mega_menu .cta_section {
              width: 25%;
              float: right; }
              .site_header .site_nav > ul > li .mega_menu .cta_section img {
                display: block;
                width: 100%;
                height: auto;
                margin-bottom: 1.5625rem; }
              .site_header .site_nav > ul > li .mega_menu .cta_section a:before {
                display: none; }
            .site_header .site_nav > ul > li .mega_menu.teams_mega_menu .nav_section > ul {
              width: 25%;
              clear: none;
              float: left; }
              .site_header .site_nav > ul > li .mega_menu.teams_mega_menu .nav_section > ul > li {
                float: none;
                width: 100%; }
            .site_header .site_nav > ul > li .mega_menu .player_grid {
              float: left;
              width: 50%;
              overflow: hidden;
              padding-top: 2.5rem; }
              .site_header .site_nav > ul > li .mega_menu .player_grid a {
                width: 80px;
                float: left;
                margin-right: 1.25rem;
                margin-bottom: 1.25rem;
                padding: 0; }
                .site_header .site_nav > ul > li .mega_menu .player_grid a:before {
                  display: none; }
                .site_header .site_nav > ul > li .mega_menu .player_grid a:nth-child(6n + 0) {
                  margin-right: 0; }
                .site_header .site_nav > ul > li .mega_menu .player_grid a:hover {
                  width: 78px;
                  border: 1px solid #e4051f; }
                  .site_header .site_nav > ul > li .mega_menu .player_grid a:hover img {
                    width: 78px; }
              .site_header .site_nav > ul > li .mega_menu .player_grid img {
                width: 80px;
                display: block;
                margin: 0;
                padding: 0; }
              .site_header .site_nav > ul > li .mega_menu .player_grid .sponsor_msg {
                margin-top: 5px;
                color: #ffffff;
                text-align: center;
                font-size: 1rem; }
                .site_header .site_nav > ul > li .mega_menu .player_grid .sponsor_msg img {
                  display: inline-block;
                  width: auto;
                  max-height: 22px; }
            .site_header .site_nav > ul > li .mega_menu .league_table {
              width: 33%; }
              .site_header .site_nav > ul > li .mega_menu .league_table ul.league {
                display: block; }
                .site_header .site_nav > ul > li .mega_menu .league_table ul.league li {
                  border-bottom: 1px solid #d9dfe5;
                  padding-left: 1.25rem;
                  padding-top: 0.3125rem;
                  padding-bottom: 0.3125rem;
                  padding-right: 0.3125rem;
                  color: #ffffff;
                  display: block;
                  text-align: left; }
                  .site_header .site_nav > ul > li .mega_menu .league_table ul.league li:last-child {
                    border-bottom: 0; }
                  .site_header .site_nav > ul > li .mega_menu .league_table ul.league li span {
                    display: inline-block; }
                  .site_header .site_nav > ul > li .mega_menu .league_table ul.league li .position {
                    font-family: "Proxima Nova W01", Arial, sans-serif;
                    color: #e4051f;
                    display: inline-block;
                    width: 1.875rem;
                    text-align: center;
                    margin-right: 0.625rem; }
                    .site_header .site_nav > ul > li .mega_menu .league_table ul.league li .position .italic {
                      font-style: italic; }
                  .site_header .site_nav > ul > li .mega_menu .league_table ul.league li .points {
                    float: right;
                    display: inline-block;
                    width: 4.6875rem;
                    text-align: center;
                    font-family: "Proxima Nova W01", Arial, sans-serif;
                    font-weight: 700; }
            .site_header .site_nav > ul > li .mega_menu.res_fixtures_mega .normal_menu, .site_header .site_nav > ul > li .mega_menu.news_mega .normal_menu {
              display: none; }
            .site_header .site_nav > ul > li .mega_menu.res_fixtures_mega a, .site_header .site_nav > ul > li .mega_menu.news_mega a {
              color: #ffffff;
              padding: 0;
              padding-top: 2.5rem;
              padding-bottom: 0.625rem;
              margin-bottom: 1.25rem;
              display: block;
              font-size: 1rem;
              font-family: "Proxima Nova W01", Arial, sans-serif; }
              .site_header .site_nav > ul > li .mega_menu.res_fixtures_mega a:before, .site_header .site_nav > ul > li .mega_menu.news_mega a:before {
                display: none; }
            .site_header .site_nav > ul > li .mega_menu.res_fixtures_mega a.blank_link, .site_header .site_nav > ul > li .mega_menu.news_mega a.blank_link {
              display: block;
              font-size: 1.25rem;
              line-height: 1.625rem;
              text-align: center;
              padding: 0; }
              .site_header .site_nav > ul > li .mega_menu.res_fixtures_mega a.blank_link:after, .site_header .site_nav > ul > li .mega_menu.news_mega a.blank_link:after {
                display: none; }
              .site_header .site_nav > ul > li .mega_menu.res_fixtures_mega a.blank_link:hover, .site_header .site_nav > ul > li .mega_menu.news_mega a.blank_link:hover {
                text-decoration: underline; }
            .site_header .site_nav > ul > li .mega_menu .results_box, .site_header .site_nav > ul > li .mega_menu .fixtures_box {
              width: 33%;
              float: left;
              padding-top: 2.5rem; }
              .site_header .site_nav > ul > li .mega_menu .results_box ul, .site_header .site_nav > ul > li .mega_menu .fixtures_box ul {
                padding-right: 0.625rem; }
                .site_header .site_nav > ul > li .mega_menu .results_box ul li a, .site_header .site_nav > ul > li .mega_menu .fixtures_box ul li a {
                  text-align: center;
                  background-color: #373e43;
                  color: #ffffff;
                  font-family: "Proxima Nova W08", Arial, sans-serif;
                  text-align: center;
                  padding-top: 0.625rem;
                  padding-bottom: 0.625rem; }
                  .site_header .site_nav > ul > li .mega_menu .results_box ul li a:hover, .site_header .site_nav > ul > li .mega_menu .fixtures_box ul li a:hover {
                    background-color: #ffffff;
                    color: #414551; }
                  .site_header .site_nav > ul > li .mega_menu .results_box ul li a:before, .site_header .site_nav > ul > li .mega_menu .results_box ul li a:after, .site_header .site_nav > ul > li .mega_menu .fixtures_box ul li a:before, .site_header .site_nav > ul > li .mega_menu .fixtures_box ul li a:after {
                    display: none; }
            .site_header .site_nav > ul > li .mega_menu a.news_item {
              display: block;
              background-color: #373e43;
              color: #ffffff;
              padding: 1.25rem;
              overflow: hidden; }
              .site_header .site_nav > ul > li .mega_menu a.news_item:before, .site_header .site_nav > ul > li .mega_menu a.news_item:after {
                display: none; }
              .site_header .site_nav > ul > li .mega_menu a.news_item .headline {
                line-height: 1.375rem; }
              .site_header .site_nav > ul > li .mega_menu a.news_item .summary {
                font-family: "Proxima Nova W08", Arial, sans-serif;
                display: block;
                margin-top: 0.625rem; }
              .site_header .site_nav > ul > li .mega_menu a.news_item:before {
                background: none;
                position: absolute;
                right: -40px;
                background-color: #e4051f;
                width: 70px;
                height: 50px;
                -webkit-border-radius: 25px;
                border-radius: 25px;
                background-clip: padding-box;
                /* stops bg color from leaking outside the border: */
                content: "";
                display: block;
                left: auto;
                top: 50%;
                margin-top: -25px; }
              .site_header .site_nav > ul > li .mega_menu a.news_item:after {
                background: none;
                position: absolute;
                background-image: url(/_frontend/images/sprites.png);
                background-position: -377px -155px;
                width: 7px;
                height: 13px;
                right: 10px;
                left: auto;
                content: "";
                display: block;
                top: 50%;
                margin-top: -6.5px; } }
              @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
                .site_header .site_nav > ul > li .mega_menu a.news_item:after {
                  background-image: url(/_frontend/images/sprites-2x.png);
                  background-size: 1366px 272px; } }

@media only screen and (min-width: 64.063em) {
              .site_header .site_nav > ul > li .mega_menu a.news_item:hover:before {
                background-color: #ffffff; }
              .site_header .site_nav > ul > li .mega_menu a.news_item:hover:after {
                background-image: url(/_frontend/images/sprites.png);
                background-position: -411px -155px;
                width: 7px;
                height: 13px; } }
              @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
                .site_header .site_nav > ul > li .mega_menu a.news_item:hover:after {
                  background-image: url(/_frontend/images/sprites-2x.png);
                  background-size: 1366px 272px; } }

@media only screen and (min-width: 64.063em) {
            .site_header .site_nav > ul > li .mega_menu a.big_news_item {
              width: 66%;
              margin-top: 5rem;
              padding-top: 3.75rem;
              padding-left: 31.25rem;
              height: 20rem;
              display: inline-block;
              vertical-align: middle;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .site_header .site_nav > ul > li .mega_menu a.big_news_item .headline {
                font-size: 1.5rem;
                line-height: 1.875rem; }
              .site_header .site_nav > ul > li .mega_menu a.big_news_item img {
                position: absolute;
                top: 0;
                left: 0; }
              .site_header .site_nav > ul > li .mega_menu a.big_news_item span {
                vertical-align: middle; }
              .site_header .site_nav > ul > li .mega_menu a.big_news_item:before {
                right: 0;
                width: 64px;
                height: 64px;
                -webkit-border-radius: 64px 0 0 0;
                border-radius: 64px 0 0 0;
                background-clip: padding-box;
                /* stops bg color from leaking outside the border: */
                bottom: 0;
                top: auto;
                margin-top: auto; }
              .site_header .site_nav > ul > li .mega_menu a.big_news_item:after {
                right: 2rem;
                margin-right: -8.5px;
                bottom: 20px;
                margin-top: auto; }
            .site_header .site_nav > ul > li .mega_menu .news_items {
              width: 33%; }
            .site_header .site_nav > ul > li .mega_menu .btn_news_readall {
              display: inline-block;
              margin: 0 auto !important;
              background: #373e43;
              padding: 10px 0 !important;
              border: 1px solid #ffffff !important;
              text-transform: none;
              border-radius: 0; }
              .site_header .site_nav > ul > li .mega_menu .btn_news_readall:before {
                content: none !important; }
              .site_header .site_nav > ul > li .mega_menu .btn_news_readall:after {
                position: absolute;
                right: 1.25rem;
                top: 50%;
                background-image: url(/_frontend/images/sprites.png);
                background-position: -411px -155px;
                width: 7px;
                height: 13px;
                margin-top: -6.5px;
                display: block;
                content: ""; } }
              @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
                .site_header .site_nav > ul > li .mega_menu .btn_news_readall:after {
                  background-image: url(/_frontend/images/sprites-2x.png);
                  background-size: 1366px 272px; } }

@media only screen and (min-width: 64.063em) {
              .site_header .site_nav > ul > li .mega_menu .btn_news_readall:hover {
                background-color: #e4051f; }
                .site_header .site_nav > ul > li .mega_menu .btn_news_readall:hover:after {
                  background-image: url(/_frontend/images/sprites.png);
                  background-position: -377px -155px;
                  width: 7px;
                  height: 13px; } }
                @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
                  .site_header .site_nav > ul > li .mega_menu .btn_news_readall:hover:after {
                    background-image: url(/_frontend/images/sprites-2x.png);
                    background-size: 1366px 272px; } }

@media only screen and (min-width: 64.063em) {
      .site_header .site_nav__menu > li {
        text-align: center;
        vertical-align: middle;
        word-break: break-word;
        max-width: 95px; }
        .site_header .site_nav__menu > li > a {
          line-height: 18px;
          min-height: 0px; }
      .site_header .site_nav .search_wrapper {
        display: inline-block;
        margin-left: 1.875rem;
        border-left: 2px solid #d9dfe5; }
        .site_header .site_nav .search_wrapper button {
          background: none;
          border: 0;
          margin: 0;
          padding: 0;
          font-family: "Proxima Nova W08", Arial, sans-serif;
          font-weight: 400;
          color: #414551;
          padding: 1.875rem 0 1.875rem 60px;
          font-size: 1rem;
          position: relative; }
          .site_header .site_nav .search_wrapper button:before {
            display: block;
            content: '';
            position: absolute;
            background-image: url(/_frontend/images/sprites.png);
            background-position: -182px -227px;
            width: 15px;
            height: 15px;
            left: 30px;
            top: 50%;
            margin-top: -7.5px; } }
          @media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-resolution: 192dpi) {
            .site_header .site_nav .search_wrapper button:before {
              background-image: url(/_frontend/images/sprites-2x.png);
              background-size: 1366px 272px; } }

@media only screen and (min-width: 64.063em) {
          .site_header .site_nav .search_wrapper button:hover {
            cursor: pointer; } }

aside.internal_nav .off_canvas_menu {
  width: 300px; }

/*Define Contrast Classes*/
/* Pagination
========================================================================== */
.pagination {
  float: none;
  margin: 1rem 0;
  font-weight: bold;
  text-align: center; }
  .pagination:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    overflow: hidden; }
    .pagination ul li {
      display: inline-block;
      margin: 0 0.19rem 1.25rem;
      position: relative;
      vertical-align: top; }
      .pagination ul li.selected a, .pagination ul li.selected button {
        background-color: #e4051f;
        color: #ffffff; }
        .pagination ul li.selected a:hover, .pagination ul li.selected button:hover {
          background: #b20418; }
      .pagination ul li span, .pagination ul li a, .pagination ul li button {
        display: block;
        color: #e4051f;
        height: 45px;
        min-width: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 0.875rem; }
      .pagination ul li a, .pagination ul li button {
        background-color: #ffffff;
        border: 1px solid #e4051f;
        margin: 0;
        padding: 0;
        padding: 0 0.9375rem;
        color: #e4051f;
        text-decoration: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .pagination ul li a:hover, .pagination ul li button:hover {
          background: #e4051f;
          color: #ffffff; }
  .pagination.alt {
    margin-top: 0; }
    @media only screen and (min-width: 40.063em) {
      .pagination.alt {
        width: 80%;
        margin-left: 10%; } }
    .pagination.alt ul li {
      margin: 0;
      margin-bottom: 1.875rem;
      float: left; }
      .pagination.alt ul li a, .pagination.alt ul li button {
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        color: #414551;
        height: 50px;
        min-width: 55px;
        line-height: 50px; }
        .pagination.alt ul li a:hover, .pagination.alt ul li button:hover {
          color: #e4051f;
          background: #ffffff; }
      .pagination.alt ul li span {
        color: #ffffff; }
      .pagination.alt ul li.selected a, .pagination.alt ul li.selected button {
        background: #ffffff;
        color: #e4051f; }
    @media only screen and (max-width: 40em) {
      .pagination.alt .left, .pagination.alt .right {
        width: 100%;
        text-align: center; }
      .pagination.alt ul li {
        float: none; } }
    .pagination.alt .next a, .pagination.alt .next button {
      color: #ffffff;
      background: #414551;
      min-width: 194px; }
      .pagination.alt .next a:hover, .pagination.alt .next button:hover {
        color: #ffffff;
        background: #2a2d35; }

.dark-container .pagination.alt .next a {
  background: #ffffff;
  color: #e4051f;
  border-left: 1px solid #262b2f; }

.dark-container .pagination.alt ul li a {
  border-left: 1px solid #262b2f; }

/*Define Contrast Classes*/
@media only screen and (max-width: 40em) {
  .mobile_nav_wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    border: 1px solid #e4051f;
    background-color: #252525;
    z-index: 2; } }

.mobile_menu_active_body {
  overflow: hidden;
  height: 100%; }
  .mobile_menu_active_body .content_wrapper {
    overflow: hidden;
    position: relative;
    height: 100%; }
    .mobile_menu_active_body .content_wrapper .mobile_nav_wrapper {
      display: block;
      overflow: hidden; }
  .mobile_menu_active_body .site_main {
    overflow: hidden; }

.top_bar {
  background-color: #1a1a1a;
  border-bottom: 1px solid #d9dfe5;
  color: #FFFFFF;
  font-size: 0.75rem; }
  @media only screen and (min-width: 64.063em) {
    .top_bar {
      background-color: #e4051f; } }
  .top_bar ul, .top_bar li, .top_bar a {
    color: inherit; }
  .top_bar ul {
    float: left; }
    .top_bar ul > li {
      display: inline-block;
      margin-left: 1.875rem; }
      .top_bar ul > li:first-child {
        margin-left: 0; }
  .top_bar .addthis_sharing_toolbox {
    display: none !important; }
  @media only screen and (min-width: 64.063em) {
    .top_bar {
      display: block; } }
  @media only screen and (min-width: 64.063em) {
    .top_bar__element {
      display: inline-block;
      vertical-align: middle; } }
  @media only screen and (max-width: 64em) {
    .top_bar__element--newsletter {
      display: none; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top_bar .top_bar_nav {
      width: 100%;
      text-align: center; } }
  .top_bar .top_bar_nav a {
    font-size: 0.75rem;
    padding: 0.9375rem 0;
    display: block;
    font-family: "Proxima Nova W01", Arial, sans-serif;
    font-weight: 700;
    text-decoration: none; }
    @media only screen and (min-width: 64.063em) {
      .top_bar .top_bar_nav a {
        font-size: inherit; } }
    .top_bar .top_bar_nav a:hover {
      text-decoration: underline; }

@media only screen and (min-width: 64.063em) {
  .newsletter-search {
    text-align: right; } }

/*Define Contrast Classes*/
.site_header_scroll-menu {
  display: none; }

@media only screen and (max-width: 64em) {
  .mobile_menu_active {
    background: #292c2f;
    /**proper hacky stuff this, to get rid of a flash on ios*/
    /*end hack*/ }
    .mobile_menu_active.invis_html {
      width: 0;
      height: 0;
      overflow: hidden; }
      .mobile_menu_active.invis_html body {
        width: 0;
        height: 0;
        overflow: hidden; }
    .mobile_menu_active .content_wrapper {
      -webkit-overflow-scrolling: auto;
      background-color: #292c2f; }
      .mobile_menu_active .content_wrapper .site_main, .mobile_menu_active .content_wrapper .site_main * {
        background-color: #292c2f !important;
        color: #292c2f !important; }
      .mobile_menu_active .content_wrapper .site_main {
        visibility: hidden;
        z-index: -1; }
      .mobile_menu_active .content_wrapper footer {
        display: none; }
      .mobile_menu_active .content_wrapper .calls_to_action {
        display: none; }
    .mobile_menu_active .soc_search {
      display: none;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #e4051f; } }
    @media only screen and (max-width: 64em) and (min-width: 40.063em) and (max-width: 64em) {
      .mobile_menu_active .soc_search {
        text-align: right; } }

@media only screen and (max-width: 64em) {
    .mobile_menu_active .mega_menu {
      -webkit-transition: 0ms !important;
      -moz-transition: 0ms !important;
      -ms-transition: 0ms !important;
      -o-transition: 0ms !important;
      transition: 0ms !important; }
    .mobile_menu_active .site_header_scroll-menu {
      display: block; }
    .mobile_menu_active .site_header {
      position: fixed;
      background: #252525;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
      .mobile_menu_active .site_header .logo_container {
        display: none; }
      .mobile_menu_active .site_header__social-links {
        clear: both;
        padding-top: 20px; }
        .mobile_menu_active .site_header__social-links .social_icon_links {
          display: block; }
      .mobile_menu_active .site_header__inner {
        overflow: auto;
        height: calc(100% - 220px);
        margin-top: 30px;
        padding: 0 30px 80px 20px; }
      .mobile_menu_active .site_header__shroud {
        position: relative;
        height: 100px;
        z-index: 5001;
        bottom: 100px; }
        .mobile_menu_active .site_header__shroud:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,252525+100&0+0,0.65+100 */
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(37, 37, 37, 0.8) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(37, 37, 37, 0.8) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(37, 37, 37, 0.8) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6252525',GradientType=0 );
          /* IE6-9 */
          z-index: 5; }
      .mobile_menu_active .site_header .site_nav {
        display: block; }
        .mobile_menu_active .site_header .site_nav ul {
          background-color: #252525; }
          .mobile_menu_active .site_header .site_nav ul a {
            border-bottom: 0;
            color: #ffffff;
            position: relative; }
            .mobile_menu_active .site_header .site_nav ul a:after {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -1px;
              width: 100%;
              height: 2px;
              background: #2e2e2e; }
            .mobile_menu_active .site_header .site_nav ul a:before {
              display: none !important; }
            .mobile_menu_active .site_header .site_nav ul a .site_nav__bg {
              display: inline-block;
              position: relative; }
              .mobile_menu_active .site_header .site_nav ul a .site_nav__bg span {
                position: relative;
                z-index: 3; }
              .mobile_menu_active .site_header .site_nav ul a .site_nav__bg:after {
                content: '';
                position: absolute;
                top: 50%;
                left: -16px;
                margin-top: -1px;
                width: calc(100% + 36px);
                height: 2px;
                background: #252525;
                z-index: 2; }
        .mobile_menu_active .site_header .site_nav li.current-page {
          padding-left: 20px; }
          .mobile_menu_active .site_header .site_nav li.current-page:before {
            content: '';
            width: 8px;
            height: 8px;
            border: 2px solid #e4051f;
            border-radius: 100%;
            position: absolute;
            top: 18px;
            left: 0;
            z-index: 10; }
        .mobile_menu_active .site_header .site_nav .nav_section .results_box, .mobile_menu_active .site_header .site_nav .nav_section .fixtures_box, .mobile_menu_active .site_header .site_nav .nav_section a.title, .mobile_menu_active .site_header .site_nav .nav_section .player_grid {
          display: none; } }

@media only screen and (max-width: 64em) {
  .site_nav > ul > li .subnav_wrapper .nav_section {
    padding: 0; }
  .site_nav > ul > li .subnav_wrapper .nav_section a {
    padding-right: 0; }
  .site_nav > ul > li .subnav_wrapper .nav_section .site_nav__bg {
    margin-left: 30px;
    font-style: italic; }
  .site_nav a {
    padding-left: 0; }
  .site_nav > ul > li .subnav_wrapper .nav_section {
    border-bottom: 0; } }

.footer_links {
  background-color: #394046;
  text-align: center;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  color: #ffffff; }
  .footer_links ul li {
    margin-bottom: 5px;
    color: #ffffff; }
    .footer_links ul li a {
      color: #ffffff;
      text-decoration: none; }
      .footer_links ul li a:hover {
        text-decoration: underline; }
    .footer_links ul li:last-child {
      margin: 0; }
  @media only screen and (min-width: 40.063em) {
    .footer_links ul li {
      display: inline-block;
      margin-right: 1.25rem; } }

/*Define Contrast Classes*/
.mobile_quick_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3000;
  font-size: 0; }
  @media only screen and (min-width: 64.063em) {
    .mobile_quick_nav {
      display: none; } }
  .mobile_quick_nav__item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    height: 50px; }
    .mobile_quick_nav__item--menu {
      width: 50%; }
    .mobile_quick_nav__item .nav_toggle {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0 7px;
      width: 100%;
      height: 100%;
      background: #e4051f;
      color: #ffffff;
      font-family: "Proxima Nova W01", Arial, sans-serif;
      font-size: 0.875rem;
      border: 0;
      left: auto;
      -webkit-clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%);
      pointer-events: all;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); }
      .mobile_quick_nav__item .nav_toggle:after {
        content: "";
        display: inline-block;
        margin-left: 5px;
        background-image: url(/_frontend/images/sprites.png);
        background-position: -516px -122px;
        width: 12px;
        height: 10px;
        vertical-align: middle;
        margin-top: -2px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .mobile_quick_nav__item .nav_toggle:after {
            background-image: url(/_frontend/images/sprites-2x.png);
            background-size: 1366px 272px; } }
    .mobile_quick_nav__item .countdown_nav {
      width: 150px;
      margin: 0 auto;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      .mobile_quick_nav__item .countdown_nav:after {
        content: '';
        display: table;
        height: 0;
        clear: both; }
      .mobile_quick_nav__item .countdown_nav .refresh_remaining {
        width: 50px;
        height: 40px;
        line-height: 40px;
        float: left;
        padding: 0 7px;
        background: #f3f3f3;
        font-size: 0.875rem;
        pointer-events: all; }
        .mobile_quick_nav__item .countdown_nav .refresh_remaining span {
          font-family: "Proxima Nova W01", Arial, sans-serif; }
      .mobile_quick_nav__item .countdown_nav .quick_nav_open {
        background: #e4051f;
        padding: 0 7px;
        height: 40px;
        line-height: 40px;
        width: 100px;
        float: left;
        color: #ffffff;
        border: 0;
        font-family: "Proxima Nova W01", Arial, sans-serif;
        font-size: 0.875rem;
        pointer-events: all; }
  .mobile_quick_nav__trigger {
    display: none;
    position: relative;
    background: none;
    border: 0;
    height: 100%;
    font-size: 1.25rem; }
    .mobile_menu_active .mobile_quick_nav__trigger {
      display: block; }
  .mobile_quick_nav__icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px; }
    .mobile_quick_nav__icon--search {
      stroke: #FFFFFF; }
    .mobile_quick_nav__icon--newsletter {
      fill: #FFFFFF; }

.mobile-newsletter-signup .columns {
  width: 100% !important;
  height: auto !important; }

.mobile-newsletter-signup h2 {
  font-family: "Proxima Nova W08", Arial, sans-serif;
  font-weight: normal;
  margin: 0; }

.mobile-newsletter-signup p:empty {
  display: none; }

.mobile-newsletter-signup .fieldLabel {
  display: none; }

.mobile-newsletter-signup input::-webkit-input-placeholder {
  color: #919497;
  opacity: 1; }

.mobile-newsletter-signup input:-moz-placeholder {
  /* Firefox 18- */
  color: #919497;
  opacity: 1; }

.mobile-newsletter-signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #919497;
  opacity: 1; }

.mobile-newsletter-signup input:-ms-input-placeholder {
  color: #919497;
  opacity: 1; }

.mobile-newsletter-signup button {
  margin-top: 20px; }

.off_canvas_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px; }
  .off_canvas_menu.off_canvas_left {
    display: none;
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
    .off_canvas_menu.off_canvas_left.open {
      display: block; }
  .off_canvas_menu.off_canvas_right {
    display: none;
    right: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
    .off_canvas_menu.off_canvas_right.open {
      display: block; }

@media only screen and (max-width: 64em) {
  .off_canvas_menu_mobile_only {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px; }
    .off_canvas_menu_mobile_only.off_canvas_left {
      display: none;
      left: 0;
      -webkit-transform: translate3d(-300px, 0, 0);
      -moz-transform: translate3d(-300px, 0, 0);
      -ms-transform: translate3d(-300px, 0, 0);
      -o-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); }
      .off_canvas_menu_mobile_only.off_canvas_left.open {
        display: block; }
    .off_canvas_menu_mobile_only.off_canvas_right {
      display: none;
      right: 0;
      -webkit-transform: translate3d(300px, 0, 0);
      -moz-transform: translate3d(300px, 0, 0);
      -ms-transform: translate3d(300px, 0, 0);
      -o-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); }
      .off_canvas_menu_mobile_only.off_canvas_right.open {
        display: block; } }

#offcanvas_overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 998;
  background-color: #414551;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.offcanvas_open {
  overflow: hidden;
  height: 100%; }
  .offcanvas_open body,
  .offcanvas_open .content_wrapper {
    height: 100%; }
  .offcanvas_open #offcanvas_overlay {
    display: block; }

.offcanvas_left_open body {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }
  .offcanvas_left_open body header .internal_nav {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.offcanvas_right_open body {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  -o-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.close_nav_button, .off_canvas_menu .close_nav_button, .off_canvas_menu_mobile_only .close_nav_button {
  color: #ffffff;
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5625rem 1.25rem;
  background: #b20418;
  text-align: left;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0; }
  .close_nav_button:before, .off_canvas_menu .close_nav_button:before, .off_canvas_menu_mobile_only .close_nav_button:before {
    content: "";
    display: inline-block;
    float: right;
    vertical-align: middle;
    background-image: url(/_frontend/images/sprites.png);
    background-position: -143px -155px;
    width: 18px;
    height: 18px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .close_nav_button:before, .off_canvas_menu .close_nav_button:before, .off_canvas_menu_mobile_only .close_nav_button:before {
        background-image: url(/_frontend/images/sprites-2x.png);
        background-size: 1366px 272px; } }

.lte-ie9 .off_canvas_menu.off_canvas_left {
  left: -300px; }

.lte-ie9 .off_canvas_menu.off_canvas_right {
  right: -300px; }

@media only screen and (max-width: 64em) {
  .lte-ie9 .off_canvas_menu_mobile_only.off_canvas_left {
    left: -300px; }
  .lte-ie9 .off_canvas_menu_mobile_only.off_canvas_right {
    right: -300px; } }

.lte-ie9.offcanvas_left_open body {
  left: 300px; }

.lte-ie9.offcanvas_right_open body {
  right: 300px; }

.lte-ie9 .off_canvas_left.open {
  left: 0; }

.lte-ie9 .off_canvas_right.open {
  right: 0; }

.lt-ie9 .cta_modules_block .icon_cta_module.slvzr-last-of-type {
  bottom: -20px; }

.lt-ie9 .hero_property_search .find_a_property_form .location_wrapper, .lt-ie9 .hero_property_search .find_a_property_form .bedroom_wrapper {
  padding-top: 20px;
  padding-bottom: 20px; }

.lt-ie9 .background_image_cta_strip .content {
  top: 90px; }

/*High Vis*/
#contrast_theme_yellow {
  background-color: #feff8e !important; }
  #contrast_theme_yellow *, #contrast_theme_yellow *:after, #contrast_theme_yellow *:before {
    color: #000000;
    border-color: #000000 !important; }
  #contrast_theme_yellow .btn:hover {
    background-color: #feff8e !important; }
  #contrast_theme_yellow html, #contrast_theme_yellow body {
    background-color: #feff8e !important; }
  #contrast_theme_yellow th {
    background-color: #feff8e !important; }
  #contrast_theme_yellow html, #contrast_theme_yellow body {
    background-color: #feff8e !important; }
  #contrast_theme_yellow input, #contrast_theme_yellow textarea {
    background-color: #feff8e !important; }
  #contrast_theme_yellow html, #contrast_theme_yellow body {
    background-color: #feff8e !important; }
  #contrast_theme_yellow html, #contrast_theme_yellow body {
    background-color: #feff8e !important; }
  #contrast_theme_yellow html, #contrast_theme_yellow body {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .select2-selection__rendered, #contrast_theme_yellow .select2-selection, #contrast_theme_yellow .select2-dropdown {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .free_text_block {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .icon_cta_module, #contrast_theme_yellow .text_cta_module .faux_cta_button, #contrast_theme_yellow .image_cta_module .faux_cta_button {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .article_list li a {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .find_a_property_form input[type=text], #contrast_theme_yellow .find_a_property_form button {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .find_a_property_form input[type=text], #contrast_theme_yellow .find_a_property_form button {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .listing_switcher button {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .listing_page a {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .grid_page > li > a {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .mega_menu {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .site_search_wrapper input {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .site_nav.open ul {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .pagination a, #contrast_theme_yellow .pagination button {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .top_bar, #contrast_theme_yellow .alert_link .counter {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .footer_links {
    background-color: #feff8e !important; }
  #contrast_theme_yellow .content_wrapper {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .icon {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .btn {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .rte form, #contrast_theme_yellow .form {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .select2-results__option--highlighted {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .overlay_helper, #contrast_theme_yellow .input_wrapper {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .banner_standardinternal:before {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .overlay_helper, #contrast_theme_yellow .input_wrapper {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .list_item_image_content {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .image_content {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .site_header {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .site_search_wrapper {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .toggle_subnav, #contrast_theme_yellow .subnav_heading {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .pagination .selected a, #contrast_theme_yellow .pagination .selected button {
    background-color: #fdff42 !important; }
  #contrast_theme_yellow .listing_switcher button.active {
    background-color: #000000 !important; }
  #contrast_theme_yellow .site_header .site_nav > ul > li.selected > a:after, #contrast_theme_yellow .site_header .site_nav > ul > li:hover > a:after {
    background-color: #000000 !important; }
  #contrast_theme_yellow .alert_link a:after {
    background-color: #000000 !important; }
  #contrast_theme_yellow .content_wrapper {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .btn {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .rte form, #contrast_theme_yellow input, #contrast_theme_yellow textarea {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .icon_cta_module, #contrast_theme_yellow .image_cta_module {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .site_search_wrapper input {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .toggle_subnav {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .alert_link .counter {
    border: 1px solid #000000 !important; }
  #contrast_theme_yellow .login_link a:before {
    background-image: url(/images/sprites-contrast.png) !important; }

#contrast_theme_green {
  background-color: #33ff33 !important; }
  #contrast_theme_green *, #contrast_theme_green *:after, #contrast_theme_green *:before {
    color: #000000;
    border-color: #000000 !important; }
  #contrast_theme_green .btn:hover {
    background-color: #33ff33 !important; }
  #contrast_theme_green html, #contrast_theme_green body {
    background-color: #33ff33 !important; }
  #contrast_theme_green th {
    background-color: #33ff33 !important; }
  #contrast_theme_green html, #contrast_theme_green body {
    background-color: #33ff33 !important; }
  #contrast_theme_green input, #contrast_theme_green textarea {
    background-color: #33ff33 !important; }
  #contrast_theme_green html, #contrast_theme_green body {
    background-color: #33ff33 !important; }
  #contrast_theme_green html, #contrast_theme_green body {
    background-color: #33ff33 !important; }
  #contrast_theme_green html, #contrast_theme_green body {
    background-color: #33ff33 !important; }
  #contrast_theme_green .select2-selection__rendered, #contrast_theme_green .select2-selection, #contrast_theme_green .select2-dropdown {
    background-color: #33ff33 !important; }
  #contrast_theme_green .free_text_block {
    background-color: #33ff33 !important; }
  #contrast_theme_green .icon_cta_module, #contrast_theme_green .text_cta_module .faux_cta_button, #contrast_theme_green .image_cta_module .faux_cta_button {
    background-color: #33ff33 !important; }
  #contrast_theme_green .article_list li a {
    background-color: #33ff33 !important; }
  #contrast_theme_green .find_a_property_form input[type=text], #contrast_theme_green .find_a_property_form button {
    background-color: #33ff33 !important; }
  #contrast_theme_green .find_a_property_form input[type=text], #contrast_theme_green .find_a_property_form button {
    background-color: #33ff33 !important; }
  #contrast_theme_green .listing_switcher button {
    background-color: #33ff33 !important; }
  #contrast_theme_green .listing_page a {
    background-color: #33ff33 !important; }
  #contrast_theme_green .grid_page > li > a {
    background-color: #33ff33 !important; }
  #contrast_theme_green .mega_menu {
    background-color: #33ff33 !important; }
  #contrast_theme_green .site_search_wrapper input {
    background-color: #33ff33 !important; }
  #contrast_theme_green .site_nav.open ul {
    background-color: #33ff33 !important; }
  #contrast_theme_green .pagination a, #contrast_theme_green .pagination button {
    background-color: #33ff33 !important; }
  #contrast_theme_green .top_bar, #contrast_theme_green .alert_link .counter {
    background-color: #33ff33 !important; }
  #contrast_theme_green .footer_links {
    background-color: #33ff33 !important; }
  #contrast_theme_green .content_wrapper {
    background-color: #00ff00 !important; }
  #contrast_theme_green .icon {
    background-color: #00ff00 !important; }
  #contrast_theme_green .btn {
    background-color: #00ff00 !important; }
  #contrast_theme_green .rte form, #contrast_theme_green .form {
    background-color: #00ff00 !important; }
  #contrast_theme_green .select2-results__option--highlighted {
    background-color: #00ff00 !important; }
  #contrast_theme_green .overlay_helper, #contrast_theme_green .input_wrapper {
    background-color: #00ff00 !important; }
  #contrast_theme_green .banner_standardinternal:before {
    background-color: #00ff00 !important; }
  #contrast_theme_green .overlay_helper, #contrast_theme_green .input_wrapper {
    background-color: #00ff00 !important; }
  #contrast_theme_green .list_item_image_content {
    background-color: #00ff00 !important; }
  #contrast_theme_green .image_content {
    background-color: #00ff00 !important; }
  #contrast_theme_green .site_header {
    background-color: #00ff00 !important; }
  #contrast_theme_green .site_search_wrapper {
    background-color: #00ff00 !important; }
  #contrast_theme_green .toggle_subnav, #contrast_theme_green .subnav_heading {
    background-color: #00ff00 !important; }
  #contrast_theme_green .pagination .selected a, #contrast_theme_green .pagination .selected button {
    background-color: #00ff00 !important; }
  #contrast_theme_green .listing_switcher button.active {
    background-color: #000000 !important; }
  #contrast_theme_green .site_header .site_nav > ul > li.selected > a:after, #contrast_theme_green .site_header .site_nav > ul > li:hover > a:after {
    background-color: #000000 !important; }
  #contrast_theme_green .alert_link a:after {
    background-color: #000000 !important; }
  #contrast_theme_green .content_wrapper {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .btn {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .rte form, #contrast_theme_green input, #contrast_theme_green textarea {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .icon_cta_module, #contrast_theme_green .image_cta_module {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .site_search_wrapper input {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .toggle_subnav {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .alert_link .counter {
    border: 1px solid #000000 !important; }
  #contrast_theme_green .login_link a:before {
    background-image: url(/images/sprites-contrast.png) !important; }

html.font_1 {
  font-size: 18px; }

html.font_2 {
  font-size: 20px; }

html.font_-1 {
  font-size: 14px; }

html.font_-2 {
  font-size: 12px; }
