@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    order: 1; } }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin: 0; }

@media (min-width: 1200px) {
  .visible-lg {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .visible-md {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 767px) {
  .container {
    padding: 0 15px; }
  .visible-xs {
    display: -ms-flexbox !important;
    display: flex !important; }
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.no-padding {
  padding: 0; }

.full-height {
  height: 100%; }

.flex-display,
.flex-col,
.flex-row,
.flex-center {
  display: -ms-flexbox;
  display: flex; }

.flex-col {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-fill {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-center,
.flex-vertical-center {
  -ms-flex-align: center;
  align-items: center; }

.flex-center,
.flex-horizontal-center {
  -ms-flex-pack: center;
  justify-content: center; }

.flex-align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.infowindow .match-days, .infowindow .match-days__item-day, .infowindow .match-days__item-offer, .infowindow .match-days__item-button, .infowindow .chart, .infowindow .title, .infowindow .main-details .address, .infowindow .main-details .address__icon, .infowindow .main-details .address__text, .infowindow .main-details .address__text p, .infowindow .venue-img img, #team-profile #team-profile-title .team-social__item a, .confirm-fixture-payment-games, .confirm-fixture-payment-section, .confirm-fixture-payment-section p, .confirm-fixture-payment-list, .confirm-fixture-payment-list__item, .confirm-fixture-payment-header, .confirm-fixture-payment-header__top, .confirm-fixture-payment-header__image, footer .second .footer-contact p, .site-tooltip:after, .team-week, .team-week-player__capt, .team-week-player__vc, .team-week-player__image, .team-week-player__position, .team-week-player__age, .team-week-player__bottom, .team-week-player-stars, .team-week-player__name, .team-week__header, .team-week__content, .team-week__inner, .team-week__slider, .team-week-info, .team-week-info__heading, .team-week-info__side, .team-week-info__button, .team-week-info__stats, .team-week-info__stats p, .team-week-info__title:after, .referee-slider, .referee-slider__hover:after, .referee-slider__header, .referee-slider__inner, .referee-slider__slides, .referee-slider__button, .available-teams, .available-teams__inner, .available-teams__slider, .available-teams-team__trophy, .available-teams-team__end, .available-teams-team__shirt, .available-teams-team__player, .available-teams-team__player-text, .available-teams-team__header, .available-teams-team:after, .available-teams-nav, .available-teams-nav__content, .available-teams-nav__buttons, .available-teams-nav__button, .available-teams-nav p, .available-teams-nav__large, .free-agent, .free-agent p, .stat-box:after, body.search .map-search, body.search .map-search-form, body.search .map-search-form__label, body.search .map-search-form-input, body.search .map-search-available, body.search .map-search-available__col, body.search .map-search-available__text, body.search .map-search__section, body.search .map-search__section__text, body.search .map-search__header, body.search .map-search__header-button, body.search .map-search__header-button-text, body.search .map-search__header-icon, body.search .map-search__header-text, body #referee-dashboard .referee-name, body .referee-list, body .referee-list__item, body .referee-list__item-content p, body #next-appointment, body #next-appointment .section, body #next-appointment-location, body #next-appointment-location__col-2 p, .blog-social__item-overlay, .blog-related, .blog-related__image, .blog-related__inner, .blog-single, .blog-single-article-title:after, .blog-single__inner, .blog-single__inner p, .blog-single-image, .blog-single-image__image, .blog-single-image__overlay:after, .blog-single-image__date, .blog-single-image__info, .blog-post, .blog-post__date, .blog-post__date-icon, .blog-post__date-overlay:before, .blog-post__image, .blog-post__inner, .blog-post__inner p, .blog-post__title, .blog-post__button, .blog-post-container, .blog-featured, .blog-featured-content__inner, .blog-featured-content__inner p, .blog-featured-content__title, .blog-featured-image__image, .blog-featured-image__date, .blog-featured-image__info, .blog-featured-image__overlay:after, .blog-header, .blog-header-filter, .blog-header-1, .blog-header-2, .infowindow .match-days__item, .infowindow .chart__item, .infowindow .chart__item p,
.infowindow .chart__item .square, #team-profile #team-profile-title .team-social, #team-profile #team-profile-title .team-social__item, .confirm-fixture-payment, .confirm-fixture-payment-games__field, .confirm-fixture-payment-games__text, footer .footer-end-col-inner, footer .second .footer-contact, footer .second .footer-contact__col, .site-tooltip, .team-week-player, .team-week-player-stars__star, .team-week-info__title, .team-week-info__title-inner, .referee-slider__hover, .referee-slider__image, .referee-slider__buttons, .available-teams-team, .available-teams-nav__total, .available-teams-nav__shirt, .stat-box, body.search .map-search-form-input__icon, body.search .map-search-form-input__input, body #referee-dashboard .referee-name-actions, body #referee-dashboard .referee-name-actions__text, body #referee-dashboard .referee-name-actions__item, body .referee-list__item-content, body .referee-list__item-action, body #next-appointment-location__col-1, body #next-appointment-location__col-2, .blog-social, .blog-social__item, .blog-single-article-title, .blog-single-image__overlay, .blog-post__date-overlay, .blog-featured-image, .blog-featured-content, .blog-featured-image__overlay, .blog-header-filter__text, .blog-header-filter__select, .blog-header-1__text, .blog-header-date, .blog-header-date__icon, .blog-header-date__text {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-decoration: none;
  position: relative; }

.infowindow .match-days, .infowindow .match-days__item-day, .infowindow .match-days__item-offer, .infowindow .match-days__item-button, .infowindow .chart, .infowindow .title, .infowindow .main-details .address, .infowindow .main-details .address__icon, .infowindow .main-details .address__text, .infowindow .main-details .address__text p, .infowindow .venue-img img, #team-profile #team-profile-title .team-social__item a, .confirm-fixture-payment-games, .confirm-fixture-payment-section, .confirm-fixture-payment-section p, .confirm-fixture-payment-list, .confirm-fixture-payment-list__item, .confirm-fixture-payment-header, .confirm-fixture-payment-header__top, .confirm-fixture-payment-header__image, footer .second .footer-contact p, .site-tooltip:after, .team-week, .team-week-player__capt, .team-week-player__vc, .team-week-player__image, .team-week-player__position, .team-week-player__age, .team-week-player__bottom, .team-week-player-stars, .team-week-player__name, .team-week__header, .team-week__content, .team-week__inner, .team-week__slider, .team-week-info, .team-week-info__heading, .team-week-info__side, .team-week-info__button, .team-week-info__stats, .team-week-info__stats p, .team-week-info__title:after, .referee-slider, .referee-slider__hover:after, .referee-slider__header, .referee-slider__inner, .referee-slider__slides, .referee-slider__button, .available-teams, .available-teams__inner, .available-teams__slider, .available-teams-team__trophy, .available-teams-team__end, .available-teams-team__shirt, .available-teams-team__player, .available-teams-team__player-text, .available-teams-team__header, .available-teams-team:after, .available-teams-nav, .available-teams-nav__content, .available-teams-nav__buttons, .available-teams-nav__button, .available-teams-nav p, .available-teams-nav__large, .free-agent, .free-agent p, .stat-box:after, body.search .map-search, body.search .map-search-form, body.search .map-search-form__label, body.search .map-search-form-input, body.search .map-search-available, body.search .map-search-available__col, body.search .map-search-available__text, body.search .map-search__section, body.search .map-search__section__text, body.search .map-search__header, body.search .map-search__header-button, body.search .map-search__header-button-text, body.search .map-search__header-icon, body.search .map-search__header-text, body #referee-dashboard .referee-name, body .referee-list, body .referee-list__item, body .referee-list__item-content p, body #next-appointment, body #next-appointment .section, body #next-appointment-location, body #next-appointment-location__col-2 p, .blog-social__item-overlay, .blog-related, .blog-related__image, .blog-related__inner, .blog-single, .blog-single-article-title:after, .blog-single__inner, .blog-single__inner p, .blog-single-image, .blog-single-image__image, .blog-single-image__overlay:after, .blog-single-image__date, .blog-single-image__info, .blog-post, .blog-post__date, .blog-post__date-icon, .blog-post__date-overlay:before, .blog-post__image, .blog-post__inner, .blog-post__inner p, .blog-post__title, .blog-post__button, .blog-post-container, .blog-featured, .blog-featured-content__inner, .blog-featured-content__inner p, .blog-featured-content__title, .blog-featured-image__image, .blog-featured-image__date, .blog-featured-image__info, .blog-featured-image__overlay:after, .blog-header, .blog-header-filter, .blog-header-1, .blog-header-2 {
  display: block;
  width: 100%; }

body,
html {
  overflow-x: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  padding: 0px;
  margin: 0px; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0; }

dd {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div, input, textarea, form, fieldset, button, a, ul, li, i, select, .custom-select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none; }

:root {
  --font_primary: 'LeisureLeagues';
  --font_secondary: 'Open Sans'; }

body {
  font-size: 0;
  padding: 0;
  margin: 0; }
  body.page-404 {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/body/404.jpg") no-repeat center top #000; }
    body.page-404 .main-title {
      font: 168px/1 var(--font_primary);
      color: #fff;
      margin: 350px 0 0 0; }
    body.page-404 .main-error {
      font: 25px/1 var(--font_primary);
      color: #fff;
      margin: 50px 0;
      text-transform: uppercase; }
  body.auth {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/body/auth.jpg") no-repeat top center #000; }
  body.authed {
    /* Safari 3.1 to 6.0 */
    transition: padding 1s; }
  body.venue, body.team-profile, body.team-player {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/body/team-profile.jpg") no-repeat top center #000;
    background-attachment: fixed; }
  body.signup {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/body/signup.jpg") no-repeat top center #000;
    background-attachment: fixed; }
    body.signup.confirmation {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/body/confirmation.jpg") no-repeat top center #000; }

#user-bar {
  background: #2f6ba9;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  color: #161f37;
  font: 15px/15px var(--font_secondary);
  min-height: 49px;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 700;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }
  #user-bar a {
    color: #fff; }
  #user-bar .welcome {
    padding: 11px 0 0 0; }
    #user-bar .welcome a {
      margin: 0 10px; }
      #user-bar .welcome a:hover {
        text-decoration: none; }
  #user-bar .actions {
    margin: -9px 0; }
    #user-bar .actions li {
      float: left;
      list-style: none;
      height: 53px;
      text-align: center;
      position: relative; }
      #user-bar .actions li.my-leagues {
        background: #161f37;
        color: #fff;
        font-size: 8px;
        line-height: 2.3;
        text-transform: uppercase; }
        #user-bar .actions li.my-leagues a.toggle-menu {
          padding: 15px 5px 0; }
        #user-bar .actions li.my-leagues .pop-menu {
          width: 275px; }
          #user-bar .actions li.my-leagues .pop-menu li a {
            position: relative;
            padding-right: 15px;
            font: 11px/1 var(--font_primary); }
            #user-bar .actions li.my-leagues .pop-menu li a:hover {
              background: #ce1d25;
              color: #fff; }
            #user-bar .actions li.my-leagues .pop-menu li a:after {
              font: 16px/1 'icomoon';
              content: '\f08b';
              position: absolute;
              top: 28%;
              right: 5px; }
      #user-bar .actions li.messages {
        background: #224570; }
      #user-bar .actions li.financials {
        background: #1e385d; }
      #user-bar .actions li.player {
        background: #1b2d4c; }
      #user-bar .actions li.settings {
        background: #161f37; }
      #user-bar .actions li.navigation {
        background: #ce1d25;
        float: right;
        z-index: 50; }
      #user-bar .actions li .pop-menu {
        position: absolute;
        top: 63px;
        right: 0;
        background: #ececf2;
        border: 1px solid #c0c0c0;
        padding: 5px;
        width: 275px;
        display: none;
        text-align: left;
        z-index: 50; }
        #user-bar .actions li .pop-menu:before {
          position: absolute;
          top: -15px;
          right: 15px;
          background: url("https://d393ynejnklmr1.cloudfront.net/img/menu-arrow.png") no-repeat;
          width: 29px;
          height: 15px;
          content: ' '; }
        #user-bar .actions li .pop-menu ul {
          padding: 0;
          margin: 0;
          width: 100%; }
          #user-bar .actions li .pop-menu ul li {
            background: #dddde8;
            width: 100%;
            margin: 0 0 4px 0;
            height: auto; }
            #user-bar .actions li .pop-menu ul li a {
              display: block;
              width: 100%;
              color: #171f37;
              font: 14px/14px var(--font_primary);
              text-transform: uppercase;
              text-align: left;
              padding: 10px;
              /*i {
                                background:$brand_primary;
                                color:$brand_tertiary;
                                width:41px;
                                height:44px;
                                display:inline-block;
                                vertical-align:top;
                            }

                            .ib {
                                display:inline-block;
                                vertical-align:top;
                            }*/ }
        #user-bar .actions li .pop-menu#nav-menu #pay-games-big-btn {
          display: none !important; }
          #user-bar .actions li .pop-menu#nav-menu #pay-games-big-btn button {
            display: none !important; }
        #user-bar .actions li .pop-menu#nav-menu ul li.active {
          background: #2b4ca8; }
          #user-bar .actions li .pop-menu#nav-menu ul li.active a {
            color: #fff; }
            #user-bar .actions li .pop-menu#nav-menu ul li.active a i {
              color: #fff !important; }
        #user-bar .actions li .pop-menu#nav-menu ul li.secondary {
          background: #ce1d25 !important; }
          #user-bar .actions li .pop-menu#nav-menu ul li.secondary a {
            color: #fff; }
      #user-bar .actions li a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px 15px 0; }
        #user-bar .actions li a i {
          font-size: 30px;
          color: #2f6ba9; }
        #user-bar .actions li a:hover, #user-bar .actions li a:active, #user-bar .actions li a:visited, #user-bar .actions li a:focus {
          text-decoration: none;
          outline: none; }
      #user-bar .actions li #nav-toggle-outer {
        height: 64px;
        padding-top: 21px; }
  #user-bar .scroll-logo {
    max-width: 43px;
    float: left;
    margin-right: 10px; }
  #user-bar #nav-toggle-outer {
    float: right;
    width: 55px;
    margin: -10px 0;
    height: 54px;
    padding-top: 26px;
    text-align: center;
    position: relative; }
    #user-bar #nav-toggle-outer a {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      #user-bar #nav-toggle-outer a:hover, #user-bar #nav-toggle-outer a:focus {
        opacity: 1; }
  #user-bar #nav-toggle span {
    left: 8px; }
  #user-bar #nav-toggle span, #user-bar #nav-toggle span:before, #user-bar #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: ''; }
  #user-bar #nav-toggle span:before {
    top: -10px; }
  #user-bar #nav-toggle span:after {
    bottom: -10px; }
  #user-bar #nav-toggle span, #user-bar #nav-toggle span:before, #user-bar #nav-toggle span:after {
    transition: all 500ms ease-in-out; }
  #user-bar #nav-toggle.active span {
    background-color: transparent; }
  #user-bar #nav-toggle.active span:before, #user-bar #nav-toggle.active span:after {
    top: 0; }
  #user-bar #nav-toggle.active span:before {
    transform: rotate(45deg); }
  #user-bar #nav-toggle.active span:after {
    transform: rotate(-45deg); }

.global-error, .global-success {
  position: relative;
  z-index: 55; }

.venue-title {
  color: #FFFFFF;
  background: #1c62a9;
  font: 23px/23px var(--font_primary);
  text-transform: uppercase;
  padding: 20px; }
  .venue-title.small {
    font-size: 17px;
    line-height: 17px; }
  .venue-title .icon {
    font-size: 35px; }
  .venue-title.light {
    background: #2f6ba9; }
  .venue-title .division-name {
    font-size: 12px; }

header {
  background-size: cover;
  background-color: #161f37;
  position: relative; }
  header .social li {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    margin: 10px 10px 0 0; }
  header .logo,
  header nav,
  header .site-login {
    position: relative;
    z-index: 35; }
  header nav .main-menu {
    margin: 25px 0 0 0; }
    header nav .main-menu li {
      font: 300 22px/22px var(--font_primary);
      text-transform: uppercase;
      margin: 0 25px 0 0;
      display: inline-block;
      vertical-align: top; }
      header nav .main-menu li a {
        color: #fff; }
        header nav .main-menu li a i {
          position: relative;
          top: -4px; }
        header nav .main-menu li a:hover {
          text-decoration: none;
          color: #ce1d25; }
      header nav .main-menu li.active a {
        color: #ce1d25; }
      header nav .main-menu li:last-child {
        margin: 0; }
      header nav .main-menu li.pay-games {
        display: none; }
  header .site-login {
    text-align: right;
    margin: 5px 0 0 0; }
    header .site-login a {
      font: 500 15px/15px var(--font_secondary);
      color: #fff;
      text-align: center; }
      header .site-login a .circle-holder {
        width: 40px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: -15px;
        margin: 0 0 0 10px; }
        header .site-login a .circle-holder .circle i {
          font-size: 30px !important;
          line-height: 2px !important; }
        header .site-login a .circle-holder .login-button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      header .site-login a:hover {
        text-decoration: none; }

#banner-outer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden; }
  @media (min-width: 992px) {
    #banner-outer {
      display: block;
      position: relative;
      min-height: 652px; } }
  #banner-outer .container {
    position: relative; }
  #banner-outer .banner-item {
    background-position: top center;
    height: 100%; }
    #banner-outer .banner-item.hasVideo .container,
    #banner-outer .banner-item.hasVideo .row {
      height: 100%; }
    #banner-outer .banner-item.hasVideo .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center; }
    #banner-outer .banner-item.hasVideo .content {
      color: white;
      margin-top: 125px; }
      #banner-outer .banner-item.hasVideo .content a {
        color: white;
        text-decoration: none; }
        #banner-outer .banner-item.hasVideo .content a:hover {
          color: white; }
      #banner-outer .banner-item.hasVideo .content hr {
        height: 4px;
        width: 7%;
        margin: 10px 0 20px;
        border: 0;
        background: #fff;
        text-align: left; }
      #banner-outer .banner-item.hasVideo .content .top-line,
      #banner-outer .banner-item.hasVideo .content .bottom-line {
        font-size: 18px;
        line-height: 1.2;
        font-family: 'Open Sans', sans-serif; }
      #banner-outer .banner-item.hasVideo .content .bottom-line {
        margin-bottom: 30px; }
      #banner-outer .banner-item.hasVideo .content .title {
        font-size: 75px;
        line-height: 1.3;
        font-family: 'LeisureLeagues';
        margin-bottom: 5px; }
      #banner-outer .banner-item.hasVideo .content .subtitle {
        font-size: 48px;
        line-height: .9;
        font-family: 'LeisureLeagues';
        margin-bottom: 30px;
        width: 90%; }
      #banner-outer .banner-item.hasVideo .content .btn {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 25px;
        text-decoration: none;
        display: inline-block;
        transition: all .3s; }
        #banner-outer .banner-item.hasVideo .content .btn:hover {
          background-color: white;
          color: black; }
    #banner-outer .banner-item .supporting-image, #banner-outer .banner-item .supporting-text {
      position: relative;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      max-width: 1140px; }
    #banner-outer .banner-item .supporting-image {
      z-index: 21; }
    #banner-outer .banner-item .supporting-text {
      position: absolute !important;
      left: 15px !important;
      z-index: 22; }

#mobile-banners {
  margin-bottom: 0 !important;
  padding-bottom: 28px; }
  @media (min-width: 992px) {
    #mobile-banners {
      display: none; } }
  #mobile-banners .slick-dots {
    bottom: 15px; }
    #mobile-banners .slick-dots li button {
      background: white;
      border-radius: 50%;
      cursor: pointer; }
      #mobile-banners .slick-dots li button:before {
        color: transparent; }
    #mobile-banners .slick-dots li.slick-active button {
      background: #3e78b3; }
  #mobile-banners .slick-current {
    z-index: 1000; }
  #mobile-banners .video-wrapper {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    #mobile-banners .video-wrapper:not(.slick-current) video {
      z-index: -1; }
    #mobile-banners .video-wrapper.slick-current .container {
      display: -ms-flexbox !important;
      display: flex !important; }
    #mobile-banners .video-wrapper .container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      #mobile-banners .video-wrapper .container .content {
        text-align: left;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
        line-height: 1.2;
        font-family: 'LeisureLeagues';
        color: white; }
        #mobile-banners .video-wrapper .container .content hr {
          height: 2px;
          width: 10%;
          margin: 5px 0 15px;
          border: 0;
          background: #fff;
          text-align: left; }
        #mobile-banners .video-wrapper .container .content a {
          color: white; }
        #mobile-banners .video-wrapper .container .content .top-line,
        #mobile-banners .video-wrapper .container .content .bottom-line {
          font-family: 'Open Sans', sans-serif; }
        #mobile-banners .video-wrapper .container .content .title {
          font-size: 16px; }
        #mobile-banners .video-wrapper .container .content .subtitle {
          margin-bottom: 14px; }
        #mobile-banners .video-wrapper .container .content .btn {
          background: rgba(255, 255, 255, 0.2);
          color: #fff;
          border: 1px solid #fff;
          padding: 8px 20px;
          text-decoration: none;
          display: inline-block;
          transition: all .3s; }
          #mobile-banners .video-wrapper .container .content .btn:hover {
            background-color: white;
            color: black; }

#home-map {
  position: relative; }
  #home-map .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 790px;
    top: 790px;
    margin-top: -790px;
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); }

#home-content .home-box-item {
  margin: 0 0 30px 0;
  background-size: cover !important;
  height: 270px; }
  #home-content .home-box-item p {
    margin: 0; }
  #home-content .home-box-item .title {
    transition: margin 1s ease; }

#home-europes {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/europes-largest-horiz.jpg") no-repeat top center #232a36;
  padding: 20px;
  min-height: 137px;
  margin-bottom: 30px;
  text-align: center; }

#home-content {
  background: #ededee;
  padding: 40px 0; }
  #home-content .btn {
    padding: 7px 25px !important; }
  #home-content #enter-team {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/enter-team-text-bg.jpg") repeat-y top right #212832;
    background-size: cover;
    height: 193px; }
    #home-content #enter-team #enter-team-title {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/enter-team-bg.jpg") no-repeat top left;
      background-size: cover;
      padding: 60px 10px 20px 20px;
      font: 30px/35px var(--font_primary);
      text-transform: uppercase;
      color: #1c62a9;
      min-height: 193px; }
      #home-content #enter-team #enter-team-title.custom-enter-team-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 10px 20px 20px; }
      #home-content #enter-team #enter-team-title span {
        color: #fff; }
      #home-content #enter-team #enter-team-title i {
        color: #1c62a9;
        font-size: 65px; }
    #home-content #enter-team #enter-team-text {
      font: 300 16px/24px var(--font_secondary);
      color: #fff;
      padding: 40px 15px 20px 15px;
      position: relative; }
      #home-content #enter-team #enter-team-text .boots {
        position: absolute;
        top: -30px;
        right: 10px; }
  #home-content .title {
    font: 29px/32px var(--font_primary);
    text-transform: uppercase;
    color: #1c62a9; }
    #home-content .title.red {
      color: #ce1d25; }
    #home-content .title span {
      color: #fff; }
  #home-content #europes-largest {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/europes-largest-bg.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
    min-height: 570px; }
  #home-content #franchise {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/franchise-bg.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
    min-height: 570px; }
    #home-content #franchise h2 {
      color: #ce1d25; }
  #home-content .body {
    font: 600 14px/21px var(--font_secondary);
    color: #fff;
    margin: 13px 0; }
  #home-content #trophies {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/trophies-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px;
    height: 270px; }
  #home-content #referees {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/referee-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px;
    height: 270px; }
    #home-content #referees .title {
      margin-top: 83px; }
  #home-content .tv {
    position: relative;
    overflow: hidden; }
    #home-content .tv img {
      width: 100%; }
  #home-content .tv-title {
    background: #161f37;
    color: #fff;
    height: 66px;
    font: 300 15px/20px var(--font_secondary); }
    #home-content .tv-title a {
      color: #fff;
      text-decoration: none;
      position: relative;
      display: block;
      padding: 15px 50px 15px 15px; }
      #home-content .tv-title a::after {
        background: #ce1d25;
        color: #fff;
        position: absolute;
        top: 18px;
        right: 23px;
        content: '\f054';
        font-family: 'icomoon';
        speak: none;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 5px 0 0 0; }
  #home-content #transfer-market {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/home-transfer-sign.jpg") no-repeat;
    padding: 30px; }
  #home-content #ll-tv {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/lg/home-ll-tv.jpg") no-repeat;
    padding: 30px; }

#breaking-news {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/breaking-news-bg.jpg") repeat-y;
  padding: 50px 0 0 0; }
  #breaking-news .news-image {
    width: 100%;
    height: 100%; }
  #breaking-news .title-block {
    background-position: left;
    width: 497px !important;
    height: auto !important;
    min-height: 85px !important; }
  #breaking-news .title {
    font: 48px/48px var(--font_primary);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  #breaking-news #tv-temp {
    background: #9ba09a;
    min-height: 452px; }

.bg-light {
  background-color: #ececf2; }

.bg-white {
  background-color: #fff; }

.box-header {
  padding: 20px;
  font: 300 16px/16px var(--font_primary);
  color: #fff;
  text-transform: uppercase; }
  .box-header-primary {
    background-color: #2f6ca9; }

.box-body {
  font: 300 16px/16px var(--font_primary); }

.league-table.flex-fill {
  background: #ececf2; }

.league-table .league-title {
  background: #1c62a9;
  padding: 10px;
  color: #fff;
  font: 20px/22px var(--font_primary);
  text-transform: uppercase;
  position: relative; }
  .league-table .league-title span {
    font: 15px/15px var(--font_secondary); }
  .league-table .league-title .icon {
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: 10px; }

.league-table td.text-right a .flag {
  float: right;
  margin-left: 2px; }

.league-table td.points {
  background: #c4c4d4 !important;
  font-weight: bold !important; }

.table-signup {
  color: #fff !important;
  padding: 5px 10px !important;
  float: right;
  margin-left: 10px;
  font-size: 14px !important; }

.league-table .table tr td.temp {
  background: #1c62a9;
  color: #fff !important;
  font: 15px/1 var(--font_secondary); }
  .league-table .table tr td.temp .temp-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; }
    .league-table .table tr td.temp .temp-inner > div:first-child {
      width: 0;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.result-top {
  background: #1c62a9;
  padding: 27px 0;
  color: #fff;
  margin: 20px 0 0 0; }
  .result-top .team-name {
    font: 16px/16px var(--font_primary);
    text-transform: uppercase;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    position: relative; }
    .result-top .team-name.home {
      text-align: right; }
      .result-top .team-name.home .shirt {
        left: 0; }
      .result-top .team-name.home .glow {
        left: -10px; }
    .result-top .team-name.away {
      text-align: left; }
      .result-top .team-name.away .shirt {
        right: 0; }
      .result-top .team-name.away .glow {
        right: -10px; }
    .result-top .team-name .shirt {
      position: absolute;
      top: -70px; }
    .result-top .team-name .glow {
      position: absolute;
      top: -26px; }
  .result-top .result {
    text-align: center;
    font: 50px/53px var(--font_primary); }

.result-bottom {
  background: #1c2845;
  padding: 10px;
  color: #fff;
  font: 14px/14px var(--font_secondary);
  text-transform: uppercase; }

#ticker {
  background: #ce1d25;
  padding: 10px;
  font: 12px/12px var(--font_secondary);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  #ticker span {
    margin: 0 15px; }
  #ticker > div {
    height: auto !important; }

#sub-banners {
  max-height: 757px; }
  #sub-banners #own-franchise {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/franchise-temp.jpg") no-repeat top center;
    padding: 15% 0 0 0;
    height: 757px; }
    #sub-banners #own-franchise .title {
      font: 46px/46px var(--font_primary);
      color: #1c2845; }
      #sub-banners #own-franchise .title span {
        color: #fff; }
    #sub-banners #own-franchise .content {
      font: 16px/22px var(--font_secondary);
      color: #fff; }

#join-us {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/join-us-banner.jpg") no-repeat top center;
  background-size: cover;
  padding: 40px 0;
  min-height: 638px;
  position: relative;
  overflow: hidden; }
  #join-us .title {
    font: 41px/43px var(--font_primary);
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px 0; }
    #join-us .title span {
      color: #2b4ca8; }
      #join-us .title span.secondary {
        color: #ce1d25; }
  #join-us .join-icons {
    margin: 150px 0 0 0; }
    #join-us .join-icons .join-box {
      font: 17px/19px var(--font_primary);
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      max-width: 165px;
      margin: 0 auto 20px; }
      #join-us .join-icons .join-box .join-icon {
        background: url("https://d393ynejnklmr1.cloudfront.net/img/join-icon-bg.png") no-repeat top center;
        width: 165px;
        height: 165px;
        margin: 0 0 15px 0;
        position: relative;
        display: inline-block; }
        #join-us .join-icons .join-box .join-icon i {
          font-size: 80px;
          margin: 40px 0 0 0;
          display: inline-block; }
        #join-us .join-icons .join-box .join-icon.withText i {
          margin: 20px 0 10px 0; }

.team-background {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/team-background.png") no-repeat top left;
  width: 310px;
  height: 422px;
  display: inline-block;
  padding: 10px; }
  .team-background .title {
    color: #fff;
    font: 16px/1.2 var(--font_primary);
    text-transform: uppercase;
    margin: 0px 0 5px 0;
    word-wrap: break-word; }
    .team-background .title.team {
      margin: 31px 0 15px 0; }
  .team-background .venue-league {
    font: 15px/16px var(--font_secondary);
    text-transform: uppercase;
    color: #fff; }
  .team-background .flag {
    margin: 10px 0 0 0; }

.team-mobile-background {
  padding: 0 10px; }
  .team-mobile-background .title {
    color: #fff;
    font: 16px/1.2 var(--font_primary);
    text-transform: uppercase;
    margin: 0px 0 5px 0;
    word-wrap: break-word; }
    .team-mobile-background .title.team {
      padding: 20px 0 0 0; }
  .team-mobile-background .venue-league {
    font: 15px/16px var(--font_secondary);
    text-transform: uppercase;
    color: #fff; }
  .team-mobile-background .flag {
    margin: 10px 0 0 0; }

.table-title {
  background: #1c62a9;
  color: #fff;
  font: 20px/23px var(--font_primary);
  padding: 20px;
  text-transform: uppercase; }

.gm-style .gm-style-iw {
  width: 624px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  border-radius: 2px 2px 0 0; }

.infowindow {
  width: 624px; }
  .infowindow .match-days {
    display: -ms-flexbox;
    display: flex; }
    .infowindow .match-days__item {
      -ms-flex: 1;
      flex: 1;
      background: #dddde8;
      padding: 10px; }
      .infowindow .match-days__item-day {
        font-size: 12px;
        line-height: 12px;
        font-weight: bold; }
      .infowindow .match-days__item-offer {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px; }
      .infowindow .match-days__item-button {
        font-size: 9px;
        line-height: 18px;
        height: 18px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
        margin-top: 3px;
        font-family: var(--font_primary), sans-serif; }
        .infowindow .match-days__item-button--disabled {
          cursor: default;
          background: #84848f; }
      .infowindow .match-days__item:nth-child(even) {
        background: #ececf2; }
  .infowindow .chart {
    padding: 10px; }
    .infowindow .chart__item {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
      .infowindow .chart__item p,
      .infowindow .chart__item .square {
        display: inline-block;
        vertical-align: middle; }
      .infowindow .chart__item p {
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        color: #000000; }
      .infowindow .chart__item .square {
        width: 12px;
        height: 12px;
        margin-left: 5px; }
      .infowindow .chart__item:first-child {
        margin-left: 0; }
  .infowindow .title {
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    background: #1c62a9;
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 15px;
    font-family: var(--font_primary);
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300; }
    .infowindow .title i {
      font-size: 35px;
      line-height: 35px;
      margin-right: 10px; }
  .infowindow .main-details {
    width: calc(100% - 180px);
    float: left;
    height: 130px; }
    .infowindow .main-details .address {
      display: -ms-flexbox;
      display: flex;
      background: #dddde8;
      padding: 10px;
      height: 65px; }
      .infowindow .main-details .address__icon, .infowindow .main-details .address__text {
        display: -ms-flexbox;
        display: flex; }
      .infowindow .main-details .address__icon {
        color: #ce1e26;
        width: 25px;
        font-size: 32px;
        line-height: 32px;
        padding-right: 5px; }
      .infowindow .main-details .address__text {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        .infowindow .main-details .address__text p {
          color: #161f37;
          font: 12px/14px var(--font_secondary); }
    .infowindow .main-details #league-data {
      background: #FFFFFF;
      padding: 10px;
      text-transform: uppercase;
      color: #161f37;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      height: 65px; }
      .infowindow .main-details #league-data .circle-holder {
        width: 40px;
        height: 40px; }
        .infowindow .main-details #league-data .circle-holder .circle {
          background: #ce1d25; }
      .infowindow .main-details #league-data .ld-label {
        margin-right: 10px; }
      .infowindow .main-details #league-data .price {
        color: #1c62a9;
        font: 27px/15px var(--font_secondary);
        padding-top: 5px; }
        .infowindow .main-details #league-data .price span {
          color: #000;
          font: 10px/10px var(--font_secondary);
          text-transform: none; }
  .infowindow .venue-img {
    background: #212832;
    width: 180px;
    padding: 4px;
    float: left;
    height: 130px;
    text-align: center; }
    .infowindow .venue-img img {
      max-height: 100%;
      max-width: 100%; }

#article {
  position: relative;
  background: #161f37;
  min-height: 350px; }
  #article .title-block {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/article-title-bg.png") no-repeat top right;
    width: 587px;
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 85px; }
    #article .title-block a {
      display: block;
      width: 100%;
      padding: 7px 88px 10px 10px; }
      #article .title-block a .title {
        font: 17px/17px var(--font_primary);
        color: #161f37;
        text-align: left !important;
        margin: 0 !important;
        text-transform: uppercase; }
      #article .title-block a .excerpt {
        font: 600 15px/17px var(--font_secondary);
        color: #1c62a9; }
      #article .title-block a:hover, #article .title-block a:active, #article .title-block a:visited {
        text-decoration: none; }

.venue-row #article {
  margin-bottom: 0; }
  .venue-row #article .title-block {
    width: 495px;
    bottom: 30px; }
    .venue-row #article .title-block a {
      padding: 7px 68px 10px 10px; }

#article-list {
  margin: 0;
  padding: 0; }
  #article-list li {
    list-style: none; }
    #article-list li a {
      display: block;
      width: 100%;
      padding: 20px 45px 20px 20px;
      font: 16px/16px var(--font_secondary);
      color: #161f37;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }
      #article-list li a:after {
        position: absolute;
        content: "\f054";
        font-family: 'icomoon';
        top: 10px;
        right: 10px;
        background: #161f37;
        color: #fff;
        padding: 10px 8px 8px 11px;
        font-size: 25px;
        text-align: center;
        width: 35px;
        height: 35px; }
      #article-list li a:hover:after {
        background: #1c62a9; }
    #article-list li:nth-child(odd) a {
      background: #fff; }
    #article-list li:nth-child(even) a {
      background: #dddde8; }

/**
 * Start Team Profile
 */
.tow_team_image:hover #img {
  display: block; }

.tow_team_image #img {
  position: absolute;
  top: 60px;
  left: 0;
  border: 4px solid #ebebf1;
  cursor: default;
  display: none;
  z-index: 1; }
  .tow_team_image #img::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 17px 17.5px;
    border-color: transparent transparent #ebebf1 transparent;
    content: " ";
    position: absolute;
    top: -18px;
    left: 13px; }

#team-profile {
  font: 15px/15px var(--font_secondary);
  margin: 0px; }
  #team-profile #team-profile-title {
    min-height: 60px;
    background: #161f37;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
    #team-profile #team-profile-title #the-title {
      font: 23px/22px var(--font_primary);
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      word-wrap: break-word; }
      #team-profile #team-profile-title #the-title h1, #team-profile #team-profile-title #the-title h2 {
        padding: 0 !important; }
      #team-profile #team-profile-title #the-title h1 {
        margin: 0 0 5px;
        line-height: 0.9; }
      #team-profile #team-profile-title #the-title h2 {
        line-height: 1; }
      #team-profile #team-profile-title #the-title span {
        font: 300 16px/17px var(--font_secondary); }
      #team-profile #team-profile-title #the-title a {
        color: #fff;
        text-decoration: none; }
    #team-profile #team-profile-title .team-social {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
      #team-profile #team-profile-title .team-social__item {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: 10px; }
        #team-profile #team-profile-title .team-social__item a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #1c62a9;
          color: #FFFFFF;
          line-height: 40px;
          transition: background 0.5s ease;
          text-align: center; }
          #team-profile #team-profile-title .team-social__item a i {
            line-height: 40px;
            font-size: 23px; }
          #team-profile #team-profile-title .team-social__item a:hover, #team-profile #team-profile-title .team-social__item a:active {
            background: #ce1d25; }
    #team-profile #team-profile-title .team-flag {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -ms-flexbox;
      display: flex; }
    #team-profile #team-profile-title .team-profile-camera {
      background: #2f6ba9;
      color: #fff;
      text-align: center;
      padding: 15px;
      position: relative;
      z-index: 350;
      cursor: pointer; }
      #team-profile #team-profile-title .team-profile-camera i {
        font-size: 30px; }
      #team-profile #team-profile-title .team-profile-camera:hover #img {
        display: block; }
      #team-profile #team-profile-title .team-profile-camera #img {
        position: absolute;
        top: 60px;
        left: 0;
        border: 4px solid #ebebf1;
        cursor: default;
        display: none; }
        #team-profile #team-profile-title .team-profile-camera #img::after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 17.5px 17px 17.5px;
          border-color: transparent transparent #ebebf1 transparent;
          content: " ";
          position: absolute;
          top: -18px;
          left: 20px; }
    #team-profile #team-profile-title .button {
      padding-top: 13px; }
    #team-profile #team-profile-title .btn.pull-right {
      margin: 12px 12px 0 0; }
  #team-profile #team-profile-picture {
    margin: 20px auto 0 auto;
    border: 5px solid #161f37;
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.5); }

#team-statistics {
  margin: 0 0 20px 0; }
  #team-statistics .title {
    background: #1c62a9;
    color: #fff;
    font: 15px/17px var(--font_primary);
    padding: 20px;
    text-transform: uppercase; }
  #team-statistics .title-text {
    font: 15px/17px var(--font_primary);
    color: #fff;
    text-transform: uppercase; }
  #team-statistics .player-stats .team-kit {
    padding: 0;
    position: relative;
    overflow: hidden; }
    #team-statistics .player-stats .team-kit .kit-holder .titles-text {
      bottom: -58px; }
    #team-statistics .player-stats .team-kit .kit-holder .player {
      width: 100%; }
  #team-statistics .player-stats .title {
    padding: 13px 15px; }
    #team-statistics .player-stats .title span {
      padding-top: 8px;
      display: inline-block; }
    #team-statistics .player-stats .title .btn {
      background: #161f37;
      color: #fff;
      padding: 5px;
      font-size: 14px;
      float: right; }
  #team-statistics .team-stats.title {
    padding: 13px 15px; }
    #team-statistics .team-stats.title span {
      padding-top: 8px;
      display: inline-block; }
    #team-statistics .team-stats.title .btn {
      background: #161f37;
      color: #fff;
      padding: 5px;
      font-size: 14px;
      float: right; }
  #team-statistics .team-kit {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/player-kit-bg-repeat.png") repeat-x top left #1b2b47;
    padding: 10px; }
    #team-statistics .team-kit .kit-holder {
      position: relative; }
      #team-statistics .team-kit .kit-holder .kit {
        width: 80px; }
      #team-statistics .team-kit .kit-holder .titles {
        text-align: center;
        margin: 10px 0 0 0; }
      #team-statistics .team-kit .kit-holder .titles-text {
        font: 12px/12px var(--font_secondary);
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        margin: 5px 0 0 0; }
  #team-statistics .stats {
    background: #ceceda; }
    #team-statistics .stats .table {
      width: 100%;
      margin: 0; }
      #team-statistics .stats .table td {
        font: 13px/13px var(--font_secondary);
        text-transform: uppercase; }
  #team-statistics .next-game {
    background: #ececf2;
    font-size: 15px; }
    #team-statistics .next-game i {
      color: #161f37; }
    #team-statistics .next-game .next-game-panel {
      background: #161f37;
      padding: 18px; }
      #team-statistics .next-game .next-game-panel .panel-half {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 10px 0 0 0; }
        #team-statistics .next-game .next-game-panel .panel-half.day {
          margin-right: 5%;
          width: 45%; }
          #team-statistics .next-game .next-game-panel .panel-half.day .venue-title {
            padding: 24px 0;
            margin-bottom: 0; }
        #team-statistics .next-game .next-game-panel .panel-half .venue-title {
          margin: 0 0 12px 0; }
          #team-statistics .next-game .next-game-panel .panel-half .venue-title.last {
            margin-bottom: 0; }
    #team-statistics .next-game .venue-title {
      padding: 5px;
      font: 15px/15px var(--font_secondary);
      text-transform: uppercase; }
    #team-statistics .next-game .home-team-panel {
      background: #dddde8; }
      #team-statistics .next-game .home-team-panel .circle-center {
        position: absolute;
        bottom: -19px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10; }
        #team-statistics .next-game .home-team-panel .circle-center .circle-holder {
          width: 40px;
          display: inline-block; }
    #team-statistics .next-game .away-team-panel {
      background: #ececf2; }
    #team-statistics .next-game .home-team-panel, #team-statistics .next-game .away-team-panel {
      position: relative;
      font: 300 16px/16px var(--font_secondary);
      padding: 10px; }

.player-stats-name {
  font-weight: bold;
  font-size: 18px;
  color: #1c62a9;
  text-transform: none; }

td.win {
  background: #7ea146 !important; }

td.loss {
  background: #ce1e25 !important;
  color: #fff !important; }

#league-position {
  background: #2f6ba9;
  padding: 19px 19px 2px 19px;
  color: #fff; }
  #league-position i {
    font-size: 115px;
    margin: 20px 0;
    display: inline-block; }
  #league-position .position {
    font: 27px/27px var(--font_primary);
    text-transform: uppercase; }
  #league-position .games-left {
    text-transform: uppercase;
    color: #fff;
    font: 15px/15px var(--font_secondary);
    margin: 10px 0 7px 0; }
    #league-position .games-left .circle-holder {
      display: inline-block;
      width: 30px;
      margin: 0 5px;
      font-size: 20px;
      line-height: 0; }
      #league-position .games-left .circle-holder .circle {
        background: #ce1d25; }

.personal-card-info tr {
  height: 40px; }

#the-players {
  padding: 50px 0; }
  #the-players .slick-prev,
  #the-players .slick-next {
    background: #264760;
    top: 45%; }
  #the-players .slick-prev {
    left: 0; }
  #the-players .slick-next {
    right: 0; }
  @media all and (min-width: 1024px) {
    #the-players .slick-prev {
      left: -70px; }
    #the-players .slick-next {
      right: -70px; } }

.player-card {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/player-card-new.png") no-repeat;
  width: 280px;
  height: 306px;
  color: #fff;
  padding: 10px;
  position: relative; }
  .player-card .card-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px; }
    .player-card .card-row:not(.head) {
      background: #252d50;
      width: 100%;
      height: 32px; }
  .player-card .image {
    width: 50px;
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px;
    background: #252d50; }
    .player-card .image img {
      width: 50px;
      height: 100%; }
    .player-card .image .captain {
      font: normal 22px/1 var(--font_primary);
      background: #c60e2a;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      margin: 8px 6px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 2px; }
  .player-card.isCaptain .image {
    width: 100px; }
  .player-card .player {
    text-align: left;
    height: 54px;
    padding: 10px;
    background: #252d50;
    width: 100%;
    text-transform: uppercase;
    font: normal 13px/1 var(--font_secondary); }
    .player-card .player .name {
      margin-bottom: 5px; }
    .player-card .player .flag-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .player-card .player .flag-wrap .flag {
        margin-right: 7px; }
  .player-card .viewStats {
    font: normal 11px/1 var(--font_primary);
    color: white;
    background: #c60f2a;
    letter-spacing: 2px;
    padding: 9px 16px;
    margin-top: 4px; }

#the-player-card {
  margin: 80px 0; }
  #the-player-card .change-player .flag img {
    width: 40px;
    margin-left: 30px;
    margin-right: 15px;
    border: 1px solid #ababab; }
  #the-player-card .change-player i {
    font-size: 26px;
    color: white; }
  #the-player-card .change-player button {
    background: #3d69a8;
    border: none;
    padding: 17px; }
  #the-player-card .change-player .dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: white; }
  #the-player-card .change-player .player-name {
    -ms-flex: 1;
    flex: 1;
    font: normal 18px/1 var(--font_primary);
    text-transform: uppercase; }
  #the-player-card .change-player .dropdown.open .dropdown-menu {
    display: -ms-flexbox !important;
    display: flex !important; }
  #the-player-card .change-player .dropdown-menu {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    padding: 10px; }
    #the-player-card .change-player .dropdown-menu a {
      font: normal 18px/1 var(--font_primary);
      padding: 5px 15px;
      text-decoration: none;
      margin: 5px 0;
      color: #000000; }
  #the-player-card .title {
    font-size: 18px; }
  #the-player-card .player-image-mobile .player-image {
    background: #252d51;
    text-align: center;
    padding: 30px; }
    #the-player-card .player-image-mobile .player-image img {
      width: 100%;
      height: auto; }
  @media (min-width: 768px) {
    #the-player-card .player-details {
      display: -ms-flexbox;
      display: flex; } }
  #the-player-card .player-details .details {
    background: #181e37;
    padding: 30px;
    position: relative; }
    #the-player-card .player-details .details tr {
      display: -ms-flexbox;
      display: flex; }
      #the-player-card .player-details .details tr:not(:last-child) {
        margin-bottom: 7px; }
      #the-player-card .player-details .details tr td:nth-child(2) {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px;
        background: #252d50;
        font: normal 14px/1 var(--font_secondary);
        color: white;
        text-transform: uppercase; }
    #the-player-card .player-details .details .img {
      background: #3d69a8;
      width: 40px;
      height: 35px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      #the-player-card .player-details .details .img img {
        height: 21px;
        width: auto; }
    @media all and (min-width: 768px) {
      #the-player-card .player-details .details tr.short {
        width: 210px; }
      #the-player-card .player-details .details .player-image {
        position: absolute;
        width: 98px;
        height: 118px;
        right: 30px;
        top: 30px; }
        #the-player-card .player-details .details .player-image img {
          width: 100%;
          height: auto; } }
    @media all and (min-width: 992px) {
      #the-player-card .player-details .details tr.short {
        width: 320px !important; } }
    @media all and (min-width: 1200px) {
      #the-player-card .player-details .details tr.short {
        width: 222px !important; } }
  #the-player-card .player-details .pitch {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #252d50; }
    #the-player-card .player-details .pitch .pitch-wrap {
      position: relative;
      top: 20px; }
      #the-player-card .player-details .pitch .pitch-wrap .player-position {
        position: absolute; }
        #the-player-card .player-details .pitch .pitch-wrap .player-position.gk {
          top: -34px;
          left: 117px; }
        #the-player-card .player-details .pitch .pitch-wrap .player-position.lb {
          top: -9px;
          left: 70px; }
        #the-player-card .player-details .pitch .pitch-wrap .player-position.rb {
          top: -9px;
          right: 70px; }
        #the-player-card .player-details .pitch .pitch-wrap .player-position.lm {
          top: 50px;
          left: 55px; }
        #the-player-card .player-details .pitch .pitch-wrap .player-position.rm {
          top: 50px;
          right: 55px; }
        #the-player-card .player-details .pitch .pitch-wrap .player-position.st {
          top: 70px;
          left: 116px; }
  #the-player-card .venue-title .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #the-player-card .share {
    font: normal 14px/1 var(--font_secondary);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    #the-player-card .share a {
      color: white;
      text-decoration: none;
      margin-left: 5px; }
      #the-player-card .share a i {
        font-size: 20px; }
      #the-player-card .share a.facebook {
        margin-right: 3px; }
      #the-player-card .share a.twitter {
        border-left: 1px solid white;
        padding-left: 6px; }
    #the-player-card .share .text {
      margin-right: 3px; }
  #the-player-card .player-stats {
    background: #181e37;
    font-size: 20px;
    padding: 30px; }
    #the-player-card .player-stats .row {
      margin-bottom: 15px; }
    #the-player-card .player-stats .stats .wrap {
      background: #262d50;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 0;
      position: relative;
      -ms-flex-direction: column;
      flex-direction: column;
      text-transform: uppercase; }
      #the-player-card .player-stats .stats .wrap .img-wrap {
        text-align: center;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; }
        #the-player-card .player-stats .stats .wrap .img-wrap .img-text {
          position: absolute;
          top: 69px;
          color: #ffffff;
          font-size: 12px;
          font-family: 'Open Sans Semibold', sans-serif;
          width: 70px;
          line-height: 1; }
          #the-player-card .player-stats .stats .wrap .img-wrap .img-text.low {
            top: 75px; }
      #the-player-card .player-stats .stats .wrap .bar {
        width: 100%;
        padding: 0 20px; }
        #the-player-card .player-stats .stats .wrap .bar .stat-bar {
          height: 15px;
          border: 2px solid #000000; }
          #the-player-card .player-stats .stats .wrap .bar .stat-bar .fill {
            height: 11px; }
      #the-player-card .player-stats .stats .wrap .value {
        font: normal 27px/1 var(--font_primary);
        color: white;
        padding: 10px 0; }
      #the-player-card .player-stats .stats .wrap .circle-stat {
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 100%;
        font: normal 29px/1 var(--font_primary);
        color: white;
        width: 55px;
        height: 55px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        #the-player-card .player-stats .stats .wrap .circle-stat.blue {
          background: #3d69a8; }
        #the-player-card .player-stats .stats .wrap .circle-stat.yellow {
          background: #e2d615; }
        #the-player-card .player-stats .stats .wrap .circle-stat.red {
          background: #c60e2a; }
    @media (max-width: 767px) {
      #the-player-card .player-stats .top .stats:first-child {
        margin-bottom: 15px; }
      #the-player-card .player-stats .mobile-stats .wrap {
        padding: 15px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
        color: white; }
        #the-player-card .player-stats .mobile-stats .wrap img {
          margin-right: 15px; }
        #the-player-card .player-stats .mobile-stats .wrap .text {
          font: normal 13px/1 var(--font_secondary);
          margin-bottom: 3px; }
        #the-player-card .player-stats .mobile-stats .wrap .value {
          font: normal 21px/1 var(--font_primary);
          padding: 0; }
      #the-player-card .player-stats .mobile-stats .box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
        #the-player-card .player-stats .mobile-stats .box .info {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 2px; }
          #the-player-card .player-stats .mobile-stats .box .info .value {
            width: auto;
            margin-right: 4px; }
        #the-player-card .player-stats .mobile-stats .box .bar {
          padding: 0; } }

.player-card .stat,
.player-stats .stat {
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left; }
  .player-card .stat .icon,
  .player-stats .stat .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #181f37;
    width: 38px; }
    .player-card .stat .icon img,
    .player-stats .stat .icon img {
      width: 25px;
      height: auto; }
    .player-card .stat .icon.w-24 img,
    .player-stats .stat .icon.w-24 img {
      width: 24px; }
  .player-card .stat .bar,
  .player-stats .stat .bar {
    width: 184px;
    font: 100 12px/1 var(--font_secondary);
    padding: 5px;
    text-transform: uppercase; }
    .player-card .stat .bar .stat-bar,
    .player-stats .stat .bar .stat-bar {
      margin-top: 1px;
      width: 100%;
      height: 7px;
      background: white;
      position: relative; }
      .player-card .stat .bar .stat-bar .fill,
      .player-stats .stat .bar .stat-bar .fill {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 7px;
        width: 30%; }
        .player-card .stat .bar .stat-bar .fill.green,
        .player-stats .stat .bar .stat-bar .fill.green {
          background: #39ff14; }
        .player-card .stat .bar .stat-bar .fill.red,
        .player-stats .stat .bar .stat-bar .fill.red {
          background: #c60e2a; }
        .player-card .stat .bar .stat-bar .fill.yellow,
        .player-stats .stat .bar .stat-bar .fill.yellow {
          background: #e2e015; }
  .player-card .stat .value,
  .player-stats .stat .value {
    letter-spacing: 1px;
    font: normal 22px/1 var(--font_primary);
    width: 38px;
    padding: 5px 5px 5px 0; }

#payment-complete {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    #payment-complete .col-xs-12.text-left {
      display: none; } }
  @media (max-width: 1024px) {
    #payment-complete .col-xs-12.text-right {
      text-align: center; } }

.confirm-fixture-payment {
  display: inline-block;
  vertical-align: top;
  width: 362px;
  max-width: 100%;
  text-align: left; }
  .confirm-fixture-payment-games {
    text-align: center; }
    .confirm-fixture-payment-games__field, .confirm-fixture-payment-games__text {
      display: inline-block;
      vertical-align: middle; }
    .confirm-fixture-payment-games__field {
      width: 28px;
      height: 44px;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/field-blue.png") no-repeat center transparent; }
    .confirm-fixture-payment-games__text {
      padding-left: 18px;
      color: #161f37;
      font-family: var(--font_primary), sans-serif;
      font-size: 22px;
      line-height: 22px;
      text-transform: uppercase; }
  .confirm-fixture-payment-shirt {
    margin-left: 20px; }
  .confirm-fixture-payment-section {
    padding: 15px;
    background: #FFFFFF;
    text-align: center; }
    .confirm-fixture-payment-section p {
      color: #161f37;
      font-family: var(--font_primary), sans-serif;
      font-size: 27px;
      line-height: 27px;
      text-transform: uppercase; }
    .confirm-fixture-payment-section--dark {
      background: #dddde8; }
    .confirm-fixture-payment-section--darker {
      background: #c0c0cd; }
  .confirm-fixture-payment-list {
    padding: 10px 0;
    background: #dddde8; }
    .confirm-fixture-payment-list__item {
      padding: 0 25px;
      color: #161f37;
      font-size: 15px;
      line-height: 18px;
      font-family: var(--font_secondary), sans-serif;
      font-weight: 600;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .confirm-fixture-payment-list__item-teams {
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .confirm-fixture-payment-list__item-adjust {
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left; }
  .confirm-fixture-payment-header {
    padding-top: 20px; }
    .confirm-fixture-payment-header__top {
      height: 66px;
      background: #2b4ca8; }
    .confirm-fixture-payment-header__bottom {
      padding-top: 25px;
      padding-bottom: 10px;
      background: #FFFFFF;
      text-align: center;
      color: #161f37;
      font-size: 23px;
      line-height: 23px;
      font-family: var(--font_primary), sans-serif;
      text-transform: uppercase; }
    .confirm-fixture-payment-header__image {
      position: absolute;
      width: 103px;
      height: 103px;
      line-height: 103px;
      margin-top: -51px;
      margin-left: -51px;
      top: 50%;
      left: 50%;
      background: #FFFFFF;
      border-radius: 50%;
      text-align: center;
      border: 3px solid #2b4ca8; }

#fixtures-results {
  margin-bottom: 20px; }
  #fixtures-results .venue-title {
    font: 300 16px/16px var(--font_primary); }
    #fixtures-results .venue-title span {
      color: #161f37; }
  #fixtures-results .position.date {
    font: 300 14px/16px var(--font_secondary); }
  #fixtures-results .position.vs {
    font-size: 14px; }
  #fixtures-results .league-table {
    background: #fff; }
  #fixtures-results tfoot {
    background: #fff; }
    #fixtures-results tfoot td {
      background: #fff; }
      #fixtures-results tfoot td .btn {
        font: 14px/14px var(--font_secondary);
        padding: 6px 12px;
        color: #fff; }
        #fixtures-results tfoot td .btn.btn-primary {
          background: #1c62a9; }
  #fixtures-results .table-contents {
    font: 14px/14px var(--font_secondary);
    text-transform: none;
    position: relative;
    top: -5px;
    margin-bottom: -5px;
    text-align: right;
    float: right; }
    #fixtures-results .table-contents .paid, #fixtures-results .table-contents .unpaid, #fixtures-results .table-contents .drew {
      margin: 0 5px 0 0;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      top: 5px; }
    #fixtures-results .table-contents .paid {
      background: #7ea146; }
    #fixtures-results .table-contents .unpaid {
      background: #ba1c23; }
    #fixtures-results .table-contents .drew {
      background: #c4c4d4; }
  #fixtures-results .paid {
    background: #7ea146;
    color: #fff; }
  #fixtures-results .unpaid {
    background: #ba1c23;
    color: #fff; }

#pay-footer td {
  font-size: 20px;
  font-weight: 700; }

#pay-footer .submit-pay {
  font: 15px/15px var(--font_primary) !important;
  text-transform: uppercase; }

.form-holder .btn-success {
  font: 20px/20px var(--font_primary);
  text-transform: uppercase; }

.wrap-team {
  word-break: break-all; }

#next-game-full {
  margin: 0 0 20px 0; }
  #next-game-full .next-game-panel-full {
    background: #161f37;
    padding: 15px;
    font: 19px/21px var(--font_primary);
    color: #fff; }
    #next-game-full .next-game-panel-full .title {
      font: 15px/15px var(--font_primary);
      color: #fff;
      text-transform: uppercase; }
    #next-game-full .next-game-panel-full .next-game-info {
      margin: 20px 0; }
      #next-game-full .next-game-panel-full .next-game-info span {
        background: #1c62a9;
        font: 300 15px/15px var(--font_primary);
        padding: 10px 15px;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px; }
        #next-game-full .next-game-panel-full .next-game-info span .btn {
          font: 13px/13px var(--font_primary);
          padding: 5px 10px; }
  #next-game-full .next-game-fixture-full {
    font: 500 16px/16px var(--font_secondary); }
    #next-game-full .next-game-fixture-full .row {
      width: 100%; }
    #next-game-full .next-game-fixture-full .home-team {
      background: #dddde8; }
    #next-game-full .next-game-fixture-full .away-team {
      background: #ececf2;
      position: relative;
      text-align: right; }
      #next-game-full .next-game-fixture-full .away-team .vs {
        position: absolute;
        top: 27%;
        left: -35px;
        width: 70px;
        font-size: 25px; }
    #next-game-full .next-game-fixture-full .home-team, #next-game-full .next-game-fixture-full .away-team {
      padding: 10px;
      min-height: 50px;
      text-transform: uppercase; }
      #next-game-full .next-game-fixture-full .home-team .kit-img, #next-game-full .next-game-fixture-full .away-team .kit-img {
        width: 75px; }

/**
 * End Team Profile
 */
.alert {
  font-size: 16px;
  text-align: center; }

footer .first {
  background: #1c62a9;
  padding: 10px 0; }
  footer .first .inline {
    margin: 0 9px; }
    footer .first .inline.title {
      color: #1f2630;
      font: 17px/17px var(--font_primary);
      text-transform: uppercase;
      padding: 15px 0 0 0;
      margin: 0 10px 0 0; }
      @media (max-width: 1200px) {
        footer .first .inline.title {
          display: none; } }

footer .footer-end-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  footer .footer-end-col-inner {
    display: inline-block;
    vertical-align: middle; }

footer .second {
  background: #1f2630;
  min-height: 132px;
  padding: 20px 0;
  font: 14px/16px var(--font_secondary);
  color: #4a596f; }
  footer .second ul {
    margin: 0 0 15px 0; }
    footer .second ul li {
      margin: 0 0 7px 0;
      list-style: none; }
      footer .second ul li a {
        color: #4a596f; }
  footer .second .footer-social {
    text-align: right; }
    footer .second .footer-social .circle {
      background: #1c62a9;
      transition: background 0.25s linear; }
      footer .second .footer-social .circle:hover {
        background: #ce1d25; }
    footer .second .footer-social ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row; }
    footer .second .footer-social li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .second .footer-social li a {
        display: inline-block;
        color: #FFFFFF;
        width: 60px;
        height: 60px;
        padding: 0;
        line-height: 60px; }
        footer .second .footer-social li a i {
          font-size: 35px;
          line-height: 60px; }
      footer .second .footer-social li:last-child {
        margin-right: 0; }
  footer .second .footer-contact {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    footer .second .footer-contact__col {
      display: inline-block;
      vertical-align: middle;
      margin-left: 25px; }
      footer .second .footer-contact__col:first-child {
        margin-left: 0; }
    footer .second .footer-contact p {
      font: 300 18px/16px var(--font_secondary);
      color: #FFFFFF; }
      footer .second .footer-contact p i {
        font-size: 22px;
        line-height: 22px;
        top: -2px;
        position: relative;
        vertical-align: middle; }
      footer .second .footer-contact p a {
        color: #fff; }
        footer .second .footer-contact p a:hover {
          text-decoration: none;
          color: #ce1d25; }

.edit-team #edit-team-title {
  margin: 0 0 20px 0; }

.edit-team .ddTitleText {
  font: 15px/1 var(--font_secondary);
  color: #fff; }

.edit-team .team-kit-box .team-kit {
  position: relative;
  background: #3c78b5;
  padding: 10px; }
  .edit-team .team-kit-box .team-kit.no-padding {
    padding: 0; }

.edit-team .team-kit-box .form-group {
  margin: 0; }

.edit-team .contact-details {
  margin-top: 20px;
  margin-bottom: 20px; }

.edit-team .btn.btn-secondary {
  margin: 5px 0 0 0; }

.edit-team .team-photo-result {
  font: 14px/14px var(--font_secondary);
  text-align: center;
  margin: 20px 0 0 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  left: 10px; }
  .edit-team .team-photo-result.text-danger {
    color: #ed1c24 !important; }
  .edit-team .team-photo-result.text-success {
    color: #5ec22d !important; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  top: 0;
  left: 0;
  background: url("https://d393ynejnklmr1.cloudfront.net/img/opacity.png") repeat top left; }

#choose-country {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/choose-country-bg.jpg") no-repeat top center;
  max-width: 749px;
  max-height: 538px;
  min-height: 350px;
  width: 80%;
  position: fixed;
  top: 20%;
  z-index: 700;
  padding: 45px 15px;
  text-align: center;
  left: 50%;
  margin-left: -40%;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #choose-country {
      height: 538px; } }
  @media (min-width: 992px) {
    #choose-country {
      width: 100%;
      left: 50%;
      margin-left: -375px; } }
  #choose-country .title {
    font: 18px/1 var(--font_primary);
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #choose-country .title {
        font-size: 23px; } }
  #choose-country .sub-title {
    font: 18px/1 var(--font_primary);
    color: #2b4ca8;
    text-transform: uppercase;
    margin: 15px 0; }
    @media (min-width: 768px) {
      #choose-country .sub-title {
        font-size: 26px;
        margin: 5px 0; } }
  #choose-country #if-wrong {
    color: #fff;
    font: 16px/1.2 var(--font_secondary);
    margin: 0 0 10px 0; }
  #choose-country #choose-country-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    background: #2b4ca8;
    color: #fff;
    padding: 4px 8px; }
    @media (min-width: 768px) {
      #choose-country #choose-country-close {
        padding: 7px 13px;
        font-size: 29px; } }
  #choose-country #select-country {
    background: #dddce8;
    font: 17px/1 var(--font_secondary);
    color: #1c62a9;
    height: 41px;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: auto; }
    @media (min-width: 768px) {
      #choose-country #select-country {
        margin: 20px auto 0; } }
    #choose-country #select-country .scroller {
      line-height: 0;
      padding: 0;
      margin: 0;
      height: 0; }
    #choose-country #select-country.open {
      height: auto; }
      #choose-country #select-country.open .scroller {
        overflow: auto !important;
        height: 200px; }
    #choose-country #select-country::before {
      border-style: solid;
      border-width: 14px 11px 0 11px;
      border-color: #ffffff transparent transparent transparent;
      content: ' ';
      position: absolute;
      top: 15px;
      right: 9px;
      z-index: 5; }
    #choose-country #select-country::after {
      position: absolute;
      top: 0;
      right: 0;
      width: 41px;
      height: 41px;
      background: #2b4ca8;
      content: ' ';
      z-index: 4; }
    #choose-country #select-country .site {
      height: 41px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      font-size: 13px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        #choose-country #select-country .site {
          font-size: 15px; } }
      #choose-country #select-country .site img {
        margin-right: 10px; }

.table .icon-arrow-circle-o-left, .table .icon-arrow-circle-o-up, .table .icon-arrow-circle-o-down {
  font-size: 25px; }

.table-team-photo {
  position: relative;
  z-index: 50; }
  .table-team-photo .icon-camera {
    font-size: 19px;
    color: #1c62a9; }
  .table-team-photo:hover #img {
    display: block; }
  .table-team-photo #img {
    position: absolute;
    top: 30px;
    left: 0;
    border: 4px solid #ebebf1;
    cursor: default;
    display: none; }
    .table-team-photo #img::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17.5px 17px 17.5px;
      border-color: transparent transparent #ebebf1 transparent;
      content: " ";
      position: absolute;
      top: -18px;
      left: 0px; }

.retro-header {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/to-retro-header.png") repeat-y top right #e31d1a;
  padding: 30px 50px;
  margin: 0 0 30px 0;
  color: #fff; }
  .retro-header .title {
    font: 36px/1.2 var(--font_primary);
    color: #fff;
    margin: 0; }
  .retro-header p {
    font: 17px/1.2 var(--font_secondary);
    margin: 5px 0 10px 0; }

#home-testimonials {
  background: #1c62a9;
  padding: 25px 0; }
  #home-testimonials .slick-slide {
    text-align: left !important; }
  #home-testimonials .title {
    font: 23px/1 var(--font_primary);
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 15px 0; }
  #home-testimonials .testimonial-content {
    font: 300 16px/1.6 var(--font_secondary);
    color: #fff;
    margin: 0 0 25px 0; }
  #home-testimonials .testimonial-by {
    font: 700 16px/1.6 var(--font_secondary);
    color: #161f37; }
  #home-testimonials .slick-dots li {
    font-size: 20px; }
    #home-testimonials .slick-dots li.slick-active button {
      background: #161f37; }
    #home-testimonials .slick-dots li button {
      width: 15px;
      height: 15px;
      background: #fff;
      border-radius: 50% 50%; }
      #home-testimonials .slick-dots li button:hover {
        background: #161f37; }
    #home-testimonials .slick-dots li:hover button {
      background: #161f37; }

.whitelabels .slick-prev {
  left: -20px; }
  .whitelabels .slick-prev:before {
    content: "\f0d9";
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: -6px; }

.whitelabels .slick-next {
  right: -20px; }
  .whitelabels .slick-next:before {
    content: "\f0da";
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: -7px; }

.whitelabels .slick-prev, .whitelabels .slick-next {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
  background: none; }
  .whitelabels .slick-prev:before, .whitelabels .slick-next:before {
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }

.ll-modal .modal-content {
  border-radius: 0;
  text-align: center; }

.ll-modal .modal-header {
  background-color: #1c62a9;
  text-transform: uppercase;
  color: #fff;
  position: relative; }
  .ll-modal .modal-header .close {
    margin-top: 0;
    padding: 6px 9px;
    font-family: var(--font_secondary), sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background-color: #161f37;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0; }
    .ll-modal .modal-header .close:hover {
      opacity: 0.5; }
    .ll-modal .modal-header .close i {
      margin: auto;
      font-size: 22px;
      display: block; }
  .ll-modal .modal-header .icon {
    margin-top: 6px;
    margin-bottom: 12px;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 28px;
    display: inline-block; }

.ll-modal .modal-title {
  font: normal 19px/1 var(--font_primary); }

.ll-modal .modal-body {
  padding: 5px 15px;
  font-family: var(--font_secondary), sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #192842; }
  .ll-modal .modal-body .featured {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700; }

.ll-modal .modal-footer {
  padding-top: 10px;
  font-family: var(--font_secondary), sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: inherit;
  color: #fff;
  background-color: #1f3d53; }
  .ll-modal .modal-footer p {
    margin: .5em 0; }
  .ll-modal .modal-footer strong {
    font-weight: 700; }
  .ll-modal .modal-footer a.ll-close {
    color: #fff;
    text-decoration: underline; }
  .ll-modal .modal-footer .btn-danger {
    border: 0;
    background-color: #ce1d25; }
    .ll-modal .modal-footer .btn-danger:hover {
      background-color: #2b4ca8; }

@media (min-width: 768px) {
  .ll-modal-sm {
    width: 358px; } }

#payment-loading {
  font: 16px/1 var(--font_primary);
  text-align: center;
  margin: 0 0 20px 0;
  color: #2b4ca8; }

#payment-frame {
  height: 650px;
  border: 0;
  margin-bottom: 20px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s; }

.switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s; }

input:checked + .switch-slider {
  background-color: #1c62a9; }

input:focus + .switch-slider {
  box-shadow: 0 0 1px #1c62a9; }

input:checked + .switch-slider:before {
  transform: translateX(31px); }

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px; }

.switch-slider.round:before {
  border-radius: 50%; }

.marquees {
  white-space: nowrap;
  overflow: hidden; }

.marquees span {
  padding-left: 100%;
  display: inline-block;
  animation: marquees 15s linear infinite; }
  .marquees span:hover {
    animation-play-state: paused; }

.icon-info-circle {
  font-size: 20px; }
  .icon-info-circle.pointer {
    cursor: pointer !important; }
  .icon-info-circle.results {
    cursor: initial; }

.checkbox_wrap {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    left: 12px;
    top: -6px; }
  .checkbox_wrap .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; }
  .checkbox_wrap .checkmark {
    display: block;
    background: #161f37;
    width: 20px;
    height: 20px;
    margin: 0 auto; }
    .checkbox_wrap .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .checkbox_wrap input:checked ~ .checkmark:after {
    display: block; }
  .checkbox_wrap .checkmark:after {
    right: 22px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .checkbox_wrap.position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .checkbox_wrap.position .checkmark {
      margin: 0 50px 0 0; }
      .checkbox_wrap.position .checkmark:after {
        right: 65px; }
    .checkbox_wrap.position input {
      width: 100%; }

@keyframes marquees {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

.signup-venue {
  background: #fff;
  padding: 20px;
  font: 21px/21px var(--font_primary);
  color: #161f37;
  text-transform: uppercase;
  margin-bottom: 30px; }

body.signup .alert {
  margin-bottom: 30px; }

body.signup.referee {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/referee.jpg") no-repeat top center #060606; }

.mobile-title {
  background: #1c62a9;
  color: #fff;
  font: 16px/18px var(--font_primary);
  padding: 10px;
  text-transform: uppercase; }

.signup-steps {
  margin: 0; }
  .signup-steps .step {
    margin: 0 0 30px 0;
    min-height: 165px;
    color: #fff;
    font: 13px/17px var(--font_primary);
    text-align: center;
    text-transform: uppercase;
    position: relative;
    word-wrap: break-word; }
    .signup-steps .step a {
      color: #fff;
      padding: 30px 5px 10px;
      display: block;
      background: #1c62a9;
      transition: background 0.25s linear; }
      .signup-steps .step a .icon {
        height: 90px; }
        .signup-steps .step a .icon i {
          font-size: 75px;
          color: #161f37; }
      .signup-steps .step a.active {
        text-decoration: none;
        background: #161f37;
        outline: none; }
        .signup-steps .step a.active .icon i {
          color: #1c62a9; }
        .signup-steps .step a.active .number {
          background: #1c62a9; }
      .signup-steps .step a .number {
        position: absolute;
        top: 0;
        left: 0;
        background: #161f37;
        color: #fff;
        padding: 10px;
        font: 15px var(--font_primary); }
      .signup-steps .step a .tag {
        position: absolute;
        top: 0;
        right: 0; }
      .signup-steps .step a:hover, .signup-steps .step a:active, .signup-steps .step a:visited, .signup-steps .step a:focus {
        outline: none;
        text-decoration: none; }

.form-title {
  background: #dddde8;
  padding: 20px;
  font: 15px/15px var(--font_secondary);
  color: #161f37;
  position: relative; }
  .form-title label.padded {
    font-weight: 700;
    padding-top: 12px; }
  .form-title .text-title {
    margin-bottom: 5px; }
  .form-title::after {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/form-title-arrow.png") no-repeat;
    width: 47px;
    height: 26px;
    position: absolute;
    top: -26px;
    left: 0;
    content: '';
    display: none; }
  .form-title.captain::after, .form-title.details::after {
    left: 8%;
    display: block; }
  .form-title.invite::after, .form-title.about::after {
    left: 34%;
    display: block; }
  .form-title.kit::after, .form-title.experience::after {
    left: 60%;
    display: block; }
  .form-title.payment::after, .form-title.distance::after {
    left: 86%;
    display: block; }

.text-title {
  font: 700 18px/18px var(--font_primary);
  color: #161f37;
  text-transform: uppercase;
  margin: 0 0 10px 0; }
  .text-title.light {
    font: 300 16px/17px var(--font_secondary);
    text-transform: none; }

.form-content {
  background: #fff;
  padding: 20px; }
  .form-content .next {
    margin: 0 10px 0 0; }
  .form-content .total i {
    font-size: 33px;
    color: #162037;
    margin-right: 5px; }
  .form-content .total .price {
    font: 700 32px/37px var(--font_secondary);
    color: #1c62a9; }
  .form-content .total .text {
    font: 11px/11px var(--font_primary);
    color: #161f37; }

.form-holder {
  background: #dddde8;
  padding: 20px;
  font: 16px/16px var(--font_secondary); }
  .form-holder.white {
    background: #fff; }
  .form-holder.less-pad {
    padding: 11px 20px; }
    .form-holder.less-pad label {
      text-transform: uppercase; }
  .form-holder.invite, .form-holder.kit {
    background: #ececf2; }
    .form-holder.invite .input-group, .form-holder.kit .input-group {
      width: 100%; }
      .form-holder.invite .input-group .input-group-addon, .form-holder.kit .input-group .input-group-addon {
        background: #1c62a9;
        font: 18px/18px var(--font_primary);
        padding-top: 9px;
        width: 35px; }
      .form-holder.invite .input-group .form-control, .form-holder.kit .input-group .form-control {
        margin-bottom: 0; }
  .form-holder.kit {
    color: #161f37;
    font: 16px/22px var(--font_secondary); }
  .form-holder label {
    font: 300 16px/16px var(--font_secondary);
    margin: 0 0 8px 0;
    display: block; }
  .form-holder .form-control {
    padding: 10px 10px 11px;
    height: auto;
    margin: 0 0 8px 0; }
    .form-holder .form-control.postcode {
      margin: 0 0 2px 0;
      height: 38px; }
  .form-holder .find-address {
    font: 15px/22px var(--font_primary);
    text-transform: uppercase;
    position: relative;
    top: -1px;
    cursor: pointer;
    transition: background 0.3s linear; }
    .form-holder .find-address:hover {
      background: #ce1d25; }
  .form-holder .input-group.pc {
    margin: 0 0 8px 0; }
  .form-holder table.text-small th {
    font: 15px/15px var(--font_secondary); }
  .form-holder table.text-small td {
    font: 13px/13px var(--font_secondary); }

#captain-photo {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/captain-initial-bg.jpg") no-repeat top right #dddde8;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 15px; }
  #captain-photo a {
    background: #1c62a9;
    color: #fff;
    padding: 10px;
    font: 14px/14px var(--font_primary);
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    transition: background 0.25s linear;
    display: block;
    margin: auto; }
    #captain-photo a:hover {
      text-decoration: none;
      background: #ce1d25; }
    #captain-photo a#upload-photo {
      margin-top: 115px; }
    #captain-photo a#no-photo {
      margin-top: 30px; }
  #captain-photo #size-warning {
    position: absolute;
    color: #fff;
    bottom: 3px;
    left: 5%;
    width: 90%;
    text-align: center;
    font: 13px/1 var(--font_secondary); }
  #captain-photo .captain-photo-result {
    font: 14px/14px var(--font_secondary);
    text-align: center;
    margin: 20px 0 0 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    visibility: hidden; }
    #captain-photo .captain-photo-result.text-danger {
      color: #ed1c24 !important; }
    #captain-photo .captain-photo-result.text-success {
      color: #5ec22d !important; }

.dd-select, #flagMe {
  width: 100% !important;
  background: #161f37 !important; }
  .dd-select .dd-option-image, .dd-select .dd-selected-image, #flagMe .dd-option-image, #flagMe .dd-selected-image {
    width: 30px;
    max-width: 30px; }
  .dd-select small, #flagMe small {
    font-size: 74% !important; }
  .dd-select .dd-desc, #flagMe .dd-desc {
    color: #fff !important; }
  .dd-select .dd-options li, #flagMe .dd-options li {
    background: #1c62a9; }
    .dd-select .dd-options li .dd-option:hover, .dd-select .dd-options li .dd-option-selected, #flagMe .dd-options li .dd-option:hover, #flagMe .dd-options li .dd-option-selected {
      background: #161f37 !important;
      color: #fff; }

#webmenu {
  visibility: hidden; }

.captain-upload-photo {
  background: #1c62a9;
  color: #fff;
  padding: 10px;
  font: 14px/14px var(--font_primary);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  position: relative; }
  .captain-upload-photo:hover {
    text-decoration: none;
    background: #ce1d25;
    color: #fff; }

.btn-add-players {
  background: #1c62a9;
  color: #fff !important;
  display: block;
  margin: 9px 0;
  font: 17px/17px var(--font_primary);
  text-transform: uppercase;
  padding: 12px; }
  .btn-add-players:hover, .btn-add-players:active {
    background: #ce1d25; }

.kit-title {
  background: #161f37;
  padding: 20px;
  color: #fff;
  font: 16px/16px var(--font_primary);
  text-transform: uppercase; }

#kit-bg {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/signup-kit-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 336px;
  padding: 15px 0 0 0;
  position: relative; }
  #kit-bg.personalise {
    padding: 0;
    height: 338px; }
  #kit-bg .kit-shirt.back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  #kit-bg .personalise-shirt-holder {
    position: relative;
    max-width: 376px;
    width: 100%;
    height: 336px;
    margin: auto; }
  #kit-bg .kit-19 .players-name, #kit-bg .kit-19 .players-number {
    color: #000; }
  #kit-bg .players-name, #kit-bg .players-number {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    display: none; }
    #kit-bg .players-name.active, #kit-bg .players-number.active {
      display: block; }
  #kit-bg .players-name {
    font: 700 24px/24px 'Montserrat';
    top: 80px; }
  #kit-bg .players-number {
    font: 700 110px/110px 'Montserrat';
    top: 100px; }

.btn-kit {
  background: #1c62a9;
  padding: 9px 20px;
  color: #fff !important;
  font: 15px/15px var(--font_primary);
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0 0;
  transition: background 0.25 linear; }
  .btn-kit:hover {
    background: #ce1d25; }

.kit-free {
  font-size: 30px;
  line-height: 1px; }
  .kit-free span {
    color: #fff;
    font: 11px/9px var(--font_primary);
    text-transform: lowercase; }

.kit-colours {
  border: 1px solid #dddde8;
  background: #fff; }
  .kit-colours .choose-kit {
    display: block;
    position: relative;
    height: 50px;
    border: 1px solid #ccc;
    margin: 10px 0;
    /*div {
            position:absolute;
            top:60px;
            background:rgba(0, 0, 0, 0.5);
            width:100px;
            padding:5px;
            color:#fff;
            font:14px/1 var(--font_secondary);
            text-align:center;
            left: -30px;
            z-index: 10;
            display:none;

            &::after {
                content:'';
                position:absolute;
                left:37%;
                bottom:100%;
                width:0;
                height:0;
                border-left:15px solid transparent;
                border-right:15px solid transparent;
                border-bottom:15px solid rgba(0, 0, 0, 0.5);
                clear:both;
            }
        }*/ }
  .kit-colours .mask {
    width: 100%;
    position: relative; }
  .kit-colours ul {
    padding: 0;
    margin: 0;
    width: 100%; }
    .kit-colours ul li {
      width: 124px;
      height: 186px;
      font: 16px/16px var(--font_secondary);
      list-style: none;
      border-right: 3px solid #dddde8; }
      .kit-colours ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        position: relative;
        outline: none;
        padding: 85px 0 0 0; }
        .kit-colours ul li a.colour-19, .kit-colours ul li a.colour-20 {
          color: #000; }
        .kit-colours ul li a span {
          /*transform: rotate(270deg);
					transform-origin: left top 0;
					float:left;
					position:absolute;
					left:44%;
					bottom:32%;*/ }
        .kit-colours ul li a:before {
          content: '';
          width: 51px;
          height: 26px;
          background: url("https://d393ynejnklmr1.cloudfront.net/img/kit-arrow-down.png");
          position: absolute;
          top: 0;
          left: 30%;
          display: none; }
        .kit-colours ul li a:after {
          content: '';
          width: 51px;
          height: 26px;
          background: url("https://d393ynejnklmr1.cloudfront.net/img/kit-arrow-up.png");
          position: absolute;
          bottom: 0;
          left: 30%;
          display: none; }
        .kit-colours ul li a:hover, .kit-colours ul li a.active {
          outline: none;
          text-decoration: none; }
          .kit-colours ul li a:hover:before, .kit-colours ul li a.active:before {
            display: block; }
          .kit-colours ul li a:hover:after, .kit-colours ul li a.active:after {
            display: block; }
        .kit-colours ul li a:focus {
          outline: none; }

.order-shirts {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .order-shirts .kit-name {
    margin: 0 10px 10px; }

.shirt-quantity {
  height: 88px;
  position: relative;
  padding: 15px 0;
  text-align: center; }
  .shirt-quantity.which-shirt {
    text-transform: uppercase;
    padding-top: 37px;
    background: #ececf2; }
  .shirt-quantity .kit-arrow {
    background: #1c62a9;
    color: #fff;
    width: 67px;
    height: 88px;
    display: inline-block;
    position: absolute;
    top: 0px;
    transition: background 0.25s linear;
    font-size: 30px;
    padding-top: 30px; }
    .shirt-quantity .kit-arrow.next {
      right: 0; }
    .shirt-quantity .kit-arrow.prev {
      left: 0; }
    .shirt-quantity .kit-arrow:hover {
      background: #ce1d25;
      text-decoration: none; }
    .shirt-quantity .kit-arrow:active, .shirt-quantity .kit-arrow:focus, .shirt-quantity .kit-arrow:visited {
      text-decoration: none;
      outline: none; }
  .shirt-quantity .custom-select {
    width: 35%;
    margin: 5px 0;
    padding: 10px;
    text-align: left; }

.shirt-details {
  display: none; }
  .shirt-details.active {
    display: block; }

#payment .text-title {
  padding-top: 11px; }

#payment label .small {
  font-size: 13px; }

#payment #get-captains-address:hover, #payment #get-captains-address:active, #payment #get-captains-address:focus {
  outline: none;
  text-decoration: none; }

#payment #payment-cards {
  text-align: right; }
  #payment #payment-cards img {
    max-width: 100%; }

#fireworks-holder {
  position: relative;
  min-height: 400px; }
  #fireworks-holder #fireworks {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1; }

.form-holder.referee-personal textarea.form-control {
  height: 112px; }

.signup-confirmation {
  margin-top: 200px; }
  .signup-confirmation .title {
    background: #1c62a9;
    padding: 15px;
    color: #fff;
    font: 20px/23px var(--font_primary);
    text-transform: uppercase; }
  .signup-confirmation .content {
    background: #fff;
    padding: 15px;
    font: 15px/17px var(--font_secondary); }

.ref {
  width: 100%;
  background: url("https://d393ynejnklmr1.cloudfront.net/img/kits/referee-signup-kit.png") no-repeat top center;
  height: 780px; }

.distance-results {
  display: none; }
  .distance-results .alert-danger {
    display: none; }
  .distance-results .loading {
    margin: 10px 0; }
    .distance-results .loading i {
      font-size: 30px; }
  .distance-results .table i {
    font-size: 20px; }

.legal-disclaimer {
  display: none; }
  .legal-disclaimer input[type=checkbox] {
    margin-top: 0 !important; }

.kit-swatch {
  width: 100%;
  height: 37px;
  float: left;
  margin: 0 5px 10px 0px;
  border: 1px solid #ccc; }
  .kit-swatch a {
    display: block;
    width: 100%;
    height: 100%; }
    .kit-swatch a.active {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/kit-swatch-active.png") no-repeat bottom center;
      border: 1px solid #b2b2b2; }

#kit-colour {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/center-kit-glow.png") no-repeat center center #2668ac;
  width: 100%;
  padding: 20px 0; }

#oops {
  text-align: center;
  display: none; }
  #oops .title {
    font: 33px/35px var(--font_primary);
    color: #1c62a9;
    text-transform: uppercase; }
  #oops .sub-title {
    color: #161f37;
    font: 22px/24px var(--font_primary);
    text-transform: uppercase; }

.confirmation-icon {
  padding: 10px;
  margin: 0 0 20px 0;
  height: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .confirmation-icon.blue {
    background: #1c62a9;
    color: #fff; }
  .confirmation-icon.red {
    background: #ce1d25;
    color: #fff; }

.confirmation-icons-text {
  background: #161f37;
  color: #fff;
  padding: 10px;
  font: 15px/1 var(--font_secondary);
  margin: 0 0 20px 0;
  padding: 23px 10px 0 10px; }
  .confirmation-icons-text .text {
    margin-bottom: 10px; }
  .confirmation-icons-text .btn {
    padding: 6px;
    font: 14px/1 var(--font_primary); }

.mobile-thank {
  background: #1c62a9;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 14px/1 var(--font_primary);
  padding: 10px;
  margin-bottom: 5px;
  display: none; }

.signup-last {
  margin-bottom: 30px; }
  .signup-last .btn {
    margin-top: 10px; }

/* Extra small devices, iphone4/5 portrait */
@media (max-width: 300px) {
  .kit-colours ul li {
    width: 150px; } }

@media (max-width: 330px) {
  .signup-last .btn.btn-secondary, .signup-last .btn.btn-league-primary {
    font-size: 13px;
    line-height: 13px; } }

@media (max-width: 500px) {
  .kit-colours .choose-kit {
    height: 30px; }
  .signup-last .btn.btn-secondary {
    font: 17px/1 var(--font_primary); }
  #transfer-market-title span {
    position: relative; }
    #transfer-market-title span:before, #transfer-market-title span:after {
      display: none; }
  body ul.actions #my-leagues, body ul.actions #my-leagues {
    width: 300px !important;
    right: -131px; }
    body ul.actions #my-leagues:before, body ul.actions #my-leagues:before {
      right: 140px; } }

@media (max-width: 370px) {
  .sticky-league {
    text-align: center; }
    .sticky-league .button {
      width: 100%;
      margin: 10px 0 0 0; }
      .sticky-league .button .btn {
        width: 100%;
        display: block; } }

/* Extra small devices (phones, less than 769px) */
@media (max-width: 670px) {
  #find-league .quick-search-title {
    font: 20px/1.4 var(--font_primary) !important; }
    #find-league .quick-search-title i {
      margin-right: 10px; }
  .result-top .glow, .result-top .shirt {
    display: none; }
  .visible-xs.btn {
    display: block !important; }
  #article .title-block {
    width: 100% !important;
    height: auto;
    left: 0; }
    #article .title-block .excerpt {
      display: none; }
  .signup-steps .step {
    margin-bottom: 0; }
  body .item-outer #key .pull-right {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center; }
    body .item-outer #key .pull-right span {
      margin: 0 0 5px 0; } }

/* Extra small devices (phones, less than 769px) */
@media (max-width: 767px) {
  .edit-form.invite .input-group {
    margin-bottom: 5px; }
  .f-r-tabs .circle-holder {
    width: 100%;
    margin: 0; }
  .f-r-tabs .circle {
    font-size: 15px;
    color: #000;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%; }
  #user-bar .actions {
    margin: -9px 0; }
    #user-bar .actions .my-leagues {
      width: 60px !important; }
  .form-title label.padded {
    padding-top: 0 !important;
    margin-bottom: 5px; }
  .form-title .team-name {
    margin-bottom: 10px; }
  .login-container {
    margin: 0 auto 20px !important; }
  .retro-header {
    text-align: center;
    background: #e31d1a !important;
    padding: 20px; }
    .retro-header .title {
      font: 26px/1.2 var(--font_primary); }
    .retro-header .btn {
      font: 15px/1 var(--font_primary); }
  body.page-404 .main-title {
    font: 100px/1 var(--font_primary);
    margin: 50px 0 0 0; }
  #home-content {
    padding-top: 0px !important; }
    #home-content #trophies {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/sm/trophies-bg.jpg") no-repeat top right;
      background-size: cover; }
    #home-content #referees {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/sm/referee-bg.jpg") no-repeat top right;
      background-size: cover;
      text-align: left !important; }
      #home-content #referees .text-center {
        text-align: left !important; }
      #home-content #referees .title {
        margin: 40px 0 0 0; }
    #home-content #transfer-market {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/sm/home-transfer-sign.jpg") no-repeat top right;
      background-size: cover; }
    #home-content #ll-tv {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/sm/home-ll-tv.jpg") no-repeat top right;
      background-size: cover; }
    #home-content #europes-largest {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/sm/europes-largest-bg.jpg") no-repeat top center; }
    #home-content #enter-team {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/home/sm/enter-team-bg.jpg") no-repeat top center #212833;
      min-height: 227px !important;
      height: auto !important; }
      #home-content #enter-team #enter-team-title {
        transition: padding 0.5s ease;
        background: none !important;
        padding: 19px 10px 0px 20px !important; }
      #home-content #enter-team #enter-team-text {
        transition: padding 0.5s ease;
        padding: 6px 15px 0px !important; }
  .venue-title.small {
    display: none; }
  .signup-venue {
    margin: 30px 0;
    font: 16px/1 var(--font_primary); }
  .signup-steps {
    margin-bottom: 0; }
    .signup-steps .step-label {
      margin: 10px 0 0 0; }
    .signup-steps .step {
      min-height: 100px;
      margin-bottom: 30px; }
      .signup-steps .step a .number {
        width: 100%;
        font-size: 25px; }
      .signup-steps .step a .icon {
        height: 78px;
        padding-top: 35px; }
        .signup-steps .step a .icon i {
          font-size: 33px; }
  .form-title::after {
    display: none !important; }
  #home-content #enter-team {
    min-height: 0;
    text-align: center; }
    #home-content #enter-team #enter-team-title, #home-content #enter-team #enter-team-text {
      min-height: 0; }
  .kit-colours ul li {
    width: 200px; }
  #payment #payment-cards {
    text-align: left;
    margin-top: 10px; }
  .signup-last .btn {
    width: 100%; }
  .form-title.captain .input-group {
    padding-left: 15px;
    padding-right: 15px; }
  #fixtures-results .table-contents {
    float: none;
    text-align: center;
    margin: 10px 0 0 0; }
  #fixtures-results .position.vs {
    font-size: 11px; }
    #fixtures-results .position.vs .circle-holder {
      width: 100%;
      margin: 0; }
    #fixtures-results .position.vs .circle {
      font-size: 17px;
      color: #000;
      background: none;
      padding: 0;
      margin: 0;
      width: 100%; }
  .league-table td.text-right a .flag {
    float: none !important; }
  #team-statistics .team-kit .kit-holder .titles-text {
    margin-bottom: 10px; }
  #next-game-full .next-game-fixture-full .away-team .vs {
    width: 40px;
    left: -20px;
    font-size: 20px; }
  .venue-intro-offer .venue-price {
    width: 100%;
    float: none !important;
    margin: 10px 0 0 0 !important; }
    .venue-intro-offer .venue-price .venue-price__col:last-child {
      margin: 10px 0 0 0 !important; }
  .select-custom {
    width: 100%; }
  .league-select {
    margin-bottom: 0 !important; }
  #contact .title.margin {
    margin: 20px 0 0 0; } }

@media (min-width: 1024px) {
  .confirmation .team-background {
    display: inline-block; }
  .confirmation .team-mobile-background {
    display: none; } }

@media (max-width: 1023px) {
  #view-col {
    -ms-flex-order: 2;
    order: 2; }
  #action-col {
    -ms-flex-order: 1;
    order: 1; }
  #thank-col {
    -ms-flex-order: 3;
    order: 3; }
  .confirmation .container-confirmation {
    max-width: 351px;
    width: 100%; }
  .confirmation .team-background {
    display: none; }
  .confirmation .team-mobile-background {
    display: block;
    background: url("https://d393ynejnklmr1.cloudfront.net/img/confirmation-mobile-bottom.png") no-repeat top center;
    height: 182px;
    max-width: 379px;
    width: 100%;
    margin: auto; }
  .confirmation .mobile-thank {
    display: block; }
  .confirmation .confirmation-icons-text, .confirmation .confirmation-icon {
    margin-bottom: 5px !important;
    font: 12px/1 var(--font_secondary); }
    .confirmation .confirmation-icons-text .btn, .confirmation .confirmation-icon .btn {
      font: 12px/1 var(--font_secondary); }
  #find-league .col-md-3, #find-league .col-md-2, #find-league .col-md-4 {
    height: auto !important; }
  #find-league .quick-search-title {
    padding: 10px 15px; }
  #find-league .pad {
    padding-top: 10px; }
  .add-players-result, .add-players {
    margin: 50px 0 0 0; }
  .transfer-sticky-title {
    font: 21px/1 var(--font_primary) !important; }
  .item-outer .item-count {
    background: #384250 !important; }
  .item-outer .venue-title {
    height: auto !important; }
  .item-outer .search-item-bottom-row {
    padding: 10px 25px !important; }
    .item-outer .search-item-bottom-row.div-count {
      padding: 10px;
      line-height: 36px !important; }
  .item-outer .search-item-icon {
    width: 10%; }
  .item-outer .search-item-address {
    width: 85%; }
  #contact .title.margin {
    margin: 30px 0 0 0; } }

/* iPad Mini Portrait */
@media (min-width: 768px) and (max-width: 1023px) {
  .item-outer .match-day {
    width: 107px !important;
    padding: 5px !important; }
    .item-outer .match-day:last-child {
      width: 106px !important; }
  .search-item-icon {
    width: 27px; }
  #home-content #enter-team {
    min-height: 225px; }
    #home-content #enter-team #enter-team-title {
      min-height: 225px; }
  .kit-colour ul li {
    width: 119px; } }

@media (min-width: 992px) and (max-width: 1023px) {
  body #find-league .button-group {
    padding: 0 0 15px 15px !important;
    height: auto !important; }
  body #find-league .form-group.button {
    padding: 0; }
    body #find-league .form-group.button label {
      display: none; } }

@media (width: 1024px) {
  body.search #find-league .form-group {
    padding-top: 10px; } }

/* Medium devices (desktops, 992px and below) */
@media (max-width: 1023px) {
  body #user-bar .welcome {
    display: none; }
  body.search #find-league .col-md-3, body.search #find-league .col-md-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  body.search #find-league .col-md-4 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  body.search #find-league .form-group.first {
    padding-top: 10px; }
  body.search .item-outer.search-item {
    padding-bottom: 20px; }
  body footer .second {
    padding: 20px !important; }
  .logo {
    text-align: center;
    display: none; }
    .logo img {
      max-width: 129px;
      width: 100%; }
  .venue-title.small {
    margin-top: 30px; }
  #find-league .form-group {
    margin: 0 0 10px 0; }
    #find-league .form-group.button label {
      display: none; }
    #find-league .form-group.button button {
      width: 100%; }
  #find-league .quick-search-title {
    padding: 10px 15px; }
    #find-league .quick-search-title .inline span {
      display: inline-block; }
  .break {
    display: none !important; }
  .result-top .team-name {
    height: auto;
    text-align: center !important;
    margin: 10px 0;
    font: 22px/25px var(--font_primary); }
  .result-top .result {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }
  .item-outer #key, .item-outer #available {
    text-align: center !important;
    padding: 10px !important;
    font: 13px/14px var(--font_secondary) !important; }
  .item-outer #key .pull-right {
    float: none !important;
    display: inline-block;
    width: 30%; }
    .item-outer #key .pull-right .break {
      display: block !important; }
  #join-us .join-icons {
    margin: 50px 0 0 0; }
  footer .second .footer-social, footer .second .footer-contact {
    text-align: center !important;
    line-height: 25px; }
  footer .second .footer-social li {
    margin: 0 5px 0 0; } }

@media (max-width: 1024px) {
  #home-europes {
    background: #232a36; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .item-outer .match-day {
    width: 138px !important; }
    .item-outer .match-day:last-child {
      width: 139px !important; }
  #home-content #trophies {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/md/trophies-bg.jpg") no-repeat;
    background-size: cover; }
    #home-content #trophies .title {
      margin: 40px 0 0 0; }
  #home-content #referees {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/md/referee-bg.jpg") no-repeat;
    background-size: cover;
    text-align: left !important; }
    #home-content #referees .text-center {
      text-align: left !important; }
    #home-content #referees .title {
      margin: 40px 0 0 0; }
  #home-content #transfer-market {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/md/home-transfer-sign.jpg") no-repeat;
    background-size: cover; }
  #home-content #ll-tv {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/md/home-ll-tv.jpg") no-repeat;
    background-size: cover; }
  #home-content #europes-largest {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/home/md/europes-largest-bg.jpg") no-repeat; }
  .home-box-break-md {
    display: none; }
  .kit-colours .mask {
    height: 196px; }
  .kit-colours ul li {
    width: 154px;
    height: 196px; }
  #kit-bg {
    height: 358px; }
    #kit-bg.personalise {
      height: 354px; }
    #kit-bg.order-shirts {
      height: 346px !important; }
    #kit-bg .players-name {
      top: 115px; }
    #kit-bg .players-number {
      top: 130px; }
  .result-top .team-name {
    font-size: 14px; }
  footer .first {
    background: #1c62a9;
    padding: 10px 0; }
    footer .first .inline {
      margin: 0 5px; }
      footer .first .inline:last-child {
        margin-right: 0; } }

@media (max-width: 1200px) {
  #find-league .quick-search-title {
    font: 24px/30px var(--font_primary);
    letter-spacing: -1px; }
    #find-league .quick-search-title i {
      font-size: 58px; }
    #find-league .quick-search-title .inline span {
      padding: 5px 0 0 0;
      display: inline-block; }
  .result-top .glow {
    display: none; } }

@media (min-width: 300px) and (max-width: 1200px) {
  #the-players {
    padding: 50px 0 20px; }
  #team-statistics .title.margin {
    margin-top: 30px; }
  #fixtures-results .venue-title {
    margin: 30px 0 0 0; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .md-margin {
    margin-top: 30px; } }

@media (min-width: 300px) and (max-width: 1023px) {
  .sm-margin {
    margin-top: 30px; } }

@media (min-width: 150px) and (max-width: 767px) {
  .xs-margin {
    margin-top: 20px; }
  #home-testimonials .slick-slide {
    text-align: center !important; }
    #home-testimonials .slick-slide img {
      display: inline-block !important; }
    #home-testimonials .slick-slide .testimonial-content {
      margin-top: 10px; }
  #home-testimonials .title {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.login-container {
  width: 100%;
  max-width: 360px;
  margin: 80px auto;
  background: #fff;
  font: 15px/15px var(--font_secondary);
  color: #161f37; }
  .login-container .login-title {
    background: #1c62a9;
    color: #fff;
    font: 19px/19px var(--font_primary);
    padding: 20px 10px;
    text-transform: uppercase; }
  .login-container .login-social {
    padding: 20px; }
    .login-container .login-social .title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px; }
  .login-container fieldset {
    background: #fff;
    border: 0;
    padding: 10px 20px 20px 20px; }
    .login-container fieldset .title {
      font: 19px/19px var(--font_primary);
      text-transform: uppercase;
      margin: 0 0 20px 0; }
  .login-container .auth-splitter {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/auth-splitter.png") no-repeat center center;
    height: 53px; }
  .login-container .login-register {
    padding: 20px; }
  .login-container .sub-title {
    margin-bottom: 20px;
    font-weight: 300;
    font-style: italic; }

.reset-form .btn.btn-secondary {
  padding: 9px 8px; }

.login-float {
  position: fixed;
  width: 360px;
  margin: auto;
  z-index: 700;
  top: 0;
  left: 0; }
  .login-float .container {
    width: 100%;
    max-width: 100%; }
    .login-float .container .login-container {
      margin: 80px 0 0 0; }

.forgot-password {
  font: 13px/13px var(--font_secondary);
  margin: 14px 0 0 0; }

.form-control.dark {
  background: #161f37;
  color: #fff; }

/**************************
*
* Web fonts, bootstrap overwrites
* and misc reusable functions.
*
***************************/
.primary {
  color: #1c62a9; }

.tertiary {
  color: #161f37; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

.site-tooltip {
  display: none;
  position: absolute;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  padding: 5px;
  background: #1c62a9;
  right: 150%;
  width: 350px;
  top: 0;
  text-transform: none;
  z-index: 500; }
  .site-tooltip:after {
    width: 7px;
    height: 14px;
    position: absolute;
    top: 5px;
    right: -7px;
    background: url("https://d393ynejnklmr1.cloudfront.net/img/tooltip-tail.png") no-repeat center transparent;
    content: ''; }

.js-tooltip {
  position: relative; }

.js-tooltip:hover .site-tooltip {
  display: block; }

.m-a {
  margin: auto; }

.mt-0, .my-0, .m-0 {
  margin-top: 0 !important; }

.mb-0, .my-0, .m-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0, .m-0 {
  margin-left: 0 !important; }

.mr-0, .mx-0, .m-0 {
  margin-right: 0 !important; }

.mt-1, .my-1, .m-1 {
  margin-top: 13px !important; }

.mb-1, .my-1, .m-1 {
  margin-bottom: 13px !important; }

.ml-1, .mx-1, .m-1 {
  margin-left: 13px !important; }

.mr-1, .mx-1, .m-1 {
  margin-right: 13px !important; }

.mt-2, .my-2, .m-2 {
  margin-top: 23px !important; }

.mb-2, .my-2, .m-2 {
  margin-bottom: 23px !important; }

.ml-2, .mx-2, .m-2 {
  margin-left: 23px !important; }

.mr-2, .mx-2, .m-2 {
  margin-right: 23px !important; }

.pt-0, .py-0, .p-0 {
  padding-top: 0 !important; }

.pb-0, .py-0, .p-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0, .p-0 {
  padding-left: 0 !important; }

.pr-0, .px-0, .p-0 {
  padding-right: 0 !important; }

.pt-1, .py-1, .p-1 {
  padding-top: 13px !important; }

.pb-1, .py-1, .p-1 {
  padding-bottom: 13px !important; }

.pl-1, .px-1, .p-1 {
  padding-left: 13px !important; }

.pr-1, .px-1, .p-1 {
  padding-right: 13px !important; }

.pt-2, .py-2, .p-2 {
  padding-top: 23px !important; }

.pb-2, .py-2, .p-2 {
  padding-bottom: 23px !important; }

.pl-2, .px-2, .p-2 {
  padding-left: 23px !important; }

.pr-2, .px-2, .p-2 {
  padding-right: 23px !important; }

.btn {
  font: 17px/17px var(--font_primary);
  text-transform: uppercase;
  padding: 10px 20px; }
  .btn.primary {
    background: #1c62a9;
    color: #fff; }
    .btn.primary:hover {
      background: #ce1d25; }
  .btn.tertiary {
    background: #161f37;
    color: #fff; }
    .btn.tertiary:hover {
      background: #ce1d25; }
  .btn.secondary {
    background: #ce1d25;
    color: #fff; }
    .btn.secondary:hover {
      background: #1c62a9; }
  .btn--block {
    display: block;
    text-align: center;
    width: 100%; }
  .btn--small {
    font-size: 10px;
    line-height: 22px;
    height: 22px;
    padding: 0 8px; }

.req-error {
  color: #ce1d25; }

.row.no-pad {
  margin-right: 0;
  margin-left: 0; }

.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.icon-spin {
  animation: icon-spin 2s infinite linear; }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #e4e4eb; }
  .table-striped > tbody > tr:nth-of-type(odd) td.position {
    background: #d6d6df; }

.relative {
  position: relative; }

.custom-select {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/select-arrow.jpg") right center no-repeat #161f37 !important;
  color: #fff; }

@font-face {
  font-family: 'LeisureLeagues';
  src: url("/fonts/leisureleagues-webfont.eot");
  src: url("/fonts/leisureleagues-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/leisureleagues-webfont.woff2") format("woff2"), url("/fonts/leisureleagues-webfont.woff") format("woff"), url("/fonts/leisureleagues-webfont.ttf") format("truetype"), url("/fonts/leisureleagues-webfont.svg#LeisureLeagues") format("svg");
  font-weight: normal;
  font-style: normal; }

.circle {
  background: #1f3d53;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  line-height: 0; }
  .circle:hover {
    background: #ce1d25;
    text-decoration: none;
    color: #fff; }
  .circle i {
    font-size: 25px;
    line-height: 3px; }

.inline {
  display: inline-block;
  vertical-align: top; }

.break {
  display: block; }

.form-group label {
  font: 500 16px/16px var(--font_secondary);
  color: #161f37;
  margin: 0 0 7px 0; }

textarea {
  resize: none; }

.input-group .input-group-addon {
  background: #2b4ca8;
  color: #fff; }

.input-group .form-control {
  background: #161f37;
  border-radius: 0px;
  outline: none;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  height: auto; }
  .input-group .form-control:focus, .input-group .form-control:active {
    outline: 0;
    box-shadow: none; }

.btn {
  position: relative;
  transition: background 0.25s linear;
  border-radius: 0; }
  .btn.btn-secondary, .btn.btn-league-primary {
    background: #ce1d25;
    font: 19px/19px var(--font_primary);
    text-transform: uppercase;
    color: #fff;
    padding: 9px 12px; }
    .btn.btn-secondary:hover, .btn.btn-league-primary:hover {
      background: #2b4ca8; }
  .btn.btn-league-primary {
    background: #1c62a9; }
    .btn.btn-league-primary:hover {
      background: #ce1d25; }

.default {
  outline: none;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  transform: scale(1.1, 1.1); }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999; }

.ddcommon .clear {
  clear: both; }

.ddcommon .shadow {
  box-shadow: 5px 5px 5px -5px #888888; }

.ddcommon input.text {
  color: #7e7e7e;
  padding: 0 0 0 0;
  position: absolute;
  background: #fff;
  display: block;
  width: 98%;
  height: 98%;
  left: 2px;
  top: 0;
  border: none; }

.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

img.fnone {
  float: none !important; }

.ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute; }

.ddcommon .ddArrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px; }

.ddcommon .ddArrow:hover {
  background-position: 0 100%; }

.ddcommon .ddTitle {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%; }

.ddcommon .ddTitle .ddTitleText {
  display: block; }

.ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0; }

.ddcommon .ddTitle .description {
  display: block; }

.ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left; }

.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  z-index: 9999; }

.ddcommon .ddChild li {
  clear: both; }

.ddcommon .ddChild li .description {
  display: block; }

.ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left; }

.ddcommon .ddChild li.optgroup {
  padding: 0; }

.ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic; }

.ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px; }

.ddcommon .noBorderTop {
  border-top: none 0  !important;
  padding: 0;
  margin: 0; }

/*************** default theme **********************/
.dd {
  width: 100% !important;
  cursor: pointer; }

.dd .ddArrow {
  width: 16px;
  height: 16px;
  margin-top: -8px; }

.dd .ddArrow:hover {
  background-position: 0 100%; }

.dd .ddTitle {
  color: #fff;
  background: #161f37;
  padding: 6px; }

.dd .ddTitle .ddTitleText {
  padding: 5px; }

.dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0; }

.dd .ddTitle .description {
  font-size: 12px;
  color: #666; }

.dd .ddTitle .ddTitleText img {
  width: 36px;
  float: right;
  position: relative;
  top: -2px; }

.dd .ddChild li {
  padding: 5px;
  background: #2b4ca8;
  color: #fff;
  border-bottom: 1px solid #ddd; }

.dd .ddChild li .description {
  color: #666; }

.dd .ddChild li .ddlabel {
  color: #fff;
  font: 300 11px/13px var(--font_secondary);
  width: 77%;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.dd .ddChild li.hover {
  background-color: #161f37; }

.dd .ddChild li img {
  padding: 0 6px 0 0;
  width: 36px;
  float: right; }

.dd .ddChild li.optgroup {
  padding: 0; }

.dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic; }

.dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px; }

.dd .ddChild li.selected {
  background-color: #161f37;
  color: #fff; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?pfmspq");
  src: url("/fonts/icomoon.eot?pfmspq#iefix") format("embedded-opentype"), url("/fonts/icomoon.woff2?pfmspq") format("woff2"), url("/fonts/icomoon.ttf?pfmspq") format("truetype"), url("/fonts/icomoon.woff?pfmspq") format("woff"), url("/fonts/icomoon.svg?pfmspq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-road:before {
  content: "\e61a"; }

.icon-ll-tie:before {
  content: "\e900"; }

.icon-ll-brain:before {
  content: "\e61b"; }

.icon-ll-refcard:before {
  content: "\e61c"; }

.icon-comments:before {
  content: "\e60d"; }

.icon-ll-help:before {
  content: "\e618"; }

.icon-ll-1-shirt:before {
  content: "\e600"; }

.icon-ll-add-player:before {
  content: "\e601"; }

.icon-ll-ball:before {
  content: "\e602"; }

.icon-ll-boot:before {
  content: "\e603"; }

.icon-ll-cap-shirt:before {
  content: "\e604"; }

.icon-ll-changing-room:before {
  content: "\e605"; }

.icon-ll-coffee:before {
  content: "\e606"; }

.icon-ll-cup:before {
  content: "\e607"; }

.icon-ll-flag:before {
  content: "\e608"; }

.icon-ll-gears-player:before {
  content: "\e609"; }

.icon-ll-home:before {
  content: "\e60a"; }

.icon-ll-map-search:before {
  content: "\e60b"; }

.icon-ll-parking:before {
  content: "\e60c"; }

.icon-ll-pitch:before {
  content: "\e619"; }

.icon-ll-player:before {
  content: "\e60e"; }

.icon-ll-shirt-name:before {
  content: "\e60f"; }

.icon-ll-shirt:before {
  content: "\e610"; }

.icon-ll-shorts:before {
  content: "\e611"; }

.icon-ll-shower:before {
  content: "\e612"; }

.icon-ll-stop-watch:before {
  content: "\e613"; }

.icon-ll-stripe-shirt:before {
  content: "\e614"; }

.icon-ll-wallet:before {
  content: "\e615"; }

.icon-ll-wifi:before {
  content: "\e616"; }

.icon-ll-yellow-card:before {
  content: "\e617"; }

.icon-ll-beer {
  background-color: #1c62a9; }

.icon-ll-beer:before {
  content: '';
  width: 35px;
  height: 29px;
  background: url("..https://d393ynejnklmr1.cloudfront.net/img/icon-beer.png") no-repeat center;
  display: inline-block; }

.icon-ll-shirts:before {
  content: '';
  width: 42px;
  height: inherit;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAaCAYAAADBuc72AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCOEUzRTAzRTQ4OTUxMUU4QkE3NEU5ODgxMjI5MjUxRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCOEUzRTAzRDQ4OTUxMUU4QkE3NEU5ODgxMjI5MjUxRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyQjFBRUJCQzIyMjY4MTE5OTRDOTA5NTdFRkQ1NDE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE1ODhCMjc5OEIxOEUzMTFCQ0NFRDlFNzhGMzg3Qzk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZcDUhwAAAjtJREFUeNrslk9IVFEUxq9jzkJmaBgIcsgwEIeQoFrJkCIqJC4mFzaLaWGt2xRtghbRJl1FS0kGaeHCEKJRSEJExeVggUEEEkNZm/5NRFON1vU7w3lw53Xffb7XBCPNBz+4895553z33vfOHSGlFDaawZys1LAmLgreKzGvQFy5H+drlr6AFk2eflutOfZQEWd/6DDIyT9FRdIgwHGnHOI+gjOgm8d2PQNdnINypcAHTVyOvWiNHgd5adYP8Mkl5idjUgF8d4nJs6eyv4ayWyF6wCMQEbWlAjgHVsnoBQymQJOoTW2DS2SUVjIpaltZ2v8gyCrvxi9wWXrXBNhSftN4zEeeG+zBEnkLWu9oEMyCQZACy+CzYYa/QQYUlWsPwVt+ltQLoiBte/Y8iBlyHwMnwQOwAEZASf3qaWUTPI4YZvwVDGr6oUU743S/FWwY8rdxXII9afuocDH6jnsoxVznvmhxWpPnAHisxMyAMDgInrgYNTZ8k9Hn4ChoBPc091+ADiVHCExq4p6CGK/WVLWNLvIqhHiFnLQDVsC8w8lk6Q04AegbuVkto/d59rQK67J6omN5gOuNgtLfGL3Fs+4Er2X1ReYucs0BNu/Z6EvlX8ya/Hf6xu8+1cn4XdElNntI01KmfZhaULaYVAR9XPO2n60PKy3lDm//EbDJycZdeq2TroAhNqiaTCr1Yl6MOkFmr+3hUDAZFWzwrJfa1hHqRxGXY1anq+Cun2IBsU9UN1o3Wjf6vxndFWAAndxJ6rxL3z8AAAAASUVORK5CYII=) no-repeat center;
  display: inline-block; }

.icon-ll-new:before {
  content: '';
  width: 30px;
  height: inherit;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAYAAABoKz2KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRUNGNzJERjQ4OTUxMUU4QkM2MjhFRUIwMDUyODUzNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRUNGNzJERTQ4OTUxMUU4QkM2MjhFRUIwMDUyODUzNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyQjFBRUJCQzIyMjY4MTE5OTRDOTA5NTdFRkQ1NDE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE1ODhCMjc5OEIxOEUzMTFCQ0NFRDlFNzhGMzg3Qzk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wYxKwwAAAP1JREFUeNq8U20RwjAMzc1BLcxCkQASigQsFAlDwiwMCUPCJmFIGBJCYOkRHjn4wcG7e5c0H0uTdMTMMy8YhAQsvt7xfcWKiAItiMKGnhHoR6jgnIVr+gMqx9Z96PR2uUHIwlnjo0pWeUNtYgp6tWXiB2ajd7oLhh1nsE0mNxsdY5MwmHO0HY/Cg+pJuHO6TSr3wo1w5byFoBOwK4sm93KvBR0E6AI7LmjVNkOXJTfDNybNKbnkjTPyK7Awm1+wEdbqb6FgC8XL2N3CuB/r6+ENIBPkJXOZAnpXmLQb9CX2YS/CMP7kxVW6bA9bx3dU+wj2EWJQnlU/laCrAAMAWPmfePzjQiYAAAAASUVORK5CYII=) no-repeat center;
  display: inline-block; }

.icon-ll-note:before {
  content: '';
  width: 24px;
  height: inherit;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNTlFNzNGNTQ4OTgxMUU4QkE3NkEzMDk4NDlBNzRCNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNTlFNzNGNDQ4OTgxMUU4QkE3NkEzMDk4NDlBNzRCNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyQjFBRUJCQzIyMjY4MTE5OTRDOTA5NTdFRkQ1NDE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE1ODhCMjc5OEIxOEUzMTFCQ0NFRDlFNzhGMzg3Qzk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+h+38+wAAAPZJREFUeNpi/P//PwMQuACxIAN5YDVeWaAFM/9TBs6AHIkLswDtMEay7ywQ7yHC1UpAHAplG0N9/x6bQhY0PsjwCiIsCEWyAC9AtyANGh+EANHxxYJFozEDFQETlcwxJtYHhJLjPSxxAYrwVUDsCk0kGMn0DJHJMRRLMoTpfQfFxuhqqBVEYVB6N3pwUcuCs9AgwrCEiYoJBqslLFQyvBzNIheoJSaUWrAH6tJyHJmxg1ILKrAmTQgAJV0lagTRanxFCTUjmaZFxTC3YDWtLegEYiE8OIwSC2DJ9D2J9TDJFuADMMs7yPDAe0Zou4gQILfdtAcgwAAkc9KTwRbKHgAAAABJRU5ErkJggg==) no-repeat center;
  display: inline-block; }

.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-road2:before {
  content: "\f018"; }

.icon-download:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-dedent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-image:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-expand:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments2:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-upload:before {
  content: "\f093"; }

.icon-lemon-o:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-feed:before {
  content: "\f09e"; }

.icon-hdd-o:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-floppy-o:before {
  content: "\f0c7"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-asc:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-gavel:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-clipboard:before {
  content: "\f0ea"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-cutlery:before {
  content: "\f0f5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard-o:before {
  content: "\f11c"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-chain-broken:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-rss-square:before {
  content: "\f143"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-minus-square-o:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-external-link-square:before {
  content: "\f14c"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-inr:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-rouble:before {
  content: "\f158"; }

.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-sort-amount-asc:before {
  content: "\f160"; }

.icon-sort-amount-desc:before {
  content: "\f161"; }

.icon-sort-numeric-asc:before {
  content: "\f162"; }

.icon-sort-numeric-desc:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-caret-square-o-left:before {
  content: "\f191"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-try:before {
  content: "\f195"; }

.icon-plus-square-o:before {
  content: "\f196"; }

.icon-space-shuttle:before {
  content: "\f197"; }

.icon-slack:before {
  content: "\f198"; }

.icon-envelope-square:before {
  content: "\f199"; }

.icon-wordpress:before {
  content: "\f19a"; }

.icon-openid:before {
  content: "\f19b"; }

.icon-bank:before {
  content: "\f19c"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

.icon-yahoo:before {
  content: "\f19e"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-reddit:before {
  content: "\f1a1"; }

.icon-reddit-square:before {
  content: "\f1a2"; }

.icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.icon-stumbleupon:before {
  content: "\f1a4"; }

.icon-delicious:before {
  content: "\f1a5"; }

.icon-digg:before {
  content: "\f1a6"; }

.icon-pied-piper:before {
  content: "\f1a7"; }

.icon-pied-piper-alt:before {
  content: "\f1a8"; }

.icon-drupal:before {
  content: "\f1a9"; }

.icon-joomla:before {
  content: "\f1aa"; }

.icon-language:before {
  content: "\f1ab"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-building:before {
  content: "\f1ad"; }

.icon-child:before {
  content: "\f1ae"; }

.icon-paw:before {
  content: "\f1b0"; }

.icon-spoon:before {
  content: "\f1b1"; }

.icon-cube:before {
  content: "\f1b2"; }

.icon-cubes:before {
  content: "\f1b3"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-steam:before {
  content: "\f1b6"; }

.icon-steam-square:before {
  content: "\f1b7"; }

.icon-recycle:before {
  content: "\f1b8"; }

.icon-automobile:before {
  content: "\f1b9"; }

.icon-cab:before {
  content: "\f1ba"; }

.icon-tree:before {
  content: "\f1bb"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-deviantart:before {
  content: "\f1bd"; }

.icon-soundcloud:before {
  content: "\f1be"; }

.icon-database:before {
  content: "\f1c0"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-file-code-o:before {
  content: "\f1c9"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-codepen:before {
  content: "\f1cb"; }

.icon-jsfiddle:before {
  content: "\f1cc"; }

.icon-life-bouy:before {
  content: "\f1cd"; }

.icon-circle-o-notch:before {
  content: "\f1ce"; }

.icon-ra:before {
  content: "\f1d0"; }

.icon-empire:before {
  content: "\f1d1"; }

.icon-git-square:before {
  content: "\f1d2"; }

.icon-git:before {
  content: "\f1d3"; }

.icon-hacker-news:before {
  content: "\f1d4"; }

.icon-tencent-weibo:before {
  content: "\f1d5"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-paper-plane-o:before {
  content: "\f1d9"; }

.icon-history:before {
  content: "\f1da"; }

.icon-circle-thin:before {
  content: "\f1db"; }

.icon-header:before {
  content: "\f1dc"; }

.icon-paragraph:before {
  content: "\f1dd"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-share-alt-square:before {
  content: "\f1e1"; }

.icon-bomb:before {
  content: "\f1e2"; }

.icon-futbol-o:before {
  content: "\f1e3"; }

.icon-tty:before {
  content: "\f1e4"; }

.icon-binoculars:before {
  content: "\f1e5"; }

.icon-plug:before {
  content: "\f1e6"; }

.icon-slideshare:before {
  content: "\f1e7"; }

.icon-twitch:before {
  content: "\f1e8"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-newspaper-o:before {
  content: "\f1ea"; }

.icon-wifi:before {
  content: "\f1eb"; }

.icon-calculator:before {
  content: "\f1ec"; }

.icon-paypal:before {
  content: "\f1ed"; }

.icon-google-wallet:before {
  content: "\f1ee"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-bell-slash:before {
  content: "\f1f6"; }

.icon-bell-slash-o:before {
  content: "\f1f7"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-copyright:before {
  content: "\f1f9"; }

.icon-at:before {
  content: "\f1fa"; }

.icon-eyedropper:before {
  content: "\f1fb"; }

.icon-paint-brush:before {
  content: "\f1fc"; }

.icon-birthday-cake:before {
  content: "\f1fd"; }

.icon-area-chart:before {
  content: "\f1fe"; }

.icon-pie-chart:before {
  content: "\f200"; }

.icon-line-chart:before {
  content: "\f201"; }

.icon-lastfm:before {
  content: "\f202"; }

.icon-lastfm-square:before {
  content: "\f203"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bus:before {
  content: "\f207"; }

.icon-ioxhost:before {
  content: "\f208"; }

.icon-angellist:before {
  content: "\f209"; }

.icon-cc:before {
  content: "\f20a"; }

.icon-ils:before {
  content: "\f20b"; }

.icon-meanpath:before {
  content: "\f20c"; }

.icon-buysellads:before {
  content: "\f20d"; }

.icon-connectdevelop:before {
  content: "\f20e"; }

.icon-dashcube:before {
  content: "\f210"; }

.icon-forumbee:before {
  content: "\f211"; }

.icon-leanpub:before {
  content: "\f212"; }

.icon-sellsy:before {
  content: "\f213"; }

.icon-shirtsinbulk:before {
  content: "\f214"; }

.icon-simplybuilt:before {
  content: "\f215"; }

.icon-skyatlas:before {
  content: "\f216"; }

.icon-cart-plus:before {
  content: "\f217"; }

.icon-cart-arrow-down:before {
  content: "\f218"; }

.icon-diamond:before {
  content: "\f219"; }

.icon-ship:before {
  content: "\f21a"; }

.icon-user-secret:before {
  content: "\f21b"; }

.icon-motorcycle:before {
  content: "\f21c"; }

.icon-street-view:before {
  content: "\f21d"; }

.icon-heartbeat:before {
  content: "\f21e"; }

.icon-venus:before {
  content: "\f221"; }

.icon-mars:before {
  content: "\f222"; }

.icon-mercury:before {
  content: "\f223"; }

.icon-intersex:before {
  content: "\f224"; }

.icon-transgender-alt:before {
  content: "\f225"; }

.icon-venus-double:before {
  content: "\f226"; }

.icon-mars-double:before {
  content: "\f227"; }

.icon-venus-mars:before {
  content: "\f228"; }

.icon-mars-stroke:before {
  content: "\f229"; }

.icon-mars-stroke-v:before {
  content: "\f22a"; }

.icon-mars-stroke-h:before {
  content: "\f22b"; }

.icon-neuter:before {
  content: "\f22c"; }

.icon-genderless:before {
  content: "\f22d"; }

.icon-facebook-official:before {
  content: "\f230"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-server:before {
  content: "\f233"; }

.icon-user-plus:before {
  content: "\f234"; }

.icon-user-times:before {
  content: "\f235"; }

.icon-bed:before {
  content: "\f236"; }

.icon-viacoin:before {
  content: "\f237"; }

.icon-train:before {
  content: "\f238"; }

.icon-subway:before {
  content: "\f239"; }

.icon-medium:before {
  content: "\f23a"; }

.icon-y-combinator:before {
  content: "\f23b"; }

.icon-optin-monster:before {
  content: "\f23c"; }

.icon-opencart:before {
  content: "\f23d"; }

.icon-expeditedssl:before {
  content: "\f23e"; }

.icon-battery-4:before {
  content: "\f240"; }

.icon-battery-3:before {
  content: "\f241"; }

.icon-battery-2:before {
  content: "\f242"; }

.icon-battery-1:before {
  content: "\f243"; }

.icon-battery-0:before {
  content: "\f244"; }

.icon-mouse-pointer:before {
  content: "\f245"; }

.icon-i-cursor:before {
  content: "\f246"; }

.icon-object-group:before {
  content: "\f247"; }

.icon-object-ungroup:before {
  content: "\f248"; }

.icon-sticky-note:before {
  content: "\f249"; }

.icon-sticky-note-o:before {
  content: "\f24a"; }

.icon-cc-jcb:before {
  content: "\f24b"; }

.icon-cc-diners-club:before {
  content: "\f24c"; }

.icon-clone:before {
  content: "\f24d"; }

.icon-balance-scale:before {
  content: "\f24e"; }

.icon-hourglass-o:before {
  content: "\f250"; }

.icon-hourglass-1:before {
  content: "\f251"; }

.icon-hourglass-2:before {
  content: "\f252"; }

.icon-hourglass-3:before {
  content: "\f253"; }

.icon-hourglass:before {
  content: "\f254"; }

.icon-hand-grab-o:before {
  content: "\f255"; }

.icon-hand-paper-o:before {
  content: "\f256"; }

.icon-hand-scissors-o:before {
  content: "\f257"; }

.icon-hand-lizard-o:before {
  content: "\f258"; }

.icon-hand-spock-o:before {
  content: "\f259"; }

.icon-hand-pointer-o:before {
  content: "\f25a"; }

.icon-hand-peace-o:before {
  content: "\f25b"; }

.icon-trademark:before {
  content: "\f25c"; }

.icon-registered:before {
  content: "\f25d"; }

.icon-creative-commons:before {
  content: "\f25e"; }

.icon-gg:before {
  content: "\f260"; }

.icon-gg-circle:before {
  content: "\f261"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-odnoklassniki:before {
  content: "\f263"; }

.icon-odnoklassniki-square:before {
  content: "\f264"; }

.icon-get-pocket:before {
  content: "\f265"; }

.icon-wikipedia-w:before {
  content: "\f266"; }

.icon-safari:before {
  content: "\f267"; }

.icon-chrome:before {
  content: "\f268"; }

.icon-firefox:before {
  content: "\f269"; }

.icon-opera:before {
  content: "\f26a"; }

.icon-internet-explorer:before {
  content: "\f26b"; }

.icon-television:before {
  content: "\f26c"; }

.icon-contao:before {
  content: "\f26d"; }

.icon-500px:before {
  content: "\f26e"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-calendar-plus-o:before {
  content: "\f271"; }

.icon-calendar-minus-o:before {
  content: "\f272"; }

.icon-calendar-times-o:before {
  content: "\f273"; }

.icon-calendar-check-o:before {
  content: "\f274"; }

.icon-industry:before {
  content: "\f275"; }

.icon-map-pin:before {
  content: "\f276"; }

.icon-map-signs:before {
  content: "\f277"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-map:before {
  content: "\f279"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-houzz:before {
  content: "\f27c"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-black-tie:before {
  content: "\f27e"; }

.icon-fonticons:before {
  content: "\f280"; }

.display-flex {
  display: -ms-flexbox;
  display: flex; }

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.venue-intro {
  margin: 0 0 40px 0 !important; }
  .venue-intro .venue-intro-text span {
    font: 300 15px/1 var(--font_primary); }

.venue-row {
  margin-top: 20px; }
  .venue-row #article {
    background-size: 100% !important;
    background-color: #161f37 !important; }
  .venue-row.hasTopScores .table-responsive {
    border: none !important; }
  .venue-row.hasTopScores .league-table .table tr:nth-child(even) td:first-child {
    background: #dadae6; }
  .venue-row.hasTopScores .venue-title {
    font: 18px/18px var(--font_primary);
    text-align: center; }
    .venue-row.hasTopScores .venue-title.mvp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    @media (min-width: 768px) {
      .venue-row.hasTopScores .venue-title.mvp {
        height: 76px; } }
    @media (max-width: 767px) {
      .venue-row.hasTopScores .venue-title.mvp {
        height: 56px; } }
  .venue-row.hasTopScores .top5 .slick-arrow,
  .venue-row.hasTopScores .fairestTeam .slick-arrow {
    top: 37px;
    width: 70px;
    height: 75px;
    line-height: 76px;
    background: #1e2a44; }
    .venue-row.hasTopScores .top5 .slick-arrow.slick-prev,
    .venue-row.hasTopScores .fairestTeam .slick-arrow.slick-prev {
      left: 8px; }
    .venue-row.hasTopScores .top5 .slick-arrow.slick-next,
    .venue-row.hasTopScores .fairestTeam .slick-arrow.slick-next {
      right: 8px;
      padding: 0 32px; }
    @media (max-width: 767px) {
      .venue-row.hasTopScores .top5 .slick-arrow,
      .venue-row.hasTopScores .fairestTeam .slick-arrow {
        top: 28px;
        width: 56px;
        height: 56px;
        line-height: 56px; }
        .venue-row.hasTopScores .top5 .slick-arrow.slick-prev,
        .venue-row.hasTopScores .fairestTeam .slick-arrow.slick-prev {
          padding: 0 18px; }
        .venue-row.hasTopScores .top5 .slick-arrow.slick-next,
        .venue-row.hasTopScores .fairestTeam .slick-arrow.slick-next {
          padding: 0 24px; } }
  @media (max-width: 1024px) {
    .venue-row.hasTopScores .top5,
    .venue-row.hasTopScores .fairestTeam {
      margin-bottom: 15px; } }
  .venue-row.hasTopScores .top5 .details {
    text-align: left; }
    .venue-row.hasTopScores .top5 .details .name {
      margin-bottom: 14px; }
    .venue-row.hasTopScores .top5 .details .team {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .venue-row.hasTopScores .top5 .details .team .flag {
        margin-right: 5px; }
  .venue-row.hasTopScores .badge {
    position: relative;
    height: 362px;
    width: 100%;
    border-radius: 0;
    white-space: initial;
    text-transform: uppercase; }
    .venue-row.hasTopScores .badge.fairest {
      background: #2164a7 url("https://d393ynejnklmr1.cloudfront.net/img/fairest-team.png") no-repeat center center; }
    .venue-row.hasTopScores .badge.await-top5 {
      background: #2164a7 url("https://d393ynejnklmr1.cloudfront.net/img/badge-new.png") no-repeat center center; }
      .venue-row.hasTopScores .badge.await-top5 .head,
      .venue-row.hasTopScores .badge.await-top5 .icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .venue-row.hasTopScores .badge.await-top5 .head {
        width: 100px;
        height: 40px;
        top: 52px;
        font-size: 18px; }
      .venue-row.hasTopScores .badge.await-top5 .icon {
        top: 100px; }
      .venue-row.hasTopScores .badge.await-top5.mvp .icon {
        top: 80px; }
    .venue-row.hasTopScores .badge .details {
      position: absolute;
      top: 200px;
      left: 50%;
      transform: translateX(-50%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .venue-row.hasTopScores .badge .details .flag {
        margin-bottom: 5px; }
        .venue-row.hasTopScores .badge .details .flag img {
          width: 30px;
          height: auto; }
      .venue-row.hasTopScores .badge .details .name {
        padding: 0 10px;
        font-size: 15px;
        color: white;
        text-transform: uppercase; }
      .venue-row.hasTopScores .badge .details.awaiting {
        width: 100px;
        text-align: center;
        font-size: 16px;
        margin-top: 10px; }

body.venue-article, body.venue-articles {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/article.jpg") no-repeat top #000; }
  body.venue-article header, body.venue-articles header {
    height: auto;
    background: transparent; }
  body.venue-article .blog-single, body.venue-articles .blog-single {
    margin-top: 40px; }
    body.venue-article .blog-single .blog-single__inner p, body.venue-articles .blog-single .blog-single__inner p {
      font-size: 15px !important; }
  body.venue-article.venue-articles, body.venue-articles.venue-articles {
    font: 15px/16px "LeisureLeagues"; }
    body.venue-article.venue-articles .top-back-btn a, body.venue-articles.venue-articles .top-back-btn a {
      margin-bottom: 30px; }
    body.venue-article.venue-articles .article-row, body.venue-articles.venue-articles .article-row {
      /* max-height: 375px; */
      margin-bottom: 30px; }
      body.venue-article.venue-articles .article-row a, body.venue-articles.venue-articles .article-row a {
        font-size: initial; }
    body.venue-article.venue-articles .image-wrap, body.venue-articles.venue-articles .image-wrap {
      position: relative; }
      body.venue-article.venue-articles .image-wrap .articles-social, body.venue-articles.venue-articles .image-wrap .articles-social {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0; }
        body.venue-article.venue-articles .image-wrap .articles-social .blog-social__item, body.venue-articles.venue-articles .image-wrap .articles-social .blog-social__item {
          width: 50px;
          height: 50px;
          line-height: 50px; }
          @media (max-width: 485px) {
            body.venue-article.venue-articles .image-wrap .articles-social .blog-social__item, body.venue-articles.venue-articles .image-wrap .articles-social .blog-social__item {
              width: 40px;
              height: 40px;
              line-height: 45px;
              font-size: 22px; } }
        body.venue-article.venue-articles .image-wrap .articles-social a, body.venue-articles.venue-articles .image-wrap .articles-social a {
          font-size: 30px;
          text-decoration: none !important; }
          @media (max-width: 485px) {
            body.venue-article.venue-articles .image-wrap .articles-social a, body.venue-articles.venue-articles .image-wrap .articles-social a {
              font-size: 22px; } }
      body.venue-article.venue-articles .image-wrap .creation-date, body.venue-articles.venue-articles .image-wrap .creation-date {
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #FFFFFF;
        text-align: center;
        background-color: #276ab0;
        font-size: 30px;
        position: absolute;
        left: 0;
        bottom: 0; }
        @media (max-width: 485px) {
          body.venue-article.venue-articles .image-wrap .creation-date, body.venue-articles.venue-articles .image-wrap .creation-date {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 19px; } }
        body.venue-article.venue-articles .image-wrap .creation-date:hover .date-caption, body.venue-articles.venue-articles .image-wrap .creation-date:hover .date-caption {
          right: -125px;
          opacity: 1;
          visibility: visible; }
          @media (max-width: 485px) {
            body.venue-article.venue-articles .image-wrap .creation-date:hover .date-caption, body.venue-articles.venue-articles .image-wrap .creation-date:hover .date-caption {
              right: -100px; } }
        body.venue-article.venue-articles .image-wrap .creation-date .date-caption, body.venue-articles.venue-articles .image-wrap .creation-date .date-caption {
          width: auto;
          max-width: 140px;
          line-height: 15px;
          font-size: 15px;
          padding: 5px 15px;
          top: 14px;
          background-color: #276ab0;
          position: absolute;
          right: -300px;
          z-index: 700;
          visibility: hidden;
          opacity: 0;
          transition: right 0.3s ease-in-out, opacity 0.3s; }
          @media (max-width: 485px) {
            body.venue-article.venue-articles .image-wrap .creation-date .date-caption, body.venue-articles.venue-articles .image-wrap .creation-date .date-caption {
              line-height: 12px;
              font-size: 12px;
              top: 9px;
              padding: 5px 12px; } }
          body.venue-article.venue-articles .image-wrap .creation-date .date-caption:before, body.venue-articles.venue-articles .image-wrap .creation-date .date-caption:before {
            margin-right: -1px;
            border: solid transparent;
            width: 0;
            height: 0;
            content: " ";
            pointer-events: none;
            position: absolute;
            top: 40px;
            right: 100%; }
          body.venue-article.venue-articles .image-wrap .creation-date .date-caption:before, body.venue-articles.venue-articles .image-wrap .creation-date .date-caption:before {
            margin-top: -35px;
            border-color: rgba(236, 236, 236, 0);
            border-right-color: #276ab0;
            border-width: 7px; }
    body.venue-article.venue-articles .text-wrap, body.venue-articles.venue-articles .text-wrap {
      height: 100%;
      background-color: #FFFFFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
    body.venue-article.venue-articles .title, body.venue-articles.venue-articles .title {
      padding: 30px 30px 15px 30px; }
      body.venue-article.venue-articles .title a, body.venue-articles.venue-articles .title a {
        font-size: 21px; }
    body.venue-article.venue-articles .excerpt, body.venue-articles.venue-articles .excerpt {
      padding: 5px 30px 5px 30px;
      font-family: "Open Sans";
      font-weight: 600; }
    body.venue-article.venue-articles .read-more, body.venue-articles.venue-articles .read-more {
      padding-top: 8px;
      height: auto !important; }
      body.venue-article.venue-articles .read-more a, body.venue-articles.venue-articles .read-more a {
        margin-top: 5px; }
    body.venue-article.venue-articles .articles-pagination, body.venue-articles.venue-articles .articles-pagination {
      margin-bottom: 30px; }
      body.venue-article.venue-articles .articles-pagination .pagination li a, body.venue-articles.venue-articles .articles-pagination .pagination li a {
        border: none; }
      body.venue-article.venue-articles .articles-pagination .pagination-wrap, body.venue-articles.venue-articles .articles-pagination .pagination-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #FFFFFF; }
        body.venue-article.venue-articles .articles-pagination .pagination-wrap .prev, body.venue-article.venue-articles .articles-pagination .pagination-wrap .next, body.venue-articles.venue-articles .articles-pagination .pagination-wrap .prev, body.venue-articles.venue-articles .articles-pagination .pagination-wrap .next {
          background-color: #256baf; }
          body.venue-article.venue-articles .articles-pagination .pagination-wrap .prev a, body.venue-article.venue-articles .articles-pagination .pagination-wrap .next a, body.venue-articles.venue-articles .articles-pagination .pagination-wrap .prev a, body.venue-articles.venue-articles .articles-pagination .pagination-wrap .next a {
            color: #FFFFFF;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px; }

.team-week {
  display: -ms-flexbox;
  display: flex; }
  .team-week-player {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    width: 165px;
    padding-top: 19px; }
    .team-week-player__capt {
      width: 36px;
      height: 36px;
      line-height: 30px;
      position: absolute;
      top: -18px;
      left: 50%;
      margin-left: -18px;
      border: 3px solid #1c62a9;
      background: #1c2845;
      font-size: 20px;
      color: #FFFFFF;
      text-align: center;
      font-family: var(--font_primary), sans-serif;
      border-radius: 50%; }
    .team-week-player__vc {
      width: 36px;
      height: 36px;
      line-height: 30px;
      position: absolute;
      top: -18px;
      left: 50%;
      margin-left: -18px;
      border: 3px solid #1c62a9;
      background: #1c2845;
      font-size: 15px;
      color: #FFFFFF;
      text-align: center;
      font-family: var(--font_primary), sans-serif;
      border-radius: 50%; }
    .team-week-player__position {
      padding-bottom: 8px;
      padding-top: 14px;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      background: #254672;
      text-align: center;
      background: linear-gradient(to bottom, #254672 0%, #203558 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254672', endColorstr='#203558', GradientType=0); }
    .team-week-player__age {
      color: #FFFFFF;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 5px; }
    .team-week-player__bottom {
      height: 64px;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/team-bottom-bg.png") no-repeat center transparent;
      padding: 5px;
      text-align: center; }
    .team-week-player-stars {
      text-align: center;
      position: absolute;
      left: 0;
      top: -10px; }
      .team-week-player-stars__star {
        display: inline-block;
        vertical-align: top;
        width: 19px;
        height: 20px;
        background: url("https://d393ynejnklmr1.cloudfront.net/img/star-small-bg.png") no-repeat center transparent; }
    .team-week-player__name {
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 13px;
      background: #1c62a9;
      height: 48px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .team-week-player__name--has-capt {
        padding-top: 10px; }
    .team-week-player:first-child {
      margin-left: 0; }
  .team-week__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 69px;
    line-height: 18px;
    padding: 0 30px;
    background: #161f37;
    color: #FFFFFF;
    font-size: 15px;
    font-family: var(--font_primary), sans-serif;
    text-transform: uppercase; }
    .team-week__header a {
      display: inline;
      font: 18px/1 var(--font_primary); }
  .team-week__content {
    background: #FFFFFF;
    padding: 6px 11px;
    padding-bottom: 11px; }
  .team-week__inner {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto; }
  .team-week__slider {
    width: 200000px;
    white-space: nowrap; }
  .team-week-info {
    background: #3070b0;
    background: linear-gradient(to bottom, #3070b0 0%, #1b4975 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3070b0', endColorstr='#1b4975', GradientType=0); }
    @media (max-width: 768px) {
      .team-week-info {
        text-align: center; } }
    .team-week-info__p {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 90%;
      max-height: 90%;
      height: auto;
      margin: auto; }
      @media (max-width: 768px) {
        .team-week-info__p {
          position: relative;
          left: auto;
          right: auto;
          margin: 20px 0;
          top: auto;
          bottom: auto; } }
    .team-week-info__flag {
      display: inline-block;
      vertical-align: middle; }
    .team-week-info__heading {
      color: #FFFFFF;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase;
      font-family: var(--font_primary), sans-serif;
      margin-bottom: 4px; }
    .team-week-info__side {
      display: -ms-flexbox;
      display: flex;
      width: 67px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
    .team-week-info__button {
      width: 67px;
      height: 67px;
      line-height: 67px;
      cursor: pointer;
      text-align: center; }
      .team-week-info__button i {
        line-height: 67px;
        color: #FFFFFF;
        font-size: 39px; }
      .team-week-info__button--colour-1 {
        background: #1f3d53; }
        .team-week-info__button--colour-1:hover {
          background: #264760; }
      .team-week-info__button--colour-2 {
        background: #305b74; }
        .team-week-info__button--colour-2:hover {
          background: #396681; }
      .team-week-info__button--colour-3 {
        background: #1c2845; }
        .team-week-info__button--colour-3:hover {
          background: #243153; }
          .team-week-info__button--colour-3:hover .referee-slider__hover {
            display: block; }
    .team-week-info__stats {
      padding: 8px;
      background: #1e64a9;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .team-week-info__stats p {
        color: #FFFFFF;
        font-size: 15px;
        line-height: 15px;
        margin-top: 3px; }
    .team-week-info__title {
      position: absolute;
      left: 51px;
      bottom: 0;
      padding: 0 10px;
      background: #1c2845;
      height: 51px;
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      transform: rotate(-90deg);
      transform-origin: bottom left; }
      .team-week-info__title-inner {
        display: inline-block;
        vertical-align: middle;
        color: #FFFFFF;
        font-size: 15px;
        font-family: var(--font_primary), sans-serif;
        text-transform: uppercase; }
      .team-week-info__title:after {
        width: 31px;
        height: 51px;
        background: url("https://d393ynejnklmr1.cloudfront.net/img/team-week-tail-bg.png") no-repeat center transparent;
        position: absolute;
        top: 0;
        right: -31px;
        content: ''; }

.champions-actions {
  font-size: 0 !important; }
  .champions-actions .btn {
    padding: 0; }
    .champions-actions .btn.image {
      width: 32px;
      height: 33px;
      line-height: 33px; }
    .champions-actions .btn.second {
      margin-left: 14px;
      width: calc(100% - 14px - 32px);
      font-size: 13px;
      height: 33px;
      line-height: 33px; }

.referee-slider__hover {
  background: #1c62a9;
  position: absolute;
  display: none;
  left: -120%;
  top: 50%;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 33px;
  height: 33px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-top: -16px; }
  .referee-slider__hover:after {
    width: 7px;
    height: 14px;
    background: url("https://d393ynejnklmr1.cloudfront.net/img/hoover-tail.png") no-repeat center transparent;
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px; }

.referee-slider__header {
  background: #1c62a9;
  padding: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-family: var(--font_primary), sans-serif; }

.referee-slider__inner {
  background: #FFFFFF; }

.referee-slider__image, .referee-slider__buttons {
  display: inline-block;
  vertical-align: top; }

.referee-slider__slides {
  width: 200000px;
  white-space: nowrap; }

.referee-slider__image {
  width: calc(100% - 67px);
  white-space: nowrap;
  overflow: hidden; }
  .referee-slider__image img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto; }

.referee-slider__buttons {
  width: 67px; }

.referee-slider__button {
  width: 67px;
  height: 67px;
  line-height: 67px;
  cursor: pointer;
  text-align: center; }
  .referee-slider__button i {
    line-height: 67px;
    color: #FFFFFF;
    font-size: 39px; }
  .referee-slider__button--colour-1 {
    background: #1f3d53; }
    .referee-slider__button--colour-1:hover {
      background: #264760; }
  .referee-slider__button--colour-2 {
    background: #305b74; }
    .referee-slider__button--colour-2:hover {
      background: #396681; }
  .referee-slider__button--colour-3 {
    background: #265689; }
    .referee-slider__button--colour-3:hover {
      background: #30639a; }
      .referee-slider__button--colour-3:hover .referee-slider__hover {
        display: block; }
  .referee-slider__button--colour-4 {
    background: #1f5993; }
    .referee-slider__button--colour-4:hover {
      background: #2966a3; }

.ll-tabs .controls {
  padding: 0;
  margin: 0; }
  .ll-tabs .controls li {
    background: #161f37;
    font: 14px/16px var(--font_primary);
    text-transform: uppercase;
    list-style: none; }
    .ll-tabs .controls li a {
      color: #FFFFFF;
      padding: 20px 0px;
      display: block;
      text-decoration: none;
      margin-left: -5px;
      margin-right: -5px; }
      .ll-tabs .controls li a:active, .ll-tabs .controls li a:focus, .ll-tabs .controls li a:hover, .ll-tabs .controls li a:visited {
        outline: none; }
    .ll-tabs .controls li.active {
      background: #1c62a9; }
      .ll-tabs .controls li.active:hover {
        background: #1c62a9; }
    .ll-tabs .controls li:hover {
      background: #ce1d25; }

.ll-tabs .content {
  background: #FFFFFF;
  font: 13px/13px var(--font_secondary);
  margin-left: -15px;
  margin-right: -15px; }
  .ll-tabs .content .inner {
    padding: 20px; }

.available-teams {
  background: #FFFFFF;
  padding: 20px 15px; }
  .available-teams__inner {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto; }
  .available-teams__slider {
    width: 200000px; }
  .available-teams-team {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    width: 144px; }
    .available-teams-team__trophy {
      width: 17px;
      height: 22px;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/trophy-small-bg.png") no-repeat center transparent;
      position: absolute;
      top: 6px;
      left: 10px; }
    .available-teams-team__end {
      padding: 8px 16px;
      background: #1c2845;
      box-shadow: inset 0px 10px 12px -5px rgba(0, 0, 0, 0.5); }
    .available-teams-team__shirt {
      padding: 15px;
      background: #1c2845;
      background: linear-gradient(to bottom, #1c2845 0%, #1c477a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2845', endColorstr='#1c477a', GradientType=0);
      text-align: center; }
    .available-teams-team__player {
      padding: 8px 16px;
      background: #1b2b47;
      box-shadow: inset 0px 10px 12px -5px rgba(0, 0, 0, 0.5);
      text-align: center; }
      .available-teams-team__player-text {
        text-align: center;
        margin-top: 7px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px; }
    .available-teams-team__header {
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 13px;
      background: #1c62a9;
      height: 42px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
    .available-teams-team:after {
      width: 144px;
      height: 32px;
      content: '';
      background: url("https://d393ynejnklmr1.cloudfront.net/img/available-team-footer-bg.png") no-repeat center transparent; }
    .available-teams-team:first-child {
      margin-left: 0; }
  .available-teams-nav {
    background: #161f37; }
    .available-teams-nav__content {
      display: inline-block;
      vertical-align: middle;
      padding: 25px 30px;
      max-width: calc(100% - 68px); }
      @media (max-width: 1200px) {
        .available-teams-nav__content {
          padding: 15px; } }
    .available-teams-nav__buttons {
      display: inline-block;
      vertical-align: middle;
      width: 68px; }
    .available-teams-nav__button {
      width: 68px;
      height: 71px;
      cursor: pointer;
      text-align: center; }
      .available-teams-nav__button i {
        line-height: 71px;
        color: #FFFFFF;
        font-size: 39px; }
      .available-teams-nav__button--colour-1 {
        background: #1f3d53; }
        .available-teams-nav__button--colour-1:hover {
          background: #264760; }
      .available-teams-nav__button--colour-2 {
        background: #305b74; }
        .available-teams-nav__button--colour-2:hover {
          background: #396681; }
      .available-teams-nav__button--colour-3 {
        background: #265689; }
        .available-teams-nav__button--colour-3:hover {
          background: #30639a; }
      .available-teams-nav__button--colour-4 {
        background: #1f5993; }
        .available-teams-nav__button--colour-4:hover {
          background: #2966a3; }
    .available-teams-nav p {
      font-size: 15px;
      line-height: 15px;
      color: #FFFFFF;
      text-transform: uppercase; }
    .available-teams-nav__total {
      display: inline-block;
      vertical-align: middle;
      font-size: 76px;
      line-height: 76px;
      color: #FFFFFF;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: var(--font_primary), sans-serif; }
      @media (max-width: 1200px) {
        .available-teams-nav__total {
          font-size: 60px;
          line-height: 60px; } }
    .available-teams-nav__shirt {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 27px;
      margin-left: 5px;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/shirt-small-bg.png") no-repeat center transparent; }

.free-agent {
  background: #1c62a9;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  .free-agent img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: 15px 0; }
  .free-agent p {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    font-family: var(--font_primary), sans-serif; }

.venue-gallery {
  display: none; }

.venue-media {
  position: relative; }

.gallery-navigation {
  margin-bottom: -62px;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 62px; }
  .gallery-navigation-left, .gallery-navigation-right {
    display: none; }
  .gallery-navigation-item {
    width: 62px;
    height: 62px;
    cursor: pointer;
    text-align: center;
    position: relative; }
    .gallery-navigation-item:hover .gallery-navigation-item-caption {
      visibility: visible;
      opacity: 1;
      transform: translateX(0); }
    .gallery-navigation-item i {
      line-height: 62px;
      color: #FFFFFF;
      font-size: 30px; }
      .gallery-navigation-item i.arrow {
        font-size: 39px; }
    .gallery-navigation-item-caption {
      margin-top: -16px;
      margin-right: 12px;
      padding: 0 21px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      color: #fff;
      line-height: 33px;
      white-space: nowrap;
      background-color: #1c62a9;
      visibility: hidden;
      opacity: 0;
      transition: transform 0.5s ease, opacity 0.5s;
      transform: translateX(-100%);
      position: absolute;
      top: 50%;
      right: 100%; }
      .gallery-navigation-item-caption::after {
        margin-top: -6px;
        border: solid transparent;
        border-color: rgba(28, 98, 169, 0);
        border-left-color: #1c62a9;
        border-width: 6px;
        width: 0;
        height: 0;
        content: " ";
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 100%; }
    .gallery-navigation-item--colour-1 {
      background: #1f3d53; }
      .gallery-navigation-item--colour-1:hover {
        background: #264760; }
    .gallery-navigation-item--colour-2 {
      background: #305b74; }
      .gallery-navigation-item--colour-2:hover {
        background: #396681; }
    .gallery-navigation-item--colour-3 {
      background: #265689; }
      .gallery-navigation-item--colour-3:hover {
        background: #30639a; }
    .gallery-navigation-item--colour-4 {
      background: #1f5993; }
      .gallery-navigation-item--colour-4:hover {
        background: #2966a3; }

.gallery-main-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .gallery-main-image img {
    width: 100%;
    display: block;
    height: auto; }

.gallery-thumbs {
  background: #FFFFFF;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden; }
  .gallery-thumbs-inner {
    position: relative;
    width: 100000px; }
  .gallery-thumbs a {
    display: inline-block;
    width: 18%;
    padding-top: 18%;
    position: relative;
    margin-left: 4%;
    border: 3px solid #FFFFFF; }
    .gallery-thumbs a:first-child {
      margin-left: 0 !important; }
    .gallery-thumbs a.active {
      border-color: #1c62a9; }
    .gallery-thumbs a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#article-list {
  background: #FFFFFF; }
  #article-list.league-news {
    background-color: #2b4ca8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    #article-list.league-news .articles-link {
      color: #FFFFFF;
      text-transform: uppercase;
      font: 18px/1 "LeisureLeagues";
      text-align: center; }

.venue-price-cost {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }
  .venue-price-cost__amount {
    font-size: 30px;
    line-height: 30px;
    color: #2b4ca8;
    font-weight: bold;
    text-align: center; }
    .venue-price-cost__amount--red {
      color: #ce1d25; }
    .venue-price-cost__amount--strike {
      text-decoration: line-through; }
    .venue-price-cost__amount span {
      font-size: 15px;
      line-height: 15px;
      vertical-align: super; }
  .venue-price-cost__text {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: bold; }

.venue-price__col {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-left: 15px; }
  .venue-price__col:first-child {
    margin-left: 0; }

.venue-intro {
  margin: 40px 0; }
  .venue-intro-offer {
    background: #FFFFFF;
    padding: 20px; }
    .venue-intro-offer__text {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      color: #161f37;
      text-transform: uppercase;
      font: 700 27px/1 var(--font_secondary); }
      .venue-intro-offer__text span {
        color: #ce1d25; }
    .venue-intro-offer__header {
      font: 500 15px/1 var(--font_secondary);
      line-height: 20px;
      text-align: justify; }
    .venue-intro-offer .venue-price {
      margin-top: -7px;
      float: right; }
  .venue-intro-text {
    position: relative;
    color: #FFFFFF;
    background: #1c62a9;
    font: 23px/23px var(--font_primary);
    text-transform: uppercase;
    padding: 20px; }
    .venue-intro-text.small {
      font-size: 17px;
      line-height: 17px; }

.venue-info-row {
  padding: 10.9px 15px;
  font-size: 0; }
  .venue-info-row.noWebsitePadding {
    padding: 20.4px 15px; }
  .venue-info-row__col {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto; }
    .venue-info-row__col .primary {
      color: #1c62a9;
      font-size: 34px;
      line-height: 34px;
      font-weight: bold; }
    .venue-info-row__col .tertiary {
      max-width: 110px; }
    .venue-info-row__col--first {
      width: 52px;
      text-align: center; }
    .venue-info-row__col--last {
      margin-left: 6px;
      max-width: calc(100% - 12px - 52px); }
  .venue-info-row--first .icon-map-marker {
    font-size: 54px;
    color: #1c62a9; }
  .venue-info-row--first .icon-ll-shirt {
    color: #1c62a9;
    font-size: 30px; }
  .venue-info-row--second .icon-ll-stop-watch,
  .venue-info-row--second .icon-ll-pitch {
    color: #1c62a9;
    font-size: 30px; }
  .venue-info-row--second .inner-col {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto; }
    .venue-info-row--second .inner-col--first {
      padding-right: 15px; }
    .venue-info-row--second .inner-col--sub--first {
      padding-right: 5px; }
  .venue-info-row--third .icon-ll-pitch {
    color: #1c62a9;
    font-size: 35px; }
  .venue-info-row--fourth .icon-ll-boot {
    color: #1c62a9;
    font-size: 21px; }
  .venue-info-row--fifth {
    word-break: break-word; }
    .venue-info-row--fifth .icon-globe {
      color: #1c62a9;
      font-size: 35px; }
  .venue-info-row--dark {
    background: #dddde8; }
  .venue-info-row--light {
    background: #ececf2; }

.venue-header {
  background: #1c62a9;
  font: 15px/18px var(--font_primary);
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 20px; }
  .venue-header .icon {
    font-size: 30px; }
  .venue-header .small {
    font-size: 15px;
    line-height: 15px;
    text-transform: none;
    font-family: var(--font_secondary), sans-serif;
    margin-bottom: 0; }

.flex-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.fb-group-feed .venue-header .icon {
  margin-right: 10px;
  font-size: 34px; }

.season-content {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.fixed-height {
  height: 340px; }

.season-starts {
  margin: 30px 0;
  height: 196px;
  padding-top: 73px;
  margin: 5px 0;
  position: relative;
  text-align: center; }
  .season-starts span {
    display: block;
    font-size: 55px;
    margin-bottom: 5px;
    position: relative;
    z-index: 75; }
  .season-starts .days-left {
    position: relative;
    z-index: 75;
    font-size: 17px;
    line-height: 3; }
  .season-starts .animate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 197px;
    z-index: 1; }

.league-details .venue-title address {
  font: 15px/15px var(--font_secondary);
  text-transform: none;
  margin: 3px 0 0 0; }

.league-details .league-price .primary {
  font-size: 30px; }

.league-details .league-price-icon i {
  font-size: 35px;
  margin: 0 5px 0 0; }

.league-details .tertiary {
  font: 700 12px/12px var(--font_secondary);
  text-transform: uppercase; }

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #ececf2; }

.league-table .table {
  margin-bottom: 0; }
  .league-table .table tr {
    background: #dadae6; }
    .league-table .table tr td,
    .league-table .table tr th {
      color: #161f37;
      font: 14px/14px var(--font_secondary);
      padding: 10px; }
    .league-table .table tr th {
      background: #FFFFFF !important;
      font-weight: bold;
      font-size: 16px; }
    .league-table .table tr td {
      text-transform: uppercase;
      color: #161f37;
      height: 44px;
      vertical-align: middle !important;
      padding: 6px !important; }
      .league-table .table tr td.position {
        background: #c4c4d4;
        text-align: center;
        font: 700 18px/18px var(--font_secondary);
        padding: 6px 10px !important; }
      .league-table .table tr td:first-child {
        background: #ececf2; }
    .league-table .table tr.visible-xs:not(:last-child) td {
      border-bottom: 1px solid #dddde8; }
      .league-table .table tr.visible-xs:not(:last-child) td.middle {
        background: #d6d6df; }
    .league-table .table tr.visible-xs .right-col {
      direction: rtl;
      background: #ececf2; }
    .league-table .table tr.hasToggle .icon-chevron-up {
      display: block; }
    @media (min-width: 768px) {
      .league-table .table tr.hasToggle .icon-info-circle {
        display: none; } }
    .league-table .table tr.hasToggle .toggle i {
      cursor: pointer; }
    .league-table .table tr.hasToggle.closed .icon-chevron-up {
      display: none; }
    .league-table .table tr.hasToggle.closed .icon-info-circle {
      display: block; }
    .league-table .table tr.stat-row {
      display: none; }
      .league-table .table tr.stat-row td {
        background: #ececf2;
        vertical-align: top !important; }
      .league-table .table tr.stat-row ul {
        list-style: none; }
        .league-table .table tr.stat-row ul .name {
          white-space: pre;
          margin-right: 2px; }
        .league-table .table tr.stat-row ul li {
          font-size: 11px;
          line-height: 1.6;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 2px; }
          .league-table .table tr.stat-row ul li img {
            margin-left: 2px; }
      .league-table .table tr.stat-row.mobile td {
        padding: 0 !important;
        height: 100%;
        background: white !important; }
        .league-table .table tr.stat-row.mobile td ul {
          padding: 6px 6px 6px 0;
          min-height: 44px;
          line-height: 1.2; }
      .league-table .table tr.stat-row.mobile .scores {
        display: inline-block; }
      .league-table .table tr.stat-row.mobile .name {
        display: inline; }
      .league-table .table tr.stat-row.mobile .left ul {
        padding-left: 6px; }
      .league-table .table tr.stat-row.mobile .right {
        border-left: 1px solid #dddde8; }
        .league-table .table tr.stat-row.mobile .right ul li {
          margin-left: 0; }
    .league-table .table tr.relegations {
      border-top: 2px #d03a27 solid; }
    .league-table .table tr.promotions {
      border-bottom: 2px #27ae60 solid; }

.results tbody .hasToggle i {
  font-size: 20px !important; }

.results tbody .trow:not(:last-child) {
  border-bottom: 1px solid #b9bbc8; }

.results tbody .trow td {
  background: #dddde8; }
  .results tbody .trow td:nth-child(2) {
    background: #c4c4d4; }

.results tbody .trow.dark td {
  background: #ececf2; }
  .results tbody .trow.dark td:nth-child(2) {
    background: #d6d6df; }

.results tr {
  background: white; }

.results td.title {
  height: 45px !important; }
  .results td.title span {
    font-weight: bold;
    font-size: 20px; }

@media (max-width: 767px) {
  .results td {
    border: 1px solid #dddde8; }
  .results .trow td:first-child {
    text-align: left; }
  .results .trow td:last-child {
    direction: rtl;
    text-align: right; }
  .results .trow .pointer {
    left: 50%;
    transform: translateX(-50%); } }

.results .stat-row.mobile {
  display: none;
  border-bottom: 1px solid #b9bbc8; }
  .results .stat-row.mobile td {
    padding: 0 !important; }
  .results .stat-row.mobile .scores-cards-list {
    list-style: none;
    padding: 10px 5px; }
    .results .stat-row.mobile .scores-cards-list .scores {
      display: inline-block; }
    .results .stat-row.mobile .scores-cards-list .name {
      display: inline;
      white-space: pre;
      margin-right: 3px; }
    .results .stat-row.mobile .scores-cards-list li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.5; }
  .results .stat-row.mobile .right {
    border-left: 1px solid #b9bbc8; }
    .results .stat-row.mobile .right .scores-cards-list {
      padding-left: 0 !important; }

.stat-box {
  display: none;
  position: absolute;
  padding: 5px;
  right: 150%;
  width: 250px;
  top: -50px;
  text-transform: uppercase;
  z-index: 500;
  text-align: left;
  font: 100 14px/16px var(--font_secondary); }
  .stat-box:after {
    width: 0;
    height: 0;
    border-top: 15px solid white;
    border-right: 15px solid transparent;
    content: '';
    position: absolute;
    right: -6px;
    top: 55px; }
  .stat-box .head {
    background: #2b4ca8;
    color: #FFFFFF;
    padding: 8px 16px; }
  .stat-box .body {
    background: white;
    color: #000000;
    padding: 12px 16px;
    line-height: 1.6;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75); }
    .stat-box .body ul {
      list-style: none;
      line-height: 1.2; }
      .stat-box .body ul li {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3px; }
      .stat-box .body ul .name {
        margin-right: 2px;
        white-space: pre; }
      .stat-box .body ul img {
        margin-left: 2px; }

.stat-tooltip {
  position: relative; }
  .stat-tooltip:hover .stat-box {
    display: block; }

.results .table,
.fixtures .table {
  background: #dddde8; }
  .results .table tr td,
  .results .table tr th,
  .fixtures .table tr td,
  .fixtures .table tr th {
    padding: 5px 10px;
    text-transform: uppercase;
    font: 15px/17px var(--font_secondary);
    vertical-align: middle !important;
    border: 0; }
    .results .table tr td.position,
    .results .table tr th.position,
    .fixtures .table tr td.position,
    .fixtures .table tr th.position {
      position: relative;
      background: #c4c4d4;
      text-align: center;
      font: 700 18px/18px var(--font_secondary);
      color: #161f37; }
  .results .table tr td,
  .fixtures .table tr td {
    height: 55px; }
    .results .table tr td.result,
    .fixtures .table tr td.result {
      text-transform: none; }
      .results .table tr td.result small,
      .fixtures .table tr td.result small {
        font-size: 12px;
        line-height: 10px;
        color: #1c62a9; }
      .results .table tr td.result i,
      .fixtures .table tr td.result i {
        cursor: initial;
        font-size: 12px;
        position: absolute; }
        .results .table tr td.result i.left,
        .fixtures .table tr td.result i.left {
          left: 10px; }
        .results .table tr td.result i.right,
        .fixtures .table tr td.result i.right {
          right: 10px; }
      @media (min-width: 1024px) {
        .results .table tr td.result,
        .fixtures .table tr td.result {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; } }

.fixtures .table tr th,
.fixtures .table tr td {
  color: #161f37; }

.fixtures .table tr td.vs {
  width: 75px;
  text-transform: none; }
  .fixtures .table tr td.vs .circle-holder {
    width: 50%;
    margin: auto; }
  .fixtures .table tr td.vs small {
    font-size: 12px;
    line-height: 10px;
    color: #1c62a9; }

.league-select {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-bottom: 40px; }
  .league-select__label {
    display: inline-block;
    vertical-align: middle;
    background: #1c62a9;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 23px; }
  .league-select__content {
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    padding: 15px; }
  .league-select__social {
    display: inline-block;
    vertical-align: middle;
    float: right; }
    .league-select__social li {
      display: inline-block;
      vertical-align: middle;
      width: 34px;
      margin-left: 9px;
      height: 34px;
      position: relative; }
      .league-select__social li a {
        display: block;
        width: 34px;
        height: 34px;
        background: #161f37;
        line-height: 34px;
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        position: relative;
        border-radius: 50%;
        transition: background 0.5s ease; }
        .league-select__social li a:hover, .league-select__social li a:active {
          text-decoration: none;
          background: #ce1d25; }
      .league-select__social li .social-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        line-height: 34px; }
      .league-select__social li:first-child {
        margin-left: 0; }

.select-custom {
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  background: url("https://d393ynejnklmr1.cloudfront.net/img/dropdown.jpg") no-repeat center right #dddde8;
  color: #161f37;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 55px;
  font-weight: 600; }

.sticky-league {
  display: block;
  background: #FFFFFF;
  position: fixed;
  bottom: 55px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  z-index: 50;
  box-shadow: 0 -11px 0 0 rgba(0, 0, 0, 0.27); }
  @media (min-width: 768px) {
    .sticky-league {
      bottom: 75px; } }
  .sticky-league .venue-price {
    float: right; }
  .sticky-league .sticky-close {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 20px;
    display: none; }
  .sticky-league .venue-intro-offer__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; }
    .sticky-league .venue-intro-offer__text span {
      color: inherit; }
    .sticky-league .venue-intro-offer__text > div:first-child {
      width: 0;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.ll-tabs .tab-content .item {
  display: none; }
  .ll-tabs .tab-content .item.active {
    display: block; }

.ll-tabs.ll-tabs--league .content--no-margin {
  margin-left: 0;
  margin-right: 0; }

.ll-tabs.ll-tabs--league .tab-content .item {
  background: #FFFFFF; }

.ll-tabs.ll-tabs--league table {
  margin-bottom: 0; }

.ll-tabs.ll-tabs--league .controls li {
  margin-top: 10px; }
  .ll-tabs.ll-tabs--league .controls li.active {
    padding-top: 5px;
    margin-top: 0; }

#social-bar {
  padding: 15px;
  font: 17px/2.3 var(--font_primary);
  color: #161f37;
  text-transform: uppercase; }
  #social-bar ul li {
    display: inline-block;
    list-style: none;
    width: 35px;
    margin-right: 10px; }

#choose-division {
  background: #ececf2; }
  #choose-division li {
    display: inline-block;
    margin: 10px 0 10px 15px; }

.news dt {
  font: 16px/16px var(--font_secondary);
  text-transform: uppercase; }
  .news dt:nth-child(odd) {
    background: #dddde8; }
  .news dt:nth-child(even) {
    background: #FFFFFF; }

.venue-offer {
  padding: 25px; }

.venue-secondary {
  background: #dddde8;
  padding: 20px;
  font: 700 16px/16px var(--font_secondary);
  color: #4b5266; }

.venue-white {
  color: #161f37;
  background: #FFFFFF;
  padding: 5px 20px;
  font: 16px/25px var(--font_secondary); }

.venue-grey {
  background: #ececf2;
  padding: 5px 20px;
  font: 15px/15px var(--font_secondary); }

#players-signup {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/player-signup-bg.jpg") no-repeat top left;
  background-size: cover;
  width: 100%;
  height: 327px;
  padding: 20px;
  font: 15px/18px var(--font_primary);
  color: #FFFFFF; }
  #players-signup span {
    color: #161f37;
    font: 30px/35px var(--font_primary); }

.match-length,
.pitch-type {
  font: 700 11px/12px var(--font_secondary);
  color: #161f37;
  float: left; }
  .match-length i,
  .pitch-type i {
    color: #1c62a9;
    font-size: 40px;
    margin-right: 10px; }
  .match-length span,
  .pitch-type span {
    display: inline-block;
    color: #1c62a9;
    font-size: 32px;
    font-weight: bold;
    margin: 6px 0 2px 0; }
  .match-length .column,
  .pitch-type .column {
    display: inline-block;
    vertical-align: top; }

.match-length {
  width: 60%; }

.pitch-type {
  width: 40%; }

.venue-secondary.footwear {
  color: #161f37;
  font: 700 13px/13px var(--font_secondary);
  text-transform: uppercase;
  padding: 10px 20px 20px 20px; }
  .venue-secondary.footwear i {
    color: #1c62a9;
    font-size: 25px;
    margin-right: 5px;
    position: relative;
    top: 4px; }
  .venue-secondary.footwear .column {
    display: inline-block;
    vertical-align: top; }
    .venue-secondary.footwear .column:nth-child(2) {
      display: inline-block;
      vertical-align: top;
      width: 70%;
      padding-top: 5px; }

.facilities i {
  font-size: 35px;
  color: #1c62a9;
  margin: 0 5px 0 0; }

.venue-col-bg {
  background: #dddde8; }

.venue-image-box {
  background: #FFFFFF;
  text-align: center;
  padding: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex; }
  .venue-image-box img {
    display: block;
    width: 100%;
    height: auto; }

.join-now {
  background: #161f37;
  padding: 10px; }
  .join-now .btn {
    width: 100%; }

.read-more-title {
  background: #2b4ca8;
  color: #fff;
  text-transform: uppercase;
  font: 18px/1 var(--font_primary);
  padding: 15px;
  text-align: center; }

.read-more {
  background: #fff;
  font: 300 15px/1.2 var(--font_secondary);
  color: #2b4ca8;
  padding: 15px 30px 30px 30px;
  position: relative;
  overflow: hidden; }
  .read-more h4 {
    display: inline;
    margin: 0;
    padding: 0; }

.read-more-button {
  background: #1c62a9;
  color: #fff;
  font: 15px/1 var(--font_primary);
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  transition: background 0.3s linear;
  outline: none !important; }
  .read-more-button:hover, .read-more-button:active, .read-more-button:focus {
    background: #ce1d25;
    color: #fff;
    text-decoration: none; }

.view-all-fr {
  display: block;
  width: 100%; }

.team-show-social {
  position: relative;
  cursor: pointer; }
  .team-show-social img {
    margin-right: 4px;
    margin-left: 3px; }
  .team-show-social .flag {
    width: 36px; }
  .team-show-social:hover .team-social {
    right: -300px;
    opacity: 1;
    visibility: visible; }
  .team-show-social .team-social {
    width: 300px;
    position: absolute;
    top: -30px;
    right: -600px;
    z-index: 700;
    visibility: hidden;
    opacity: 0;
    transition: right 0.3s ease-in-out, opacity 0.3s; }
    .team-show-social .team-social::before, .team-show-social .team-social::after {
      margin-right: -1px;
      border: solid transparent;
      width: 0;
      height: 0;
      content: " ";
      pointer-events: none;
      position: absolute;
      top: 40px;
      right: 100%; }
    .team-show-social .team-social::before {
      margin-top: -16px;
      border-color: rgba(172, 172, 177, 0);
      border-right-color: #acacb1;
      border-width: 16px; }
    .team-show-social .team-social::after {
      margin-top: -15px;
      border-color: rgba(236, 236, 236, 0);
      border-right-color: #ececec;
      border-width: 15px; }
    .team-show-social .team-social .row {
      border: 1px solid #acacb1; }
    .team-show-social .team-social .kit-image {
      padding: 10px;
      background: #ececec; }
    .team-show-social .team-social .team-social-data {
      background: #1c62a9;
      color: #fff;
      padding: 10px; }
      .team-show-social .team-social .team-social-data span {
        font-size: 17px;
        line-height: 19px; }
      .team-show-social .team-social .team-social-data ul {
        margin: 10px 0 0 0; }
        .team-show-social .team-social .team-social-data ul li {
          width: 40px;
          display: inline-block;
          margin-right: 15px; }
      .team-show-social .team-social .team-social-data a {
        color: #fff; }
  @media (max-width: 767px) {
    .team-show-social:hover .team-social {
      right: -200px; } }
  @media (max-width: 670px) {
    .team-show-social:hover .team-social {
      right: -160px; }
    .team-show-social .team-social {
      width: 200px; }
      .team-show-social .team-social .team-social-data span {
        font-size: 14px;
        line-height: 16px; }
      .team-show-social .team-social .team-social-data .btn {
        padding: 8px 12px;
        font-size: 11px;
        line-height: 11px; }
      .team-show-social .team-social .kit-image img {
        width: 40px; } }
  @media (max-width: 370px) {
    .team-show-social:hover .team-social {
      right: -100px; } }

.fixture-list-back {
  background: #161f37 !important; }

.fixture-date {
  background: #161f37;
  color: #fff;
  padding: 10px;
  font: 17px/1 var(--font_primary);
  text-transform: uppercase;
  position: relative;
  margin: -10px; }
  .fixture-date .game-info {
    display: none; }
  .fixture-date.hasInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .fixture-date.hasInfo .game-info {
      display: -ms-flexbox;
      display: flex; }
      .fixture-date.hasInfo .game-info i {
        cursor: initial;
        margin-right: 5px; }
        .fixture-date.hasInfo .game-info i:before {
          padding: 1px 7px; }

.fixture-set {
  margin-bottom: 20px; }

.fixtures .table tr td.table-fixture-date,
.results .table tr td.table-fixture-date {
  background: #2b4ca8;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  height: auto; }

.quick-division.active {
  background: #ce1d25; }

.predictor {
  padding-top: 33px;
  padding-bottom: 16px;
  color: #fff; }
  .predictor select {
    background-color: #fff; }
  .predictor .venue-header {
    padding: 7px 10px; }
  .predictor-header {
    text-transform: uppercase;
    background-color: #1c2845; }
    .predictor-header-title {
      display: inline-block;
      vertical-align: middle; }
  .predictor-body {
    padding: 10px 0;
    font: 15px/18px var(--font_primary);
    background-color: #1b5d9f; }
    .predictor-body .row {
      position: relative;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .predictor-score {
    font-size: 76px;
    line-height: 76px; }
  .predictor-kit {
    width: 120px;
    height: 184px;
    position: absolute;
    top: -76px; }
    .predictor-kit img {
      position: absolute;
      top: 0;
      left: 0; }
  .predictor-home .predictor-kit {
    left: 20px; }
  .predictor-away .predictor-kit {
    right: 20px;
    transform: scaleX(-1); }
  .predictor-social {
    display: inline-block;
    vertical-align: middle; }
    .predictor-social li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 9px; }
      .predictor-social li a {
        display: block;
        width: 40px;
        background: #1c62a9;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        border-radius: 50%;
        transition: background 0.5s ease; }
        .predictor-social li a:hover, .predictor-social li a:active {
          text-decoration: none;
          background: #ce1d25; }
      .predictor-social li .social-icon {
        line-height: 40px; }
      .predictor-social li:first-child {
        margin-left: 18px; }

@media (max-width: 1023px) {
  .predictor-home .predictor-kit {
    left: 0; }
  .predictor-away .predictor-kit {
    right: 0; } }

@media (min-width: 992px) {
  .predictor select {
    width: 276px; } }

@media (max-width: 768px) {
  .venue-title {
    padding: 10px;
    text-align: center; }
    .venue-title--mobile {
      font-size: 15px;
      line-height: 1.4; }
  tbody.visible-xs,
  tfoot.visible-xs {
    display: table-row-group !important; }
  span.visible-xs {
    display: block !important; }
  #fixtures-results .venue-title {
    padding: 10px;
    text-align: center; }
    #fixtures-results .venue-title--mobile {
      font-size: 15px;
      line-height: 1.4; }
  #fixtures-results tfoot .btn {
    width: 100%;
    margin: 5px 0 0 0; }
  #fixtures-results .league-table .table tr td.position {
    padding: 5px;
    font: 700 14px/1.3 var(--font_secondary); }
  .form-holder .btn {
    width: 100%;
    margin: 5px 0 0 0; }
  body.venue {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/body/venues-mobile.jpg") repeat top center; }
    body.venue .venue-header {
      font: 15px/29px var(--font_primary); }
    body.venue .please-select {
      background: #fff;
      padding: 10px;
      font: 700 15px/1.6 var(--font_secondary);
      text-transform: uppercase; }
      body.venue .please-select__label {
        margin: 0 0 5px 0; }
        body.venue .please-select__label .league-select__social {
          margin-bottom: 5px; }
          body.venue .please-select__label .league-select__social li {
            margin: 0 !important;
            width: 24px;
            height: 24px; }
            body.venue .please-select__label .league-select__social li a {
              width: 24px;
              height: 24px;
              line-height: 24px;
              font-size: 14px; }
              body.venue .please-select__label .league-select__social li a i {
                line-height: 24px; }
        body.venue .please-select__label .league-select .select-custom {
          padding-left: 10px !important; }
    body.venue .season-starts {
      margin: 15px 0; }
    body.venue .league-details address {
      color: #1f2745;
      margin: 0;
      font: 13px/1.3 var(--font_secondary); }
    body.venue .league-details .venue-info-row--dark {
      background: #dddce7; }
    body.venue .league-details .venue-info-row--light {
      background: #fff; }
    body.venue .league-details .venue-image-box {
      padding: 0 !important; }
    body.venue .team-show-social .flag {
      width: 20px; }
    body.venue #social-bar {
      padding: 10px;
      font: 15px/1.6 var(--font_secondary); }
      body.venue #social-bar .form-control,
      body.venue #social-bar select {
        width: 100% !important;
        margin-bottom: 5px; }
      body.venue #social-bar .social ul li {
        width: 24px;
        height: 24px; }
        body.venue #social-bar .social ul li a i {
          font-size: 14px; }
    body.venue .results .table tr th.position,
    body.venue .fixtures .table tr th.position {
      width: 75px; }
    body.venue .results .table tr td,
    body.venue .fixtures .table tr td {
      padding: 5px;
      font: 12px/1.2 var(--font_secondary);
      height: 52px; }
      body.venue .results .table tr td.position,
      body.venue .fixtures .table tr td.position {
        font-size: 14px;
        font-weight: bold; }
      body.venue .results .table tr td.vs .circle-holder,
      body.venue .fixtures .table tr td.vs .circle-holder {
        width: 40%; }
    body.venue .view-all-fr {
      font-size: 14px; }
    body.venue .sticky-league {
      padding: 10px 0;
      text-align: center; }
      body.venue .sticky-league .venue-price {
        float: none !important; }
      body.venue .sticky-league .sticky-close {
        display: block; }
    body.venue .customSelectInner {
      width: 100% !important; }
  .back-to-league-btn {
    background: #161f37;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    margin: 5px 0 0 0;
    display: inline-block; }
  .fixture-date {
    background: #20409a;
    color: #fff;
    text-align: center;
    padding: 5px;
    font: 14px/1 var(--font_primary);
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fixture-set .visible-xs .flag {
    width: 20px !important; }
  .league-table .table tr th {
    font-size: 15px; }
  .league-table .table tr td {
    font: 700 12px/1.2 var(--font_secondary);
    border-bottom: 1px solid #fff; }
    .league-table .table tr td a {
      color: #181e37;
      text-decoration: none; }
  .table-signup {
    color: #fff !important;
    padding: 2px 5px !important;
    float: none;
    clear: both;
    font-size: 13px; }
  .league-table .table tr td.temp {
    font: 12px/1 var(--font_secondary); } }

@media (max-width: 767px) {
  .league-details {
    -ms-flex-order: 1;
    order: 1; }
  .league-table-order {
    -ms-flex-order: 2;
    order: 2; }
  .league-fixtures-order {
    -ms-flex-order: 3;
    order: 3; }
  .breaking-news {
    -ms-flex-order: 4;
    order: 4; }
  .til-next-season-order {
    -ms-flex-order: 999;
    order: 999; }
  .last-season-champs {
    -ms-flex-order: 999;
    order: 999; } }

body.area header {
  height: auto; }

body.area #area-page {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/seo-area.jpg") no-repeat top center #000;
  padding: 60px 0; }
  body.area #area-page .area-container {
    width: 100%;
    max-width: 655px; }
  body.area #area-page .descriptions {
    background: #fff;
    padding: 15px;
    font: 13px/1.3 var(--font_secondary);
    color: #161f37;
    margin: 0 0 15px 0; }
    body.area #area-page .descriptions .title {
      font: 700 23px/1 var(--font_primary);
      color: #161f37;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
      body.area #area-page .descriptions .title span {
        color: #1c61a8; }
  body.area #area-page .closest-leagues {
    margin: 0 0 20px 0; }
    body.area #area-page .closest-leagues .title {
      background: #161f37;
      padding: 15px;
      font: 19px/1 var(--font_primary);
      color: #fff;
      text-transform: uppercase; }
    body.area #area-page .closest-leagues .venue-title {
      font: 17px/1 var(--font_secondary);
      padding: 7px 0 7px 7px;
      text-transform: none; }
      body.area #area-page .closest-leagues .venue-title span.miles {
        background: #ce1e26;
        padding: 4px 5px 5px;
        width: 54px; }
      body.area #area-page .closest-leagues .venue-title .miles-label {
        font-size: 13px; }
      body.area #area-page .closest-leagues .venue-title i {
        margin-right: 5px; }
    body.area #area-page .closest-leagues .league-days {
      background: #fff;
      padding: 10px 17px; }
      body.area #area-page .closest-leagues .league-days .match-day {
        font: 12px/1 var(--font_secondary);
        color: #000;
        margin: 0 5px 0 0; }
        body.area #area-page .closest-leagues .league-days .match-day .btn {
          font-size: 12px;
          padding: 5px 4px;
          margin: 5px 0 0 0; }

body.county {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/county.jpg") no-repeat top center #000;
  background-size: cover; }
  body.county .county-intro {
    position: relative;
    margin: 40px 0 0 0; }
    body.county .county-intro h1 {
      background: #3070b1;
      padding: 20px 0;
      margin: 0;
      font: 28px/1 var(--font_primary);
      color: #fff;
      text-align: center;
      text-transform: uppercase; }
    body.county .county-intro .county-player-left, body.county .county-intro .county-player-right {
      position: absolute;
      top: -25px; }
    body.county .county-intro .county-player-left {
      left: -168px; }
    body.county .county-intro .county-player-right {
      right: -203px; }
    body.county .county-intro #county-description {
      background: #fff;
      font: 16px/1.1 var(--font_secondary);
      color: #161f37;
      padding: 20px 100px;
      text-align: center; }
  body.county #county-page {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/county-search-shadow.jpg") repeat-x top left #fff;
    padding: 20px 0; }
    body.county #county-page .list-title {
      background: #3070b1;
      color: #fff;
      font: 18px/1.1 var(--font_primary);
      text-transform: uppercase;
      text-align: center;
      padding: 17px;
      margin: 0 0 20px 0; }
    body.county #county-page .county-venue {
      margin: 0 0 20px 0; }
    body.county #county-page .county-title {
      background: #1c62a9;
      padding: 10px 20px;
      color: #fff;
      font: 700 19px/1 var(--font_secondary);
      text-transform: uppercase; }
      body.county #county-page .county-title span {
        font: 300 12px/1 var(--font_secondary);
        text-transform: none !important; }
    body.county #county-page .county-venue-image {
      background: #161f37;
      padding: 13px; }
    body.county #county-page .league-info {
      font: 700 12px/1 var(--font_secondary);
      text-transform: uppercase; }
      body.county #county-page .league-info .col-xs-12 {
        padding: 10px 0;
        color: #161f37; }
        body.county #county-page .league-info .col-xs-12:nth-child(odd) {
          background: #ececf2; }
        body.county #county-page .league-info .col-xs-12:nth-child(even) {
          background: #dddde8; }
        body.county #county-page .league-info .col-xs-12:last-child {
          border-right: 1px solid #dadada; }
        body.county #county-page .league-info .col-xs-12 span {
          color: #1c62a9;
          font: 700 35px/1 var(--font_secondary);
          margin: 0 0 5px 0; }
    body.county #county-page .facilities {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid #dadada;
      border-right: 1px solid #dadada;
      padding: 20px; }
      body.county #county-page .facilities .btn {
        display: block;
        width: 100%; }

body .coming-soon-form {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/league-contact-form-bg.jpg") no-repeat top center;
  border: 6px solid #161f37;
  max-width: 448px;
  width: 100%;
  height: 530px;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 700;
  margin-left: -226px;
  padding: 30px;
  font: 14px/1.2 var(--font_secondary);
  color: #fff; }
  body .coming-soon-form .title {
    font: 23px/1.2 var(--font_primary);
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
    body .coming-soon-form .title span {
      display: block;
      color: #2b4ca8; }
  body .coming-soon-form .form {
    margin: 20px 0; }
    body .coming-soon-form .form .form-control {
      margin-bottom: 10px; }
      body .coming-soon-form .form .form-control.error {
        background: #ae050d;
        color: #fff; }

@media (max-width: 767px) {
  body .coming-soon-form {
    top: 10%;
    left: 5%;
    margin: 0;
    max-width: 90%;
    font: 12px/1.1 var(--font_secondary); }
  body #county-page .league-info .col-xs-12 {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada; }
  body #county-page .facilities {
    border-left: 1px solid #dadada;
    text-align: center; }
    body #county-page .facilities .btn {
      margin: 10px 0 0 0; } }

@media (min-width: 992px) {
  body.search {
    background: none;
    padding: 0; } }

body.search #find-league {
  top: -88px;
  margin-bottom: -70px; }
  @media (min-width: 768px) {
    body.search #find-league {
      top: -158px;
      margin-bottom: -142px; } }
  @media (min-width: 1200px) {
    body.search #find-league {
      top: -140px;
      margin-bottom: -121px; } }

body.search header {
  margin-bottom: 0; }

body.search .map-search {
  width: 360px;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -585px;
  background: #FFFFFF;
  z-index: 601;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
  body.search .map-search-form {
    padding: 30px; }
    body.search .map-search-form__button {
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0; }
    body.search .map-search-form__label {
      color: #161f37;
      font-size: 15px;
      line-height: 15px;
      font-weight: bold;
      margin-bottom: 6px; }
    body.search .map-search-form-input {
      margin-bottom: 18px; }
      body.search .map-search-form-input__icon, body.search .map-search-form-input__input {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        border: none;
        line-height: 40px; }
      body.search .map-search-form-input__icon {
        background: #2b4ca8;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
        width: 40px; }
      body.search .map-search-form-input__input {
        width: calc(100% - 40px);
        padding: 0 15px;
        color: #FFFFFF;
        font-size: 14px;
        background: #162037; }
  body.search .map-search-available {
    display: -ms-flexbox;
    display: flex; }
    body.search .map-search-available__col {
      display: -ms-flexbox;
      display: flex;
      padding: 0 5px; }
      body.search .map-search-available__col i {
        color: #FFFFFF;
        font-size: 30px;
        line-height: 30px; }
      body.search .map-search-available__col--small {
        width: 60px; }
    body.search .map-search-available__text {
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF;
      text-transform: uppercase; }
      body.search .map-search-available__text--large {
        font-family: var(--font_primary), sans-serif;
        font-size: 43px;
        line-height: 43px; }
  body.search .map-search__button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center; }
  body.search .map-search__section {
    background: #161f37;
    padding: 20px 25px; }
    body.search .map-search__section__text {
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase;
      color: #FFFFFF; }
    body.search .map-search__section--light {
      background: #1f3d53; }
    body.search .map-search__section--thin {
      padding: 15px 25px; }
  body.search .map-search__header {
    background: #1c62a9;
    padding: 15px 25px; }
    body.search .map-search__header-button {
      display: -ms-flexbox;
      display: flex;
      width: 67px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: #315b74;
      cursor: pointer; }
      body.search .map-search__header-button i {
        font-size: 30px;
        line-height: 30px;
        color: #FFFFFF;
        margin-bottom: 3px; }
      body.search .map-search__header-button-text {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 13px;
        color: #FFFFFF; }
      body.search .map-search__header-button:hover {
        background: #264c63; }
    body.search .map-search__header-icon {
      width: 55px;
      height: 49px;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/search-icon.png") no-repeat center transparent;
      position: absolute;
      right: 77px;
      top: 50%;
      margin-top: -25px; }
    body.search .map-search__header-text {
      color: #FFFFFF;
      font-family: var(--font_primary), sans-serif;
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase;
      max-width: 60%; }
  @media (max-width: 1170px) {
    body.search .map-search {
      display: none !important; } }

#location-load {
  background: #fff;
  padding: 20px 0;
  font: 14px/16px var(--font_primary);
  color: #2b4ca8;
  display: none;
  min-height: 200px; }
  #location-load i {
    font-size: 30px;
    margin: 10px 0 0;
    display: inline-block; }

.item-outer {
  border: 1px solid #dcdcdc;
  color: #161f37;
  font: 16px/18px var(--font_secondary);
  margin-bottom: 20px; }
  .item-outer .row-top {
    padding: 15px 0;
    height: 68px; }
  .item-outer .circle-holder {
    width: 32px;
    margin: 0 25px 0 5px; }
    .item-outer .circle-holder .circle {
      background: #ce1d25; }
  .item-outer .venue-info {
    padding: 15px 0; }
  .item-outer .venue-img {
    border: 5px solid #212832; }
  .item-outer .match-day {
    width: 139px;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 10px 20px; }
    .item-outer .match-day:nth-child(odd) {
      background: #dddde8; }
    .item-outer .match-day:nth-child(even) {
      background: #ececf2; }
    .item-outer .match-day strong {
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 5px; }
    .item-outer .match-day:last-child {
      margin-right: 0; }
    .item-outer .match-day a {
      color: #fff;
      display: block;
      text-align: center;
      padding: 5px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 11px;
      margin: 5px 0 10px 0; }
      .item-outer .match-day a:hover {
        text-decoration: none; }
  .item-outer #available, .item-outer #key {
    padding: 20px;
    font: 16px/26px var(--font_secondary);
    color: #161f37;
    text-transform: uppercase; }
  .item-outer #key {
    text-align: right; }
    .item-outer #key span {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 15px 0 3px;
      position: relative;
      top: 7px; }
    .item-outer #key .break {
      display: none; }
  .item-outer .list-img-box {
    background: #161f37;
    padding: 5px;
    font-size: 16px; }
    .item-outer .list-img-box .text {
      padding: 0 10px;
      color: #fff;
      margin: 0 0 10px 0; }
      .item-outer .list-img-box .text span {
        color: #1c62a9;
        font: 42px/42px var(--font_secondary); }
  .item-outer .venue-title {
    height: 63px; }
    .item-outer .venue-title i {
      font-size: 35px;
      margin-right: 10px;
      display: inline-block;
      position: relative;
      top: 7px; }
    .item-outer .venue-title span {
      display: inline-block; }
  .item-outer .item-count {
    height: 63px;
    background: #161f37;
    text-align: center;
    color: #fff;
    font: 35px/60px var(--font_primary); }
  .item-outer .search-circle {
    display: inline-block;
    width: 30px; }
    .item-outer .search-circle .circle {
      background: #ce1d25;
      font-size: 20px;
      line-height: 0; }
  .item-outer .search-item-bottom-row {
    padding: 20px 20px 0 20px; }
    .item-outer .search-item-bottom-row.div-count {
      line-height: 55px; }
    .item-outer .search-item-bottom-row .search-item-address {
      display: inline-block;
      vertical-align: top;
      font: 13px/16px var(--font_secondary);
      height: 45px;
      padding: 14px 0 0 0;
      width: 90%; }
    .item-outer .search-item-bottom-row .search-item-icon {
      display: inline-block;
      vertical-align: top;
      color: #ce1d25;
      font-size: 45px;
      margin: 4px 0 0 0;
      width: 7%; }
  .item-outer #mobile-league-select {
    background: #dddde8;
    padding: 10px;
    font: 700 13px/13px var(--font_secondary); }
    .item-outer #mobile-league-select .fake-select {
      margin: 10px 0 0 0;
      position: relative;
      background: #161f37;
      color: #fff;
      padding: 10px;
      cursor: pointer; }
      .item-outer #mobile-league-select .fake-select:after {
        background: #1c62a9;
        position: absolute;
        top: 0;
        right: 0;
        width: 33px;
        height: 33px;
        font-family: 'Icomoon';
        content: '\f078';
        text-align: center;
        padding: 10px 0 0; }
    .item-outer #mobile-league-select ul {
      list-style: none;
      display: none; }
      .item-outer #mobile-league-select ul li {
        list-style: none;
        padding: 10px; }
        .item-outer #mobile-league-select ul li a {
          float: right;
          padding: 10px;
          color: #fff;
          text-transform: uppercase;
          width: 110px;
          text-align: center; }
          .item-outer #mobile-league-select ul li a:hover {
            text-decoration: none; }
        .item-outer #mobile-league-select ul li:nth-child(odd) {
          background: #c9c9d4; }
        .item-outer #mobile-league-select ul li:nth-child(even) {
          background: #ececf2; }
  .item-outer .visible-md .list-img-box, .item-outer .visible-md .venue-title, .item-outer .visible-md .item-count {
    height: 100px; }
  .item-outer .visible-md .item-count {
    padding: 20px 0 0 0; }

.special-offer-bg {
  background: #ffba00 !important; }

.waiting-list-bg {
  background: #ce1d25 !important; }

.spaces-bg {
  background: #56ac26 !important; }

.grey-button {
  background: #84848f; }

@media (max-width: 767px) {
  body.county header {
    height: auto;
    max-height: 1000px;
    min-height: 0; }
  body.county .county-intro {
    margin: 0 0 20px 0; }
    body.county .county-intro #county-description {
      padding: 20px !important; } }

body.referee {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/referee.jpg") no-repeat top center #060606; }
  body.referee .table td {
    font: 300 16px/16px var(--font_secondary);
    padding: 15px;
    text-transform: uppercase;
    border: 0; }
  body.referee .table .light td:first-child {
    background: #c9c9da; }
  body.referee .table .light td:nth-child(2) {
    background: #ececf2; }
  body.referee .table .dark td:first-child {
    background: #b2b3c4; }
  body.referee .table .dark td:nth-child(2) {
    background: #dddde8; }
  body.referee .rate {
    color: #ed1c24; }
  body.referee .scores-table thead {
    background: #fff; }
    body.referee .scores-table thead th {
      font: 700 15px/15px var(--font_secondary); }
  body.referee .scores-table tbody td:first-child {
    width: 90px;
    vertical-align: middle;
    text-align: center; }
  body.referee .scores-table tbody tr:nth-child(odd) td:first-child, body.referee .scores-table tbody tr:nth-child(odd) td:nth-child(4), body.referee .scores-table tbody tr:nth-child(odd) td:nth-child(7) {
    background: #dddde8; }
  body.referee .scores-table tbody tr:nth-child(odd) td:nth-child(5) {
    background: #b2b3c4; }
  body.referee .scores-table tbody tr:nth-child(odd) td:nth-child(6), body.referee .scores-table tbody tr:nth-child(odd) td:nth-child(3), body.referee .scores-table tbody tr:nth-child(odd) td:nth-child(9) {
    background: #cacada;
    position: relative; }
  body.referee .scores-table tbody tr:nth-child(even) td:first-child, body.referee .scores-table tbody tr:nth-child(even) td:nth-child(4), body.referee .scores-table tbody tr:nth-child(even) td:nth-child(7) {
    background: #ececf2; }
  body.referee .scores-table tbody tr:nth-child(even) td:nth-child(5) {
    background: #cacada; }
  body.referee .scores-table tbody tr:nth-child(even) td:nth-child(6), body.referee .scores-table tbody tr:nth-child(even) td:nth-child(3), body.referee .scores-table tbody tr:nth-child(even) td:nth-child(9) {
    background: #b2b3c4;
    position: relative; }
  body.referee .scores-table tbody input[type=text] {
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center; }
  body.referee .scores-table tbody td.prepaid, body.referee .scores-table tbody td.owes, body.referee .scores-table tbody td.pay, body.referee .scores-table tbody td.cancelled {
    color: #fff;
    vertical-align: middle; }
  body.referee .scores-table tbody td.input-paid {
    vertical-align: middle;
    text-align: center; }
  body.referee .scores-table tbody .prepaid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47951c+0,56ac26+47 */
    background: #47951c;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #47951c 0%, #56ac26 47%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47951c', endColorstr='#56ac26',GradientType=0 );
    /* IE6-9 */ }
  body.referee .scores-table tbody .owes {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5121a+0,ed1c24+47 */
    background: #d5121a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5121a 0%, #ed1c24 47%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5121a', endColorstr='#ed1c24',GradientType=0 );
    /* IE6-9 */ }
  body.referee .scores-table tbody .pay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd7c0a+0,f5940c+47 */
    background: #cd7c0a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cd7c0a 0%, #f5940c 47%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd7c0a', endColorstr='#f5940c',GradientType=0 );
    /* IE6-9 */ }
  body.referee .scores-table tbody .cancelled {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#919191+0,b4b3b3+47 */
    background: #919191;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #919191 0%, #b4b3b3 47%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#b4b3b3',GradientType=0 );
    /* IE6-9 */ }
  body.referee.dashboard.modal-open {
    padding-right: 0 !important; }

body .table-paginate tbody {
  display: none; }
  body .table-paginate tbody.active {
    display: table-row-group; }

body #referee-dashboard .row {
  margin-bottom: 30px; }

body #referee-dashboard .referee-name {
  background: #1c62a9;
  font: 19px/19px var(--font_primary);
  text-transform: uppercase;
  color: #fff;
  padding: 20px; }
  body #referee-dashboard .referee-name-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    body #referee-dashboard .referee-name-actions__text {
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      color: #FFFFFF;
      font-size: 15px;
      line-height: 15px;
      font-weight: 300;
      font-family: var(--font_secondary), sans-serif;
      text-transform: uppercase;
      white-space: nowrap;
      padding-right: 15px; }
      body #referee-dashboard .referee-name-actions__text span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px; }
    body #referee-dashboard .referee-name-actions__item {
      display: -ms-flexbox;
      display: flex;
      background: #315b74;
      height: 100%;
      text-align: center;
      width: 70px;
      color: #FFFFFF;
      font-size: 39px;
      cursor: pointer; }
      body #referee-dashboard .referee-name-actions__item:last-child {
        background: #1f3d53; }

body #referee-dashboard span.date {
  font: 300 13px/13px var(--font_secondary); }

body #referee-dashboard .location-marker {
  font-size: 35px;
  text-decoration: none;
  color: #161f37;
  cursor: pointer; }

body #referee-dashboard .league-table td:first-child {
  width: 100px; }

body #referee-dashboard .league-table td .btn.primary {
  color: #fff !important; }

body #referee-dashboard .league-table td .first-icon {
  font-size: 45px; }

body .referee-title {
  background: #2f6ca9;
  color: #fff;
  font: 300 19px/19px var(--font_primary);
  text-transform: uppercase;
  padding: 20px; }
  body .referee-title.notes {
    background: #ed1c24; }
  body .referee-title span {
    font: 600 16px/16px var(--font_secondary);
    margin-left: 30px; }

body .table-striped > tbody > tr td.dark {
  background: #c4c4d4 !important; }

body .table-striped > tbody > tr:nth-child(odd) td.dark {
  background: #dddde7 !important; }

body .cost {
  text-align: center;
  color: #2f6ca9;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600; }
  body .cost span {
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    padding-top: 2px;
    line-height: 11px; }
  body .cost.invalid {
    color: #ed1c24; }

body.referee #scoresPopup .modal-dialog,
body.referee #scoresPopup input {
  border-radius: 0; }

body.referee #scoresPopup .modal-header {
  background: #2f6ca9;
  color: white; }
  body.referee #scoresPopup .modal-header .modal-title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold; }
  body.referee #scoresPopup .modal-header .team-name-title {
    font-size: 16px;
    text-transform: uppercase; }

body.referee #scoresPopup .modal-header,
body.referee #scoresPopup .modal-body {
  font-size: 20px;
  text-align: center; }

body.referee #scoresPopup .modal-body {
  padding: 0; }
  body.referee #scoresPopup .modal-body table {
    margin-bottom: 0; }
  body.referee #scoresPopup .modal-body thead th {
    border: none;
    padding: 10px 15px; }
  body.referee #scoresPopup .modal-body thead tr {
    background: white; }
  body.referee #scoresPopup .modal-body tbody tr {
    background: #dddde8; }
    body.referee #scoresPopup .modal-body tbody tr .darker {
      background: #cacada; }
    body.referee #scoresPopup .modal-body tbody tr:nth-child(odd) {
      background: #ececf2; }
      body.referee #scoresPopup .modal-body tbody tr:nth-child(odd) .darker {
        background: #b2b2c4; }
  body.referee #scoresPopup .modal-body td {
    vertical-align: middle; }

body.referee #scoresPopup .modal-section {
  padding: 15px; }
  body.referee #scoresPopup .modal-section .title,
  body.referee #scoresPopup .modal-section button,
  body.referee #scoresPopup .modal-section input {
    font-size: 16px; }
  body.referee #scoresPopup .modal-section .title {
    font-weight: bold; }
  body.referee #scoresPopup .modal-section .add-tmp-player {
    display: -ms-flexbox;
    display: flex; }
    body.referee #scoresPopup .modal-section .add-tmp-player button {
      padding: 5px 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      body.referee #scoresPopup .modal-section .add-tmp-player button span {
        line-height: 1;
        font-size: 14px;
        margin-left: 3px; }
    body.referee #scoresPopup .modal-section .add-tmp-player input {
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 5px; }

body.referee #scoresPopup .alert-success,
body.referee #scoresPopup .alert-danger {
  font-size: 20px;
  text-align: center;
  padding: 15px;
  display: none; }

body.referee #fixtures-results {
  margin: 20px 0 0; }
  body.referee #fixtures-results .edit-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    body.referee #fixtures-results .edit-wrapper .edit-stats {
      background: #ed1c24;
      color: white;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2px 1px;
      width: 60px;
      cursor: pointer; }
      body.referee #fixtures-results .edit-wrapper .edit-stats i {
        margin-right: 3px; }
      body.referee #fixtures-results .edit-wrapper .edit-stats span {
        font-size: 11px; }
  body.referee #fixtures-results .key {
    font: 300 15px/15px var(--font_secondary);
    text-transform: none;
    position: relative;
    top: -4px; }
    body.referee #fixtures-results .key .prepaid {
      background: #56ac26; }
    body.referee #fixtures-results .key .owes {
      background: #ed1c24; }
    body.referee #fixtures-results .key .pay {
      background: #f5950c; }
    body.referee #fixtures-results .key .key-item {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 5px;
      position: relative;
      top: 5px; }

body #disciplinaries {
  margin: 0 0 20px 0; }

body #disc-form {
  background: #fff;
  padding: 15px;
  font: 600 15px/15px var(--font_secondary) !important; }
  body #disc-form .errors {
    display: none; }
  body #disc-form label {
    font-weight: 600 !important;
    text-transform: uppercase; }
  body #disc-form #selects label {
    line-height: 20px;
    padding-top: 7px; }
  body #disc-form textarea {
    height: 188px; }
  body #disc-form .form-control {
    width: 100%;
    margin-bottom: 10px; }
  body #disc-form button.form-control {
    font: 600 15px/15px var(--font_secondary);
    text-transform: uppercase; }
  body #disc-form .table thead tr th {
    background: #d9d9ef; }
  body #disc-form .table tbody tr:nth-child(odd) td:nth-child(odd) {
    background: #cacada; }
  body #disc-form .table tbody tr:nth-child(odd) td:nth-child(even) {
    background: #ececf2; }
  body #disc-form .table tbody tr:nth-child(even) td:nth-child(1) {
    background: #b8baca; }
  body #disc-form .table tbody tr td {
    font: 600 14px/14px var(--font_secondary);
    text-transform: none; }
    body #disc-form .table tbody tr td .btn {
      font: 600 15px/15px var(--font_secondary);
      text-transform: uppercase;
      padding: 6px 12px !important; }

body #ref-stats .table tr td {
  padding: 24px 15px; }

body #ref-stats .table tr td:first-child {
  width: 80%; }
  body #ref-stats .table tr td:first-child span {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    width: 20px;
    text-align: center; }

body #ref-stats .table tr#yellow-cards td:first-child {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 60px; }
  body #ref-stats .table tr#yellow-cards td:first-child span {
    background: #d6d344;
    height: 30px;
    position: relative;
    top: 7px; }

body #ref-stats .table tr#yellow-cards td:nth-child(2) {
  background: #d6d344; }

body #ref-stats .table tr#yellow-cards a {
  color: #161f37; }

body #ref-stats .table tr#red-cards td:first-child {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 60px; }

body #ref-stats .table tr#red-cards span {
  background: #ed1c24;
  height: 30px;
  position: relative;
  top: 7px; }

body #ref-stats .table tr#red-cards td:nth-child(2) {
  background: #ed1c24; }

body #ref-stats .table tr#red-cards a {
  color: #161f37; }

body #ref-stats .table tr:nth-child(odd) td:nth-child(2) {
  background: #dadae4; }

body #ref-stats .table tr:nth-child(even) td:nth-child(2) {
  background: #ceceda; }

body .referee-list {
  display: -ms-flexbox;
  display: flex; }
  body .referee-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row; }
    body .referee-list__item-content, body .referee-list__item-action {
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      background: #dddde8; }
    body .referee-list__item-content {
      width: calc(100% - 70px); }
      body .referee-list__item-content p {
        font-size: 15px;
        color: #161f37;
        line-height: 20px;
        font-weight: 600; }
    body .referee-list__item-action {
      background: #b2b3c4;
      width: 70px;
      padding: 10px; }
    body .referee-list__item-button {
      font-size: 31px;
      line-height: 31px;
      padding: 0;
      display: block;
      width: 100%;
      text-align: center; }
    body .referee-list__item:nth-child(odd) .referee-list__item-content {
      background: #ececf2; }
    body .referee-list__item:nth-child(odd) .referee-list__item-action {
      background: #cac9da; }

@media (max-width: 767px) {
  body .news-letter {
    margin-top: 30px; } }

body #next-appointment {
  background: #161f37;
  padding: 15px;
  color: #FFFFFF;
  text-transform: uppercase; }
  body #next-appointment .title {
    font: 19px/1 var(--font_primary);
    margin: 0 0 15px 0; }
  body #next-appointment .section {
    display: -ms-flexbox;
    display: flex;
    background: #1c62a9;
    padding: 5px;
    font: 14px/1.3 var(--font_primary); }
    body #next-appointment .section.margin {
      margin-bottom: 15px; }
    body #next-appointment .section i.small-icon {
      color: #161f37;
      font-size: 31px;
      line-height: 31px;
      width: 45px;
      text-align: center; }
    @media (max-width: 767px) {
      body #next-appointment .section {
        margin-bottom: 15px; } }
  body #next-appointment .first-icon {
    font-size: 115px;
    margin: 20px 0; }
  body #next-appointment-location {
    display: -ms-flexbox;
    display: flex; }
    body #next-appointment-location__col-1, body #next-appointment-location__col-2 {
      display: -ms-flexbox;
      display: flex;
      vertical-align: middle;
      padding: 10px;
      background: #ececf2; }
    body #next-appointment-location__col-1 {
      background: #c9c9da;
      width: 70px;
      color: #161f37;
      font-size: 39px;
      line-height: 39px;
      text-align: center; }
    body #next-appointment-location__col-2 {
      width: calc(100% - 70px); }
      body #next-appointment-location__col-2 p {
        font-size: 15px;
        color: #161f37;
        text-transform: uppercase;
        line-height: 20px;
        font-weight: 600; }
  @media (max-width: 1024px) {
    body #next-appointment {
      margin-top: 30px; } }

body .notes {
  max-height: 200px;
  overflow: auto; }
  body .notes .note {
    padding: 20px;
    font: 600 14px/14px var(--font_secondary); }
    body .notes .note:nth-child(odd) {
      background: #fff; }
    body .notes .note:nth-child(even) {
      background: #ececf2; }
    body .notes .note i {
      font-size: 17px;
      margin-right: 5px; }
    body .notes .note .note-label {
      margin-right: 15px;
      text-transform: uppercase;
      font-weight: 700; }
    body .notes .note .content {
      margin-top: 5px;
      line-height: 20px; }

body #ref-expenses-detail {
  margin-bottom: 15px; }
  body #ref-expenses-detail #ref-expenses-body {
    background: #fff;
    padding: 15px;
    font: 600 15px/15px var(--font_secondary) !important; }

body #fees #fees-table .table tr td {
  line-height: 22px; }

body #fees #fees-table .table tr:nth-child(odd) td:nth-child(odd) {
  background: #cacada; }

body #fees #fees-table .table tr:nth-child(odd) td:nth-child(even) {
  background: #ececf2; }

body #fees #fees-table .table tr:nth-child(even) td:nth-child(odd) {
  background: #fff; }

body #fees #fees-table .table tr:nth-child(even) td:nth-child(even) {
  background: #dddde8; }

body #fees .submit-results {
  font: 600 15px/15px var(--font_secondary); }

body #fees #bank-total-style {
  color: #ed1c24;
  font: 600 26px/26px var(--font_secondary); }

.away-team-score {
  position: relative;
  padding-bottom: 32px !important; }
  .away-team-score .vs-box {
    position: absolute;
    top: 21px;
    left: -14px;
    width: 27px;
    font-size: 13px; }
  .away-team-score .motm-box {
    position: absolute;
    bottom: 2px;
    left: -85px;
    width: 170px;
    padding: 3px;
    height: auto;
    font: 600 13px/13px var(--font_secondary); }

.fixture-errors {
  position: fixed;
  top: 100px;
  width: 645px;
  margin: auto;
  z-index: 700;
  left: 50%;
  transform: translateX(-50%); }
  .fixture-errors.complete .title {
    background: #2f6ca9; }
  .fixture-errors.complete .complete-content {
    padding: 15px 15px 0;
    background: #fff;
    font: 20px/22px var(--font_primary);
    text-transform: uppercase;
    text-align: center; }
    .fixture-errors.complete .complete-content .bank {
      color: #2f6ca9; }
    .fixture-errors.complete .complete-content .make-payment {
      margin: 5px 0 0 0; }
      .fixture-errors.complete .complete-content .make-payment span {
        color: #ed1c24; }
  .fixture-errors .title {
    background: #ed1c24;
    color: #fff;
    font: 20px/20px var(--font_primary);
    padding: 15px;
    text-transform: uppercase; }
  .fixture-errors .error-content {
    background: #fff; }
    .fixture-errors .error-content .error-single {
      padding: 10px;
      color: #161f37;
      font: 600 14px/14px var(--font_secondary); }
      .fixture-errors .error-content .error-single:nth-child(odd) {
        background: #ececf2; }
      .fixture-errors .error-content .error-single:nth-child(even) {
        background: #dddde8; }
  .fixture-errors .error-footer {
    background: #fff;
    padding: 10px;
    text-align: center; }

.coord-form {
  width: 100%; }

.print-fixtures {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex; }

.print-show {
  display: none; }

#disciplinaries-remaining .table tr th {
  font: 700 15px/15px var(--font_secondary); }

#disciplinaries-remaining .table tr td {
  font-size: 13px; }

body.printable {
  overflow: initial !important; }
  body.printable #help-footer {
    display: none; }
  body.printable #footer-v2 {
    display: none; }

@media print {
  body.printable {
    overflow: initial !important; }
    body.printable #help-footer {
      display: none; }
    body.printable #footer-v2 {
      display: none; }
    body.printable .print-show {
      display: -ms-flexbox;
      display: flex; }
    body.printable .referee-title {
      padding-left: 0;
      padding-right: 0; }
    body.printable #user-bar, body.printable #disciplinaries, body.printable header, body.printable .print-hide, body.printable #fees, body.printable footer {
      display: none; }
    body.printable .print-fixtures {
      display: none; }
    body.printable .notes {
      max-height: 1000000px;
      height: auto;
      overflow: visible; }
      body.printable .notes .note {
        width: 95%;
        border: 1px solid #000; }
    body.printable #fixtures-results thead {
      display: table-row-group; }
    body.printable #fixtures-results .key, body.printable #fixtures-results select, body.printable #fixtures-results input {
      display: none; }
    body.printable #fixtures-results th {
      padding: 8px 1px; }
    body.printable #fixtures-results td {
      font-size: 10px !important;
      padding: 1px; }
      body.printable #fixtures-results td .vs-box {
        display: none; }
      body.printable #fixtures-results td .team-score-square {
        margin-bottom: 12px;
        border: 1px #000 solid;
        width: 18px;
        height: 18px; }
      body.printable #fixtures-results td .mvp-print {
        font-size: 9px;
        line-height: 9px; }
    body.printable #fixtures-results td:first-child {
      width: 60px; }
    body.printable #fixtures-results td:nth-child(4),
    body.printable #fixtures-results td:nth-child(7) {
      width: 130px; }
    body.printable #fixtures-results td:nth-child(5) {
      border-right: 0 !important;
      width: 26px; }
    body.printable #fixtures-results td:nth-child(6) {
      border-left: 0 !important;
      width: 42px; }
    body.printable #fixtures-results td:nth-child(2),
    body.printable #fixtures-results td:nth-child(3),
    body.printable #fixtures-results td:nth-child(8),
    body.printable #fixtures-results td:nth-child(9) {
      width: 50px; }
    body.printable .table,
    body.printable .table th,
    body.printable .table td {
      border: 1px #000 solid; }
    body.printable .table {
      width: 95%; }
    body.printable .table td {
      padding: 3px;
      position: static !important; } }

body.contact {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/page.jpg") no-repeat top left #000; }

body #contact {
  margin: 0 0 30px 0; }
  body #contact .title {
    background: #dddde8;
    color: #161f37;
    font: 25px/25px var(--font_primary);
    padding: 20px;
    text-transform: uppercase; }
  body #contact .contact-form {
    background: #fff;
    padding: 20px; }
    body #contact .contact-form.address {
      font: 15px/17px var(--font_secondary);
      color: #161f37; }
      body #contact .contact-form.address strong {
        font-size: 25px;
        text-transform: uppercase; }
    body #contact .contact-form textarea {
      height: 150px; }
  body #contact #contact-rows {
    color: #161f37;
    font: 15px/19px var(--font_secondary);
    margin: 0 !important; }
    body #contact #contact-rows #telephone-icon {
      background: #dddde8;
      font-size: 40px;
      padding: 30px 0 0 0;
      text-align: center; }
    body #contact #contact-rows #telephone-details {
      background: #efeff4;
      padding: 15px; }
      body #contact #contact-rows #telephone-details strong {
        font-size: 25px; }
    body #contact #contact-rows #telephone-icon, body #contact #contact-rows #telephone-details {
      height: 100px; }
    body #contact #contact-rows #email-icon {
      background: #c4c4d4;
      text-align: center;
      font-size: 34px;
      padding-top: 12px; }
    body #contact #contact-rows #email-details {
      background: #e2e2ea;
      padding-top: 10px; }
      body #contact #contact-rows #email-details strong {
        font-size: 21px; }
      body #contact #contact-rows #email-details a {
        color: #161f37; }
    body #contact #contact-rows #email-icon, body #contact #contact-rows #email-details {
      height: 60px; }

body.page {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/signup.jpg") no-repeat top center #000; }
  body.page section#page .title {
    background: #fff;
    padding: 10px 20px;
    color: #171f37;
    font: 20px/2.5 var(--font_primary);
    text-transform: uppercase; }
  body.page section#page .social li {
    list-style: none;
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px 0 0; }
    body.page section#page .social li .circle {
      background: #161f37; }
    body.page section#page .social li:last-child {
      margin-right: 0; }
  body.page section#page .content {
    padding: 30px;
    background: #fff;
    font: 500 15px/1.7 var(--font_secondary);
    color: #161f37;
    margin-bottom: 30px; }
    body.page section#page .content.noimage {
      background: #f7f7f7; }
    body.page section#page .content .subtitle {
      color: #1c62a9;
      font: 20px/1.2 var(--font_primary); }
    body.page section#page .content ul {
      margin-left: 20px; }
  body.page.search-fixtures section .fixtures {
    padding-top: 50px;
    padding-bottom: 200px; }
  body.page.search-fixtures #fixtures-search-form .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50px; }
    body.page.search-fixtures #fixtures-search-form .wrapper #leagues-filtered,
    body.page.search-fixtures #fixtures-search-form .wrapper #available-teams,
    body.page.search-fixtures #fixtures-search-form .wrapper #available-divisions,
    body.page.search-fixtures #fixtures-search-form .wrapper .customSelectInner {
      width: calc(100% - 0.5rem) !important; }
    body.page.search-fixtures #fixtures-search-form .wrapper .the-leagues,
    body.page.search-fixtures #fixtures-search-form .wrapper .the-teams,
    body.page.search-fixtures #fixtures-search-form .wrapper .the-divisions,
    body.page.search-fixtures #fixtures-search-form .wrapper .the-submit {
      display: none; }
    body.page.search-fixtures #fixtures-search-form .wrapper .loader {
      display: none;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      z-index: 999;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      background: white; }
      body.page.search-fixtures #fixtures-search-form .wrapper .loader:after {
        content: "LOADING...";
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        color: black;
        width: 100%;
        height: 100%;
        font-weight: bold;
        font-size: 30px; }

.justify-center {
  -ms-flex-pack: center;
  justify-content: center; }

.terms-and-conditions {
  background: #fff;
  font: 13px/1.3 var(--font_secondary);
  color: #000;
  padding: 15px;
  height: 200px;
  position: relative;
  overflow: auto;
  margin: 0 0 20px 0; }
  .terms-and-conditions ul, .terms-and-conditions ol {
    margin: 0 0 20px 20px; }

.agree-to-terms {
  background: #2b4ca8;
  color: #fff;
  font: 14px/1.3 var(--font_secondary);
  text-align: center;
  padding: 15px;
  margin: 0 0 20px 0; }
  .agree-to-terms.light {
    background: #1c62a9; }

#team-list {
  font: 600 15px/15px var(--font_secondary); }
  #team-list .pending-team .title {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font: 17px/17px var(--font_primary); }
  #team-list .pending-team:nth-child(odd) .title {
    background: #2b4ca8; }
  #team-list .pending-team:nth-child(even) .title {
    background: #161f37; }
  #team-list .pending-team-players {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0; }

.add-players {
  background: #161f37;
  padding: 25px;
  color: #fff; }
  .add-players .title {
    font: 33px/36px var(--font_primary); }
  .add-players .content {
    font: 15px/18px var(--font_secondary);
    margin: 15px 0; }
    .add-players .content .return-error, .add-players .content .return-success {
      margin: 10px 0;
      display: block;
      font: 700 17px/1 var(--font_secondary); }
    .add-players .content .return-error {
      color: #ce1d25; }
    .add-players .content .return-success {
      color: #7ea146; }
  .add-players .form-control {
    padding: 10px; }
  .add-players .btn {
    font: 21px/21px var(--font_primary);
    padding: 10px;
    height: auto; }

.player-table {
  background: #ececf2; }

#advert-referee {
  width: 100%;
  max-width: 362px;
  height: 808px;
  background: url("https://d393ynejnklmr1.cloudfront.net/img/advert-referee.jpg") no-repeat top center;
  float: right;
  padding: 30px;
  position: relative;
  margin-bottom: 30px; }
  #advert-referee .advert-title {
    font: 50px/1 var(--font_primary);
    color: #fff;
    text-transform: uppercase; }
    #advert-referee .advert-title span {
      color: #1c62a9;
      font-size: 60px; }
  #advert-referee .advert-subtitle {
    font: 17px/1 var(--font_secondary);
    color: #1c62a9;
    margin: 5px 0;
    text-transform: uppercase; }
  #advert-referee .advert-button {
    font: 17px/1 var(--font_primary);
    text-transform: uppercase;
    color: #fff;
    background: #ce1d25;
    padding: 10px;
    text-decoration: none;
    transition: background 0.3s linear;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 70%;
    left: 15%; }
    #advert-referee .advert-button:hover {
      background: #1c62a9; }

#faqs .main-title {
  background: #161f37;
  padding: 15px 20px;
  font: 25px/1.5 var(--font_primary);
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px 0; }
  #faqs .main-title .custom-select {
    background-color: #fff !important;
    color: #161f37; }

#faqs .faq-category-title {
  background: #c5c5d1;
  padding: 15px 20px;
  color: #1c62a9;
  font: 25px/1.5 var(--font_primary);
  text-transform: uppercase; }

#faqs dl.questions dt {
  background: #fff;
  font: 700 17px/1.5 var(--font_primary);
  text-transform: uppercase;
  margin-bottom: 5px; }
  #faqs dl.questions dt a {
    color: #2b2b2b;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 70px 20px 20px; }
    #faqs dl.questions dt a:after {
      position: absolute;
      top: 0;
      right: 0;
      background: #1c62a9;
      width: 70px;
      height: 100%;
      color: #fff;
      font: 35px 'Icomoon';
      content: '\f054';
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
  #faqs dl.questions dt.active a:after {
    display: none; }

#faqs dl.questions dd {
  background: #fff;
  padding: 20px 70px 20px 20px;
  margin: 0 0 5px 0;
  font: 15px/1.5 var(--font_secondary);
  color: #2b2b2b;
  position: relative;
  overflow: hidden;
  display: none; }
  #faqs dl.questions dd .answer-close {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e91c2c;
    width: 70px;
    height: 62px;
    font-size: 35px;
    color: #fff !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    text-decoration: none !important; }
  #faqs dl.questions dd.active {
    display: block; }

#faqs .block {
  margin-bottom: 20px; }

.paging-row {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination {
  margin: auto; }
  .pagination li a, .pagination li span {
    font: 15px/15px var(--font_primary);
    text-transform: uppercase; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-slide .player-card {
    display: inline-block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 62px;
  width: 62px;
  line-height: 62px;
  font-size: 39px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 24px;
  border: none;
  outline: none;
  z-index: 5; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 39px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  background: #396681; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px;
  background: #264760; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "icomoon";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slide .player-card img {
  display: inline-block; }

#carousel .slick-list {
  padding-top: 20px !important; }

.center .slick-slide .player-image {
  transform: scale(1.05) !important; }

.center .slick-slide * {
  transform: scale(0.95); }

.player-1 .slick-slide * {
  transform: scale(1); }

.player-2 .slick-slide * {
  transform: scale(1); }

.player-3 .slick-slide * {
  transform: scale(1); }

.player-4 .slick-slide * {
  transform: scale(1); }

.player-5 .slick-slide * {
  transform: scale(1); }

.center .slick-center * {
  transform: scale(1); }
  .center .slick-center * .player-image {
    transform: scale(1) !important; }

/**
 * ABOUT US PAGE
*/
body.about-us {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-header.jpg") no-repeat top center #000; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.ui-effects-wrapper {
  width: 100% !important;
  height: 100% !important; }

.story {
  margin: 120px 0 0 0;
  position: relative;
  line-height: 0 !important; }
  .story .the-ball {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 270px;
    z-index: 50;
    transition: all 0.2s ease-in-out; }
    .story .the-ball.animated img {
      animation-name: spin;
      animation-duration: 750ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .story .the-ball.scoring {
      transform: scale(0.55); }
    @media (max-width: 991px) {
      .story .the-ball {
        position: absolute !important;
        top: 250px; } }
  .story #our-story {
    color: #fff;
    padding: 0 0 255px 0;
    vertical-align: top; }
    .story #our-story h1 {
      font: 70px/1.2 var(--font_primary);
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .story #our-story h1 {
          font-size: 55px; } }
    .story #our-story #our-story-text {
      font: 700 23px/1.3 var(--font_secondary);
      margin: 0 0 20px 0; }
      @media (max-width: 991px) {
        .story #our-story #our-story-text {
          font-size: 20px; } }
    .story #our-story .btn {
      text-transform: none;
      font: 19px/1 var(--font_primary);
      padding: 8px 25px;
      margin: 0 0 20px 0;
      /*Defined for animations*/
      width: 247px !important;
      height: 41px !important;
      display: inline-block !important; }
      .story #our-story .btn i {
        position: relative;
        top: 1px;
        margin: 0 5px; }
      @media (max-width: 991px) {
        .story #our-story .btn {
          display: none !important; } }
    @media (max-width: 991px) {
      .story #our-story {
        padding-bottom: 200px; } }
  .story .timeline-container {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-repeat.jpg") repeat-y top center; }
    @media (max-width: 991px) {
      .story .timeline-container {
        background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-repeat-mobile.jpg") repeat top center; } }
  .story .timeline {
    font: 500 17px/1 var(--font_secondary);
    color: #fff;
    vertical-align: top;
    padding: 150px 0;
    background: transparent; }
    .story .timeline .col-xs-12 {
      display: -ms-flexbox;
      display: flex; }
    .story .timeline__image {
      display: block;
      width: 100%;
      height: auto;
      text-align: center; }
      .story .timeline__image img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        margin-left: -2500px;
        transition: margin-left 0.5s ease; }
    .story .timeline .year {
      display: block;
      width: 100%;
      height: auto;
      font: 55px/62px var(--font_primary);
      color: #fff;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-year.png") no-repeat -45px center;
      text-align: left;
      padding-left: 125px; }
      .story .timeline .year span {
        position: relative;
        top: -6px; }
      .story .timeline .year__inner {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 1000px;
        transition: margin-left 0.5s ease; }
      @media (max-width: 991px) {
        .story .timeline .year {
          text-align: center;
          background: transparent;
          padding-left: 0;
          padding: 0 20px; } }
    .story .timeline .fact {
      font: 300 17px/1.4 var(--font_secondary); }
    .story .timeline--sub {
      padding-top: 10px; }
    .story .timeline--in-view .year__inner {
      margin-left: 0; }
    .story .timeline--in-view .timeline__image img {
      margin-left: 0; }
    @media (max-width: 991px) {
      .story .timeline {
        padding: 50px 0; }
        .story .timeline .year__inner {
          margin-left: 0; }
        .story .timeline .timeline__image img {
          margin-left: 0; } }
  .story #timeline-footer {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-footer.jpg") no-repeat top center;
    padding: 85px 0 0 0;
    height: 781px;
    position: relative; }
    .story #timeline-footer .container {
      position: relative; }
    .story #timeline-footer #keeper {
      width: 285px;
      position: absolute;
      top: -75px;
      left: 0;
      z-index: 50; }
      @media (max-width: 991px) {
        .story #timeline-footer #keeper {
          display: none !important; } }
    .story #timeline-footer #goal {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-goal.png") no-repeat top center;
      position: relative;
      z-index: 75;
      height: 435px; }
      .story #timeline-footer #goal .story-icon {
        text-align: center;
        color: #fff;
        margin: 100px 0 0 0;
        display: none; }
        .story #timeline-footer #goal .story-icon .icon {
          background: url("https://d393ynejnklmr1.cloudfront.net/img/join-icon-bg.png") no-repeat top center;
          width: 165px;
          height: 165px;
          margin: 0 auto 20px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
        .story #timeline-footer #goal .story-icon .stat {
          font: 300 17px/1.3 var(--font_secondary); }
          .story #timeline-footer #goal .story-icon .stat span {
            font: 38px/1 var(--font_primary); }
        @media (max-width: 991px) {
          .story #timeline-footer #goal .story-icon {
            margin-top: 20px; } }
      @media (max-width: 991px) {
        .story #timeline-footer #goal {
          background: transparent;
          height: auto !important; } }
    .story #timeline-footer #goal-line-1 {
      font: 48px/1 var(--font_primary);
      color: #2b4ca8;
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        .story #timeline-footer #goal-line-1 {
          font-size: 35px;
          margin-top: 30px; } }
    .story #timeline-footer #goal-line-2 {
      font: 39px/1 var(--font_primary);
      color: #fff;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .story #timeline-footer #goal-line-2 {
          font-size: 25px; } }
    @media (max-width: 991px) {
      .story #timeline-footer {
        z-index: 4;
        height: auto;
        padding-top: 0;
        background: url("https://d393ynejnklmr1.cloudfront.net/img/our-story-repeat-mobile.jpg") repeat-y top center; }
        .story #timeline-footer .timeline-footer__inner {
          background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(31, 61, 83, 0.02) 1%, #1f3d53 51%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#1f3d53',GradientType=0 );
          padding-bottom: 25px; } }
  @media (max-width: 1023px) {
    .story {
      margin-top: 180px; } }

.page-top-area {
  position: relative; }
  .page-top-area img {
    display: block;
    width: 100%;
    height: auto; }

body.page section#page .col-xs-12 {
  position: relative; }

body.page section#page .title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: transparent;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  color: #FFFFFF;
  padding: 0 35px; }
  body.page section#page .title .social > ul > li > a {
    background: #FFFFFF;
    color: #161f37; }

@media (max-width: 1023px) {
  .about-us.authed .story {
    margin-top: 240px; } }

@media (min-width: 992px) {
  .blog-home-container {
    padding-top: 150px; } }

#alerts {
  margin: 30px 0 20px 0; }
  #alerts .title-first {
    background: #161f37;
    padding: 20px;
    color: #fff;
    font: 20px/20px var(--font_primary);
    text-transform: uppercase;
    margin-bottom: 20px; }
  #alerts .title-second {
    background: #1c62a9;
    padding: 20px;
    font: 20px/20px var(--font_primary);
    margin-bottom: 20px; }
  #alerts .table td {
    border: 0; }
    #alerts .table td.spacer {
      height: 5px;
      padding: 0; }
    #alerts .table td:nth-child(1) {
      font-size: 35px;
      color: #fff;
      text-align: center; }
      #alerts .table td:nth-child(1).level-success {
        background: #70c01a; }
      #alerts .table td:nth-child(1).level-warning {
        background: #e02b2b; }
      #alerts .table td:nth-child(1).level-info {
        background: #1c62a9; }
    #alerts .table td:nth-child(2) {
      background: #fff; }
    #alerts .table td:nth-child(3) {
      background: #c4c4d1;
      font: 600 15px/15px var(--font_secondary); }
    #alerts .table td:nth-child(4) {
      background: #dddde8;
      font-size: 35px; }
    #alerts .table td .title {
      font: 600 16px/16px var(--font_primary);
      text-transform: uppercase;
      margin: 6px 0 0 0; }
    #alerts .table td .content {
      margin: 6px 0 0 0;
      color: #161f37;
      font: 600 15px/15px var(--font_secondary); }
    #alerts .table td.level-success .title {
      color: #70c01a; }
    #alerts .table td.level-warning .title {
      color: #e02b2b; }
    #alerts .table td.level-info .title {
      color: #1c62a9; }
    #alerts .table td .clear:hover, #alerts .table td .clear:visited, #alerts .table td .clear:active {
      text-decoration: none; }
    #alerts .table td.date {
      padding: 23px 0 0 0; }
  #alerts .clear-bar {
    background: #1c62a9;
    padding: 15px;
    margin: 20px 0 0 0; }
    #alerts .clear-bar .btn {
      background: #161f37;
      font: 20px/20px var(--font_primary);
      text-transform: uppercase;
      color: #fff;
      padding: 10px 20px; }
      #alerts .clear-bar .btn:hover {
        background: #273457; }

.actions #notify-count {
  background: #ce1d25;
  border-radius: 50%;
  font-size: 9px;
  position: absolute;
  top: -4px;
  right: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  display: none; }

#edit-profile {
  font: 15px/15px var(--font_secondary); }
  #edit-profile #edit-profile-title {
    background: #2f6ba9;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
    #edit-profile #edit-profile-title #the-title {
      font: 23px/22px var(--font_primary);
      padding: 10px; }
      #edit-profile #edit-profile-title #the-title span {
        font: 300 16px/17px var(--font_secondary); }
    #edit-profile #edit-profile-title .edit-profile-title {
      background: #161f37;
      color: #fff;
      text-align: center;
      padding: 15px;
      font: 19px/19px var(--font_primary); }
    #edit-profile #edit-profile-title .button {
      padding-top: 13px; }

.edit-title {
  font: 18px/18px var(--font_primary);
  text-transform: uppercase;
  background: #1c62a9;
  color: #fff;
  padding: 15px; }

.edit-form {
  padding: 15px;
  background: #fff; }
  .edit-form.last {
    margin: 0 0 20px 0; }
  .edit-form .form-group .input-group {
    width: 100%; }
    .edit-form .form-group .input-group .input-group-addon {
      width: 45px; }
      .edit-form .form-group .input-group .input-group-addon.default {
        background: #1c62a9;
        font-size: 20px; }
    .edit-form .form-group .input-group .custom-select {
      width: 100%; }
    .edit-form .form-group .input-group select {
      z-index: 5000; }
  .edit-form.grad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e66a1+0,2989d8+0,207cca+4,1f3457+75,1f3457+100 */
    background: #2e66a1;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2e66a1 0%, #2989d8 0%, #207cca 4%, #1f3457 75%, #1f3457 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e66a1', endColorstr='#1f3457',GradientType=0 );
    /* IE6-9 */ }
    .edit-form.grad label {
      color: #fff; }
    .edit-form.grad.reverse {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f3457+0,1f3457+25,207cca+96,2989d8+100,2e66a1+100 */
      background: #1f3457;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #1f3457 0%, #1f3457 25%, #207cca 96%, #2989d8 100%, #2e66a1 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3457', endColorstr='#2e66a1',GradientType=0 );
      /* IE6-9 */ }

.edit-form.invite {
  margin: 0 0 20px 0; }
  .edit-form.invite .input-group {
    width: 100%; }
    .edit-form.invite .input-group .input-group-addon {
      background: #1c62a9;
      font: 18px/18px var(--font_primary);
      padding-top: 9px;
      width: 35px; }
    .edit-form.invite .input-group .form-control {
      margin-bottom: 0; }
  .edit-form.invite.kit {
    color: #161f37;
    font: 16px/22px var(--font_secondary); }
  .edit-form.invite label {
    font: 300 16px/16px var(--font_secondary);
    margin: 0 0 8px 0;
    display: block; }
  .edit-form.invite .form-control {
    padding: 10px 10px 11px;
    height: auto;
    margin: 0 0 8px 0; }

.account-kit-img {
  margin: 0 0 25px 0; }

.delivery-page .kit-label {
  font: 300 13px/1 var(--font_primary);
  text-align: left; }
  .delivery-page .kit-label.left {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    text-align: left !important; }
  .delivery-page .kit-label .kit-quantity {
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 50% 50%;
    background: #fff;
    color: #161f37;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

.kit-label {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font: 15px/1 var(--font_primary);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-wrap: break-word; }
  .kit-label .flag, .kit-label .icon {
    margin-right: 15px; }
  .kit-label .icon {
    font-size: 22px; }

.kit-colours .form-control {
  margin: 0 0 10px 0; }

.kit-colours .input-group {
  margin: 0 0 10px 0; }
  .kit-colours .input-group .form-control {
    margin-bottom: 0; }
  .kit-colours .input-group .find-address {
    border: 0 !important; }

#player-photo {
  position: relative;
  overflow: hidden; }

.confirmation-title {
  color: #fff;
  font: 500 15px/1 var(--font_secondary);
  text-transform: uppercase;
  background: #161f37;
  padding: 7px 12px; }
  .confirmation-title i {
    margin-right: 5px; }

.confirmation-content {
  background: #dcdee1;
  padding: 10px 15px;
  color: #161f37;
  margin: 0 0 10px 0;
  font: 15px/1.4 var(--font_secondary); }

.edit-box-footer {
  /*background:url('https://d393ynejnklmr1.cloudfront.net/img/edit-box-footer.png') no-repeat;
    width:100%;
    height:93px;*/
  margin-bottom: 20px; }

.email-option-text {
  font: 600 14px/20px var(--font_secondary);
  margin: 20px 0 10px 0;
  min-height: 80px; }

@media (max-width: 767px) {
  #delivery-address {
    -ms-flex-order: 2;
    order: 2; }
  #delivery-details {
    -ms-flex-order: 1;
    order: 1; }
    #delivery-details #kit-bg {
      min-height: 0; }
    #delivery-details .kit-img {
      width: 62px; } }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .email-option-text {
    min-height: 110px; } }

@media only screen and (max-width: 768px) and (min-width: 300px) {
  .email-option-text {
    min-height: 45px; } }

body.is-wordpress {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/body/team-profile.jpg") no-repeat top center #000; }
  body.is-wordpress header {
    height: auto; }

.blog-social {
  display: inline-block;
  vertical-align: middle;
  height: 68px;
  position: absolute;
  left: 0;
  bottom: 0; }
  .blog-social__item {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    color: #FFFFFF !important;
    font-size: 35px;
    background: #276ab0;
    cursor: pointer;
    text-decoration: none !important; }
    .blog-social__item-overlay {
      width: 200%;
      position: absolute;
      height: 45px;
      top: -45px;
      background: #171e38;
      left: 50%;
      margin-left: -100%;
      display: none; }
      .blog-social__item-overlay .fb-share-button.fb_iframe_widget {
        line-height: 0; }
    .blog-social__item--odd {
      background: #171e38; }
      .blog-social__item--odd .blog-social__item-overlay {
        background: #276ab0; }
    .blog-social__item:hover .blog-social__item-overlay {
      display: block; }
  .blog-social--right {
    left: auto;
    right: 0; }

.blog-related {
  margin-top: 30px; }
  .blog-related__inner {
    background: #FFFFFF;
    padding: 20px; }
  .blog-related:first-child {
    margin-top: 55px; }

.blog-single {
  margin-top: 55px;
  padding-bottom: 40px; }
  .blog-single-article-title {
    background: #FFFFFF;
    position: relative;
    padding-right: 80px;
    min-height: 70px; }
    .blog-single-article-title:after {
      width: 80px;
      height: 72px;
      position: absolute;
      right: 0px;
      top: 0;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/blog-featured-tail.png") no-repeat;
      content: ''; }
  .blog-single__button {
    margin-top: 20px; }
  .blog-single__inner {
    padding: 30px 45px;
    background: #FFFFFF;
    padding-bottom: 120px; }
    .blog-single__inner p {
      font-size: 15px;
      color: #161f37;
      line-height: 24px;
      font-weight: 600;
      margin-top: 20px; }
      .blog-single__inner p:first-child {
        margin-top: 0; }
  .blog-single-image__overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FFFFFF;
    padding: 15px 27px;
    min-height: 72px;
    max-width: calc(95% - 80px);
    z-index: 5; }
    .blog-single-image__overlay:after {
      width: 80px;
      height: 72px;
      position: absolute;
      right: -80px;
      top: 0;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/blog-featured-tail.png") no-repeat;
      content: ''; }
  .blog-single-image__date {
    color: #1c62a9;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--font_secondary), sans-serif; }
  .blog-single-image__info {
    color: #171f37 !important;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--font_primary), sans-serif;
    margin-top: 6px; }

.blog-post {
  background: #FFFFFF;
  margin-top: 30px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .blog-post__date {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    white-space: nowrap; }
    .blog-post__date-icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      background: #1c62a9;
      text-align: center;
      color: #FFFFFF;
      font-size: 30px;
      z-index: 5; }
    .blog-post__date-overlay {
      display: inline-block;
      vertical-align: middle;
      height: 33px;
      line-height: 33px;
      background: #1c62a9;
      color: #FFFFFF;
      font-size: 15px;
      padding: 0 15px;
      left: -120%;
      position: absolute;
      top: 50%;
      margin-top: -16px;
      z-index: 4;
      transition: left 0.5s ease; }
      .blog-post__date-overlay:before {
        width: 7px;
        height: 14px;
        position: absolute;
        left: -7px;
        top: 50%;
        margin-top: -7px;
        background: url("https://d393ynejnklmr1.cloudfront.net/img/blog-tail.png") no-repeat center transparent;
        content: ''; }
    .blog-post__date:hover .blog-post__date-overlay {
      left: 120%; }
  .blog-post__inner {
    padding: 25px;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .blog-post__inner p {
      font-size: 15px;
      color: #161f37;
      line-height: 24px;
      font-weight: 600;
      margin-top: 8px; }
  .blog-post__title {
    color: #171f37;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: var(--font_primary), sans-serif; }
  .blog-post__button {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background: #1c62a9;
    text-decoration: none;
    font-family: var(--font_primary), sans-serif; }
    .blog-post__button:hover, .blog-post__button:active {
      color: #FFFFFF;
      text-decoration: none; }
  .blog-post-container {
    margin-top: 32px;
    padding-bottom: 60px; }

.blog-featured {
  margin-top: 32px;
  background: #FFFFFF; }
  .blog-featured-image, .blog-featured-content {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 991px) {
      .blog-featured-image, .blog-featured-content {
        width: 100%;
        display: block; } }
  .blog-featured-content__inner {
    padding: 40px; }
    .blog-featured-content__inner p {
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 28px;
      color: #161f37;
      font-weight: 600; }
  .blog-featured-content__title {
    color: #171f37;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--font_primary), sans-serif;
    margin-bottom: 10px; }
  .blog-featured-image__image {
    height: auto;
    max-width: 100%; }
  .blog-featured-image__date {
    color: #1c62a9;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--font_secondary), sans-serif;
    margin-top: 15px; }
  .blog-featured-image__info {
    color: #171f37;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--font_primary), sans-serif;
    margin-top: 6px; }
  .blog-featured-image__overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FFFFFF;
    padding: 0 27px;
    height: 72px; }
    .blog-featured-image__overlay:after {
      width: 80px;
      height: 72px;
      position: absolute;
      right: -80px;
      top: 0;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/blog-featured-tail.png") no-repeat;
      content: ''; }

.blog-header {
  margin-top: 55px; }
  .blog-header-filter {
    width: 50%;
    max-width: 100%;
    background: #dddde8;
    height: 67px;
    padding: 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-header-filter__text, .blog-header-filter__select {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 560px) {
        .blog-header-filter__text, .blog-header-filter__select {
          width: 100%;
          display: block; } }
    .blog-header-filter__text {
      height: 67px;
      line-height: 67px;
      font-size: 23px;
      color: #1c62a9;
      text-transform: uppercase;
      font-family: var(--font_primary), sans-serif; }
      @media (max-width: 560px) {
        .blog-header-filter__text {
          text-align: center;
          line-height: 40px;
          height: auto; } }
    .blog-header-filter__select {
      border: none;
      font-size: 15px;
      font-family: var(--font_secondary), sans-serif;
      height: 40px;
      line-height: 40px;
      padding: 0 25px;
      padding-right: 65px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #FFFFFF;
      text-align: left;
      cursor: pointer;
      margin-left: 25px;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/blog-select-bg.jpg") no-repeat top right #161f37; }
      @media (max-width: 560px) {
        .blog-header-filter__select {
          margin-left: 0; } }
    @media (max-width: 991px) {
      .blog-header-filter {
        width: 100%; } }
    @media (max-width: 560px) {
      .blog-header-filter {
        height: auto;
        padding: 15px; } }
  .blog-header-1 {
    background: #1C62A9;
    height: 67px; }
    .blog-header-1__text {
      display: inline-block;
      padding: 0 25px;
      height: 67px;
      line-height: 67px;
      font-size: 23px;
      color: #171f37;
      text-transform: uppercase;
      font-family: var(--font_primary), sans-serif; }
      @media (max-width: 680px) {
        .blog-header-1__text {
          width: 100%;
          display: block;
          text-align: center; } }
  .blog-header-2 {
    background: #FFFFFF;
    height: 67px; }
    @media (max-width: 560px) {
      .blog-header-2 {
        height: auto; } }
  .blog-header-date {
    float: right;
    height: 67px; }
    .blog-header-date__icon, .blog-header-date__text {
      display: inline-block;
      vertical-align: middle;
      height: 67px;
      line-height: 67px; }
    .blog-header-date__icon {
      width: 67px;
      background: #161f37;
      text-align: center;
      font-size: 30px;
      color: #FFFFFF; }
    .blog-header-date__text {
      color: #FFFFFF;
      font-size: 23px;
      padding: 0 25px;
      background: #293556;
      text-transform: none;
      font-family: var(--font_primary), sans-serif; }
    @media (max-width: 680px) {
      .blog-header-date {
        display: none; } }

.change-players-page #transfer-market-title {
  margin: 20px 0 0 0; }

#transfer-market-title {
  background: #161f37;
  padding: 15px;
  font: 25px/25px var(--font_primary);
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  #transfer-market-title.change-players {
    margin: 0; }
  #transfer-market-title span {
    position: relative; }
    #transfer-market-title span:before, #transfer-market-title span:after {
      position: absolute;
      top: 0;
      width: 44px;
      height: 36px;
      content: ' '; }
    #transfer-market-title span:before {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/tm-title-left.png") no-repeat top left;
      left: -64px; }
    #transfer-market-title span:after {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/tm-title-right.png") no-repeat top left;
      right: -64px; }
  #transfer-market-title.light {
    background: #2f6ba9; }
    #transfer-market-title.light span:before {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/tm-title-light-left.png") no-repeat top left; }
    #transfer-market-title.light span:after {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/tm-title-light-right.png") no-repeat top left; }

#transfer-market-title-content {
  background: #fff;
  padding: 15px 20px;
  font: 600 16px/20px var(--font_secondary);
  color: #161f37;
  text-align: center;
  margin-bottom: 50px; }

#transfer-market {
  margin: 0 0 20px 0; }
  #transfer-market .full {
    width: 100%; }
  #transfer-market .sub-title {
    background: #fff;
    padding: 20px;
    color: #2f6ba9;
    font: 300 21px/21px var(--font_primary);
    text-transform: uppercase;
    margin: 30px 0 0 0; }
  #transfer-market .table .btn.add {
    background: #161f37;
    color: #fff;
    font: 600 13px/13px var(--font_secondary);
    padding: 5px 20px; }
  #transfer-market .table .icon-ll-pitch {
    font-size: 30px; }
  #transfer-market .change-distance {
    background: #9998aa;
    padding: 15px;
    font: 15px/30px var(--font_secondary); }
  #transfer-market .league-days {
    margin: 5px 0 0 0; }
    #transfer-market .league-days .league-day {
      display: inline-block;
      margin: 0 5px 0 0;
      font: 100 11px/11px var(--font_secondary); }
      #transfer-market .league-days .league-day a {
        color: #fff;
        text-decoration: none !important;
        background: #161f37;
        padding: 3px 5px; }
        #transfer-market .league-days .league-day a.active {
          background: #ce1d25; }
  #transfer-market .thanks {
    text-align: center;
    font: 300 15px/18px var(--font_secondary); }
    #transfer-market .thanks .title {
      font: 33px/33px var(--font_primary);
      color: #2f6ba9;
      text-transform: uppercase; }
  #transfer-market #player-photo {
    width: 100%; }
    #transfer-market #player-photo img {
      width: 100%; }

#transfer-market-content {
  background: #fff;
  padding: 20px;
  text-align: center; }
  #transfer-market-content .player-card .player-image:hover .transfer-overlay {
    display: block; }
  #transfer-market-content .player-card .player-image .transfer-overlay {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47, 107, 169, 0.6);
    padding-top: 54px; }
  #transfer-market-content .player-contact {
    margin: 0 4px;
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    background: #161f37; }
    #transfer-market-content .player-contact [class^='icon-'] {
      margin-right: 5px;
      width: 12px;
      display: inline-block; }
    #transfer-market-content .player-contact hr {
      margin: 5px 0; }
  #transfer-market-content .slick-dots {
    position: relative;
    bottom: 0;
    margin: 10px 0; }
    #transfer-market-content .slick-dots li {
      font-size: 20px; }
      #transfer-market-content .slick-dots li.slick-active button {
        background: #161f37; }
      #transfer-market-content .slick-dots li button {
        width: 15px;
        height: 15px;
        background: #2f6ba9;
        border-radius: 50% 50%; }
        #transfer-market-content .slick-dots li button:hover {
          background: #161f37; }
      #transfer-market-content .slick-dots li:hover button {
        background: #161f37; }

.transfer-market-title-holder {
  margin: 50px 0 0 0; }

.transfer-market-back {
  background: #1c62a9;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font: 20px/1 var(--font_primary); }
  .transfer-market-back i {
    margin-right: 5px; }
  .transfer-market-back:hover, .transfer-market-back:active, .transfer-market-back:visited, .transfer-market-back:focus {
    outline: none;
    text-decoration: none;
    color: #fff; }

.transfer-sticky-title {
  font: 25px/1 var(--font_primary);
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.change-players-page .btn-secondary {
  font: 15px/1 var(--font_primary); }

.change-players-page .player-table tr:first-child td {
  background: #bdbece !important; }

.transfer-arrow {
  background: #161f37;
  color: #fff !important;
  font-size: 45px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  outline: none !important; }
  .transfer-arrow:hover {
    background: #1c62a9; }

.transfer-item {
  margin: 0 0 20px 0; }
  .transfer-item .title {
    background: #1c62a9;
    color: #fff;
    font: 19px/1 var(--font_primary);
    text-transform: uppercase;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left; }
    .transfer-item .title img {
      margin-right: 5px; }
    .transfer-item .title a {
      color: #fff;
      display: -ms-flexbox;
      display: flex; }
  .transfer-item .transfer-content {
    background: #fff;
    padding: 15px;
    text-align: center; }
    .transfer-item .transfer-content .player-card {
      margin: 0 auto 20px; }

.add-players-result .result-text {
  color: #fff;
  font: 16px/1.5 var(--font_secondary);
  background: #161f37;
  padding: 20px; }

.add-players-result .player-card-box {
  background: #fff;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .add-players-result .player-card-box .player-card {
    margin: auto; }

.close-transfer-invite {
  background: #2b4ca8;
  color: #fff;
  text-transform: uppercase;
  font: 19px/1 var(--font_primary);
  padding: 5px;
  display: block;
  text-align: center;
  margin: 8px 0 0 0; }
  .close-transfer-invite:hover {
    color: #fff;
    text-decoration: none; }

.billing-items {
  background-color: #ececf2; }
  .billing-items table {
    color: #161f37;
    font: 14px/14px var(--font_secondary);
    padding: 10px; }
    .billing-items table tr:nth-of-type(odd) {
      background-color: #dddde8; }
    .billing-items table tr {
      border-bottom: 1px #cbcbd7 solid; }

.payment {
  max-width: 646px; }
  .payment .icon-success {
    font-size: 98px;
    color: #70c01a; }
  .payment .icon-error {
    font-size: 98px;
    color: #e02b2b; }
  .payment .paid-amount {
    font-size: 45px;
    line-height: 60px;
    color: #ce1d25; }

header {
  padding: 0 0 0 15px;
  height: 65px;
  transition: all 0.5s;
  margin: 0 0 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (min-width: 992px) {
    header {
      position: absolute;
      top: 65px;
      right: 0;
      z-index: 105;
      width: 360px;
      height: 99px;
      padding: 0; } }
  header .toggle-menu {
    cursor: pointer; }
  header #header-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 992px) {
      header #header-left {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0;
        flex: 0;
        padding: 0 15px 0 0; } }
    header #header-left #logo {
      width: 50px; }
      @media (min-width: 992px) {
        header #header-left #logo {
          display: none; } }
      header #header-left #logo img {
        width: 100%; }
    header #header-left .whitelabels {
      -ms-flex: 1;
      flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 992px) {
        header #header-left .whitelabels {
          -ms-flex-order: 2;
          order: 2; }
          header #header-left .whitelabels::before {
            border-left: 1px solid #fff;
            content: ' ';
            height: 27px;
            width: 1px;
            position: relative;
            left: -21px; } }
      header #header-left .whitelabels .choose-site {
        width: 95px; }
        header #header-left .whitelabels .choose-site .wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          height: 46px; }
        header #header-left .whitelabels .choose-site .site {
          margin: 0 2px; }
          header #header-left .whitelabels .choose-site .site.slick-current img {
            width: 30px; }
          header #header-left .whitelabels .choose-site .site img {
            width: 20px;
            transition: all .5s ease; }
  header #header-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 65px; }
    @media (min-width: 992px) {
      header #header-options {
        height: 99px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    header #header-options *, header #header-options a:hover, header #header-options:active, header #header-options:focus {
      outline: 0 !important;
      border: 0 !important;
      outline-offset: 0 !important;
      box-shadow: none; }
    header #header-options-login {
      width: 50%;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/login-corner.png") no-repeat top left #3e78b3;
      height: 100%;
      font: 13px/1 var(--font_secondary), sans-serif;
      color: #fff;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      padding: 0 0 0 30px;
      text-decoration: none; }
      @media (min-width: 992px) {
        header #header-options-login {
          -ms-flex-order: 2;
          order: 2;
          background: none;
          width: auto;
          padding: 0;
          -ms-flex: 1;
          flex: 1;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-align: center;
          align-items: center;
          font-size: 14px; }
          header #header-options-login i {
            margin-right: 10px;
            font-size: 28px; } }
      header #header-options-login i {
        margin-bottom: 5px; }
        @media (min-width: 992px) {
          header #header-options-login i {
            margin-bottom: 0; } }
    header #header-options-menu {
      width: 50%;
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/menu-corner.png") no-repeat top left #e2211c;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
      @media (min-width: 992px) {
        header #header-options-menu {
          -ms-flex-order: 1;
          order: 1;
          background: #e2211c;
          width: 110px;
          -webkit-clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%); } }
      header #header-options-menu i {
        font-size: 35px;
        color: #fff;
        position: relative;
        left: 9px; }
        @media (min-width: 992px) {
          header #header-options-menu i {
            left: -11px;
            font-size: 40px; } }

@media (min-width: 992px) {
  body {
    padding: 190px 0 0 0; } }

body.scrolling header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120; }
  @media (min-width: 992px) {
    body.scrolling header {
      left: auto;
      right: 0;
      width: 360px; } }

body.scrolling #lg-logo {
  display: none; }

@media (min-width: 992px) {
  body.scrolling.authed header {
    width: 600px; } }

body.home {
  padding: 0; }
  body.home header {
    margin: 0; }
  body.home #find-league {
    top: -128px;
    margin-bottom: -128px; }
    @media (min-width: 768px) {
      body.home #find-league {
        top: -183px;
        margin-bottom: -183px; } }

body.search {
  background: none; }
  @media (min-width: 768px) {
    body.search {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/body/page.jpg") no-repeat top left #000; } }

@media (min-width: 992px) {
  body.authed.referee header {
    width: 520px; } }

body.authed.referee header #header-options ul li {
  min-width: 0; }
  @media (min-width: 992px) {
    body.authed.referee header #header-options ul li.notifications {
      background: #3e78b3; }
      body.authed.referee header #header-options ul li.notifications a {
        padding-left: 0; } }

@media (min-width: 992px) {
  body.authed.referee header #header-options-menu {
    -webkit-clip-path: none;
    clip-path: none;
    background-image: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/auth-ref-menu-corner.jpg"); } }

body.authed header {
  background: #212c4d; }
  @media (min-width: 992px) {
    body.authed header {
      width: 600px; } }
  body.authed header #header-left {
    -ms-flex: 0;
    flex: 0;
    padding: 0; }
  body.authed header #header-options {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 992px) {
      body.authed header #header-options {
        -ms-flex: 1;
        flex: 1; } }
    body.authed header #header-options ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      font: 13px/1 var(--font_secondary);
      color: #fff;
      -ms-flex-order: 2;
      order: 2; }
      @media (min-width: 992px) {
        body.authed header #header-options ul {
          -ms-flex: 1;
          flex: 1; } }
      body.authed header #header-options ul li {
        padding: 0 10px;
        color: #fff;
        font-size: 8px;
        line-height: 2.3;
        text-transform: uppercase;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 992px) {
          body.authed header #header-options ul li {
            font-size: 13px;
            min-width: 100px;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
        body.authed header #header-options ul li.my-leagues {
          background: #161f37;
          color: #fff; }
          @media (min-width: 992px) {
            body.authed header #header-options ul li.my-leagues {
              background: #142454; } }
        body.authed header #header-options ul li.notifications {
          background: #3e78b3; }
          @media (min-width: 992px) {
            body.authed header #header-options ul li.notifications {
              background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/auth-player-alert-corner.jpg") no-repeat top left #3e78b3; }
              body.authed header #header-options ul li.notifications a {
                padding-left: 36px; } }
        body.authed header #header-options ul li.settings {
          background: #161f37; }
          @media (min-width: 992px) {
            body.authed header #header-options ul li.settings {
              background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/auth-player-settings-corner.jpg") no-repeat top left #142454; }
              body.authed header #header-options ul li.settings a {
                padding-left: 42px; } }
        body.authed header #header-options ul li.user {
          display: none;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          line-height: 1;
          text-align: left;
          text-transform: none;
          background: #161f37; }
          body.authed header #header-options ul li.user i {
            font-size: 13px; }
          body.authed header #header-options ul li.user a {
            padding: 0;
            margin: 0;
            text-align: left;
            display: block; }
          @media (min-width: 992px) {
            body.authed header #header-options ul li.user {
              background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/auth-player-user-corner.jpg") no-repeat top left #161f37;
              padding-left: 40px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; } }
        body.authed header #header-options ul li a {
          color: #fff;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 10px 0 0 0;
          position: relative;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          body.authed header #header-options ul li a.toggle-menu {
            width: 100%;
            height: 100%; }
          body.authed header #header-options ul li a i, body.authed header #header-options ul li a img {
            font-size: 14px;
            margin: 0 0 3px 0; }
            @media (min-width: 992px) {
              body.authed header #header-options ul li a i, body.authed header #header-options ul li a img {
                font-size: 25px; } }
        body.authed header #header-options ul li.drop {
          -ms-flex-direction: column;
          flex-direction: column; }
          body.authed header #header-options ul li.drop ul {
            -ms-flex-direction: column;
            flex-direction: column; }
            body.authed header #header-options ul li.drop ul li:last-child {
              margin: 0; }
            body.authed header #header-options ul li.drop ul li {
              padding: 0;
              margin: 0 0 4px 0; }
              body.authed header #header-options ul li.drop ul li a {
                background: #cbcbd7 !important; }
    body.authed header #header-options .pop-menu {
      position: absolute;
      top: 69px;
      background: #ececf2;
      border: 1px solid #c0c0c0;
      padding: 5px;
      display: none;
      text-align: left;
      z-index: 135;
      width: 300px;
      right: -147px; }
      body.authed header #header-options .pop-menu#notifications {
        right: -90px; }
        body.authed header #header-options .pop-menu#notifications::before {
          right: 100px; }
      body.authed header #header-options .pop-menu#logged-in-menu {
        right: -33px; }
        body.authed header #header-options .pop-menu#logged-in-menu::before {
          right: 47px; }
      @media (min-width: 992px) {
        body.authed header #header-options .pop-menu {
          width: 275px;
          right: 0;
          top: 104px; }
          body.authed header #header-options .pop-menu#my-leagues::before {
            right: 35px; }
          body.authed header #header-options .pop-menu#notifications::before {
            right: 131px; }
          body.authed header #header-options .pop-menu#logged-in-menu::before {
            right: 72px; } }
      body.authed header #header-options .pop-menu:before {
        position: absolute;
        top: -15px;
        right: 164px;
        background: url("https://d393ynejnklmr1.cloudfront.net/img/menu-arrow.png") no-repeat;
        width: 29px;
        height: 15px;
        content: ' '; }
        @media (min-width: 992px) {
          body.authed header #header-options .pop-menu:before {
            right: 15px; } }
      body.authed header #header-options .pop-menu > ul {
        padding: 0;
        margin: 0;
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column; }
        body.authed header #header-options .pop-menu > ul li {
          background: #dddde8;
          width: 100%;
          margin: 0 0 4px 0;
          height: auto; }
          body.authed header #header-options .pop-menu > ul li a {
            display: block;
            width: 100%;
            color: #171f37;
            font: 14px/14px var(--font_primary);
            text-transform: uppercase;
            text-align: left;
            padding: 10px; }
          body.authed header #header-options .pop-menu > ul li.view-all {
            display: -ms-flexbox;
            display: flex;
            padding: 0; }
            body.authed header #header-options .pop-menu > ul li.view-all a {
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
              background: #2b4ca8;
              font-size: 11px;
              color: #fff;
              height: 30px;
              -ms-flex-direction: row;
              flex-direction: row;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; }
              body.authed header #header-options .pop-menu > ul li.view-all a i {
                font-size: 11px;
                margin: 0 0 0 5px; }
              body.authed header #header-options .pop-menu > ul li.view-all a:first-child {
                margin-right: 2px; }
              body.authed header #header-options .pop-menu > ul li.view-all a:last-child {
                margin-left: 2px; }
      @media (min-width: 768px) {
        body.authed header #header-options .pop-menu#notifications {
          width: 350px; } }
      body.authed header #header-options .pop-menu#notifications ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        body.authed header #header-options .pop-menu#notifications ul li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0;
          -ms-flex-align: stretch;
          align-items: stretch;
          -ms-flex-pack: center;
          justify-content: center; }
          body.authed header #header-options .pop-menu#notifications ul li .icon-holder {
            padding: 5px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center; }
            body.authed header #header-options .pop-menu#notifications ul li .icon-holder i {
              font-size: 30px; }
          body.authed header #header-options .pop-menu#notifications ul li .notify-holder {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 5px; }
            body.authed header #header-options .pop-menu#notifications ul li .notify-holder .notify-title {
              text-transform: uppercase;
              font-weight: bold;
              margin: 0 0 5px 0;
              font: 13px/1 var(--font_secondary); }
            body.authed header #header-options .pop-menu#notifications ul li .notify-holder .notify-content {
              font: 11px/1.2 var(--font_secondary);
              color: #161f37;
              text-transform: none; }
              body.authed header #header-options .pop-menu#notifications ul li .notify-holder .notify-content a {
                display: inline-block !important;
                padding: 0 !important;
                text-transform: none !important;
                width: auto;
                font-size: 11px;
                font-weight: normal; }
          body.authed header #header-options .pop-menu#notifications ul li.level-success .icon-holder {
            background: #70c01a; }
          body.authed header #header-options .pop-menu#notifications ul li.level-success .notify-title {
            color: #70c01a; }
          body.authed header #header-options .pop-menu#notifications ul li.level-success a {
            color: #70c01a; }
          body.authed header #header-options .pop-menu#notifications ul li.level-info .icon-holder {
            background: #1c62a9; }
          body.authed header #header-options .pop-menu#notifications ul li.level-info .notify-title {
            color: #1c62a9; }
          body.authed header #header-options .pop-menu#notifications ul li.level-info a {
            color: #1c62a9; }
          body.authed header #header-options .pop-menu#notifications ul li.level-warning .icon-holder {
            background: #e02b2b; }
          body.authed header #header-options .pop-menu#notifications ul li.level-warning .notify-title {
            color: #e02b2b; }
          body.authed header #header-options .pop-menu#notifications ul li.level-warning a {
            color: #e02b2b; }
    body.authed header #header-options-menu {
      width: 20%;
      background: #e2211c;
      position: relative;
      z-index: 85;
      -ms-flex-order: 2;
      order: 2; }
      body.authed header #header-options-menu i {
        left: 0; }
      @media (min-width: 992px) {
        body.authed header #header-options-menu {
          -ms-flex-order: 1;
          order: 1;
          background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/auth-player-menu-corner.jpg") no-repeat top right #e2211c;
          -webkit-clip-path: none;
          clip-path: none; }
          body.authed header #header-options-menu i {
            left: -15px; } }

#welcome-bar {
  padding: 5px;
  background: #2b4ca8;
  font: 13px/1 var(--font_secondary);
  color: #fff;
  text-align: center; }
  @media (min-width: 992px) {
    #welcome-bar {
      display: none; } }
  #welcome-bar a {
    color: #fff;
    margin: 0 0 0 5px; }

#lg-logo {
  display: none; }
  @media (min-width: 992px) {
    #lg-logo {
      display: block;
      position: absolute;
      top: 65px;
      left: 60px;
      z-index: 300; } }

.banner-pagination {
  display: none;
  text-align: center;
  z-index: 40; }
  @media (min-width: 992px) {
    .banner-pagination {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      top: -30px;
      left: -19px; } }
  .banner-pagination li {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 3px; }
    .banner-pagination li a {
      background: #fff; }
      .banner-pagination li a.active, .banner-pagination li a:hover {
        background: #3e78b3; }
      .banner-pagination li a:visited, .banner-pagination li a:active, .banner-pagination li a:hover, .banner-pagination li a:focus {
        outline: none; }

#find-league {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/find-league-bg.png") no-repeat bottom center;
  padding: 110px 5px 14px;
  position: relative;
  top: -88px;
  margin-bottom: -70px; }
  @media (min-width: 768px) {
    #find-league {
      padding: 124px 0 0;
      min-height: 299px;
      top: -185px;
      z-index: 45;
      background-image: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/find-league-lg-bg.png");
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 992px) {
    #find-league {
      min-height: 230px;
      padding: 43px 0 0; } }
  @media (min-width: 1200px) {
    #find-league {
      min-height: 290px;
      padding-top: 107px; } }
  @media (min-width: 576px) {
    #find-league .container {
      max-width: 630px; } }
  #find-league-title {
    font: 17px/1 var(--font_primary), sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0; }
    @media (min-width: 768px) {
      #find-league-title {
        font-size: 22px; } }
  #find-league .input-group-addon {
    background: #2b4ca8; }
  #find-league input {
    background: #fff;
    color: #161f37;
    font: 15px/1 var(--font_secondary), sans-serif; }
    #find-league input:-ms-input-placeholder {
      color: #161f37; }
    #find-league input::placeholder {
      color: #161f37; }
  #find-league button {
    width: 100%;
    margin: 10px 0 0 0; }
  @media (min-width: 992px) {
    #find-league-all {
      display: -ms-flexbox;
      display: flex; }
      #find-league-all .input-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 40px; }
        #find-league-all .input-group-addon {
          width: 45px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
        #find-league-all .input-group input {
          display: -ms-flexbox;
          display: flex;
          -ms-flex: 1;
          flex: 1; }
      #find-league-all button {
        width: 150px;
        height: 40px;
        margin: 0; } }

#home-cta {
  background: #03111e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 0 0 0; }
  #home-cta .box {
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px 30px 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 3px;
    height: 450px;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: background 0.45s;
    text-decoration: none; }
    #home-cta .box .box-link {
      width: 100%;
      height: 100%; }
    @media (min-width: 768px) {
      #home-cta .box {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media (min-width: 992px) {
      #home-cta .box {
        background-position: center center !important;
        height: 327px; }
        #home-cta .box:hover {
          background-size: 115% !important; } }
    @media (min-width: 1200px) {
      #home-cta .box {
        height: 397px; } }
    @media (min-width: 1500px) {
      #home-cta .box {
        height: 500px; } }
    #home-cta .box#trophies {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/trophies-bg.jpg") no-repeat top center; }
      @media (min-width: 992px) {
        #home-cta .box#trophies {
          background-size: 100%; } }
    #home-cta .box#referees {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/referees-bg.jpg") no-repeat top center; }
      @media (min-width: 992px) {
        #home-cta .box#referees {
          background-size: 100%; } }
    #home-cta .box#international {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/international-bg.jpg") no-repeat top center; }
      @media (min-width: 992px) {
        #home-cta .box#international {
          background-size: 100%; } }
    #home-cta .box#vacancies {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/vacancies-bg.jpg") no-repeat top center;
      position: relative;
      overflow: hidden; }
      @media (min-width: 992px) {
        #home-cta .box#vacancies {
          background-size: 100%; } }
      #home-cta .box#vacancies #vacancies-hover {
        position: absolute;
        bottom: 0;
        left: -100%;
        transition: all 0.5s;
        background: rgba(206, 29, 37, 0.82);
        padding: 30px;
        z-index: 40;
        height: 212px;
        width: 100%;
        max-width: 300px; }
        @media (min-width: 1400px) {
          #home-cta .box#vacancies #vacancies-hover {
            max-width: 350px;
            height: 450px;
            -ms-flex-direction: column;
            flex-direction: column;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: left; } }
        #home-cta .box#vacancies #vacancies-hover::after {
          background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-cta-vacancies.png") no-repeat top right;
          content: ' ';
          width: 213px;
          height: 212px;
          position: absolute;
          top: 0;
          right: 213px;
          z-index: 39; }
          @media (min-width: 1400px) {
            #home-cta .box#vacancies #vacancies-hover::after {
              background-image: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-cta-vacancies-lg.png");
              width: 457px;
              height: 450px;
              z-index: -1;
              right: 457px; } }
        #home-cta .box#vacancies #vacancies-hover-title {
          font: 14px/1 var(--font_primary);
          color: #fff;
          text-transform: uppercase;
          border-bottom: 5px solid #161f37;
          padding-bottom: 5px;
          margin-bottom: 10px;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          @media (min-width: 1400px) {
            #home-cta .box#vacancies #vacancies-hover-title {
              font-size: 23px; } }
        #home-cta .box#vacancies #vacancies-hover-text {
          font: 12px/1.3 var(--font_secondary);
          color: #fff; }
          @media (min-width: 1400px) {
            #home-cta .box#vacancies #vacancies-hover-text {
              font-size: 14px; } }
      #home-cta .box#vacancies:hover .box-title {
        left: -100%; }
      #home-cta .box#vacancies:hover #vacancies-hover {
        left: 0; }
        #home-cta .box#vacancies:hover #vacancies-hover::after {
          right: -213px; }
          @media (min-width: 1400px) {
            #home-cta .box#vacancies:hover #vacancies-hover::after {
              right: -457px; } }
    #home-cta .box-title {
      background: rgba(22, 31, 55, 0.96);
      height: 93px;
      color: #fff;
      padding: 0 15px;
      position: relative;
      transition: all 0.5s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 992px) {
        #home-cta .box-title {
          padding: 20px;
          height: 121px; } }
      @media (min-width: 1200px) {
        #home-cta .box-title {
          padding: 20px 30px; } }
      #home-cta .box-title span {
        font: 14px/1.2 var(--font_primary);
        letter-spacing: 0.4px;
        text-transform: uppercase;
        padding-bottom: 8px;
        border-bottom: 5px solid #ce1d25; }
        @media (min-width: 768px) {
          #home-cta .box-title span {
            font-size: 15px; } }
        @media (min-width: 992px) {
          #home-cta .box-title span {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          #home-cta .box-title span {
            font-size: 23px; } }
      #home-cta .box-title::after {
        background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-cta-corner.png") no-repeat top left;
        content: ' ';
        width: 112px;
        height: 93px;
        position: absolute;
        top: 0;
        right: -112px; }
        @media (min-width: 992px) {
          #home-cta .box-title::after {
            background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-cta-lg-corner.png") no-repeat top right;
            width: 148px;
            height: 121px;
            right: -148px; } }

#home-largest {
  background: #161f37;
  padding: 15px;
  color: #fff;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    #home-largest {
      display: none; } }
  #home-largest-title {
    font: 22px/1.3 var(--font_primary);
    color: #fff; }
  #home-largest-text {
    font: 12px/1.2 var(--font_secondary);
    color: #fff; }
    #home-largest-text span {
      color: #ce1d25; }

#home-endorsements {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/endorsements-bg.jpg") repeat-x top center #3e78b3;
  padding: 30px 15px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5; }
  @media (min-width: 992px) {
    #home-endorsements {
      padding: 40px 0 170px 0;
      background-image: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-endorsements-md-bg.png");
      -ms-flex-direction: row;
      flex-direction: row;
      height: 562px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #home-endorsements-welcome, #home-endorsements-testimonials {
    background: #161f37; }
    @media (min-width: 992px) {
      #home-endorsements-welcome, #home-endorsements-testimonials {
        height: 160px; } }
    @media (min-width: 1200px) {
      #home-endorsements-welcome, #home-endorsements-testimonials {
        height: 235px; } }
  #home-endorsements-welcome {
    display: none; }
    @media (min-width: 992px) {
      #home-endorsements-welcome {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        margin-right: 2%;
        text-align: center;
        width: 100%;
        padding-right: 35px;
        -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #home-endorsements-welcome-title {
          font: 17px/1.3 var(--font_primary);
          color: #fff; } }
    @media (min-width: 992px) and (min-width: 992px) {
      #home-endorsements-welcome-title {
        font-size: 20px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      #home-endorsements-welcome-title {
        font-size: 27px; } }
    @media (min-width: 992px) {
        #home-endorsements-welcome-text {
          font: 12px/1.2 var(--font_secondary);
          color: #fff; } }
    @media (min-width: 992px) and (min-width: 992px) {
      #home-endorsements-welcome-text {
        font-size: 14px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      #home-endorsements-welcome-text {
        font-size: 17px; } }
    @media (min-width: 992px) {
          #home-endorsements-welcome-text span {
            color: #ce1d25; } }
    @media (min-width: 992px) {
      #home-endorsements-welcome {
        padding-right: 55px; } }
  #home-endorsements-testimonials {
    padding: 0;
    max-width: 90vw;
    margin: auto; }
    #home-endorsements-testimonials .slick-slider {
      max-width: 100%;
      margin: 0;
      padding: 0; }
    @media (min-width: 992px) {
      #home-endorsements-testimonials {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-left: 2%;
        width: 100%;
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 1200px) {
      #home-endorsements-testimonials {
        max-width: 650px; } }
    #home-endorsements-testimonials .endorsement-item {
      background: #161f37;
      color: #fff;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        #home-endorsements-testimonials .endorsement-item {
          text-align: left; } }
      @media (min-width: 992px) {
        #home-endorsements-testimonials .endorsement-item {
          -ms-flex-direction: row;
          flex-direction: row;
          padding-left: 45px; } }
      @media (min-width: 1200px) {
        #home-endorsements-testimonials .endorsement-item {
          padding-left: 80px; } }
      #home-endorsements-testimonials .endorsement-item-img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column; }
        #home-endorsements-testimonials .endorsement-item-img img {
          width: 100%;
          -ms-flex-item-align: center;
          align-self: center;
          max-width: 350px; }
        @media (min-width: 992px) {
          #home-endorsements-testimonials .endorsement-item-img {
            -ms-flex-preferred-size: 159px;
            flex-basis: 159px;
            -ms-flex-order: 2;
            order: 2;
            -webkit-clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%); } }
        @media (min-width: 1200px) {
          #home-endorsements-testimonials .endorsement-item-img {
            -ms-flex-preferred-size: 250px;
            flex-basis: 250px; } }
      #home-endorsements-testimonials .endorsement-item-content {
        padding: 10px; }
        @media (min-width: 992px) {
          #home-endorsements-testimonials .endorsement-item-content {
            -ms-flex: 1;
            flex: 1;
            -ms-flex-order: 1;
            order: 1;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-item-align: center;
            align-self: center; } }
        #home-endorsements-testimonials .endorsement-item-content-by {
          font: 14px/1.2 var(--font_primary);
          text-transform: uppercase; }
          @media (min-width: 768px) {
            #home-endorsements-testimonials .endorsement-item-content-by {
              font-size: 17px; } }
          @media (min-width: 1200px) {
            #home-endorsements-testimonials .endorsement-item-content-by {
              margin-bottom: 10px; } }
        #home-endorsements-testimonials .endorsement-item-content-text {
          font: 13px/1.2 var(--font_secondary); }
          @media (min-width: 768px) {
            #home-endorsements-testimonials .endorsement-item-content-text {
              font-size: 15px; } }
    @media (min-width: 992px) {
      #home-endorsements-testimonials .slick-dots {
        bottom: 6px;
        left: 53px;
        width: auto; } }
    @media (min-width: 1200px) {
      #home-endorsements-testimonials .slick-dots {
        left: 87px;
        bottom: 20px; } }
    #home-endorsements-testimonials .slick-dots li {
      width: 13px;
      height: 13px; }
      #home-endorsements-testimonials .slick-dots li.slick-active button {
        background: #3e78b3; }
      #home-endorsements-testimonials .slick-dots li button {
        background: #fff;
        border-radius: 50% 50%;
        width: 13px;
        height: 13px; }
        #home-endorsements-testimonials .slick-dots li button:before {
          display: none; }

#home-youtube {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/ll-video.png") no-repeat bottom center #3e78b3;
  padding: 40px 0 150px;
  text-align: center;
  position: relative;
  z-index: 4; }
  @media (min-width: 768px) {
    #home-youtube {
      z-index: 3;
      background-image: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/youtube-md-bg.jpg");
      background-size: cover; } }
  @media (min-width: 992px) {
    #home-youtube {
      top: -80px;
      margin-bottom: -80px;
      padding: 150px 0 180px; } }
  #home-youtube .title {
    font: 18px/1 var(--font_primary);
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
    @media (min-width: 768px) {
      #home-youtube .title {
        font-size: 23px; } }
  #home-youtube .sub-title {
    font: 12px/1 var(--font_secondary);
    color: #161f37;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      #home-youtube .sub-title {
        font-size: 17px; } }
  #home-youtube img {
    width: 100%;
    max-width: 100%; }
  #home-youtube iframe {
    height: 300px; }
    @media (min-width: 768px) {
      #home-youtube iframe {
        height: 600px; } }

@media (min-width: 768px) {
  #own-franchise {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-franchise-md-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 200px 0 0;
    min-height: 568px;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1200px) {
  #own-franchise {
    min-height: 680px; } }

@media (min-width: 1600px) {
  #own-franchise {
    min-height: 780px; } }

#own-franchise-player {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/home-franchise-bg.jpg") no-repeat top center;
  height: 575px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    #own-franchise-player {
      display: none; } }

#own-franchise-content {
  background: #161f37;
  color: #fff;
  padding: 15px;
  font: 14px/1.2 var(--font_secondary); }
  @media (min-width: 768px) {
    #own-franchise-content {
      max-width: 450px;
      font-size: 15px; } }
  @media (min-width: 992px) {
    #own-franchise-content {
      padding: 15px 30px 15px 75px;
      max-width: 700px;
      position: relative;
      -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%); }
      #own-franchise-content::after {
        position: absolute;
        top: -20px;
        right: 69px;
        border-right: 15px solid #ce1d25;
        content: ' ';
        height: 128%;
        transform: rotate(29deg); } }
  #own-franchise-content .title {
    font: 19px/1.3 var(--font_primary);
    text-transform: uppercase;
    margin: 0 0 5px 0; }
    @media (min-width: 768px) {
      #own-franchise-content .title {
        font-size: 24px; } }
    @media (min-width: 992px) {
      #own-franchise-content .title {
        font-size: 34px; } }
  #own-franchise-content span {
    color: #ce1d25;
    font-weight: bold; }
  #own-franchise-content .btn {
    display: block;
    padding: 15px 20px;
    background: #2b4ca8; }
    @media (min-width: 768px) {
      #own-franchise-content .btn {
        display: inline-block;
        padding: 10px 20px; } }

#home-join-us {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/join-us-bg.jpg") no-repeat top center;
  padding: 25px 0 135px 0;
  color: #fff;
  position: relative;
  z-index: 4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), 0% 100%); }
  @media (min-width: 992px) {
    #home-join-us {
      background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/join-us-lg-bg.jpg") no-repeat top center #161f37;
      -webkit-clip-path: none;
      clip-path: none;
      height: 800px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0; }
      #home-join-us .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        transform: rotate(-13deg);
        position: relative;
        top: -97px; } }
  #home-join-us-player {
    display: none; }
    @media (min-width: 992px) {
      #home-join-us-player {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; } }
  #home-join-us-title {
    background: #161f37;
    font: 19px/1.2 var(--font_primary);
    text-transform: uppercase;
    padding: 15px;
    margin: 0 0 15px 0; }
    @media (min-width: 992px) {
      #home-join-us-title {
        font-size: 25px;
        margin: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        height: 160px; } }
    @media (min-width: 1200px) {
      #home-join-us-title {
        padding: 20px;
        font-size: 30px;
        width: 540px; } }
  #home-join-us .home-join-icons {
    background: #161f37;
    padding: 15px;
    margin: 0 0 10px 0;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      #home-join-us .home-join-icons {
        margin: 0 0 0 15px;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 160px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #home-join-us .home-join-icons-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
      @media (min-width: 992px) {
        #home-join-us .home-join-icons-icon {
          -ms-flex-order: 2;
          order: 2; } }
    #home-join-us .home-join-icons-text {
      font: 14px/1.1 var(--font_secondary);
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 992px) {
        #home-join-us .home-join-icons-text {
          -ms-flex-order: 1;
          order: 1;
          text-align: center;
          font-size: 17px;
          margin: 0 0 10px 0; } }
  #home-join-us .btn {
    display: block;
    padding: 15px 20px;
    background: #2b4ca8; }
    @media (min-width: 992px) {
      #home-join-us .btn.mob-o {
        display: none; } }
    #home-join-us .btn.mob-h {
      display: none; }
      @media (min-width: 992px) {
        #home-join-us .btn.mob-h {
          display: inline-block;
          padding: 10px;
          margin: 5px 0 0 0; } }

#home-player {
  background: #161f37;
  position: relative;
  top: -75px;
  margin-bottom: -75px;
  text-align: center; }
  @media (min-width: 992px) {
    #home-player {
      display: none; } }
  #home-player img {
    position: relative;
    top: -50px;
    z-index: 6; }

#useful-links {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/join-us-bg.jpg") repeat-x top center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #useful-links-close {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none; }
  #useful-links ul {
    margin: 35px 0 0 0;
    width: 100%;
    max-width: 300px; }
    #useful-links ul li {
      margin: 0 0 2px 0; }
      @media (min-width: 992px) {
        #useful-links ul li {
          margin: 0 0 3px 0; } }
      #useful-links ul li a {
        color: #fff;
        font: 12px/1 var(--font_secondary);
        text-transform: uppercase;
        background: #082745;
        padding: 5px;
        display: block;
        position: relative; }
        @media (min-width: 375px) {
          #useful-links ul li a {
            font-size: 14px;
            padding: 7px; }
            #useful-links ul li a::after {
              top: 7px; } }
        @media (min-width: 992px) {
          #useful-links ul li a {
            font-size: 15px; }
            #useful-links ul li a::after {
              top: 8px; } }
        #useful-links ul li a::after {
          position: absolute;
          top: 5px;
          right: 10px;
          content: '\f054';
          font-family: 'icomoon';
          speak: none;
          color: #fff; }

#help-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 155;
  height: 55px;
  background: #cf2523;
  box-shadow: 0px -7px 5px -1px rgba(0, 0, 0, 0.22);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 10px 0 0; }
  @media (min-width: 768px) {
    #help-footer {
      height: 75px; } }
  #help-footer-logo {
    padding: 5px 25px 5px 15px;
    background: #161f37;
    -webkit-clip-path: polygon(0 0%, 100% 0, 82% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 82% 100%, 0% 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #help-footer-logo {
        padding: 5px 35px 5px 25px; } }
    #help-footer-logo img {
      width: 45px; }
      @media (min-width: 768px) {
        #help-footer-logo img {
          width: 70px; } }
      @media (min-width: 992px) {
        #help-footer-logo img {
          width: 80px; } }
  #help-footer-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0; }
    #help-footer-btns .btn {
      padding: 3px 6px;
      font-size: 11px;
      margin: 0 0 0 5px; }
      @media (min-width: 768px) {
        #help-footer-btns .btn {
          font-size: 14px;
          margin: 0 0 0 15px;
          padding: 5px 15px; } }
      @media (min-width: 992px) {
        #help-footer-btns .btn {
          font-size: 16px;
          padding: 10px 25px; } }
      #help-footer-btns .btn span {
        display: none; }
        @media (min-width: 375px) {
          #help-footer-btns .btn span {
            display: inline-block;
            margin-right: 3px; } }
      #help-footer-btns .btn:first-child {
        margin: 0; }

#site-wrapper {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  min-height: calc(100vh - 64px); }
  @media (min-width: 768px) {
    #site-wrapper {
      min-height: calc(100vh - 99px); } }

#footer-v2 {
  background: #050b1f;
  height: 64px;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    #footer-v2 {
      height: 99px; } }
  #footer-v2 .mob-h {
    display: none; }
    @media (min-width: 768px) {
      #footer-v2 .mob-h {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    #footer-v2 .mob-o {
      display: none; } }
  #footer-v2-menu {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/footer-menu-corner.png") no-repeat top right #df2326;
    width: 76px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    padding: 0 18px 0 0px;
    font: 10px/1.2 var(--font_primary);
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer; }
    #footer-v2-menu i {
      font-size: 25px; }
      @media (min-width: 768px) {
        #footer-v2-menu i {
          font-size: 35px; } }
    @media (min-width: 768px) {
      #footer-v2-menu {
        background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/footer-menu-corner-lg.jpg") no-repeat top right #df2326;
        padding: 0;
        width: 106px;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 33px; } }
  #footer-v2-social {
    background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/footer-social-corner.png") no-repeat top right #142454;
    padding: 0 35px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      #footer-v2-social {
        background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/footer-social-corner-lg.png") no-repeat top right #142454;
        padding: 0 65px 0 0; } }
    #footer-v2-social ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #footer-v2-social ul li {
        margin: 0 6px 0 0; }
        @media (min-width: 992px) {
          #footer-v2-social ul li {
            margin: 0 13px 0 0; } }
        #footer-v2-social ul li a {
          border: 0;
          background: none; }
          #footer-v2-social ul li a i {
            font-size: 15px; }
            @media (min-width: 992px) {
              #footer-v2-social ul li a i {
                font-size: 25px; } }
        #footer-v2-social ul li:last-child {
          margin-right: 0; }
  #footer-v2-contact {
    -ms-flex: 1;
    flex: 1;
    font: 12px/1 var(--font_primary);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px; }
    @media (min-width: 576px) {
      #footer-v2-contact {
        font-size: 14px; } }
    @media (min-width: 992px) {
      #footer-v2-contact {
        font-size: 18px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 30px; } }
    #footer-v2-contact a {
      margin: 0 10px 0 0;
      color: #fff; }
      #footer-v2-contact a:last-child {
        margin-right: 0; }
      @media (min-width: 768px) {
        #footer-v2-contact a i {
          margin: 0 5px 0 0; } }
    #footer-v2-contact .blue {
      display: none;
      font-family: var(--font_secondary); }
      @media (min-width: 1200px) {
        #footer-v2-contact .blue {
          font-size: 11px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -ms-flex: 1;
          flex: 1;
          text-align: right; } }
      #footer-v2-contact .blue a {
        color: #2b4ca8; }
        #footer-v2-contact .blue a i {
          color: #ce1d25; }

#nav-menu {
  background: url("https://d393ynejnklmr1.cloudfront.net/img/template-v2/join-us-bg.jpg") repeat-x top center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #nav-menu.hidden {
    display: none; }
  #nav-menu-close {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none; }
  #nav-menu-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    max-width: 300px; }
    @media (min-width: 768px) {
      #nav-menu-buttons {
        width: 100%; } }
    #nav-menu-buttons a {
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      text-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 10px 0;
      padding: 0 0 0 15px;
      border: 0; }
      #nav-menu-buttons a div {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        height: 42px;
        -ms-flex-align: center;
        align-items: center; }
      #nav-menu-buttons a span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        background: #2b4ca8;
        height: 42px;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #nav-menu-buttons a span i {
          font-size: 25px; }
  #nav-menu ul {
    margin: 30px 0 0 0; }
    #nav-menu ul li {
      margin: 0 0 10px 0;
      text-align: center; }
      #nav-menu ul li a {
        color: #fff;
        font: 20px/1 var(--font_primary);
        text-transform: uppercase;
        text-align: center; }

#nav-menu-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  #nav-menu-social ul li {
    margin: 0 15px 0 0; }
    #nav-menu-social ul li:last-child {
      margin-right: 0; }
    #nav-menu-social ul li a.circle {
      background: none;
      padding: 0; }

#search-results {
  background: #fff; }

.no-padding-left {
  padding-left: 0; }
  @media (max-width: 768px) {
    .no-padding-left {
      padding-left: 0.5rem; } }

.no-padding-right {
  padding-right: 0; }
  @media (max-width: 768px) {
    .no-padding-right {
      padding-right: 0.5rem; } }

.no-padding-top {
  padding-top: 0; }
  @media (max-width: 768px) {
    .no-padding-top {
      padding-top: 0.5rem; } }

.no-padding-bottom {
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .no-padding-bottom {
      padding-bottom: 0.5rem; } }

/*# sourceMappingURL=app.css.map */
