.johnhansen #custom_header_wrapper,
.fantasypoints #custom_header_wrapper {
  background-image: linear-gradient(269deg, #5B7083 0%, #A4C6E4 9%, #607D97 21%, #000000 70%);
  height: 9em;
  display: flex;
}
.johnhansen #fp_left_header,
.fantasypoints #fp_left_header {
  padding-left: 5em;
  background-image: url(/frontend/img/johnhansen/fantasyPointsLogo_small.png);
  background-repeat: no-repeat;
  background-size: 20em;
  background-position: 1em;
  flex: 1;
}
.johnhansen #fp_logo,
.fantasypoints #fp_logo {
  background-image: url(/frontend/img/johnhansen/FP97.png);
  background-repeat: no-repeat;
  background-size: 12em;
  height: 6em;
  margin-top: -1.5em;
}
.johnhansen #fp_logo > img,
.fantasypoints #fp_logo > img {
  width: 10em;
}
.johnhansen #fp_right_header,
.fantasypoints #fp_right_header {
  flex: 1;
  background-image: url(/frontend/img/johnhansen/johnhansen-large.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.johnhansen #fp_right_header > span,
.fantasypoints #fp_right_header > span {
  float: right;
  color: white;
  font-weight: bold;
  margin-top: 6em;
  margin-right: 8em;
  white-space: nowrap;
}
.johnhansen #fp_welcome,
.fantasypoints #fp_welcome {
  font-size: 1.5em;
  color: white;
  padding-left: 0.6em;
  padding-top: 1.5em;
  white-space: nowrap;
}
.johnhansen #content_1 table > tbody > tr > td,
.fantasypoints #content_1 table > tbody > tr > td {
  background-image: url(/frontend/theme/nffc/img/logo.svg);
  background-repeat: no-repeat;
  padding-left: 10em;
  background-size: 7em;
  background-position: 1em;
}
.johnhansen #content_2 #ad_wrapper,
.fantasypoints #content_2 #ad_wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.johnhansen #content_2 #ad_wrapper > div,
.fantasypoints #content_2 #ad_wrapper > div {
  flex: 1;
  text-align: center;
  background-color: #f0f0f0;
  margin: 1.5em;
  min-height: 12em;
  padding: 5em;
}
.johnhansen #content_2 #ad_wrapper > div:nth-child(1),
.fantasypoints #content_2 #ad_wrapper > div:nth-child(1) {
  background-image: url(/frontend/theme/mfl10s/img/fantasypoints-cutline-logo3.png);
  background-repeat: no-repeat;
  background-size: 22em;
  background-position: center 1.2em;
}
.johnhansen #content_2 #ad_wrapper > div:nth-child(2),
.fantasypoints #content_2 #ad_wrapper > div:nth-child(2) {
  background-image: url(/frontend/theme/mfl10s/img/logo-all.svg);
  background-repeat: no-repeat;
  background-size: 23em;
  background-position: center 3.6em;
}
.johnhansen #content_2 #ad_wrapper > div > p,
.fantasypoints #content_2 #ad_wrapper > div > p {
  font-size: 1.2em;
  white-space: nowrap;
}
.johnhansen #content_2 #ad_wrapper > div > p:nth-child(1),
.fantasypoints #content_2 #ad_wrapper > div > p:nth-child(1) {
  margin-top: 6.5em;
}
.johnhansen #content_2 #ad_wrapper > div > p:nth-last-child(1),
.fantasypoints #content_2 #ad_wrapper > div > p:nth-last-child(1) {
  margin-top: 2em;
}
.johnhansen #content_3 table > tbody > tr > td,
.fantasypoints #content_3 table > tbody > tr > td {
  background-color: var(--primary-color);
  text-align: center;
  font-size: 1.3em;
  color: white;
  line-height: 0;
}
.johnhansen #content_3 table > tbody > tr > td a,
.fantasypoints #content_3 table > tbody > tr > td a {
  color: white !important;
  text-decoration: underline;
}
.johnhansen table > thead,
.fantasypoints table > thead {
  display: none;
}
.johnhansen #custom_footer,
.fantasypoints #custom_footer {
  text-align: center;
  padding: 3em 5em 3em 5em;
  background-color: white;
  margin: 1em;
}
.johnhansen #custom_footer #banner,
.fantasypoints #custom_footer #banner {
  background-image: url(/frontend/img/johnhansen/NFFC-FP-728x90.png);
  background-repeat: no-repeat;
  height: 90px;
  background-position: center;
}
@media screen and (max-width: 70em) {
  .johnhansen #fp_left_header,
  .fantasypoints #fp_left_header {
    padding-left: 1em;
  }
}
@media screen and (max-width: 57em) {
  .johnhansen #custom_footer,
  .fantasypoints #custom_footer {
    padding: 1em;
  }
  .johnhansen #custom_footer #banner,
  .fantasypoints #custom_footer #banner {
    background-size: 95%;
  }
}
@media screen and (max-width: 50em) {
  .johnhansen #fp_welcome,
  .fantasypoints #fp_welcome {
    font-size: 1em;
    padding-top: 2em;
  }
  .johnhansen #fp_logo,
  .fantasypoints #fp_logo {
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 35em) {
  .johnhansen #fp_welcome,
  .fantasypoints #fp_welcome {
    display: none;
  }
  .johnhansen #fp_logo,
  .fantasypoints #fp_logo {
    margin: 1em;
    background-position: center;
  }
  .johnhansen #fp_left_header,
  .fantasypoints #fp_left_header {
    padding: 0;
  }
  .johnhansen #fp_right_header,
  .fantasypoints #fp_right_header {
    display: none;
  }
  .johnhansen #content_1 table > tbody > tr > td,
  .fantasypoints #content_1 table > tbody > tr > td {
    padding: 1em;
    background-image: none;
  }
  .johnhansen #content_3 #ad_wrapper > div,
  .fantasypoints #content_3 #ad_wrapper > div {
    padding: 0;
  }
  .johnhansen #content_3 #ad_wrapper > div > p:nth-child(1),
  .fantasypoints #content_3 #ad_wrapper > div > p:nth-child(1) {
    margin-top: 5em;
  }
  .johnhansen #content_4 table > tbody > tr > td,
  .fantasypoints #content_4 table > tbody > tr > td {
    font-size: 0.9em;
  }
}
.fbg #custom_header_wrapper {
  background-image: linear-gradient(299deg, #5B7083 0%, #A4C6E4 19%, #607D97 55%, #000009 70%);
  height: 9em;
}
.fbg #custom_header_wrapper #fbg_bottom {
  width: 100%;
}
.fbg #custom_header_wrapper #fbg_bottom #fbg_welcome {
  font-size: 1.5em;
  color: white;
  white-space: nowrap;
  text-align: center;
}
.fbg #custom_header_wrapper #fbg_top #logo_1 {
  flex: 1;
  min-height: 3em;
  padding: 1.4em;
  background-image: url(/frontend/theme/fbg/img/fbg-wordmark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18em;
}
.fbg table > thead {
  display: none;
}
.fbg #content_1 table > tbody > tr > td {
  background-image: url(/frontend/theme/nffc/img/logo.svg);
  background-repeat: no-repeat;
  padding-left: 10em;
  background-size: 7em;
  background-position: 1em;
}
.fbg #content_2 #ad_wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.fbg #content_2 #ad_wrapper > div {
  flex: 1;
  text-align: center;
  background-color: #f0f0f0;
  margin: 1.5em;
  min-height: 12em;
  padding: 5em;
}
.fbg #content_2 #ad_wrapper > div:nth-child(1) {
  background-image: url(/frontend/theme/mfl10s/img/fantasypoints-cutline-logo3.png);
  background-repeat: no-repeat;
  background-size: 22em;
  background-position: center 1.2em;
}
.fbg #content_2 #ad_wrapper > div:nth-child(2) {
  background-image: url(/frontend/theme/mfl10s/img/logo-all.svg);
  background-repeat: no-repeat;
  background-size: 23em;
  background-position: center 3.6em;
}
.fbg #content_2 #ad_wrapper > div > p {
  font-size: 1.2em;
  white-space: nowrap;
}
.fbg #content_2 #ad_wrapper > div > p:nth-child(1) {
  margin-top: 6.5em;
}
.fbg #content_2 #ad_wrapper > div > p:nth-last-child(1) {
  margin-top: 2em;
}
.fbg #content_3 table > tbody > tr > td {
  background-color: var(--primary-color);
  text-align: center;
  font-size: 1.3em;
  color: white;
  line-height: 0;
}
.fbg #content_3 table > tbody > tr > td a {
  color: white !important;
  text-decoration: underline;
}
@media screen and (max-width: 35em) {
  .fbg #fbg_welcome {
    display: none;
  }
  .fbg #logo_1 {
    padding-top: 5em !important;
  }
  .fbg #content_1 table > tbody > tr > td {
    padding: 1em;
    background-image: none;
  }
}
.cdm #custom_header_wrapper {
  background-image: linear-gradient(269deg, #5B7083 0%, #A4C6E4 9%, #607D97 21%, #000000 70%);
  height: 9em;
}
.cdm #custom_header_wrapper #cdm_bottom {
  width: 100%;
}
.cdm #custom_header_wrapper #cdm_bottom #cdm_welcome {
  font-size: 1.5em;
  color: white;
  white-space: nowrap;
  text-align: center;
}
.cdm #custom_header_wrapper #cdm_top #logo_1 {
  flex: 1;
  min-height: 3em;
  padding: 1em;
  background-image: url(/frontend/theme/cdm/img/logo-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13em;
}
.cdm table > thead {
  display: none;
}
.cdm #content_1 table > tbody > tr > td {
  background-image: url(/frontend/theme/nfc/img/logo.svg);
  background-repeat: no-repeat;
  padding-left: 10em;
  background-size: 7em;
  background-position: 1em;
}
@media screen and (max-width: 35em) {
  .cdm #cdm_welcome {
    display: none;
  }
  .cdm #logo_1 {
    padding-top: 5em !important;
  }
  .cdm #content_1 table > tbody > tr > td {
    padding: 1em;
    background-image: none;
  }
}
.fbgtournament #custom_header_wrapper {
  background-color: #FFFFFF;
  align-items: center;
}
.fbgtournament #custom_header_wrapper #fbgt_bottom {
  width: 100%;
}
.fbgtournament #custom_header_wrapper #fbgt_bottom #fbgt_welcome {
  font-size: 1.5em;
  color: black;
  white-space: nowrap;
  text-align: center;
}
.fbgtournament #custom_header_wrapper #fbgt_top #logo_1 {
  display: flex;
  min-height: 3em;
  padding: 1em;
  background-image: url(/frontend/theme/fbg/img/fbg-playersChamp-b-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fbgtournament table > thead {
  display: none;
}
.fbgtournament #content_2 table > tbody > tr > td {
  background-repeat: no-repeat;
  background-size: 7em;
  background-position: 1em;
}
.fbgtournament #content_1 #overview_wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.fbgtournament #content_1 #overview_wrapper > div {
  flex: 1;
  text-align: left;
  background-color: #ffffff;
  margin: 1em;
  min-height: 12em;
  padding: 1em;
}
.fbgtournament #content_1 #overview_wrapper > div:nth-child(1) {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 22em;
  background-position: center 1.2em;
}
.fbgtournament #content_1 #overview_wrapper > div:nth-child(2) {
  background-repeat: no-repeat;
  background-size: 23em;
  background-position: center 3.6em;
}
.fbgtournament #content_1 #overview_wrapper > div > p {
  font-size: 1.2em;
  white-space: wrap;
}
.fbgtournament #content_1 #overview_wrapper > div > p:nth-child(1) {
  margin-top: 6.5em;
}
.fbgtournament #content_1 #overview_wrapper > div > p:nth-last-child(1) {
  margin-top: 2em;
}
.fbgtournament #content_3 #ad_wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.fbgtournament #content_3 #ad_wrapper > div {
  flex: 1;
  text-align: center;
  background-color: #f0f0f0;
  margin: 1.5em;
  min-height: 12em;
  padding: 5em;
}
.fbgtournament #content_3 #ad_wrapper > div:nth-child(1) {
  background-image: url(/frontend/theme/mfl10s/img/fantasypoints-cutline-logo3.png);
  background-repeat: no-repeat;
  background-size: 22em;
  background-position: center 1.2em;
}
.fbgtournament #content_3 #ad_wrapper > div:nth-child(2) {
  background-image: url(/frontend/theme/mfl10s/img/logo-all.svg);
  background-repeat: no-repeat;
  background-size: 23em;
  background-position: center 3.6em;
}
.fbgtournament #content_3 #ad_wrapper > div > p {
  font-size: 1.2em;
  white-space: nowrap;
}
.fbgtournament #content_3 #ad_wrapper > div > p:nth-child(1) {
  margin-top: 6.5em;
}
.fbgtournament #content_3 #ad_wrapper > div > p:nth-last-child(1) {
  margin-top: 2em;
}
.fbgtournament #content_4 table > tbody > tr > td {
  background-color: var(--primary-color);
  text-align: center;
  font-size: 1.3em;
  color: white;
  line-height: 0;
}
.fbgtournament #content_4 table > tbody > tr > td a {
  color: white !important;
  text-decoration: underline;
}
@media screen and (max-width: 35em) {
  .fbgtournament #fbg_welcome {
    display: none;
  }
  .fbgtournament #logo_1 {
    padding-top: 5em !important;
  }
  .fbgtournament #content_1 table > tbody > tr > td {
    padding: 1em;
    background-image: none;
  }
}
.aboutsharplink #custom_header_text {
  background-color: #58738a;
  min-height: 9em;
  color: white;
  text-align: center;
  padding: 1em;
}
.aboutsharplink #custom_header_text > div {
  padding-bottom: 0.7em;
}
.aboutsharplink #custom_header_text > div:nth-child(1) {
  font-size: 1.7em;
  font-weight: bold;
}
.aboutsharplink #content_1 > table > thead > tr > td {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  background: white;
  color: black;
  border: none;
}
.aboutsharplink #content_1 > table #steps_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.aboutsharplink #content_1 > table #steps_container > .step {
  flex: 1;
  min-width: 20em;
  text-align: center;
  padding: 1em;
}
.aboutsharplink #content_1 > table #steps_container > .step > .step_num {
  background-repeat: no-repeat;
  background-size: 5em;
  background-position: center;
  min-height: 8em;
}
.aboutsharplink #content_1 > table #steps_container > .step > .step_img {
  background-repeat: no-repeat;
  background-size: 28em;
  background-position: top;
  min-height: 25em;
}
.aboutsharplink #content_1 > table #steps_container > .step:nth-child(1) > .step_num {
  background-image: url(/frontend/img/sharplink/littleDot-1.png);
}
.aboutsharplink #content_1 > table #steps_container > .step:nth-child(1) > .step_img {
  background-image: url(/frontend/img/sharplink/Step-1@2x.png);
}
.aboutsharplink #content_1 > table #steps_container > .step:nth-child(2) > .step_num {
  background-image: url(/frontend/img/sharplink/littleDot-2.png);
}
.aboutsharplink #content_1 > table #steps_container > .step:nth-child(2) > .step_img {
  background-image: url(/frontend/img/sharplink/Step-2@2x.png);
}
.aboutsharplink #content_1 > table #steps_container > .step:nth-child(3) > .step_num {
  background-image: url(/frontend/img/sharplink/littleDot-3.png);
}
.aboutsharplink #content_1 > table #steps_container > .step:nth-child(3) > .step_img {
  background-image: url(/frontend/img/sharplink/Step-3@2x.png);
}
@media screen and (max-width: 35em) {
  .aboutsharplink #custom_header_text {
    min-height: 11em;
    font-size: 80%;
  }
  .aboutsharplink #content_1 > table #steps_container > .step {
    text-align: left;
    padding: 1em;
  }
  .aboutsharplink #content_1 > table #steps_container > .step > .step_num {
    background-position: left;
    min-height: 5em;
    display: inline-block;
    min-width: 5em;
  }
  .aboutsharplink #content_1 > table #steps_container > .step > .step_text {
    display: inline-block;
    padding-left: 2em;
    vertical-align: 1.5em;
    font-size: 0.9em;
    max-width: 14em;
  }
  .aboutsharplink #content_1 > table #steps_container > .step:nth-child(1) > .step_img {
    background-image: url(/frontend/img/sharplink/Step-1m@2x.png);
  }
  .aboutsharplink #content_1 > table #steps_container > .step:nth-child(2) > .step_img {
    background-image: url(/frontend/img/sharplink/Step2-m@2x.png);
  }
  .aboutsharplink #content_1 > table #steps_container > .step:nth-child(3) > .step_img {
    background-image: url(/frontend/img/sharplink/Step-3m@2x.png);
  }
}
.sackcancer #custom_header_wrapper {
  background-image: url("/frontend/img/suckitcancer/suckitcancer-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 9em;
  display: flex;
}
.sackcancer #fp_left_header {
  padding-left: 5em;
  flex: 1;
}
.sackcancer #fp_right_header {
  flex: 1;
  background-image: url(/frontend/img/suckitcancer/roday.png), url(/frontend/img/suckitcancer/miz-crop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 10em center, right;
}
.sackcancer #fp_right_header > span {
  float: right;
  color: white;
  margin-top: 6em;
  margin-right: 8em;
  white-space: nowrap;
}
.sackcancer #fp_welcome {
  font-size: 1.4em;
  color: white;
  padding-left: 0.6em;
  padding-top: 1.5em;
  white-space: nowrap;
}
.sackcancer #fp_welcome > div:nth-child(2) {
  font-size: 0.7em;
}
.sackcancer #content_1 {
  text-align: center;
}
.sackcancer #content_1 .btn {
  font-size: 1.4em;
}
.sackcancer #content_3 #ad_wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.sackcancer #content_3 #ad_wrapper > div {
  flex: 1;
  text-align: center;
  background-color: #f0f0f0;
  margin: 1.5em;
  min-height: 12em;
  padding: 5em;
}
.sackcancer #content_3 #ad_wrapper > div > p {
  font-size: 1.5em;
  white-space: nowrap;
}
.sackcancer #content_3 #ad_wrapper > div > p:nth-child(1) {
  margin-top: 2em;
}
.sackcancer #content_3 #ad_wrapper > div > p:nth-last-child(1) {
  margin-top: 2em;
}
.sackcancer table > thead {
  display: none;
}
.sackcancer #custom_footer {
  display: none;
}
@media screen and (max-width: 70em) {
  .sackcancer #fp_left_header {
    padding-left: 1em;
  }
}
@media screen and (max-width: 50em) {
  .sackcancer #fp_welcome {
    font-size: 1.1em;
    padding-top: 2.7em;
    text-align: center;
  }
  .sackcancer #fp_right_header {
    display: none;
  }
}
@media screen and (max-width: 35em) {
  .sackcancer #fp_welcome {
    font-size: 0.9em;
    padding-top: 3.1em;
  }
  .sackcancer #fp_left_header {
    padding: 0;
  }
  .sackcancer #content_1 table > tbody > tr > td {
    padding: 1em;
    background-image: none;
  }
  .sackcancer #content_3 #ad_wrapper > div {
    padding: 0;
  }
  .sackcancer #content_3 #ad_wrapper > div > p:nth-child(1) {
    margin-top: 5em;
  }
}
/*# sourceMappingURL=custom.page.css.map */