@charset "UTF-8";
/*!
 * Theme Name: TeamTalk
 * Theme Description: Custom Theme for TEAMtalk.com
 * Version: 1.0
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'robotoregular';
  src: url("fonts/roboto-regular-webfont.eot");
  src: url("fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.ttf") format("truetype"), url("fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url("fonts/roboto-bold-webfont.eot");
  src: url("fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto-bold-webfont.ttf") format("truetype"), url("fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url("fonts/roboto-light-webfont.eot");
  src: url("fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff"), url("fonts/roboto-light-webfont.ttf") format("truetype"), url("fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url("fonts/roboto-medium-webfont.eot");
  src: url("fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff"), url("fonts/roboto-medium-webfont.ttf") format("truetype"), url("fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_prolight';
  src: url("fonts/sourcesanspro-light-webfont.eot");
  src: url("fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-light-webfont.woff") format("woff"), url("fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue-webfont.eot");
  src: url("../fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-webfont.woff2") format("woff2"), url("../fonts/bebasneue-webfont.woff") format("woff"), url("../fonts/bebasneue-webfont.ttf") format("truetype"), url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_probold';
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-facebook {
  color: #333333;
  padding: 0 5px;
}
.fa-facebook:hover {
  color: #3B5995;
}

.fa-twitter {
  color: #333333;
  padding: 15px 20px 6px 0 !important;
  font-size: 18px !important;
}
.fa-twitter:hover {
  color: #55ACEE;
}

.fa-share-this {
  padding: 0px 30px 0px 5px !important;
}

.fa-instagram {
  color: #333333;
  padding: 0px;
}
.fa-instagram:hover {
  color: #487b39;
}

.fa-google-plus {
  color: #333333;
  padding: 0 5px;
}
.fa-google-plus:hover {
  color: #DA4835;
}

.fa-chevron-left {
  color: #FFFFFF;
  font-size: 30px !important;
}

.fa-chevron-right {
  color: #FFFFFF;
  font-size: 30px !important;
}

.fa-chevron-right.widget-mobile {
  color: #b3d88b;
  font-size: 20px !important;
}

.fa-chevron-right.accordion-right {
  float: right;
  font-size: 17px !important;
}

.fa-search {
  color: #FFFFFF !important;
  position: absolute;
  right: 15px;
  top: 18px;
}
.fa-search:hover {
  color: #333333 !important;
}

.share__comments a .fa-envelope-o {
  color: #333333;
  font-size: 16px;
  padding: 0 5px 0 13px;
  border-left: solid 1px #C8C8C8;
}
.share__comments a .fa-envelope-o:hover {
  color: #487b39;
}
.share__comments a .fa-print {
  color: #333333;
  font-size: 16px;
}
.share__comments a .fa-print:hover {
  color: #487b39;
}

.top-social .fa-facebook {
  color: #DDDDDD;
  font-size: 20px;
  padding: 16px 25px 7px 0;
}
.top-social .fa-facebook:hover {
  color: #3B5995;
}
.top-social .fa-twitter {
  color: #DDDDDD;
  font-size: 22px !important;
  padding: 15px 30px 6px 0;
}
.top-social .fa-twitter:hover {
  color: #55ACEE;
}
.top-social .fa-instagram {
  color: #DDDDDD;
  font-size: 20px;
  padding: 16px 30px 7px 0;
}
.top-social .fa-instagram:hover {
  color: #487b39;
}
.top-social .fa-google-plus {
  color: #DDDDDD;
  font-size: 20px;
  padding: 16px 0px 7px 0;
}
.top-social .fa-google-plus:hover {
  color: #DA4835;
}

.header__menuToggle .fa-bars {
  color: #FFFFFF !important;
}

.header__close {
  display: none;
}
.header__close .show {
  display: block;
}
.header__close .fa-times-circle {
  color: #FFFFFF !important;
}

.fa-play-circle-o {
  font-size: 60px !important;
  color: #FFFFFF;
}

body {
  color: #444;
  font-size: 16px;
  font-family: "robotoregular", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

::selection {
  background: #b3d88b;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #b3d88b;
  /* Gecko Browsers */
}

#siteContainer .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.top-main-menu .col-lg-9 {
  padding-right: 0px !important;
}

.top-main-menu .col-lg-3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.header .col-lg-2 {
  padding-left: 32px;
  padding-right: 0px;
}
.header .col-lg-5 {
  padding-right: 0px;
  margin-left: 27px;
}
.header .col-lg-3 {
  width: 20%;
}

.search__form input {
  padding: 0px 13px !important;
  font-size: 12px !important;
  border: solid 1px #FFF;
}

.top-social-container {
  position: absolute;
  margin-top: -51px;
  right: 0;
  z-index: 100000000;
}
@media screen and (min-width: 992px) {
  .top-social-container {
    margin-top: -122px;
  }
}

.search__input {
  height: 42px;
}

.button--active {
  height: 45px;
}

.footer__bottom {
  background: #000000;
  height: 144px;
  position: relative;
  width: 100%;
}

.footer__banner img {
  max-width: 100% !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 20px;
}

.footer {
  padding-top: 20px;
  background: #E1E1E1;
}
.footer .row {
  margin-right: 0px;
  margin-left: 0px;
}
.footer .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.advert--leaderboard img {
  max-width: 100%;
}

time {
  font-size: 14px;
  color: #a5a5a5;
}

.featured-matches {
  color: #487b39;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.featured-matches .featured-block {
  color: #5C5C5C;
  font-size: 14px;
  margin-top: 9px;
  padding-bottom: 8px;
  border-left: 2px solid #333333;
  line-height: 17px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.featured-matches .featured-block span {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: capitalize;
}

.header .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#tt-featured-news .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-controls {
  display: table;
  position: absolute;
  top: 50%;
  width: inherit;
}

.owl-buttons {
  display: table;
}

.owl-prev {
  display: table-cell;
  padding-left: 10px;
}

.owl-next {
  display: table-cell;
  position: absolute;
  right: 10px;
  top: 0;
}

.small-logo-hide {
  display: none !important;
}

.small-logo {
  display: block !important;
  background: #000 !important;
  padding: 5px !important;
}

.fix-results .col-lg-2 {
  padding: 0px;
}
.fix-results .col-lg-6 {
  width: 494px;
}
.fix-results .result-item {
  border-right: solid 1px #C5C5C5;
  width: 114px;
  height: 120px;
}
.fix-results .score-left {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.fix-results .score-left span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix-results .score-right {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-left: solid 1px #C5C5C5;
}
.fix-results .score-right span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix-results .not-started {
  text-align: center;
  border-bottom: solid 1px #C5C5C5;
  height: 60px;
}
.fix-results .not-started span {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fix-results .article {
  border: solid 1px #C5C5C5;
}
.fix-results .article:first-of-type {
  margin-top: 10px;
}
.fix-results .logo-left {
  max-width: 114px;
}
.fix-results .logo-left img {
  width: 100%;
  padding: 10px;
  top: 5px;
  position: absolute;
}
.fix-results .logo-right {
  max-width: 114px;
}
.fix-results .logo-right img {
  width: 100%;
  padding: 10px;
  top: 5px;
  position: absolute;
}
.fix-results .not-started-wrapper {
  height: 120px;
}
.fix-results .not-started-wrapper .date-time {
  height: 60px;
}
.fix-results .not-started-wrapper .date-time .date-time-date {
  height: 100%;
}
.fix-results .not-started-wrapper .date-time .date-time-date span {
  color: #487b39;
  font-weight: bold;
  position: absolute;
  top: 25%;
  left: 25%;
}
.fix-results .not-started-wrapper .date-time .date-time-time {
  height: inherit;
}
.fix-results .not-started-wrapper .date-time .date-time-time span {
  color: #487b39;
  font-weight: bold;
  position: absolute;
  top: 25%;
  left: 40%;
}
.fix-results .not-started-wrapper .date-time .date-time-item-logo {
  height: 100%;
  border-left: solid 1px #C5C5C5;
  border-right: solid 1px #C5C5C5;
}
.fix-results .not-started-wrapper .date-time .date-time-item-logo img {
  position: absolute;
  top: 15%;
  left: 20%;
}

.sub-menu {
  visibility: hidden;
}

.sub-menu-active {
  visibility: visible !important;
}

.right-banner-ad {
  margin-top: 3px !important;
  margin-bottom: 9px !important;
}
.right-banner-ad img {
  max-width: 100%;
  display: block;
}

.team-nav-container {
  background: #333333;
  margin: 2px 8px 0;
}
.team-nav-container .col-md-10 {
  padding: 0px;
}

.team-header-container {
  height: 104px;
  background: #C1C1C1 url("images/teamheaderbg.jpg") center;
  margin: 9px 8px;
  padding: 9px 20px 10px;
}
.team-header-container img {
  width: auto;
  height: 88px;
  padding-bottom: 3px;
}
.team-header-container .team-header-games {
  border-left: solid 1px #C3C3C3;
  min-height: 88px;
  padding-left: 20px;
}
.team-header-container .team-header-games .game-title {
  color: #004392;
  font-weight: bold;
  font-size: 16px;
  padding-top: 7px;
}
.team-header-container .team-header-games .game-desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
.team-header-container .team-header-logo {
  width: 120px;
}

.tables .team--menu {
  margin-bottom: 9px;
}
.tables .article-table {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.tables .tables-header {
  background: #487b39;
}
.tables .fix-results .article {
  border: none;
  margin-top: 0;
}
.tables .tables-table {
  width: 100%;
}
.tables .tables-table tr:nth-child(-n+5) {
  background: #EEEEEE;
}
.tables .tables-table tr:nth-child(6) {
  background: #CCCCCC;
}
.tables .tables-table tr:nth-child(6) td {
  border: solid 1px #FFFFFF;
}
.tables .tables-table tr:nth-last-child(-n+3) {
  background: #EEEEEE;
}
.tables .tables-table th {
  width: 6%;
  text-align: center;
  border: solid 1px #FFFFFF;
  padding: 6px;
}
.tables .tables-table th.table-club {
  width: 34%;
  text-align: left;
}
.tables .tables-table td {
  text-align: center;
  border: solid 1px #CECECE;
  padding: 6px;
  font-size: 14px;
}
.tables .tables-table td.table-club {
  text-align: left;
  border: solid 1px #CECECE;
}
.tables .tables-table .tables-table-header {
  background: #b3d88b !important;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}
.tables .col-md-6:nth-child(odd) {
  padding-left: 0px;
  padding-right: 0px;
}
.tables .col-md-6:nth-child(even) {
  padding-left: 9px;
  padding-right: 0px;
}
.tables .small-table tr {
  background: #FFFFFF;
  border: solid 1px #CECECE !important;
}
.tables .small-table td {
  background: #FFFFFF;
  border: solid 1px #CECECE !important;
  width: 7%;
}
.tables .small-table th.table-club {
  width: 23%;
  text-align: left;
}

.tables-fixtures .team--menu {
  margin-bottom: 9px;
}
.tables-fixtures .article-table {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.tables-fixtures .tables-header {
  background: #487b39;
}
.tables-fixtures .fix-results .article {
  border: none;
  margin-top: 0;
}
.tables-fixtures .fixtures-table {
  width: 100%;
  margin-bottom: 19px;
}
.tables-fixtures .fixtures-table th {
  text-align: left;
  border: solid 1px #C8C9CB;
  background: #C8C9CB;
  padding: 6px;
  color: #487b39;
}
.tables-fixtures .fixtures-table td {
  text-align: center;
  border: solid 1px #C8C9CB;
  padding: 6px;
  font-size: 14px;
}
.tables-fixtures .fixtures-table td:nth-child(even) {
  background: #EEEEEE;
  font-weight: 300;
}
.tables-fixtures .fixtures-table td:nth-child(5n) {
  background: #b3d88b;
  color: #FFFFFF;
  font-weight: bold;
  width: 7%;
  text-align: center;
}
.tables-fixtures .fixtures-table td:first-child {
  width: 3%;
}
.tables-fixtures .fixtures-table td:nth-child(2n) {
  width: 5%;
}
.tables-fixtures .fixtures-table td:nth-child(3) {
  width: 22%;
  text-align: right;
  padding: 0 20px;
}
.tables-fixtures .fixtures-table td:nth-child(4n) {
  width: 22%;
  text-align: right;
}
.tables-fixtures .fixtures-table td:nth-child(6n) {
  width: 22%;
  text-align: left;
}
.tables-fixtures .fixtures-table td:last-child {
  width: 19%;
}
.tables-fixtures .col-md-6:nth-child(odd) {
  padding-left: 0px;
  padding-right: 0px;
}
.tables-fixtures .col-md-6:nth-child(even) {
  padding-left: 9px;
  padding-right: 0px;
}

.tables-stats .team--menu {
  margin-bottom: 9px;
}
.tables-stats .article-table {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.tables-stats .fix-results .article {
  border: none;
  margin-top: 0;
}
.tables-stats .tables-table {
  width: 100%;
}
.tables-stats .tables-table th {
  width: 6%;
  text-align: center;
  border: solid 1px #FFFFFF;
  padding: 6px;
}
.tables-stats .tables-table th.table-club {
  width: 34%;
  text-align: left;
}
.tables-stats .tables-table td {
  text-align: center;
  border: solid 1px #CECECE;
  padding: 6px;
  font-size: 14px;
  color: #444444;
}
.tables-stats .tables-table td.table-club {
  text-align: left;
  border: solid 1px #CECECE;
}
.tables-stats .tables-table .tables-table-header {
  background: #b3d88b !important;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}
.tables-stats .col-md-6:nth-child(odd) {
  padding-left: 0px;
  padding-right: 0px;
}
.tables-stats .col-md-6:nth-child(even) {
  padding-left: 9px;
  padding-right: 0px;
}
.tables-stats .small-table tr {
  background: #FFFFFF;
  border: solid 1px #CECECE !important;
}
.tables-stats .small-table td {
  background: #FFFFFF;
  border: solid 1px #CECECE !important;
  width: 7%;
}
.tables-stats .small-table th.table-club {
  width: 23%;
  text-align: left;
}

article.competition-selection {
  background: #EEEEEE;
  padding: 10px 19px;
  color: #487b39;
  font-weight: bold;
}
article.competition-selection .competition-selection-container {
  padding: 0 12px !important;
}
article.competition-selection .competition-selection-container .competition-name {
  text-transform: uppercase;
  padding-top: 2px;
}

.competition-selector .sbHolder {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  float: right;
}

.social-media-widget {
  padding: 12px 12px 3px 12px;
  text-align: center;
}
.social-media-widget .widget-facebook {
  display: inline-block;
  padding-right: 40px;
}
.social-media-widget .widget-facebook a img {
  transition: all 300ms ease 0s;
}
.social-media-widget .widget-facebook a:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 300ms ease 0s;
}
.social-media-widget .widget-twitter {
  display: inline-block;
}
.social-media-widget .widget-twitter a img {
  transition: all 300ms ease 0s;
}
.social-media-widget .widget-twitter a:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 300ms ease 0s;
}

.featured-news-widget .featured-news-caption {
  min-height: 77px;
}
.featured-news-widget .col-md-6, .featured-news-widget .col-sm-6, .featured-news-widget .col-xs-6 {
  padding: 0 0 10px 0;
}
.featured-news-widget ul {
  list-style: none;
  position: relative;
  height: 100%;
  padding-left: 5px;
  display: block;
}
.featured-news-widget ul li {
  padding: 5px 0 0 0 !important;
  margin-bottom: 0px !important;
}
.featured-news-widget ul li h3 {
  line-height: 14px;
  margin-top: -5px;
}
.featured-news-widget ul li h3 a {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
.featured-news-widget ul p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.featured-news-widget ul p > a {
  color: #444444;
}
.featured-news-widget ul img {
  padding-right: 5px;
}

.mega-menu-toggle {
  display: none !important;
}

.img-caption {
  color: #FFF !important;
  background: rgba(34, 34, 34, 0.8) !important;
  padding: 0.5rem;
  position: relative;
  width: 100%;
  margin-top: -43px;
}
.img-caption h3 {
  color: #FFF;
  margin-bottom: 2px !important;
  font-weight: normal !important;
}

.more-news-home {
  margin-top: 9px;
}

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

.page-links a span, .page-links a:link span {
  padding: 4px 6px 4px 6px !important;
  margin: 2px !important;
  text-decoration: none !important;
  border: 1px solid #b3d88b !important;
  color: #487b39 !important;
  background-color: #b3d88b !important;
}

.page-links a:hover span {
  border: 1px solid #487b39 !important;
  color: #FFFFFF !important;
  background-color: #487b39 !important;
}

.page-links a:active span {
  padding: 4px 6px 4px 6px !important;
  margin: 2px !important;
  text-decoration: none !important;
  border: 1px solid #b3d88b !important;
  color: #FFFFFF !important;
  background-color: #b3d88b !important;
}

.page-links span {
  padding: 4px 6px 4px 6px !important;
  margin: 2px !important;
  text-decoration: none !important;
  border: 1px solid #487b39 !important;
  color: #FFFFFF !important;
  background-color: #487b39 !important;
}

img.alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

img.alignright {
  float: right;
  margin-left: 10px;
  margin-top: 7px;
}

img.aligncenter {
  left: 50%;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.article__body img {
  max-width: 100%;
}

/***************************
	Breakpoints
****************************/
/***************************
	Color Palettes
****************************/
/***************************
	Typography
****************************/
/***************************
	OnPlate Core
****************************/
[class^="sprite"] {
  display: block;
}

.sprite-FBShares, .sprite-NetworkIcon, .sprite-NewsletterChevron, .sprite-NotificationX, .sprite-Outbrain, .sprite-PlayButton, .sprite-SearchIcon, .sprite-chev-right-white, .sprite-chevron_small_grey_right, .sprite-facebook, .sprite-facebook-article-hover, .sprite-facebook-article-nohover, .sprite-facebook-header-hover, .sprite-facebook-header-nohover, .sprite-galleryNext, .sprite-galleryPrev, .sprite-google, .sprite-icon-email, .sprite-icon-facebook, .sprite-icon-twitter, .sprite-instagram, .sprite-menu, .sprite-next, .sprite-notification-close, .sprite-pagination--firstPage_Active, .sprite-pagination--firstPage_Inactive, .sprite-pagination--lastPage_Active, .sprite-pagination--lastPage_Inactive, .sprite-pagination--nextPage_Active, .sprite-pagination--nextPage_Inactive, .sprite-pagination--previousPage_Active, .sprite-pagination--previousPage_Inactive, .sprite-prev, .sprite-raceChevron, .sprite-raceChevronDown, .sprite-redChevronRight, .sprite-search, .sprite-twitter, .sprite-twitter-article-hover, .sprite-twitter-article-nohover, .sprite-twitter-header-hover, .sprite-twitter-header-nohover, .sprite-whiteChevronDown {
  background: url(img/svg/sprite.svg) no-repeat;
}

.sprite-FBShares {
  background-position: 54.54545454545455% 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-NetworkIcon {
  background-position: 86.36363636363636% 66.66666666666667%;
  width: 24px;
  height: 24px;
}

.sprite-NewsletterChevron {
  background-position: 68.18181818181819% 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-NotificationX {
  background-position: 40.90909090909091% 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-Outbrain {
  background-position: 68.96551724137932% 22.535211267605632%;
  width: 26px;
  height: 26px;
}

.sprite-PlayButton {
  background-position: 0 0;
  width: 70px;
  height: 70px;
}

.sprite-SearchIcon {
  background-position: 86.36363636363636% 0;
  width: 24px;
  height: 24px;
}

.sprite-chev-right-white {
  background-position: 55.26315789473684% 33.11258278145695%;
  width: 10px;
  height: 17px;
}

.sprite-chevron_small_grey_right {
  background-position: 86.36363636363636% 33.333333333333336%;
  width: 24px;
  height: 24px;
}

.sprite-facebook {
  background-position: 50% 33.78378378378378%;
  width: 10px;
  height: 20px;
}

.sprite-facebook-article-hover {
  background-position: 100% 66.66666666666667%;
  width: 24px;
  height: 24px;
}

.sprite-facebook-article-nohover {
  background-position: 0 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-facebook-header-hover {
  background-position: 13.636363636363637% 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-facebook-header-nohover {
  background-position: 27.272727272727273% 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-galleryNext {
  background-position: 72.97297297297297% 40.55944055944056%;
  width: 15px;
  height: 25px;
}

.sprite-galleryPrev {
  background-position: 64.86486486486487% 40.55944055944056%;
  width: 15px;
  height: 25px;
}

.sprite-google {
  background-position: 40% 33.78378378378378%;
  width: 24px;
  height: 24px;
}

.sprite-icon-email {
  background-position: 29.761904761904763% 51.470588235294116%;
  width: 32px;
  height: 32px;
}

.sprite-icon-facebook {
  background-position: 48.80952380952381% 51.470588235294116%;
  width: 32px;
  height: 32px;
}

.sprite-icon-twitter {
  background-position: 71.42857142857143% 0;
  width: 32px;
  height: 32px;
}

.sprite-instagram {
  background-position: 27.624309392265193% 68%;
  width: 24px;
  height: 24px;
}

.sprite-menu {
  background-position: 68.57142857142857% 58.04195804195804%;
  width: 25px;
  height: 25px;
}

.sprite-next {
  background-position: 86.36363636363636% 83.33333333333333%;
  width: 24px;
  height: 24px;
}

.sprite-notification-close {
  background-position: 37.5% 67.10526315789474%;
  width: 16px;
  height: 16px;
}

.sprite-pagination--firstPage_Active {
  background-position: 13.636363636363637% 100%;
  width: 24px;
  height: 24px;
}

.sprite-pagination--firstPage_Inactive {
  background-position: 27.272727272727273% 100%;
  width: 24px;
  height: 24px;
}

.sprite-pagination--lastPage_Active {
  background-position: 40.90909090909091% 100%;
  width: 24px;
  height: 24px;
}

.sprite-pagination--lastPage_Inactive {
  background-position: 54.54545454545455% 100%;
  width: 24px;
  height: 24px;
}

.sprite-pagination--nextPage_Active {
  background-position: 68.18181818181819% 100%;
  width: 24px;
  height: 24px;
}

.sprite-pagination--nextPage_Inactive {
  background-position: 81.81818181818181% 100%;
  width: 24px;
  height: 24px;
}

.sprite-pagination--previousPage_Active {
  background-position: 100% 0;
  width: 24px;
  height: 24px;
}

.sprite-pagination--previousPage_Inactive {
  background-position: 100% 16.666666666666668%;
  width: 24px;
  height: 24px;
}

.sprite-prev {
  background-position: 100% 33.333333333333336%;
  width: 24px;
  height: 24px;
}

.sprite-raceChevron {
  background-position: 0 59.32203389830509%;
  width: 50px;
  height: 50px;
}

.sprite-raceChevronDown {
  background-position: 46.666666666666664% 0;
  width: 50px;
  height: 50px;
}

.sprite-redChevronRight {
  background-position: 44.73684210526316% 66.23376623376623%;
  width: 10px;
  height: 14px;
}

.sprite-search {
  background-position: 98.32402234636872% 94.52054794520548%;
  width: 21px;
  height: 22px;
}

.sprite-twitter {
  background-position: 99.43502824858757% 80%;
  width: 23px;
  height: 18px;
}

.sprite-twitter-article-hover {
  background-position: 0 100%;
  width: 24px;
  height: 24px;
}

.sprite-twitter-article-nohover {
  background-position: 86.36363636363636% 50%;
  width: 24px;
  height: 24px;
}

.sprite-twitter-header-hover {
  background-position: 100% 50%;
  width: 24px;
  height: 24px;
}

.sprite-twitter-header-nohover {
  background-position: 86.36363636363636% 16.666666666666668%;
  width: 24px;
  height: 24px;
}

.sprite-whiteChevronDown {
  background-position: 64.51612903225806% 68.35443037974683%;
  width: 14px;
  height: 10px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 7, ../config/core/resets/normalize/base/_html.scss */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 7, ../config/core/resets/normalize/forms/_number.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 7, ../config/core/resets/normalize/forms/_search.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 20, ../config/core/resets/normalize/forms/_search.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 5, ../config/core/resets/normalize/forms/_fieldset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 6, ../config/core/resets/normalize/forms/_legend.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 5, ../config/core/resets/normalize/forms/_textarea.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 6, ../config/core/resets/normalize/forms/_optgroup.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

form {
  margin: 0;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  line-height: 1 !important;
  border-radius: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="datetime"]::-webkit-outer-spin-button,
input[type="datetime"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="url"]::-webkit-outer-spin-button,
input[type="url"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 134, ../config/core/resets/forms/_styles.scss */
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

/* line 151, ../config/core/resets/forms/_styles.scss */
textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

/* line 158, ../config/core/resets/forms/_styles.scss */
optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }

  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select,
  select[size="0"],
  select[size="1"] {
    padding-right: 30px;
  }
}
/* line 18, ../config/core/resets/forms/select/_styles.scss */
select[size],
select[multiple] {
  background-image: none;
}

/* line 1, ../config/core/resets/forms/radio/_styles.scss */
.input-helper--radio {
  position: relative;
  width: 100%;
  color: #444444;
  font-size: 14px;
  font-size: 0.9rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 8px;
  padding-right: 0.5rem;
}

/* line 12, ../config/core/resets/forms/radio/_styles.scss */
.input-helper--radio:before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #000;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label:before {
  position: absolute;
  top: 0;
  left: -24px;
  content: '';
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 13px;
  line-height: 0.85rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border: 1px solid #487b39;
  background: #487b39;
}

a {
  text-decoration: none;
  color: #487b39;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.gform_fields:after, .gform_body:after, .ginput_container:after, .articleList__list:after, .articleList__list--dark:after, .articleLinks__wrapper:after, .countdown__list:after, .driverProfileNav:after, .fhg:after, .fhg__list:after, .header:after, .hero:after, .hero__list:after, .imgGrid__list:after, .notification:after, .raceGrid__list:after, .raceOverview__wrapper:after, .rankingList__wrapper:after, .resultGrid__list:after, .search:after, .share:after, .share__list:after, .shareStats__list:after, .sidebar:after, .siteContainer [role="main"]:after, .social__list:after, .tabstats__orderedList li:after, .widget__body:after, .widget__body--noExpand:after {
  content: "";
  display: table;
  clear: both;
}

.footer, .siteContainer__content {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.articleLinks ul, .articleLinks--aroundWeb ul, .countdown ul, .footer__social ul, .hero__list ul, .imgGrid__grid ul, .navigation ul, .navigation--primary ul, .team--menu ul, .news-dropdown ul, .navigation--network ul, .navigation--footer ul, .navigation--advert ul, .navigation--accessibility ul, .navigation--secondary ul, .pagination ul, .pagination--dark ul, .raceGrid ul, .raceOverview__nav ul, .resultGrid ul, .share ul, .share-bottom ul, .widget__list ul, .widget__list--factFile ul {
  margin: 0;
  padding: 0;
}

.articleLinks li, .articleLinks--aroundWeb li, .countdown li, .footer__social li, .hero__list li, .imgGrid__grid li, .navigation li, .navigation--primary li, .team--menu li, .navigation--network li, .news-dropdown li, .navigation--footer li, .navigation--advert li, .navigation--accessibility li, .navigation--secondary li, .pagination li, .pagination--dark li, .raceGrid li, .raceOverview__nav li, .resultGrid li, .share li, .share-bottom li, .widget__list li, .widget__list--factFile li {
  list-style-type: none;
}

.articleLinks a, .articleLinks--aroundWeb a, .countdown a, .footer__social a, .hero__list a, .imgGrid__grid a, .navigation a, .navigation--primary a, .team--menu a, .navigation--network a, .news-dropdown a, .navigation--footer a, .navigation--accessibility a, .navigation--advert a, .navigation--secondary a, .pagination a, .pagination--dark a, .raceGrid a, .raceOverview__nav a, .resultGrid a, .share a, .share-bottom a, .widget__list a, .widget__list--factFile a {
  text-decoration: none;
}

p {
  line-height: 1;
  margin: 0;
}

[class^="article"] p, [class^="comments"] p, [class^="modal__body"] p {
  line-height: 1.6;
}

p + p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

p:last-of-type {
  margin-bottom: 0;
}

h1, .h1 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  margin: 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0px;
  letter-spacing: 0.025rem;
  font-weight: 300;
  color: #222222;
  font-size: 37px;
  font-size: 2.36859rem;
}

.article h1, .article .h1 {
  margin-bottom: 37px;
  margin-bottom: 2.36859rem;
}

@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3.15733rem;
  }
}
h2, .h2 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  margin: 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0px;
  letter-spacing: 0.025rem;
  font-weight: 300;
  color: #222222;
  font-size: 28px;
  font-size: 1.77689rem;
}

.article h2, .article .h2 {
  margin-bottom: 28px;
  margin-bottom: 1.77689rem;
}

@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 16px;
  }
}
h3, .h3 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  margin: 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0px;
  letter-spacing: 0.025rem;
  font-weight: 300;
  color: #222222;
  font-size: 21px;
  font-size: 1.333rem;
}

.article h3, .article .h3 {
  margin-bottom: 21px;
  margin-bottom: 1.333rem;
}

h4, .owl--synced #sync1 h2, .h4 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  margin: 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0px;
  letter-spacing: 0.025rem;
  font-weight: bold;
  color: #222222;
  font-size: 16px;
}

.article h4, .article .owl--synced #sync1 h2, .owl--synced #sync1 .article h2, .article .h4 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

h5, .fhg__figcaption h3, .fhg__figcaption--noMeta h3, .hero__item h3, .widget__item--factFile h4, .h5 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  margin: 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0px;
  letter-spacing: 0.025rem;
  font-weight: 300;
  color: #222222;
  font-size: 12px;
  font-size: 0.75019rem;
}

/* line 53, ../config/core/typography/_styles.scss */
.article h5, .article .fhg__figcaption h3, .fhg__figcaption .article h3, .article .fhg__figcaption--noMeta h3, .fhg__figcaption--noMeta .article h3, .article .hero__item h3, .hero__item .article h3, .article .widget__item--factFile h4, .widget__item--factFile .article h4, .article .h5 {
  margin-bottom: 12px;
  margin-bottom: 0.75019rem;
}

@media screen and (min-width: 992px) {
  /* line 41, ../config/core/typography/_styles.scss */
  h5, .fhg__figcaption h3, .fhg__figcaption--noMeta h3, .hero__item h3, .widget__item--factFile h4, .h5 {
    font-size: 1rem;
  }
}
/* line 41, ../config/core/typography/_styles.scss */
h6, .h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  margin: 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0px;
  letter-spacing: 0.025rem;
  font-weight: 300;
  color: #222222;
  font-size: 9px;
  font-size: 0.56278rem;
}

/* line 53, ../config/core/typography/_styles.scss */
.article h6, .article .h6 {
  margin-bottom: 9px;
  margin-bottom: 0.56278rem;
}

@media screen and (min-width: 992px) {
  /* line 41, ../config/core/typography/_styles.scss */
  h6, .h6 {
    font-size: 0.75019rem;
  }
}
.articleList__header, .fhg__header {
  background: #333333;
  padding: 12px;
  padding: 0.8rem;
}

.articleList__header h3, .fhg__header h3 {
  color: #fff;
  text-align: left;
  line-height: 1;
  font-size: 16px;
  font-size: 1.05rem;
  text-transform: uppercase;
  font-weight: 400;
}

.button, .button--active, .gform_button, .articleList__footer a, .button--mini, .button--ranking, .button--subnavigation, .button--inactive {
  display: block;
}

.button--active, .gform_button, .articleList__footer a {
  border: 0;
  outline: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #333333;
  background: #333333;
}

@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .button--active, .gform_button, .articleList__footer a {
    width: auto;
    padding: 0.8rem;
  }
}
/* line 54, ../components/buttons/_styles.scss */
.button--active:hover, .gform_button:hover, .articleList__footer a:hover {
  text-decoration: none;
  border: 1px solid #333333;
  background: #FFFFFF;
  color: #333333;
}

/* line 25, ../config/core/mixins/_styles.scss */
.button--mini {
  border: 0;
  outline: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #fff;
  background: #888;
}

@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .button--mini {
    width: auto;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 800px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .button--mini {
    font-size: 0.8rem;
    padding: 0.5rem;
    text-transform: capitalize;
  }
}
/* line 54, ../components/buttons/_styles.scss */
.button--mini:hover {
  text-decoration: none;
  background: #487b39;
}

/* line 25, ../config/core/mixins/_styles.scss */
.button--ranking {
  border: 0;
  outline: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .button--ranking {
    width: auto;
    padding: 0.8rem;
  }
}
/* line 54, ../components/buttons/_styles.scss */
.button--ranking:hover {
  text-decoration: none;
  border: 1px solid #222222;
  background: #487b39;
}

/* line 25, ../config/core/mixins/_styles.scss */
.button--subnavigation {
  border: 0;
  outline: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #222222;
  background: none;
  border: 1px solid #222222;
  font-size: 11px;
  font-size: .7rem;
}

@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .button--subnavigation {
    width: auto;
    padding: 0.8rem;
  }
}
/* line 25, ../components/buttons/_styles.scss */
.button--subnavigation.active {
  color: white;
  background: #222222;
}

/* line 30, ../components/buttons/_styles.scss */
.button--subnavigation:hover {
  color: white;
  background: #222222;
}

/* line 54, ../components/buttons/_styles.scss */
.button--subnavigation:hover {
  text-decoration: none;
}

/* line 25, ../config/core/mixins/_styles.scss */
.button--inactive {
  border: 0;
  outline: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .button--inactive {
    width: auto;
    padding: 0.8rem;
  }
}
/* line 54, ../components/buttons/_styles.scss */
.button--inactive:hover {
  text-decoration: none;
}

/* line 3, ../config/core/mixins/_styles.scss */
.form {
  background: red;
}

/* line 14, ../config/core/mixins/_styles.scss */
.form__input, .form__input--text, .form__input--submit {
  width: 100%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.form__input--text {
  width: 100%;
  background: blue;
}

/* line 25, ../config/core/mixins/_styles.scss */
.form__input--submit {
  border: 0;
  outline: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #487b39;
  background: #487b39;
}

@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .form__input--submit {
    width: auto;
    padding: 0.8rem;
  }
}
.form__input--submit:hover {
  text-decoration: none;
  border: 1px solid #222222;
  background: #222222;
}

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

.form__inputWrapper input[type="text"] {
  display: table-cell;
  background: #FFF;
  border: solid 1px #FFF;
}

@media screen and (min-width: 768px) {
  .gsection {
    float: left;
  }
}
.gsection_title {
  font-size: 14px;
  font-size: 0.9rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-top: 16px;
  padding-top: 1rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  /* line 27, ../components/forms/gravityForms/_styles.scss */
  .gsection_title {
    margin-bottom: 0;
  }
}
/* line 39, ../components/forms/gravityForms/_styles.scss */
.gform_description {
  display: none;
}

/* line 44, ../components/forms/gravityForms/_styles.scss */
.gform_fields {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}

/* line 52, ../components/forms/gravityForms/_styles.scss */
.gform_body {
  padding: 0;
}

/* line 58, ../components/forms/gravityForms/_styles.scss */
.gfield_label {
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 400;
  display: block;
}

/* line 67, ../components/forms/gravityForms/_styles.scss */
.gfield {
  display: block;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 67, ../components/forms/gravityForms/_styles.scss */
  .gfield {
    width: 100%;
    padding: 0 0.5rem;
  }
}
/* line 78, ../components/forms/gravityForms/_styles.scss */
.ginput_container {
  position: relative;
  margin-bottom: 0;
  padding: 8px 8px 0 8px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

/* line 84, ../components/forms/gravityForms/_styles.scss */
.ginput_container textarea {
  resize: vertical;
  width: 100%;
  border: 0;
  padding: 8px;
  padding: 0.5rem;
}

/* line 92, ../components/forms/gravityForms/_styles.scss */
.gfield_radio {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 99, ../components/forms/gravityForms/_styles.scss */
.gfield_radio li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 104, ../components/forms/gravityForms/_styles.scss */
  .gfield_radio li {
    display: block;
  }
}
/* line 111, ../components/forms/gravityForms/_styles.scss */
.gfield_select {
  border: 0;
  background: none;
}

/* line 121, ../components/forms/gravityForms/_styles.scss */
.medium {
  background: #fff;
}

/* line 125, ../components/forms/gravityForms/_styles.scss */
.large {
  width: 50%;
}

/* line 130, ../components/forms/gravityForms/_styles.scss */
.gform_footer {
  padding: 8px;
  padding: 0.5rem;
}

/* line 135, ../components/forms/gravityForms/_styles.scss */
.gform_button {
  width: 100%;
  background: #fff;
  line-height: 1;
}

/* line 141, ../components/forms/gravityForms/_styles.scss */
.gform_button:hover {
  color: #fff;
}

/* line 147, ../components/forms/gravityForms/_styles.scss */
.gpoll_container {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 151, ../components/forms/gravityForms/_styles.scss */
.gpoll_ratio_label {
  font-size: 14px;
  font-size: 0.9rem;
}

/* line 155, ../components/forms/gravityForms/_styles.scss */
.gpoll_field_label_container {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 164, ../components/forms/gravityForms/_styles.scss */
.gpoll_wrapper {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 171, ../components/forms/gravityForms/_styles.scss */
.gpoll_enabled {
  width: 100%;
  margin-bottom: 0;
}

/* line 176, ../components/forms/gravityForms/_styles.scss */
.gpoll_ratio_box {
  display: table-cell;
  width: 50px;
  background: #487b39;
  color: #fff;
  text-align: center;
}

.gpoll_bar {
  display: table-cell;
  padding-left: 8px;
  padding-left: 0.5rem;
  background: #fff;
}

.gpoll_button {
  display: none;
}

.advert, .advert--leaderboard {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}

.advert--leaderboard {
  text-align: center;
  line-height: 0;
  min-height: 122px;
}

.advert--leaderboard .ad2x-div {
  display: inline-block;
}

.advert--leaderboard img {
  display: inline-block;
  border: solid 1px #C1C1C1;
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .advert--leaderboard {
    width: 100%;
    background: #E5E5E5;
  }
}
.articleCircuitGuide__imgWrapper {
  display: block;
}

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

.articleCircuitGuide__body {
  padding: 8px;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c8c8c8;
}

.articleCircuitGuide__body p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.articleCircuitGuide__body p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .articleCircuitGuide__body {
    border: none;
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .articleCircuitGuide__body {
    padding: 2rem;
  }
}
.articleList {
  background: #fff;
}

.articleList__list, .articleList__list--dark {
  list-style-type: none;
  margin: 0;
  padding: 16px 0 0 0;
  padding: 1rem 0 0 0;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.articleList__list--dark {
  padding: 8px;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .articleList__list, .articleList__list--dark {
    border: none;
  }
}
.articleList__item, .articleList__item--dark, .articleList__item--grid {
  padding: 0 16px 8px 8px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.articleList__item:last-of-type, .articleList__item--dark:last-of-type, .articleList__item--grid:last-of-type {
  margin-bottom: 0;
}

.articleList__item a, .articleList__item--dark a, .articleList__item--grid a {
  display: block;
}

/* line 42, ../components/articleList/_styles.scss */
.articleList__item a:hover .articleList__figcaption h3, .articleList__item--dark a:hover .articleList__figcaption h3, .articleList__item--grid a:hover .articleList__figcaption h3, .articleList__item a:hover .articleList__figcaption--dark h3, .articleList__item--dark a:hover .articleList__figcaption--dark h3, .articleList__item--grid a:hover .articleList__figcaption--dark h3, .articleList__item a:hover .articleList__figcaption--noMeta h3, .articleList__item--dark a:hover .articleList__figcaption--noMeta h3, .articleList__item--grid a:hover .articleList__figcaption--noMeta h3 {
  color: #487b39;
}

/* line 46, ../components/articleList/_styles.scss */
.articleList__item a:hover .articleList__imgWrapper:after, .articleList__item--dark a:hover .articleList__imgWrapper:after, .articleList__item--grid a:hover .articleList__imgWrapper:after, .articleList__item a:hover .articleList__imgWrapper--grid:after, .articleList__item--dark a:hover .articleList__imgWrapper--grid:after, .articleList__item--grid a:hover .articleList__imgWrapper--grid:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 300ms ease 0s;
}

.articleList__item a img {
  transition: all 300ms ease 0s;
}

.articleList__item a:hover img {
  transition: all 300ms ease 0s;
}

.articleList__item--dark {
  padding: 0;
  margin-bottom: 2px;
  border-bottom: none;
}

.articleList__item--dark a:hover .articleList__figcaption h3, .articleList__item--dark a:hover .articleList__figcaption--dark h3, .articleList__item--dark a:hover .articleList__figcaption--noMeta h3 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .articleList__item--dark {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .articleList__item--dark {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .articleList__item--grid {
    border-bottom: none;
    width: 33.333333%;
    float: left;
    display: block;
    padding: 0 0 0.25rem 0.25rem;
    margin-bottom: 0;
  }
}
.articleList__figure {
  width: 100%;
}

.articleList__imgWrapper, .articleList__imgWrapper--grid {
  display: table-cell;
  width: auto;
  vertical-align: top;
  position: relative;
  line-height: 0;
}

.articleList__imgWrapper img, .articleList__imgWrapper--grid img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .articleList__imgWrapper img, .articleList__imgWrapper--grid img {
    max-width: 160px !important;
  }
}
.articleList__imgWrapper--grid {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .articleList__imgWrapper--grid {
    border-right: 2px solid #fff;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.articleList__figcaption, .articleList__figcaption--dark, .articleList__figcaption--noMeta {
  display: table-cell;
  width: auto;
  vertical-align: top;
  border-left: 16px solid #fff;
  border-left: 1rem solid #fff;
}

.articleList__figcaption h3, .articleList__figcaption--dark h3, .articleList__figcaption--noMeta h3 {
  color: #222222;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inherit;
}

.articleList__figcaption h3:after, .articleList__figcaption--dark h3:after, .articleList__figcaption--noMeta h3:after {
  content: "\000A";
  white-space: pre;
}

.articleList__figcaption p, .articleList__figcaption--dark p, .articleList__figcaption--noMeta p {
  font-size: 14px;
  font-size: 0.9rem;
  color: #222222;
  text-align: left;
  line-height: 18px;
}

.articleList__figcaption time, .articleList__figcaption--dark time, .articleList__figcaption--noMeta time {
  display: none;
}

.articleList__figcaption div, .articleList__figcaption--dark div, .articleList__figcaption--noMeta div {
  color: #222222;
  padding-right: 4px;
  padding-right: 0.25rem;
  margin-top: -3px;
}

@media screen and (min-width: 768px) {
  .articleList__figcaption time, .articleList__figcaption--dark time, .articleList__figcaption--noMeta time {
    color: #aeaeae;
    font-size: 0.8rem;
    display: inline;
  }

  .articleList__figcaption time:before, .articleList__figcaption--dark time:before, .articleList__figcaption--noMeta time:before {
    content: "\2022";
    padding: 0 0.5rem;
  }

  /* line 165, ../components/articleList/_styles.scss */
  .articleList__figcaption time:after, .articleList__figcaption--dark time:after, .articleList__figcaption--noMeta time:after {
    content: "\000A";
    white-space: pre;
  }

  /* line 173, ../components/articleList/_styles.scss */
  .articleList__figcaption h3:after, .articleList__figcaption--dark h3:after, .articleList__figcaption--noMeta h3:after {
    display: none;
  }
}
/* line 25, ../config/core/mixins/_styles.scss */
.articleList__figcaption--dark {
  background: #222222;
  border-left: 2px solid #fff;
  min-height: 113px;
  width: 100%;
}

/* line 186, ../components/articleList/_styles.scss */
.articleList__figcaption--dark div {
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
}

/* line 191, ../components/articleList/_styles.scss */
.articleList__figcaption--dark h3 {
  color: #fff;
}

/* line 195, ../components/articleList/_styles.scss */
.articleList__figcaption--dark p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .articleList__figcaption--dark {
    border-left: 0.5rem solid #fff;
  }
}
@media screen and (min-width: 992px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .articleList__figcaption--dark {
    border-left: 2px solid #fff;
  }
}
/* line 210, ../components/articleList/_styles.scss */
.articleList__figcaption--noMeta time {
  display: none;
}

/* line 214, ../components/articleList/_styles.scss */
.articleList__figcaption--noMeta p {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .articleList__figcaption--noMeta {
    border-left: none;
    border: 1px solid #c8c8c8;
  }

  /* line 222, ../components/articleList/_styles.scss */
  .articleList__figcaption--noMeta h3 {
    padding: 0 0.5rem;
  }
}
.articleList__footer {
  background: #fff;
  text-align: center;
  padding: 16px 0;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.articleList__footer:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
}

.articleList__footer span {
  background: #fff;
  display: inline-block;
  padding: 0 16px;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

.articleList__footer a {
  background: #333333;
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #333333;
  padding: 8px 64px;
  padding: 0.5rem 4rem;
  font-weight: 400;
  transition: all 300ms ease 0s;
}

.articleList__footer a:hover {
  color: #333333;
  border: 2px solid #333333;
  transition: all 300ms ease 0s;
}

@media screen and (min-width: 768px) {
  .articleList__footer {
    border: none;
  }
}
.article {
  width: 100%;
  background: #fff;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .article {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .article {
    padding: 0 1rem;
  }
}
.article__header {
  padding: 16px;
  padding: 1rem;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

.article__header h1 {
  color: #333333;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
  font-size: 32px;
}

.article__header p {
  color: #808080;
  font-weight: 600;
}

.article__header div {
  border-left: 3px solid #487b39;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .article__header {
    border: none;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  .article__header {
    padding: 1rem 0;
  }
}
.article__body {
  padding: 32px 8px 32px 0px;
  padding: 2rem 0.5rem 2rem 0rem;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

.article__body p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.article__body p:last-of-type {
  margin-bottom: 0;
}

.article__body a {
  color: #487b39;
}

.article__body a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .article__body {
    border: none;
    padding: 32px 8px 32px 0px;
    padding: 2rem 0.5rem 2rem 0rem;
    border-bottom: 1px solid #c8c8c8;
  }
}
@media screen and (min-width: 992px) {
  .article__body {
    padding: 32px 8px 32px 0px;
    padding: 2rem 0.5rem 2rem 0rem;
  }
}
.article__imgWrapper {
  line-height: 0;
  display: block;
}

.article__imgWrapper img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .article__imgWrapper {
    padding: 0px;
  }
}
.articleLinks, .articleLinks--aroundWeb {
  display: none;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .articleLinks, .articleLinks--aroundWeb {
    display: block;
    width: 50%;
    float: left;
    padding: 0 0.25rem 0 0;
  }
}
.articleLinks__header, .articleLinks__header--aroundWeb {
  background: #222222;
}

.articleLinks__header h3, .articleLinks__header--aroundWeb h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0 8px 16px;
  padding: 0.5rem 0 0.5rem 1rem;
}

.articleLinks__header--aroundWeb {
  background: #487b39;
  display: table;
  width: 100%;
}

.articleLinks__header--aroundWeb h3 {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}

.articleLinks__header--aroundWeb div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  padding: 3px 16px;
  padding: 0.23rem 1rem;
  border-left: 1px solid #901602;
}

.articleLinks__header--aroundWeb p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 300;
}

.articleLinks__header--aroundWeb p:after {
  content: " OUTBRAIN";
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 300;
}

.articleLinks__header--aroundWeb span {
  display: none;
}

@media screen and (min-width: 768px) {
  .articleLinks__header--aroundWeb span {
    display: inline-block;
    vertical-align: middle;
  }

  .articleLinks__header--aroundWeb p:after {
    display: none;
  }

  .articleLinks__header--aroundWeb div {
    text-align: right;
    border-left: 0;
  }
}
.articleLinks__body {
  background: #fff;
}

.articleLinks__item {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #c8c8c8;
}

.articleLinks__item:last-of-type {
  border-bottom: none;
}

.articleLinks__item a {
  color: #222222;
}

.articleLinks__item a:hover {
  text-decoration: underline;
}

.articleLinks--aroundWeb {
  display: block;
  padding: 0 0 0 4px;
  padding: 0 0 0 0.25rem;
}

.content, .content--nullPadding {
  padding: 8px 8px 0 8px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

@media screen and (min-width: 992px) {
  .content, .content--nullPadding {
    width: calc(100% - (300px + 0.5rem));
    float: left;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
}
.content--nullPadding {
  padding: 0;
}

.content__body, .content__body--home, .content__body--imgGrid {
  display: block;
}

.content__body > section, .content__body--home > section, .content__body--imgGrid > section {
  margin-bottom: 0;
}

.content__aside {
  display: block;
}

@media screen and (min-width: 992px) {
  .content__aside {
    width: 100%;
    float: left;
  }
}
.countdown {
  display: block;
}

.countdown__list {
  border: 1px solid #d4d4d4;
}

.countdown__item {
  border-right: 1px solid #d4d4d4;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
}

.countdown__item:last-of-type {
  border-right: none;
}

@media screen and (min-width: 550px) and (max-width: 1020px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .countdown__item {
    width: 50%;
  }

  /* line 26, ../components/countdown/_styles.scss */
  .countdown__item:first-of-type {
    border-bottom: 1px solid #d4d4d4;
  }

  /* line 30, ../components/countdown/_styles.scss */
  .countdown__item:nth-of-type(2) {
    border-bottom: 1px solid #d4d4d4;
  }

  /* line 34, ../components/countdown/_styles.scss */
  .countdown__item:nth-of-type(even) {
    border-right: none;
  }
}
/* line 39, ../components/countdown/_styles.scss */
.countdown__item span {
  display: block;
  font-size: 19px;
  font-size: 1.2rem;
  padding: 4px;
  padding: 0.25rem;
  line-height: 1;
}

/* line 46, ../components/countdown/_styles.scss */
.countdown__item p {
  font-size: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

/* line 3, ../config/core/mixins/_styles.scss */
.footer {
  display: block;
}

/* line 14, ../config/core/mixins/_styles.scss */
.footer__header {
  text-align: center;
  padding: 16px;
  padding: 1rem;
  background: #282828;
}

/* line 10, ../components/docfooter/_styles.scss */
.footer__header h4 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .footer__social {
    display: none;
  }
}
/* line 24, ../components/docfooter/_styles.scss */
.footer__social ul {
  display: table;
  width: 100%;
  text-align: center;
}

/* line 30, ../components/docfooter/_styles.scss */
.footer__social li {
  display: table-cell;
  border-right: 1px solid #E1E1E1;
}

/* line 34, ../components/docfooter/_styles.scss */
.footer__social li:last-of-type {
  border-right: 0;
}

/* line 39, ../components/docfooter/_styles.scss */
.footer__social a {
  display: block;
  padding: 8px;
  padding: 0.5rem;
}

/* line 44, ../components/docfooter/_styles.scss */
.footer__social span {
  margin: 0 auto;
}

/* line 14, ../config/core/mixins/_styles.scss */
.footer__network {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__network {
    display: block;
  }
}
.driverProfile {
  display: block;
}

@media screen and (min-width: 768px) {
  .driverProfile {
    display: table;
    width: 100%;
  }
}
.driverProfile__definitionList {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule: 1px outset #c8c8c8;
  -moz-column-rule: 1px outset #c8c8c8;
  column-rule: 1px outset #c8c8c8;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 0 8px;
  padding: 0 0.5rem;
  margin: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px) {
  .driverProfile__definitionList {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    border: none;
    padding: 0 1rem;
  }
}
.driverProfile__definitionList dt {
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.driverProfile__definitionList dd {
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.driverProfile__definitionList dd:after {
  content: '';
  display: block;
}

.driverProfile__imgWrapper {
  position: relative;
  width: 100%;
  padding: 8px;
  padding: 0.5rem;
}

@media screen and (min-width: 992px) {
  .driverProfile__imgWrapper {
    padding: 0;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.driverProfile__imgWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
}

.driverProfile__imgWrap img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.driverProfile__center {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.driverProfile__ratio {
  padding-top: 52.5%;
}

.driverProfileNav {
  background: #fff;
  border: 1px solid #d4d4d4;
}

.driverProfileNav__imgWrapper {
  display: inline-block;
  line-height: 0;
}

.driverProfileNav__imgWrapper img {
  width: 100%;
  height: auto;
}

.driverProfileNav__imgWrapper a {
  display: block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .driverProfileNav__imgWrapper {
    display: block;
  }
}
.driverProfileNav__header {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}

.driverProfileNav__header div {
  display: table-cell;
  vertical-align: middle;
}

.driverProfileNav__header div:first-of-type {
  width: 120px;
}

.driverProfileNav__header div:last-of-type {
  text-align: right;
  text-transform: uppercase;
}

.driverProfileNav__header div:last-of-type:hover {
  cursor: pointer;
}

.driverProfileNav__header p {
  display: inline-block;
  vertical-align: middle;
}

.driverProfileNav__header span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .driverProfileNav__header {
    border: none;
    vertical-align: middle;
    width: calc(20% - 5px);
    max-width: 165px;
    padding: 0 0.5rem;
  }

  .driverProfileNav__header div {
    display: block;
    width: 100%;
  }

  .driverProfileNav__header div:last-of-type {
    display: none;
  }
}
.fhg__header {
  background: #333333;
}

.fhg__list {
  position: relative;
  padding: 8px 8px 0 8px;
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin: 0;
  list-style-type: none;
  width: 100%;
  background: #fff;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px) {
  .fhg__list {
    padding: 0.25rem;
    border: none;
  }
}
.fhg__item {
  width: 50%;
  float: left;
}

.fhg__item:nth-of-type(odd) {
  padding-right: 4px;
  padding-right: 0.25rem;
}

.fhg__item:nth-of-type(even) {
  padding-left: 4px;
  padding-left: 0.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .fhg__item {
    width: 33.33333%;
  }

  .fhg__item:nth-of-type(odd) {
    padding: 0.25rem;
  }

  .fhg__item:nth-of-type(even) {
    padding: 0.25rem;
    margin-bottom: 0;
  }
}
.fhg__imgContainer {
  position: relative;
  width: 100%;
  padding: 0.5em;
  background: #d5d5d5;
}

.fhg__ratio {
  padding-top: 65%;
}

.fhg__imgWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
}

.fhg__imgWrap img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  /* <-- Set maximum height to 100% of its parent */
  max-width: 100%;
  /* <-- Set maximum width to 100% of its parent */
}

.fhg__center {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.fhg__figure {
  position: relative;
  overflow: hidden;
}

.fhg__figure:hover figcaption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fhg__figcaption, .fhg__figcaption--noMeta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  padding: 8px 0;
  padding: 0.5rem 0;
}

.fhg__figcaption h3, .fhg__figcaption--noMeta h3 {
  color: #fff;
  text-align: left;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.fhg__figcaption a, .fhg__figcaption--noMeta a {
  display: block;
}

.fhg__figcaption span, .fhg__figcaption--noMeta span {
  display: none;
}

@media screen and (min-width: 768px) {
  .fhg__figcaption span, .fhg__figcaption--noMeta span {
    display: block;
    color: #fff;
    font-weight: 300;
    border-top: 1px solid #fff;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin-top: 0.5rem;
    line-height: 1;
  }
}
.fhg__figcaption--noMeta {
  padding: 8px;
  padding: 0.5rem;
}

.fhg__figcaption--noMeta span {
  display: none;
}

.header__menuToggle, .header__searchToggle, .header__close {
  padding: 16px;
  padding: 1rem;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
}

@media screen and (min-width: 768px) {
  .header__menuToggle, .header__searchToggle {
    display: table-cell;
    vertical-align: middle;
  }
}
.header {
  width: 100%;
  line-height: 1;
  background: #000000;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header {
    display: table;
  }
}
.header__menuToggle {
  border-right: 0;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 213px;
}

.header__close {
  position: absolute;
  left: 0px;
  top: 213px;
  border-right: 0;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .header__menuToggle, .header__close {
    display: none;
  }
}
.header__logo {
  width: 100%;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header__logo {
    display: table;
    max-width: inherit;
    width: 260px;
    padding: 20px 16px;
    padding: 1.25rem 1rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 260px;
    padding: 18px 0 18px 18px;
  }
}
.header__logo img {
  height: auto;
  vertical-align: middle;
}

.header__searchToggle {
  float: right;
  border-left: 1px solid #d4d4d4;
}

@media screen and (min-width: 992px) {
  .header__searchToggle {
    display: none;
  }
}
.hero__mainWrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero__mainWrapper {
    width: 100%;
    float: left;
  }
}
.hero__figure, .hero__figure--redBorder {
  margin: 0;
  position: relative;
  line-height: 0;
}

.hero__figure img, .hero__figure--redBorder img {
  width: 100%;
  height: auto;
}

.hero__figure a, .hero__figure--redBorder a {
  display: block;
}

.hero__figure--redBorder {
  border: 1px solid red;
}

.hero__figcaption {
  background: #000;
  padding: 8px;
  padding: 0.5rem;
  left: 0;
  bottom: 28px;
  margin: 0;
}

@media screen and (min-width: 0) and (max-width: 760px) {
  .hero__figcaption {
    padding: 0.6rem;
  }
}
.hero__figcaption h2 {
  color: white;
  font-weight: 400;
  padding-left: 8px;
  padding-left: .5rem;
  margin-bottom: 0;
  border-left: 2px solid #1c5515;
  font-size: 19px;
  font-size: 1.2rem;
  padding: 8px;
  padding: 0.5rem;
}

.hero__figcaption h1 {
  color: white;
  font-weight: 400;
  padding-left: 8px;
  padding-left: .5rem;
  margin-bottom: 0;
  border-left: 2px solid #1c5515;
  font-size: 19px;
  font-size: 1.2rem;
  padding: 8px;
  padding: 0.5rem;
}

.hero-sml__figcaption h3 {
  border-left: 2px solid #1c5515;
  padding: 2px 0 0 8px;
  padding: 0.1rem 0 0 0.5rem;
  text-align: left !important;
}

.hero-sml__figcaption h2 {
  border-left: 2px solid #1c5515;
  padding: 2px 0 0 8px;
  padding: 0.1rem 0 0 0.5rem;
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .hero__figcaption h2 {
    font-size: 1.4rem;
  }

  .hero__figcaption h1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 0) and (max-width: 760px) {
  .hero__figcaption h2 {
    padding-left: 0.6rem;
  }
}
.hero__list {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .hero__list {
    width: 100%;
    float: left;
  }
}
.hero__item {
  float: left;
  position: relative;
}

.sml-home .col-sm-6 {
  width: 100%;
  padding-left: 0px;
}
.sml-home .hero__item {
  float: none !important;
  position: relative;
}
.sml-home .hero__item h3 {
  font-size: 0.9rem;
}
.sml-home .hero__item:nth-of-type(odd) {
  padding-right: 0px !important;
  margin-bottom: 9px !important;
}
.sml-home .hero__item:nth-of-type(even) {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.sml-home .hero__list {
  margin: 0px !important;
}

.hero-home {
  margin-bottom: 9px !important;
}
.hero-home img {
  max-height: 232px !important;
}
.hero-home .col-md-8 {
  padding-right: 0px !important;
}
.hero-home .col-md-4 {
  padding-left: 9px !important;
}
.hero-home .hero__figcaption {
  bottom: 10px !important;
}

.hero__item:nth-of-type(odd) {
  padding-right: 4px;
  padding-right: 0.25rem;
}

.hero__item:nth-of-type(even) {
  padding-left: 4px;
  padding-left: 0.25rem;
}

.hero__item figure {
  position: relative;
}

.hero__item figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  padding: 8px;
  padding: 0.5rem;
}

.hero__item h3 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-size: 1.1rem;
}

.hero__item h2 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-size: 1.1rem;
}

.hero__list li.col-lg-6 {
  padding-left: 0px;
  margin-top: 9px;
}

@media screen and (min-width: 768px) {
  .hero__item {
    overflow: hidden;
  }

  .hero__item:nth-of-type(odd) {
    padding-right: 9px;
  }

  .hero__item:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero__imgContainer {
  position: relative;
  width: 100%;
}

.hero__ratio {
  padding-top: 52.3%;
}

.hero__imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
}

.hero__imgWrapper img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .hero__imgWrapper img {
    width: 100%;
    height: auto;
  }
}
.hero__center {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.imgGrid {
  width: 100%;
}

.imgGrid__header {
  background: #222222;
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
  padding: 12px;
  padding: 0.75rem;
}

.imgGrid__header h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: inline;
}

/* line 14, ../config/core/mixins/_styles.scss */
.imgGrid__list {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .imgGrid__list {
    padding: 0.25rem;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.imgGrid__item {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .imgGrid__item {
    margin-bottom: 0;
    padding: 0.25rem;
    width: 33.333333%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .imgGrid__item {
    width: 25%;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.imgGrid__imgWrapper {
  line-height: 0;
}

/* line 51, ../components/imgGrid/_styles.scss */
.imgGrid__imgWrapper a {
  display: block;
}

/* line 55, ../components/imgGrid/_styles.scss */
.imgGrid__imgWrapper img {
  width: 100%;
  height: auto;
}

/* line 14, ../config/core/mixins/_styles.scss */
.imgGrid__grid {
  background: #fff;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

/* line 68, ../components/imgGrid/_styles.scss */
.imgGrid__grid ul {
  display: table;
  width: 100%;
}

/* line 73, ../components/imgGrid/_styles.scss */
.imgGrid__grid li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* line 78, ../components/imgGrid/_styles.scss */
.imgGrid__grid li:nth-of-type(odd) {
  padding: 8px 4px 4px 8px;
  padding: 0.5rem 0.25rem 0.25rem 0.5rem;
}

/* line 82, ../components/imgGrid/_styles.scss */
.imgGrid__grid li:nth-of-type(even) {
  padding: 8px 8px 4px 4px;
  padding: 0.5rem 0.5rem 0.25rem 0.25rem;
}

/* line 87, ../components/imgGrid/_styles.scss */
.imgGrid__grid a {
  display: block;
}

/* line 91, ../components/imgGrid/_styles.scss */
.imgGrid__grid img {
  width: 100%;
  height: auto;
}

/* line 96, ../components/imgGrid/_styles.scss */
.imgGrid__grid figcaption {
  color: #222222;
  text-align: center;
  font-size: 12px;
  font-size: 0.8rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  line-height: 1.2;
  text-align: left;
  height: 32px;
  overflow: hidden;
}

/* line 106, ../components/imgGrid/_styles.scss */
.imgGrid__grid figcaption:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .imgGrid__grid {
    border-top: 1px solid #c8c8c8;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.imgCenter__imgContainer {
  position: relative;
  width: 100%;
}

/* line 14, ../config/core/mixins/_styles.scss */
.imgCenter__ratio, .imgCenter__ratio--categorySecondary, .imgCenter__ratio--videosFeatured, .imgCenter__ratio--widgetFeatured, .imgCenter__ratio--categoryHero, .imgCenter__ratio--videoThumbnail, .imgCenter__ratio--articleHero, .imgCenter__ratio--square, .imgCenter__ratio--relatedLinks {
  padding-top: 0;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--categorySecondary {
  padding-top: 76%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--videosFeatured {
  padding-top: 75%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--widgetFeatured {
  padding-top: 67%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--categoryHero {
  padding-top: 52.4%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--videoThumbnail {
  padding-top: 48%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--articleHero {
  padding-top: 44%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--square {
  padding-top: 100%;
}

/* line 25, ../config/core/mixins/_styles.scss */
.imgCenter__ratio--relatedLinks {
  padding-top: 53%;
}

/* line 14, ../config/core/mixins/_styles.scss */
.imgCenter__imgWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
}

/* line 63, ../components/imgCenter/_styles.scss */
.imgCenter__imgWrapper img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  /* <-- Set maximum height to 100% of its parent */
  max-width: 100%;
  /* <-- Set maximum width to 100% of its parent */
}

@media screen and (min-width: 768px) {
  /* line 71, ../components/imgCenter/_styles.scss */
  .imgCenter__imgWrapper img {
    width: 100%;
    height: auto;
  }
}
.imgCenter__center {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.navigation, .navigation--primary, .navigation--network, .navigation--footer, .navigation--secondary {
  /***************************
  	.navigation--primary
  ****************************/
  /***************************
  	.navigation--network
  ****************************/
  /***************************
  	.navigation--footer
  ****************************/
  /***************************
  	.navigation--advert
  ****************************/
}

.navigation--primary {
  position: absolute;
  background: #487b39;
  width: 192px;
  width: 12rem;
  left: -192px;
  left: -12rem;
}

.team--menu {
  position: absolute;
  height: 100%;
  background: #333333;
}
.team--menu .current-menu-item {
  box-shadow: inset 0 -6px 0 0 #487b39;
}

.team--menu.active {
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.team--menu ul {
  text-transform: uppercase;
  line-height: 1;
}

.navigation--primary.active {
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.navigation--primary ul {
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .navigation--primary ul {
    display: table;
    width: 100%;
    text-align: center;
  }

  .team--menu ul {
    display: table;
    text-align: center;
  }
}
.navigation--primary ul ul {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 954px;
}

.navigation--primary ul ul.active {
  padding: 8px 0;
  padding: 0.5rem 0;
  max-height: 640px;
  max-height: 40rem;
}

.team--menu ul ul.active {
  padding: 8px 0;
  padding: 0.5rem 0;
}

@media screen and (min-width: 992px) {
  .navigation--primary ul ul, .team--menu ul ul {
    position: absolute;
    top: 48px;
    left: -90px;
    width: 954px;
  }
}
.navigation--primary li {
  position: relative;
  display: block;
  width: 100%;
}

.team--menu li {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navigation--primary li {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }

  .team--menu li {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.navigation--primary li li {
  margin: 0;
}

.navigation--primary a {
  color: #E1E1E1;
  display: inline-block;
  padding: 24px;
  padding: 1.5rem;
  width: 100%;
}

.team--menu a {
  color: #E1E1E1;
  display: inline-block;
  padding: 24px;
  padding: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navigation--primary a {
    padding: 1rem;
    display: block;
  }
  .navigation--primary a:after {
    content: "|";
    width: 2px;
    position: absolute;
    right: 0;
  }
  .navigation--primary li:last-child a:after {
    content: " ";
  }

  .navigation--primary a:hover {
    box-shadow: inset 0 -6px 0 0 #b3d88b;
  }

  .team--menu a {
    padding: 1rem;
    display: block;
  }
  .team--menu a:after {
    content: "|";
    width: 2px;
    position: absolute;
    right: 0;
  }
  .team--menu li:last-child a:after {
    content: " ";
  }

  .team--menu a:hover {
    box-shadow: inset 0 -6px 0 0 #487b39;
  }
}
.navigation--primary a + ul a, .team--menu a + ul a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
  .navigation--primary a + ul a, .team--menu a + ul a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0);
  }

  .navigation--primary a + ul a:hover, .team--menu a + ul a:hover {
    box-shadow: inset 0 -2px 0 0 #fff;
    font-weight: 700;
  }

  .navigation--primary, .team--menu {
    position: static;
    width: 100%;
  }
}
.navigation--network {
  background: #222222;
}

.navigation--network ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-rule: 1px solid #5D5D5D;
  -moz-column-rule: 1px solid #5D5D5D;
  column-rule: 1px solid #5D5D5D;
  padding: 16px 0;
  padding: 1rem 0;
}

.navigation--network li {
  width: 100%;
  text-align: center;
}

.navigation--network a {
  font-size: 14px;
  font-size: .9rem;
  padding: 4px 0;
  padding: .3rem 0;
  display: block;
  color: white;
}

@media screen and (min-width: 992px) {
  .navigation--network a {
    display: inline-block;
  }

  .navigation--network a:hover {
    box-shadow: inset 0 -2px 0 0 #b3d88b;
  }
}
@media screen and (min-width: 768px) {
  .navigation--footer ul {
    display: table;
    width: 100%;
  }

  .navigation--advert ul {
    display: table;
    width: 100%;
  }

  .navigation--accessibility ul {
    display: table;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 170, ../components/navigation/_styles.scss */
.navigation--footer li {
  border-bottom: 0px solid #444444;
}

.navigation--advert li {
  border-bottom: 0px solid #444444;
}

.navigation--accessibility li {
  border-bottom: 0px solid #444444;
}

@media screen and (min-width: 768px) {
  /* line 170, ../components/navigation/_styles.scss */
  .navigation--footer li {
    display: table-cell;
  }

  .navigation--advert li {
    display: table-cell;
  }

  .navigation--accessibility li {
    display: table-cell;
    padding: 20px 0px;
    padding: 1.3rem 0.01rem;
  }
}
/* line 178, ../components/navigation/_styles.scss */
.navigation--footer a {
  text-transform: uppercase;
  line-height: 1;
  padding: 14px;
  padding: 0.9rem;
  text-align: center;
  display: block;
  color: #fff;
  background: #282828;
}

.navigation--advert a {
  text-transform: uppercase;
  line-height: 1;
  padding: 14px;
  padding: 0.9rem;
  text-align: center;
  display: block;
  color: #6e6b6a;
  background: #FFFFFF;
}

.navigation--accessibility a {
  text-transform: uppercase;
  line-height: 0;
  padding: 8px 6px;
  padding: 0.5rem 0.4rem;
  text-align: center;
  display: block;
  color: #fff;
  background: #000000;
  font-size: 14px;
  border-right: solid 1px #FFFFFF;
}
.navigation--accessibility li:last-child a {
  border-right: none;
}

@media screen and (min-width: 768px) {
  /* line 187, ../components/navigation/_styles.scss */
  .navigation--footer a:hover {
    box-shadow: inset 0 -6px 0 0 #b3d88b;
  }

  .navigation--advert a:hover {
    box-shadow: inset 0 -6px 0 0 #b3d88b;
  }

  .navigation--accessibility a:hover {
    color: #b3d88b;
  }
}
.navigation--secondary {
  display: block;
  width: 100%;
  max-height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}

.navigation--secondary li {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .navigation--secondary a {
    width: auto;
    padding: 0.8rem;
  }
}
.navigation--secondary a:hover {
  text-decoration: none;
  box-shadow: inset 0 -6px 0 0 #487b39;
}

@media screen and (min-width: 768px) {
  .navigation--secondary {
    display: inline-block;
    vertical-align: middle;
    max-height: 48px;
  }

  .navigation--secondary ul {
    background: #333333;
    display: table;
    width: 100%;
  }

  .navigation--secondary ul li {
    display: table-cell;
  }

  .navigation--secondary ul li a {
    color: #e1e1e1;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: center;
    border-right: solid 1px #5C5C5C;
  }
}
@media screen and (min-width: 880px) {
  .navigation--secondary {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .navigation--secondary {
    width: 100%;
  }
}
.navigation--secondary.expand {
  max-height: 544px;
  max-height: 34rem;
  padding: 8px 8px 0 8px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.navigation--secondary.current-menu-item a {
  background: #487b39;
}

.current-menu-item {
  color: #fff;
  box-shadow: inset 4px 0 0 0 #487b39;
}

@media screen and (min-width: 992px) {
  .current-menu-item {
    box-shadow: inset 0 -6px 0 0 #b3d88b;
  }
}
.stickyNav {
  position: fixed !important;
  z-index: 4 !important;
  width: 100% !important;
  max-width: 1020px !important;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stickyScroller {
  position: fixed;
  z-index: 1;
  width: 100%;
  max-width: 1020px;
  top: 117px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: solid 2px #E1E1E1;
  border-bottom: solid 2px #E1E1E1;
  overflow: hidden;
}
.stickyScroller > span {
  line-height: 0px;
}

.notification__msg, .notification__close {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.notification {
  position: relative;
  width: 100%;
  color: #fff;
  background: #487b39;
  line-height: 1;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.notification.active {
  display: table;
  overflow: visible;
  max-height: 160px;
  max-height: 10rem;
}

.notification__msg {
  text-transform: uppercase;
  font-style: italic;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  width: 100%;
  padding: 8px 8px 8px 46px;
  padding: 0.5rem 0.5rem 0.5rem 46px;
}

.notification__close {
  padding: 19px;
  padding: 1.22rem;
  border-left: 1px solid #d4d4d4;
}

.notification__close:hover {
  cursor: pointer;
  background: #901602;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  cursor: pointer;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

#sync2 .owl-item {
  padding: 25px 15px;
}
#sync2 .owl-item.synced {
  padding: 25px 15px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/png/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl, .owl--logo, .owl--synced {
  position: relative;
}

.owl--logo {
  display: none;
  border-left: 1px solid #d4d4d4;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.owl--logo a {
  display: block;
  background: #fff;
  border-left: 1px solid #d4d4d4;
}

.owl--logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .owl--logo {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .owl--logo {
    margin-bottom: 0;
  }
}
.owl--synced {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.owl--synced figure {
  position: relative;
}

.owl--synced img {
  width: 100%;
  display: block;
}

.owl--synced #sync1 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.owl--synced #sync1 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  padding: 0.5rem 0;
  background: rgba(34, 34, 34, 0.8);
}

.owl--synced #sync1 h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 2px solid #1c5515;
  padding: 0.1rem 0 0 0.5rem;
  text-align: left !important;
  margin-left: 10px;
}

.owl--synced #sync1 span {
  color: #fff;
}

.owl--synced #sync2 figcaption {
  line-height: 1;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 86, ../components/owl/_styles.scss */
.owl--synced #sync2 span {
  display: none;
  position: relative;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 95, ../components/owl/_styles.scss */
.owl--synced #sync2 .synced {
  position: relative;
}

/* line 98, ../components/owl/_styles.scss */
.owl--synced #sync2 .synced:before {
  content: '';
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  box-shadow: inset 0 0 0 2px #487b39;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* line 112, ../components/owl/_styles.scss */
.owl--synced #sync2 .synced span {
  display: block;
}

/* line 3, ../config/core/mixins/_styles.scss */
.pagination, .pagination--dark {
  padding: 8px 0;
  padding: 0.5rem 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .pagination, .pagination--dark {
    width: 24rem;
    margin: auto;
  }
}
/* line 25, ../config/core/mixins/_styles.scss */
.pagination--dark {
  padding: 0;
  width: auto;
  background: #222222;
}

@media screen and (min-width: 768px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .pagination--dark {
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.pagination__list, .pagination__list--dark {
  display: table;
  width: 100%;
  text-align: center;
  list-style-type: none;
  border-collapse: separate;
  border-spacing: 8px 0;
  border-spacing: 0.5rem 0;
}

/* line 25, ../config/core/mixins/_styles.scss */
.pagination__list--dark {
  border: 1px solid #444444;
}

@media screen and (min-width: 768px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .pagination__list--dark {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: none;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.pagination__item, .pagination__item--dark {
  display: table-cell;
  background: #fff;
  max-width: 48px;
  vertical-align: middle;
  width: 48px;
  border: 1px solid #c8c8c8;
}

/* line 51, ../components/pagination/_styles.scss */
.pagination__item:nth-of-type(3), .pagination__item--dark:nth-of-type(3) {
  border: none;
  width: auto;
}

/* line 56, ../components/pagination/_styles.scss */
.pagination__item:last-of-type, .pagination__item--dark:last-of-type {
  border-right: 1px solid #c8c8c8;
}

/* line 60, ../components/pagination/_styles.scss */
.pagination__item a, .pagination__item--dark a {
  padding: 11px;
  padding: 0.7rem;
  display: block;
}

/* line 65, ../components/pagination/_styles.scss */
.pagination__item span, .pagination__item--dark span {
  font-weight: 600;
}

/* line 25, ../config/core/mixins/_styles.scss */
.pagination__item--dark {
  text-align: center;
  color: #fff;
  background: #222222;
}

/* line 75, ../components/pagination/_styles.scss */
.pagination__item--dark span {
  display: inline-block;
  vertical-align: middle;
}

/* line 80, ../components/pagination/_styles.scss */
.pagination__item--dark:first-of-type {
  border: none;
  width: 54px;
}

/* line 85, ../components/pagination/_styles.scss */
.pagination__item--dark:nth-of-type(2) {
  width: auto;
  padding: 8px;
  padding: 0.5rem;
  border-top: none;
  border-right: 1px solid #444444;
  border-bottom: none;
  border-left: 1px solid #444444;
}

/* line 95, ../components/pagination/_styles.scss */
.pagination__item--dark:nth-of-type(3) {
  width: 54px;
  border: none;
}

@media screen and (min-width: 768px) {
  /* line 25, ../config/core/mixins/_styles.scss */
  .pagination__item--dark {
    border: none;
  }

  /* line 103, ../components/pagination/_styles.scss */
  .pagination__item--dark a {
    padding: 0.4rem;
  }
}
/* line 3, ../config/core/mixins/_styles.scss */
.raceGrid {
  padding: 8px;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .raceGrid {
    padding: 0.25rem;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__header {
  background: #222222;
  padding: 8px;
  padding: 0.5rem;
  display: table;
  width: 100%;
  margin-bottom: 2px;
}

/* line 17, ../components/raceGrid/_styles.scss */
.raceGrid__header div {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
}

/* line 23, ../components/raceGrid/_styles.scss */
.raceGrid__header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  height: 16px;
  overflow: hidden;
  line-height: 1;
}

/* line 34, ../components/raceGrid/_styles.scss */
.raceGrid__header span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 25%;
  font-size: 12px;
  font-size: 0.8rem;
}

/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__body {
  background: #fff;
}

/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__item {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 55, ../components/raceGrid/_styles.scss */
.raceGrid__item a {
  display: block;
  color: #444444;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceGrid__item {
    display: block;
    float: left;
    width: 33.3%;
    margin-bottom: 0;
    padding: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceGrid__item {
    width: 25%;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__figure {
  display: table;
  width: 100%;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__imgWrapper {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding: 8px;
  padding: 0.5rem;
}

/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__figcaption {
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
  padding-top: 0.5rem;
  width: 70%;
}

/* line 93, ../components/raceGrid/_styles.scss */
.raceGrid__figcaption p {
  font-size: 14px;
  font-size: 0.9rem;
}

/* line 96, ../components/raceGrid/_styles.scss */
.raceGrid__figcaption p:first-of-type {
  font-weight: 600;
}

/* line 14, ../config/core/mixins/_styles.scss */
.raceGrid__footer {
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 8px;
  padding: 0.55rem;
  background: #fff;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1;
}

/* line 110, ../components/raceGrid/_styles.scss */
.raceGrid__footer a {
  display: inline;
}

/* line 113, ../components/raceGrid/_styles.scss */
.raceGrid__footer a:hover {
  text-decoration: underline;
}

/* line 3, ../config/core/mixins/_styles.scss */
.raceOverview, .raceOverview--last, .raceOverview--next {
  display: block;
  width: 100%;
  /***************************
  	Options
  ****************************/
  /***************************
  	Parts
  ****************************/
}

@media screen and (min-width: 800px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .raceOverview, .raceOverview--last, .raceOverview--next {
    vertical-align: middle;
    width: 50%;
    float: left;
  }
}
/* line 25, ../config/core/mixins/_styles.scss */
.raceOverview--last {
  background: #5D5D5D;
}

/* line 25, ../config/core/mixins/_styles.scss */
.raceOverview--next {
  background: #222222;
}

/* line 14, ../config/core/mixins/_styles.scss */
.raceOverview__wrapper {
  display: table;
  width: 100%;
  margin-bottom: 0;
  background: #5D5D5D;
}

@media screen and (min-width: 880px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceOverview__wrapper {
    display: block;
    margin-bottom: 0.5rem;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceOverview__header {
  color: #fff;
  word-wrap: break-word;
  width: 100%;
  line-height: 1;
  display: table;
  border-bottom: 1px solid #888888;
}

/* line 46, ../components/raceOverView/_styles.scss */
.raceOverview__header div {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
  padding: 0.5rem;
}

/* line 51, ../components/raceOverView/_styles.scss */
.raceOverview__header div:last-of-type {
  text-align: right;
}

/* line 54, ../components/raceOverView/_styles.scss */
.raceOverview__header div:last-of-type span {
  display: inline-block;
}

@media screen and (min-width: 800px) {
  /* line 51, ../components/raceOverView/_styles.scss */
  .raceOverview__header div:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 880px) {
  /* line 46, ../components/raceOverView/_styles.scss */
  .raceOverview__header div {
    padding: 0.5rem 1rem;
  }
}
/* line 68, ../components/raceOverView/_styles.scss */
.raceOverview__header span {
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

/* line 71, ../components/raceOverView/_styles.scss */
.raceOverview__header span.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 78, ../components/raceOverView/_styles.scss */
.raceOverview__specs img {
  width: 100%;
  display: block;
}

/* line 83, ../components/raceOverView/_styles.scss */
.raceOverview__specs > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 550px) {
  /* line 83, ../components/raceOverView/_styles.scss */
  .raceOverview__specs > span {
    padding: 1rem;
    max-width: 170px;
  }
}
/* line 94, ../components/raceOverView/_styles.scss */
.raceOverview__specs > div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 550px) {
  /* line 94, ../components/raceOverView/_styles.scss */
  .raceOverview__specs > div {
    width: calc(100% - (170px + 1rem));
    margin-left: -3px;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceOverview__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

/* line 111, ../components/raceOverView/_styles.scss */
.raceOverview__body.active {
  max-height: 512px;
  max-height: 32rem;
}

@media screen and (min-width: 550px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceOverview__body {
    display: table;
    width: 100%;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceOverview__orderList {
  counter-reset: li;
  /* Initiate a counter */
  margin: 0;
  /* Remove the default left margin */
  padding: 0;
  /* Remove the default left padding */
}

/* line 126, ../components/raceOverView/_styles.scss */
.raceOverview__orderList li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0 33px;
  margin: 0 0 0 2.1rem;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 24px;
  padding: 4px 1.5rem;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  background: #fff;
  color: #5D5D5D;
  line-height: 1.4;
  border-bottom: 1px solid #5D5D5D;
}

/* line 136, ../components/raceOverView/_styles.scss */
.raceOverview__orderList li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -33px;
  left: -2.1rem;
  width: 32px;
  width: 2rem;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  color: #fff;
  background: #222222;
  text-align: center;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  /* line 126, ../components/raceOverView/_styles.scss */
  .raceOverview__orderList li {
    padding: 4px 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1020px) {
  /* line 126, ../components/raceOverView/_styles.scss */
  .raceOverview__orderList li {
    line-height: 1;
    font-size: 0.73rem;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceOverview__nav {
  border-left: 1px solid #5D5D5D;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 171, ../components/raceOverView/_styles.scss */
.raceOverview__nav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 177, ../components/raceOverView/_styles.scss */
.raceOverview__nav li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #d4d4d4;
  text-align: center;
}

/* line 183, ../components/raceOverView/_styles.scss */
.raceOverview__nav li:last-of-type {
  border-right: none;
}

@media screen and (min-width: 550px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceOverview__nav {
    border-top: 1px solid #d4d4d4;
  }
}
@media screen and (min-width: 550px) and (max-width: 800px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceOverview__nav {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0.5rem;
    float: none;
    border-top: none;
    width: 30%;
    border-left: 1px solid #d4d4d4;
  }

  /* line 202, ../components/raceOverView/_styles.scss */
  .raceOverview__nav ul {
    display: block;
  }

  /* line 206, ../components/raceOverView/_styles.scss */
  .raceOverview__nav li {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    border: none;
  }

  /* line 212, ../components/raceOverView/_styles.scss */
  .raceOverview__nav li:last-of-type {
    margin-bottom: 0;
  }

  /* line 217, ../components/raceOverView/_styles.scss */
  .raceOverview__nav a {
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceOverview__nav {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0.5rem;
    float: none;
    border-top: none;
    width: 30%;
    border-left: 1px solid #d4d4d4;
  }

  /* line 232, ../components/raceOverView/_styles.scss */
  .raceOverview__nav ul {
    display: block;
  }

  /* line 236, ../components/raceOverView/_styles.scss */
  .raceOverview__nav li {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    border: none;
  }

  /* line 242, ../components/raceOverView/_styles.scss */
  .raceOverview__nav li:last-of-type {
    margin-bottom: 0;
  }

  /* line 247, ../components/raceOverView/_styles.scss */
  .raceOverview__nav a {
    border: 1px solid #fff;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.raceOverview__details {
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

@media screen and (min-width: 550px) and (max-width: 800px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .raceOverview__details {
    max-height: 43px;
    overflow: hidden;
  }
}
/* line 262, ../components/raceOverView/_styles.scss */
.raceOverview__details.active {
  max-height: 512px;
  max-height: 32rem;
}

@media screen and (min-width: 768px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .rankingList {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .rankingList {
    width: 100%;
  }

  /* line 15, ../components/rankingList/_styles.scss */
  .rankingList:nth-of-type(odd) {
    padding-right: 0;
  }

  /* line 19, ../components/rankingList/_styles.scss */
  .rankingList:nth-of-type(even) {
    padding-left: 0;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.rankingList__header {
  background: #222222;
  border-bottom: 1px solid #444444;
  display: table;
  width: 100%;
  padding: 12px;
  padding: 0.8rem;
}

/* line 31, ../components/rankingList/_styles.scss */
.rankingList__header h3 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

/* line 39, ../components/rankingList/_styles.scss */
.rankingList__header div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25px;
}

/* line 46, ../components/rankingList/_styles.scss */
.rankingList__header span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

/* line 52, ../components/rankingList/_styles.scss */
.rankingList__header:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* line 57, ../components/rankingList/_styles.scss */
  .rankingList__header span {
    display: none;
  }

  /* line 61, ../components/rankingList/_styles.scss */
  .rankingList__header:hover {
    cursor: auto;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.rankingList__body {
  overflow: hidden;
  border-bottom: 1px solid #444444;
  max-height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* line 73, ../components/rankingList/_styles.scss */
.rankingList__body table {
  width: 100%;
  background: #222222;
  color: #fff;
}

/* line 79, ../components/rankingList/_styles.scss */
.rankingList__body th {
  text-transform: uppercase;
  border-bottom: 1px solid #373737;
  font-weight: 300;
  text-align: left;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

/* line 87, ../components/rankingList/_styles.scss */
.rankingList__body td {
  padding: 0 16px;
  padding: 0 1rem;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.9rem;
}

/* line 95, ../components/rankingList/_styles.scss */
.rankingList__body tr:first-of-type td {
  padding-top: 16px;
  padding-top: 1rem;
  font-weight: 600;
}

/* line 102, ../components/rankingList/_styles.scss */
.rankingList__body tr:last-of-type td {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

/* line 108, ../components/rankingList/_styles.scss */
.rankingList__body a {
  color: #fff;
}

/* line 111, ../components/rankingList/_styles.scss */
.rankingList__body a:hover {
  box-shadow: inset 0 -2px 0 0 #487b39;
}

/* line 116, ../components/rankingList/_styles.scss */
.rankingList__body.expand {
  max-height: 480px;
  max-height: 30rem;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .rankingList__body {
    max-height: 30rem;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.rankingList__footer {
  background: #222222;
  padding: 4px;
  padding: 0.25rem;
  border-top: 1px solid #444444;
}

/* line 130, ../components/rankingList/_styles.scss */
.rankingList__footer a {
  display: block;
  width: 100%;
  background: #444444;
  text-align: center;
  padding: 4px 0;
  padding: 0.3rem 0;
  color: #fff;
  text-transform: uppercase;
}

/* line 139, ../components/rankingList/_styles.scss */
.rankingList__footer a:hover {
  background: #487b39;
}

/* line 3, ../config/core/mixins/_styles.scss */
.results {
  background: #fff;
  margin: 8px 0;
  margin: 0.5rem 0;
}

/* line 14, ../config/core/mixins/_styles.scss */
.results__header {
  background: #222222;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 12, ../components/results/_styles.scss */
.results__header h3 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding: 11px 8px;
  padding: 0.7rem 0.5rem;
}

/* line 21, ../components/results/_styles.scss */
.results__header div {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 20px;
}

/* line 28, ../components/results/_styles.scss */
.results__header:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* line 33, ../components/results/_styles.scss */
  .results__header div {
    display: none;
  }

  /* line 37, ../components/results/_styles.scss */
  .results__header h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.results__body {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
}

/* line 51, ../components/results/_styles.scss */
.results__body.expand {
  max-height: 1600px;
  max-height: 100rem;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .results__body {
    max-height: 100rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .resultGrid {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .resultGrid {
    margin-bottom: 4px;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.resultGrid__header {
  background: #222222;
}

/* line 18, ../components/resultGrid/_styles.scss */
.resultGrid__header h3 {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .resultGrid__header {
    margin-bottom: 2px;
  }

  /* line 25, ../components/resultGrid/_styles.scss */
  .resultGrid__header h3 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 1rem;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 992px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .resultGrid__header {
    margin-bottom: 4px;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.resultGrid__item {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .resultGrid__item {
    float: left;
    width: 50%;
  }

  /* line 52, ../components/resultGrid/_styles.scss */
  .resultGrid__item:nth-of-type(odd) {
    padding-right: 1px;
  }

  /* line 56, ../components/resultGrid/_styles.scss */
  .resultGrid__item:nth-of-type(even) {
    padding-left: 1px;
  }
}
@media screen and (min-width: 992px) {
  /* line 62, ../components/resultGrid/_styles.scss */
  .resultGrid__item:nth-of-type(odd) {
    padding-right: 2px;
  }

  /* line 66, ../components/resultGrid/_styles.scss */
  .resultGrid__item:nth-of-type(even) {
    padding-left: 2px;
  }
}
/* line 3, ../config/core/mixins/_styles.scss */
.search {
  background: #E1E1E1;
}

/* line 5, ../components/search/_styles.scss */
.search form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}

.search form.active {
  max-height: 64px;
  max-height: 4rem;
}

.search div > span {
  display: table-cell;
  vertical-align: middle;
}

.search div > span:nth-of-type(2) {
  width: 80px;
}

.search div input {
  width: 100%;
}

.search [type="search"] {
  padding: 16px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .share {
    display: table;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
  }

  .share-bottom {
    display: table;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
.share__links {
  display: table;
  width: 100%;
}

.share__links span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 8px;
  padding: 0 0 0 0.5rem;
}

/* line 27, ../components/share/_styles.scss */
.share__links h3 {
  text-transform: uppercase;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .share__links {
    display: table-cell;
    text-align: left;
    width: 50%;
    vertical-align: middle;
  }

  .share__links span {
    padding: 0 1rem 0 0;
  }
}
.share__comments {
  display: none;
}

.share__comments a {
  color: #487b39;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .share__comments {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
  }
}
.share__list {
  display: table-cell;
  vertical-align: middle;
}

.share__item {
  display: inline-block;
  width: 25%;
  float: left;
}
.share__item:first-child {
  border-left: 1px solid #c8c8c8;
  padding-left: 5px;
  margin-top: 5px;
  line-height: 15px;
}

.share__item a {
  display: block;
  padding: 6px;
  padding: 0.4rem;
}

.share__item span {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* line 89, ../components/share/_styles.scss */
}
/* line 3, ../config/core/mixins/_styles.scss */
.shareStats {
  margin-bottom: 0;
  background: #fff;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .shareStats {
    border: none;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.shareStats__header {
  display: none;
}

/* line 19, ../components/shareStats/_styles.scss */
.shareStats__header h3 {
  border: none;
  padding: 11px;
  padding: 0.7rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .shareStats__header {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.shareStats__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
  border-top: 1px solid #afafaf;
}

/* line 47, ../components/shareStats/_styles.scss */
.shareStats__list li {
  width: 50%;
  padding: 8px;
  padding: 0.5rem;
  border-left: 1px solid #afafaf;
  float: left;
}

/* line 53, ../components/shareStats/_styles.scss */
.shareStats__list li:first-of-type {
  border-left: none;
}

/* line 58, ../components/shareStats/_styles.scss */
.shareStats__list p {
  display: none;
}

/* line 62, ../components/shareStats/_styles.scss */
.shareStats__list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 14px;
  line-height: 0.9rem;
}

/* line 68, ../components/shareStats/_styles.scss */
.shareStats__list span:last-of-type {
  border-left: 1px solid #e1e1e1;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .shareStats__list {
    display: table-cell;
    border: none;
    width: 235px;
  }

  /* line 80, ../components/shareStats/_styles.scss */
  .shareStats__list li {
    width: auto;
  }

  /* line 83, ../components/shareStats/_styles.scss */
  .shareStats__list li:first-of-type {
    border-left: 1px solid #afafaf;
  }
}
.sidebar {
  background: #E1E1E1;
  padding: 0 8px;
  padding: 0 0.5rem;
}

@media screen and (min-width: 992px) {
  .sidebar {
    display: block;
    float: right;
    width: calc(300px + 0.5rem);
    padding: 0.28rem 0.5rem 0 0;
  }
}
.singleArticle {
  background: #fff;
  border: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px) {
  .singleArticle {
    padding: 1rem;
  }
}
.singleArticle__header {
  padding: 8px;
  padding: 0.5rem;
}

.singleArticle__header h2 {
  color: #222222;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .singleArticle__header {
    padding: 0 0 1rem 0;
  }
}
/* line 24, ../components/singleArticle/_styles.scss */
.singleArticle__imgWrapper img {
  width: 100%;
  height: auto;
}

/* line 14, ../config/core/mixins/_styles.scss */
.singleArticle__body {
  padding: 8px;
  padding: 0.5rem;
}

/* line 33, ../components/singleArticle/_styles.scss */
.singleArticle__body p {
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 37, ../components/singleArticle/_styles.scss */
.singleArticle__body p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .singleArticle__body {
    padding: 1rem 0;
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.singleArticle__borderWrapper {
  border-left: 1px solid #487b39;
  padding: 8px;
  padding: 0.5rem;
}

/* line 3, ../config/core/mixins/_styles.scss */
.siteContainer {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  min-height: 100%;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (min-width: 768px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .siteContainer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 14, ../components/site-container/_styles.scss */
.siteContainer.active {
  -webkit-transform: translate(12rem, 0);
  -ms-transform: translate(12rem, 0);
  transform: translate(12rem, 0);
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  /* line 14, ../components/site-container/_styles.scss */
  .siteContainer.active {
    -webkit-transform: translate(0, 0, 0);
    -ms-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
  }
}
/* line 14, ../config/core/mixins/_styles.scss */
.siteContainer__content {
  position: relative;
  overflow: hidden;
  background: #E1E1E1;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.siteContainer [role="main"] {
  background: #E1E1E1;
}

.social {
  display: table-cell;
  vertical-align: middle;
}

.social__list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

/* line 14, ../config/core/mixins/_styles.scss */
.social__item {
  text-align: center;
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  height: 4.1rem;
}

@media screen and (min-width: 768px) {
  .social__item:last-of-type {
    border-left: none;
  }
}
.social__link {
  display: inline-block;
  padding: 16px;
  padding: 1rem;
  vertical-align: middle;
}

.tableCollapse tbody, .tableCollapse--footer tbody, .tableCollapse th, .tableCollapse--footer th, .tableCollapse tr, .tableCollapse--footer tr, .tableCollapse td, .tableCollapse--footer td {
  border: 0;
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

/* line 3, ../config/core/mixins/_styles.scss */
.tableCollapse, .tableCollapse--footer {
  border: 0;
  padding-bottom: 1.4375em;
  padding-bottom: 0;
  width: 100%;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.1rem;
}

@media screen and (min-width: 500px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .tableCollapse, .tableCollapse--footer {
    border-style: none;
    border-top-width: 0;
  }
}
/* line 25, ../config/core/mixins/_styles.scss */
.tableCollapse--footer {
  margin-bottom: 0;
}

/* line 27, ../components/tableCollapse/_styles.scss */
.tableCollapse thead, .tableCollapse--footer thead {
  display: none;
}

@media screen and (min-width: 500px) {
  /* line 27, ../components/tableCollapse/_styles.scss */
  .tableCollapse thead, .tableCollapse--footer thead {
    width: 100%;
    line-height: 1;
    display: table;
    text-transform: uppercase;
    color: #fff;
  }
}
@media screen and (min-width: 500px) {
  /* line 39, ../components/tableCollapse/_styles.scss */
  .tableCollapse tbody, .tableCollapse--footer tbody {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  /* line 48, ../components/tableCollapse/_styles.scss */
  .tableCollapse th, .tableCollapse--footer th {
    border-style: none;
    display: table-cell;
    width: 20%;
    text-align: center;
    font-weight: 300;
    vertical-align: top;
    padding: 0.5rem;
  }
}
/* line 61, ../components/tableCollapse/_styles.scss */
.tableCollapse th + th, .tableCollapse--footer th + th, .tableCollapse th + td, .tableCollapse--footer th + td {
  border-left-width: 1px;
}

/* line 66, ../components/tableCollapse/_styles.scss */
.tableCollapse tr, .tableCollapse--footer tr {
  background: #fff;
  padding: 8px;
  padding: 0.5rem;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (min-width: 500px) {
  /* line 66, ../components/tableCollapse/_styles.scss */
  .tableCollapse tr, .tableCollapse--footer tr {
    display: table-row;
    border-style: none;
    border-bottom-width: 0;
    background: #487b39;
  }
}
@media screen and (min-width: 500px) {
  /* line 80, ../components/tableCollapse/_styles.scss */
  .tableCollapse td, .tableCollapse--footer td {
    display: table-cell;
    border-style: none;
    text-align: center;
    padding: 0.5rem;
    line-height: 1;
    background: #fff;
    width: 20%;
    vertical-align: top;
    border-bottom: 1px solid lightslategrey;
  }
}
/* line 95, ../components/tableCollapse/_styles.scss */
.tableCollapse td:empty, .tableCollapse--footer td:empty {
  display: none;
}

/* line 100, ../components/tableCollapse/_styles.scss */
.tableCollapse td[data-title]:before, .tableCollapse--footer td[data-title]:before {
  content: attr(data-title) ": ";
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  /* line 100, ../components/tableCollapse/_styles.scss */
  .tableCollapse td[data-title]:before, .tableCollapse--footer td[data-title]:before {
    display: none;
  }
}
/* line 110, ../components/tableCollapse/_styles.scss */
.tableCollapse td + th, .tableCollapse--footer td + th, .tableCollapse td + td, .tableCollapse--footer td + td {
  border-left-width: 1px;
}

/* line 14, ../config/core/mixins/_styles.scss */
.tableCollapse__footer {
  padding: 4px;
  padding: 0.25rem;
  background: #fff;
}

/* line 119, ../components/tableCollapse/_styles.scss */
.tableCollapse__footer a {
  display: block;
  width: 100%;
  background: #444444;
  text-align: center;
  padding: 4px 0;
  padding: 0.3rem 0;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 14, ../config/core/mixins/_styles.scss */
  .tableCollapse__footer {
    padding: 0.5rem;
  }
}
/* line 3, ../config/core/mixins/_styles.scss */
.tabstats {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 3, ../config/core/mixins/_styles.scss */
  .tabstats {
    display: none;
  }
}
/* line 12, ../components/tabstats/_styles.scss */
.tabstats__nav ul {
  margin: 0;
  padding: 0;
  background: #333333;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-transform: uppercase;
}

/* line 21, ../components/tabstats/_styles.scss */
.tabstats__nav li {
  display: table-cell;
  background: none;
  color: white;
  padding: 12px 0px;
  padding: .8rem 0rem;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  font-size: .8rem;
  position: relative;
}

/* Tab with arrow */
.tabstats__nav li.current {
  background: #487b39;
  color: white;
}
.tabstats__nav li.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(72, 123, 57, 0);
  border-top-color: #487B39;
  border-width: 10px;
  margin-left: -10px;
}

.tabstats__header {
  border-bottom: 0px solid #c8c8c8;
}

.tabstats__header span {
  padding: 11px 8px;
  padding: 0.7rem 0.5rem;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}

.tabstats__header span:last-of-type {
  width: 30%;
  text-align: right;
}

.tabstats__header h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 300;
}

.tabstats__orderedList {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  font-size: 12px;
  font-size: 0.8rem;
  padding: 8px 0 8px 8px;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

.tabstats__orderedList li {
  list-style-type: decimal;
  color: #fff;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-left: 22px;
  margin-left: 1.4rem;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.9rem;
  font-weight: 300;
}

.tabstats__orderedList li:last-of-type {
  padding-bottom: 0;
}

.tabstats__orderedList a {
  width: 65%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.tabstats__orderedList a:hover {
  box-shadow: inset 0 -2px 0 0 #487b39;
}

.tabstats__orderedList p {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: right;
}

.tabstats__orderedList span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: -5px;
}

.tabstats__content {
  display: none;
  background: #333333;
}

.tabstats__content.current {
  display: inherit;
  background: #333333;
  border-top: solid 2px #E5E5E5;
}

.transformer__newsletter, .transformer__network {
  width: 100%;
  padding: 0px;
  padding: 0rem;
  background: #000;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.form__inputWrapper, .transformer__newsletter label > span:nth-of-type(1), .transformer__submit {
  display: table-cell;
  vertical-align: middle;
}

.transformer {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}

@media screen and (min-width: 0) and (max-width: 760px) {
  .transformer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .transformer {
    width: 60%;
  }
}
.transformer__newsletter {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  background: #000000;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
}

.transformer__newsletter.active {
  -webkit-transform: translateY(-100%) rotateX(90deg);
  transform: translateY(-100%) rotateX(90deg);
}

.transformer__newsletter label {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.transformer__newsletter label > span:nth-of-type(1) {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 5px 0px 5px 15px;
  color: #FFF;
  width: 40%;
  line-height: 19px;
}

.transformer__newsletter label > span:nth-of-type(2) {
  width: auto;
}

.transformer__newsletter label [type="text"] {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.transformer__network {
  top: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  background: #222222;
}

.transformer__network.active {
  -webkit-transform: rotateX(0deg) translateY(-100%);
  transform: rotateX(0deg) translateY(-100%);
}

.transformer__network li {
  display: inline-block;
}

.transformer__submit {
  position: relative;
  text-align: right;
  height: 100%;
  width: 40px;
  display: none;
}

.transformer__submit input[type="submit"] {
  width: 60px;
  background: none;
  border: 0;
  height: 31px;
  margin-top: 3px;
}

.transformer__submit [class^="sprite"] {
  position: absolute;
  top: calc(50% - 8px);
  right: calc(55%);
}

.transformer__submit:hover {
  background: #487b39;
  height: 31px !important;
}

.transformer__wrapper--newsletter {
  background: #000;
  border: none;
}

.widget, .widget--double {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  background: #fff;
}

.widget-accordion {
  padding: 0px !important;
}

.sidebar-accordion {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget, .widget--double {
    display: inline-block;
    width: 100%;
  }

  .widget.widget-accordion {
    width: 100%;
  }
}
.widget__header, .widget__header--tabletHide, .widget__header--noExpand {
  border: 1px solid #333333;
  background: #333333;
}

.widget__header h3, .widget__header--tabletHide h3, .widget__header--noExpand h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: calc(100% - 25px);
  color: #FFFFFF;
  padding: 11px 8px;
  padding: 0.7rem 0.5rem;
}

.widget__header span, .widget__header--tabletHide span, .widget__header--noExpand span {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.widget__header.active h3, .active.widget__header--tabletHide h3, .active.widget__header--noExpand h3 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .widget__header, .widget__header--tabletHide, .widget__header--noExpand {
    border: none;
    background: #363636;
  }

  .widget__header h3, .widget__header--tabletHide h3, .widget__header--noExpand h3 {
    color: #fff;
    padding-left: 0.6rem;
  }

  .widget__header span, .widget__header--tabletHide span, .widget__header--noExpand span {
    display: none;
  }

  .widget__header:hover, .widget__header--tabletHide:hover, .widget__header--noExpand:hover {
    cursor: auto;
  }
}
@media screen and (min-width: 768px) {
  .widget__header--tabletHide {
    display: none;
  }
}
.widget__header--noExpand {
  background: #222222;
  border: none;
}

.widget__header--noExpand span {
  display: none;
}

.widget__header--noExpand h3 {
  color: #fff;
  font-weight: 300;
}

.widget__body, .widget__body--noExpand {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff;
}

.widget__body > :first-child, .widget__body--noExpand > :first-child {
  margin-top: 0px;
}

.widget__body .gform_wrapper, .widget__body--noExpand .gform_wrapper {
  margin-top: 0;
}

.widget__body.expand, .expand.widget__body--noExpand {
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .widget__body, .widget__body--noExpand {
    max-height: 100%;
  }
}
.widget__body--noExpand {
  height: auto;
  max-height: 100%;
}

.widget__imgWrapper {
  display: block;
  position: relative;
  line-height: 0;
  padding: 0;
}

.widget__imgWrapper img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .widget__imgWrapper {
    width: 70%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .widget__imgWrapper {
    width: 100%;
  }
}
.widget__list, .widget__list--factFile {
  padding: 8px;
  padding: 0.5rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .widget__list, .widget__list--factFile {
    width: 30%;
    float: left;
    padding: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .widget__list, .widget__list--factFile {
    width: 100%;
  }
}
.widget__list--factFile {
  display: block;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .widget__list--factFile {
    width: 100%;
    float: none;
  }
}
.widget__item, .widget__item--factFile {
  width: 100%;
  display: block;
  background: #3c3c3c;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .widget__item, .widget__item--factFile {
    overflow: hidden;
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .widget__item, .widget__item--factFile {
    margin-bottom: 0.125rem;
  }
}
.widget__item:last-of-type, .widget__item--factFile:last-of-type {
  margin-bottom: 0;
}

.widget__item:hover .widget__figure span:after, .widget__item--factFile:hover .widget__figure span:after, .widget__item:hover .widget__figure--video span:after, .widget__item--factFile:hover .widget__figure--video span:after {
  box-shadow: inset 0 0 0 2px #487b39;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.widget__item a, .widget__item--factFile a {
  display: block;
}

.widget__item--factFile {
  display: block;
  width: 100%;
  border-bottom: 1px solid #afafaf;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 0;
}

.widget__item--factFile:last-of-type {
  border-bottom: none;
}

.widget__item--factFile h4 {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.widget__item--factFile p {
  display: block;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.widget__figure img, .widget__figure--video img {
  width: 100%;
  height: auto;
}

.widget__figure figcaption, .widget__figure--video figcaption {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 0 8px 8px 8px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  font-weight: 500;
}

.widget__figure--video {
  display: table;
  width: 100%;
}

.widget__figure--video img {
  width: 100%;
  height: auto;
}

.widget__figure--video span {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
  position: relative;
  background: #fff;
}

.widget__figure--video a {
  display: block;
  line-height: 0;
}

.widget__figcaption {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding: 0 8px;
  padding: 0 0.5rem;
  border-left: 2px solid #fff;
}

.widget__figcaption h3 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  display: inline;
}

@media screen and (min-width: 768px) {
  .widget__figcaption {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .widget__figcaption {
    display: table-cell;
  }
}
.widget__linkOverlay {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
}

.widget__footer {
  padding: 0 8px 8px 8px;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.poll--checkbox {
  color: #fff;
  font-size: 14px;
  font-size: 0.9rem;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.poll--checkbox:before {
  content: '';
  display: block;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  background: #fff;
}

.answers {
  padding: 0 8px;
  padding: 0 0.5rem;
  margin: 0;
}

.widget-onnet-polls {
  margin-bottom: 9px;
}

.widgettitle {
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.poll--header {
  border: 2px solid #d4d4d4;
  border-bottom: none;
}

.poll--container [class="poll--caption"] {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  padding: 0;
  text-align: left;
}

.poll--container [class="poll-bar"] {
  display: none;
}

.poll--container [class="poll-votes"] {
  font-weight: 500;
}

.poll--container [class="title"] {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px;
  padding: 0.5rem;
}

.poll--progress {
  display: table-cell;
  vertical-align: middle;
  direction: ltr;
  width: 48px;
  width: 3rem;
  text-align: left;
}

.answer-button {
  display: table;
  width: 100%;
  table-layout: fixed;
  direction: ltr;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.answer-button:hover {
  cursor: pointer;
}

.poll--checkbox {
  width: 30px;
}

.results {
  margin: 0;
}

.results [class*="poll--checkbox"] {
  display: none;
}

.results [class="answer-button"] {
  direction: rtl;
}

.results [class="answer-button most-voted"] {
  direction: rtl;
}

.active [class^="poll--wrapper"] {
  max-height: 320px;
  max-height: 20rem;
  padding: 16px;
  padding: 1rem;
}

.pseudoChecked:before {
  content: '';
  color: #000;
  line-height: 1.4;
  font-size: 11px;
  font-size: 0.7rem;
  text-align: center;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  background: #487b39;
  display: block;
  border: 1px solid #487b39;
}

.news-dropdown-hidden {
  display: none !important;
}

.news-dropdown {
  background: #FFFFFF;
  position: absolute;
  top: 309px;
  left: 8px;
  width: 954px;
  z-index: 10000;
  height: 212px;
}
.news-dropdown .competition-logo {
  position: relative;
  height: 212px;
  padding-left: 20px;
}
.news-dropdown .competition-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-dropdown-container {
  display: table;
  width: 100%;
  padding: 10px;
  height: 212px;
}
.news-dropdown-container .current-menu-item {
  box-shadow: none;
}
.news-dropdown-container .current-menu-item a {
  color: #b3d88b !important;
}

.news-dropdown-container ul {
  list-style: none;
  padding: 25px 0 20px 0;
  margin: 0px;
}

.news-dropdown-container ul li {
  float: left;
  width: 148px;
}
.news-dropdown-container ul li a {
  color: #333333;
  font-size: 14px;
}
.news-dropdown-container ul li a:hover {
  color: #487b39;
}

.fhg__figcaption, .fhg__figcaption--meta, .fhg__figcaption--noMeta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  padding: 8px 0;
  padding: 0.5rem 0;
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: transform 0.55s ease;
}

.fhg__figcaption--meta {
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.fhg__figcaption h3, .fhg__figcaption--meta h3, .fhg__figcaption--noMeta h3 {
  color: #fff;
  text-align: left;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.fhg__figcaption a, .fhg__figcaption--meta a, .fhg__figcaption--noMeta a {
  display: block;
}

.fhg__figcaption span, .fhg__figcaption--meta span, .fhg__figcaption--noMeta span {
  display: none;
}

@media screen and (min-width: 768px) {
  .fhg__figcaption span, .fhg__figcaption--meta span, .fhg__figcaption--noMeta span {
    display: block;
    color: #fff;
    font-weight: 300;
    border-top: 1px solid #fff;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin-top: 0.5rem;
    line-height: 1;
  }
}
.live .fix-results {
  margin-bottom: 0px;
}
.live .article {
  margin-bottom: 0px;
}
.live section.share {
  border-top: none;
  border-bottom: none;
}
.live .share__list {
  padding: 8px;
}
.live .share__item a {
  padding: 0px;
}

.live-home .articleList__header {
  margin: 9px 0;
}
.live-home div.article {
  padding: 0px;
  margin-bottom: 9px;
}
.live-home table {
  width: 100%;
}
.live-home table tr.match-live {
  background: #CFCFCF;
}
.live-home table td {
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  border-right: solid 1px #E9E9E9;
}
.live-home table td:nth-child(even) {
  font-weight: bold;
  font-size: 30px;
  width: 10%;
}
.live-home table td.match-live a {
  font-weight: bold;
  font-size: 24px;
  color: #487b39;
}
.live-home table td.match-not-live {
  font-weight: bold;
  font-size: 24px;
  color: #487b39;
}
.live-home table td:first-child {
  width: 25%;
}
.live-home table td:last-child {
  width: 25%;
}
.live-home table td:nth-child(3) {
  width: 30%;
}

.live-scores-header {
  background: #487b39;
}

.live-scoring-wrapper {
  background: #000000;
  padding: 0px !important;
  position: relative;
}
.live-scoring-wrapper .live-scoring-points {
  background: #c1c1c1 url("images/teamheaderbg.jpg") repeat scroll center center;
  height: 104px;
  position: relative;
}
.live-scoring-wrapper .live-scoring-points .left-logo {
  padding: 10px;
  height: 105px;
  position: relative;
}
.live-scoring-wrapper .live-scoring-points .left-logo img {
  left: -21px;
  padding: 34px;
  position: absolute;
  top: -26px;
  height: 158px;
}
.live-scoring-wrapper .live-scoring-points .right-logo {
  padding: 10px;
  height: 105px;
  position: relative;
}
.live-scoring-wrapper .live-scoring-points .right-logo img {
  right: -21px;
  padding: 34px;
  position: absolute;
  top: -26px;
  height: 158px;
}
.live-scoring-wrapper .live-scoring-points .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.live-scoring-wrapper .live-scoring-points .score {
  font-size: 36px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 1px #C3C3C3;
  border-right: solid 1px #C3C3C3;
  height: 100%;
}
.live-scoring-wrapper .live-scoring-points .score .date {
  font-size: 16px;
  color: #487b39;
  text-align: center;
  text-transform: uppercase;
}
.live-scoring-wrapper .live-scoring {
  background: url("images/livescoringbg.jpg") top no-repeat;
  width: 100%;
  min-height: 725px;
  top: 0;
}
.live-scoring-wrapper .live-scoring .live-scoring-container {
  background: url("images/livescoringcontainer.png") top no-repeat;
  width: 100%;
  padding: 9px;
}
.live-scoring-wrapper .live-scoring .live-scoring-tab-container {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  border-top: medium none;
  min-height: 630px;
  height: 100%;
  padding-bottom: 25px;
  margin-top: -9px;
}
.live-scoring-wrapper .live-scoring .score-timeline {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  padding: 9px;
  position: relative;
}
.live-scoring-wrapper .live-scoring .score-timeline ul {
  background: #2D2D2D;
  height: 35px;
  display: table;
  width: 100%;
  font-size: 21px;
  padding: 0px;
  margin: 0px;
  border-right: solid 10px #FF0000;
}
.live-scoring-wrapper .live-scoring .score-timeline ul li {
  display: table-cell;
  list-style: none;
  text-align: center;
}
.live-scoring-wrapper .live-scoring .score-timeline ul li:last-child {
  padding-right: 20px;
}
.live-scoring-wrapper .live-scoring .score-timeline ul li span {
  font-size: 17px;
}
.live-scoring-wrapper .live-scoring .score-timeline .versus {
  background: #487b39;
  padding: 0 10px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-logo-left {
  width: 40px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-logo-left img {
  width: 40px;
  padding: 5px 0px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-header {
  margin-bottom: 5px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-header .timeline-stadium {
  float: left;
  line-height: 16px;
  padding-bottom: 14px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-header .timeline-attendance {
  float: right;
  text-align: right;
  line-height: 16px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-header .col-md-2 {
  padding-left: 0px;
  padding-right: 0px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-header .timeline-goals-left {
  line-height: 16px;
  text-align: right;
  font-size: 12px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-header .timeline-goals-right {
  line-height: 16px;
  text-align: left;
  font-size: 12px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-icons-top {
  position: absolute;
  text-align: center;
  bottom: 45px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-icons-top img {
  width: 20px;
}
.live-scoring-wrapper .live-scoring .score-timeline li.arrow_box_up {
  position: relative;
  background: #2d2d2d;
}
.live-scoring-wrapper .live-scoring .score-timeline li.arrow_box_up:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(45, 45, 45, 0);
  border-bottom-color: #2d2d2d;
  border-width: 10px;
  margin-left: -10px;
}
.live-scoring-wrapper .live-scoring .score-timeline li.arrow_box_down {
  position: relative;
  background: #2d2d2d;
}
.live-scoring-wrapper .live-scoring .score-timeline li.arrow_box_down:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(45, 45, 45, 0);
  border-top-color: #2d2d2d;
  border-width: 11px;
  margin-left: -11px;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-icons-bottom {
  position: absolute;
  text-align: center;
  bottom: -55px;
  cursor: pointer;
}
.live-scoring-wrapper .live-scoring .score-timeline .timeline-icons-bottom img {
  width: 20px;
}
.live-scoring-wrapper .live-scoring .score-timeline .event-icon {
  position: absolute;
  top: -28px;
  left: -20px;
}
.live-scoring-wrapper .live-scoring .tooltip.top .tooltip-inner {
  background-color: #FFFFFF;
  color: #2D2D2D;
}
.live-scoring-wrapper .live-scoring .tooltip.top .tooltip-arrow {
  border-top-color: #FFFFFF;
}
.live-scoring-wrapper .nav-tabs {
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.live-scoring-wrapper .nav-tabs > li {
  width: 49.7%;
  margin-right: 2px;
  border-radius: 0px;
  background: #D2D2D2;
  color: #2D2D2D;
  outline: none;
}
.live-scoring-wrapper .nav-tabs li.col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.live-scoring-wrapper .nav-tabs > li > a {
  border-radius: 0px !important;
  color: #2D2D2D;
  outline: none;
}
.live-scoring-wrapper .nav-tabs li.active a {
  background: #487b39;
  border: none;
  color: #FFFFFF;
  margin: 0px;
  padding: 11px;
}
.live-scoring-wrapper .nav-tabs li.active a::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #487b39 rgba(72, 123, 57, 0) rgba(72, 123, 57, 0);
  border-image: none;
  border-style: solid;
  border-width: 20px;
  content: " ";
  height: 0;
  left: 46%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.live-scoring-wrapper .tab-content {
  font-size: 14px;
}
.live-scoring-wrapper .tab-content .tab-pane {
  color: #FFFFFF;
  padding: 28px 5px 28px 5px;
}
.live-scoring-wrapper .tab-content .commentary-header {
  font-weight: bold;
  padding-bottom: 5px;
}
.live-scoring-wrapper .tab-content .commentary-liner {
  border-top: solid 1px #808080;
  padding: 5px 0;
  margin: 0px;
}
.live-scoring-wrapper .tab-content .commentary-liner > div {
  padding: 0px;
}
.live-scoring-wrapper .tab-content .yellow {
  padding: 0px;
}
.live-scoring-wrapper .tab-content .yellow-content {
  background: #FFC500;
  color: #000000;
  font-weight: bold;
  padding: 2px !important;
}
.live-scoring-wrapper #teams .teams-logo-left img {
  width: 40px;
  float: left;
}
.live-scoring-wrapper #teams .teams-logo-right img {
  width: 40px;
  float: right;
}
.live-scoring-wrapper #teams .teams-data {
  margin-top: 55px;
  text-align: left;
  line-height: 16px;
}
.live-scoring-wrapper #teams .teams-data span.left {
  float: left;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}
.live-scoring-wrapper #teams .teams-data span.right {
  float: right;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}
.live-scoring-wrapper #teams .teams-data .teams-position {
  padding-right: 10px;
  width: 10%;
}
.live-scoring-wrapper #teams .teams-data .teams-position-right {
  padding-right: 0px;
  text-align: right;
  width: 10%;
}
.live-scoring-wrapper #teams .teams-data .teams-sub-off {
  padding-left: 20px;
}
.live-scoring-wrapper #teams .teams-data .teams-sub-off-right {
  padding-left: 20px;
  padding-right: 20px;
}
.live-scoring-wrapper #teams .teams-info {
  margin-top: 16px;
  float: left;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}
.live-scoring-wrapper #teams .teams-info-right {
  margin-top: 16px;
  float: right;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}
@media (max-width: 991px) {
  .live-scoring-wrapper #teams .teams-info-right td {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .live-scoring-wrapper #teams span.teams-info.team-right {
    text-align: right;
  }
}
.live-scoring-wrapper .live-news-scroller {
  background: #487b39;
  padding: 0px;
  color: #FFFFFF;
  font-size: 14px;
}
.live-scoring-wrapper .live-news-scroller .scroller-content {
  padding: 13px;
  text-transform: uppercase;
}
.live-scoring-wrapper .live-news-scroller .scroller-time {
  text-transform: uppercase;
  padding: 4px;
}
.live-scoring-wrapper .live-news-scroller .scroller-time .col-lg-6 {
  width: 50%;
}
.live-scoring-wrapper .live-news-scroller .scroller-time .date {
  background: #030303;
  padding: 9px 2px;
  top: 50%;
  text-align: center;
}
.live-scoring-wrapper .live-news-scroller .scroller-time .time {
  background: #333333;
  padding: 9px 2px;
  top: 50%;
  text-align: center;
}
.live-scoring-wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
}
.live-scoring-wrapper #statsmain .stats-header {
  background: #487b39;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  padding: 4px;
  text-align: center;
}
.live-scoring-wrapper #statsmain .col-md-10 {
  padding-left: 0;
  padding-right: 0;
}
.live-scoring-wrapper #statsmain .col-md-2 {
  margin-top: 18px;
  padding-left: 0px;
  padding-right: 0px;
}
.live-scoring-wrapper #statsmain .progress-data {
  height: 25px;
  margin-bottom: 27px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.live-scoring-wrapper #statsmain .progress {
  background: #FE0000;
  border-radius: 0px !important;
  box-shadow: none;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 27px;
}
.live-scoring-wrapper #statsmain .progress .progress-bar {
  background-color: #034694;
  box-shadow: none;
  float: left;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  border-right: solid 12px #FFFFFF;
}
.live-scoring-wrapper #statsmain .yellow {
  background: #ffe000;
  height: 47px;
  padding: 9px 11px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  margin-right: 18px;
  margin-top: 18px;
}
.live-scoring-wrapper #statsmain .red {
  background: #FE0000;
  height: 47px;
  padding: 9px 11px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}
.live-scoring-wrapper #teams {
  padding-top: 45px;
  text-align: center;
}
.live-scoring-wrapper .field-grid {
  position: absolute;
  z-index: 3;
  height: 100%;
  top: 0%;
  width: 325px;
  left: 8.8%;
}
.live-scoring-wrapper .field-row-container {
  height: 100%;
  margin-left: 10%;
}
.live-scoring-wrapper .field-grid .row {
  max-height: 50px;
  height: 100%;
}
.live-scoring-wrapper .field-grid .row .col-md-2 img {
  height: 100%;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}
.live-scoring-wrapper .field-grid .row .col-md-1 img {
  height: 100%;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}
.live-scoring-wrapper .field-grid .row .col-md-1 {
  padding-left: 0px;
}
.live-scoring-wrapper .field-grid .row .col-md-4 img {
  height: 100%;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}
.live-scoring-wrapper .circle img {
  position: relative;
  z-index: 199;
}
.live-scoring-wrapper .circle label {
  position: relative;
  z-index: 200;
  top: -30px;
  color: black;
}
.live-scoring-wrapper .circle {
  width: 27px;
  height: 27px;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 32px;
}
.live-scoring-wrapper .circle_2 {
  width: 27px;
  height: 27px;
  background: BLUE;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 32px;
}
.live-scoring-wrapper .circle_2 img {
  position: relative;
  z-index: 199;
}
.live-scoring-wrapper .circle_2 label {
  position: relative;
  z-index: 200;
  top: -30px;
  color: black;
}
.live-scoring-wrapper .pitch {
  margin-top: 2em;
  width: 305px;
  position: relative;
  height: 456px;
  background-size: contain;
  display: inline-block;
  background: url(images/field.jpg) no-repeat;
}
.live-scoring-wrapper .pitch .tactical-home, .live-scoring-wrapper .pitch .tactical-away, .live-scoring-wrapper .pitch .statistical-home, .live-scoring-wrapper .pitch .statistical-away {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.live-scoring-wrapper .tactical-home .home-player-position {
  background: #004993;
}
.live-scoring-wrapper .tactical-away .away-player-position {
  background: #E43A29;
}
.live-scoring-wrapper .tactical-home .home-player-position, .live-scoring-wrapper .tactical-away .away-player-position {
  margin: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: -13px;
  margin-top: -15px;
  margin-bottom: -15px;
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
}
.live-scoring-wrapper .statistical-home .homeFormation {
  position: absolute;
  top: 18px;
  right: 15px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}
.live-scoring-wrapper .statistical-away .awayFormation {
  position: absolute;
  bottom: 33px;
  right: 15px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}
.live-scoring-wrapper .statistical-home .homeFormation, .live-scoring-wrapper .statistical-away .awayFormation {
  font-size: 0.8em;
}
.live-scoring-wrapper .statistical-home .homePitchBadge {
  position: relative;
  top: 5px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.live-scoring-wrapper .statistical-away .awayPitchBadge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 30px;
  height: 30px;
}
.live-scoring-wrapper .statistical-home .homePitchBadge {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 30px;
}
.live-scoring-wrapper .live-scorers .row div {
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
}
.live-scoring-wrapper .live-scorers .row .score {
  text-align: center;
}

@media screen and (min-width: 991px) and (max-width: 1279px) {
  .live-scoring-wrapper .live-scoring-points .name {
    font-size: 17px !important;
  }

  .nav-tabs > li {
    width: 49.6% !important;
  }

  .live-scoring-wrapper .live-scoring-points .score {
    font-size: 36px;
  }

  .field-grid {
    position: absolute;
    z-index: 3;
    height: 100%;
    top: 422px !important;
    width: 325px;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .live-scoring-wrapper .live-scoring-points .name {
    font-size: 17px !important;
  }

  .nav-tabs > li {
    width: 33.06% !important;
  }

  .live-scoring-wrapper .live-scoring-points .score {
    font-size: 30px;
  }

  .field-grid {
    position: absolute;
    z-index: 3;
    height: 100%;
    top: 422px !important;
    width: 325px;
    margin-left: 20% !important;
  }
}
@media screen and (max-width: 991px) {
  .live-scoring-wrapper .live-scoring-points .left-logo img {
    height: 85px;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
  }
  .live-scoring-wrapper .live-scoring-points .right-logo img {
    height: 85px;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
  }

  .panel-group #statsmain {
    padding-top: 40px;
  }
  .panel-group .panel {
    border-radius: 0 !important;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
  }
  .panel-group .panel span, .panel-group .panel table, .panel-group .panel div {
    color: #FFFFFF;
    font-size: 14px;
  }
  .panel-group .panel #teams {
    padding-top: 0px;
  }
  .panel-group .panel #teams img {
    padding-top: 20px;
    max-width: 100%;
  }
  .panel-group .panel h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  .panel-group .panel h1.accordion-toggle {
    background: #487b39;
    color: #FFFFFF;
  }
  .panel-group .panel h1.accordion-toggle:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #487B39 rgba(72, 123, 57, 0) rgba(72, 123, 57, 0) !important;
    border-image: none;
    border-style: solid;
    border-width: 20px;
    content: " ";
    height: 0;
    left: 46%;
    pointer-events: none;
    position: absolute;
    top: 38px;
    width: 0;
  }
  .panel-group .panel h1.accordion-toggle.collapsed {
    background: #D2D2D2;
    color: #222222;
  }
  .panel-group .panel h1.accordion-toggle.collapsed:after {
    border-width: 0px !important;
  }
  .panel-group .panel-default {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .live-scoring-wrapper .live-scoring-points .score {
    font-size: 36px !important;
    top: 0px !important;
  }
  .live-scoring-wrapper .live-scoring-points .name {
    font-size: 14px !important;
  }

  .panel-group #statsmain {
    padding-top: 40px;
  }
  .panel-group .panel {
    border-radius: 0 !important;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
  }
  .panel-group .panel span, .panel-group .panel table, .panel-group .panel div {
    color: #FFFFFF;
    font-size: 14px;
  }
  .panel-group .panel #teams {
    padding-top: 0px;
  }
  .panel-group .panel #teams img {
    padding-top: 20px;
    max-width: 100%;
  }
  .panel-group .panel h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  .panel-group .panel h1.accordion-toggle {
    background: #487b39;
    color: #FFFFFF;
  }
  .panel-group .panel h1.accordion-toggle:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #487b39 rgba(72, 123, 57, 0) rgba(72, 123, 57, 0);
    border-image: none;
    border-style: solid;
    border-width: 20px;
    content: " ";
    height: 0;
    left: 46%;
    pointer-events: none;
    position: absolute;
    top: 38px !important;
    width: 0;
  }
  .panel-group .panel h1.accordion-toggle.collapsed {
    background: #D2D2D2;
    color: #222222;
  }
  .panel-group .panel h1.accordion-toggle.collapsed:after {
    border-width: 0px !important;
  }
  .panel-group .panel-default {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Default styling for jQuery Calendars Picker v2.0.0. */
.calendars {
  background-color: #fff;
  color: #000;
  font-size: 90%;
  width: 100% !important;
  padding: 10px;
  position: relative;
}

.calendars-rtl {
  direction: rtl;
}

.calendars-popup {
  z-index: 1000;
}

.calendars-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.calendars a {
  color: #487b39;
  text-decoration: none;
}

.calendars a.calendars-disabled {
  color: #888;
  cursor: auto;
}

.calendars button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-weight: bold;
}

.calendars-nav, .calendars-ctrl {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  color: #000;
  font-size: 90%;
  font-weight: bold;
}

.calendars-ctrl {
  background-color: #600;
}

.calendars-cmd {
  width: 30%;
}

.calendars-cmd:hover {
  color: #487b39;
}

.calendars-ctrl .calendars-cmd:hover {
  background-color: #f08080;
}

.calendars-cmd-prevJump, .calendars-cmd-nextJump {
  width: 8%;
}

a.calendars-cmd {
  height: 1.5em;
}

button.calendars-cmd {
  text-align: center;
}

.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
  float: left;
  padding-left: 2%;
}

.calendars-cmd-current, .calendars-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}

.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}

.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
  float: right;
}

.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}

.calendars-month-nav {
  float: left;
  background-color: #777;
  text-align: center;
}

.calendars-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}

.calendars-month-nav span {
  color: #888;
}

.calendars-month-row {
  clear: left;
}

.calendars-month {
  float: left;
  width: 15em;
  border: none;
  text-align: center;
  width: 100%;
}

.calendars-month-header {
  padding: 2px;
  background-color: #487b39;
}

.calendars-month-header select, .calendars-month-header input {
  height: 2em;
  background-color: #487b39;
  color: #fff;
  font-weight: bold;
  padding: 2px;
}

.calendars-month-header select, .calendars-month-header input {
  height: 2em;
  border: none;
}

.calendars-month-header input {
  position: absolute;
  display: none;
}

.calendars-month table {
  width: 100%;
  border-collapse: collapse;
}

.calendars-month thead {
  border-bottom: 1px solid #aaa;
}

.calendars-month th, .calendars-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}

.calendars-month th {
  border: 1px solid #CDCDCD;
}

.calendars-month th, .calendars-month th a {
  background-color: #b3d88b;
  color: #fff;
}

.calendars-month td {
  background-color: #eee;
  border: 1px solid #CDCDCD;
}

.calendars-month td.calendars-week {
  border: 1px solid #CDCDCD;
}

.calendars-month td.calendars-week * {
  background-color: #777;
  color: #fff;
  border: none;
}

.calendars-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #FFFFFF;
  color: #000;
  text-decoration: none;
}

.calendars-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}

.calendars-month td span {
  color: #888;
}

.calendars-month td .calendars-other-month {
  background-color: #fff;
}

.calendars-month td .calendars-weekend {
  background-color: #487b39;
}
.calendars-month td .calendars-weekend > a {
  color: #FFFFFF !important;
}

.calendars-month td .calendars-today {
  background-color: #7FE748;
}

.calendars-month td .calendars-highlight {
  background-color: #7FE748;
}

.calendars-month td .calendars-selected {
  background-color: #777;
  color: #fff;
}

.calendars-month th.calendars-week {
  background-color: #777;
  color: #fff;
}

.calendars-status {
  clear: both;
  background-color: #ddd;
  text-align: center;
}

.calendars-clear-fix {
  clear: both;
}

.contactform .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.contactsubmit {
  border: none !important;
  color: #FFFFFF !important;
  background: #333333;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  width: 230px !important;
  transition: all 700ms ease 0s;
  margin-top: 20px !important;
}
.contactsubmit:hover {
  background: #487b39;
  border: none;
  transition: all 300ms ease 0s;
}

p.contactlabel {
  font-weight: bold;
}

p.contactlabel_security_code {
  font-weight: bold;
  margin-bottom: 0px;
}

.wpcf7-captchac {
  position: absolute;
  margin-left: 20px;
  margin-top: 18px;
}

.contactform input, textarea {
  padding: 12px;
  color: #487b39;
  margin-top: 5px;
  width: 100%;
}
.contactform input:hover, textarea:hover {
  border: solid 1px #b3d88b;
}

.contactform input.wpcf7-not-valid {
  border: solid 1px #FF0000;
  background: #FFDBDB;
}

span.wpcf7-not-valid-tip {
  font-weight: normal;
}

div.wpcf7-validation-errors {
  border: solid 1px #FF0000;
  color: #FF0000;
}

@media screen and (max-width: 767px) {
  .contactform p {
    padding-left: 9px;
  }
  .contactform input.security_input {
    width: 75%;
  }
}
@CHARSET "UTF-8";
.sbHolder {
  background-color: #FFFFFF;
  border: solid 1px #A8A8A8;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: absolute;
  width: 200px;
  right: 16px;
  top: 350px;
}

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 27px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
  color: #333333;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url(images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.sbToggle:hover {
  background: url(images/select-icons.png) 0 -167px no-repeat;
}

.sbToggleOpen {
  background: url(images/select-icons.png) 0 -18px no-repeat;
}

.sbToggleOpen:hover {
  background: url(images/select-icons.png) 0 -67px no-repeat;
}

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbOptions {
  background-color: #FFFFFF;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto;
}

.sbOptions li {
  padding: 0 7px;
}

.sbOptions a {
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #487b39;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

.top-news-scroller {
  height: 47px;
  background: #222222;
  margin-top: 2px;
  z-index: 100000 !important;
}
.top-news-scroller span {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
}
.top-news-scroller .container {
  width: 100%;
  background: #2D2D2D;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  cursor: pointer;
}
.top-news-scroller .marquee-sibling {
  padding: 0;
  background: #222222;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-weight: normal;
  color: #EEEEEE;
  text-align: center;
  float: left;
  left: 0;
  z-index: 100;
}
.top-news-scroller .marquee,
.top-news-scroller *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.top-news-scroller .marquee {
  margin-left: 25%;
}
.top-news-scroller .marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}
.top-news-scroller .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #EEEEEE;
  font-size: 14px;
}
.top-news-scroller .marquee-content-items li:after {
  content: "|";
  margin: 0 7px 0 12px;
}

/* Tables, Fixtures, Results & Stats Widget */
#accordion .panel {
  margin-top: 0px;
}
#accordion .panel-heading {
  background: #333333;
  padding: 12px;
  padding: 0.8rem;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
  color: #FFFFFF;
}
#accordion .panel-heading:hover {
  background: #487b39;
}

.panel-group {
  margin-bottom: 0px;
}

.panel-title .accordion-toggle .panel-heading {
  background: #FF0000;
}

#accordion .pl-tables {
  width: 100%;
  font-size: 13px;
}
#accordion .pl-tables th {
  text-align: left;
  padding: 2px 5px;
}
#accordion .pl-tables tr {
  border-bottom: 1px solid #D1D1D1;
}
#accordion .pl-tables tr:last-child {
  border-bottom: none;
}
#accordion .pl-tables tr:nth-child(even) {
  background: #EEEEEE;
}
#accordion .pl-tables tr td {
  padding: 2px 5px;
}

#accordion .pl-fixtures {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}
#accordion .pl-fixtures th {
  text-align: left;
  padding: 2px 5px;
}
#accordion .pl-fixtures tr:nth-child(odd) {
  background: #EEEEEE;
}
#accordion .pl-fixtures tr:nth-child(even) {
  background: #F3F5F0;
}
#accordion .pl-fixtures tr td {
  padding: 10px;
}
#accordion .pl-fixtures tr td:nth-child(1) {
  width: 15%;
  color: #9D9D9D;
}
#accordion .pl-fixtures tr td:nth-child(2) {
  text-align: left;
  width: 33%;
}
#accordion .pl-fixtures tr td:nth-child(3) {
  width: 10%;
  color: #9D9D9D;
}
#accordion .pl-fixtures tr td:nth-child(4) {
  text-align: right;
}

#accordion .pl-results {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}
#accordion .pl-results th {
  text-align: left;
  padding: 2px 5px;
}
#accordion .pl-results tr:nth-child(odd) {
  background: #EEEEEE;
}
#accordion .pl-results tr:nth-child(even) {
  background: #F3F5F0;
}
#accordion .pl-results tr td {
  padding: 10px;
}
#accordion .pl-results tr td:nth-child(1) {
  text-align: left;
  width: 40%;
}
#accordion .pl-results tr td:nth-child(2) {
  width: 20%;
  color: #9D9D9D;
  text-align: center;
}
#accordion .pl-results tr td:nth-child(3) {
  text-align: right;
}

#accordion .pl-stats {
  width: 100%;
  font-size: 13px;
}
#accordion .pl-stats th {
  text-align: left;
  padding: 2px 5px;
}
#accordion .pl-stats tr {
  background: #EEEEEE;
  border-bottom: solid 5px #FFFFFF;
}
#accordion .pl-stats td {
  padding: 10px;
  width: 50%;
  text-align: left;
}

#fixtures span.fixtures-date, #results span.fixtures-date {
  color: #487b39;
  font-weight: bold;
  margin: 10px;
  font-size: 14px;
}
#fixtures .panel-body, #results .panel-body {
  padding: 0px;
}

#stats div.stats-date {
  color: #333333;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  border-bottom: solid 5px #FFFFFF;
}
#stats .panel-body {
  padding: 0px;
  background: #EEEEEE;
}

.galleries .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.galleries .fhg__list {
  padding: 17px;
}
.galleries .fhg__list li:nth-child(odd) {
  padding-right: 5px;
}
.galleries .fhg__list li:nth-child(even) {
  padding-left: 5px;
}
.galleries .fhg__list .fhg__figure .fhg__figcaption, .galleries .fhg__list .fhg__figure .fhg__figcaption--noMeta {
  transform: translateY(32px);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.galleries .fhg__list .fhg__figure:hover .fhg__figcaption, .galleries .fhg__list .fhg__figure:hover .fhg__figcaption--noMeta {
  transform: translateY(0px);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.galleries .fhg__list .fhg__figure .fhg__figcaption h3, .galleries .fhg__list .fhg__figure .fhg__figcaption h2 {
  border-left: 2px solid #1c5515;
  padding: 0.1rem 0 0 0.5rem;
  text-align: left !important;
  margin-left: 10px;
}
.galleries .fhg__list .fhg__figure .fhg__figcaption figcaption h2 {
  border-left: 2px solid #1c5515;
  padding: 0.1rem 0 0 0.5rem;
  text-align: left !important;
}
.galleries #sync1 h2 {
  border-left: 2px solid #1c5515;
  padding: 0.1rem 0 0 0.5rem;
  text-align: left !important;
}

.squad .col-md-2 {
  width: 20%;
}
.squad .article {
  padding: 14px 18px;
}
.squad .squad_name {
  font-size: 14px;
}
.squad .squad_main_img img {
  max-width: 100%;
}
.squad ul {
  padding: 0px;
  margin: 0px;
}
.squad ul li {
  list-style: none;
}

.stats-stats-wrapper {
  padding: 0px !important;
  position: relative;
}
.stats-stats-wrapper .live-scoring {
  background: #FFFFFF;
  width: 100%;
  top: 0;
}
.stats-stats-wrapper .live-scoring .live-scoring-tab-container {
  height: 100%;
  padding-bottom: 25px;
  margin-top: -9px;
}
.stats-stats-wrapper .nav-tabs {
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.stats-stats-wrapper .nav-tabs > li {
  width: 33.08%;
  margin-right: 2px;
  border-radius: 0px;
  background: #D2D2D2;
  color: #2D2D2D;
  outline: none;
}
.stats-stats-wrapper .nav-tabs li.col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.stats-stats-wrapper .nav-tabs > li > a {
  border-radius: 0px !important;
  color: #2D2D2D;
  outline: none;
}
.stats-stats-wrapper .nav-tabs li.active a {
  background: #487b39;
  border: none;
  color: #FFFFFF;
  margin: 0px;
  padding: 11px;
}
.stats-stats-wrapper .nav-tabs li.active a::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #487b39 rgba(72, 123, 57, 0) rgba(72, 123, 57, 0);
  border-image: none;
  border-style: solid;
  border-width: 20px;
  content: " ";
  height: 0;
  left: 42%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.stats-stats-wrapper .article h1, .stats-stats-wrapper .article .h1 {
  margin-bottom: 0px;
  cursor: pointer;
}
.stats-stats-wrapper .tab-content {
  font-size: 14px;
}
.stats-stats-wrapper .tab-content .tab-pane {
  color: #FFFFFF;
  padding: 28px 0 0 0;
}
.stats-stats-wrapper .panel-body {
  padding: 25px 15px 15px 15px;
}
.stats-stats-wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
}
.stats-stats-wrapper .tab-content .article-table {
  padding: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs > li {
    width: 33% !important;
  }

  .live-scoring-wrapper .live-scoring-points .score {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .panel-group .panel {
    border-radius: 0 !important;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .panel-group .panel span, .panel-group .panel table, .panel-group .panel div {
    color: #FFFFFF;
    font-size: 14px;
  }
  .panel-group .panel #teams {
    padding-top: 0px;
  }
  .panel-group .panel #teams img {
    padding-top: 20px;
    max-width: 100%;
  }
  .panel-group .panel h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  .panel-group .panel h1.accordion-toggle {
    background: #487b39;
    color: #FFFFFF;
  }
  .panel-group .panel h1.accordion-toggle:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #487b39 rgba(72, 123, 57, 0) rgba(72, 123, 57, 0);
    border-image: none;
    border-style: solid;
    border-width: 20px;
    content: " ";
    height: 0;
    left: 46%;
    pointer-events: none;
    position: absolute;
    top: 39px;
    width: 0;
  }
  .panel-group .panel h1.accordion-toggle.collapsed {
    background: #D2D2D2;
    color: #222222;
  }
  .panel-group .panel h1.accordion-toggle.collapsed:after {
    border-width: 0px !important;
  }
  .panel-group .panel-default {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#not_found .not_found_top {
  background: #000000;
  height: 100px;
  text-align: center;
}
#not_found .not_found_top img {
  padding-top: 16px;
}
#not_found .not_found_bottom {
  text-align: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
#not_found .not_found_bottom .large_msg {
  font-size: 82px;
  font-weight: bold;
  color: #487b39;
}
#not_found .not_found_bottom .sml_msg {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 43px;
}
#not_found .not_found_bottom .home_button {
  margin-top: 82px;
}
#not_found .not_found_bottom .home_button span {
  text-transform: uppercase;
  background: #487b39;
  color: #FFFFFF;
  font-weight: bold;
  padding: 12px;
}
#not_found .not_found_bottom .home_button span:hover {
  background: #b3d88b;
}

.top-main-menu div.col-md-9 {
  padding-right: 0px !important;
}

@media screen and (min-width: 992px) {
  #mega-menu-wrap-header-menu {
    background: #487b39 !important;
    z-index: 100000 !important;
  }

  #mega-menu-header-menu > li.mega-menu-item {
    margin: 0px !important;
  }
  #mega-menu-header-menu > li.mega-menu-item:hover {
    box-shadow: 0 -6px 0 0 #b3d88b inset !important;
    background: none !important;
  }
  #mega-menu-header-menu > li.mega-menu-item:first-child a {
    border-left: none !important;
  }
  #mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu {
    background: #FFFFFF !important;
  }
  #mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu li:hover {
    box-shadow: none !important;
  }
  #mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu a {
    text-align: center !important;
    padding: 0px !important;
    color: #333333 !important;
    font-size: 14px !important;
    border-left: solid 0px #FFFFFF !important;
    background: none !important;
  }
  #mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu a:hover {
    background: none !important;
    color: #487b39 !important;
  }
  #mega-menu-header-menu > li.mega-menu-item a {
    text-align: center !important;
    padding: 0px 24px !important;
    font-size: 17px !important;
    display: initial !important;
    border-left: solid 1px #FFFFFF !important;
    background: none !important;
  }
  #mega-menu-header-menu > li.mega-menu-item a:hover {
    background: none !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor {
    background: none !important;
    box-shadow: 0 -6px 0 0 #b3d88b inset !important;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    background: #487b39 !important;
  }
}
#mega-menu-wrap-header-menu #mega-menu-header-menu {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mega-menu-current {
  box-shadow: 0 -6px 0 0 #b3d88b inset !important;
}

.cat_col {
  width: 180px !important;
  float: left !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
  overflow: hidden !important;
  border-left: solid 1px #CCC !important;
}
.cat_col:first-child {
  border-left: 0px !important;
}

.cat_col li {
  clear: left !important;
  display: block !important;
  padding: 0 0 0 25px !important;
  margin: 1px 0 0 0 !important;
  width: 150px !important;
}
.cat_col li a {
  color: #333333 !important;
  font-size: 13px !important;
  line-height: 13px !important;
}
.cat_col li a:hover {
  color: #487b39 !important;
}

.news_dropdown_logo img {
  margin-top: 12% !important;
}

.latest_articles_dropdown ul li {
  width: 25% !important;
  float: left !important;
  font-size: 12px !important;
  border-left: solid 1px #CCC !important;
  padding-right: 20px !important;
  padding-left: 30px !important;
}
.latest_articles_dropdown ul li:first-child {
  border-left: 0px !important;
}
.latest_articles_dropdown ul li h3 {
  font-weight: bold !important;
  line-height: 12px !important;
}

/* Media Queries */
/**
 *  Large Desktop - lg
 */
@media screen and (min-width: 1020px) {
  .transformer__newsletter label > span:nth-of-type(2) {
    width: 246px;
  }

  .form__inputWrapper input[type="text"] {
    width: 171px;
    margin-left: 65px;
  }

  .top-main-menu div.col-md-3 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1019px) {
  #gallery-2 {
    display: none !important;
  }

  .right-banner-ad {
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-header-menu > li.mega-menu-item a {
    font-size: 12px !important;
    padding: 0 19px !important;
  }
}
/**
 *  Tablet Landscape - md
 */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .live-scoring-wrapper .live-scoring-points .left-logo img {
    left: 7px;
    padding: 0px;
    top: 6px;
    width: 70px;
    height: auto !important;
  }

  .live-scoring-wrapper .live-scoring-points .right-logo img {
    right: 7px;
    padding: 0px;
    top: 6px;
    width: 70px;
    height: auto !important;
  }

  .field-grid {
    left: 18.4% !important;
  }

  .sidebar {
    background: #E1E1E1;
  }

  .widget, .widget--double {
    display: inline-block;
    width: 100%;
  }

  .widget.widget-accordion {
    width: 100%;
  }

  .sidebar-accordion {
    display: block;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .tables .article-table {
    margin-bottom: 9px;
    padding: 0px;
  }

  .header .col-lg-2 {
    padding-left: 0px !important;
  }

  .featured-matches.col-md-5 {
    width: 34%;
  }

  .top-main-menu div.col-md-3 {
    padding-left: 0px;
  }

  .transformer__newsletter label > span:nth-of-type(1) {
    font-size: 12px;
    padding: 5px 0 5px 8px;
    width: 32%;
  }

  .form__input--text {
    width: 96%;
  }

  .header .col-md-6 {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .widget .articleList__imgWrapper img, .articleList__imgWrapper--grid img {
    max-width: 110px !important;
  }

  .widget .articleList__figcaption, .articleList__figcaption--dark, .articleList__figcaption--noMeta {
    border-left: 4px solid #FFF !important;
  }

  .featured-news-widget ul {
    margin-top: -16px !important;
  }
  .featured-news-widget ul li:last-child {
    margin-bottom: 5px !important;
  }
  .featured-news-widget ul p {
    padding-top: 3px;
  }
  .featured-news-widget h3 {
    font-size: 14px;
  }
}
/**
 *  Tablet Portrait - sm
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sml-home .col-xs-6 {
    width: 50%;
    padding-left: 6px !important;
  }
  .sml-home .hero__item {
    float: left !important;
  }
  .sml-home .hero__item:nth-of-type(odd) {
    padding-right: 6px !important;
    margin-bottom: 0px !important;
    padding-left: 6px !important;
  }
  .sml-home .hero__item:nth-of-type(even) {
    padding-left: 3px !important;
    margin-bottom: 0px !important;
  }

  .hero__item h3 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 0.9rem;
  }

  .hero__item h2 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 0.9rem;
  }

  .content, .content--nullPadding {
    width: calc(100% - (300px + 0.5rem));
    float: left;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }

  .sidebar {
    display: block;
    float: right;
    width: calc(300px + 0.5rem);
    padding: 0.28rem 0.5rem 0 0;
  }

  .transformer__newsletter {
    position: absolute;
    height: auto;
    top: -59px;
  }
  .transformer__newsletter label > span:nth-of-type(2) {
    width: 246px;
  }

  .form__inputWrapper input[type="text"] {
    width: 178px;
    margin-left: 27px;
  }

  .header__menuToggle, .header__close {
    top: 93px;
    position: absolute;
  }

  .header .col-lg-5 {
    margin-left: 0px;
  }

  .featured-matches {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .featured-matches .featured-block {
    margin-top: 1px;
    padding-bottom: 0px;
  }
  .featured-matches .featured-block.col-sm-6 {
    padding-left: 0px;
  }

  .featured-matches-title {
    line-height: 38px;
    text-align: left;
    top: -3px;
  }

  .top-main-menu .row {
    height: 0px;
  }

  .social {
    margin: -100px 24px 0 0;
  }

  .competition-selector .sbHolder {
    float: left;
  }

  .featured-block-3 {
    display: none;
  }

  .sml-home .col-sm-6, .sml-home .col-xs-6 {
    width: 50%;
    padding-left: 6px;
  }
  .sml-home .hero__item {
    float: left !important;
  }
  .sml-home .hero__item h3 {
    font-size: 0.9rem;
  }
  .sml-home .hero__item h2 {
    font-size: 0.9rem;
  }

  .hero-home .col-md-8 {
    padding-right: 15px !important;
  }
  .hero-home img {
    max-height: 100% !important;
  }
  .hero-home .owl-item {
    margin-bottom: 9px;
  }
  .hero-home #tt-featured-news .item img {
    width: 97.4%;
  }

  .top-story-two-three .hero__item {
    margin-top: 9px;
  }
}
/**
 *  Mobile to Tablet Portrait
 */
@media screen and (max-width: 991px) {
  #mega-menu-wrap-header-menu {
    height: 1000px;
    background: #000000;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a {
    box-shadow: 6px 0 0 0 #b3d88b inset;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    padding: 10px 5px 10px 0;
  }

  #mega-menu-header-menu li {
    border-bottom: solid 1px #383838 !important;
  }

  #mega-menu-header-menu > li.mega-menu-item > a {
    font-size: 16px !important;
    margin: 5px 5px 5px 0 !important;
    text-transform: uppercase !important;
    padding: 0 20px !important;
  }
  #mega-menu-header-menu > li.mega-menu-item > a:hover {
    background: #487b39 !important;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    background: #000000 !important;
  }

  .mobile_menu_container {
    background: #487b39;
    height: 48px;
  }

  .cat_col {
    border-left: none !important;
    float: none !important;
  }
  .cat_col li {
    padding: 5px 0 5px 25px !important;
  }

  .news_dropdown_logo img {
    margin-top: 0px !important;
    max-width: 85% !important;
  }

  .latest_articles_dropdown ul li {
    float: none !important;
    border-left: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 75% !important;
  }

  .tables .col-md-6:nth-child(2n) {
    padding-left: 0px;
  }

  .widget-accordion {
    padding: 0px !important;
  }

  .featured-news-widget ul p {
    padding-left: 0px;
    padding-right: 3px;
    font-size: 15px;
    line-height: 18px;
    padding-top: 2px;
  }

  .top-social-container {
    left: 12px;
    right: inherit;
    margin-top: -3px;
  }

  .navigation--secondary {
    display: block;
    width: 100%;
    max-height: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
    background: #333333;
  }
  .navigation--secondary .current-menu-item {
    box-shadow: inset 0 -6px 0 0 #487b39;
  }

  .navigation--secondary li {
    display: block !important;
    width: 100%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .navigation--secondary a {
    display: block;
    border: 0;
    outline: 0;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
    background: #888;
    padding: 12px;
    padding: 0.8rem;
  }
  .navigation--secondary a:hover {
    text-decoration: none;
    background: #487b39;
  }
}
/**
 *  Mobile - xs
 */
@media screen and (max-width: 767px) {
  .sml-home .col-xs-6 {
    width: 50%;
    padding-left: 6px !important;
  }
  .sml-home .hero__item {
    float: left !important;
  }
  .sml-home .hero__item:nth-of-type(odd) {
    padding-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .sml-home .hero__item:nth-of-type(even) {
    padding-left: 9px !important;
    margin-bottom: 0px !important;
  }

  .hero-home .col-md-8 {
    padding-right: 15px !important;
  }
  .hero-home img {
    max-height: 100% !important;
  }
  .hero-home .owl-item {
    margin-bottom: 9px;
  }
  .hero-home #tt-featured-news .item img {
    width: 97.4%;
  }

  .top-story-two-three .hero__item {
    margin-top: 9px;
  }

  .middle-advert {
    margin-top: -3px;
  }
  .middle-advert div {
    text-align: center;
  }

  .footer-advert div {
    text-align: center;
  }

  .featured-news-widget ul {
    margin-top: -16px !important;
  }
  .featured-news-widget ul li:last-child {
    margin-bottom: 5px !important;
  }
  .featured-news-widget ul p {
    padding-top: 3px;
  }

  .articleList__figure .col-xs-4 {
    width: 33.3333% !important;
    padding-left: 0px;
    padding-right: 9px;
  }
  .articleList__figure .col-xs-8 {
    width: 66.6667% !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 9px;
  }

  .articleList__item .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .more-news-article-page {
    display: block !important;
  }

  .featured-news-article-page {
    display: none;
  }

  .hero__imgWrapper img {
    width: 100%;
  }

  .hero__item:nth-of-type(2n+1) {
    padding: 0;
  }

  .hero__list .col-xs-12 {
    padding: 0;
  }

  .hero__list .col-xs-6 {
    padding-right: 0px !important;
  }

  .hero__item h3 {
    font-size: 15px;
  }
  .hero__item h2 {
    font-size: 10px;
  }
  .hero__item:nth-child(odd) {
    padding-right: 4px !important;
  }
  .hero__item:nth-child(even) {
    padding-left: 4px !important;
  }

  .articleList__imgWrapper, .articleList__imgWrapper--grid {
    padding-right: 9px;
    width: 33.3333%;
  }

  .articleList__figcaption h3::after, .articleList__figcaption--dark h3::after, .articleList__figcaption--noMeta h3::after {
    white-space: nowrap !important;
  }

  .articleList__imgWrapper img, .articleList__imgWrapper--grid img {
    width: 100% !important;
  }

  .articleList__figcaption, .articleList__figcaption--dark, .articleList__figcaption--noMeta {
    border-left: 0;
    width: 33.33%;
  }
  .articleList__figcaption h3, .articleList__figcaption--dark h3, .articleList__figcaption--noMeta h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .articleList__figcaption p, .articleList__figcaption--dark p, .articleList__figcaption--noMeta p {
    padding-left: 0;
  }

  .navigation--accessibility a {
    border-right: none;
    border-bottom: solid 1px #5C5C5C;
    padding: 20px 0;
    background: #000000;
  }
  .navigation--accessibility a:hover {
    background: #5C5C5C;
  }

  .footer__banner {
    margin-top: 7px;
  }

  .footer__banner img {
    max-width: 100%;
    padding: 10px;
    position: relative;
    margin-top: 55px;
  }

  .footer__bottom {
    height: inherit;
  }

  .team--menu {
    display: none !important;
  }

  .navigation--secondary {
    display: block;
    width: 100%;
    max-height: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
    background: #333333;
  }
  .navigation--secondary .current-menu-item {
    box-shadow: inset 0 -6px 0 0 #487b39;
  }

  .navigation--secondary li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .navigation--secondary a {
    display: block;
    border: 0;
    outline: 0;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
    background: #888;
    padding: 12px;
    padding: 0.8rem;
  }
  .navigation--secondary a:hover {
    text-decoration: none;
    background: #487b39;
  }

  p {
    padding-left: 9px;
  }

  .header__logo {
    padding: 20px;
    max-width: 100%;
    height: 97px;
  }
  .header__logo img {
    max-width: 100%;
  }

  .header .col-lg-5 {
    margin-left: 0px;
  }

  .header .col-lg-2 {
    padding-left: 0px;
  }

  .header__menuToggle {
    top: 89px;
    position: absolute;
  }

  .header__close {
    top: 89px;
    position: absolute;
  }

  .featured-matches .featured-block {
    border: none;
  }

  .social {
    margin: -11px 24px 0 0;
  }

  .siteContainer__content {
    border-left: 0px;
    border-right: 0px;
  }

  section.top-main-menu {
    margin-top: -1px;
  }

  .tables-fixtures .fixtures-table td:nth-child(3) {
    width: 36%;
    text-align: right;
    padding: 0 20px;
  }
  .tables-fixtures .fixtures-table td:last-child {
    display: none;
  }
  .tables-fixtures .fixtures-table td:nth-child(5n) {
    width: 12%;
  }

  .team-header-container {
    height: 100%;
    background: #C1C1C1;
  }

  .competition-selector .sbHolder {
    float: left;
  }

  .live-scoring-points .score {
    top: 10px !important;
    transform: none !important;
  }

  .live-scoring-tab-container {
    margin-top: 0px !important;
  }

  #accordion .panel table {
    color: #444 !important;
  }
  #accordion .panel-heading {
    border-bottom: solid 1px #E1E1E1 !important;
  }
}
/**
 *  Mobile Portrait
 */
@media screen and (max-width: 480px) {
  .pitch {
    width: 268px !important;
    height: 393px !important;
    background: url(images/field_mobile.jpg) no-repeat !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .featured-block-1 {
    width: 50%;
  }

  .featured-block-2 {
    width: 50%;
  }

  .featured-block-3 {
    display: none;
  }

  .header__logo img {
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__menuToggle, .header__close {
    top: 89px;
    position: absolute;
  }

  .articleList__item.col-sm-6 {
    padding: 8px !important;
  }

  .tables-fixtures .fixtures-table td:nth-child(3) {
    width: 36%;
    text-align: right;
    padding: 0 20px;
  }
  .tables-fixtures .fixtures-table td:first-child {
    display: none;
  }

  .mobile-landscape {
    display: none !important;
  }

  .mobile-portrait {
    display: block !important;
  }
}
@media screen and (max-width: 496px) {
  .featured-matches-title {
    font-size: 12px !important;
  }

  .col-sm-6 {
    padding: 0px;
  }
}
@media screen and (max-width: 360px) {
  .featured-block-1 {
    width: 100%;
  }

  .featured-block-2 {
    display: none;
  }

  .header__logo {
    height: 75px;
  }

  .social {
    margin: -11px 0 0 0;
    width: 48%;
  }

  .top-social .fa-facebook {
    padding: 16px 12% 7px 0;
  }
  .top-social .fa-twitter {
    padding: 15px 12% 6px 0;
  }
  .top-social .fa-instagram {
    padding: 16px 12% 7px 0;
  }

  .header__menuToggle, .header__close {
    top: 68px;
    position: absolute;
  }

  .hero__item h3 {
    font-size: 10px;
  }

  .hero__item h2 {
    font-size: 10px;
  }

  .articleList__figcaption p {
    display: none;
  }

  .featured-news-widget ul p {
    display: none;
  }
}
/**
 *  Testing Only
 */
.testing {
  position: fixed;
  color: #FFFFFF;
  padding: 10px;
  background: #FF9B9B;
  max-width: 180px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 10000;
}

.videos .video-caption {
  background: #333333;
  width: 100%;
  margin-top: 8px;
}
.videos .video-caption .hero__figcaption {
  position: inherit !important;
}
.videos .video-caption .hero__figcaption h2 {
  border-left: none;
  padding: 0 12px 12px !important;
}
.videos .video-caption .hero__figcaption .figcaption-container {
  border-left: 2px solid #487b39;
}
.videos .video-caption .hero__figcaption .figcaption-introtext {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
}
.videos .hero__item:nth-of-type(odd) {
  padding-right: 4px;
  padding-right: 0.25rem;
}
.videos .hero__item:nth-of-type(even) {
  padding-left: 4px;
  padding-left: 0.25rem;
}
.videos .hero__item a:hover .fa-play-circle-o {
  color: #b3d88b !important;
}
.videos .articleList__header {
  margin: 8px 8px 2px;
}
.videos .articleList__header, .videos .fhg__header {
  padding: 6px;
}
.videos .col-md-8 {
  padding-left: 0px;
}
.videos .col-md-4 {
  padding-right: 0px;
}
.videos .latest-videos {
  padding: 6px;
}
.videos figure {
  height: 100% !important;
}
.videos .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-widget-icon {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-49%, -50%);
  -moz-transform: translate(-49%, -50%);
  transform: translate(-49%, -50%);
}
.video-widget-icon .fa-play-circle-o {
  font-size: 26px !important;
}
.video-widget-icon .fa-play-circle-o:hover {
  color: #487B39;
}

.sidebar-banner {
  text-align: center;
  padding-bottom: 9px;
}

.footer__network .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.footer__network .col-md-9 {
  padding-left: 0px;
  padding-right: 0px;
}
.footer__network .partners {
  background: #282828 !important;
  border-left: solid 1px #5D5D5D;
}
.footer__network .partners-links-bg .navigation--network {
  background: #222222 !important;
  min-height: 126px;
  border-left: 1px solid #5D5D5D;
}
.footer__network .partners-links-bg .navigation--network ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-rule: 1px solid #5D5D5D;
  -moz-column-rule: 1px solid #5D5D5D;
  column-rule: 1px solid #5D5D5D;
  padding: 16px 0;
  padding: 1rem 0;
}

@-moz-document url-prefix() {
  .footer__network .partners-links-bg .navigation--network {
    min-height: 130px;
  }
}
/**
 *  Printing Only
 */
@media print {
  a[href]:after {
    content: none !important;
  }

  .share, .featured-matches, .advert--leaderboard, .top-advert-menu, .mobile_menu_container, .top-social-container, .share-bottom, .sidebar, .footer, .articleList, .articleLinks--aroundWeb, #menuTrigger, #fb-comments {
    display: none;
  }

  .header, .header__logo, .header__logo img {
    background: #000000 !important;
  }

  .article {
    border: none !important;
  }
}
.alm-listing li {
  padding: 0 !important;
}

.ajax-load-more-wrap.green button.alm-load-more-btn {
  background-color: #487b39;
}

.fixed__scroll {
  position: fixed;
  top: 20px;
  min-width: 300px !important;
}

/*# sourceMappingURL=style.css.map */
