/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700');
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12,
.container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  /*
      > .span1     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 1); }
      > .span2     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 2); }
      > .span3     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 3); }
      > .span4     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 4); }
      > .span5     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 5); }
      > .span6     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 6); }
      > .span7     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 7); }
      > .span8     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 8); }
      > .span9     { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 9); }
      > .span10    { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 10); }
      > .span11    { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 11); }
      > .span12    { #fluidGridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, 12); }
      */
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.12765957%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.padded-container {
  width: 95.744680852%;
  margin-right: 2.12765957%;
  margin-left: 2.12765957%;
  display: block;
  float: left;
}
.first-child {
  margin-left: 0;
}
.last-child {
  margin-right: 0;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
@font-face {
  font-family: "NeutraDisp Titling";
  src: url('../fonts/neutradisp-titling/neutra_display_titling.eot');
  src: url('../fonts/neutradisp-titling/neutra_display_titling.eot?#iefix') format('embedded-opentype'), url('../fonts/neutradisp-titling/neutra_display_titling.woff') format('woff'), url('../fonts/neutradisp-titling/neutra_display_titling.ttf') format('truetype'), url('../fonts/neutradisp-titling/neutra_display_titling.svg#NeutraDisp Titling') format('svg');
  font-weight: normal;
  font-style: normal;
}
#sans .regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#sans .thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
#sans .italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
#sans .medium {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#sans .medium-italic {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: italic;
}
#sans .semibold {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#sans .bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#sans .bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
#serif .light {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#serif .regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#serif .medium {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#serif .italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
#serif .bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#serif .bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-smoothing {
  --webkit-font-smoothing: antialiased;
}
.neutradisp-titling {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.helvetica {
  font-family: "Lato", sans-serif;
}
.arial {
  font-family: "Lato", sans-serif;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6,
a.franchise,
span.dateline,
span.byline,
nav {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1.full {
  font-size: 44px;
  width: 620px;
  padding: 0 0 10px 0;
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
}
h2 {
  font-size: 1.0em;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h6 {
  font-size: 0.88em;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px;
}
body {
  background: #f3f3f3;
}
.wrapper {
  margin: 0 auto;
  width: 940px;
  padding: 0 20px 10px;
  *zoom: 1;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
}
.wrapper:after {
  clear: both;
}
.background {
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  top: 0;
  height: 750px;
  z-index: -1;
}
.background img {
  margin-left: -460px;
}
body.livescores-header div.background {
  top: 126px;
}
.background-skin {
  display: none;
}
.content {
  max-width: 940px;
  width: 940px;
}
.content .primary {
  width: 629px;
  border-right: none;
  float: left;
  padding-top: 10px;
}
.content .secondary {
  width: 310px;
  float: left;
  padding-top: 10px;
  margin-left: -1px;
  border-left: 1px solid #e1e1e1;
}
.content .secondary.hero-match section:first-child {
  height: 320px;
  overflow: hidden;
}
.content .secondary section,
.content .secondary > div {
  float: left;
  width: 290px;
  padding: 10px;
}
.content .secondary section:last-child,
.content .secondary > div:last-child {
  border-bottom: none;
}
.content .secondary section:first-child,
.content .secondary > div:first-child {
  padding-top: 0px;
}
.content .secondary section:first-child a.more,
.content .secondary > div:first-child a.more {
  top: 0px;
}
.new-layout .content .primary {
  width: 620px;
}
.new-layout .content .secondary {
  margin: 0;
  float: right;
  width: 300px;
  padding-top: 20px;
}
.row {
  float: left;
  display: block;
  margin-left: 0;
}
.row .equal {
  border-bottom: 1px solid #e1e1e1;
}
.row .equal section {
  float: left;
  width: 299px;
  padding: 10px;
  border-left: 1px solid #e1e1e1;
  margin-left: -1px;
}
.row .equal section a.more {
  right: 10px;
}
.row .equal section:first-child {
  border-right: 1px solid #e1e1e1;
  padding-left: 0px;
  border-left: none;
}
.row .solo {
  width: 620px;
  overflow: hidden;
  float: left;
  padding: 10px 10px 10px 0;
}
.row .minor-major .minor {
  float: left;
  width: 229px;
  border-right: 1px solid #e1e1e1;
  margin-right: -1px;
}
.row .minor-major .minor section {
  width: 219px;
  padding: 10px 10px 10px 0;
  float: left;
}
.row .minor-major .minor section:last-child {
  border-bottom: none;
}
.row .minor-major .minor section article img {
  margin-bottom: 7px;
}
.row .minor-major .minor section a.more {
  top: 10px;
  right: 10px;
}
.row .minor-major .major {
  width: 378px;
  float: left;
  padding: 10px;
  border-left: 1px solid #e1e1e1;
}
.row .minor-major .major section {
  float: left;
}
.row .minor-major .major section a.more {
  top: 0px;
  right: 0px;
}
section {
  position: relative;
  width: 99.99999999%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin-left: 0;
}
.wrap {
  margin: 0 auto;
  width: 940px;
  padding: 0 20px;
}
.content-title {
  color: #000;
  height: 64px;
  position: relative;
  *zoom: 1;
}
.content-title:before,
.content-title:after {
  display: table;
  content: "";
}
.content-title:after {
  clear: both;
}
.content-title h1 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 64px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-indent: 10px;
  float: left;
}
.content-title .right {
  float: right;
  padding-top: 20px;
  padding-right: 10px;
}
.content-title .vertical-separator {
  height: 23px;
  width: 1px;
  border-right: 1px solid #027e26;
  display: inline-block;
  margin: 0 10px;
}
.display-none {
  display: none;
}
.auto-read-more-block {
  position: relative;
}
.auto-read-more-block .text-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}
.auto-read-more-block a.read-more {
  color: #027e26;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.margin-top-10 {
  margin-top: 10px;
}
.more {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #027e26;
  padding: 4px 8px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.4875em;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  opacity: 1;
  font-weight: 500;
  /*
  &.lower {
    // position: relative;
    // font-size: 0.8125em;
    // padding: 4px 12px;
    // margin: 0 auto;
  }
  */
}
.more:hover {
  background: #027e26;
  color: #fff;
}
.more-small {
  font-size: 0.72em;
  position: absolute;
  top: 10px;
  right: 0;
  background: transparent;
  border: 1px solid #027e26;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 2px 6px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  opacity: 1;
  /*
  &.lower {
    // position: relative;
    // font-size: 0.8125em;
    // padding: 4px 12px;
    // margin: 0 auto;
  }
  */
}
.more-small:hover {
  background: #027e26;
  color: #fff;
}
.btn-more {
  float: right;
  padding: 8px 20px 7px 10px;
  color: #000;
  background: transparent;
  border: 1px solid #027e26 !important;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.btn-more span {
  width: 5px;
  height: 8px;
  top: 50%;
  right: 10px;
  margin: -4px 0 0 0;
  position: absolute;
  background: url("../images/link-arrow-green.png") no-repeat 0 0;
}
.btn-more:hover {
  background: #027e26;
  color: #fff;
}
.btn-more:hover span {
  background: url("../images/link-arrow-greenw.png") no-repeat 0 0;
}
button.btn-go-button {
  float: right;
  padding: 8px 20px 7px 10px;
  color: #000;
  background: transparent;
  border: 1px solid #027e26 !important;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  float: none;
  border: none;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding: 8px 25px 6px 28px;
  cursor: pointer;
}
button.btn-go-button span {
  width: 5px;
  height: 8px;
  top: 50%;
  right: 10px;
  margin: -4px 0 0 0;
  position: absolute;
  background: url("../images/link-arrow-green.png") no-repeat 0 0;
}
button.btn-go-button:hover {
  background: #027e26;
  color: #fff;
}
button.btn-go-button:hover span {
  background: url("../images/link-arrow-greenw.png") no-repeat 0 0;
}
button.btn-go-button span {
  position: static;
  display: inline-block;
  margin-left: 5px;
}
a.green-arrow-right,
a.green-arrow-right:hover,
a.green-arrow-right:active,
a.green-arrow-right:visited {
  padding-right: 9px;
  color: #999999;
  font-size: 13px;
  text-decoration: underline;
  line-height: 1em;
}
a.grey-arrow-left,
a.grey-arrow-left:hover,
a.grey-arrow-left:active,
a.grey-arrow-left:visited {
  background: url("../images/link-arrow-grey.png") no-repeat left center;
  padding-left: 7px;
  color: #027e26;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
}
a.grey-arrow-left-left,
a.grey-arrow-left-left:hover,
a.grey-arrow-left-left:active,
a.grey-arrow-left-left:visited {
  background: url("../images/link-arrow-grey-left.png") no-repeat left center;
  padding-left: 10px;
  color: #027e26;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
}
a.grey-arrow-right,
a.grey-arrow-right:hover,
a.grey-arrow-right:active,
a.grey-arrow-right:visited {
  background: url("../images/link-arrow-grey.png") no-repeat right center;
  padding-right: 10px;
  color: #027e26;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
}
.btn-big {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  display: block;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 0 7px;
}
.btn-big.blue {
  background-color: #027e26;
  color: #FFFFFF;
}
.btn-big span {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  background: url('../images/link-arrow-greenw.png') no-repeat left center;
}
.btn-hide {
  float: right;
  padding: 8px 20px 7px 10px;
  color: #000;
  background: transparent;
  border: 1px solid #027e26 !important;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  float: none;
  text-align: center;
  padding: 8px 20px 7px;
}
.btn-hide span {
  width: 5px;
  height: 8px;
  top: 50%;
  right: 10px;
  margin: -4px 0 0 0;
  position: absolute;
  background: url("../images/link-arrow-green.png") no-repeat 0 0;
}
.btn-hide:hover {
  background: #027e26;
  color: #fff;
}
.btn-hide:hover span {
  background: url("../images/link-arrow-greenw.png") no-repeat 0 0;
}
.ckeditor-content p {
  margin: 1em 0;
}
.ckeditor-content strong {
  font-weight: bold;
}
.ckeditor-content em {
  font-style: italic;
}
.compare-table,
.ranking-table,
.ranking-table,
.stTable {
  border-top: 1px solid #dde2e5;
  border-left: 1px solid #dde2e5;
  border-bottom: 1px solid #dde2e5;
}
.compare-table tr td,
.ranking-table tr td,
.ranking-table tr td,
.stTable tr td {
  font-family: "Lato", sans-serif;
  border-right: 1px solid #dde2e5;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 12px;
}
.compare-table tr td:not(:first-child),
.ranking-table tr td:not(:first-child),
.ranking-table tr td:not(:first-child),
.stTable tr td:not(:first-child) {
  border-left: 1px solid #e3e1e1;
}
.compare-table tr td strong,
.ranking-table tr td strong,
.ranking-table tr td strong,
.stTable tr td strong {
  color: #5b5b5b;
}
.compare-table tr td a,
.ranking-table tr td a,
.ranking-table tr td a,
.stTable tr td a,
.compare-table tr td a:visited,
.ranking-table tr td a:visited,
.ranking-table tr td a:visited,
.stTable tr td a:visited,
.compare-table tr td a:hover,
.ranking-table tr td a:hover,
.ranking-table tr td a:hover,
.stTable tr td a:hover {
  color: #027e26;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.compare-table tr:nth-child(even) td,
.ranking-table tr:nth-child(even) td,
.ranking-table tr:nth-child(even) td,
.stTable tr:nth-child(even) td {
  background: #f7f7f7;
}
.compare-table .image-wrapper,
.ranking-table .image-wrapper,
.ranking-table .image-wrapper,
.stTable .image-wrapper {
  position: relative;
  margin-bottom: 8px;
}
.compare-table .image-wrapper img,
.ranking-table .image-wrapper img,
.ranking-table .image-wrapper img,
.stTable .image-wrapper img {
  border: 1px solid #e2e2e2;
}
.compare-table .image-wrapper a,
.ranking-table .image-wrapper a,
.ranking-table .image-wrapper a,
.stTable .image-wrapper a {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/close-icon-black.png);
  display: block;
  height: 14px;
  width: 14px;
}
.compare-table tr td {
  width: 100px;
  vertical-align: top;
}
.ranking-table {
  width: 100%;
  font-family: 'Lato', sans-serif;
}
.ranking-table.border-none {
  border: none !important;
}
.ranking-table.border-none th,
.ranking-table.border-none td {
  border: none !important;
}
.ranking-table tr th {
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid transparent;
  background: #027e26;
  color: #fff;
  height: 32px;
}
.ranking-table tr th a {
  color: #027e26;
  font-weight: normal;
  text-decoration: none;
}
.ranking-table tr th a.bold {
  font-weight: bold;
}
.ranking-table tr td {
  font-weight: normal;
}
.ranking-table tr td a,
.ranking-table tr td a:visited {
  color: #444444;
  font-weight: normal;
  text-decoration: none;
}
.ranking-table tr td a:hover {
  color: #444444;
  font-weight: normal;
  text-decoration: underline;
}
.ad.header-banner {
  float: right;
  width: 728px;
  height: 90px;
  overflow: hidden;
}
.ad.banner {
  width: 100% !important;
  margin: 0 auto;
  float: left;
  padding: 10px 0;
  text-align: center;
}
.ad.retail {
  display: inline-block;
  margin: 0 8px;
}
.social a {
  text-indent: -999px;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.social a.twitter:hover {
  background-position: -50px 0;
}
.social a.facebook {
  background-position: 0 -50px;
}
.social a.facebook:hover {
  background-position: -50px -50px;
}
article {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  width: 100%;
  float: left;
}
article:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
article.sponsored {
  background: #fdfef3;
}
article.sponsored h3 {
  margin: 5px 0;
}
article.has-thumb .text {
  width: 74.4680851%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin-left: 0;
  width: 72.468085099%;
}
article.has-thumb-small .text {
  width: 65.9574468%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin-left: 0;
  width: 64%;
}
article a.thumbnail {
  width: 23.40425532%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin-left: 0;
  margin-right: 10px;
}
article a.thumbnail.big {
  width: 99.99999999%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin: 0 0 10px;
}
article a.thumbnail img {
  width: 100%;
  height: auto;
}
article a.thumbnail-small {
  width: 31.91489361%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin-left: 0;
  margin-right: 10px;
}
article a.thumbnail-small.big {
  width: 99.99999999%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
  margin: 0 0 10px;
}
article a.thumbnail-small img {
  width: 100%;
  height: auto;
}
article .text {
  float: left;
}
article span.sponsored {
  display: block;
  background: #ddf513;
  padding: 5px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 1px;
}
article span.p-small {
  font-size: 0.8em;
  /* 14 / 16 */
  color: #444444;
  line-height: 1em;
}
article span.p-small strong,
article span.p-small b {
  font-weight: 700;
}
article span.p-small em,
article span.p-small i {
  font-style: italic;
}
article span.p-small br {
  display: none;
}
article span.p-small a {
  color: #027e26;
}
article h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  /* 16 / 16 */
  line-height: 1.25em;
  margin: 0 0 5px;
}
article h3 a {
  color: #027e26;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}
article h3 a:hover {
  text-decoration: underline;
}
article h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  /* 16 / 16 */
  line-height: 1em;
  margin: 0 0 5px;
}
article h4 a {
  color: #027e26;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}
article h4 a:hover {
  text-decoration: underline;
}
article .meta {
  font-size: 0.6875em;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #8c8c8c;
  margin: 0 0 7px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
article .meta .byline {
  text-decoration: underline;
  margin: 0 2px 0 0;
}
article .meta .byline.highlight {
  margin: 0;
  background: #CDCDCD;
  padding: 2px 4px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  opacity: 0.9;
  font-weight: 400;
}
article .meta .byline.highlight:hover {
  text-decoration: underline;
}
article .meta .byline-small {
  text-decoration: underline;
  margin: 0 2px 0 0;
  font-size: 0.9em;
}
article .meta .byline-small.highlight {
  margin: 0;
  background: #CDCDCD;
  padding: 1px 4px 2px;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  opacity: 0.9;
}
article .meta .byline-small.highlight:hover {
  text-decoration: underline;
}
article .meta .franchise {
  color: #999999;
  text-decoration: underline;
}
article .meta a {
  color: #999999;
  text-decoration: underline;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}
article .meta.stacked .franchise {
  display: block;
}
article .meta.linear .dateline {
  display: block;
  font-weight: 400;
  color: #000;
}
article .meta.linear .dateline-small {
  font-size: 0.9em;
  display: block;
  color: #000;
}
article .meta.linear .by-small {
  font-size: 0.9em;
  display: block;
}
article .meta.linear .by {
  text-transform: lowercase;
  color: #666;
}
article .meta.linear .slash {
  margin: 0 3px 0 0;
}
article .meta.sponsor a {
  text-decoration: none;
}
article p {
  font-size: 0.8115em;
  /* 14 / 16 */
  color: #444444;
  line-height: 1.430em;
}
article p strong,
article p b {
  font-weight: 700;
}
article p em,
article p i {
  font-style: italic;
}
article p br {
  display: none;
}
article p a {
  color: #027e26;
}
.sponsored-article {
  font-family: Helvetica, Arial, Verdana !important;
  font-size: 13px;
}
.sponsored-article h2,
.sponsored-article h3 {
  font-family: Helvetica, Arial, Verdana !important;
}
.sponsored-article h2 {
  font-size: 32px;
  text-transform: inherit;
  margin: 20px 0;
}
.sponsored-article h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.sponsored-article .header {
  background: url('../../assets/images/temp/bg-page-header.jpg') repeat-x transparent;
  padding: 10px;
  width: 600px !important;
  font-family: Helvetica, Arial, Verdana !important;
  color: #fff;
}
.sponsored-article span {
  color: #fff;
}
.sponsored-article .sponsor-logo {
  float: right;
  font-size: 10px;
}
.sponsored-article .sponsor-logo img {
  width: 36px;
  height: auto;
  vertical-align: middle;
}
.sponsored-article .img-box img {
  width: 620px !important;
  height: auto;
}
.sponsored-article .text p {
  padding-right: 0 !important;
}
.sponsored-article .text .inset-img {
  float: right;
}
.sponsored-article .text .sponsor-video {
  /*margin: 0 0 20px;*/
}
.sponsored-article .text .call-to-action {
  background: url('../../assets/images/temp/bg-page-header.jpg') repeat-x transparent;
  padding: 10px;
  width: 600px !important;
  font-family: Helvetica, Arial, Verdana !important;
  color: #fff;
  text-align: center;
}
.sponsored-article .text .call-to-action a,
.sponsored-article .text .call-to-action a:visited,
.sponsored-article .text .call-to-action a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
}
.sponsored-article .text .call-to-action img {
  display: inline-block;
  width: 51px;
  height: auto;
  vertical-align: middle;
}
.sponsored-article .text .sponsor-bullets {
  padding: 0 0 0 14px;
}
.sponsored-article .text .sponsor-bullets li {
  list-style-image: url('../../assets/images/blue-bullet-point.png');
  margin: 0 0 20px;
}
.sponsored-article .text .sponsor-bullets li ul {
  margin-left: 13px;
}
.sponsored-article .text .sponsor-bullets li ul li {
  margin-bottom: 0;
}
section.hero {
  position: relative;
  width: 629px;
  height: 330px;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
section.hero h1 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
section.hero ul {
  position: relative;
  z-index: 2;
  width: 114px;
  height: 320px;
  overflow: hidden;
}
section.hero ul li {
  width: 114px;
  margin: 0 0 2px;
}
section.hero ul li.current {
  background: url(../images/slider-white-current-arrow.gif) right center no-repeat;
}
section.hero ul li a {
  position: relative;
  width: 106px;
  height: 79px;
  overflow: hidden;
  display: block;
}
section.hero ul li a span {
  position: absolute;
  text-transform: uppercase;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 0.625em;
  line-height: 1.20em;
  padding: 4px;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  -webkit-transition: background 0.75s;
  -moz-transition: background 0.75s;
  -ms-transition: background 0.75s;
  -o-transition: background 0.75s;
  transition: background 0.75s;
}
section.hero ul li a:hover img {
  opacity: 0.9;
}
section.hero ul li a:hover span {
  background: #000000;
  color: #ddf513;
}
section.hero article {
  z-index: 1;
  width: 512px;
  height: 320px;
  position: absolute;
  top: 0px;
  right: 9px;
  bottom: 10px;
  overflow: hidden;
  padding: 0;
}
section.hero article .text {
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  padding: 10px 15px 20px;
  z-index: 3;
}
section.hero article .text h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3125em;
  /* 21 / 16 */
  margin: 0 0 10px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
section.hero article .text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  display: block;
}
section.hero article .text ul {
  width: auto;
  height: auto;
}
section.hero article .text ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0 7px 0 0;
  margin: 5px 7px 0 0;
  border-right: 1px solid #fff;
}
section.hero article .text ul li:last-child {
  border: none;
}
section.hero article .text ul li a {
  width: auto;
  height: auto;
  color: #ddf513;
  font-size: 0.875em;
  /* 14 / 16 */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
section.hero.mixed-feature {
  margin-left: -20px;
  padding-left: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 0;
}
section.hero.mixed-feature ul {
  width: 220px;
}
section.hero.mixed-feature ul li {
  width: 220px;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
section.hero.mixed-feature ul li:last-child {
  border: none;
}
section.hero.mixed-feature ul li a {
  width: 220px;
  text-decoration: none;
  height: auto;
}
section.hero.mixed-feature ul li a h3 {
  color: #027e26;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35em;
}
section.hero.mixed-feature ul li a p {
  color: #000;
  font-size: 0.8em;
  line-height: 1.25em;
  margin: 0;
}
section.hero.mixed-feature ul li a:hover h3 {
  text-decoration: underline;
}
section.hero.mixed-feature article {
  width: 380px;
  height: 280px;
  right: 10px;
  top: 0;
}
section.email-subscribe form {
  width: 270px;
  padding: 15px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  background: url(../images/green-texture.gif);
}
section.email-subscribe legend {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ddf513;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
section.email-subscribe ul {
  border-top: 1px solid #e1e1e1;
}
section.email-subscribe ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 0;
}
section.email-subscribe ul li.text-input {
  border: none;
}
section.email-subscribe ul li.text-input label {
  display: none;
}
section.email-subscribe ul li.text-input .form-wrap {
  background: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
section.email-subscribe ul li.text-input .form-wrap input[type=email] {
  background: none;
  border: none;
  padding: 5px;
  width: 80%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 0.9em;
}
section.email-subscribe ul li.text-input .form-wrap input[type=submit] {
  border: none;
  background: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5fa25f;
  text-transform: uppercase;
  font-size: 0.9em;
}
section.email-subscribe ul li.text-input .form-wrap input[type=submit]:hover {
  cursor: pointer;
  color: #CDCDCD;
}
section.email-subscribe ul li label,
section.email-subscribe ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 0.9em;
}
section.email-subscribe ul li a {
  margin-left: 6px;
  text-decoration: none;
}
section.email-subscribe ul li a em {
  text-decoration: underline;
}
section.email-subscribe ul li a:hover em {
  color: #ddf513;
}
section.top-ranked-players ul {
  margin: 0 0 20px 0;
  margin-left: -20px;
  *zoom: 1;
  float: left;
  display: block;
  margin-left: 0;
}
section.top-ranked-players ul:before,
section.top-ranked-players ul:after {
  display: table;
  content: "";
}
section.top-ranked-players ul:after {
  clear: both;
}
section.top-ranked-players ul .equal {
  border-bottom: 1px solid #e1e1e1;
}
section.top-ranked-players ul .equal section {
  float: left;
  width: 299px;
  padding: 10px;
  border-left: 1px solid #e1e1e1;
  margin-left: -1px;
}
section.top-ranked-players ul .equal section a.more {
  right: 10px;
}
section.top-ranked-players ul .equal section:first-child {
  border-right: 1px solid #e1e1e1;
  padding-left: 0px;
  border-left: none;
}
section.top-ranked-players ul .solo {
  width: 620px;
  overflow: hidden;
  float: left;
  padding: 10px 10px 10px 0;
}
section.top-ranked-players ul .minor-major .minor {
  float: left;
  width: 229px;
  border-right: 1px solid #e1e1e1;
  margin-right: -1px;
}
section.top-ranked-players ul .minor-major .minor section {
  width: 219px;
  padding: 10px 10px 10px 0;
  float: left;
}
section.top-ranked-players ul .minor-major .minor section:last-child {
  border-bottom: none;
}
section.top-ranked-players ul .minor-major .minor section article img {
  margin-bottom: 7px;
}
section.top-ranked-players ul .minor-major .minor section a.more {
  top: 10px;
  right: 10px;
}
section.top-ranked-players ul .minor-major .major {
  width: 378px;
  float: left;
  padding: 10px;
  border-left: 1px solid #e1e1e1;
}
section.top-ranked-players ul .minor-major .major section {
  float: left;
}
section.top-ranked-players ul .minor-major .major section a.more {
  top: 0px;
  right: 0px;
}
section.top-ranked-players ul li {
  width: 23.40425532%;
  float: left;
  margin-left: 2.12765957%;
  min-width: auto;
  max-width: auto;
}
section.top-ranked-players ul li.title {
  margin-left: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-align: center;
  padding: 40px 0 0;
}
section.top-ranked-players ul li a {
  display: block;
  font-size: 0.625em;
  /* 10 / 16 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
section.top-ranked-players ul li a img {
  margin: 0 0 5px 10px;
}
section.top-ranked-players ul li a span.place {
  float: left;
  width: 10px;
  color: #000;
}
section.top-ranked-players ul li a div {
  float: left;
  width: 30px;
  color: #027e26;
}
section.special-feature {
  background: #00ffff;
  padding: 10px 0;
  background: url(../images/green-border-line.gif) bottom left repeat-x;
}
section.twitter {
  padding-top: 10px !important;
}
section.twitter .twtr-widget {
  width: 300px !important;
}
section.twitter .twtr-ft {
  display: none;
}
section.twitter .twtr-hd {
  display: none;
}
section.twitter .twtr-tweet {
  width: 300px;
  border-bottom: 1px solid #d0d0d0;
}
section.twitter .twtr-widget .twtr-tweet-wrap {
  padding: 10px 0 5px;
  margin: 0 0 10px 0;
  width: 300px;
}
section.twitter #tweet-id-5 .twtr-tweet-wrap {
  padding-top: 0px;
}
section.twitter .twtr-tweet-text {
  width: 300px;
}
section.twitter .twtr-tweet-text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em !important;
  color: #2C2C2E;
  line-height: 1.425em !important;
  width: 300px !important;
}
section.twitter .twtr-tweet-text p a.twtr-user {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9em !important;
}
section.twitter .twtr-tweet-text p em {
  font-size: 0.85em !important;
}
section.twitter h1.title {
  font-size: 0.88em;
  color: #000000;
  text-transform: uppercase;
}
section.twitter h1.title.with-follow {
  padding-bottom: 13px;
}
ul.breadcrumbs {
  font-size: 0.75em;
  /* 12 / 16 */
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  line-height: 1.0em;
  width: 620px;
}
ul.breadcrumbs li {
  display: inline-block;
  color: #999999;
}
ul.breadcrumbs li a {
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
ul.breadcrumbs li a:hover {
  color: #027e26;
}
ul.breadcrumbs li:after {
  content: '  /  ';
}
ul.breadcrumbs li:last-child:after {
  content: '';
}
ul.tags {
  width: 620px;
  float: left;
  padding: 0 0 10px 0;
  font-size: 0.75em;
  /* 12 / 16 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
ul.tags li {
  display: inline-block;
  border-right: 1px solid #999999;
  float: left;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
}
ul.tags li a {
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
ul.tags li a:hover {
  color: #027e26;
  text-decoration: underline;
}
ul.tags li.title {
  color: #000;
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 5;
}
ul.tags li:last-child {
  border: none;
}
p.comment-guidelines {
  text-align: center;
  margin: 12px 0;
}
p.comment-guidelines a {
  color: #007700;
  font-weight: bold;
}
#live_fyre_comments header {
  width: auto;
  min-width: 0;
  background: transparent;
  position: static;
}
#live_fyre_comments section {
  width: auto;
  float: none;
  position: static;
}
#live_fyre_comments article {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#live_fyre_comments article p {
  font-size: 1em;
}
#live_fyre_comments article p br {
  display: inline;
}
#live_fyre_comments .fyre .fyre-moderator {
  display: none !important;
}
#live_fyre_comments .fyre .fyre-comment-footer {
  text-transform: inherit;
}
.comment-block {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.comment-block .comment-notice {
  padding: 15px;
  background: #ffffff;
  margin: 0 0 20px;
}
.comment-block .comment-notice p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  font-size: 0.9em;
}
.comment-block .comment-notice a {
  color: #027e26;
  text-decoration: none;
}
.comment-block .comment-notice a:hover {
  color: #5fa25f;
  text-decoration: underline;
}
.comment-block a.guidelines {
  color: #027e26;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125em;
}
.comment-block a.guidelines:hover {
  color: #5fa25f;
}
.comment-block .lf_comment_body .lf_comment_user_nick {
  color: #027e26;
}
section.short article {
  float: left;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
section.short article h4 a {
  font-size: 0.75em;
  color: #027e26;
  text-decoration: none;
  text-transform: uppercase;
}
section.short article h4 a:hover {
  text-decoration: underline;
}
section.short article span.date {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.625em;
  text-transform: uppercase;
  color: #999999;
}
section.short.most {
  margin-top: -10px;
  padding: 0;
  width: 310px;
}
section.short.most ul.tabs {
  margin: 0 0 10px 0;
  width: 310px;
  float: left;
}
section.short.most ul.tabs li {
  display: inline;
  border-right: 1px solid #d0d0d0;
  float: left;
}
section.short.most ul.tabs li a {
  font-size: 0.70em;
  border-bottom: 1px solid #d0d0d0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 8px;
  display: block;
  float: left;
  color: #999999;
}
section.short.most ul.tabs li a.current {
  border-bottom: 1px solid #fff;
  color: #000;
  cursor: default;
}
section.short.most ul.tabs li a:hover {
  color: #027e26;
}
section.short.most ul.tabs li:last-child {
  border: none;
}
section.short.most .panel {
  padding: 10px;
  display: none;
}
section.short.most .panel.current {
  display: block;
}
ul.pagination {
  float: left;
  width: 620px;
  border-top: 1px solid #d0d0d0;
  margin: 20px 0;
  padding: 10px 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125em;
  text-transform: uppercase;
}
ul.pagination li {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #999999;
}
ul.pagination li:last-child {
  border-right: none;
}
ul.pagination li.previous,
ul.pagination li.next {
  font-size: 0.8125em;
}
ul.pagination li a {
  display: block;
  float: left;
  text-decoration: none;
  color: #027e26;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
ul.pagination li a:hover {
  color: #CDCDCD;
}
ul.pagination li a.current {
  color: #CDCDCD;
}
ul.pagination li a.current:hover {
  cursor: default;
}
div.pagination {
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fcfcfc;
  padding: 10px 0;
}
div.pagination span,
div.pagination a {
  color: #4f5e67;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
}
div.pagination a {
  text-decoration: underline;
}
div.pagination a.prev,
div.pagination a.next {
  font-weight: bold;
  text-transform: uppercase;
}
div.pagination span.page-current a,
div.pagination span.page-current strong {
  margin: 0 3px;
}
.players-carousel {
  margin: 10px auto 32px;
  position: relative;
}
.players-carousel .jcarousel {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 94px;
}
.players-carousel .jcarousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
.players-carousel .jcarousel ul li {
  float: left;
  padding: 0 5px;
}
.players-carousel .jcarousel-control-prev,
.players-carousel .jcarousel-control-next {
  position: absolute;
  top: 34px;
  width: 22px;
  height: 22px;
  text-align: center;
  background: #027e26;
  color: white;
}
.players-carousel .jcarousel-control-prev {
  left: 0;
  background: url(../images/arrow-white-blue-bg-left.png);
}
.players-carousel .jcarousel-control-next {
  right: 0;
  background: url(../images/arrow-white-blue-bg-right.png);
}
section.authors {
  padding-bottom: 0 !important;
}
section.authors ul {
  width: 300px;
  background: #00ffff;
}
section.authors ul li {
  width: 150px;
  float: left;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
section.authors ul li a {
  display: block;
  font-size: 0.625em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25em;
}
section.authors ul li a img {
  float: left;
  margin: 0 10px 0 0;
}
section.authors ul li a h3 {
  float: left;
  width: 90px;
  color: #027e26;
  letter-spacing: 0;
}
section.authors ul li a span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999999;
}
section.authors ul li a:hover img {
  opacity: 0.8;
}
section.authors ul li a:hover h3 {
  text-decoration: underline;
}
section.browse-manufacturers h2 {
  margin-bottom: 10px;
}
section.browse-manufacturers ul {
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
section.browse-manufacturers ul li {
  float: left;
  width: 50%;
}
section.browse-manufacturers ul li a {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #027e26;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}
section.browse-manufacturers ul li a:hover {
  color: #5fa25f;
}
section#player2player .visual {
  width: 300px;
  float: left;
}
section#player2player .visual .img-holder {
  float: left;
  width: 135px;
  text-align: center;
}
section#player2player .visual .img-holder .img {
  width: 100px;
  height: 134px;
  margin: 0 auto;
}
section#player2player .visual .img-holder select {
  width: 100%;
  margin: 10px 0 0;
}
section#player2player .visual span {
  float: left;
  font-size: 2.5em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  text-transform: lowercase;
  width: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  color: #027e26;
}
section#player2player .selects {
  width: 300px;
  float: left;
  padding: 5px 0;
}
section#player2player .selects select {
  width: 135px;
  float: left;
}
section#player2player .selects select.select-player2 {
  float: right;
}
section.video-spotlight {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section.video-spotlight a {
  margin: 10px 0 0;
  color: #027e26;
  display: block;
  font-size: 0.9em;
  text-decoration: none;
}
section.video-spotlight a:hover {
  color: #5fa25f;
}
section.outbrain {
  padding: 0 !important;
  width: 310px !important;
}
section.outbrain .ob_nm_recs,
section.outbrain .ob_nm_paid {
  float: left;
  width: 300px;
  padding: 10px 0 10px 10px;
}
section.outbrain .ob_nm_recs {
  border-bottom: 1px solid #e1e1e1;
}
section.outbrain .moduleTop {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 300px;
  font-size: 1.0em;
  color: black;
  text-transform: uppercase;
  margin: 0 0 10px;
}
section.outbrain .odb_div {
  float: left;
  width: 290px;
  padding: 6px 5px;
}
section.outbrain .odb_div.ob-odd {
  background: #ffffff;
}
section.outbrain .odb_div .ob_arrow {
  display: none;
}
section.outbrain .odb_div .ob-text-content a {
  color: #027e26;
  font-size: 0.775em !important;
  line-height: 1.35em;
}
section.outbrain .odb_div .ob-text-content a:hover {
  text-decoration: underline;
}
section.outbrain .odb_div:last-child {
  border: none;
}
section.brackets a {
  display: block;
  background: url(../images/bracket-icon.gif) top right no-repeat;
  width: 300px;
  height: 50px;
  text-decoration: none;
}
section.brackets a span {
  display: block;
  padding: 10px 0 0 0;
  color: #027e26;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8125em;
}
section.brackets a:hover span {
  color: #5fa25f;
}
section.fetch-section {
  padding: 30px 0;
  width: 620px;
  float: left;
}
section.fetch-section a.more {
  position: relative;
  font-size: 0.8125em;
  padding: 4px 12px;
  margin: 0 auto;
}
section.featured-affiliates h6 {
  margin-bottom: 10px;
}
section.featured-affiliates div.featured-affiliates-box {
  background: #f1f1f1;
  border: 1px solid #e6e4e4;
  padding: 18px 0 3px;
  text-align: center;
}
section.featured-affiliates div.featured-affiliates-box div.affiliate {
  display: inline-block;
  margin: 0 15px 15px 0;
}
section.featured-affiliates div.featured-affiliates-box div.affiliate:nth-child(even) {
  margin-right: 0;
}
section.featured-affiliates div.featured-affiliates-box div.affiliate div {
  display: inline;
}
.news-slider .content-box {
  position: relative;
  text-align: center;
  height: 244px;
}
.news-slider .content-box .coda-slider-wrapper {
  overflow: visible;
  padding: 0;
  height: 244px;
}
.news-slider .content-box div.intro-articles.coda-slider,
.news-slider .content-box .panel-wrapper,
.news-slider .content-box div.slide {
  height: 244px;
  width: 620px;
}
.news-slider .content-box div.slide {
  position: relative;
}
.news-slider .content-box div.slide a {
  display: block;
}
.news-slider .content-box div.slide a img {
  height: 244px;
  width: 620px;
}
.news-slider .content-box div.slide a .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
}
.news-slider .content-box div.slide a .info .article-title,
.news-slider .content-box div.slide a .info .article-subhead {
  width: 80%;
}
.news-slider .content-box div.slide a .info .article-title {
  margin-bottom: 0.5em;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 17px;
}
.news-slider .content-box div.slide a .info .article-subhead {
  font-size: 14px;
}
.news-slider .content-box div.slide a .info .btn-more {
  position: absolute;
  top: 2em;
  right: 1em;
  background-color: #027e26;
  color: #fff;
}
.news-slider .content-box div.slide a .info .btn-more:hover {
  background-color: #014c17;
}
.news-slider .coda-nav {
  float: none;
  width: auto !important;
  height: auto !important;
  top: -36px;
  right: 15px;
  left: auto;
}
.news-slider .coda-nav ul li {
  display: inline-block;
  width: auto;
}
.news-slider .coda-nav ul li a {
  background: #027e26;
  margin-left: 10px;
  display: block;
  width: 11px;
  height: 11px;
}
.news-slider .coda-nav ul li a.current {
  background: #fff;
  border: 1px solid #027e26;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.news-slider .coda-nav ul li a img {
  display: none;
}
.news-slider .coda-nav ul li a span {
  display: none;
}
.info-box-grey-gradient {
  padding: 10px;
  margin: 0 0 20px;
}
.info-box-grey-gradient.no-margin-bottom {
  margin-bottom: 0 !important;
}
.info-box-grey-gradient p {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  font-family: "Lato", sans-serif;
}
.info-box-grey-gradient h2 {
  color: #000;
  font-size: 20px;
  line-height: 1em;
  padding: 5px 0 10px;
  border-bottom: 1px solid #eeefef;
  margin: 0 0 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  *zoom: 1;
}
.info-box-grey-gradient h2.no-margin-bottom {
  margin-bottom: 0 !important;
}
.info-box-grey-gradient h2:before,
.info-box-grey-gradient h2:after {
  display: table;
  content: "";
}
.info-box-grey-gradient h2:after {
  clear: both;
}
.info-box-grey-gradient h2 .btn-more {
  top: -2px;
}
.info-box-grey-gradient h2 div.right {
  line-height: 30px;
}
.info-box-grey-gradient h2 span {
  font-size: 10px;
  color: #000000;
  vertical-align: middle;
}
.info-box-grey-gradient h2 select {
  font-size: 11px;
  text-transform: none;
  margin: 0 10px 0 5px;
}
.info-box-grey-gradient h2 small {
  margin-left: 10px;
  color: #027e26;
  vertical-align: middle;
  font-size: 12px;
  text-transform: none;
}
.info-box-grey-gradient h2 small.right {
  float: right;
}
.info-box-grey-gradient h2 small a,
.info-box-grey-gradient h2 small a:hover,
.info-box-grey-gradient h2 small a:link,
.info-box-grey-gradient h2 small a:visited {
  color: #027e26;
  text-decoration: underline;
}
.info-box-grey-gradient h2 small.has-vertical-sep a {
  position: relative;
  top: -5px;
}
.info-box-grey-gradient h2 small .vertical-separator {
  display: inline-block;
  width: 1px;
  background: #b1b9be;
  height: 18px;
  margin: 0 8px;
}
.info-box-grey-gradient h2 .title-smaller {
  font-size: 16px;
  color: #027e26;
  vertical-align: inherit;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.info-box-grey-gradient h2 span.secondary-bold {
  font-size: 16px;
  color: #027e26;
  vertical-align: inherit;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.info-box-grey-gradient h3 {
  font-size: 18px;
}
.info-box-grey-gradient h4 {
  font-size: 14px;
}
.stats-table {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background: #027e26;
  border: 1px solid #efefef;
}
.stats-table .table-row {
  background: #fff;
}
.stats-table .table-row:nth-child(2n+1) {
  background: #F7F7F7;
}
.stats-table .table-row:first-child {
  font-size: 8px;
  background: #027e26;
  color: #fff;
}
.stats-table .table-row div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.stats-table .table-row div.label {
  width: 70%;
  padding: 5px 0 5px 10px;
}
.stats-table .table-row div.stats {
  width: 20%;
  padding: 5px 0;
}
.stats-table .table-row div:last-child {
  width: 10%;
}
.gear-finder-title {
  color: #027e26;
  font-size: 18px;
  line-height: 1em;
  padding: 10px 0 20px 10px;
}
#gear_finder .gear_finder_title {
  position: relative;
  padding: 0 10px;
  color: #000;
}
#gear_finder .gear_finder_title h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  padding: 16px 0 9px 8px;
  margin: 0;
  color: #000;
}
#gear_finder .gear_finder_title h2 .gear_finder_options {
  position: absolute;
  top: 13px;
  right: 18px;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}
#gear_finder .gear_finder_title h2 .vertical-separator {
  height: 23px;
  width: 1px;
  border-right: 1px solid #e1e1e1;
  display: inline-block;
  margin: 0 15px;
}
#gear_finder .gear_finder_title h2 label,
#gear_finder .gear_finder_title h2 select {
  position: relative;
  top: -6px;
}
#gear_finder .gear_finder_content {
  padding: 0 10px;
  color: #000;
}
#gear_finder .gear_finder_content .gear_finder_values {
  border-top: 1px solid #e1e1e1;
  padding: 13px 0 16px 8px;
  overflow: hidden;
}
#gear_finder .gear_finder_content .gear_finder_values p {
  float: left;
  margin-right: 2em;
}
#gear_finder .gear_finder_content .gear_finder_values label {
  font-weight: bold;
  font-weight: normal;
  font-size: 14px;
}
#gear_finder .gear_finder_content .gear_finder_values select,
#gear_finder .gear_finder_content .gear_finder_values input {
  margin-top: 1em;
}
#gear_finder .gear_finder_content .gear_finder_values select,
#gear_finder .gear_finder_content .gear_finder .gear_finder_title h2 select {
  background: #e1e1e1;
  border: none;
  border-radius: 0;
  padding: 4px 8px;
  font-family: 'Lato', sans-serif;
}
#gear_finder .gear_finder_content .gear_finder_values ul {
  overflow: hidden;
}
#gear_finder .gear_finder_content .gear_finder_values ul li {
  float: left;
  margin-right: 1em;
}
#gear_finder .gear_finder_content .gear_finder_values button {
  margin-top: 20px;
}
#player-photos-slider {
  overflow: hidden;
  height: 245px;
  margin: 0 0 20px;
}
#player-photos-slider .title {
  display: none;
}
#player-photos-slider-wrapper {
  width: 100%!important;
  height: 364px;
  padding: 0;
}
#player-photos-slider-wrapper .coda-nav {
  width: 100%!important;
  height: 79px;
  float: none;
  position: static;
}
#player-photos-slider-wrapper .coda-nav .itemSize {
  height: 90px;
  width: 90px;
}
#player-photos-slider-wrapper .coda-nav a {
  height: 90px;
  width: 90px;
  overflow: hidden;
}
#player-photos-slider-wrapper .coda-nav a span {
  display: none;
}
#player-photos-slider-wrapper .coda-nav li {
  height: 90px;
  width: 90px;
  margin: 0 15px 0 0;
}
#player-photos-slider-wrapper .coda-nav li a {
  position: relative;
}
#player-photos-slider-wrapper .coda-nav li a.background-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#player-photos-slider-wrapper .coda-nav li a img {
  position: absolute;
  margin: 0 0 0 -56px;
  left: 50%;
}
#player-photos-slider-wrapper .coda-nav li:last-child {
  margin: 0;
}
#player-photos-slider-wrapper .nav-button {
  top: 105px;
  z-index: 10;
  position: absolute;
  text-indent: -5000px;
}
#player-photos-slider-wrapper .nav-button a {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#player-photos-slider-wrapper .coda-nav-left {
  top: 105px;
  z-index: 10;
  position: absolute;
  text-indent: -5000px;
  left: 0;
  background: #027e26 url("../images/btn-arrow-white.png") no-repeat left top;
}
#player-photos-slider-wrapper .coda-nav-left a {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#player-photos-slider-wrapper .coda-nav-right {
  top: 105px;
  z-index: 10;
  position: absolute;
  text-indent: -5000px;
  right: 0;
  background: #027e26 url("../images/btn-arrow-white.png") no-repeat left bottom;
}
#player-photos-slider-wrapper .coda-nav-right a {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#player-photos-slider-wrapper .player-photos {
  height: 245px;
  overflow: hidden;
  position: static;
}
#player-photos-slider-wrapper .player-photos .panel-container .panel {
  float: left;
  height: 245px;
  width: 300px;
}
#player-photos-slider-wrapper .player-photos .panel-container .panel.slide-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#player-photos-slider-wrapper .player-photos .panel-container .panel .panel-wrapper {
  height: 245px;
  width: 300px;
}
#player-photos-slider-wrapper .player-photos .panel-container .panel .title {
  display: none;
}
.manufacturers-list ul {
  margin: 0 15px;
}
.manufacturers-list ul li {
  float: left;
  margin-right: 83px;
}
.manufacturers-list ul li:nth-child(4n+0) {
  margin-right: 0;
}
.manufacturers-list ul li a {
  display: block;
  width: 80px;
  height: 50px;
}
.grey-tabs {
  height: 23px;
  border-bottom: 1px solid #efefef;
  *zoom: 1;
}
.grey-tabs:before,
.grey-tabs:after {
  display: table;
  content: "";
}
.grey-tabs:after {
  clear: both;
}
.grey-tabs a {
  float: left;
  display: block;
  color: #000000;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  position: relative;
  text-decoration: none;
  padding: 0 10px;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  background: #F8F7F7;
  margin: 0 7px 0 0;
  -webkit-border-radius: 1px 0 0 0;
  -moz-border-radius: 1px 0 0 0;
  border-radius: 1px 0 0 0;
}
.grey-tabs a.active {
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
  z-index: 11;
}
.grey-tabs a.active span {
  z-index: 11;
  border-bottom: 1px solid #FFFFFF;
  background: url("../images/box-info-tabs.png") no-repeat left top;
}
.grey-tabs a span {
  top: -1px;
  right: -10px;
  z-index: 10;
  width: 11px;
  height: 23px;
  position: absolute;
  background: url("../images/box-info-tabs.png") no-repeat left bottom;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
section.search-form {
  width: 300px !important;
  padding: 10px 0px 10px 10px !important;
}
section.search-form form {
  height: 41px;
}
section.search-form form label {
  display: none;
}
section.search-form form input {
  margin-top: 4px;
}
section.search-form form input[type=text] {
  margin-left: 5px;
  border: 1px solid #e1e1e1;
  border-right: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  padding: 5px;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  float: left;
  height: 33px;
}
section.search-form form input[type=submit] {
  background: #000 url("../images/search-form-submit.png") repeat-x left top;
  width: 43px;
  height: 32px;
  float: left;
  border: none;
  text-indent: 1000px;
  cursor: pointer;
}
section.search-form.content-search form {
  margin: 13px 0px 20px 0px;
}
section.search-form.content-search form input[type=text] {
  width: 565px;
}
section.search-form.content-search form input[type=submit] {
  background: #011001 url("../images/search-form-submit-blue.png") repeat-x left top;
}
p.search-result-text {
  font-family: Arial;
  font-size: 0.83em;
  font-weight: bold;
}
.solo section.search-form {
  width: 100% !important;
}
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  /* @group Retina compatibility */
  /* @end */
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
.chzn-container.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
.chzn-container.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container.chzn-container-multi .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container.chzn-container-multi .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container.chzn-container-multi .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container.chzn-container-multi .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container.chzn-container-multi .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container.chzn-container-multi .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container.chzn-container-multi .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container.chzn-container-multi .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
.chzn-container.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
.chzn-container .chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-container .chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-container .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
.chzn-container .chzn-rtl {
  text-align: right;
}
.chzn-container .chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-container .chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-container .chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-container .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-container .chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-container .chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-container .chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-container .chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-container .chzn-rtl .chzn-search {
  left: 9999px;
}
.chzn-container .chzn-rtl.chzn-with-drop .chzn-search {
  left: 0px;
}
.chzn-container .chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-container .chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-container .chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-container .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-container .chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-container .chzn-rtl .chzn-search input,
  .chzn-container .chzn-container-single .chzn-single abbr,
  .chzn-container .chzn-container-single .chzn-single div b,
  .chzn-container .chzn-container-single .chzn-search input,
  .chzn-container .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-container .chzn-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
.with-share {
  position: relative;
  overflow: visible !important;
}
.with-share .section-share {
  position: absolute;
  margin: 0;
  left: -95px;
  width: 65px !important;
  background: white;
  -webkit-box-shadow: 0 0 9px rgba(24, 24, 24, 0.25);
  -moz-box-shadow: 0 0 9px rgba(24, 24, 24, 0.25);
  box-shadow: 0 0 9px rgba(24, 24, 24, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  min-height: 290px;
}
.with-share .section-share .hider {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 140%;
  background: white;
}
.with-share .section-share .addthis_toolbox {
  position: static;
  padding: 0;
}
section.retail-partners {
  border-top: 1px solid #e6e4e4;
  border-bottom: 1px solid #e6e4e4;
  padding: 10px 20px 20px;
  text-align: center;
}
section.retail-partners h3 {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin: 8px 0 15px;
  text-transform: uppercase;
}
section.retail-partners div a {
  margin: 0 15px 0 0;
}
section.retail-partners div a:last-child {
  margin: 0;
}
section.retail-partners a.btnmore {
  background: #027e26;
  color: white;
  text-transform: uppercase;
  padding: 6px 28px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Lato';
  display: block;
  margin: 20px auto !important;
  width: 180px;
}
.active_ad {
  z-index: 1;
}
header {
  position: relative;
  width: 100%;
  min-width: 980px;
  *zoom: 1;
}
header:before,
header:after {
  display: table;
  content: "";
}
header:after {
  clear: both;
}
header .wrap {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
header .top-header-logo {
  margin-top: 7px;
}
header .top-header-logo .logo {
  display: inline-block;
  margin: 27px 0 0 0;
  float: left;
}
header .top-header-logo .logo img {
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
header .top-header-logo .logo:hover img {
  opacity: 0.75;
}
header nav {
  margin-top: 30px;
  margin-bottom: 15px;
}
header nav ul {
  display: inline-block;
  float: left;
}
header nav ul li {
  display: inline-block;
}
header nav ul.primary {
  min-width: 800px;
}
header nav ul.primary.alt1 li a {
  color: #FFFFFF;
}
header nav ul.primary li {
  margin: 0 15px 0 0;
  position: relative;
  z-index: 99;
  letter-spacing: 0.05em;
}
header nav ul.primary li.current a {
  color: #027e26;
}
header nav ul.primary li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125em;
  /* 13 / 18 */
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  padding: 0 0 13px 0;
  float: left;
}
header nav ul.primary li a:hover {
  color: #027e26;
}
header nav ul.primary li a.highlight span {
  background: #fff;
  border: 1px solid #027e26;
  color: #000;
  -webkit-transition: background 0.125s;
  -moz-transition: background 0.125s;
  -ms-transition: background 0.125s;
  -o-transition: background 0.125s;
  transition: background 0.125s;
}
header nav ul.primary li a.highlight:hover span {
  color: #fff;
  background: #027e26;
}
header nav ul.primary li a.subscribe {
  color: red;
}
header nav ul.primary li a.subscribe:hover {
  text-decoration: underline;
}
header nav ul.primary li a span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  padding: 2px 5px;
}
header nav ul.primary li ul {
  display: none;
}
header nav ul.primary li:hover ul {
  display: block;
  position: absolute;
  margin: 26px 0 0 0;
  width: 150px;
}
header nav ul.primary li:hover ul li {
  display: block;
  margin: 0;
}
header nav ul.primary li:hover ul li a {
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  border: 1px solid #027e26;
  border-bottom: none;
  background: #fff;
  padding: 10px 15px;
  color: #000;
  font-size: 0.7em;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  --webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  opacity: 1;
  text-transform: uppercase;
  position: relative;
}
header nav ul.primary li:hover ul li a i {
  position: absolute;
  top: 16px;
  right: 11px;
}
header nav ul.primary li:hover ul li a:hover {
  color: #fff;
  background: #027e26;
}
header nav ul.primary li:hover ul li:last-child a {
  border-bottom: 1px solid #027e26;
}
header nav ul.social {
  float: right;
}
header nav ul.social li {
  margin-left: 10px;
}
footer {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999999;
  text-transform: uppercase;
}
footer a {
  text-decoration: none;
  color: #444444;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}
footer a:hover {
  color: #027e26;
}
footer nav {
  font-size: 0.75em;
  /* 12 / 16 */
  width: 940px;
}
footer nav ul {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
footer nav ul li {
  display: inline-block;
  border-right: 1px solid #d0d0d0;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  vertical-align: top;
  height: 150px;
}
footer nav ul li:last-child {
  border: 0;
}
footer nav ul li ul {
  border-top: 0;
  border-bottom: 0;
}
footer nav ul li ul li {
  height: auto;
  border: 0;
  display: block;
  padding: 2px 0;
}
footer nav ul li ul li a {
  font-size: 0.9em;
  padding: 2px 5px;
  margin-bottom: 5px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
footer nav ul li ul li a.title {
  letter-spacing: 0.1em;
  color: #027e26;
  font-size: 1.125em;
  font-size: 12px;
}
footer nav ul li ul li a.title:hover {
  text-decoration: none !important;
}
footer nav ul li ul li a.highlight {
  background: #ddf513;
}
footer nav ul li ul li a:hover {
  text-decoration: underline;
  color: #000;
}
footer .subscribe {
  margin: 20px 0 0;
}
footer .subscribe form {
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #fff, #eaeaea);
  background-image: -ms-linear-gradient(top, #fff, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
  background-image: -o-linear-gradient(top, #fff, #eaeaea);
  background-image: linear-gradient(top, #fff, #eaeaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
  padding: 10px 20px;
}
footer .subscribe form img {
  display: inline;
}
footer .subscribe form fieldset {
  vertical-align: top;
  display: inline;
  width: 83%;
  margin: 25px 0 0 0;
}
footer .subscribe form fieldset legend {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #5e5e5e;
  font-size: 1.5em;
}
footer .subscribe form fieldset ul {
  margin: 15px 0 0;
}
footer .subscribe form fieldset ul li {
  float: left;
  width: 50%;
}
footer .subscribe form fieldset ul li input {
  float: left;
}
footer .subscribe form fieldset ul li label {
  color: #556b97;
  font-size: 0.8125em;
  display: block;
  padding: 3px 0 0 5px;
  float: left;
}
footer .subscribe form fieldset ul li label span {
  margin: 5px 0 0;
  display: block;
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #5e5e5e;
  text-transform: none;
}
footer .subscribe form fieldset input[type=submit] {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #027e26;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 15px 0 0 0;
  font-size: 0.6875em;
  /* 11 / 16 */
  letter-spacing: 1px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  --webkit-font-smoothing: antialiased;
}
footer .subscribe form fieldset input[type=submit]:hover {
  background: #001a08;
  cursor: pointer;
}
footer .legal {
  border-top: 1px solid #e1e1e1;
  font-size: 0.75em;
  /* 12 / 16 */
  padding: 20px 0 50px;
  margin: 10px 0 0;
  position: relative;
}
footer .legal ul {
  margin: 10px 0;
}
footer .legal ul li {
  display: inline-block;
  border-right: 2px solid #999999;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
footer .legal ul li:last-child {
  border: none;
}
footer .legal ul.social {
  position: absolute;
  top: 10px;
  right: 0;
}
footer .legal ul.social li {
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
}
footer .copyright {
  float: right;
}
.sponsor-article-headline .sponsor-logo {
  float: right;
  font-size: 10px;
}
.sponsor-article-headline .sponsor-logo img {
  width: 36px;
  height: auto;
  vertical-align: middle;
}
body.article article {
  width: 620px;
}
body.article a.franchise {
  background: #027e26;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 6px;
  font-size: 0.625em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.6875em;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  opacity: 0.95;
}
body.article a.franchise:hover {
  background: #001a08;
}
body.article h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25em;
  margin: 10px 0;
  line-height: 1.25em;
  width: 620px;
}
body.article .byline {
  color: #027e26;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
body.article .byline:hover {
  color: #5fa25f;
  text-decoration: underline;
}
body.article .sharing {
  width: 620px;
  float: left;
  margin: 0 0 15px 0;
  padding: 8px 0 5px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
body.article .sharing a.print {
  float: right;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  margin: 2px 5px 0 0;
  font-size: 0.8125em;
  /* 12 / 16 */
  text-decoration: none;
  display: block;
}
body.article .sharing a.print:hover {
  color: #027e26;
}
body.article .text {
  width: 620px;
  float: left;
  clear: both;
  line-height: 1.6em;
  font-size: 1.1em;
}
body.article .text a {
  color: #027e26;
}
body.article .text a:hover {
  color: #5fa25f;
}
body.article .text br {
  display: block;
  margin-bottom: 20px;
}
body.article .text strong,
body.article .text b {
  font-weight: 700;
}
body.article .text em,
body.article .text i {
  font-style: italic;
}
body.article .text p {
  padding-right: 60px;
  margin: 0 0 20px;
  color: #444;
  line-height: 1.6em;
}
body.article .text div {
  padding-right: 60px;
}
body.article .text .img-box {
  width: 620px;
  margin: 0 0 10px;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 10px;
}
body.article .text .img-box img {
  max-width: 620px;
  height: auto;
  margin: 0 0 10px;
}
body.article .text .img-box .desc {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125em;
  margin: 0;
}
body.article .text hr {
  border: none;
  height: 1px;
  background: #d0d0d0;
}
body.article .image {
  width: 450px;
  float: left;
  margin: 0 0 20px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.article .image .copyright {
  color: #999999;
}
body.article .image p {
  font-size: 0.8125em;
  margin: 0;
}
body.article .image.full {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d0d0d0;
}
body.article .image.full img {
  margin: 0 0 10px;
}
body.article .image.left img {
  float: left;
  margin: 0 10px 0 0;
}
body.article .image.left p {
  width: 220px;
  float: left;
  padding: 10px 0 0 0;
  border-top: 1px solid #d0d0d0;
}
body.article .image.hero {
  width: 620px;
}
body.article .image.hero img {
  float: left;
  margin: 0 10px 0 0;
}
body.article .image.hero .copyright {
  display: block;
  padding-top: 10px;
}
body.article .author {
  display: block;
  width: 620px;
  float: left;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px 0;
  margin: 0 0 10px;
}
body.article .author img {
  float: left;
  margin: 0 20px 0 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.article .author h3 {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #027e26;
}
body.article .author p {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
body.article .author:hover img {
  opacity: 0.9;
}
body.article .author:hover h3 {
  text-decoration: underline;
}
body.article .author:hover p {
  color: #027e26;
}
body.article .related-posts {
  float: left;
  width: 620px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px;
}
body.article .related-posts a {
  display: block;
  float: left;
  width: 299px;
  text-decoration: none;
}
body.article .related-posts a h3 {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #027e26;
  text-transform: uppercase;
  line-height: 1.4em;
}
body.article .related-posts a p {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
body.article .related-posts a:first-child {
  border-right: 1px solid #d0d0d0;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
body.article .related-posts a:hover h3 {
  text-decoration: underline;
}
body.article .related-posts a:hover p {
  color: #027e26;
}
.sub-wrap {
  clear: both;
  padding: 40px 20px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}
.sub-wrap a {
  color: #007700;
}
body.franchise .brand {
  position: relative;
  float: left;
  width: 620px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 20px;
}
body.franchise .brand h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0em;
  /* 48 / 16 */
  --webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}
body.franchise .brand h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125em;
  /* 14 / 16 */
  color: #CDCDCD;
  text-transform: none;
  margin: 0 0 15px;
}
body.franchise .brand .more {
  top: 0;
}
div.tv-listings h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125em;
  color: #027e26;
}
div.tv-listings ul {
  list-style-type: disc;
  padding: 0 0 20px 20px;
  float: left;
}
div.tv-listings ul li {
  font-size: 0.85em;
  padding: 5px;
  width: 580px;
  margin: 0 0 2px;
  float: left;
}
div.tv-listings ul li.strong {
  background: #ffffff;
}
body.players-profile .left,
body.players-ranking .left,
body.players-home .left,
body.players-list .left,
body.players-head2head .left,
body.players-stats .left {
  float: left;
}
body.players-profile .right,
body.players-ranking .right,
body.players-home .right,
body.players-list .right,
body.players-head2head .right,
body.players-stats .right {
  float: right;
}
body.players-profile .inner-10,
body.players-ranking .inner-10,
body.players-home .inner-10,
body.players-list .inner-10,
body.players-head2head .inner-10,
body.players-stats .inner-10 {
  padding: 10px;
}
body.players-profile .padding-top-10,
body.players-ranking .padding-top-10,
body.players-home .padding-top-10,
body.players-list .padding-top-10,
body.players-head2head .padding-top-10,
body.players-stats .padding-top-10 {
  padding-top: 10px;
}
body.players-profile .margin-bottom-10,
body.players-ranking .margin-bottom-10,
body.players-home .margin-bottom-10,
body.players-list .margin-bottom-10,
body.players-head2head .margin-bottom-10,
body.players-stats .margin-bottom-10 {
  margin-bottom: 10px;
}
body.players-profile .margin-bottom-20,
body.players-ranking .margin-bottom-20,
body.players-home .margin-bottom-20,
body.players-list .margin-bottom-20,
body.players-head2head .margin-bottom-20,
body.players-stats .margin-bottom-20 {
  margin-bottom: 20px;
}
body.players-profile .align-right,
body.players-ranking .align-right,
body.players-home .align-right,
body.players-list .align-right,
body.players-head2head .align-right,
body.players-stats .align-right {
  text-align: right;
}
body.players-profile .hidden,
body.players-ranking .hidden,
body.players-home .hidden,
body.players-list .hidden,
body.players-head2head .hidden,
body.players-stats .hidden {
  display: none;
}
body.players-profile .content .primary,
body.players-ranking .content .primary,
body.players-home .content .primary,
body.players-list .content .primary,
body.players-head2head .content .primary,
body.players-stats .content .primary {
  width: 620px;
  border-right: none;
}
body.players-profile .content .primary .with-share,
body.players-ranking .content .primary .with-share,
body.players-home .content .primary .with-share,
body.players-list .content .primary .with-share,
body.players-head2head .content .primary .with-share,
body.players-stats .content .primary .with-share {
  overflow: visible;
  position: relative;
}
body.players-profile .content .primary .col-header a,
body.players-ranking .content .primary .col-header a,
body.players-home .content .primary .col-header a,
body.players-list .content .primary .col-header a,
body.players-head2head .content .primary .col-header a,
body.players-stats .content .primary .col-header a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
body.players-profile .content .primary .col-header .playerDropDown,
body.players-ranking .content .primary .col-header .playerDropDown,
body.players-home .content .primary .col-header .playerDropDown,
body.players-list .content .primary .col-header .playerDropDown,
body.players-head2head .content .primary .col-header .playerDropDown,
body.players-stats .content .primary .col-header .playerDropDown {
  width: 180px;
  height: 34px;
  position: relative;
  background: #fff;
  padding-right: 0;
  padding-top: 10px;
  border: 1px solid #027e26;
}
body.players-profile .content .primary .col-header .playerDropDown select,
body.players-ranking .content .primary .col-header .playerDropDown select,
body.players-home .content .primary .col-header .playerDropDown select,
body.players-list .content .primary .col-header .playerDropDown select,
body.players-head2head .content .primary .col-header .playerDropDown select,
body.players-stats .content .primary .col-header .playerDropDown select {
  width: 180px;
  display: none;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-single,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-single,
body.players-home .content .primary .col-header .playerDropDown .chzn-single,
body.players-list .content .primary .col-header .playerDropDown .chzn-single,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-single,
body.players-stats .content .primary .col-header .playerDropDown .chzn-single {
  width: 140px;
  border: none;
  margin: 0 auto;
  padding: 0 0 0 10px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-single span,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-single span,
body.players-home .content .primary .col-header .playerDropDown .chzn-single span,
body.players-list .content .primary .col-header .playerDropDown .chzn-single span,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-single span,
body.players-stats .content .primary .col-header .playerDropDown .chzn-single span {
  font-size: 15px;
  line-height: 20px;
  color: #027e26;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-single div,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-single div,
body.players-home .content .primary .col-header .playerDropDown .chzn-single div,
body.players-list .content .primary .col-header .playerDropDown .chzn-single div,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-single div,
body.players-stats .content .primary .col-header .playerDropDown .chzn-single div {
  width: 26px;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-single div b,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-single div b,
body.players-home .content .primary .col-header .playerDropDown .chzn-single div b,
body.players-list .content .primary .col-header .playerDropDown .chzn-single div b,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-single div b,
body.players-stats .content .primary .col-header .playerDropDown .chzn-single div b {
  background: url("../images/temp/icon-dropdown.gif") no-repeat center center;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-drop,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-drop,
body.players-home .content .primary .col-header .playerDropDown .chzn-drop,
body.players-list .content .primary .col-header .playerDropDown .chzn-drop,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-drop,
body.players-stats .content .primary .col-header .playerDropDown .chzn-drop {
  top: 45px;
  border: none;
  background: #fff;
  border: 1px solid #027e26;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-drop .group-result,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-drop .group-result,
body.players-home .content .primary .col-header .playerDropDown .chzn-drop .group-result,
body.players-list .content .primary .col-header .playerDropDown .chzn-drop .group-result,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-drop .group-result,
body.players-stats .content .primary .col-header .playerDropDown .chzn-drop .group-result {
  padding: 5px 0 2px 5px;
  font-weight: bold;
  color: #027e26;
}
body.players-profile .content .primary .col-header .playerDropDown .chzn-drop .active-result,
body.players-ranking .content .primary .col-header .playerDropDown .chzn-drop .active-result,
body.players-home .content .primary .col-header .playerDropDown .chzn-drop .active-result,
body.players-list .content .primary .col-header .playerDropDown .chzn-drop .active-result,
body.players-head2head .content .primary .col-header .playerDropDown .chzn-drop .active-result,
body.players-stats .content .primary .col-header .playerDropDown .chzn-drop .active-result {
  cursor: pointer;
  margin: 4px 0;
  padding: 0 0 0 10px;
  color: #333;
}
body.players-profile .content .primary .player-bio .player-name,
body.players-ranking .content .primary .player-bio .player-name,
body.players-home .content .primary .player-bio .player-name,
body.players-list .content .primary .player-bio .player-name,
body.players-head2head .content .primary .player-bio .player-name,
body.players-stats .content .primary .player-bio .player-name {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e1e1e1;
  *zoom: 1;
}
body.players-profile .content .primary .player-bio .player-name:before,
body.players-ranking .content .primary .player-bio .player-name:before,
body.players-home .content .primary .player-bio .player-name:before,
body.players-list .content .primary .player-bio .player-name:before,
body.players-head2head .content .primary .player-bio .player-name:before,
body.players-stats .content .primary .player-bio .player-name:before,
body.players-profile .content .primary .player-bio .player-name:after,
body.players-ranking .content .primary .player-bio .player-name:after,
body.players-home .content .primary .player-bio .player-name:after,
body.players-list .content .primary .player-bio .player-name:after,
body.players-head2head .content .primary .player-bio .player-name:after,
body.players-stats .content .primary .player-bio .player-name:after {
  display: table;
  content: "";
}
body.players-profile .content .primary .player-bio .player-name:after,
body.players-ranking .content .primary .player-bio .player-name:after,
body.players-home .content .primary .player-bio .player-name:after,
body.players-list .content .primary .player-bio .player-name:after,
body.players-head2head .content .primary .player-bio .player-name:after,
body.players-stats .content .primary .player-bio .player-name:after {
  clear: both;
}
body.players-profile .content .primary .player-bio .player-name h1,
body.players-ranking .content .primary .player-bio .player-name h1,
body.players-home .content .primary .player-bio .player-name h1,
body.players-list .content .primary .player-bio .player-name h1,
body.players-head2head .content .primary .player-bio .player-name h1,
body.players-stats .content .primary .player-bio .player-name h1 {
  font-size: 20px;
  color: #027e26;
  padding: 24px 0 0;
  text-transform: uppercase;
  font-weight: normal;
}
body.players-profile .content .primary .player-bio .player-name .player-flag,
body.players-ranking .content .primary .player-bio .player-name .player-flag,
body.players-home .content .primary .player-bio .player-name .player-flag,
body.players-list .content .primary .player-bio .player-name .player-flag,
body.players-head2head .content .primary .player-bio .player-name .player-flag,
body.players-stats .content .primary .player-bio .player-name .player-flag {
  width: 55px;
  height: 55px;
  margin: 8px 20px 0 0;
  position: relative;
}
body.players-profile .content .primary .player-bio .player-name .player-flag .frame,
body.players-ranking .content .primary .player-bio .player-name .player-flag .frame,
body.players-home .content .primary .player-bio .player-name .player-flag .frame,
body.players-list .content .primary .player-bio .player-name .player-flag .frame,
body.players-head2head .content .primary .player-bio .player-name .player-flag .frame,
body.players-stats .content .primary .player-bio .player-name .player-flag .frame {
  top: 0;
  left: 0;
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 2;
  background: url("../images/player-flag-frame.png") repeat-x 0 0;
}
body.players-profile .content .primary .player-bio .player-name .player-flag img,
body.players-ranking .content .primary .player-bio .player-name .player-flag img,
body.players-home .content .primary .player-bio .player-name .player-flag img,
body.players-list .content .primary .player-bio .player-name .player-flag img,
body.players-head2head .content .primary .player-bio .player-name .player-flag img,
body.players-stats .content .primary .player-bio .player-name .player-flag img {
  left: 4px;
  top: 5px;
  z-index: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
}
body.players-profile .content .primary .player-bio #basic,
body.players-ranking .content .primary .player-bio #basic,
body.players-home .content .primary .player-bio #basic,
body.players-list .content .primary .player-bio #basic,
body.players-head2head .content .primary .player-bio #basic,
body.players-stats .content .primary .player-bio #basic {
  font-size: 12px;
  padding-top: 0 !important;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking,
body.players-ranking .content .primary .player-bio #basic .bg-ranking,
body.players-home .content .primary .player-bio #basic .bg-ranking,
body.players-list .content .primary .player-bio #basic .bg-ranking,
body.players-head2head .content .primary .player-bio #basic .bg-ranking,
body.players-stats .content .primary .player-bio #basic .bg-ranking {
  background: url("../images/temp/bg-ranking.png") no-repeat top right;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking a,
body.players-ranking .content .primary .player-bio #basic .bg-ranking a,
body.players-home .content .primary .player-bio #basic .bg-ranking a,
body.players-list .content .primary .player-bio #basic .bg-ranking a,
body.players-head2head .content .primary .player-bio #basic .bg-ranking a,
body.players-stats .content .primary .player-bio #basic .bg-ranking a {
  color: #027e26;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .image,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .image,
body.players-home .content .primary .player-bio #basic .bg-ranking .image,
body.players-list .content .primary .player-bio #basic .bg-ranking .image,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .image,
body.players-stats .content .primary .player-bio #basic .bg-ranking .image {
  display: block;
  margin: 0 10px 0 0;
  background: #aeaeae;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .image img,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .image img,
body.players-home .content .primary .player-bio #basic .bg-ranking .image img,
body.players-list .content .primary .player-bio #basic .bg-ranking .image img,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .image img,
body.players-stats .content .primary .player-bio #basic .bg-ranking .image img {
  display: block;
  width: 148px;
  height: 192px;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .image p,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .image p,
body.players-home .content .primary .player-bio #basic .bg-ranking .image p,
body.players-list .content .primary .player-bio #basic .bg-ranking .image p,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .image p,
body.players-stats .content .primary .player-bio #basic .bg-ranking .image p {
  height: 22px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  font-style: italic;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .bio-detail,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .bio-detail,
body.players-home .content .primary .player-bio #basic .bg-ranking .bio-detail,
body.players-list .content .primary .player-bio #basic .bg-ranking .bio-detail,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .bio-detail,
body.players-stats .content .primary .player-bio #basic .bg-ranking .bio-detail {
  width: 350px;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row,
body.players-home .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row,
body.players-list .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row,
body.players-stats .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row {
  padding: 5px 0;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row:first-child,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row:first-child,
body.players-home .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row:first-child,
body.players-list .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row:first-child,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row:first-child,
body.players-stats .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row:first-child {
  padding: 10px 0 5px;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .label,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .label,
body.players-home .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .label,
body.players-list .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .label,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .label,
body.players-stats .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .label {
  width: 100px;
  text-align: left;
  font-weight: bold;
  margin: 0 18px 0 0;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .value,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .value,
body.players-home .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .value,
body.players-list .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .value,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .value,
body.players-stats .content .primary .player-bio #basic .bg-ranking .bio-detail .info-row .value {
  width: 217px;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .ranking,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .ranking,
body.players-home .content .primary .player-bio #basic .bg-ranking .ranking,
body.players-list .content .primary .player-bio #basic .bg-ranking .ranking,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .ranking,
body.players-stats .content .primary .player-bio #basic .bg-ranking .ranking {
  width: 110px;
  height: 214px;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .ranking a,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .ranking a,
body.players-home .content .primary .player-bio #basic .bg-ranking .ranking a,
body.players-list .content .primary .player-bio #basic .bg-ranking .ranking a,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .ranking a,
body.players-stats .content .primary .player-bio #basic .bg-ranking .ranking a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  float: right;
  padding: 0 19px 0 0px;
  margin: 10px 8px 0 0;
  background: url("../images/temp/link-arrow.png") no-repeat center right;
}
body.players-profile .content .primary .player-bio #basic .bg-ranking .ranking .position,
body.players-ranking .content .primary .player-bio #basic .bg-ranking .ranking .position,
body.players-home .content .primary .player-bio #basic .bg-ranking .ranking .position,
body.players-list .content .primary .player-bio #basic .bg-ranking .ranking .position,
body.players-head2head .content .primary .player-bio #basic .bg-ranking .ranking .position,
body.players-stats .content .primary .player-bio #basic .bg-ranking .ranking .position {
  font-family: "Lato", sans-serif;
  font-size: 41px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding: 85px 20px 0 0;
  text-shadow: -1px 0px 1px #000000;
}
body.players-profile .content .primary .player-bio .player-state,
body.players-ranking .content .primary .player-bio .player-state,
body.players-home .content .primary .player-bio .player-state,
body.players-list .content .primary .player-bio .player-state,
body.players-head2head .content .primary .player-bio .player-state,
body.players-stats .content .primary .player-bio .player-state {
  padding-top: 20px;
}
body.players-profile .content .primary .player-bio .player-state h2,
body.players-ranking .content .primary .player-bio .player-state h2,
body.players-home .content .primary .player-bio .player-state h2,
body.players-list .content .primary .player-bio .player-state h2,
body.players-head2head .content .primary .player-bio .player-state h2,
body.players-stats .content .primary .player-bio .player-state h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin: 0;
  color: #333;
  margin: 0 0 7px;
}
body.players-profile .content .primary .player-bio .player-state h2 span,
body.players-ranking .content .primary .player-bio .player-state h2 span,
body.players-home .content .primary .player-bio .player-state h2 span,
body.players-list .content .primary .player-bio .player-state h2 span,
body.players-head2head .content .primary .player-bio .player-state h2 span,
body.players-stats .content .primary .player-bio .player-state h2 span {
  color: #84919a;
}
body.players-profile .content .primary .player-bio .player-state .stats-table .label,
body.players-ranking .content .primary .player-bio .player-state .stats-table .label,
body.players-home .content .primary .player-bio .player-state .stats-table .label,
body.players-list .content .primary .player-bio .player-state .stats-table .label,
body.players-head2head .content .primary .player-bio .player-state .stats-table .label,
body.players-stats .content .primary .player-bio .player-state .stats-table .label {
  width: 50%;
}
body.players-profile .content .primary .player-bio .player-state .stats-table:first-child,
body.players-ranking .content .primary .player-bio .player-state .stats-table:first-child,
body.players-home .content .primary .player-bio .player-state .stats-table:first-child,
body.players-list .content .primary .player-bio .player-state .stats-table:first-child,
body.players-head2head .content .primary .player-bio .player-state .stats-table:first-child,
body.players-stats .content .primary .player-bio .player-state .stats-table:first-child {
  width: 270px;
}
body.players-profile .content .primary .player-bio .player-state .stats-box,
body.players-ranking .content .primary .player-bio .player-state .stats-box,
body.players-home .content .primary .player-bio .player-state .stats-box,
body.players-list .content .primary .player-bio .player-state .stats-box,
body.players-head2head .content .primary .player-bio .player-state .stats-box,
body.players-stats .content .primary .player-bio .player-state .stats-box {
  width: 205px;
  margin: 0 0 0 10px;
  background: #FFFFFF;
  color: #343233;
  padding: 0 0 10px;
  border: 1px solid #efefef;
}
body.players-profile .content .primary .player-bio .player-state .stats-box .title,
body.players-ranking .content .primary .player-bio .player-state .stats-box .title,
body.players-home .content .primary .player-bio .player-state .stats-box .title,
body.players-list .content .primary .player-bio .player-state .stats-box .title,
body.players-head2head .content .primary .player-bio .player-state .stats-box .title,
body.players-stats .content .primary .player-bio .player-state .stats-box .title {
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  background-color: #027e26;
  color: #fff;
}
body.players-profile .content .primary .player-bio .player-state .stats-box p,
body.players-ranking .content .primary .player-bio .player-state .stats-box p,
body.players-home .content .primary .player-bio .player-state .stats-box p,
body.players-list .content .primary .player-bio .player-state .stats-box p,
body.players-head2head .content .primary .player-bio .player-state .stats-box p,
body.players-stats .content .primary .player-bio .player-state .stats-box p {
  font-size: 11px;
  padding: 5px 10px 2px;
}
body.players-profile .content .primary .player-bio .player-state .stats-box p:last-child,
body.players-ranking .content .primary .player-bio .player-state .stats-box p:last-child,
body.players-home .content .primary .player-bio .player-state .stats-box p:last-child,
body.players-list .content .primary .player-bio .player-state .stats-box p:last-child,
body.players-head2head .content .primary .player-bio .player-state .stats-box p:last-child,
body.players-stats .content .primary .player-bio .player-state .stats-box p:last-child {
  font-weight: bold;
  padding: 0 10px 0;
}
body.players-profile .content .primary .player-bio .player-state .btn-more,
body.players-ranking .content .primary .player-bio .player-state .btn-more,
body.players-home .content .primary .player-bio .player-state .btn-more,
body.players-list .content .primary .player-bio .player-state .btn-more,
body.players-head2head .content .primary .player-bio .player-state .btn-more,
body.players-stats .content .primary .player-bio .player-state .btn-more {
  margin: 15px 0 0;
}
body.players-profile .content .primary .player-bio .gear-box h1,
body.players-ranking .content .primary .player-bio .gear-box h1,
body.players-home .content .primary .player-bio .gear-box h1,
body.players-list .content .primary .player-bio .gear-box h1,
body.players-head2head .content .primary .player-bio .gear-box h1,
body.players-stats .content .primary .player-bio .gear-box h1 {
  font-size: 28px;
  color: #027e26;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 1px 0 #efefef;
  -moz-box-shadow: 0 1px 0 #efefef;
  box-shadow: 0 1px 0 #efefef;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list,
body.players-ranking .content .primary .player-bio .gear-box .gear-list,
body.players-home .content .primary .player-bio .gear-box .gear-list,
body.players-list .content .primary .player-bio .gear-box .gear-list,
body.players-head2head .content .primary .player-bio .gear-box .gear-list,
body.players-stats .content .primary .player-bio .gear-box .gear-list {
  padding: 15px 0 10px 15px;
  *zoom: 1;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list:before,
body.players-ranking .content .primary .player-bio .gear-box .gear-list:before,
body.players-home .content .primary .player-bio .gear-box .gear-list:before,
body.players-list .content .primary .player-bio .gear-box .gear-list:before,
body.players-head2head .content .primary .player-bio .gear-box .gear-list:before,
body.players-stats .content .primary .player-bio .gear-box .gear-list:before,
body.players-profile .content .primary .player-bio .gear-box .gear-list:after,
body.players-ranking .content .primary .player-bio .gear-box .gear-list:after,
body.players-home .content .primary .player-bio .gear-box .gear-list:after,
body.players-list .content .primary .player-bio .gear-box .gear-list:after,
body.players-head2head .content .primary .player-bio .gear-box .gear-list:after,
body.players-stats .content .primary .player-bio .gear-box .gear-list:after {
  display: table;
  content: "";
}
body.players-profile .content .primary .player-bio .gear-box .gear-list:after,
body.players-ranking .content .primary .player-bio .gear-box .gear-list:after,
body.players-home .content .primary .player-bio .gear-box .gear-list:after,
body.players-list .content .primary .player-bio .gear-box .gear-list:after,
body.players-head2head .content .primary .player-bio .gear-box .gear-list:after,
body.players-stats .content .primary .player-bio .gear-box .gear-list:after {
  clear: both;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list .item,
body.players-ranking .content .primary .player-bio .gear-box .gear-list .item,
body.players-home .content .primary .player-bio .gear-box .gear-list .item,
body.players-list .content .primary .player-bio .gear-box .gear-list .item,
body.players-head2head .content .primary .player-bio .gear-box .gear-list .item,
body.players-stats .content .primary .player-bio .gear-box .gear-list .item {
  width: 104px;
  min-height: 104px;
  margin: 0 26px 0 0;
  background: #027e26;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list .item a,
body.players-ranking .content .primary .player-bio .gear-box .gear-list .item a,
body.players-home .content .primary .player-bio .gear-box .gear-list .item a,
body.players-list .content .primary .player-bio .gear-box .gear-list .item a,
body.players-head2head .content .primary .player-bio .gear-box .gear-list .item a,
body.players-stats .content .primary .player-bio .gear-box .gear-list .item a {
  display: block;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list .item p,
body.players-ranking .content .primary .player-bio .gear-box .gear-list .item p,
body.players-home .content .primary .player-bio .gear-box .gear-list .item p,
body.players-list .content .primary .player-bio .gear-box .gear-list .item p,
body.players-head2head .content .primary .player-bio .gear-box .gear-list .item p,
body.players-stats .content .primary .player-bio .gear-box .gear-list .item p {
  padding: 0 5px;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list .item p a,
body.players-ranking .content .primary .player-bio .gear-box .gear-list .item p a,
body.players-home .content .primary .player-bio .gear-box .gear-list .item p a,
body.players-list .content .primary .player-bio .gear-box .gear-list .item p a,
body.players-head2head .content .primary .player-bio .gear-box .gear-list .item p a,
body.players-stats .content .primary .player-bio .gear-box .gear-list .item p a {
  font-size: 11px;
  display: block;
  height: 39px;
  overflow: hidden;
  line-height: 13px;
  color: #FFFFFF;
  text-decoration: none;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list a.view-more,
body.players-ranking .content .primary .player-bio .gear-box .gear-list a.view-more,
body.players-home .content .primary .player-bio .gear-box .gear-list a.view-more,
body.players-list .content .primary .player-bio .gear-box .gear-list a.view-more,
body.players-head2head .content .primary .player-bio .gear-box .gear-list a.view-more,
body.players-stats .content .primary .player-bio .gear-box .gear-list a.view-more {
  float: left;
  display: block;
  background: #fff;
  border: 1px solid #027e26;
  height: 137px;
  padding: 0 20px;
}
body.players-profile .content .primary .player-bio .gear-box .gear-list a.view-more img,
body.players-ranking .content .primary .player-bio .gear-box .gear-list a.view-more img,
body.players-home .content .primary .player-bio .gear-box .gear-list a.view-more img,
body.players-list .content .primary .player-bio .gear-box .gear-list a.view-more img,
body.players-head2head .content .primary .player-bio .gear-box .gear-list a.view-more img,
body.players-stats .content .primary .player-bio .gear-box .gear-list a.view-more img {
  margin-top: 43px;
}
body.players-profile .content .primary .news-box .news-row,
body.players-ranking .content .primary .news-box .news-row,
body.players-home .content .primary .news-box .news-row,
body.players-list .content .primary .news-box .news-row,
body.players-head2head .content .primary .news-box .news-row,
body.players-stats .content .primary .news-box .news-row {
  *zoom: 1;
}
body.players-profile .content .primary .news-box .news-row:before,
body.players-ranking .content .primary .news-box .news-row:before,
body.players-home .content .primary .news-box .news-row:before,
body.players-list .content .primary .news-box .news-row:before,
body.players-head2head .content .primary .news-box .news-row:before,
body.players-stats .content .primary .news-box .news-row:before,
body.players-profile .content .primary .news-box .news-row:after,
body.players-ranking .content .primary .news-box .news-row:after,
body.players-home .content .primary .news-box .news-row:after,
body.players-list .content .primary .news-box .news-row:after,
body.players-head2head .content .primary .news-box .news-row:after,
body.players-stats .content .primary .news-box .news-row:after {
  display: table;
  content: "";
}
body.players-profile .content .primary .news-box .news-row:after,
body.players-ranking .content .primary .news-box .news-row:after,
body.players-home .content .primary .news-box .news-row:after,
body.players-list .content .primary .news-box .news-row:after,
body.players-head2head .content .primary .news-box .news-row:after,
body.players-stats .content .primary .news-box .news-row:after {
  clear: both;
}
body.players-profile .content .primary .news-box .news-row .news-col,
body.players-ranking .content .primary .news-box .news-row .news-col,
body.players-home .content .primary .news-box .news-row .news-col,
body.players-list .content .primary .news-box .news-row .news-col,
body.players-head2head .content .primary .news-box .news-row .news-col,
body.players-stats .content .primary .news-box .news-row .news-col {
  padding: 5px 0 5px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/temp/icon-square-black.gif") no-repeat 15px 8px;
  float: left;
  width: 50%;
  font-size: 12px;
}
body.players-profile .content .primary .news-box .news-row .news-col a,
body.players-ranking .content .primary .news-box .news-row .news-col a,
body.players-home .content .primary .news-box .news-row .news-col a,
body.players-list .content .primary .news-box .news-row .news-col a,
body.players-head2head .content .primary .news-box .news-row .news-col a,
body.players-stats .content .primary .news-box .news-row .news-col a {
  color: #027e26;
  text-decoration: none;
}
body.players-profile .content .primary .h2h-box .inner,
body.players-ranking .content .primary .h2h-box .inner,
body.players-home .content .primary .h2h-box .inner,
body.players-list .content .primary .h2h-box .inner,
body.players-head2head .content .primary .h2h-box .inner,
body.players-stats .content .primary .h2h-box .inner {
  *zoom: 1;
  padding: 0 35px;
}
body.players-profile .content .primary .h2h-box .inner:before,
body.players-ranking .content .primary .h2h-box .inner:before,
body.players-home .content .primary .h2h-box .inner:before,
body.players-list .content .primary .h2h-box .inner:before,
body.players-head2head .content .primary .h2h-box .inner:before,
body.players-stats .content .primary .h2h-box .inner:before,
body.players-profile .content .primary .h2h-box .inner:after,
body.players-ranking .content .primary .h2h-box .inner:after,
body.players-home .content .primary .h2h-box .inner:after,
body.players-list .content .primary .h2h-box .inner:after,
body.players-head2head .content .primary .h2h-box .inner:after,
body.players-stats .content .primary .h2h-box .inner:after {
  display: table;
  content: "";
}
body.players-profile .content .primary .h2h-box .inner:after,
body.players-ranking .content .primary .h2h-box .inner:after,
body.players-home .content .primary .h2h-box .inner:after,
body.players-list .content .primary .h2h-box .inner:after,
body.players-head2head .content .primary .h2h-box .inner:after,
body.players-stats .content .primary .h2h-box .inner:after {
  clear: both;
}
body.players-profile .content .primary .h2h-box .inner .player-picture,
body.players-ranking .content .primary .h2h-box .inner .player-picture,
body.players-home .content .primary .h2h-box .inner .player-picture,
body.players-list .content .primary .h2h-box .inner .player-picture,
body.players-head2head .content .primary .h2h-box .inner .player-picture,
body.players-stats .content .primary .h2h-box .inner .player-picture {
  width: 100px;
  height: 134px;
  border: 1px solid #FFFFFF;
  margin: 0;
  -webkit-box-shadow: 2px 3px 5px #E4E6E6;
  -moz-box-shadow: 2px 3px 5px #E4E6E6;
  box-shadow: 2px 3px 5px #E4E6E6;
  background: url("../images/player-face.jpg") no-repeat 0 0;
}
body.players-profile .content .primary .h2h-box .inner .player-picture div,
body.players-ranking .content .primary .h2h-box .inner .player-picture div,
body.players-home .content .primary .h2h-box .inner .player-picture div,
body.players-list .content .primary .h2h-box .inner .player-picture div,
body.players-head2head .content .primary .h2h-box .inner .player-picture div,
body.players-stats .content .primary .h2h-box .inner .player-picture div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  background-size: cover;
}
body.players-profile .content .primary .h2h-box .inner div,
body.players-ranking .content .primary .h2h-box .inner div,
body.players-home .content .primary .h2h-box .inner div,
body.players-list .content .primary .h2h-box .inner div,
body.players-head2head .content .primary .h2h-box .inner div,
body.players-stats .content .primary .h2h-box .inner div {
  width: 250px;
  height: 134px;
  margin: 0 30px;
  text-align: center;
  background: url("../images/temp/bg-grey-line.gif") repeat-x left center;
}
body.players-profile .content .primary .h2h-box .inner div img,
body.players-ranking .content .primary .h2h-box .inner div img,
body.players-home .content .primary .h2h-box .inner div img,
body.players-list .content .primary .h2h-box .inner div img,
body.players-head2head .content .primary .h2h-box .inner div img,
body.players-stats .content .primary .h2h-box .inner div img {
  margin: 45px 0 0;
}
body.players-profile .content .primary .h2h-box .inner div,
body.players-ranking .content .primary .h2h-box .inner div,
body.players-home .content .primary .h2h-box .inner div,
body.players-list .content .primary .h2h-box .inner div,
body.players-head2head .content .primary .h2h-box .inner div,
body.players-stats .content .primary .h2h-box .inner div,
body.players-profile .content .primary .h2h-box .inner .player-picture,
body.players-ranking .content .primary .h2h-box .inner .player-picture,
body.players-home .content .primary .h2h-box .inner .player-picture,
body.players-list .content .primary .h2h-box .inner .player-picture,
body.players-head2head .content .primary .h2h-box .inner .player-picture,
body.players-stats .content .primary .h2h-box .inner .player-picture {
  float: left;
}
body.players-profile .content .primary .bio-stats-media-box .inner,
body.players-ranking .content .primary .bio-stats-media-box .inner,
body.players-home .content .primary .bio-stats-media-box .inner,
body.players-list .content .primary .bio-stats-media-box .inner,
body.players-head2head .content .primary .bio-stats-media-box .inner,
body.players-stats .content .primary .bio-stats-media-box .inner {
  display: none;
  padding: 25px 0;
}
body.players-profile .content .primary .bio-stats-media-box .inner.active,
body.players-ranking .content .primary .bio-stats-media-box .inner.active,
body.players-home .content .primary .bio-stats-media-box .inner.active,
body.players-list .content .primary .bio-stats-media-box .inner.active,
body.players-head2head .content .primary .bio-stats-media-box .inner.active,
body.players-stats .content .primary .bio-stats-media-box .inner.active {
  display: block;
}
body.players-profile .content .primary .bio-stats-media-box .inner.stats,
body.players-ranking .content .primary .bio-stats-media-box .inner.stats,
body.players-home .content .primary .bio-stats-media-box .inner.stats,
body.players-list .content .primary .bio-stats-media-box .inner.stats,
body.players-head2head .content .primary .bio-stats-media-box .inner.stats,
body.players-stats .content .primary .bio-stats-media-box .inner.stats {
  padding: 25px 15px;
  background: url("../images/temp/bg-grey-gradient.gif") repeat-x left bottom;
}
body.players-profile .content .primary .bio-stats-media-box .inner h2,
body.players-ranking .content .primary .bio-stats-media-box .inner h2,
body.players-home .content .primary .bio-stats-media-box .inner h2,
body.players-list .content .primary .bio-stats-media-box .inner h2,
body.players-head2head .content .primary .bio-stats-media-box .inner h2,
body.players-stats .content .primary .bio-stats-media-box .inner h2 {
  color: #4f5e67;
  font-size: 18px;
}
body.players-profile .content .primary .bio-stats-media-box .inner h3 span,
body.players-ranking .content .primary .bio-stats-media-box .inner h3 span,
body.players-home .content .primary .bio-stats-media-box .inner h3 span,
body.players-list .content .primary .bio-stats-media-box .inner h3 span,
body.players-head2head .content .primary .bio-stats-media-box .inner h3 span,
body.players-stats .content .primary .bio-stats-media-box .inner h3 span,
body.players-profile .content .primary .bio-stats-media-box .inner h3 select,
body.players-ranking .content .primary .bio-stats-media-box .inner h3 select,
body.players-home .content .primary .bio-stats-media-box .inner h3 select,
body.players-list .content .primary .bio-stats-media-box .inner h3 select,
body.players-head2head .content .primary .bio-stats-media-box .inner h3 select,
body.players-stats .content .primary .bio-stats-media-box .inner h3 select {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
body.players-profile .content .primary .bio-stats-media-box .inner .two-cols .column,
body.players-ranking .content .primary .bio-stats-media-box .inner .two-cols .column,
body.players-home .content .primary .bio-stats-media-box .inner .two-cols .column,
body.players-list .content .primary .bio-stats-media-box .inner .two-cols .column,
body.players-head2head .content .primary .bio-stats-media-box .inner .two-cols .column,
body.players-stats .content .primary .bio-stats-media-box .inner .two-cols .column {
  float: left;
  width: 50%;
  padding: 0 20px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.players-profile .content .primary .bio-stats-media-box .inner .two-cols .column.vertical-line,
body.players-ranking .content .primary .bio-stats-media-box .inner .two-cols .column.vertical-line,
body.players-home .content .primary .bio-stats-media-box .inner .two-cols .column.vertical-line,
body.players-list .content .primary .bio-stats-media-box .inner .two-cols .column.vertical-line,
body.players-head2head .content .primary .bio-stats-media-box .inner .two-cols .column.vertical-line,
body.players-stats .content .primary .bio-stats-media-box .inner .two-cols .column.vertical-line {
  padding: 0 20px 0 0;
  border-right: 1px solid #d0cfcf;
  -webkit-box-shadow: 1px 0 0 #f3f3f3;
  -moz-box-shadow: 1px 0 0 #f3f3f3;
  box-shadow: 1px 0 0 #f3f3f3;
}
body.players-profile .content .primary .bio-stats-media-box .inner .two-cols .column:last-child,
body.players-ranking .content .primary .bio-stats-media-box .inner .two-cols .column:last-child,
body.players-home .content .primary .bio-stats-media-box .inner .two-cols .column:last-child,
body.players-list .content .primary .bio-stats-media-box .inner .two-cols .column:last-child,
body.players-head2head .content .primary .bio-stats-media-box .inner .two-cols .column:last-child,
body.players-stats .content .primary .bio-stats-media-box .inner .two-cols .column:last-child {
  padding: 0 0 0 20px;
}
body.players-profile .content .primary .bio-stats-media-box .inner .two-cols .column h4,
body.players-ranking .content .primary .bio-stats-media-box .inner .two-cols .column h4,
body.players-home .content .primary .bio-stats-media-box .inner .two-cols .column h4,
body.players-list .content .primary .bio-stats-media-box .inner .two-cols .column h4,
body.players-head2head .content .primary .bio-stats-media-box .inner .two-cols .column h4,
body.players-stats .content .primary .bio-stats-media-box .inner .two-cols .column h4 {
  color: #4f5e67;
  padding: 0 0 10px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fcfcfc;
  -moz-box-shadow: 0 1px 0 #fcfcfc;
  box-shadow: 0 1px 0 #fcfcfc;
}
body.players-profile .content .primary .bio-stats-media-box .inner .btn-more,
body.players-ranking .content .primary .bio-stats-media-box .inner .btn-more,
body.players-home .content .primary .bio-stats-media-box .inner .btn-more,
body.players-list .content .primary .bio-stats-media-box .inner .btn-more,
body.players-head2head .content .primary .bio-stats-media-box .inner .btn-more,
body.players-stats .content .primary .bio-stats-media-box .inner .btn-more {
  float: none;
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
body.players-profile .content .primary .bio-stats-media-box .history-charts,
body.players-ranking .content .primary .bio-stats-media-box .history-charts,
body.players-home .content .primary .bio-stats-media-box .history-charts,
body.players-list .content .primary .bio-stats-media-box .history-charts,
body.players-head2head .content .primary .bio-stats-media-box .history-charts,
body.players-stats .content .primary .bio-stats-media-box .history-charts {
  border-bottom: 1px solid #dcdbdb;
}
body.players-profile .content .primary .bio-stats-media-box .history-charts p,
body.players-ranking .content .primary .bio-stats-media-box .history-charts p,
body.players-home .content .primary .bio-stats-media-box .history-charts p,
body.players-list .content .primary .bio-stats-media-box .history-charts p,
body.players-head2head .content .primary .bio-stats-media-box .history-charts p,
body.players-stats .content .primary .bio-stats-media-box .history-charts p {
  margin: 10px 0 0;
  text-align: center;
}
body.players-profile .content .primary .bio-stats-media-box .history-charts .hideChart,
body.players-ranking .content .primary .bio-stats-media-box .history-charts .hideChart,
body.players-home .content .primary .bio-stats-media-box .history-charts .hideChart,
body.players-list .content .primary .bio-stats-media-box .history-charts .hideChart,
body.players-head2head .content .primary .bio-stats-media-box .history-charts .hideChart,
body.players-stats .content .primary .bio-stats-media-box .history-charts .hideChart {
  display: none!important;
}
body.players-profile .content .primary .ranking-header,
body.players-ranking .content .primary .ranking-header,
body.players-home .content .primary .ranking-header,
body.players-list .content .primary .ranking-header,
body.players-head2head .content .primary .ranking-header,
body.players-stats .content .primary .ranking-header {
  font-size: 15px;
}
body.players-profile .content .primary .ranking-header .champ_filter,
body.players-ranking .content .primary .ranking-header .champ_filter,
body.players-home .content .primary .ranking-header .champ_filter,
body.players-list .content .primary .ranking-header .champ_filter,
body.players-head2head .content .primary .ranking-header .champ_filter,
body.players-stats .content .primary .ranking-header .champ_filter {
  font-weight: bold;
}
body.players-profile .content .primary .ranking-header .champ_filter a,
body.players-ranking .content .primary .ranking-header .champ_filter a,
body.players-home .content .primary .ranking-header .champ_filter a,
body.players-list .content .primary .ranking-header .champ_filter a,
body.players-head2head .content .primary .ranking-header .champ_filter a,
body.players-stats .content .primary .ranking-header .champ_filter a {
  color: #444444;
  font-weight: normal;
}
body.players-profile .content .primary .featured-player-box .inner a,
body.players-ranking .content .primary .featured-player-box .inner a,
body.players-home .content .primary .featured-player-box .inner a,
body.players-list .content .primary .featured-player-box .inner a,
body.players-head2head .content .primary .featured-player-box .inner a,
body.players-stats .content .primary .featured-player-box .inner a {
  float: left;
  width: 100px;
  height: 134px;
  display: block;
  margin: 0 8px 20px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 2px 3px 5px #E4E6E6;
  -moz-box-shadow: 2px 3px 5px #E4E6E6;
  box-shadow: 2px 3px 5px #E4E6E6;
}
body.players-profile .content .primary .featured-player-box .inner a img,
body.players-ranking .content .primary .featured-player-box .inner a img,
body.players-home .content .primary .featured-player-box .inner a img,
body.players-list .content .primary .featured-player-box .inner a img,
body.players-head2head .content .primary .featured-player-box .inner a img,
body.players-stats .content .primary .featured-player-box .inner a img {
  width: 100px;
  height: 134px;
}
body.players-profile .content .primary .featured-player-box .select span,
body.players-ranking .content .primary .featured-player-box .select span,
body.players-home .content .primary .featured-player-box .select span,
body.players-list .content .primary .featured-player-box .select span,
body.players-head2head .content .primary .featured-player-box .select span,
body.players-stats .content .primary .featured-player-box .select span {
  font-size: 11px;
  color: #000000;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}
body.players-profile .content .primary .featured-player-box .select select,
body.players-ranking .content .primary .featured-player-box .select select,
body.players-home .content .primary .featured-player-box .select select,
body.players-list .content .primary .featured-player-box .select select,
body.players-head2head .content .primary .featured-player-box .select select,
body.players-stats .content .primary .featured-player-box .select select {
  font-size: 11px;
  text-transform: none;
  margin: 0 10px 0 5px;
}
body.players-profile .content .primary .head2head-detail-box .head2head-title,
body.players-ranking .content .primary .head2head-detail-box .head2head-title,
body.players-home .content .primary .head2head-detail-box .head2head-title,
body.players-list .content .primary .head2head-detail-box .head2head-title,
body.players-head2head .content .primary .head2head-detail-box .head2head-title,
body.players-stats .content .primary .head2head-detail-box .head2head-title {
  color: #4F5E67;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
body.players-profile .content .primary .head2head-detail-box .head2head-title h3,
body.players-ranking .content .primary .head2head-detail-box .head2head-title h3,
body.players-home .content .primary .head2head-detail-box .head2head-title h3,
body.players-list .content .primary .head2head-detail-box .head2head-title h3,
body.players-head2head .content .primary .head2head-detail-box .head2head-title h3,
body.players-stats .content .primary .head2head-detail-box .head2head-title h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
body.players-profile .content .primary .head2head-detail-box .head2head-title .player-col,
body.players-ranking .content .primary .head2head-detail-box .head2head-title .player-col,
body.players-home .content .primary .head2head-detail-box .head2head-title .player-col,
body.players-list .content .primary .head2head-detail-box .head2head-title .player-col,
body.players-head2head .content .primary .head2head-detail-box .head2head-title .player-col,
body.players-stats .content .primary .head2head-detail-box .head2head-title .player-col {
  width: 40%;
}
body.players-profile .content .primary .head2head-detail-box .head2head-title .vs-col,
body.players-ranking .content .primary .head2head-detail-box .head2head-title .vs-col,
body.players-home .content .primary .head2head-detail-box .head2head-title .vs-col,
body.players-list .content .primary .head2head-detail-box .head2head-title .vs-col,
body.players-head2head .content .primary .head2head-detail-box .head2head-title .vs-col,
body.players-stats .content .primary .head2head-detail-box .head2head-title .vs-col {
  width: 20%;
  text-align: center;
}
body.players-profile .content .primary .head2head-detail-box .head2head-title .vs-col h3,
body.players-ranking .content .primary .head2head-detail-box .head2head-title .vs-col h3,
body.players-home .content .primary .head2head-detail-box .head2head-title .vs-col h3,
body.players-list .content .primary .head2head-detail-box .head2head-title .vs-col h3,
body.players-head2head .content .primary .head2head-detail-box .head2head-title .vs-col h3,
body.players-stats .content .primary .head2head-detail-box .head2head-title .vs-col h3 {
  font-size: 24px;
}
body.players-profile .content .primary .head2head-detail-box .image-col,
body.players-ranking .content .primary .head2head-detail-box .image-col,
body.players-home .content .primary .head2head-detail-box .image-col,
body.players-list .content .primary .head2head-detail-box .image-col,
body.players-head2head .content .primary .head2head-detail-box .image-col,
body.players-stats .content .primary .head2head-detail-box .image-col {
  width: 135px;
  padding: 10px 0;
}
body.players-profile .content .primary .head2head-detail-box .image-col .image,
body.players-ranking .content .primary .head2head-detail-box .image-col .image,
body.players-home .content .primary .head2head-detail-box .image-col .image,
body.players-list .content .primary .head2head-detail-box .image-col .image,
body.players-head2head .content .primary .head2head-detail-box .image-col .image,
body.players-stats .content .primary .head2head-detail-box .image-col .image {
  font-size: 12px;
  font-style: italic;
}
body.players-profile .content .primary .head2head-detail-box .image-col .image a,
body.players-ranking .content .primary .head2head-detail-box .image-col .image a,
body.players-home .content .primary .head2head-detail-box .image-col .image a,
body.players-list .content .primary .head2head-detail-box .image-col .image a,
body.players-head2head .content .primary .head2head-detail-box .image-col .image a,
body.players-stats .content .primary .head2head-detail-box .image-col .image a {
  display: block;
  width: 135px;
  height: 180px;
}
body.players-profile .content .primary .head2head-detail-box .image-col .image p,
body.players-ranking .content .primary .head2head-detail-box .image-col .image p,
body.players-home .content .primary .head2head-detail-box .image-col .image p,
body.players-list .content .primary .head2head-detail-box .image-col .image p,
body.players-head2head .content .primary .head2head-detail-box .image-col .image p,
body.players-stats .content .primary .head2head-detail-box .image-col .image p {
  color: #BEBDBC;
  padding-top: 6px;
}
body.players-profile .content .primary .head2head-detail-box .image-col .ranking,
body.players-ranking .content .primary .head2head-detail-box .image-col .ranking,
body.players-home .content .primary .head2head-detail-box .image-col .ranking,
body.players-list .content .primary .head2head-detail-box .image-col .ranking,
body.players-head2head .content .primary .head2head-detail-box .image-col .ranking,
body.players-stats .content .primary .head2head-detail-box .image-col .ranking {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}
body.players-profile .content .primary .head2head-detail-box .image-col .ranking .position,
body.players-ranking .content .primary .head2head-detail-box .image-col .ranking .position,
body.players-home .content .primary .head2head-detail-box .image-col .ranking .position,
body.players-list .content .primary .head2head-detail-box .image-col .ranking .position,
body.players-head2head .content .primary .head2head-detail-box .image-col .ranking .position,
body.players-stats .content .primary .head2head-detail-box .image-col .ranking .position {
  font-size: 34px;
  padding: 5px 0;
  line-height: 34px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
body.players-profile .content .primary .head2head-detail-box .image-col .ranking a,
body.players-ranking .content .primary .head2head-detail-box .image-col .ranking a,
body.players-home .content .primary .head2head-detail-box .image-col .ranking a,
body.players-list .content .primary .head2head-detail-box .image-col .ranking a,
body.players-head2head .content .primary .head2head-detail-box .image-col .ranking a,
body.players-stats .content .primary .head2head-detail-box .image-col .ranking a {
  color: #027e26;
}
body.players-profile .content .primary .head2head-detail-box .image-col .country,
body.players-ranking .content .primary .head2head-detail-box .image-col .country,
body.players-home .content .primary .head2head-detail-box .image-col .country,
body.players-list .content .primary .head2head-detail-box .image-col .country,
body.players-head2head .content .primary .head2head-detail-box .image-col .country,
body.players-stats .content .primary .head2head-detail-box .image-col .country {
  text-align: center;
}
body.players-profile .content .primary .head2head-detail-box .detail-col,
body.players-ranking .content .primary .head2head-detail-box .detail-col,
body.players-home .content .primary .head2head-detail-box .detail-col,
body.players-list .content .primary .head2head-detail-box .detail-col,
body.players-head2head .content .primary .head2head-detail-box .detail-col,
body.players-stats .content .primary .head2head-detail-box .detail-col {
  width: 310px;
  padding: 0 10px;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .value,
body.players-ranking .content .primary .head2head-detail-box .detail-col .value,
body.players-home .content .primary .head2head-detail-box .detail-col .value,
body.players-list .content .primary .head2head-detail-box .detail-col .value,
body.players-head2head .content .primary .head2head-detail-box .detail-col .value,
body.players-stats .content .primary .head2head-detail-box .detail-col .value {
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 0;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .value:hover,
body.players-ranking .content .primary .head2head-detail-box .detail-col .value:hover,
body.players-home .content .primary .head2head-detail-box .detail-col .value:hover,
body.players-list .content .primary .head2head-detail-box .detail-col .value:hover,
body.players-head2head .content .primary .head2head-detail-box .detail-col .value:hover,
body.players-stats .content .primary .head2head-detail-box .detail-col .value:hover {
  overflow: visible;
  z-index: 999;
  position: relative;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .value:hover *,
body.players-ranking .content .primary .head2head-detail-box .detail-col .value:hover *,
body.players-home .content .primary .head2head-detail-box .detail-col .value:hover *,
body.players-list .content .primary .head2head-detail-box .detail-col .value:hover *,
body.players-head2head .content .primary .head2head-detail-box .detail-col .value:hover *,
body.players-stats .content .primary .head2head-detail-box .detail-col .value:hover * {
  background: #FFFFFF;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .label,
body.players-ranking .content .primary .head2head-detail-box .detail-col .label,
body.players-home .content .primary .head2head-detail-box .detail-col .label,
body.players-list .content .primary .head2head-detail-box .detail-col .label,
body.players-head2head .content .primary .head2head-detail-box .detail-col .label,
body.players-stats .content .primary .head2head-detail-box .detail-col .label {
  width: 80px;
  text-align: center;
  position: relative;
}
body.players-profile .content .primary .head2head-detail-box .detail-col p,
body.players-ranking .content .primary .head2head-detail-box .detail-col p,
body.players-home .content .primary .head2head-detail-box .detail-col p,
body.players-list .content .primary .head2head-detail-box .detail-col p,
body.players-head2head .content .primary .head2head-detail-box .detail-col p,
body.players-stats .content .primary .head2head-detail-box .detail-col p {
  color: #646263;
  font-weight: bold;
  background: #EBEAE8;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .detail-row,
body.players-ranking .content .primary .head2head-detail-box .detail-col .detail-row,
body.players-home .content .primary .head2head-detail-box .detail-col .detail-row,
body.players-list .content .primary .head2head-detail-box .detail-col .detail-row,
body.players-head2head .content .primary .head2head-detail-box .detail-col .detail-row,
body.players-stats .content .primary .head2head-detail-box .detail-col .detail-row {
  margin: 0 0 10px;
  font-size: 12px;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .detail-row a,
body.players-ranking .content .primary .head2head-detail-box .detail-col .detail-row a,
body.players-home .content .primary .head2head-detail-box .detail-col .detail-row a,
body.players-list .content .primary .head2head-detail-box .detail-col .detail-row a,
body.players-head2head .content .primary .head2head-detail-box .detail-col .detail-row a,
body.players-stats .content .primary .head2head-detail-box .detail-col .detail-row a {
  color: #027e26;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .record-row,
body.players-ranking .content .primary .head2head-detail-box .detail-col .record-row,
body.players-home .content .primary .head2head-detail-box .detail-col .record-row,
body.players-list .content .primary .head2head-detail-box .detail-col .record-row,
body.players-head2head .content .primary .head2head-detail-box .detail-col .record-row,
body.players-stats .content .primary .head2head-detail-box .detail-col .record-row {
  margin: 0 0 20px;
  border-bottom: 1px solid #000000;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .record-row p,
body.players-ranking .content .primary .head2head-detail-box .detail-col .record-row p,
body.players-home .content .primary .head2head-detail-box .detail-col .record-row p,
body.players-list .content .primary .head2head-detail-box .detail-col .record-row p,
body.players-head2head .content .primary .head2head-detail-box .detail-col .record-row p,
body.players-stats .content .primary .head2head-detail-box .detail-col .record-row p {
  color: #FFFFFF;
  margin: 16px 0 0;
  background: #000000;
}
body.players-profile .content .primary .head2head-detail-box .detail-col .record-row .value,
body.players-ranking .content .primary .head2head-detail-box .detail-col .record-row .value,
body.players-home .content .primary .head2head-detail-box .detail-col .record-row .value,
body.players-list .content .primary .head2head-detail-box .detail-col .record-row .value,
body.players-head2head .content .primary .head2head-detail-box .detail-col .record-row .value,
body.players-stats .content .primary .head2head-detail-box .detail-col .record-row .value {
  padding: 0;
  font-size: 32px;
}
body.players-profile .content .primary .matches-box h2,
body.players-ranking .content .primary .matches-box h2,
body.players-home .content .primary .matches-box h2,
body.players-list .content .primary .matches-box h2,
body.players-head2head .content .primary .matches-box h2,
body.players-stats .content .primary .matches-box h2 {
  font-size: 20px;
}
body.players-profile .content .primary .matches-box h2 a,
body.players-ranking .content .primary .matches-box h2 a,
body.players-home .content .primary .matches-box h2 a,
body.players-list .content .primary .matches-box h2 a,
body.players-head2head .content .primary .matches-box h2 a,
body.players-stats .content .primary .matches-box h2 a {
  color: #4F5E67;
  text-decoration: none;
}
body.players-profile .content .primary .matches-box h2 a:hover,
body.players-ranking .content .primary .matches-box h2 a:hover,
body.players-home .content .primary .matches-box h2 a:hover,
body.players-list .content .primary .matches-box h2 a:hover,
body.players-head2head .content .primary .matches-box h2 a:hover,
body.players-stats .content .primary .matches-box h2 a:hover {
  text-decoration: underline;
}
body.players-profile .content .primary .matches-box .matches-row,
body.players-ranking .content .primary .matches-box .matches-row,
body.players-home .content .primary .matches-box .matches-row,
body.players-list .content .primary .matches-box .matches-row,
body.players-head2head .content .primary .matches-box .matches-row,
body.players-stats .content .primary .matches-box .matches-row {
  font-size: 12px;
  padding: 5px;
  background: #f5f5f5;
}
body.players-profile .content .primary .matches-box .matches-row:nth-child(2n+1),
body.players-ranking .content .primary .matches-box .matches-row:nth-child(2n+1),
body.players-home .content .primary .matches-box .matches-row:nth-child(2n+1),
body.players-list .content .primary .matches-box .matches-row:nth-child(2n+1),
body.players-head2head .content .primary .matches-box .matches-row:nth-child(2n+1),
body.players-stats .content .primary .matches-box .matches-row:nth-child(2n+1) {
  background: #FFFFFF;
}
body.players-profile .content .primary .matches-box .matches-row h4,
body.players-ranking .content .primary .matches-box .matches-row h4,
body.players-home .content .primary .matches-box .matches-row h4,
body.players-list .content .primary .matches-box .matches-row h4,
body.players-head2head .content .primary .matches-box .matches-row h4,
body.players-stats .content .primary .matches-box .matches-row h4 {
  color: #646263;
}
body.players-profile .content .primary .matches-box .matches-row div p,
body.players-ranking .content .primary .matches-box .matches-row div p,
body.players-home .content .primary .matches-box .matches-row div p,
body.players-list .content .primary .matches-box .matches-row div p,
body.players-head2head .content .primary .matches-box .matches-row div p,
body.players-stats .content .primary .matches-box .matches-row div p {
  padding: 5px 0;
}
body.players-profile .content .primary .matches-box .matches-row div.col-1,
body.players-ranking .content .primary .matches-box .matches-row div.col-1,
body.players-home .content .primary .matches-box .matches-row div.col-1,
body.players-list .content .primary .matches-box .matches-row div.col-1,
body.players-head2head .content .primary .matches-box .matches-row div.col-1,
body.players-stats .content .primary .matches-box .matches-row div.col-1 {
  width: 14%;
  text-align: center;
}
body.players-profile .content .primary .matches-box .matches-row div.col-2,
body.players-ranking .content .primary .matches-box .matches-row div.col-2,
body.players-home .content .primary .matches-box .matches-row div.col-2,
body.players-list .content .primary .matches-box .matches-row div.col-2,
body.players-head2head .content .primary .matches-box .matches-row div.col-2,
body.players-stats .content .primary .matches-box .matches-row div.col-2 {
  width: 18%;
}
body.players-profile .content .primary .matches-box .matches-row div.col-3,
body.players-ranking .content .primary .matches-box .matches-row div.col-3,
body.players-home .content .primary .matches-box .matches-row div.col-3,
body.players-list .content .primary .matches-box .matches-row div.col-3,
body.players-head2head .content .primary .matches-box .matches-row div.col-3,
body.players-stats .content .primary .matches-box .matches-row div.col-3,
body.players-profile .content .primary .matches-box .matches-row div.col-5,
body.players-ranking .content .primary .matches-box .matches-row div.col-5,
body.players-home .content .primary .matches-box .matches-row div.col-5,
body.players-list .content .primary .matches-box .matches-row div.col-5,
body.players-head2head .content .primary .matches-box .matches-row div.col-5,
body.players-stats .content .primary .matches-box .matches-row div.col-5 {
  width: 21%;
}
body.players-profile .content .primary .matches-box .matches-row div.col-4,
body.players-ranking .content .primary .matches-box .matches-row div.col-4,
body.players-home .content .primary .matches-box .matches-row div.col-4,
body.players-list .content .primary .matches-box .matches-row div.col-4,
body.players-head2head .content .primary .matches-box .matches-row div.col-4,
body.players-stats .content .primary .matches-box .matches-row div.col-4 {
  width: 7%;
  text-align: center;
}
body.players-profile .content .primary .matches-box .matches-row div.col-6,
body.players-ranking .content .primary .matches-box .matches-row div.col-6,
body.players-home .content .primary .matches-box .matches-row div.col-6,
body.players-list .content .primary .matches-box .matches-row div.col-6,
body.players-head2head .content .primary .matches-box .matches-row div.col-6,
body.players-stats .content .primary .matches-box .matches-row div.col-6 {
  width: 19%;
}
body.players-profile .content .primary .player-selector,
body.players-ranking .content .primary .player-selector,
body.players-home .content .primary .player-selector,
body.players-list .content .primary .player-selector,
body.players-head2head .content .primary .player-selector,
body.players-stats .content .primary .player-selector {
  margin: 25px 0 40px;
}
body.players-profile .content .primary .player-selector .player-box,
body.players-ranking .content .primary .player-selector .player-box,
body.players-home .content .primary .player-selector .player-box,
body.players-list .content .primary .player-selector .player-box,
body.players-head2head .content .primary .player-selector .player-box,
body.players-stats .content .primary .player-selector .player-box {
  width: 43%;
  padding: 0 0 0 7%;
}
body.players-profile .content .primary .player-selector .player-box p,
body.players-ranking .content .primary .player-selector .player-box p,
body.players-home .content .primary .player-selector .player-box p,
body.players-list .content .primary .player-selector .player-box p,
body.players-head2head .content .primary .player-selector .player-box p,
body.players-stats .content .primary .player-selector .player-box p {
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: bold;
}
body.players-profile .content .primary .player-selector .player-box select,
body.players-ranking .content .primary .player-selector .player-box select,
body.players-home .content .primary .player-selector .player-box select,
body.players-list .content .primary .player-selector .player-box select,
body.players-head2head .content .primary .player-selector .player-box select,
body.players-stats .content .primary .player-selector .player-box select {
  width: 75%;
}
body.players-profile .content .secondary,
body.players-ranking .content .secondary,
body.players-home .content .secondary,
body.players-list .content .secondary,
body.players-head2head .content .secondary,
body.players-stats .content .secondary {
  float: right !important;
  width: 300px;
}
body.players-profile .secondary {
  border-left: none !important;
  padding: 20px 0 0 0;
}
body.players-profile .secondary h1,
body.players-profile .secondary h2,
body.players-profile .secondary h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
body.players-profile .secondary h1 {
  font-size: 36px;
}
body.players-profile .secondary h2 {
  font-size: 24px;
}
body.players-profile .secondary h3 {
  font-size: 18px;
}
body.players-profile .secondary section {
  padding: 0;
  float: none;
  width: 300px;
  margin: 0 0 25px;
  border-bottom: none;
}
body.players-profile .secondary section h1.title {
  color: #4f5e67;
  padding: 0 0 13px;
  border-bottom: 1px solid #a4a5a5;
}
body.players-profile .secondary section h1.title span {
  display: block;
  font-size: 18px;
  color: #83939c;
}
body.players-profile .secondary section h1.title.with-follow {
  padding-top: 15px;
}
body.players-profile .secondary section h3 {
  color: #83939c;
}
body.players-profile .secondary section h6 {
  padding: 10px 0;
}
.gear-page .solo .hide {
  display: none !important;
}
.gear-page .solo article,
.gear-page .solo section {
  float: none;
  width: auto;
}
.gear-page .solo section {
  margin-bottom: 20px;
}
.gear-page .solo .info-box-grey-gradient.no-margin-bottom {
  background: #f3f3f3;
}
.gear-page .solo .info-box-grey-gradient.no-margin-bottom h2 {
  color: #027e26;
  padding: 10px 5px 5px;
  border: none;
}
.gear-page .solo .info-box-grey-gradient.no-margin-bottom h2 small {
  margin-top: 5px;
  font-size: 11px;
}
.gear-page .solo .info-box-grey-gradient.no-margin-bottom h2 .vertical-separator {
  background: #f3f3f3;
}
.gear-page .solo .info-box-grey-gradient.no-margin-bottom h2 .h2wrap {
  width: 50%;
  float: left;
}
.gear-page .solo .info-box-grey-gradient.no-margin-bottom a {
  color: #999999;
  text-transform: uppercase;
}
.gear-page .gear-reviews h2 {
  border: none;
}
.gear-page .gear-reviews h2 .btn-more {
  top: -4px;
  font-size: 11px;
  padding: 6px 10px;
}
.gear-page .gear-reviews .info img {
  border: 1px solid #e2e2e2;
}
.gear-page .gear-reviews .info .left {
  float: left;
}
.gear-page .gear-reviews .info .right {
  float: right;
  width: 285px;
}
.gear-page .gear-reviews .info .right .green-arrow-right {
  text-transform: uppercase;
}
.gear-page .gear-reviews .info .right h3,
.gear-page .gear-reviews .info .right p {
  font-size: 14px;
  color: black;
}
.gear-page .gear-reviews .info .right h3 {
  font-weight: bold;
  margin: 12px 0 10px;
  color: #027e26;
  font-size: 18px;
}
.gear-page .gear-reviews .info .right p {
  font-size: 12px;
}
.gear-page .gear-reviews .info .right p.meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
}
.gear-page .gear-reviews .info .right p .rmore {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
.gear-page .gear-reviews .info .right .tw_logo {
  display: block;
  width: 60px;
  height: 45px;
  background: url('../images/tennis-warehouse.png') no-repeat;
  background-size: cover;
  text-indent: -9999em;
}
.gear-page .gear-reviews .info .right .thumbs img {
  margin-left: 14px;
}
.gear-page .gear-reviews .info .right .thumbs img:first-child {
  margin-left: 0;
}
.gear-page .pro-shop-articles-list {
  overflow: hidden;
}
.gear-page .pro-shop-articles-list article {
  float: left;
  width: 50%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2px;
}
.gear-page .pro-shop-articles-list article:nth-child(odd) {
  clear: left;
}
.gear-page .pro-shop-articles-list article.has-thumb-small a.thumbnail-small {
  width: auto;
  margin-right: 0;
}
.gear-page .pro-shop-articles-list article.has-thumb-small a.thumbnail-small img {
  width: 102px;
  height: 102px;
}
.gear-page .pro-shop-articles-list article.has-thumb-small .text {
  width: auto;
  float: none;
  padding-left: 112px;
}
.gear-page .pro-shop-articles-list article h4 a {
  color: #027e26;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
.gear-page .pro-shop-articles-list article h4 a:hover {
  text-decoration: underline;
}
.gear-page .pro-shop-articles-list article div.meta.linear {
  line-height: 1.1em;
}
.gear-page .pro-shop-articles-list article div.meta.linear span {
  display: inline;
}
.gear-page .pro-shop-articles-list article div.meta.linear span.dateline-small {
  display: block;
}
.gear-page .pro-shop-articles-list article span.p-small {
  font-size: 12px;
}
.gear-page .manufacturer-detail {
  overflow: visible;
}
.gear-page .manufacturer-detail .section-intro .content-title .right {
  color: white;
  font-size: 13px;
}
.gear-page .manufacturer-detail .section-intro .content-title .right form {
  display: inline;
  margin-right: 40px;
  color: #027e26;
}
.gear-page .manufacturer-detail .section-intro .content-title .right form select {
  width: 75px;
}
.gear-page .manufacturer-detail .section-intro .content-title .right label,
.gear-page .manufacturer-detail .section-intro .content-title .right a.green-arrow-right,
.gear-page .manufacturer-detail .section-intro .content-title .right select {
  position: relative;
  top: -7px;
}
.gear-page .manufacturer-detail .section-intro .content-title .right #manufacturers_list {
  display: none;
  width: 100px;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container {
  float: left;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-single {
  background: #027e26;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-single span {
  color: #ffffff;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-single div {
  width: 26px;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-single div b {
  background: url("../images/icon-dropdown.png") no-repeat center center;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-drop {
  width: 150px;
  border-color: #027e26;
  background: transparent;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-drop .chzn-results {
  margin: 0;
  padding: 5px 0;
  overflow: hidden;
  max-height: none;
  border: #027e26 1px solid;
  background: #fff;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container .chzn-drop .chzn-results .active-result {
  cursor: pointer;
  line-height: 16px;
  padding: 2px 5px;
}
.gear-page .manufacturer-detail .section-intro .content-title .right .chzn-container.chzn-container-active .chzn-single {
  background: #027e26;
}
.gear-page .manufacturer-detail .manufacturer-logo {
  margin: 2em auto 0;
  text-align: center;
}
.gear-page #gear_list {
  overflow: hidden;
}
.gear-page #gear_list li.gear-item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 23px 0;
}
.gear-page #gear_list li.gear-item:nth-child(even) {
  padding-right: 0;
  padding-left: 10px;
}
.gear-page #gear_list li.gear-item:nth-child(odd) {
  clear: left;
}
.gear-page #gear_list li.gear-item div.gear_info {
  clear: both;
  overflow: hidden;
}
.gear-page #gear_list li.gear-item div.gear_info img {
  float: left;
  border: 1px solid #e2e2e2;
}
.gear-page #gear_list li.gear-item div.gear_info div {
  float: right;
  width: 170px;
}
.gear-page #gear_list li.gear-item div.gear_info div p.title {
  margin-bottom: 0.5em;
}
.gear-page #gear_list li.gear-item div.gear_info div p.title a,
.gear-page #gear_list li.gear-item div.gear_info div p.title a:link,
.gear-page #gear_list li.gear-item div.gear_info div p.title a:hover,
.gear-page #gear_list li.gear-item div.gear_info div p.title a:visited {
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
.gear-page #gear_list li.gear-item ul.gear_links {
  margin: 10px 0 0 0;
  background: #efefef;
  text-align: center;
}
.gear-page #gear_list li.gear-item ul.gear_links li {
  display: inline;
  line-height: 27px;
}
.gear-page #gear_list li.gear-item ul.gear_links li a,
.gear-page #gear_list li.gear-item ul.gear_links li a:link,
.gear-page #gear_list li.gear-item ul.gear_links li a:hover,
.gear-page #gear_list li.gear-item ul.gear_links li a:visited {
  padding-right: 10px;
  color: #4f5e67;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.gear-page #gear_list li.gear-item ul.gear_links li .arrow-icon {
  padding: 0 10px;
  background: url("../images/link-arrow-grey.png") no-repeat left center;
}
.gear-page .gear-detail .gear-image {
  margin: 0 0 20px 0;
  border: 1px solid #efefef;
}
.gear-page .gear-detail .gear-image img {
  width: 100%;
  height: auto;
}
.gear-page .gear-detail .tabs-section #buyit {
  background: #027e26;
  color: white;
  text-transform: uppercase;
  padding: 6px 28px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Lato';
  position: absolute;
  right: 0;
  top: -8px;
}
.gear-page .gear-detail .tabs-section #tenniswarehouse_logo {
  display: block;
  width: 60px;
  height: 45px;
  background: url('../images/tennis-warehouse.png') no-repeat;
  background-size: cover;
  text-indent: -9999em;
  position: absolute;
  right: 0;
  margin-top: 10px;
}
.gear-page .gear-detail .tabs-section .tab-content {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5em;
}
.gear-page .gear-detail .tabs-section .tab-content h3 {
  color: #027e26;
  font-weight: 500;
  font-size: 18px;
  margin: 1em 0;
}
.gear-page .gear-detail .tabs-section .tab-content h3 small {
  font-size: 10px;
  text-transform: uppercase;
  color: black;
}
.gear-page .gear-detail .tabs-section .tab-content p {
  color: #303030;
}
.gear-page .gear-detail .tabs-section .tab-content ul li {
  font-weight: bold;
  color: black;
  float: left;
  width: 25%;
  margin-bottom: 25px;
}
.gear-page .gear-detail .tabs-section .tab-content ul li strong {
  color: #5b5b5b;
}
body.photo-wire-list .gallery-list {
  padding: 20px 0;
}
body.photo-wire-list .gallery-list .item {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 190px;
  text-align: center;
  margin: 0 0 20px;
}
body.photo-wire-list .gallery-list .item.masonry-brick {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.photo-wire-list .gallery-list .item a {
  text-decoration: none;
}
body.photo-wire-list .gallery-list .item a img {
  width: 190px;
}
body.photo-wire-list .gallery-list-new .image-column {
  width: 190px;
  margin: 7px;
  display: inline-block;
  vertical-align: top;
}
body.photo-wire-list .gallery-list-new .image-column .item {
  width: 190px;
  text-align: center;
  margin: 12px 0px;
}
body.photo-wire-list .gallery-list-new .image-column .item a {
  text-decoration: none;
}
body.photo-wire-list .gallery-list-new .image-column .item a img {
  width: 190px;
}
body.photo-wire-detail .content-title .back-link {
  font-family: "Lato", sans-serif;
  float: right;
  font-size: 13px;
  height: 64px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 14px 0 14px;
  line-height: 64px;
  background: #027e26;
  font-family: 'Lato', sans-serif;
}
body.photo-wire-detail section .photo-detail {
  width: 620px;
  position: relative;
}
body.photo-wire-detail section .photo-detail .link-arrow {
  top: 220px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  background-size: contain !important;
}
body.photo-wire-detail section .photo-detail .link-arrow.arrow-next {
  right: 0;
  background: url("../images/photo-wire-slideshow-next.gif") no-repeat 0 0;
}
body.photo-wire-detail section .photo-detail .link-arrow.arrow-prev {
  left: 0;
  background: url("../images/photo-wire-slideshow-prev.gif") no-repeat 0 0;
}
body.photo-wire-detail section .photo-detail .image {
  width: 620px;
  height: 512px;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #efefef;
}
body.photo-wire-detail section .photo-detail .image img {
  display: block;
  margin: 0 auto;
  max-width: 620px;
  max-height: 512px;
}
body.photo-wire-detail section .photo-detail .detail {
  padding: 30px 20px;
  background: transparent;
}
body.photo-wire-detail section .photo-detail .detail h2 {
  color: #027e26;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
body.photo-wire-detail section .photo-detail .detail p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #2b2b2b ;
  line-height: 28px;
}
body.photo-wire-detail section .photo-detail .detail p a {
  color: #027e26;
  text-decoration: none;
}
body.photo-wire-detail .jcarousel-container .jcarousel-prev,
body.photo-wire-detail .jcarousel-container .jcarousel-next {
  top: 228px;
  width: 54px;
  height: 55px;
  cursor: pointer;
  position: absolute;
}
body.photo-wire-detail .jcarousel-container .jcarousel-next {
  right: 0;
  background: url("../images/photo-wire-slideshow-next.gif") no-repeat 0 0;
}
body.photo-wire-detail .jcarousel-container .jcarousel-prev {
  left: 0;
  background: url("../images/photo-wire-slideshow-prev.gif") no-repeat 0 0;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip {
  overflow: hidden;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item {
  width: 620px;
  background: url("../images/photo-wire-slideshow-bg-1.png") no-repeat 0 0;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item .image {
  width: 620px;
  height: 512px;
  vertical-align: middle;
  display: table-cell;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item .image img {
  display: block;
  margin: 0 auto;
  max-width: 620px;
  max-height: 512px;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item .detail {
  padding: 30px 20px;
  background: #efeeee url("../images/photo-wire-slideshow-bg-2.gif") repeat-x top left;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item .detail h2 {
  color: #027e26;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item .detail p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #2b2b2b ;
  line-height: 28px;
}
body.photo-wire-detail .jcarousel-container .jcarousel-clip .jcarousel-item .detail p a {
  color: #027e26;
  text-decoration: none;
}
body.sweepstakes > div.wrapper > div.content.row {
  max-width: 980px;
  width: 980px;
  margin-left: -20px;
}
body.sweepstakes > div.wrapper > div.content.row .primary {
  float: none;
  width: auto;
  background: url(../images/sweepstakes/hero.jpg) center top no-repeat;
  padding-top: 290px;
}
body.sweepstakes > div.wrapper > div.content.row .secondary {
  display: none;
}
body.sweepstakes .smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body.sweepstakes .sweeps-wrapper {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  width: 765px;
  margin: 0 auto;
}
body.sweepstakes .sweeps-wrapper h1 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #077d2e;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  text-align: left;
}
body.sweepstakes .sweeps-wrapper .date {
  font-size: 20px;
  line-height: 1;
  color: #077d2e;
  margin: 17px 0;
}
body.sweepstakes .sweeps-wrapper p.text {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
body.sweepstakes .sweeps-wrapper p.text.green {
  margin-bottom: 20px;
  color: #077d2e;
}
body.sweepstakes .sweeps-wrapper .includes {
  background: url(../images/sweepstakes/package-includes.png) no-repeat;
  height: 22px;
  width: 765px;
  display: inline-block;
  margin-bottom: 20px;
}
body.sweepstakes .sweeps-wrapper .items div {
  padding-top: 115px;
  width: 50%;
  float: left;
}
body.sweepstakes .sweeps-wrapper .items .item1 {
  background: url(../images/sweepstakes/logo1.jpg) center 44px no-repeat;
}
body.sweepstakes .sweeps-wrapper .items .item2 {
  background: url(../images/sweepstakes/logo2.jpg) top center no-repeat;
}
body.sweepstakes .sweeps-wrapper .items .item3 {
  background: url(../images/sweepstakes/logo3.jpg) center 64px no-repeat;
}
body.sweepstakes .sweeps-wrapper .items .item4 {
  background: url(../images/sweepstakes/logo4.jpg) center 44px no-repeat;
}
body.sweepstakes .sweeps-wrapper a.details,
body.sweepstakes .sweeps-wrapper a.details:link,
body.sweepstakes .sweeps-wrapper a.details:hover,
body.sweepstakes .sweeps-wrapper a.details:visited,
body.sweepstakes .sweeps-wrapper a.details:active {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: block;
  color: white;
  font-size: 18px;
  line-height: 1;
  padding: 30px 0;
  text-decoration: none;
  margin-top: 50px;
  background: url(../images/sweepstakes/green-arrow-right.png) 670px 22px no-repeat #077d2e;
  margin-bottom: 40px;
}
body.sweepstakes .sweeps-wrapper h2 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #077d2e;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
body.sweepstakes .sweeps-wrapper h3 {
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 3px;
}
body.sweepstakes .sweeps-wrapper h4 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  margin-bottom: 32px;
}
body.sweepstakes .buttons-row {
  padding-top: 40px;
  padding-bottom: 200px;
}
body.sweepstakes .buttons-row a,
body.sweepstakes .buttons-row a:link,
body.sweepstakes .buttons-row a:hover,
body.sweepstakes .buttons-row a:visited,
body.sweepstakes .buttons-row a:active {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
  color: #333333;
}
body.sweepstakes .form-wrapper {
  width: 388px;
  margin: 0 auto;
}
body.sweepstakes .form-wrapper label,
body.sweepstakes .form-wrapper .country,
body.sweepstakes .form-wrapper .address-line-2 {
  display: none;
}
body.sweepstakes .form-wrapper .mc-field-group input {
  border: 1px solid #cccccc;
  height: 52px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #333333;
  margin: 0;
  padding: 0;
  width: 100%;
  text-indent: 10px;
  margin-bottom: 28px;
}
body.sweepstakes .form-wrapper .mc-field-group input:focus {
  color: #077d2e;
  border: 1px solid #077d2e;
  outline: none;
}
body.sweepstakes .form-wrapper .mc-field-group {
  clear: both;
}
body.sweepstakes .form-wrapper .size1of2.left,
body.sweepstakes .form-wrapper .size1of2.right {
  width: 47.5%;
  float: left;
}
body.sweepstakes .form-wrapper .size1of2.right {
  clear: none;
  float: right;
}
body.sweepstakes .form-wrapper .button {
  display: block;
  color: white;
  background: #077d2e;
  border: none;
  width: 100%;
  padding: 10px 0 11px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
body.sweepstakes .form-wrapper #mce-success-response,
body.sweepstakes .form-wrapper #mce-success-response a,
body.sweepstakes .form-wrapper #mce-success-response a:link,
body.sweepstakes .form-wrapper #mce-success-response a:visited,
body.sweepstakes .form-wrapper #mce-success-response a:active,
body.sweepstakes .form-wrapper #mce-success-response a:hover {
  text-align: center;
  text-transform: uppercase;
  color: #077d2e;
  padding-bottom: 5px;
}
body.sweepstakes .popups .popup {
  display: none;
  background: white;
  width: 820px;
  text-align: left;
  padding: 80px;
  padding-top: 15px;
}
body.sweepstakes .popups .popup .modal_close {
  background: url("../images/sweepstakes/close-popup.png");
  display: block;
  height: 39px;
  width: 39px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
}
body.sweepstakes .popups .popup h3 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #077d2e;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
  margin-top: 60px;
}
body.sweepstakes .popups .popup ul {
  margin: 0;
  font-size: 12px;
  list-style: none;
}
body.sweepstakes .popups .popup ul li {
  padding-left: 1em;
  margin-bottom: 15px;
  text-indent: -0.7em;
}
body.sweepstakes .popups .popup ul li:before {
  content: "• ";
  color: #077d2e;
}
body.sweepstakes .popups .popup ul li strong {
  font-size: 16px;
  color: #077d2e;
  font-weight: normal;
}
body.sweepstakes .popups .popup p {
  margin: 0;
  font-size: 12px;
}
body.sweepstakes .popups .popup p b {
  color: #077d2e;
}
body.sweepstakes .popups .confirmation-content {
  background: url("../images/sweepstakes/confirmation2.png");
  width: 486px;
  height: 297px;
  margin: 150px auto 100px;
}
body.sweepstakes #lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.coda-slider-wrapper {
  width: 620px !important;
  height: 330px;
  padding: 0 10px 0 0;
  clear: both;
  overflow: hidden;
  position: relative;
}
.coda-slider {
  width: 512px;
  height: 320px;
  float: right;
  overflow: hidden;
  position: relative;
}
.coda-slider .panel {
  width: 512px;
}
.coda-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 114px !important;
  height: 320px;
  overflow: hidden;
  float: left;
}
.coda-nav li {
  width: 114px;
  margin: 0 0 2px;
  float: left;
}
.coda-nav li a {
  position: relative;
  width: 106px;
  height: 79px;
  overflow: hidden;
  display: block;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.coda-nav li a span {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bkg-black-50.png);
  --webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 0.625em;
  line-height: 1.20em;
  padding: 4px;
  display: block;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.coda-nav li a:hover {
  background: url(../images/bkg-black-90.png);
}
.coda-nav li a:hover span {
  text-decoration: underline;
}
.coda-nav li a.current span {
  font-weight: 400;
}
.panel-wrapper {
  height: 320px;
  position: relative;
}
.panel-wrapper .text {
  width: auto;
  background: url(../images/bkg-black-50.png);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  padding: 10px 15px 20px;
  z-index: 3;
}
.panel-wrapper .text a.slide-title {
  text-decoration: none;
}
.panel-wrapper .text a.slide-title h2 {
  color: #fff;
  font-size: 1.3125em;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  width: 470px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.panel-wrapper .text a.slide-title:hover h2 {
  color: #027e26;
}
.panel-wrapper .text p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  display: block;
  font-size: 0.875em;
  line-height: 1.425em;
}
.panel-wrapper .text ul {
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  list-style-type: none;
}
.panel-wrapper .text ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0 7px 0 0;
  margin: 5px 7px 0 0;
}
.panel-wrapper .text ul li a {
  color: #ffffff;
  font-size: 0.7em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.panel-wrapper .text ul li a:hover {
  text-decoration: underline;
}
.panel-wrapper .text ul li:last-child {
  border: none;
}
/**********************************************************************
*
* Don't change anything below here unless you know what you're doing
*
***********************************************************************/
.coda-slider-wrapper .coda-slider .panel-container {
  /************************************************
      *
      * Panel container styles
      *
      *************************************************/
  position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container .panel {
  /************************************************
        *
        * Panel styles
        *
        *************************************************/
  display: block;
  float: left;
}
.coda-slider-wrapper .coda-nav {
  /************************************************
    *
    * Navigation tabs
    *
    *************************************************/
}
.coda-slider-wrapper .coda-nav ul li {
  /************************************************
        *
        * Navigation tabs
        *
        *************************************************/
  display: inline;
}
.coda-slider-wrapper .coda-nav ul li a {
  /************************************************
          *
          * Navigation tabs
          *
          *************************************************/
  display: block;
  float: left;
  text-decoration: none;
}
/* ==========================================================================
   PAGE SETUP
   ========================================================================== */
.mo_container {
  width: 1000px;
  margin: 0 auto;
}
.mo_main {
  width: 610px;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mo_side {
  width: 325;
  float: right;
}
/* ==========================================================================
   LIVE SCORES PAGE HEADER - nav, games select, tour data
   ========================================================================== */
.lsTop {
  overflow: hidden;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.lsTop h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0em;
}
.navDate {
  position: absolute;
  right: 0;
  float: right;
  bottom: 15px;
  overflow: hidden;
}
.navDate .prev,
.navDate .next {
  display: block;
  height: 12px;
  width: 7px;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 3px;
}
.navDate .prev {
  background: url(/static/images/blue-left.png) no-repeat;
  margin-right: 4px;
  left: 0;
}
.navDate .next {
  background: url(/static/images/blue-right.png) no-repeat;
  margin-left: 4px;
  right: 0;
}
.navDate span {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.tourName {
  background: #5fa25f;
  color: #fff;
  overflow: hidden;
  padding: 8px 8px 6px 8px;
  margin: 8px 0 6px 0;
}
.tourName h2 {
  margin: 0px;
  line-height: 1.0em;
  float: left;
  font-size: 0.825em;
  color: #fff;
}
.serveIcon {
  float: right;
  font-size: 13px;
  margin: 0 11px 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.serveIcon img {
  margin: 0px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* ==========================================================================
       SELECT DROP DOWN
    ========================================================================== */
#selectWrap {
  position: absolute;
  top: 0;
  left: -5px;
  width: 612px;
  padding: 3px;
}
#selectWrap.on {
  z-index: 1000;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  background: #D4E0EC;
  box-shadow: 0px 0px 3px 0px #333;
}
#tourSelect {
  display: block;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  padding: 7px;
  color: #000;
  background: url(/static/images/blue-down.png) 584px 12px no-repeat;
  width: 596px;
  border-radius: 3px;
  background-color: #fff;
}
.tourSelecter {
  position: relative;
  height: 75px;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
#tours {
  margin: 0px;
  padding: 0px 8px;
  list-style: none;
}
#tours li.tournament {
  font: bold 15px;
  padding: 3px 0px;
}
#tours li {
  border-bottom: 1px solid #e9eff5;
  border-top: 1px solid #b0c5da;
}
#tours li a {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  color: #333;
  font: normal 13px;
}
#tours li a:hover {
  background: #e9eff5;
}
#tours li:first-child {
  border-top: 0px;
}
#tours li:last-child {
  border-bottom: 0px;
}
/* ==========================================================================
   GAME SCORE MODULE
   ========================================================================== */
.games {
  margin-bottom: 45px;
  padding: 15px 2px;
  overflow: hidden;
}
.game {
  width: 299px;
  float: left;
  margin-top: 41px;
}
.game a {
  color: #027e26;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.game a:hover {
  color: #5fa25f;
  text-decoration: underline;
}
.game:nth-child(odd) {
  margin-right: 8px;
}
.game:nth-child(1),
.game:nth-child(2) {
  margin-top: 0px;
}
.gameTop {
  overflow: hidden;
  border-bottom: 1px solid #e4e6e6;
  padding-bottom: 7px;
  font-size: 0.85em;
}
.gameTop a {
  text-decoration: none;
}
.gameTop strong {
  display: block;
  float: left;
  text-transform: uppercase;
  margin: 8px 0 0 2px;
}
.gameTop span {
  display: block;
  float: right;
  margin: 8px 17px 0 0;
}
.gameTop span {
  cursor: pointer;
}
.gameInfo {
  padding: 7px 0 0;
  overflow: hidden;
  font-size: 0.9em;
}
.gameInfo .pic {
  padding: 2px;
  width: 45px;
  border-radius: 3px;
  float: left;
  margin-right: 6px;
}
.gameInfo .pic img {
  display: block;
}
.status {
  font: normal 13px;
}
.status table {
  width: 290px;
  margin-top: 10px;
}
.status table td {
  padding: 5px;
}
.status table .s {
  font: bold 13px/13px;
}
.win {
  background: #50fc82;
}
/* ==========================================================================
   GENERGAL MODULE STYLE
   ========================================================================== */
.moduleTop {
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
  padding-top: 5px;
}
.moduleTop h2 {
  font: bold 16px;
  display: inline-block;
  background: #fff;
  padding-right: 3px;
  float: left;
  margin: 0;
}
.moduleTop span {
  display: block;
  height: 3px;
  background: #85a513;
  width: 100%;
  margin-top: 9px;
}
.moduleTop .viewall {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  font: normal 11px/11px "DIN-Medium", Tahoma, Arial, sans-serif;
  text-decoration: none;
  color: #069;
}
/* ==========================================================================
   ARTICLES MODULE
   ========================================================================== */
.articles {
  overflow: hidden;
}
.mArticle {
  width: 210px;
  float: left;
  margin-right: 12px;
}
.articles div:last-child {
  margin-right: 0;
}
.mArticle a {
  display: block;
  color: #069;
  text-decoration: none;
  font: normal 15px/15px "DIN-Medium", Tahoma, Arial, sans-serif;
}
.mArticle img {
  border: 1px solid #d8d8d8;
  margin-bottom: 5px;
}
.mArticle p {
  margin: 7px 0 0;
  color: #333;
  font: normal 13px/17px;
}
.clear {
  clear: both;
}
/* ==========================================================================
   POLL MODULE
   ========================================================================== */
.poll {
  margin-top: 10px;
}
.poll p {
  font-size: 15px;
  font-family: "DIN-Medium", Tahoma, Arial, Sans-serif;
}
.poll ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.poll li label {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 7px;
}
.poll li .radioWrap {
  width: 23px;
  height: 47px;
  background: #ccc;
  float: left;
  margin-right: 1px;
  text-align: center;
}
.poll li .radioWrap input {
  margin: 18px auto 0;
}
.poll li img {
  float: left;
  width: 73px;
  height: 47px;
  margin-right: 8px;
  display: block;
}
.poll li p {
  color: #069;
  font: normal 13px/13px "DIN-Medium", Tahoma, Arial sans-serif;
  margin: 0px;
  width: 160px;
  float: left;
  margin-top: 9px;
}
/* ==========================================================================
   Gear Icons
   ========================================================================== */
.gear-icons {
  display: block;
  width: 610px;
  padding: 7px 0;
  margin: 0 0 10px;
  float: left;
}
.gear-icons span.title {
  font-size: 0.8125em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.gear-icons span.title a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444444;
  padding: 2px 5px;
  margin-left: 3px;
  text-decoration: none;
  background: #ddf513;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}
.gear-icons span.title a:hover {
  background: #b8cc09;
}
.gear-icons a.icon {
  color: #444444;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 15px;
}
.gear-icons a.icon img {
  margin-right: 5px;
}
.gear-icons a.icon:hover {
  color: #027e26;
}
div.mediabd.media {
  width: 620px;
}
div.mediabd.media hr {
  border: none;
  height: 1px;
  background: #d0d0d0;
}
div.mediabd.media p span {
  font-size: 14px !important;
  font-family: "freight-text-pro", "Georgia", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
div.top-ranked-players-holder {
  width: 620px;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
div.top-ranked-players-holder section.player-panel {
  width: 300px;
  float: left;
}
div.top-ranked-players-holder section.player-panel .more {
  top: 0px;
}
div.top-ranked-players-holder section.player-panel.atp {
  padding-right: 10px;
  border-right: 1px solid #d0d0d0;
}
div.top-ranked-players-holder section.player-panel.atp .more {
  right: 10px;
}
div.top-ranked-players-holder section.player-panel.wta {
  margin-left: 9px;
}
div.top-ranked-players-holder section.player-panel article {
  width: 100px;
  float: left;
  border: none;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div.top-ranked-players-holder section.player-panel article .text {
  width: 100px;
  text-align: center;
  text-decoration: none;
  color: #444444;
  font-size: 0.8725em;
}
div.top-ranked-players-holder section.player-panel article .text span {
  font-size: 2.0em;
  font-weight: 700;
  width: 100px;
  display: block;
  clear: both;
  color: #5fa25f;
  margin: 0 0 5px;
}
div.top-ranked-players-holder section.player-panel article .text:hover {
  color: #027e26;
}
.stats-leaders {
  width: 620px;
  float: left;
}
.stats-leaders .video-promo {
  width: 620px;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d0d0d0;
}
.stats-leaders .event-holder {
  position: relative;
  width: 620px;
  float: left;
}
.stats-leaders .event-holder .box {
  width: 300px;
  float: left;
  border-right: 1px solid #d0d0d0;
  padding-right: 10px;
}
.stats-leaders .event-holder .box .img-holder {
  width: 89px;
  height: 111px;
  float: left;
  margin: 0 10px 0 0;
}
.stats-leaders .event-holder .box label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125em;
  margin: 0 0 5px;
  float: left;
}
.stats-leaders .event-holder .box select {
  float: left;
}
.stats-leaders .event-holder .block {
  margin-left: 9px;
  width: 300px;
  float: left;
}
.stats-leaders .event-holder .block ul li {
  width: 300px;
  float: left;
  padding: 10px 0;
}
.stats-leaders .event-holder .block ul li .img-holder {
  float: left;
  width: 100px;
  text-align: center;
}
.stats-leaders .event-holder .block ul li .text-holder {
  float: left;
  width: 200px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125em;
  padding: 10px 0;
}
.stats-leaders .event-holder .block ul li .text-holder span {
  display: block;
  float: left;
  margin: 0 0 5px;
}
.stats-leaders .event-holder .block ul li .text-holder span em {
  font-weight: 500;
  padding-left: 5px;
}
.stats-leaders .event-holder .more {
  top: 0px;
}
body.legacy .wrapper {
  padding-top: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.legacy .wrapper table a {
  color: #027e26;
}
body.legacy .wrapper table a:hover {
  color: #5fa25f;
}
body.legacy .wrapper table a:visited {
  color: #5fa25f;
}
body.legacy .wrapper h1.full {
  float: left;
  border: none;
  width: auto;
  font-size: 2.0em;
  padding: 0;
  margin: 0;
}
#inline-promo {
  background: #fcfcfc;
  border: 4px outset #d0cfcf;
  padding: 15px;
  float: right;
  width: 240px;
  margin: 15px 0 15px 15px;
}
#inline-promo .logo {
  float: left;
  margin: 0 10px 10px 0;
}
#inline-promo p {
  padding: 0;
  margin: 0;
}
#inline-promo .promo-title {
  font-weight: bold;
}
#inline-promo-horizontal {
  background: #fcfcfc;
  border: 4px outset #d0cfcf;
  padding: 15px;
  width: 582px;
}
#inline-promo-horizontal .logo {
  float: left;
  margin: 0 10px 10px 0;
}
#inline-promo-horizontal p {
  padding: 0;
  margin: 0;
}
#inline-promo-horizontal .promo-title {
  font-weight: bold;
}
.page-podcast .section-header {
  margin: 0 0 10px;
}
.page-podcast .section-header img {
  display: block;
}
.page-podcast .page-description h2 {
  margin: 0 0 10px;
}
.page-podcast .page-description p {
  font-size: 13px;
  color: #4f5e67;
  line-height: 27px;
}
.page-podcast .page-description .suscribe-link {
  vertical-align: sub;
}
.page-podcast .podcast-list {
  padding: 0 0 10px;
}
.page-podcast .podcast-list .item {
  background: url("../images/podcast-item-border.gif") repeat-x left top;
}
.page-podcast .podcast-list .item .description {
  width: 100%;
  position: relative;
  padding: 25px 0 25px 155px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-podcast .podcast-list .item .description .image {
  left: 5px;
  top: 25px;
  position: absolute;
  width: 140px;
  height: 140px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-podcast .podcast-list .item .description p {
  font-family: "Lato", sans-serif;
  color: #4f5e67;
  font-size: 13px;
  line-height: 18px;
}
.page-podcast .podcast-list .item .description p.title {
  color: #027e26;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.page-podcast .podcast-list .item .description .jwplayer {
  margin: 10px 0 0;
}
.page-schedule .med-text p {
  border-collapse: collapse;
  color: #000000;
  cursor: auto;
  display: inline;
  font-family: freight-sans-pro, helvetica, arial, sans-serif;
  font-size: 18.399999618530273px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 14.399999618530273px;
  width: auto;
}
.page-schedule .med-text p a {
  color: #007700;
}
.page-schedule .med-text p .mid {
  font-size: 16px;
}
.page-schedule .game-container {
  clear: both;
  background-color: #eee;
  margin: 0px 0px 0px;
  width: 629.5999755859375px;
}
.page-schedule .game-container .white {
  background-color: white;
}
.page-schedule .game-text-container {
  margin-left: 13px;
  margin-right: 13px;
  margin-top: 13px;
}
.page-schedule .game-text-container .right {
  float: right;
}
.page-schedule .game-text {
  *zoom: 1;
  border-collapse: collapse;
  color: #000000;
  cursor: auto;
  padding: 10px;
  font-family: freight-sans-pro, helvetica, arial, sans-serif;
  font-size: 12.5px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 14.399999618530273px;
  width: auto;
}
.page-schedule .game-text:before,
.page-schedule .game-text:after {
  display: table;
  content: "";
}
.page-schedule .game-text:after {
  clear: both;
}
.page-schedule .game-text a {
  color: #007700;
}
.page-schedule .game-text h1 {
  clear: both;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.page-schedule .game-text .info1 {
  float: left;
}
.page-schedule .game-text .info2 {
  float: right;
  text-align: right;
}
.page-schedule .section-header {
  margin: 0 0 30px;
}
.page-schedule .section-header img {
  display: block;
}
.page-schedule .section-with-choices {
  clear: both;
}
.page-schedule .section-with-choices .list-look {
  float: right;
}
.page-schedule .list-top-header {
  clear: both;
  background-color: #6b6b6b;
  color: #ffffff;
  margin-top: 10px;
  height: 20px;
  width: 629.5999755859375px;
}
.page-schedule .list-top-header .text {
  font-family: Arial;
  font-size: 11.199999809265137px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 8.800000190734863px;
  padding-left: 8px;
  padding-right: 12px;
  vertical-align: middle;
}
.page-schedule .list-top-header .text .right {
  float: right;
  margin-top: 6px;
}
body.sweepstake-winners div.hero {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 298px;
}
body.sweepstake-winners .sweeps-wrapper h1 {
  font-size: 30px;
  line-height: 1.2;
  color: #077d2e;
  text-align: center;
  padding-top: 95px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.sweepstake-winners .sweeps-wrapper h3 {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
body.sweepstake-winners .sweeps-wrapper .winners {
  max-width: 710px;
  margin: 55px auto;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner {
  width: 28%;
  float: left;
  margin-right: 8%;
  margin-bottom: 95px;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner:nth-child(3n+3) {
  margin-right: 0;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner:nth-child(3n+4) {
  clear: left;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner h4 {
  color: #077d2e;
  border-bottom: 1px solid #077d2e;
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner p.date {
  color: #077d2e;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: bold;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner p.name {
  color: #7e7e7e;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 7px;
}
body.sweepstake-winners .sweeps-wrapper .winners .winner p.prize {
  color: #7e7e7e;
  font-size: 15px;
  text-transform: uppercase;
}
body.sweepstake-detail strong {
  font-weight: bolder;
}
body.sweepstake-detail div.form-wrapper {
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #333333;
}
body.sweepstake-detail div.hero {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 298px;
}
body.sweepstake-detail .center {
  text-align: center;
  margin: auto;
}
body.sweepstake-detail div.top-content {
  padding: 0 14%;
}
body.sweepstake-detail div.top-content p.date {
  font-weight: bold;
  margin-top: 50px;
  font-size: 20px;
  line-height: 1;
  color: #077d2e;
}
body.sweepstake-detail div.top-content h1.center {
  color: #077d2e;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin: 26px 0;
}
body.sweepstake-detail div.top-content .description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #666666;
}
body.sweepstake-detail #mc_embed_signup_scroll {
  margin-top: 45px;
}
body.sweepstake-detail #mc_embed_signup_scroll .fill {
  color: #077d2e;
  font-size: 20px;
  margin-bottom: 22px;
}
body.sweepstake-detail #mc_embed_signup_scroll .mustbe {
  color: #CECECE;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
body.sweepstake-detail #mc_embed_signup_scroll p.required {
  font-size: 11px;
  color: #333333;
  margin-bottom: 22px;
}
body.sweepstake-detail form .input-container {
  width: 390px;
  margin: auto;
}
@media (max-device-width: 768px) {
  body.sweepstake-detail form .input-container {
    width: 80%;
  }
}
body.sweepstake-detail form .input-container .mc-field-group {
  font-size: 16px;
  font-smoothing: antialiased;
  osx-font-smoothing: grayscale;
  clear: left;
}
body.sweepstake-detail form .input-container .mc-field-group.half-size {
  width: 50%;
}
body.sweepstake-detail form .input-container .mc-field-group.half-size.left,
body.sweepstake-detail form .input-container .mc-field-group.half-size.right {
  box-sizing: border-box;
  float: left;
  clear: none;
}
body.sweepstake-detail form .input-container .mc-field-group.half-size.left {
  padding-right: 5px;
}
body.sweepstake-detail form .input-container .mc-field-group.half-size.right {
  padding-left: 5px;
}
body.sweepstake-detail form .input-container .mc-field-group input {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  height: 50px;
  text-indent: 10px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #333333;
}
body.sweepstake-detail form .input-container .mc-field-group input:focus {
  outline: none;
}
body.sweepstake-detail form .input-container .mc-field-group input::-webkit-input-placeholder {
  color: #333333;
}
body.sweepstake-detail form .input-container .mc-field-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
body.sweepstake-detail form .input-container .mc-field-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
body.sweepstake-detail form .input-container .mc-field-group input:-ms-input-placeholder {
  color: #333333;
}
body.sweepstake-detail form .input-container .mc-field-group .select-wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 30px 0;
}
body.sweepstake-detail form .input-container .mc-field-group .select-wrapper select {
  width: 100%;
  height: 50px;
  padding: 0px 5px;
  border: 1px solid #d3d3d3;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 8px;
  text-overflow: '';
  background-color: white !important;
  background-image: url('../images/sweepstakes/icon-chevron-down-gray.png');
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-position: 96% center;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
}
body.sweepstake-detail form .input-container input#mc-embedded-subscribe {
  background-color: #077d2e;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  color: white;
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  height: 47px;
}
body.sweepstake-detail form .input-container .mc-field-group.input-group.checkbox {
  position: relative;
  margin: 10px 0;
}
body.sweepstake-detail form .input-container .mc-field-group.input-group.checkbox ul {
  padding: 0;
}
body.sweepstake-detail form .input-container .mc-field-group.input-group.checkbox input {
  height: 20px;
  width: 20px;
  float: left;
  position: relative;
  top: 5px;
  margin: 0;
  text-indent: 0;
  border: 1px solid #ccc;
}
body.sweepstake-detail form .input-container .mc-field-group.input-group.checkbox label {
  font-size: 18px;
  line-height: 1.33333333;
  padding-left: 35px;
  display: block;
}
body.sweepstake-detail form .input-container .mc-field-group.input-group.checkbox #confirmAge-error {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.sweepstake-detail label.error {
  display: block;
  background-color: #b9433d;
  color: white;
  padding: 5px;
}
body.sweepstake-detail .package,
body.sweepstake-detail .official-rules,
body.sweepstake-detail h3,
body.sweepstake-detail #popup1 strong {
  color: #077d2e;
}
body.sweepstake-detail h2 {
  color: #999999;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 55px 0;
}
body.sweepstake-detail .smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body.sweepstake-detail #mce-success-response,
body.sweepstake-detail #mce-success-response a,
body.sweepstake-detail #mce-success-response a:link,
body.sweepstake-detail #mce-success-response a:visited,
body.sweepstake-detail #mce-success-response a:active,
body.sweepstake-detail #mce-success-response a:hover {
  text-align: center;
  text-transform: uppercase;
  color: #077d2e;
  padding-bottom: 5px;
}
body.sweepstake-detail #popup1 strong {
  font-size: 18px;
}
body.sweepstake-detail #popup1,
body.sweepstake-detail #popup2 {
  padding: 50px;
}
body.sweepstake-detail .asterisk {
  display: none;
}
body.sweepstake-detail .muchmore {
  text-decoration: none;
  background: #077d2e;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 22px;
  display: inline-block;
  width: 70%;
}
@media (max-device-width: 768px) {
  body.sweepstake-detail .muchmore {
    width: 80%;
  }
}
body.sweepstake-detail .muchmore .arrow-left {
  width: 13px;
  height: 19px;
  background-image: url('../images/sweepstakes/arrow.png');
  background-size: cover;
  display: inline-block;
  margin-left: 3%;
}
body.sweepstake-detail .modal {
  display: none;
  border-radius: 0;
  border: 1px solid #cccccc;
  margin: 0;
}
body.sweepstake-detail .modal.fade.in {
  top: 100px;
}
@media (min-width: 1000px) {
  body.sweepstake-detail .modal {
    width: 990px;
  }
}
body.sweepstake-detail .modal button.close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: white;
  background-image: url('../images/sweepstakes/close-modal.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
body.sweepstake-detail .modal .modal-body {
  box-sizing: border-box;
  height: 600px;
  max-height: none;
  padding: 25px 70px 25px 40px;
}
@media (min-width: 1000px) {
  body.sweepstake-detail .modal .modal-body {
    padding: 75px 110px;
  }
}
body.sweepstake-detail .modal .modal-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.sweepstake-detail .modal .modal-body li {
  padding-left: 1em;
  text-indent: -0.7em;
}
body.sweepstake-detail .modal .modal-body li:before {
  content: "• ";
  color: #077d2e;
  /* or whatever color you prefer */
}
body.sweepstake-detail .modal .modal-body h1,
body.sweepstake-detail .modal .modal-body h2,
body.sweepstake-detail .modal .modal-body h3,
body.sweepstake-detail .modal .modal-body h4,
body.sweepstake-detail .modal .modal-body h5,
body.sweepstake-detail .modal .modal-body h6,
body.sweepstake-detail .modal .modal-body a,
body.sweepstake-detail .modal .modal-body a:link,
body.sweepstake-detail .modal .modal-body a:hover,
body.sweepstake-detail .modal .modal-body a:visited {
  color: #077d2e !important;
}
body.sweepstake-detail .modal .modal-body strong {
  font-weight: bolder;
}
body.sweepstake-detail .modal .modal-body h1,
body.sweepstake-detail .modal .modal-body h2,
body.sweepstake-detail .modal .modal-body h3,
body.sweepstake-detail .modal .modal-body h4,
body.sweepstake-detail .modal .modal-body h5,
body.sweepstake-detail .modal .modal-body h6 {
  font-size: 18px;
  line-height: 1.33333333;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: 13px;
}
body.sweepstake-detail .modal#thanksModal .confirm .thanks {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  width: 75%;
  margin: 50px auto 0 auto;
}
body.sweepstake-detail .modal#thanksModal .confirm .thanks h1,
body.sweepstake-detail .modal#thanksModal .confirm .thanks h2 {
  color: #077d2e;
}
body.sweepstake-detail .modal#thanksModal .confirm .thanks h1 {
  font-size: 56px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 12px;
}
body.sweepstake-detail .modal#thanksModal .confirm .thanks h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
}
body.sweepstake-detail .modal#thanksModal .confirm .confirmation {
  font-size: 24px;
  border-bottom: 1px solid grey;
  padding: 20px 6%;
  width: 75%;
  margin: auto;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
body.sweepstake-detail .modal#thanksModal .confirm .footer {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 50px;
}
body.sweepstake-detail .modal#thanksModal .confirm .text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
body.sweepstake-detail .modal#rulesModal {
  font-size: 18px;
  line-height: 1.33333333;
}
body.sweepstake-detail .modal#prizeModal {
  font-size: 12px;
  line-height: 1.66666667;
}
body.sweepstake-detail .modal#prizeModal p {
  font-size: 12px;
  line-height: 1.66666667;
}
body.sweepstake-detail .modal#prizeModal h1,
body.sweepstake-detail .modal#prizeModal h2,
body.sweepstake-detail .modal#prizeModal h3,
body.sweepstake-detail .modal#prizeModal h4,
body.sweepstake-detail .modal#prizeModal h5,
body.sweepstake-detail .modal#prizeModal h6 {
  font-size: 16px;
  line-height: 1.25;
}
html.ie .wrapper {
  width: 942px;
  max-width: 942px;
}
html.ie .row .minor-major .major {
  width: 378px;
}
html.ie7 header {
  position: relative;
  z-index: 999;
}
html.ie7 header ul.primary li {
  float: left;
}
html.ie7 header ul.primary li ul {
  z-index: 999;
  left: 0;
  float: left;
}
html.ie7 header ul.primary li ul li {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}
html.ie7 header ul.social li {
  float: left;
}
html.ie7 ul.breadcrumbs {
  float: left;
  width: 620px;
}
html.ie7 ul.breadcrumbs li {
  float: left;
  margin-right: 10px;
}
html.ie7 #articles_section article {
  width: 620px;
}
html.ie7 .hero.mixed-feature ul {
  width: 240px;
  display: inline;
  position: absolute;
  left: 0;
}
html.ie7 section.email-subscribe input[type=text] {
  width: 230px;
  border: 0px;
}
html.ie7 footer nav ul {
  float: left;
  width: 940px;
}
html.ie7 footer nav ul li {
  float: left;
}
html.ie7 footer nav ul li ul {
  width: auto;
}
html.ie7 footer nav ul li ul li {
  float: none;
}
html.ie7 footer section.subscribe li {
  width: 48%;
  float: left;
}
html.ie8 header nav {
  position: relative;
}

/*# sourceMappingURL=main.css.map */
