* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  font-size: 16px;
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  width: 100%;
  background: #fff;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif; }

pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace; }

a {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none; }

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

body, p, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

img {
  display: block;
  width: 100%; }

ol li, ul ol li {
  list-style-type: decimal; }

ul li {
  list-style-type: disc; }

ul ul li {
  list-style-type: circle; }

ul ul ul li {
  list-style-type: square; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

sub {
  line-height: 0;
  vertical-align: sub;
  font-size: smaller; }

sup {
  line-height: 0;
  vertical-align: super;
  font-size: smaller; }

legend {
  color: #000;
  padding-bottom: .5em; }

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

th {
  text-align: center; }

tbody th {
  text-align: left; }

code {
  color: #06f; }

code, pre {
  font-family: "Courier New", monospace, serif;
  font-size: 1em; }

blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic; }

blockquote p:before, blockquote p:after, q:before, q:after {
  content: ''; }

th, strong, dt, b {
  font-weight: bold; }

ins {
  text-decoration: none;
  border-bottom: 3px double #333; }

del {
  text-decoration: line-through; }

abbr, acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal; }

pre, ul, ol, dl, fieldset, address {
  padding: 0 30px; }

dd p, dd pre, dd ul, dd ol, dd dl, li p, li pre, li ul, li ol, li dl, fieldset p, fieldset ul, fieldset ol {
  padding-right: 0;
  padding-left: 0; }

dd {
  padding-left: 20px;
  margin-top: .5em; }

li {
  margin-left: 30px; }

table {
  margin-right: 30px;
  margin-left: 30px; }

hr {
  margin-right: 30px;
  margin-left: 30px;
  border-style: inset;
  border-width: 1px; }

pre, dt, li, hr, legend, input, button, textarea, select, address, table {
  margin-top: 1.2em; }

label {
  padding-top: 1.2em; }

fieldset {
  line-height: 1; }

input[type="checkbox"] {
  vertical-align: text-bottom;
  *vertical-align: baseline; }

input[type="radio"] {
  vertical-align: bottom; }

input {
  _vertical-align: text-bottom; }

input, button, textarea, select, optgroup, option {
  font: inherit;
  text-transform: inherit;
  line-height: inherit !important; }

select {
  background-color: transparent; }

button, input[type="submit"], input[type="reset"], input[type="button"], .inputButton {
  *overflow: visible;
  _width: 0;
  padding: .2em .4em; }

@font-face {
  font-family: 'Holtwood';
  src: url("/static/fonts/HoltwoodOneSC.ttf") format("truetype"); }

body {
  padding-top: 68px;
  background-color: #eef0f1;
  color: #333333; }

body.sub-nav {
    padding-top: 68px; }

@media (min-width: 768px) {
      body.sub-nav {
        padding-top: 108px; } }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; }

a {
  color: #0F33F1; }

p {
  font-family: sans-serif;
  line-height: 1.5;
  font-size: 18px; }

.bg--white {
  background-color: #ffffff; }

.bg--black {
  background-color: #333333; }

.bg--light-grey {
  background-color: #eef0f1; }

.color--blue {
  color: #00b1ef; }

.color--royal {
  color: #0F33F1; }

.color--dark-grey {
  color: #8e9397; }

.color--black {
  color: #333333; }

.top-stripe--blue {
  border-top: 3px solid #00b1ef; }

.xs-hidden {
  display: none; }

@media (min-width: 576px) {
    .xs-hidden {
      display: block; } }

.md-hidden {
  display: block; }

@media (min-width: 768px) {
    .md-hidden {
      display: none !important; } }

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

@media (min-width: 768px) {
    .md-show {
      display: block !important; } }

.username {
  font-weight: bold;
  color: #0F33F1; }

.hide {
  display: none; }

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

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.page {
  max-width: 1200px; }

.page.container-fluid {
    padding: 0.5rem; }

@media (min-width: 576px) {
      .page.container-fluid {
        padding: 1rem; } }

.component {
  margin-bottom: 15px;
  padding: 1rem;
  width: 100%; }

@media (min-width: 576px) {
    .component {
      margin-bottom: 30px;
      padding: 1.5rem; } }

.heading {
  margin-bottom: 1rem;
  width: 100%; }

.heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

@media (min-width: 576px) {
      .heading__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.heading__wrapper > * {
      margin-bottom: 0.5rem; }

@media (min-width: 576px) {
        .heading__wrapper > * {
          margin-bottom: 0; } }

.heading__settings {
    padding-left: 1rem;
    height: 1.25rem;
    float: right; }

.heading--no-btm {
    margin-bottom: 0; }

.message {
  width: 100%;
  color: #664c00;
  background-color: #fff2cc;
  padding: 1rem; }

.message--warn {
    background-color: #ffd6cc;
    color: #661400;
    padding: 1rem; }

@media (min-width: 576px) {
    .message {
      padding: 2rem; } }

.join-form {
  padding: 1rem; }

@media (min-width: 576px) {
    .join-form {
      padding: 2rem; } }

.join-form--border {
    border: 0; }

@media (min-width: 576px) {
      .join-form--border {
        border-right: 1px solid #eef0f1; } }

.main {
  position: relative;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  padding-bottom: 200px; }

@media (min-width: 576px) {
    .main {
      padding-bottom: 100px; } }

.border--left {
  border-left: solid 1px #eef0f1; }

.social {
  padding: 0 0.5rem; }

.social__icon {
    height: 1.25rem;
    width: 1.25rem;
    fill: #8e9397; }

.icon {
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  fill: #8e9397; }

.icon__check {
    fill: #83E800;
    height: 2rem;
    width: 2rem; }

.icon__dem {
    height: 2rem;
    width: 2rem;
    fill: #3352F3; }

.icon__rep {
    height: 2rem;
    width: 2rem;
    fill: #FF5226; }

.button {
  cursor: pointer;
  display: inline-block;
  padding: 0.2em 0.75em;
  font-size: 1rem;
  font-weight: bold; }

.button--blue {
    border: 1px solid #00b1ef;
    background-color: #00b1ef;
    color: #ffffff;
    -webkit-transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear; }

.button--blue.button--shadow {
      -webkit-box-shadow: 3px 3px 0 #004056;
              box-shadow: 3px 3px 0 #004056; }

.button--blue:hover {
      background-color: #ffffff;
      color: #00b1ef; }

.button--blue:hover.button--shadow {
        -webkit-box-shadow: 0px 0px 0 2px #00b1ef;
                box-shadow: 0px 0px 0 2px #00b1ef; }

.button--blue[disabled] {
      opacity: 0.5; }

.button--blue[disabled]:hover {
        background-color: #00b1ef;
        color: #ffffff; }

.button--blue[disabled]:hover.button--shadow {
          -webkit-box-shadow: 3px 3px 0 #004056;
                  box-shadow: 3px 3px 0 #004056; }

.button--blue--inverse {
      border: 1px solid #00b1ef;
      background-color: #ffffff;
      color: #00b1ef;
      -webkit-transition: background-color 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear; }

.button--blue--inverse.button--shadow {
        -webkit-box-shadow: 3px 3px 0 #00b1ef;
                box-shadow: 3px 3px 0 #00b1ef; }

.button--blue--inverse:hover {
        background-color: #00b1ef;
        color: #ffffff; }

.button--blue--inverse:hover.button--shadow {
          background-color: #ffffff;
          color: #00b1ef;
          -webkit-box-shadow: 0px 0px 0 2px #00b1ef;
                  box-shadow: 0px 0px 0 2px #00b1ef; }

.button--blue--inverse[disabled] {
        opacity: 0.5; }

.button--blue--inverse[disabled]:hover {
          background-color: #ffffff;
          color: #00b1ef; }

.button--blue--inverse[disabled]:hover.button--shadow {
            background-color: #00b1ef;
            color: #ffffff;
            -webkit-box-shadow: 3px 3px 0 #00b1ef;
                    box-shadow: 3px 3px 0 #00b1ef; }

.button--small {
    font-size: 0.9rem; }

.button--smaller {
    font-size: 0.8rem; }

.button--large {
    font-size: 1.25rem; }

.button--dark-grey {
    border: 1px solid #8e9397;
    background-color: #8e9397;
    color: #ffffff;
    -webkit-transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear; }

.button--dark-grey.button--shadow {
      -webkit-box-shadow: 3px 3px 0 #434649;
              box-shadow: 3px 3px 0 #434649; }

.button--dark-grey:hover {
      background-color: #ffffff;
      color: #8e9397; }

.button--dark-grey:hover.button--shadow {
        -webkit-box-shadow: 0px 0px 0 2px #8e9397;
                box-shadow: 0px 0px 0 2px #8e9397; }

.button--dark-grey[disabled] {
      opacity: 0.5; }

.button--dark-grey[disabled]:hover {
        background-color: #8e9397;
        color: #ffffff; }

.button--dark-grey[disabled]:hover.button--shadow {
          -webkit-box-shadow: 3px 3px 0 #434649;
                  box-shadow: 3px 3px 0 #434649; }

.button--dark-grey--inverse {
      border: 1px solid #8e9397;
      background-color: #ffffff;
      color: #8e9397;
      -webkit-transition: background-color 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear; }

.button--dark-grey--inverse.button--shadow {
        -webkit-box-shadow: 3px 3px 0 #8e9397;
                box-shadow: 3px 3px 0 #8e9397; }

.button--dark-grey--inverse:hover {
        background-color: #8e9397;
        color: #ffffff; }

.button--dark-grey--inverse:hover.button--shadow {
          background-color: #ffffff;
          color: #8e9397;
          -webkit-box-shadow: 0px 0px 0 2px #8e9397;
                  box-shadow: 0px 0px 0 2px #8e9397; }

.button--dark-grey--inverse[disabled] {
        opacity: 0.5; }

.button--dark-grey--inverse[disabled]:hover {
          background-color: #ffffff;
          color: #8e9397; }

.button--dark-grey--inverse[disabled]:hover.button--shadow {
            background-color: #8e9397;
            color: #ffffff;
            -webkit-box-shadow: 3px 3px 0 #8e9397;
                    box-shadow: 3px 3px 0 #8e9397; }

.button--red {
    border: 1px solid #ff5c33;
    background-color: #ff5c33;
    color: #ffffff;
    -webkit-transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
    transition: background-color 0.15s linear, border 0.15s linear, color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear; }

.button--red.button--shadow {
      -webkit-box-shadow: 3px 3px 0 #991f00;
              box-shadow: 3px 3px 0 #991f00; }

.button--red:hover {
      background-color: #ffffff;
      color: #ff5c33; }

.button--red:hover.button--shadow {
        -webkit-box-shadow: 0px 0px 0 2px #ff5c33;
                box-shadow: 0px 0px 0 2px #ff5c33; }

.button--red[disabled] {
      opacity: 0.5; }

.button--red[disabled]:hover {
        background-color: #ff5c33;
        color: #ffffff; }

.button--red[disabled]:hover.button--shadow {
          -webkit-box-shadow: 3px 3px 0 #991f00;
                  box-shadow: 3px 3px 0 #991f00; }

.button--red--inverse {
      border: 1px solid #ff5c33;
      background-color: #ffffff;
      color: #ff5c33;
      -webkit-transition: background-color 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, -webkit-box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
      transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear; }

.button--red--inverse.button--shadow {
        -webkit-box-shadow: 3px 3px 0 #ff5c33;
                box-shadow: 3px 3px 0 #ff5c33; }

.button--red--inverse:hover {
        background-color: #ff5c33;
        color: #ffffff; }

.button--red--inverse:hover.button--shadow {
          background-color: #ffffff;
          color: #ff5c33;
          -webkit-box-shadow: 0px 0px 0 2px #ff5c33;
                  box-shadow: 0px 0px 0 2px #ff5c33; }

.button--red--inverse[disabled] {
        opacity: 0.5; }

.button--red--inverse[disabled]:hover {
          background-color: #ffffff;
          color: #ff5c33; }

.button--red--inverse[disabled]:hover.button--shadow {
            background-color: #ff5c33;
            color: #ffffff;
            -webkit-box-shadow: 3px 3px 0 #ff5c33;
                    box-shadow: 3px 3px 0 #ff5c33; }

.button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0; }

.button__wrapper--bottom {
      padding-bottom: 0; }

.loader {
  display: inline-block;
  border: 0.5rem solid #eef0f1;
  /* Light grey */
  border-top: 0.5rem solid #00b1ef;
  /* Blue */
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0.5rem; }

.loader__hide {
    margin: 0;
    display: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.user__delete {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.user__delete--form {
    display: none; }

.user__delete--confirm {
    opacity: 0.5; }

.user__delete--confirm:hover {
      cursor: auto;
      color: #ffffff;
      background-color: #ff5c33;
      -webkit-box-shadow: 3px 3px 0 #661400 !important;
              box-shadow: 3px 3px 0 #661400 !important; }

.link--classic {
  color: #0F33F1;
  text-decoration: underline; }

.link--classic:hover {
    text-decoration: none; }

.link--simple {
  cursor: pointer;
  text-decoration: underline; }

.link--simple:hover {
    text-decoration: none; }

.side-bar__link {
  color: #8e9397;
  display: block;
  padding: 0.5rem 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }

.side-bar__link:hover {
    color: #0F33F1; }

.side-bar__link--current {
    color: #333333;
    text-decoration: underline; }

.side-bar__link--current:hover {
      color: initial;
      text-decoration: underline; }

.ad {
  margin: auto;
  max-width: 400px;
  border: 1px solid #8e9397;
  -webkit-box-shadow: 5px 5px 0 #dfe1e2;
          box-shadow: 5px 5px 0 #dfe1e2;
  display: block;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }

.ad:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

header {
  width: 100%;
  border-top: 3px solid #00b1ef;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0; }

.nav {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.5rem;
  border-bottom: 1px solid #eef0f1;
  max-height: 65px;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 576px) {
    .nav {
      padding: 0 1rem; } }

.nav__header--wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0; }

.nav .logo {
    width: 150px;
    min-width: 150px; }

.nav__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }

@media (min-width: 768px) {
      .nav__mobile {
        display: none; } }

.nav__mobile svg {
      height: 3rem;
      width: 3rem;
      fill: #8e9397; }

.nav__mobile-icon {
      padding: 0 1rem; }

.nav__mobile-icon:last-child {
        padding-right: 0; }

.nav__mobile--border {
      border-right: 1px solid #eef0f1; }

.nav__wrapper {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    display: block;
    background-color: #00b1ef;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: transform 0.15s linear, opacity 0.15s linear;
    transition: transform 0.15s linear, opacity 0.15s linear, -webkit-transform 0.15s linear; }

@media (min-width: 768px) {
      .nav__wrapper {
        z-index: inherit;
        top: auto;
        position: relative;
        background-color: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-transform: none;
                transform: none;
        opacity: 1; } }

.nav__wrapper--show {
      -webkit-transform: translateY(68px);
              transform: translateY(68px);
      opacity: 1; }

.nav__wrapper ul {
      display: block;
      padding: 0; }

@media (min-width: 768px) {
        .nav__wrapper ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }

.nav__wrapper ul li {
        display: block;
        margin: 0;
        padding: 0; }

@media (min-width: 768px) {
          .nav__wrapper ul li {
            list-style: none;
            padding-left: 1.5rem;
            font-weight: bold; } }

@media (min-width: 992px) {
          .nav__wrapper ul li {
            padding-left: 2rem; } }

.nav__link {
    color: #ffffff;
    padding: 1.5rem;
    display: block;
    border-bottom: 1px solid #23c6ff;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear; }

.nav__link:hover {
      color: #0F33F1; }

.nav__link:hover .nav__icon {
        fill: #0F33F1; }

@media (min-width: 768px) {
      .nav__link {
        padding: 0;
        color: #8e9397;
        border-bottom: none; } }

.nav__link--royal {
      color: #ffffff; }

@media (min-width: 768px) {
        .nav__link--royal {
          color: #0F33F1; } }

.nav__link--current {
      background-color: #23c6ff; }

@media (min-width: 768px) {
        .nav__link--current {
          border-bottom: 2px solid #333333;
          color: #333333;
          background-color: #ffffff; }
          .nav__link--current:hover {
            color: #333333; } }

.nav__global {
    margin: 0; }

@media (min-width: 768px) {
      .nav__global {
        margin-right: 2rem; } }

@media (min-width: 768px) {
    .nav__user {
      border-left: 1px solid #eef0f1; } }

.nav__icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: #8e9397;
    display: block;
    -webkit-transition: fill 0.15s linear;
    transition: fill 0.15s linear; }

.nav__secondary {
    height: auto;
    max-height: initial;
    background-color: #02BB12;
    padding: 0; }

@media (min-width: 768px) {
      .nav__secondary {
        background-color: #ffffff;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 40px;
        max-height: 40px;
        padding: 0 1rem; } }

.nav__league #league_name {
    padding: 0; }

#nav__league--menu {
  background-color: #3f5cf4; }

@media (min-width: 768px) {
    #nav__league--menu {
      background-color: inherit; } }

#nav__league--menu .nav__link {
    border-bottom: 1px solid #6f85f7; }

@media (min-width: 768px) {
      #nav__league--menu .nav__link {
        border-bottom: none; } }

#nav__league--menu .nav__link--current {
    background-color: #6f85f7; }

@media (min-width: 768px) {
      #nav__league--menu .nav__link--current {
        background-color: inherit;
        border-bottom: 2px solid #333333; } }

#nav__league--menu .nav__icon-li {
    display: none; }

@media (min-width: 768px) {
      #nav__league--menu .nav__icon-li {
        display: block; } }

#nav__main--menu {
  background-color: #00b1ef; }

@media (min-width: 768px) {
    #nav__main--menu {
      background-color: inherit; } }

footer {
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #eef0f1;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  color: #8e9397; }

footer .footer {
    max-width: 1200px;
    font-size: 0.8rem;
    margin: auto; }

footer .footer__link {
      color: #8e9397;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }

footer .footer__link:hover {
        text-decoration: underline;
        color: #0F33F1; }

footer .footer__nav {
      text-align: center; }

@media (min-width: 576px) {
        footer .footer__nav {
          text-align: left; } }

footer .footer__social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

@media (min-width: 576px) {
        footer .footer__social {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }

.league__single {
  margin-bottom: 1.5rem;
  border: 1px solid #8e9397;
  padding: 1rem;
  -webkit-box-shadow: 5px 5px 0 #dfe1e2;
          box-shadow: 5px 5px 0 #dfe1e2;
  display: block;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }

.league__single:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

.league__name {
  font-family: 'Holtwood', serif;
  font-size: 1.25rem;
  text-transform: uppercase; }

@media (min-width: 576px) {
    .league__name {
      font-size: 2rem; } }

.league__team {
  font-size: 1rem;
  margin: 0.5rem 0; }

.league__team span {
    font-weight: bold; }

.league__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 576px) {
    .league__details {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.league__details span {
    padding: 0; }

@media (min-width: 576px) {
      .league__details span {
        padding-right: 2rem; } }

.league__participants {
  display: none; }

@media (min-width: 576px) {
    .league__participants {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .league__participants .icon {
        margin-right: 0.5rem;
        fill: #333333; } }

.league__player {
  padding: 0.5rem 0; }

.league__player:nth-child(even) {
    background-color: #eef0f1; }

.league__player .icon {
    display: block; }

.league__player--accepted {
    fill: #02a210; }

.league__player--remove {
    fill: #ff3300; }

.league__players {
  padding: 1rem 15px; }

.league__players--form {
    display: none; }

.league__players--action {
    padding-top: 0.5rem;
    border-top: 1px solid #333333; }

.league__xs--hide {
  display: none; }

@media (min-width: 576px) {
    .league__xs--hide {
      display: block; } }

.league__xs--show {
  padding-right: 0.5rem;
  display: inline-block; }

@media (min-width: 576px) {
    .league__xs--show {
      display: none; } }

.league__delete {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.league__delete--form {
    display: none; }

.league__delete--confirm {
    opacity: 0.5; }

.league__delete--confirm:hover {
      cursor: auto;
      color: #ffffff;
      background-color: #ff5c33;
      -webkit-box-shadow: 3px 3px 0 #661400 !important;
              box-shadow: 3px 3px 0 #661400 !important; }

.team__name {
  font-family: 'Holtwood', serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #333333; }

.team__name:hover {
    text-decoration: underline; }

@media (min-width: 576px) {
    .team__name {
      font-size: 2rem; } }

.team__name--wrapper {
    width: 100%; }

@media (min-width: 768px) {
      .team__name--wrapper {
        width: 70%; } }

.team__name--auto:hover {
    text-decoration: none !important; }

.team__stats {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem; }

.team__stats span {
    margin-right: 2rem; }

@media (min-width: 576px) {
    .team__stats {
      font-size: 1.25rem; } }

.team__total-pts {
  color: #00b1ef; }

.team__place {
  color: #00b1ef; }

.team__candidate-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.team__candidate-name img {
    height: 4rem;
    width: 4rem; }

.team__candidate-name span {
    padding-left: 1rem;
    font-weight: bold; }

.team__candidate-points {
  font-weight: bold;
  font-size: 1.75rem;
  color: #3352F3; }

.team__candidate--circle {
  border-radius: 50%; }

.team__message {
  padding: 1rem 0; }

.team__message strong {
    color: #0F33F1; }

.team__message--landing {
    color: #664c00;
    background-color: #fff2cc;
    padding: 2rem; }

.team__link {
  color: #333333; }

.team__link.table__row {
    -webkit-transition: border 0.15s linear, -webkit-transform 0.15s linear;
    transition: border 0.15s linear, -webkit-transform 0.15s linear;
    transition: border 0.15s linear, transform 0.15s linear;
    transition: border 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear; }

.team__link.table__row:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      border: 3px solid #00b1ef; }

.team__settings-link {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0.5rem; }

.team__delete {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.team__delete--form {
    display: none; }

.team__delete--confirm {
    opacity: 0.5; }

.team__delete--confirm:hover {
      cursor: auto;
      color: #ffffff;
      background-color: #ff5c33;
      -webkit-box-shadow: 3px 3px 0 #661400 !important;
              box-shadow: 3px 3px 0 #661400 !important; }

.standings__place {
  font-size: 1.25rem;
  padding: 0 1rem; }

.standings__team {
  color: #333333;
  font-size: 1.25rem;
  font-family: 'Holtwood', serif;
  text-transform: uppercase; }

.standings__team:hover {
    text-decoration: underline; }

.standings__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem; }

.standings__single:nth-child(even) {
    background-color: #eef0f1; }

.standings__details .d-flex {
  width: 100%; }

.standings__details .d-flex span {
    padding: 0 0.5rem; }

@media (min-width: 576px) {
      .standings__details .d-flex span {
        padding: 0 1rem; } }

.standings__details .d-flex span:first-child {
      padding-left: 0; }

.discussion__wrapper {
  padding: 1rem 0; }

.discussion .form {
  padding-top: 0; }

.discussion .table {
  padding-top: 1rem;
  border-bottom: 0; }

.discussion textarea {
  width: 100%;
  height: 8rem;
  margin: 0; }

.discussion__single {
  padding: 0.5rem; }

.discussion__single:nth-child(odd) {
    background-color: #eef0f1; }

.discussion__username {
  font-weight: bold; }

.discussion__date {
  font-style: italic;
  color: #8e9397;
  font-size: 0.8rem;
  padding-left: 1rem; }

.discussion__post {
  padding-top: 1rem; }

.discussion__details {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.discussion__action {
  border-top: 1px solid #d2d7da;
  padding-top: 1rem;
  margin-top: 1rem;
  display: none; }

.discussion__icon {
  margin: 0 0.25rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.discussion__icon:hover {
    opacity: 1; }

.discussion__more {
  opacity: 0.3; }

.discussion__more:hover {
    background-color: initial;
    color: #8e9397;
    cursor: auto; }

.discussion__more--show {
    opacity: 1; }

.discussion__more--show:hover {
      background-color: #8e9397;
      color: #ffffff;
      cursor: pointer; }

.alert {
  margin: auto;
  max-width: 920px;
  width: 100%;
  padding: 0.5rem;
  padding-bottom: 0; }

@media (min-width: 576px) {
    .alert {
      padding: 1rem;
      padding-bottom: 0; } }

@media (min-width: 768px) {
    .alert {
      padding: 1.5rem;
      padding-bottom: 0; } }

.alert__single {
    padding: 1rem;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.alert__single:first-child {
      margin-top: 0; }

.alert__icon {
    height: 1.5rem;
    width: 1.5rem; }

.alert__text {
    padding-left: 1rem;
    width: 100%; }

.alert__close {
    cursor: pointer;
    font-weight: bold; }

.alert__close:hover {
      text-decoration: underline; }

.alert__info {
    border-top: 3px solid #ffbe00;
    background-color: #fff2cc;
    color: #664c00; }

.alert__info--icon {
      fill: #ffbe00; }

.alert__info--close {
      color: #ffbe00; }

.alert__info--link {
      color: #664c00;
      text-decoration: underline; }

.alert__success {
    border-top: 3px solid #02BB12;
    background-color: #d2ffd6;
    color: #015608; }

.alert__success--icon {
      fill: #02BB12; }

.alert__success--close {
      color: #02BB12; }

.alert__success--link {
      color: #015608;
      text-decoration: underline; }

.alert__fail {
    border-top: 3px solid #FF3300;
    background-color: #ffd6cc;
    color: #661400; }

.alert__fail--icon {
      fill: #FF3300; }

.alert__fail--close {
      color: #FF3300; }

.alert__fail--link {
      color: #661400;
      text-decoration: underline; }

.alert__hide {
    display: none; }

.news__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.news__article {
  width: 100%;
  padding-bottom: 1rem; }

.news__title {
  font-size: 1.5rem;
  text-decoration: underline;
  color: #333333;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }

.news__title:hover {
    color: #0F33F1;
    text-decoration: underline; }

.news__date {
  color: #5c6063;
  font-style: italic; }

.news__more {
  padding-top: 1rem; }

.form {
  width: 100%;
  padding: 1rem 0; }

.form__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.form__column--half {
    width: 45%; }

.form__column--full {
    width: 50%;
    margin: auto; }

.form--full {
    width: 50%;
    margin: auto; }

.form__aside {
    font-size: 0.8rem;
    color: #666666; }

.form__wrapper {
    padding: 2rem; }

.form__date--btn {
    padding: 0 10px;
    background-color: #333333;
    color: #ffffff;
    height: 2em;
    line-height: 2em;
    cursor: pointer; }

.form input, .form textarea, .form label, .form select {
    width: 100%;
    padding: 0;
    margin: 0.5rem 0; }

.form input, .form textarea, .form select {
    border: 1px solid #333333;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    padding: 3px; }

.form input, .form select {
    height: 2em; }

.form textarea {
    height: 10em; }

.form .button {
    margin-top: 1rem;
    margin-left: 0; }

.form label {
    display: block;
    margin: 1rem 0 0 0; }

.form input[type=checkbox], .form input[type=radio] {
    height: 1rem;
    width: 1rem;
    min-height: 1rem;
    min-width: 1rem;
    display: inline-block;
    cursor: pointer;
    margin-right: 1rem; }

.candidates__link {
  color: #333333;
  text-decoration: none; }

.candidates__link:hover {
    text-decoration: underline; }

.candidates__filters {
  background-color: #d6f4ff;
  color: #004056;
  padding: 1rem; }

.candidates__filters--hide {
    display: none; }

@media (min-width: 768px) {
      .candidates__filters--hide {
        display: block; } }

.candidates__filters h2 {
    position: relative; }

.candidates__filters h2::after {
      background-color: #004056;
      position: absolute;
      content: ' ';
      top: 50%;
      right: 0;
      height: 0;
      width: 0;
      border: 0.5rem solid #d6f4ff;
      border-top: 0.5rem solid #004056;
      -webkit-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem); }

@media (min-width: 768px) {
        .candidates__filters h2::after {
          display: none; } }

.candidates__filters h2.candidates__filters--hidden::after {
      -webkit-transform: translateY(-0.5rem) rotate(-90deg);
              transform: translateY(-0.5rem) rotate(-90deg); }

.candidates__table {
  padding: 2rem 15px 0 15px; }

.candidates__table--component {
    padding: 0 15px 1rem 15px; }

.candidates__heading {
  font-weight: bold;
  border-bottom: 1px solid #333333; }

.candidates__heading--title {
    position: relative;
    cursor: pointer; }

.candidates__list {
  display: none; }

.candidates__list--show {
    display: block; }

.candidates__error {
  display: none; }

.candidates__error--show {
    display: block; }

.candidates__arrow::after {
  cursor: pointer;
  background-color: #333333;
  position: absolute;
  content: ' ';
  top: 50%;
  right: -1rem;
  height: 0;
  width: 0;
  border: 0.25rem solid #ffffff;
  border-bottom: 0.25rem solid #333333;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem); }

.candidates__arrow--desc::after {
  -webkit-transform: translateY(0%) rotate(180deg);
          transform: translateY(0%) rotate(180deg); }

.candidates__paginate {
  font-weight: bold;
  padding-top: 2rem; }

.candidates__paginate * {
    padding: 0.5rem; }

.candidates__paginate *:first-child {
      padding-left: 0; }

@media (min-width: 768px) {
      .candidates__paginate * {
        padding: 0.25rem; } }

.candidates__paginate--current {
    color: #00b1ef; }

.candidates__paginate--page:hover {
    color: #00b1ef;
    cursor: pointer; }

.candidates .form {
  padding: 0; }

.candidates .form__aside {
    color: inherit; }

.candidates .form input[type=text] {
    border: 1px solid #004056;
    background-color: #ffffff; }

.candidates__select {
  position: relative; }

.candidates__select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ffffff; }

.candidates__select::after {
    background-color: #ffffff;
    position: absolute;
    content: ' ';
    top: 50%;
    right: 0.5rem;
    height: 0;
    width: 0;
    border: 0.4rem solid #ffffff;
    border-top: 0.4rem solid #333333;
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem); }

.candidates__single {
  padding: 1rem 0; }

.candidates__single:nth-child(odd) {
    background-color: #eef0f1; }

.candidates__single--component {
    padding: 0.5rem 15px; }

.candidates__name {
  font-weight: bold; }

.candidates__icon {
  height: 1.5rem;
  width: 1.5rem; }

.candidates__icon--DEM {
    fill: #3150f3; }

.candidates__icon--REP {
    fill: #ff5024; }

.candidates__icon--check {
    fill: #02d414; }

.candidates__points {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3150f3;
  text-align: left; }

@media (min-width: 576px) {
    .candidates__points {
      text-align: center; } }

.candidates__points--mobile {
    display: inline-block; }

@media (min-width: 576px) {
      .candidates__points--mobile {
        display: none; } }

.candidates__points--component {
    text-align: center !important; }

.candidates__pic {
  border-radius: 50%;
  min-width: 50px;
  max-width: 60px;
  max-height: 60px; }

.candidates__pic--component {
    display: none; }

@media (min-width: 576px) {
      .candidates__pic--component {
        display: block; } }

@media (min-width: 768px) {
      .candidates__pic--component {
        display: none; } }

@media (min-width: 992px) {
      .candidates__pic--component {
        display: block; } }

.candidates__pic--drafted {
    opacity: 0.5; }

.candidates__component--show-sm {
  display: none; }

@media (min-width: 576px) {
    .candidates__component--show-sm {
      display: block; } }

@media (min-width: 768px) {
    .candidates__component--show-sm {
      display: none; } }

.candidates__init {
  display: none; }

.candidates__init--show {
    display: block !important; }

.candidate__picture {
  max-width: 200px;
  margin: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 3px 3px 6px #333333;
          box-shadow: 3px 3px 6px #333333; }

.candidate__website {
  font-weight: normal; }

.candidate__website:hover {
    text-decoration: underline; }

.candidate__heading {
  border-bottom: 1px solid #333333;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (min-width: 576px) {
    .candidate__heading {
      text-align: left; } }

@media (min-width: 768px) {
    .candidate__heading {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.candidate__social {
  padding: 0 1rem; }

.candidate__social a svg {
    fill: #8e9397;
    -webkit-transition: fill 0.15s linear;
    transition: fill 0.15s linear; }

.candidate__social a:hover svg {
    fill: #00b1ef; }

.candidate__info {
  padding-bottom: 1rem;
  font-weight: normal;
  color: #333333; }

@media (min-width: 768px) {
    .candidate__info {
      font-weight: bold;
      color: #8e9397; } }

.candidate__info--lg {
    font-size: 1rem; }

@media (min-width: 768px) {
      .candidate__info--lg {
        font-size: 1.5rem; } }

.candidate__info--pts {
    color: #00b1ef;
    font-weight: bold; }

.candidate__info--party {
    margin-right: 1rem; }

.candidate__info--DEM-align {
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px); }

@media (min-width: 992px) {
      .candidate__info--DEM-align {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px); } }

.candidate__icon {
  height: 1rem;
  width: 1rem;
  fill: #333333; }

@media (min-width: 768px) {
    .candidate__icon {
      height: 1.5rem;
      width: 1.5rem;
      fill: #8e9397; } }

.candidate__icon--check {
    fill: #02d414;
    opacity: 0; }

.candidate__icon--check-show {
      opacity: 1; }

.candidate__icon--DEM {
    fill: #3f5cf4; }

.candidate__icon--REP {
    fill: #ff5c33; }

.candidate__btn {
  cursor: initial; }

.candidate__btn:first-child {
    margin-right: 1rem; }

.candidate__sub--pts {
  color: #3f5cf4; }

.candidate__sub--money {
  padding-bottom: 0.5rem; }

.candidate__pie {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #b074d7;
  border-radius: 50%;
  display: block;
  margin: auto; }

.candidate__pie circle {
    fill: #b074d7;
    stroke: #00b5ac;
    stroke-width: 100; }

.candidate__receipts {
  color: #02BB12; }

.candidate__mention {
  padding: 0.5rem 0; }

.candidate__mention a {
    font-size: 1.25rem; }

.candidate__mention--source {
    margin-right: 1rem; }

.candidate__votes--icon {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block; }

@media (min-width: 768px) {
    .candidate__votes--icon {
      width: 200px;
      height: 200px; } }

.candidate__votes--opponent {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: fliph;
          filter: fliph; }

.candidate__votes--border {
  border-right: none; }

@media (min-width: 768px) {
    .candidate__votes--border {
      border-right: 1px solid #333333; } }

.candidate__votes--percent {
  font-size: 2rem;
  padding-bottom: 1rem; }

.candidate__votes--name {
  padding: 1rem 0; }

.candidate__votes--link {
  color: #333333;
  text-decoration: underline;
  display: inline-block; }

.candidate__votes--link:hover {
    text-decoration: none; }

.candidate__votes--wrapper {
  margin-bottom: 2rem; }

.candidate #moneyInfo {
  cursor: pointer; }

.candidate #moneyInfoBlurb {
    display: none; }

.candidate #moneyInfoBlurb.moneyInfoBlurb--show {
      display: block; }

a.candidate__btn {
  cursor: pointer; }

.root__content {
  max-width: 1200px;
  padding: 3rem 1rem; }

.root__content--header {
    padding: 1rem 1rem 0 1rem; }

.root__header-img {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px; }

.root__header-img--wrap {
    position: relative;
    display: none; }

@media (min-width: 576px) {
      .root__header-img--wrap {
        display: block;
        padding-bottom: 43%; } }

.root__heading {
  position: relative;
  font-size: 4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%; }

@media (min-width: 576px) {
    .root__heading {
      font-size: 2rem; } }

@media (min-width: 768px) {
    .root__heading {
      font-size: 2rem; } }

@media (min-width: 992px) {
    .root__heading {
      font-size: 4rem; } }

.root__heading--sub {
    font-size: 2rem; }

.root__header-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("https://s3.us-east-2.amazonaws.com/fantasy-congress/fc_landing_header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 75vh;
  min-height: 400px !important; }

@media (min-width: 576px) {
    .root__header-cta {
      background-image: none;
      height: auto;
      min-height: 1px !important; } }

.root__header-cta:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.8; }

@media (min-width: 576px) {
      .root__header-cta:before {
        display: none; } }

.root__header-social {
  padding: 1rem 0; }

.root__header-social .social__icon {
    fill: #333333;
    height: 2rem;
    width: 2rem; }

@media (min-width: 576px) {
      .root__header-social .social__icon {
        fill: #8e9397;
        height: 1.25rem;
        width: 1.25rem; } }

.root__header-btns {
  position: relative;
  padding: 1rem 0; }

@media (min-width: 768px) {
    .root__header-btns {
      padding: 2rem 0; } }

.root__callout {
  background-image: url("/static/images/icon_pattern_big_light.png");
  background-color: #23c6ff;
  color: #ffffff; }

.root__xs-pd-top {
  padding-top: 1rem; }

@media (min-width: 576px) {
    .root__xs-pd-top {
      padding-top: 0; } }

.root__ex-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem; }

.root__ex-icon .icon {
    fill: #8e9397;
    width: 1.5rem;
    height: 1.5rem; }

.root__ex-icon span {
    color: #8e9397;
    padding: 0 0.5rem; }

.root__form {
  width: 100%;
  margin: auto; }

@media (min-width: 768px) {
    .root__form {
      width: 70%; } }

.about__content {
  max-width: 1200px;
  padding: 3rem 1rem; }

.about__header {
  padding: 1rem 0;
  background-image: url("/static/images/icon_pattern_big_light.png");
  background-color: #23c6ff;
  color: #ffffff;
  font-size: 1.5rem; }

@media (min-width: 576px) {
    .about__header {
      font-size: 2rem;
      padding: 3rem 0; } }

.about__link {
  color: #8e9397;
  display: block;
  padding: 0.5rem 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }

.about__link:hover {
    color: #0F33F1; }

.about__body-text p {
  padding-bottom: 1rem; }

.draft__candidates {
  border: 1px solid #333333;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 20rem;
  padding: 0 15px;
  cursor: pointer; }

.draft__candidates::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }

.draft__candidates::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.draft__candidates--header {
    border: 3px solid #333333;
    padding: 0 15px;
    color: #ffffff;
    background-color: #333333; }

.draft__candidates--header .row {
      padding: 0 0.5rem; }

.draft__candidates .button {
    margin-bottom: 1rem; }

.draft__candidate {
  cursor: auto;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  padding: 0.5rem; }

.draft__candidate:nth-child(odd) {
    background-color: #eef0f1;
    border: 3px solid #eef0f1; }

.draft__pick {
  border: 3px solid #00b1ef !important; }

.draft__pick--commit {
    background-color: #333333;
    color: #ffffff;
    width: 100%;
    padding: 1rem; }

.draft__yes {
  padding: 0.25rem 0.5rem;
  background-color: #02BB12;
  border: 2px solid #02BB12;
  margin: 0 0.5rem;
  cursor: pointer; }

.draft__no {
  padding: 0.25rem 0.5rem;
  border: 2px solid #ffffff;
  margin: 0 0.5rem;
  cursor: pointer; }

.draft__filters {
  margin-bottom: 1rem;
  background-color: #d6f4ff;
  color: #004056;
  padding: 1rem; }

.draft__filters h2 {
    position: relative; }

.draft__filters h2::after {
      background-color: #004056;
      position: absolute;
      content: ' ';
      top: 50%;
      right: 0;
      height: 0;
      width: 0;
      border: 0.5rem solid #d6f4ff;
      border-left: 0.5rem solid #004056;
      -webkit-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem); }

.draft__turn-time {
  font-weight: normal; }

.draft__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.draft__current--sm {
    font-size: 1rem;
    padding: 0 1rem; }

.draft__current--name {
    font-size: 1.5rem; }

.draft__next {
  padding: 0 1rem;
  border-right: 1px solid #333333; }

.draft__next:first-child {
    font-weight: bold; }

.draft__next--wrapper {
    overflow-x: hidden;
    border: 2px solid #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.25rem 0; }

.draft__your-turn .draft__current--sm {
  color: #FF3300; }

.draft__your-turn .draft__current--name {
  color: #0F33F1; }

.draft__your-turn .draft__candidate {
  cursor: pointer; }

.draft__your-turn .draft__candidate:hover {
    border: 3px solid #00b1ef; }

.draft .draft__show .form {
  display: block; }

.draft .draft__show.draft__filters h2::after {
  -webkit-transform: translateY(-0.25rem) rotate(90deg);
          transform: translateY(-0.25rem) rotate(90deg); }

.draft .form {
  display: none; }

.draft .form__aside {
    color: #004056; }

.draft #loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.draft #draft {
  display: none; }
