@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/****************************************************************************/
@font-face {
  font-family: 'capture_itregular';
  src: url('/assets/css/capture_it_0-webfont.eot');
  src: url('/assets/css/capture_it_0-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/css/capture_it_0-webfont.woff') format('woff'), url('/assets/css/capture_it_0-webfont.ttf') format('truetype'), url('/assets/css/capture_it_0-webfont.svg#capture_itregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/****************************************************************************/
/****************************************************************************
Flaticon icon font: Flaticon
Creation date: 23/04/2016 12:53
*/
@font-face {
  font-family: "Flaticon";
  src: url("/assets/css/Flaticon.eot");
  src: url("/assets/css/Flaticon.eot?#iefix") format("embedded-opentype"), url("/assets/css/Flaticon.woff") format("woff"), url("/assets/css/Flaticon.ttf") format("truetype"), url("/assets/css/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/assets/css/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="fi-"]:before,
[class*=" fi-"]:before,
[class^="fi-"]:after,
[class*=" fi-"]:after {
  font-family: Flaticon;
  font-size: 1.5em;
  font-style: normal;
  display: inline-block;
}
/*.fi-mma:before { content: "\f100"; }
.fi-golf:before { content: "\f101"; }
.fi-hockey:before { content: "\f102"; }
.fi-baseball:before { content: "\f103"; }
.fi-basketball:before { content: "\f104"; }
.fi-football:before { content: "\f105"; }
*/
.fi-check-box:before {
  content: "\f100";
}
.fi-checked-box:before {
  content: "\f101";
}
.fi-squares:before {
  content: "\f102";
}
.fi-bracket:before {
  content: "\f103";
}
.fi-hockey:before {
  content: "\f104";
}
.fi-basketball:before {
  content: "\f105";
}
.fi-mma:before {
  content: "\f106";
}
.fi-survivor:before {
  content: "\f107";
}
.fi-football:before {
  content: "\f108";
}
.fi-golf:before {
  content: "\f109";
}
.fi-baseball:before {
  content: "\f10a";
}
.fi-pickem:before {
  content: "\f10b";
}
.fi-conf-pickem:before {
  content: "\f10c";
}
/****************************************************************************/
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.25;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.25vw;
  background: url('../images/chalkboard-green.jpg') bottom center;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin-bottom: 1rem;
}
strong {
  font-weight: 600;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
pre {
  background: #fff;
  border: 1px solid #333;
  margin: 3px 10px;
  font-size: 1rem;
  padding: 5px;
}
label {
  font-weight: 600 !important;
  display: block !important;
}
.bg-light {
  background: #eaeaea !important;
}
.bg-gp {
  background: #0e2938 !important;
  color: #fff;
}
/*==========================
    Custom Framework
===========================*/
/* BORDER RADIUS */
.radius-bl,
.radius-b,
.radius-l,
.radius-all {
  border-bottom-left-radius: 4px;
}
.radius-br,
.radius-b,
.radius-r,
.radius-all {
  border-bottom-right-radius: 4px;
}
.radius-tl,
.radius-t,
.radius-l,
.radius-all {
  border-top-left-radius: 4px;
}
.radius-tr,
.radius-t,
.radius-r,
.radius-all {
  border-top-right-radius: 4px;
}
/* FONT SIZE */
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-70 {
  font-size: 70px !important;
}
.lh-36 {
  line-height: 36px !important;
}
.fs-7vw {
  font-size: 5vmin !important;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-xs {
  font-size: .65rem !important;
}
.fs-sm {
  font-size: .85rem !important;
}
.fs-norm {
  font-size: 1rem !important;
}
.fs-md {
  font-size: 1.25rem !important;
}
.fs-lg {
  font-size: 1.5rem !important;
}
.fs-xl {
  font-size: 2rem !important;
}
@media screen and (max-width: 480px) {
  .fs-7vw {
    font-size: 7vmin !important;
  }
}
/* TEXT STYLES */
.bold {
  font-weight: 700 !important;
}
.sBold {
  font-weight: 600 !important;
}
.norm {
  font-weight: 400 !important;
}
.u {
  text-decoration: underline !important;
}
.upper {
  text-transform: uppercase !important;
}
.hover {
  cursor: pointer !important;
}
.hover:hover {
  text-decoration: underline !important;
}
.line {
  text-decoration: line-through !important;
}
.italic {
  font-style: italic !important;
}
/* DISPLAY */
.block {
  display: block !important;
}
.block.right {
  margin-right: 0;
  margin-left: auto;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.hide {
  display: none !important;
}
/* POSITIONING */
.top-neg10 {
  top: -10px !important;
}
/* WIDTH */
.width-1 {
  width: 4.16666666666667%;
}
.width-2 {
  width: 8.33333333333333%;
}
.width-3 {
  width: 12.5%;
}
.width-4 {
  width: 16.6666666666667%;
}
.width-5 {
  width: 20.8333333333333%;
}
.width-6 {
  width: 25%;
}
.width-7 {
  width: 29.1666666666667%;
}
.width-8 {
  width: 33.3333333333333%;
}
.width-9 {
  width: 37.5%;
}
.width-10 {
  width: 41.6666666666667%;
}
.width-11 {
  width: 45.8333333333333%;
}
.width-12 {
  width: 50%;
}
.width-13 {
  width: 54.1666666666667%;
}
.width-14 {
  width: 58.3333333333333%;
}
.width-15 {
  width: 62.5%;
}
.width-16 {
  width: 66.6666666666667%;
}
.width-17 {
  width: 70.8333333333333%;
}
.width-18 {
  width: 75%;
}
.width-19 {
  width: 79.1666666666667%;
}
.width-20 {
  width: 83.33333333333334%;
}
.width-21 {
  width: 87.5%;
}
.width-22 {
  width: 91.6666666666667%;
}
.width-23 {
  width: 95.8333333333333%;
}
.width-24 {
  width: 100%;
}
/* BORDERS */
.bdr-t,
.bdr-tb,
.bdr-tbr,
.bdr-tbl,
.bdr-tlr,
.bdr {
  border-top: 1px solid #0e2938;
}
.bdr-r,
.bdr-rl,
.bdr-tbr,
.bdr-tlr,
.bdr-blr,
.bdr {
  border-right: 1px solid #0e2938;
}
.bdr-b,
.bdr-tb,
.bdr-tbr,
.bdr-tbl,
.bdr-blr,
.bdr {
  border-bottom: 1px solid #0e2938;
}
.bdr-l,
.bdr-rl,
.bdr-tbl,
.bdr-tlr,
.bdr-blr,
.bdr {
  border-left: 1px solid #0e2938;
}
.bdr-t-g,
.bdr-tb-g,
.bdr-tbr-g,
.bdr-tbl-g,
.bdr-tlr-g,
.bdr-g {
  border-top: 1px solid #dddddd;
}
.bdr-r-g,
.bdr-rl-g,
.bdr-tbr-g,
.bdr-tlr-g,
.bdr-blr-g,
.bdr-g {
  border-right: 1px solid #dddddd;
}
.bdr-b-g,
.bdr-tb-g,
.bdr-tbr-g,
.bdr-tbl-g,
.bdr-blr-g,
.bdr-g {
  border-bottom: 1px solid #dddddd;
}
.bdr-l-g,
.bdr-rl-g,
.bdr-tbl-g,
.bdr-tlr-g,
.bdr-blr-g,
.bdr-g {
  border-left: 1px solid #dddddd;
}
.bdr-t-2g,
.bdr-tb-2g,
.bdr-tbr-2g,
.bdr-tbl-2g,
.bdr-tlr-2g,
.bdr-2g {
  border-top: 2px solid #dddddd;
}
.bdr-r-2g,
.bdr-rl-2g,
.bdr-tbr-2g,
.bdr-tlr-2g,
.bdr-blr-2g,
.bdr-2g {
  border-right: 2px solid #dddddd;
}
.bdr-b-2g,
.bdr-tb-2g,
.bdr-tbr-2g,
.bdr-tbl-2g,
.bdr-blr-2g,
.bdr-2g {
  border-bottom: 2px solid #dddddd;
}
.bdr-l-2g,
.bdr-rl-2g,
.bdr-tbl-2g,
.bdr-tlr-2g,
.bdr-blr-2g,
.bdr-2g {
  border-left: 2px solid #dddddd;
}
.bdr-t-2,
.bdr-tb-2,
.bdr-tbr-2,
.bdr-tbl-2,
.bdr-tlr-2,
.bdr-2 {
  border-top: 2px solid #0e2938;
}
.bdr-r-2,
.bdr-rl-2,
.bdr-tbr-2,
.bdr-tlr-2,
.bdr-blr-2,
.bdr-2 {
  border-right: 2px solid #0e2938;
}
.bdr-b-2,
.bdr-tb-2,
.bdr-tbr-2,
.bdr-tbl-2,
.bdr-blr-2,
.bdr-2 {
  border-bottom: 2px solid #0e2938;
}
.bdr-l-2,
.bdr-rl-2,
.bdr-tbl-2,
.bdr-tlr-2,
.bdr-blr-2,
.bdr-2 {
  border-left: 2px solid #0e2938;
}
.bdr-t-none {
  border-top: none !important;
}
.bdr-b-none {
  border-bottom: none !important;
}
.bdr-w24:not(:last-child) {
  -webkit-box-shadow: 0px 24px 1px -24px #0e2938;
  -moz-box-shadow: 0px 24px 1px -24px #0e2938;
  box-shadow: 0px 24px 1px -24px #0e2938;
}
.height-35 {
  height: 35px !important;
}
/* Position Classes */
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.t-1 {
  top: 1px !important;
}
.t-2 {
  top: 2px !important;
}
.t-3 {
  top: 3px !important;
}
.t-4 {
  top: 4px !important;
}
.t-5 {
  top: 5px !important;
}
.t-10 {
  top: 10px !important;
}
.t-15 {
  top: 15px !important;
}
.t-20 {
  top: 20px !important;
}
.b-1 {
  bottom: 1px !important;
}
.b-2 {
  bottom: 2px !important;
}
.b-3 {
  bottom: 3px !important;
}
.b-4 {
  bottom: 4px !important;
}
.b-5 {
  bottom: 5px !important;
}
.b-10 {
  bottom: 10px !important;
}
.b-15 {
  bottom: 15px !important;
}
.b-20 {
  bottom: 20px !important;
}
.l-1 {
  left: 1px !important;
}
.l-2 {
  left: 2px !important;
}
.l-3 {
  left: 3px !important;
}
.l-4 {
  left: 4px !important;
}
.l-5 {
  left: 5px !important;
}
.l-10 {
  left: 10px !important;
}
.l-15 {
  left: 15px !important;
}
.l-20 {
  left: 20px !important;
}
.r-1 {
  right: 1px !important;
}
.r-2 {
  right: 2px !important;
}
.r-3 {
  right: 3px !important;
}
.r-4 {
  right: 4px !important;
}
.r-5 {
  right: 5px !important;
}
.r-10 {
  right: 10px !important;
}
.r-15 {
  right: 15px !important;
}
.r-20 {
  right: 20px !important;
}
/* BACKGROUNDS */
.bg-green {
  background: #1b9e2c;
  color: #ffffff;
}
.bg-yellow {
  background: #ffde20 !important;
  color: #0e2938 !important;
}
.bg-white {
  background: url("/assets/images/grunge_new90.jpg");
  color: #0e2938;
  padding: 2em 0;
}
/* Font Colors */
.green {
  color: #1b9e2c;
}
.red {
  color: #cb231a;
}
.yellow {
  color: #ffde20;
}
.blue {
  color: #0e2938;
}
/* Font Sizes */
.fs-1 {
  font-size: .75rem !important;
}
.fs-2 {
  font-size: .85rem !important;
}
.fs-3 {
  font-size: 1rem !important;
}
.fs-4 {
  font-size: 1.25rem !important;
}
.fs-5 {
  font-size: 1.5rem !important;
}
/* TExt Decoration*/
.text-line-through {
  text-decoration: line-through !important;
}
/*================== 
    Top Nav 
==================*/
.main-nav {
  display: block;
  padding: 5px 15px;
  background-color: #efefef;
  width: 100%;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 50;
  height: 60px;
}
.main-nav .navbar-nav {
  float: right;
  padding: 5px 0;
}
.main-nav .logo-wrap {
  float: left;
}
.main-nav .logo-wrap img {
  max-width: 275px;
  padding: 1px 0;
}
.main-nav .navbar-nav > li:hover > a {
  background: rgba(210, 210, 210, 0.4);
}
.navbar-nav > li > a {
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85rem;
  line-height: 40px;
  height: 40px;
  color: #0e2938;
  font-weight: 600;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  background-color: transparent;
  color: #1b9e2c;
}
.toggle-menu {
  display: none;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  border-radius: 0;
  /*border-top: 0;*/
  padding: 0;
  background-color: #0e2938;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175);
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  border-radius: 0;
  /*border-top: 0;*/
  padding: 0;
  background-color: #dddddd;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #ccc;
}
.dropdown-item {
  color: #0e2938;
  padding: .25rem .75rem;
}
.dropdown-item:hover {
  background: #BDBDBD;
}
.sub-nav {
  padding: 0px;
  background-color: #0e2938;
  width: 100%;
  position: relative;
  z-index: 15;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.4);
  top: -1px;
}
.sub-nav > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.sub-nav .custom-dropdown {
  display: block;
  padding-top: 1.5rem;
  padding-left: 10px;
}
.sub-nav .navbar-nav {
  float: right;
  /*padding-top: 1.5rem;*/
}
.sub-nav .navbar-nav > li > a {
  color: #ffffff;
  font-size: 1rem;
  padding: 13px 10px;
}
.sub-nav .navbar-nav > li > a:hover,
.sub-nav .navbar-nav > li > a:focus,
.sub-nav .navbar-nav > li > a:active {
  color: #ffde20;
}
.poolMenuLinks {
  margin-top: 0px !important;
  background-color: #0e2938 !important;
}
.poolMenuLinks .dropdown-item {
  color: #ffffff;
}
.poolMenuLinks .dropdown-item:hover {
  background: #194b66;
}
.mp-pusher.mobile-pusher {
  height: auto;
  min-height: 100vh;
}
.mobile-subnav {
  display: none;
}
.push-body {
  min-height: 100vh;
}
.mp-menu,
.menu-trigger,
.mobile-queue {
  display: none;
}
.mp-level h3 {
  letter-spacing: 3px;
  padding: 0.75rem;
  color: #FFDE20;
}
.mp-back:hover {
  color: #fff;
}
.mp-back::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: 10px;
}
/*==================
    Footer
==================*/
ul.footerlinks {
  text-align: center;
}
ul.footerlinks li {
  display: inline-block;
}
ul.footerlinks li a {
  color: #ffffff;
  font-size: 1rem;
  padding: 0 .25em;
  display: block;
}
.copyright {
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
  color: #ffffff;
  font-size: 1rem;
}
footer {
  padding: 2em 0;
}
/*==================
    Buttons
==================*/
.btn-default {
  font-size: 1.5rem;
  padding: .5rem 1rem;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.btn.blue {
  background: #0e2938;
  color: #ffffff;
  border: 1px solid #143c52;
}
.btn.blue:hover {
  background: #194b66;
}
.btn.yellow {
  background: #ffde20;
  color: #0e2938;
  border: 1px solid #c8ab00;
}
.btn.yellow:hover {
  background: #f6d200;
}
.btn.green {
  background: #1b9e2c;
  color: #ffffff;
  border: 1px solid #0e5417;
}
.btn.green:hover {
  background: #157b22;
}
.btn.red {
  background: #cb231a;
  color: #ffffff;
  border: 1px solid #871712;
}
.btn.red:hover {
  background: #e53d34;
}
.btn.cfg {
  background: #0F4c78;
  color: #ffffff;
  border: 1px solid #143c52;
}
.btn.cfg:hover {
  background: #194b66;
}
/*==================
    Base Styles
==================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'capture_itregular';
  letter-spacing: 2px;
}
a {
  color: #1b9e2c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0e2938;
}
.page_title {
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #0e2938;
}
.container {
  width: 85%;
  position: relative;
}
img.center {
  margin: 0 auto;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0e2938;
  outline: 0;
  box-shadow: none;
}
/*=====================
    Login Page
=====================*/
.login_register {
  border-left: 1px solid #0e2938;
}
.login_register img {
  display: inline-block;
  max-width: 15rem;
  margin: 1rem auto;
}
.login_register p {
  font-size: 1.25rem;
}
.login_register .features {
  text-align: left;
  width: 330px;
  margin: 0 auto;
}
.login_register .features ul {
  line-height: 2;
  margin-bottom: 1rem;
}
/*=====================
    Home Page
=====================*/
.main_hero {
  display: table;
  height: 75vh;
  min-height: 595px;
  width: 100%;
  background-color: #333333;
  background-size: cover;
  background-position: center bottom;
  background-image: url('../images/gp_background_3.jpg');
  position: relative;
  color: #ffffff;
}
.main_hero .container-fluid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 25;
}
.main_hero .container-fluid img.logo {
  width: 350px;
}
.main_hero .container-fluid h1 {
  font-size: 2.75rem;
  margin: 25px auto 20px;
  text-shadow: 2px 2px 1px #333333;
  font-family: 'capture_itregular';
}
.main_hero .container-fluid h3 {
  font-family: 'Barlow Semi Condensed';
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 1px #333333;
}
.main_hero .container-fluid h5 {
  font-family: 'Roboto';
  font-size: 1.5rem;
  text-shadow: 2px 2px 1px #333333;
}
.main_hero .container-fluid .heroText {
  margin: 0 auto 40px;
}
.main_hero .container-fluid .hero_nav {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.main_hero .container-fluid .hero_nav li {
  display: inline-block;
  margin: 0 4px;
}
.main_hero .container-fluid .promo {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 32px;
  text-shadow: 3px 3px 3px #111;
}
.main_hero .container-fluid .promo .topLine {
  font-size: 5rem;
  line-height: 4rem;
}
.main_hero .container-fluid .promo .offer {
  font-size: 13rem;
  line-height: 11rem;
}
.main_hero .container-fluid .promo .bottomLine {
  font-size: 5rem;
  line-height: 5rem;
}
/*.main_hero .container-fluid .overlay {
      background: #CCC;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main_hero .container-fluid .content {
      position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.main_content {
  font-size: 1.5rem;
  background: #ffffff;
  padding: 2rem 0;
  color: #0e2938;
}
.main_content .container {
  width: 75%;
}
.main_content .row {
  padding: 1.5rem 0;
  border-bottom: 1px solid #0e2938;
}
.main_content .row:last-child {
  border-bottom: 0px solid #fff;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 1rem;
}
.req {
  font-size: 14px;
  text-transform: initial;
  font-style: italic;
}
.frmError {
  color: #871712;
  background-color: #f8d7da;
  border-radius: 3px;
  padding: 5px 7px;
}
.table .thead-gp-sm th {
  color: #ffffff;
  background-color: #0e2938;
  border-color: #dddddd;
  font-size: .8rem;
}
.table .thead-gp th {
  color: #ffffff;
  background-color: #0e2938;
  border-color: #dddddd;
  font-size: 1.25rem;
}
.table .thead-gp.manage th {
  font-size: .9rem;
}
.table .thead-gp th span {
  font-size: .9rem;
  display: block;
}
.subHeader {
  font-size: 1.5rem;
  border-bottom: 1px solid #143c52;
  padding-bottom: 5px;
  margin: 25px 0 15px;
}
.error {
  margin-bottom: 0;
  font-size: 1rem;
  color: #cb231a;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  background: #f8d7da;
  border: 1px solid;
}
#toast-container > div {
  width: 400px !important;
}
.toast-top-right {
  top: 110px !important;
}
.pools {
  margin-bottom: 1rem;
}
.pools .card-header,
.create .card-header {
  background-color: #143c52;
  /* green_shade, green_border */
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.pools .card-body {
  height: 104px;
  padding: 1rem;
}
.card-body-icon {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 35px;
  font-size: 8rem;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  color: #0e2938;
  opacity: .1;
}
.card-body-icon.lg {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 85px;
  font-size: 16rem;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  color: #0e2938;
  opacity: .1;
}
.pools .card-footer a {
  position: relative;
  z-index: 2;
}
/*    .create .btn {
        background: @yellow;
        border: 1px solid @blue_border;
        color: @blue;
    }
    
    .create .btn:hover {
        background: @yellow_shade;
    }*/
.create {
  background: transparent;
  border: none;
}
.featureContainer {
  margin-bottom: .75rem;
}
.featureContainer .featureName,
.card h3 {
  font-weight: 700;
  text-decoration: underline;
}
.featureContainer .featureDesc {
  font-size: 1.25rem;
}
.btn {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.create .card-header {
  background-color: #143c52;
  /* green_shade, green_border */
  color: #ffffff;
  font-family: 'Barlow Semi Condensed';
  font-size: 1.5rem;
  padding: .5rem 1.25rem;
  position: relative;
  z-index: 2;
}
.legend .card-header {
  background-color: #143c52;
  /* green_shade, green_border */
  color: #ffffff;
  font-family: 'Barlow Semi Condensed';
  font-size: 1rem;
  padding: .5rem 1.25rem;
  position: relative;
  z-index: 2;
}
.legend {
  width: 50%;
}
.form-check {
  padding: .25rem 1.25rem;
}
/*.separator {border-bottom: 1px solid rgba(0,0,0,.15);}*/
.separator {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}
/* Pool List */
.poolList {
  color: #ffffff;
  line-height: 40px;
  height: 40px;
}
.poolList > ul > li > a {
  color: #ffde20;
}
.poolList > ul > li > a:hover {
  color: #f6d200;
}
.poolList .dropdown-menu {
  min-width: 24rem;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  background: #0e2938;
}
.poolList .pool-item {
  display: block;
  padding: 0 .5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  color: #ffffff;
}
.mobile_menu .pool-item {
  display: block;
  padding: .25rem .5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  color: #ffffff;
}
.no_sub {
  padding-left: 2.3rem !important;
}
.poolList a.pool-item:hover,
.mobile_menu a.pool-item:hover {
  text-decoration: none;
  background: #194b66;
}
.poolList .pool-item > .icon,
.mobile_menu .pool-item > .icon {
  font-size: 1.75rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: top !important;
  margin-top: 1rem;
}
.poolList .pool-item > .poolInfo,
.mobile_menu .pool-item > .poolInfo {
  display: inline-block;
}
.mobile_menu .pool-item > .poolInfo {
  width: 175px;
}
.pool-item.current {
  color: #FFDE20;
}
.view_all {
  color: #ffffff;
}
.view_all:hover {
  background: #194b66;
  color: #ffffff;
}
.poolList .pool-item > .poolInfo > .poolName,
#joinedList td .poolName,
.mobile_menu .pool-item > .poolInfo > .poolName {
  line-height: 23px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: .25rem 0;
}
.poolList .pool-item > .poolInfo > .poolType,
.mobile_menu .pool-item > .poolInfo > .poolType {
  font-size: .85rem;
  font-weight: 400;
  line-height: 16px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.25em !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em !important;
}
.dataTables_length,
.dataTables_info {
  float: left !important;
  margin-bottom: .5rem;
}
.dataTables_filter,
.dataTables_paginate {
  float: right !important;
  margin-bottom: .5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b9e2c), color-stop(100%, #157b22));
  background: -webkit-linear-gradient(top, #1b9e2c 0%, #157b22 100%);
  background: -moz-linear-gradient(top, #1b9e2c 0%, #157b22 100%);
  background: -ms-linear-gradient(top, #1b9e2c 0%, #157b22 100%);
  background: -o-linear-gradient(top, #1b9e2c 0%, #157b22 100%);
  background: linear-gradient(to bottom, #1b9e2c 0%, #157b22 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFF !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #194b66), color-stop(100%, #0e2938));
  background: -webkit-linear-gradient(top, #194b66 0%, #0e2938 100%);
  background: -moz-linear-gradient(top, #194b66 0%, #0e2938 100%);
  background: -ms-linear-gradient(top, #194b66 0%, #0e2938 100%);
  background: -o-linear-gradient(top, #194b66 0%, #0e2938 100%);
  background: linear-gradient(to bottom, #194b66 0%, #0e2938 100%);
}
div.dataTables_wrapper label {
  font-size: 1rem;
}
.table td {
  font-size: .875rem;
}
.table .btn-sm {
  padding: 0rem .25rem;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: rgba(255, 222, 32, 0.4) !important;
  border-top: 1px solid #ffde20 !important;
  border-bottom: 1px solid #ffde20 !important;
}
.table.cfg td {
  font-size: 1.25rem;
}
.table.cfg th {
  font-weight: 700;
}
.click_icon {
  font-size: 1.5rem;
  cursor: pointer;
}
.suspended {
  background: rgba(220, 53, 69, 0.5) !important;
}
.toggleBtn {
  display: inline-block;
}
.btn-group.gp a,
.btn-group.gp button {
  background: #1b9e2c;
  border: 1px solid #0e5417;
  color: #ffffff;
  font-size: 1.25rem;
}
.btn-group.gp a:hover,
.btn-group.gp a.active,
.btn-group.gp button:hover,
.btn-group.gp button.active {
  background: #157b22;
}
.btn-group.btn-group-sm.gp a,
.btn-group.btn-group-sm.gp button {
  font-size: .875rem;
}
.card-header.gp {
  background: #0e2938;
  color: #ffffff;
}
.card-header.cfg {
  background: #0f4c78;
  color: #ffffff;
}
.entries:nth-child(even) {
  background: #ddd;
}
.entries:nth-child(n+2) {
  border-top: 1px solid #0e2938;
}
.entries {
  padding: .5rem 0;
}
.picksTable {
  font-size: 1rem;
}
.picksTable .gametime {
  font-weight: 600;
  font-size: 1rem;
}
.picksTable .at {
  font-size: 1.25rem;
}
.team {
  cursor: pointer;
}
.team .image {
  display: inline-block;
  padding: .25rem .75rem .25rem .25rem;
}
.team .image img {
  height: 40px;
}
.team .info {
  display: inline-block;
  font-weight: 600;
  font-size: 1.25rem;
}
.team .info .record {
  font-weight: 400;
  font-size: 1rem;
}
.team2 .image {
  display: block;
  padding: .25rem .75rem .25rem .25rem;
}
.team2 .image img {
  height: 40px;
}
.team2 .info {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
}
.team2 .info .record {
  font-weight: 400;
  font-size: .85rem;
  display: block;
}
.team2 .spread {
  font-size: 1.5rem;
  font-weight: 600;
}
.gamestart {
  font-size: 1vw;
}
.team.bowlPickem {
  margin-top: 5px;
}
.team.bowlPickem .name div {
  margin-top: -8px;
}
/* Pick Radio Button */
.pickRadio {
  position: absolute;
  visibility: hidden;
}
.form-check input[type=radio] {
  position: absolute;
  visibility: hidden;
  left: -10000px;
}
.form-check .dRadio {
  position: initial !important;
  visibility: visible !important;
  left: 0 !important;
}
.radioLabel {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 1px 0px 30px 40px;
  margin: 0px 0 0 -17px;
  height: 54px;
  z-index: 9;
  -webkit-transition: all 0.25s linear;
}
.pickedBox {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 5px 25px 30px 60px;
  margin: 0px 0 0 -17px;
  height: 54px;
  z-index: 9;
  -webkit-transition: all 0.25s linear;
}
.picksTable td.pick:hover,
.teamBox:hover {
  background: rgba(255, 222, 32, 0.4);
}
.teamBox:hover {
  background: rgba(255, 222, 32, 0.4);
  cursor: pointer;
}
.teamBox.opp:hover {
  background: #ddd;
  cursor: default;
}
.teamBox.picked {
  background: rgba(255, 222, 32, 0.4) !important;
  cursor: inherit;
}
.teamBox .overlay {
  display: none;
}
.teamBox.opp .overlay {
  background: rgba(53, 53, 53, 0.75);
  height: 105px;
  position: absolute;
  width: 120px;
  display: block;
  top: 25px;
  left: 0;
}
.teamBox.opp.rightTeam .overlay {
  background: rgba(53, 53, 53, 0.75);
  height: 105px;
  position: absolute;
  width: 120px;
  display: block;
  top: 0;
  left: -1px;
}
.srvGameBox.single .teamBox.opp .overlay {
  background: rgba(53, 53, 53, 0.75);
  height: 105px;
  position: absolute;
  width: 120px;
  display: block;
  top: 0;
  left: 0;
}
.picksTable td.pick.started:hover,
.picksTable td.pick.picked:hover {
  background: none;
}
.picksTable td.pick.started:hover .team,
.picksTable td.pick.picked:hover .team {
  cursor: default;
}
.picksTable td.pick {
  padding: 0 0 0 5px;
  width: 400px;
}
.picksTable td.conf_pts {
  width: 75px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.75rem;
}
.picksTabel .form-check {
  padding: .25rem 0 .25rem 1.25rem;
}
.form-check .check {
  display: block;
  position: absolute;
  border: 5px solid #777;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 16px;
  left: 7px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.form-check:hover .check {
  border: 5px solid #777;
}
.form-check .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.form-check input[type=radio]:checked ~ .check {
  border: 5px solid #0e2938;
}
.form-check input[type=radio]:checked ~ .check::before {
  background: #0e2938;
}
.form-check input[type=radio]:checked ~ label {
  color: #0e2938;
}
.pickedContainer {
  position: relative;
}
.pickedContainer .prevPick {
  display: block;
  position: absolute;
  height: 50px;
  width: 58px;
  top: 11px;
  left: -8px;
  z-index: 5;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
td.tiebreaker {
  font-size: 1.25rem;
  text-align: center;
  padding: .75rem;
}
.tiebreaker input {
  width: 75px;
  display: inline-block;
}
.errorShadow {
  box-shadow: 0 0 5px #cb231a;
}
.errorRadio {
  background: rgba(255, 0, 0, 0.3);
}
.active {
  z-index: 0;
}
tr.correct {
  background: rgba(27, 158, 44, 0.3) !important;
}
tr.correct_pick {
  background: rgba(27, 158, 44, 0.3) !important;
}
tr.wrong {
  background: rgba(203, 35, 26, 0.25) !important;
}
tr.wrong_pick {
  background: rgba(203, 35, 26, 0.25) !important;
}
.conf_pts.correct {
  color: #157b22;
  font-weight: 700;
}
.conf_pts.wrong {
  color: #cb231a;
  text-decoration: line-through;
}
img.result {
  height: 30px;
}
td.results.correct {
  background: rgba(27, 158, 44, 0.3);
  color: #157b22;
  font-weight: 700;
}
td.results.wrong {
  background: rgba(203, 35, 26, 0.25);
  color: #cb231a;
  /*text-decoration: line-through;*/
}
td.rank,
td.tie_break {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
.resultsTable th {
  font-size: .85rem;
  text-align: center;
  background: #0e2938;
  color: #ffffff;
}
.resultsTable td {
  vertical-align: middle;
  font-size: 1rem;
  border-top: 1px solid #999;
  max-width: 200px;
}
.resultsTable td.score,
.resultsTable .score {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
td.results .score {
  font-size: 1.5rem;
  font-weight: 600;
}
td.results .correct {
  color: #157b22;
  font-weight: 700;
}
td.results .wrong {
  color: #cb231a;
  /*text-decoration: line-through;*/
}
img.weekly_champ {
  height: 24px;
}
.gpHighlight {
  background: rgba(255, 222, 32, 0.4) !important;
}
.gpHighlightBBdr {
  background: rgba(255, 222, 32, 0.2) !important;
  border-bottom: 1px solid #ffde20 !important;
}
.gpHighlightBdr {
  background: rgba(255, 222, 32, 0.2) !important;
  border-top: 1px solid #ffde20 !important;
  border-bottom: 1px solid #ffde20 !important;
}
.gpEliminated {
  background: rgba(102, 102, 102, 0.6) !important;
}
.gameTime {
  width: 100px;
}
.picked {
  padding-left: 10px;
  background: rgba(203, 35, 26, 0.25) !important;
}
.srvGameBox {
  width: 243px;
  margin: 12px;
  background: #dddddd;
  float: left;
  position: relative;
}
.srvGameBox .gameInfo {
  width: 242px;
  height: 25px;
  padding: 0 5px;
  background: #0e2938;
  font-size: .8rem;
}
.srvGameBox .gameDate {
  float: left;
  padding: 5px;
  color: #ffffff;
}
.srvGameBox .gameTime {
  float: right;
  text-align: right;
  padding: 5px;
  color: white;
}
.srvGameBox .teamBox {
  width: 121px;
  text-align: center;
  padding-bottom: 10px;
}
.srvGameBox .teamBox.leftTeam {
  float: left;
  border-right: 1px dotted #333333;
}
.srvGameBox .teamBox.rightTeam {
  float: right;
  position: relative;
}
.srvGameBox .srvAt {
  position: absolute;
  font-size: .9rem;
  height: 19px;
  width: 20px;
  background: #ffffff;
  color: #0e2938;
  text-align: center;
  margin-left: 110px;
  margin-top: 43px;
  z-index: 5;
}
.srvGameBox .city {
  font-size: .9rem;
}
.srvGameBox .name {
  font-size: 1.25rem;
  font-weight: 600;
}
.srvGameBox .image {
  display: inline-block;
  padding: .5rem .25rem .25rem .25rem;
  text-align: center;
}
.srvGameBox .image .teamIcon {
  top: 0;
}
.srvGameBox .image img {
  height: 40px;
}
.srvGameBox.single {
  width: 120px;
}
td.srvPick {
  padding: 0;
}
td.srvPick div {
  padding: .25rem;
}
.srvPickIn {
  text-align: center;
  background: #1b9e2c;
  color: #ffffff;
}
.srvShow {
  text-align: center;
}
.srvCorrect {
  text-align: center;
  background: rgba(27, 158, 44, 0.3) !important;
  color: #157b22;
  font-weight: 700;
}
.srvElim {
  text-align: center;
  background: rgba(203, 35, 26, 0.25) !important;
  color: #cb231a;
  text-decoration: line-through;
}
.srvWrong {
  text-align: center;
  color: #cb231a;
  text-decoration: line-through;
}
.srvPrevElim {
  background: #dddddd;
}
.srvPickNotIn {
  text-align: center;
  background: #ffde20;
}
.srvActive {
  text-align: center;
  color: #0e2938;
  font-weight: 600;
}
td.srvPick div:nth-child(n+2) {
  border-top: 1px dotted #333333;
}
.resultsTable img {
  height: 25px;
}
.spread2 {
  display: inline-block;
  float: right;
  width: 48px;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 13px;
  margin-right: 10px;
}
.team.bowlPickem .spread2 {
  width: 55px;
}
#joinedList td {
  font-size: 1.25rem;
}
#joinedList td .poolType,
#joinedList td .sport {
  font-size: 1rem;
}
#joinedList td .poolName {
  line-height: 23px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: .25rem 0;
}
/* Survivor Pick Summary */
.elimSummary {
  background: rgba(203, 35, 26, 0.25);
  border: 1px solid #cb231a;
  color: #cb231a;
}
.srvSummary {
  background: rgba(27, 158, 44, 0.3);
  border: 1px solid #157b22;
  color: #157b22;
}
.grayBG {
  background: #dddddd;
  border: 1px solid #333333;
  color: #333333;
}
.sumHead {
  font-weight: 700;
  padding-right: 0;
}
/* Table Styles */
#summaryTable .team {
  width: 165px;
}
#summaryTable .chart {
  height: 42px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  display: table;
}
#summaryTable .chart span {
  display: table-cell;
  vertical-align: middle;
}
#summaryTable .city {
  font-size: .9rem;
}
#summaryTable .name {
  font-size: 1.25rem;
  font-weight: 600;
}
#summaryTable .percent {
  width: 85px;
  text-align: center;
}
.overall span {
  font-size: 1rem;
}
.card.summary .card-footer {
  font-size: 1rem;
  text-align: center;
}
td.startTime {
  width: 60px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e2938;
  border-color: #143c52;
}
.dashContainer {
  height: 150px;
}
.sportHome {
  background: #ffde20 !important;
}
.sportHome a {
  color: #0e2938 !important;
  padding: 13px 1.5vw !important;
  font-size: 1.25rem !important;
}
.sportHome a:hover {
  color: #0e2938 !important;
}
.sportHome .icon {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -5px;
}
.showBullet {
  list-style: initial;
  padding-left: 25px;
}
.homeBtn {
  margin-top: 25px;
}
.teamIcon {
  font-weight: 600;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  margin: auto;
}
.teamIcon span {
  display: block;
  margin-top: 8px;
}
.image .teamIcon {
  top: -10px;
}
#set_spreads .spread {
  font-size: 1.5rem;
  font-weight: 600;
}
.dispSpread {
  font-size: 1.25rem !important;
  font-weight: 600;
}
/* Matchups */
.matchupBox {
  border: 1px solid #0e2938;
  background: #ffffff;
  margin-top: 1rem;
  position: relative;
}
.matchupBox .playerRow {
  padding: .25rem .5rem;
}
.matchupBox .player,
.matchupBox .score {
  display: inline-block;
  height: 50px;
}
.matchupBox .player {
  width: 78%;
}
.matchupBox .player small {
  font-size: 75%;
}
.matchupBox .score {
  width: 22%;
  text-align: right;
  font-size: 1.5rem;
  padding-top: 11px;
}
.matchupBox .score .badge {
  font-size: .8rem;
  display: block;
  float: left;
  margin-top: 6px;
}
.matchupBox .compareBox {
  text-align: center;
  background: #dddddd;
  padding: .5rem;
}
.matchupBox .image {
  margin-right: .5rem;
  padding-top: 5px;
}
.matchupBox .image img {
  width: 40px;
}
.mcp_standings td {
  text-align: center;
  height: 45px;
  vertical-align: middle;
}
.mcp_standings td.player {
  text-align: left;
}
.mcp_standings td.div_rec {
  width: 40px;
}
.mcp_standings td.total {
  width: 50px;
}
.mcp_standings td.power {
  width: 50px;
}
.mcp_table td {
  font-size: 1.25rem;
}
.mcp_standings.playoffs td {
  font-size: 1.25rem;
}
.mcp_standings.playoffs td.player {
  font-size: 1rem;
}
.mcp_standings.playoffs td.player .division {
  font-size: .75rem;
}
.mcp_standings.playoffs .overall.record {
  font-weight: 700;
}
.mcp_standings.playoffs .division.record {
  font-size: .75rem;
}
.mcp_standings.playoffs tfoot td {
  font-size: .875rem;
}
#pointsList {
  max-width: 48%;
  background: #0e2938;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.5rem;
  color: #ffffff;
}
.availPts {
  color: #ffffff;
  font-weight: 600;
}
.duplPts {
  color: #f00;
  font-weight: 600;
}
.usedPts {
  color: #666;
  text-decoration: line-through;
  font-weight: 600;
}
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#pointsList.affix {
  max-width: 100%;
  border-radius: 0;
}
.gameBreaker {
  background: rgba(27, 158, 44, 0.2) !important;
  border-top: 1px solid #1b9e2c !important;
  border-bottom: 1px solid #1b9e2c !important;
}
#compare .score {
  color: #0e2938;
  font-family: 'capture_itregular';
  font-size: 5rem;
}
#compare .image img {
  max-width: 100px;
}
#compare .name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0e2938;
}
#compare .record {
  font-size: .85rem;
  font-weight: 600;
  color: #0e2938;
}
#compare .correct {
  font-size: 14px;
  font-weight: 700;
  color: #0e2938;
}
#compare .pick {
  font-size: 1rem;
}
#compare .points {
  font-size: 1.5rem;
}
#compare .pick .wrong,
#compare .wrong.points {
  text-decoration: line-through;
}
.line1,
.line2 {
  width: 38px;
  height: 38px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  position: absolute;
  z-index: 2;
}
.line1 {
  -webkit-transform: translateY(-12px) translateX(15px) rotate(45deg);
}
.line2 {
  -webkit-transform: translateY(-12px) translateX(-11px) rotate(-45deg);
}
.image .line1 {
  -webkit-transform: translateY(-21px) translateX(15px) rotate(45deg);
}
.image .line2 {
  -webkit-transform: translateY(-21px) translateX(-11px) rotate(-45deg);
}
.line1,
.line2 {
  display: none;
}
.wrong .line1,
.wrong .line2 {
  display: inherit;
}
#compare .pickImage.wrong .line1,
#compare .pickImage.wrong .line2,
.wrong .pickImage .line1,
.wrong .pickImage .line2 {
  display: inline-block;
  margin-left: -20px;
}
.pickImage {
  position: relative;
}
.gp_icon {
  font-size: 1.5rem;
  color: #0e2938;
}
.gp_icon i,
.gp_icon span {
  cursor: pointer;
}
.remaining td {
  font-size: 1.25rem;
  color: #ffffff;
}
/*	Bracket Layout Specifics	*/
main {
  display: flex;
  flex-direction: row;
}
.round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  list-style: none;
  padding: 0;
}
.round .spacer {
  flex-grow: 1;
}
.round .spacer:first-child,
.round .spacer:last-child {
  flex-grow: .5;
}
.round .game-spacer {
  flex-grow: 2.25;
}
li.game {
  padding-left: 20px;
}
li.game.winner {
  font-weight: bold;
}
li.game span {
  float: right;
  margin-right: 5px;
}
li.game-top {
  border-bottom: 1px solid #333;
}
li.game-spacer {
  border-right: 1px solid #333;
  min-height: 40px;
}
li.game-spacer.right {
  border-left: 1px solid #333;
  min-height: 40px;
  border-right: 0 solid #333;
}
li.game-bottom {
  border-top: 1px solid #333;
}
li.game-top.filler {
  border-bottom: 0px !important;
}
li.game-bottom.filler {
  border-top: 0px !important;
}
li.game-spacer.filler {
  border-right: 0px !important;
}
li.spacer.header {
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
}
.game-spacer.al {
  background: url(/assets/images/mlb/al_logo.svg) no-repeat;
  background-size: 75% 75%;
  background-position: center center;
}
.game-spacer.nl {
  background: url(/assets/images/mlb/nl_logo.svg) no-repeat;
  background-size: 75% 75%;
  background-position: center center;
}
.game-spacer.afc {
  background: url(/assets/images/nfl/afc.png) no-repeat;
  background-size: 65% 45%;
  background-position: center center;
}
.game-spacer.nfc {
  background: url(/assets/images/nfl/nfc.png) no-repeat;
  background-size: 65% 45%;
  background-position: center center;
}
.game-spacer.east {
  background: url(/assets/images/nhl/east.svg) no-repeat;
  background-size: 80% 80%;
  background-position: center center;
}
.game-spacer.west {
  background: url(/assets/images/nhl/west.svg) no-repeat;
  background-size: 80% 80%;
  background-position: center center;
}
.game .correct {
  background: #299c23;
  color: #FFF;
  font-weight: 700;
}
.game .incorrect {
  background: #b94a48;
  color: #FFF;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  /* Desktop */
  /*				.pp-badge {width: 92%; margin-left: -15px;position: relative; text-align: left; color:#0e2938; background:#cccccc; font-weight:600;}
	.picking:hover {color:#FFFFFF; background:#0e2938; cursor:pointer;}*/
  .pp-badge {
    width: 92%;
    margin-left: -15px;
    position: relative;
    text-align: left;
    color: #FFFFFF;
    background: #0e2938;
    font-weight: 600;
  }
  .picking:hover {
    color: #0e2938;
    background: #ffde20;
    cursor: pointer;
    border: 1px solid #0e2938;
  }
  .game-top .pp-badge {
    top: 13px;
  }
  .game-bottom .pp-badge {
    top: -15px;
  }
  .game .first {
    margin-left: -20px !important;
    width: 98% !important;
  }
  .game .final,
  .game .finalBP {
    width: 109% !important;
    font-size: 16px;
    top: 13px;
  }
  .game .picked {
    background: #0e2938;
    color: #FFF;
  }
  .game .picked:hover {
    background: #ffde20;
    color: #0e2938;
    border: 1px solid #0e2938;
    cursor: pointer;
  }
  .tiebreakers {
    position: absolute;
    top: 740px;
    width: 300px;
    right: 237px;
  }
  .tiebreakers2 {
    position: absolute;
    top: 540px;
    width: 300px;
    right: 33px;
  }
  .spacer.header {
    font-size: 14px;
  }
  .act_winner {
    position: absolute;
    margin-top: -9px;
    margin-left: -7px;
    font-size: 12px;
    font-weight: 700;
  }
  .act_winner.top {
    margin-top: 14px;
  }
  .pp-badge.champion {
    margin-left: -71px !important;
    width: 300% !important;
    margin-top: 200px !important;
  }
  .pp-badge.finals {
    margin-left: -87px !important;
  }
  .pp-badge.finals.right {
    margin-left: -21px !important;
  }
  #largeBracket .game .first {
    margin-left: -20px !important;
    width: 115% !important;
  }
  #largeBracket .game .first.right {
    margin-left: -10px !important;
    width: 115% !important;
  }
  #largeBracket .pp-badge {
    width: 115%;
  }
  #largeBracket2 .game .first {
    margin-left: -20px !important;
    width: 210% !important;
  }
  #largeBracket2 .game .first.right {
    margin-left: -71px !important;
    width: 210% !important;
  }
  #largeBracket2 .pp-badge {
    width: 210%;
  }
  #largeBracket2 .pp-badge.right {
    margin-left: -77px;
  }
  #largeBracket2 li.game-spacer {
    min-height: 54px;
  }
  .modal-xlg {
    max-width: 1000px;
  }
}
.divBadge {
  background: #0e2938;
  color: #fff;
  font-weight: 400;
  position: absolute;
  left: 52%;
  top: 46px;
}
.divBadge2 {
  background: #0e2938;
  color: #fff;
  font-weight: 400;
}
.notify.icon {
  position: relative;
  top: -9px;
  left: -9px;
  font-size: 85%;
  padding-top: 0.1rem;
}
.notify.menu.icon {
  position: inherit;
  float: right;
  margin-right: .5rem;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #aaaaaa;
  border-radius: .25em;
  width: 2em;
  height: 2em;
  float: left;
  margin-left: -2em;
  background: #FFFFFF;
}
.radio .cr.loser {
  margin-left: -1em;
}
@media (min-width: 992px) {
  .checkbox .cr,
  .radio .cr,
  .radio .cr.loser {
    margin-right: .5em;
    margin-left: 0;
  }
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 1.25em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}
.alert-gp-yellow {
  background: #ffde20;
  border-color: #0e2938;
  color: #0e2938;
}
.alert-gp-yellow hr {
  border-top-color: #0e2938;
}
.alert-gp-yellow .alert-link {
  color: #356635;
}
.alert-gp-dkblue {
  background: #0e2938;
  border-color: #0e2938;
  color: #ffffff;
}
.alert-gp-dkblue hr {
  border-top-color: #0e2938;
}
.alert-gp-dkblue .alert-link {
  color: #ffffff;
}
.alert-gp-green {
  background: #2d7d29;
  border-color: #0e2938;
  color: #ffffff;
}
.alert-gp-green hr {
  border-top-color: #2d7d29;
}
.alert-gp-green .alert-link {
  color: #ffffff;
}
.selectedCard {
  background: rgba(255, 222, 32, 0.5);
}
/* Square Styles */
#square {
  width: 600px;
}
#square td {
  border: 1px solid #FFF;
  text-align: center;
  font-weight: 700;
}
.topRow .header,
.topRow .point {
  color: #FFF;
  background: #0E2938;
}
.sideRow .header,
.sideRow .point {
  background: #299c23;
  color: #FFF;
}
.sqCell {
  vertical-align: middle;
  height: 50px;
  width: 50px;
  background: #ddd;
}
.sqCell .checkbox {
  display: block;
  margin-top: 7px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.sqCell .checkbox label {
  display: block;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  padding-left: 0;
}
.sqCell .checkbox .cr {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  margin: auto;
  text-align: center;
  min-height: 20px;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5;
}
.checkLabel {
  font-size: 1.5em;
}
.submitButton {
  width: 600px;
  text-align: center;
}
.submitButton p:first-of-type {
  margin-bottom: 0;
}
.selBG {
  background: #ffde20;
}
.selBG2 {
  background: #999;
}
.selBG3 {
  background: #ff6c6c;
  color: #fff;
}
.selBG4 {
  background: #FFF !important;
  color: #0e2938 !important;
}
.selBG5 {
  background: #3a87ad;
  color: #fff;
}
.sqScoreTbl thead tr th {
  text-align: center;
}
.sqScoreTbl tbody tr td {
  text-align: center;
}
.clearPick {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #0e2938;
  font-weight: 400;
}
.selBG5 .clearPick {
  color: #dddddd;
}
.clearPick:hover {
  text-decoration: underline;
  color: #dddddd;
}
/*	------	Bracket Styles	------	*/
.bracket {
  border-collapse: separate !important;
}
.bracket th,
.bracket td {
  width: 10%;
}
.bracket th {
  text-align: center;
}
.bracket td span {
  font-size: .8rem !important;
}
.left_1,
.left_3,
.right_1,
.right_3 {
  padding: 6px 4px 1px !important;
  vertical-align: bottom !important;
}
.left_2,
.left_4,
.right_2,
.right_4 {
  padding: 1px 4px 6px !important;
  vertical-align: top !important;
}
.right_1,
.right_2,
.right_3,
.right_4 {
  text-align: right;
  border-right: none !important;
}
.left_1,
.left_2,
.left_3,
.left_4 {
  border-left: none !important;
}
.left_1,
.left_2,
.left_3,
.left_4,
.right_1,
.right_2,
.right_3,
.right_4 {
  border-top: none !important;
}
.left_1,
.left_3,
.right_1,
.right_3 {
  border-bottom: 2px solid #0e2938 !important;
}
.left_1,
.left_3 {
  border-right: none !important;
}
.right_1,
.right_4 {
  border-left: none !important;
}
.left_2,
.left_4,
.right_2,
.right_4 {
  border-bottom: none !important;
}
.left_1,
.left_4 {
  border-right: none !important;
}
.left_2,
.left_3 {
  border-right: 2px solid #0e2938 !important;
}
.right_1,
.right_4 {
  border-left: none !important;
}
.right_2,
.right_3 {
  border-left: 2px solid #0e2938 !important;
}
.leftRegion {
  border-bottom: 0px solid #f5f5f5 !important;
  border-top: 0px solid #f5f5f5 !important;
  border-left: 0px solid #f5f5f5 !important;
  border-right: 2px solid #0e2938 !important;
}
.rightRegion {
  border-bottom: 0px solid #f5f5f5 !important;
  border-top: 0px solid #f5f5f5 !important;
  border-left: 2px solid #0e2938 !important;
  border-right: 0px solid #f5f5f5 !important;
}
.empty,
.finals,
.submission {
  border: 0px solid #f5f5f5 !important;
}
.tooltip-inner {
  width: 145px;
}
.bktTeam {
  cursor: pointer;
  display: block;
  background: #ddd;
  padding: 2px 4px;
}
.bktTeam.picked {
  /*background:#0e2938;*/
  background: #ffde20 !important;
  color: #0e2938;
}
/* BG: rgba(14, 41, 56, .9)*/
/*.bktTeam.notPicked {background: rgba(255, 222, 32, .4);}*/
.bktTeam2 {
  display: block;
  background: #ddd;
  padding: 2px 4px;
}
.bktTeam2.correct {
  background: #1b9e2c;
  color: #FFFFFF;
}
.bktTeam2.wrong {
  background: #cb231a;
  color: #ffffff;
  text-decoration: line-through;
}
.rightRegion {
  text-align: right;
  padding-right: 0px !important;
}
.leftRegion {
  padding-left: 0px !important;
}
.leftRegion .title,
.rightRegion .title {
  font-size: 24px !important;
  font-family: 'capture_itregular';
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.leftRegion .loc,
.rightRegion .loc {
  font-size: 1rem !important;
  font-family: 'Barlow Semi Condensed';
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.finalBox {
  margin: 2px 0;
  border: 4px solid #0e2938;
}
.champHeader {
  background: #0e2938;
  text-align: center;
  padding: 3px 0 5px 0;
  color: #FFF;
}
.leftWinner,
.rightWinner {
  padding: 14px 3px 3px;
  margin-top: 5px;
  text-align: center;
  width: 45% !important;
}
.leftWinner span,
.rightWinner span {
  font-size: 1.5em !important;
  padding: 2px 4px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}
.vs {
  text-align: center;
  padding-top: 14px;
}
.champBox {
  font-size: 2em !important;
  color: #0e2938;
  text-align: center;
  font-weight: 700;
  padding: 5px;
}
.finalTable {
  width: 100%;
}
.card.green {
  border: 1px solid #0e5417;
}
.card.green .card-header {
  background: #1b9e2c;
  color: #ffffff;
}
.section_header {
  background: #0e2938;
}
.teamNotIn {
  color: #871712;
  background-color: #f8d7da;
}
.masterPoolInfo .collapse:not(.show) {
  display: block;
  height: 1rem;
  overflow: hidden;
}
.masterPoolInfo .collapsing {
  height: 1rem;
}
.masterPoolInfo a.collapsed::after {
  content: '+ Show More';
}
.masterPoolInfo a:not(.collapsed)::after {
  content: '- Show Less';
}
.cfg_header {
  background: #0f4c78;
}
.cfg_header img {
  max-width: 200px;
}
