#subscription-app {
  overflow-x: hidden;
  /* Billing Option Tabs */
  /* Billing Option Tabs Light Variation */
  /* Package Cards */
  /* Package Card Most Popular */
  /* Comparision Matrix */
}
#subscription-app .cursor {
  cursor: pointer;
}
#subscription-app .strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
}
#subscription-app .main_headline h1 {
  color: #053376;
  font-size: 65px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
#subscription-app .main_headline h2 {
  color: #053376;
  font-size: 65px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
#subscription-app .billing-options-wrap {
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
#subscription-app .billing-options-caption {
  color: #ffffff;
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
}
#subscription-app .billing-options-tabs-wrap {
  background-color: #041944;
  border-radius: 50px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 3px solid #041944;
}
#subscription-app .light .billing-options-tabs-wrap {
  border: 3px solid #ebebeb;
}
#subscription-app .billing-options-tabs-wrap::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  border-radius: 50px;
  background: #043071;
  transition: all 0.3s;
}
#subscription-app .light .billing-options-tabs-wrap::before {
  background: #ffffff;
}
#subscription-app .billing-options-tabs-wrap.monthly:before {
  left: 50%;
}
#subscription-app .billing-option-tab {
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 24px 10px 24px;
  text-align: center;
  width: 145px;
  z-index: 1;
}
#subscription-app .light .billing-option-tab {
  width: 150px;
}
#subscription-app .billing-option-tab:first-child {
  border-right: 0;
}
#subscription-app .billing-option-tab:last-child {
  border-left: 0;
}
#subscription-app .billing-option-info {
  color: #f78439;
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
  text-align: left;
}
#subscription-app .billing-options-wrap.light {
  color: #053376;
}
#subscription-app .billing-options-wrap.light .billing-options-caption {
  color: #666666;
}
#subscription-app .billing-options-wrap.light .billing-options-tabs-wrap {
  background-color: #ebebeb;
}
#subscription-app .billing-options-wrap.light .billing-option-info {
  color: #a41c1f;
}
@media only screen and (max-width: 767px) {
  #subscription-app .billing-options-wrap {
    justify-content: space-between;
    flex-direction: column;
  }
  #subscription-app .billing-options-caption {
    text-align: center;
    padding: 0 0 12px 0;
  }
  #subscription-app .billing-options-tabs-wrap {
    align-self: center;
  }
  #subscription-app .billing-option-info {
    text-align: center;
    padding: 12px 0 0 0;
  }
}
#subscription-app .card-deck {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  margin-top: 48px;
}
#subscription-app .card-deck .card {
  background-color: #ffffff;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  max-height: 480px;
  min-height: 400px;
  padding: 0;
  width: 386px;
}
#subscription-app .card-deck .card:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#subscription-app .card-deck .card:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#subscription-app .card-deck .card .card-header {
  background-color: #ebebeb;
  border-radius: 5px 5px 0 0;
  color: #053376;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "endzone", sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
#subscription-app .card-deck .card.redraft .card-header img {
  margin-right: 5px;
}
#subscription-app .card-deck .card.advice .card-header img {
  margin-right: 10px;
}
#subscription-app .card-deck .card .card-body {
  height: 360px;
  padding: 20px 30px;
}
#subscription-app .card-deck .card .card-body .price {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}
#subscription-app .card-deck .card .card-body .price .compare-at {
  color: #777777;
  font-size: 18px;
  padding-left: 10px;
  text-decoration: line-through;
  vertical-align: baseline;
}
#subscription-app .card-deck .card .card-body .price .price-note {
  color: gray;
  font-size: 12px;
}
#subscription-app .card-deck .card .card-footer {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  padding-bottom: 20px;
}
#subscription-app .card.most-popular .card-footer {
  padding-bottom: 0px;
}
#subscription-app .card-deck .card.most-popular {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  min-height: 520px;
  padding-bottom: 30px;
  transform: translate(0, 1px);
}
#subscription-app .card-deck .card.most-popular .card-header {
  background-color: #f78439;
  color: #ffffff;
}
#subscription-app .card-deck .card .card-header img {
  margin-right: 14px;
}
#subscription-app .card-deck .card.most-popular .card-body {
  padding-bottom: 40px;
}
#subscription-app .joinds_cta {
  padding: 0px 20px;
}
#subscription-app .instant-access-btn {
  color: white;
  background-color: #203a76;
  font-family: "endzone";
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
  font-weight: 100;
  padding: 14px 0px;
}
#subscription-app .compare-plans-wrap {
  margin: -4px auto 0;
  width: 337px;
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
}
#subscription-app .compare-plans-btn {
  color: #043173;
  background-color: #86a2cb;
  font-family: "endzone";
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1em;
  display: inline-block;
  width: 50%;
  line-height: 0.8em;
  font-weight: 100;
  padding: 14px 0px;
  text-align: center;
}
#subscription-app .instant-access-btn:hover {
  color: white;
}
#subscription-app .card-deck .card.most-popular .instant-access-btn {
  background-color: #78b845;
  font-size: 1.6em;
}
#subscription-app .small-red {
  color: #a41c1f;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}
#subscription-app .small-red.top {
  padding-bottom: 22px;
}
#subscription-app .small-red.bottom {
  padding-top: 22px;
}
#subscription-app .comparison-matrix {
  table-layout: fixed;
  width: 100%;
  margin: 3em 0 4em;
}
#subscription-app .package .joinds_cta {
  padding: 0px;
}
#subscription-app .comparison-matrix tbody tr:hover th,
#subscription-app .comparison-matrix tbody tr:hover td {
  background: rgba(153, 171, 198, 0.1);
}
#subscription-app .comparison-matrix th,
#subscription-app .comparison-matrix td {
  border-collapse: collapse;
  border: 1px solid #989898;
}
#subscription-app .comparison-matrix thead th {
  position: relative;
  vertical-align: bottom;
  text-align: center;
  padding: 0;
  border: none;
}
#subscription-app .comparison-matrix tbody th {
  text-align: right;
}
#subscription-app .comparison-matrix thead th:nth-child(1) {
  width: 34%;
  padding: 1em;
}
#subscription-app .comparison-matrix thead th:nth-child(2) {
  width: 15%;
}
#subscription-app .comparison-matrix thead th:nth-child(3) {
  width: 16.5%;
}
#subscription-app .comparison-matrix thead th:nth-child(4) {
  width: 16.5%;
}
#subscription-app .comparison-matrix thead th:nth-child(5) {
  width: 18%;
}
#subscription-app .comparison-matrix tbody th > span {
  padding: 0.75em;
  font-weight: 100;
  display: inline-block;
}
#subscription-app .comparison-matrix tbody .sync-with-title {
  display: block;
  font-size: 13px;
  text-align: left;
}
#subscription-app .comparison-matrix tbody td {
  padding: 0.75em;
  text-align: center;
}
#subscription-app .comparison-matrix tbody td .feature {
  display: none;
}
#subscription-app .comparison-matrix tbody td img {
  width: 1.8em;
}
#subscription-app .comparison-matrix tbody td .exclude-icon {
  width: 25px;
}
#subscription-app .comparison-matrix tbody td .glyphicon-remove {
  color: #888;
}
#subscription-app .comparison-matrix tfoot td {
  padding: 2em 0.75em;
  text-align: center;
}
#subscription-app .comparison-matrix .winning-your-league-stars-here {
  display: block;
  margin: 0 0 1em;
}
#subscription-app .comparison-matrix .package {
  width: 100%;
  position: relative;
  padding: 1em;
}
#subscription-app .comparison-matrix thead th .popular-package {
  background-color: #f78439;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
}
#subscription-app .comparison-matrix thead th .package.most-popular {
  /* background: #f78439; */
  background-color: #f2f6ff;
}
#subscription-app .comparison-matrix thead th .title {
  color: #053376;
  font-family: "endzone", sans-serif;
  font-size: 18px;
  font-weight: 100;
  padding: 0;
  display: block;
  line-height: 1.2em;
}
#subscription-app .comparison-matrix thead th .dates-accessible {
  color: #8e8e8e;
  display: block;
  font-family: "endzone", sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin: 0.5em 0 0;
  line-height: 1em;
}
#subscription-app .comparison-matrix thead th .package .price {
  font-size: 32px;
  margin: 0.3em 0 0;
  text-align: center;
}
#subscription-app .comparison-matrix thead th .package .price .compare-at {
  color: #777777;
  font-size: 18px;
  padding-left: 10px;
  text-decoration: line-through;
  vertical-align: baseline;
}
#subscription-app .comparison-matrix thead th .package .price-note {
  color: gray;
  font-size: 12px;
}
#subscription-app .comparison-matrix thead th .price .ticket {
  height: 50px;
  width: auto;
}
#subscription-app .comparison-matrix thead th .price .tickets {
  width: 1.2em;
  height: auto;
}
#subscription-app .comparison-matrix thead th .price h3 {
  font-size: 52px;
  color: #a41c1f;
  margin: 0;
}
#subscription-app .comparison-matrix thead th .price h3 span {
  vertical-align: middle;
}
#subscription-app .comparison-matrix thead th .price h3 span + img {
  vertical-align: middle;
  margin: 0 0 0 0.18em;
}
#subscription-app .comparison-matrix .fa-question-circle {
  color: #af282c;
}
#subscription-app .comparison-matrix thead th .price .note {
  text-transform: uppercase;
  font-family: "endzone", sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #000000;
  line-height: 1.25em;
}
#subscription-app .comparison-matrix thead th .instant_access {
  margin: 1em 0 0;
}
#subscription-app .comparison-matrix thead th:nth-child(5) .title {
  font-size: 22px;
}
#subscription-app .comparison-matrix thead th:nth-child(5) .price {
  margin-top: 0;
}
#subscription-app .comparison-matrix thead th:nth-child(5) .price h3 {
  font-size: 75px;
}
#subscription-app .comparison-matrix thead th:nth-child(5) .price h3 span + img {
  margin: 0;
}
#subscription-app .comparison-matrix .light.blue.btn {
  background-color: #99abc6;
  border: 1px solid #99abc6;
  border-bottom: 3px solid #666666;
  padding: 5px 20px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px 0px #666666;
}
#subscription-app .comparison-matrix thead th:nth-child(5) .joinds_cta a,
#subscription-app .comparison-matrix tfoot td:nth-child(5) .joinds_cta a {
  padding: 10px 17px;
  font-size: 20px;
}
#subscription-app .comparison-matrix .blue.btn:hover {
  background-color: #234f8f;
}
#subscription-app .comparison-matrix .light.blue.btn:hover {
  background-color: #abbdd9;
}
#subscription-app .comparison-matrix .green.btn:hover {
  background-color: #88c657;
}
#subscription-app .comparison-matrix .blue.btn:active,
#subscription-app .comparison-matrix .light.blue.btn:active,
#subscription-app .comparison-matrix .green.btn:active {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  filter: brightness(80%);
}
#subscription-app .comparison-matrix .corner-flag {
  position: absolute;
  top: -20px;
  right: 0;
  width: 6em;
  pointer-events: none;
}
#subscription-app .comparison-matrix .winning-info {
  color: #af282c;
  font-size: 30px;
  margin: 0.25em 0 0;
  text-transform: uppercase;
  line-height: 1em;
}
#subscription-app .subscribe-index,
#subscription-app .landing-award-winning,
#subscription-app .subscribe-half,
#subscription-app .subscribe-renew {
  /* background: #042b67 url(/img/subscribe/bg.png) repeat 0 0; */
  background: #043071;
}
#subscription-app .subscribe-logo {
  color: white;
  margin: 30px 0 0;
}
#subscription-app .subscribe-logo img {
  display: inline-block;
  margin-bottom: 15px;
}
#subscription-app .subscribe-logo a {
  color: #af282c;
}
#subscription-app .content-box2.title-box {
  margin-bottom: 0;
  margin-top: 30px;
  /* background: transparent linear-gradient(106deg, #8E1719 0%, var(--unnamed-color-a41c1f) 30%, #CE1C20 50%, #A11B1E 74%, #8E1719 100%) 0% 0% no-repeat padding-box; */
  /* background: transparent linear-gradient(106deg, #8E1719 0%, #A41C1F 30%, #CE1C20 50%, #A11B1E 74%, #8E1719 100%) 0% 0% no-repeat padding-box; */
  padding: 10px 0;
  border-radius: 0;
}
#subscription-app .content-box2.title-box h1 {
  color: white;
  margin: 0;
}
#subscription-app .content-box2.title-box h2 {
  color: white;
  font-size: 30px;
  font-weight: normal;
}
#subscription-app span[data-bs-toggle=tooltip] {
  display: block;
}
#subscription-app .accuracy-award {
  font-size: 1.5rem;
  padding: 1.75em 0 20px 0;
}
#subscription-app .subscribe_aaw {
  font-size: 33px;
}
#subscription-app .subscribe_aaw img {
  vertical-align: middle;
  width: 2.2em;
  margin: -13px 4px 0 0;
}
#subscription-app .hear-from-fantasy-football-players {
  padding-bottom: 20px;
}
#subscription-app .hear-from-fantasy-football-players a {
  margin-left: 25px;
}
#subscription-app .tooltip {
  min-width: 0;
}
#subscription-app .tooltip .tooltip-inner {
  padding: 8px;
  text-align: left;
}
#subscription-app .pricely-first-heading h1 {
  color: #af282c;
  font-size: 30px;
  padding-top: 17px;
  text-transform: uppercase;
}
#subscription-app .sub_video {
  padding-top: 15px;
}
#subscription-app .wistia-fancybox .fancybox-opened {
  z-index: 9999;
}
#subscription-app .sub_video img {
  width: 95%;
}
#subscription-app .subscribe_aaw {
  text-transform: uppercase;
  vertical-align: bottom;
  font-size: 20px;
  line-height: 16px;
  font-family: "endzone", sans-serif;
}
#subscription-app .subscribe_aaw img {
  padding-right: 5px;
}
#subscription-app .pricely-chart .col-md-3:first-child {
  width: 34%;
}
#subscription-app .pricely-chart .col-md-3 {
  width: 22%;
}
#subscription-app .order_summary {
  margin-bottom: 15px;
}
#subscription-app .content-box.row.no-padding {
  border-radius: 5px;
}
#subscription-app .green.btn,
#subscription-app .blue.btn {
  color: white;
  background: #203a76;
  background-color: #78b845;
  font-family: "endzone";
  border: 1px solid #538030;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 3px solid #538030;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0px 1px 0px #5c8d35;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 25px;
  line-height: 1.2em;
  font-weight: 100;
}
#subscription-app .panel-info.dark-blue .joinds_cta a,
#subscription-app .blue.btn {
  background-color: #053376;
  border: 1px solid #053376;
  border-bottom: 3px solid #666666;
  padding: 10px 16px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px 0px #666666;
}
#subscription-app .check-icon,
#subscription-app .question-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
}
#subscription-app .video-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
#subscription-app .check-icon {
  margin-right: 10px;
}
#subscription-app .question-icon {
  margin-left: 10px;
}
#subscription-app .video-icon {
  margin-left: 10px;
}
#subscription-app .awards .d-flex > div {
  line-height: 1.25em;
}
#subscription-app .wistia_embed img {
  display: block;
  height: auto;
}
#subscription-app .endzone .col img {
  width: 100%;
}
#subscription-app .money-back-container {
  display: flex;
}
#subscription-app .money-back-container img {
  max-width: 115px;
}
#subscription-app .money-back-container span {
  font-family: proxima-nova, "endzone", sans-serif;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #subscription-app .comparison-matrix .package {
    padding: 0.75em;
  }
  #subscription-app .comparison-matrix .package .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  #subscription-app .comparison-matrix .joinds_cta a,
#subscription-app .comparison-matrix .light.blue.btn {
    padding: 5px 11px;
    font-size: 16px;
  }
  #subscription-app .comparison-matrix .winning-info {
    font-size: 24px;
  }
  #subscription-app .comparison-matrix thead th:nth-child(5) .price h3 {
    font-size: 68px;
  }
  #subscription-app .comparison-matrix thead th:nth-child(5) .joinds_cta a,
#subscription-app .comparison-matrix tfoot td:nth-child(5) .joinds_cta a {
    padding: 10px 12px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  #subscription-app .money-back-container {
    align-items: center;
    max-width: 725px;
    column-gap: 30px;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  #subscription-app .money-back-container {
    align-items: center;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: -40px 10px 30px;
  }
  #subscription-app .money-back-container span {
    text-align: center;
  }
  #subscription-app .card-deck .card {
    max-height: 490px;
  }
  #subscription-app .card-deck .card .card-body {
    height: 360px;
    padding: 0px 10px;
  }
  #subscription-app .card-deck .card.most-popular {
    min-height: 540px;
    padding-bottom: 38px;
  }
  #subscription-app .comparison-matrix .joinds_cta a,
#subscription-app .comparison-matrix .light.blue.btn {
    padding: 5px 11px;
    font-size: 16px;
    line-height: 1.2em;
  }
  #subscription-app .comparison-matrix thead th .price .ticket,
#subscription-app .comparison-matrix thead th .price .tickets {
    display: none;
  }
  #subscription-app .comparison-matrix {
    table-layout: auto;
  }
  #subscription-app .comparison-matrix thead th .price {
    white-space: normal;
    margin: 0;
  }
  #subscription-app .comparison-matrix .corner-flag {
    width: 4.5em;
  }
  #subscription-app .comparison-matrix thead th .title {
    padding: 0;
    line-height: 1em;
    display: block;
  }
  #subscription-app .main_headline h1 {
    font-size: 40px;
  }
  #subscription-app .comparison-matrix .package {
    padding: 0.5em;
  }
  #subscription-app .awards .d-flex {
    flex: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
  }
  #subscription-app .awards .d-flex > div {
    width: 25%;
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  #subscription-app .comparison-matrix {
    margin: 1em 0 4em;
    padding: 0 10px;
  }
  #subscription-app .comparison-matrix .corner-flag {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #subscription-app {
    /* at this break point the card deck needs to change flex direction to column to stack */
  }
  #subscription-app .card-deck {
    flex-direction: column;
    align-items: center;
  }
  #subscription-app .card-deck .card,
#subscription-app .card-deck .card.most-popular {
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  #subscription-app .card-deck .card .card-body {
    height: inherit;
    padding: 20px 40px !important;
  }
  #subscription-app .card-deck .card .card-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #subscription-app .comparison-matrix thead th:nth-child(5) .package {
    border-left-color: #989898;
    border-right-color: #989898;
  }
  #subscription-app .main_headline h1 {
    font-size: 35px;
  }
  #subscription-app .comparison-matrix thead th .price h3,
#subscription-app .comparison-matrix thead th:nth-child(5) .price h3 {
    font-size: 40px;
  }
  #subscription-app .hear-from-fantasy-football-players a {
    margin-left: 0;
  }
  #subscription-app .comparison-matrix .joinds_cta a,
#subscription-app .comparison-matrix .light.blue.btn {
    padding: 5px;
  }
  #subscription-app .comparison-matrix thead .joinds_cta a {
    font-size: 12px !important;
  }
  #subscription-app .comparison-matrix .winning-info {
    font-size: 22px;
    margin: 0.75em 0 0;
  }
  #subscription-app .comparison-matrix tfoot td {
    padding: 1em 0.25em;
  }
  #subscription-app .comparison-matrix tbody th > span {
    padding: 0.3em;
    font-size: 90%;
  }
  #subscription-app .comparison-matrix tbody td .exclude-icon {
    width: 20px;
  }
  #subscription-app .comparison-matrix tbody td img {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #subscription-app .comparison-matrix tbody tr th {
    border: none;
    text-align: left;
  }
  #subscription-app .comparison-matrix td {
    border-right: none;
  }
  #subscription-app .comparison-matrix td:last-child {
    border-right: 1px solid #989898;
  }
  #subscription-app .comparison-matrix .semi-annual {
    display: none;
  }
  #subscription-app .comparison-matrix thead {
    background: #ffffff;
    position: sticky;
    top: -140px;
    z-index: 10;
  }
  #subscription-app .comparison-matrix thead th .title {
    font-size: 16px;
    padding-top: 24px;
  }
  #subscription-app .comparison-matrix thead th .package.most-popular .title {
    font-size: 16px;
    padding-top: 0px;
  }
  #subscription-app .comparison-matrix .joinds_cta a,
#subscription-app .comparison-matrix .light.blue.btn {
    font-size: 16px;
    font-weight: 100;
  }
  #subscription-app .comparison-matrix thead th {
    display: flex;
    border-bottom: 1px solid #99abc6;
    flex-direction: column;
  }
  #subscription-app .comparison-matrix thead th .price .note {
    font-size: 12px;
  }
  #subscription-app .comparison-matrix thead th:nth-child(5) .joinds_cta a,
#subscription-app .comparison-matrix tfoot td:nth-child(5) .joinds_cta a {
    font-size: 16px;
    padding: 5px;
  }
  #subscription-app .comparison-matrix .package {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #subscription-app .comparison-matrix thead th .price h3,
#subscription-app .comparison-matrix thead th:nth-child(5) .price h3 {
    font-size: 30px;
  }
  #subscription-app .comparison-matrix thead th .instant_access,
#subscription-app .comparison-matrix thead th .price {
    margin: auto 0 0;
  }
  #subscription-app .comparison-matrix thead th:nth-child(1) {
    width: 100%;
  }
  #subscription-app .comparison-matrix thead th:nth-child(2),
#subscription-app .comparison-matrix thead th:nth-child(3),
#subscription-app .comparison-matrix thead th:nth-child(4),
#subscription-app .comparison-matrix thead th:nth-child(5) {
    width: 33%;
    flex-grow: 2;
    height: 200px;
  }
  #subscription-app .comparison-matrix thead th:nth-child(2),
#subscription-app .comparison-matrix thead th:nth-child(3),
#subscription-app .comparison-matrix thead th:nth-child(4) {
    height: 224px !important;
  }
  #subscription-app .comparison-matrix {
    display: flex;
    flex-direction: column;
  }
  #subscription-app .comparison-matrix thead {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #subscription-app .comparison-matrix thead tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #subscription-app .comparison-matrix thead tr th:nth-child(1) {
    width: 100%;
  }
  #subscription-app .comparison-matrix tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #subscription-app .comparison-matrix tbody tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #subscription-app .comparison-matrix tbody tr th {
    display: flex;
    width: 100%;
    font-size: 110%;
  }
  #subscription-app .comparison-matrix tbody tr td {
    width: 33%;
  }
  #subscription-app .comparison-matrix tfoot td,
#subscription-app .comparison-matrix tfoot td:last-child {
    padding: 0.5em;
    width: 33%;
    border: none;
  }
  #subscription-app .comparison-matrix tfoot td:first-child {
    display: none;
  }
  #subscription-app .comparison-matrix thead th .dates-accessible span {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  #subscription-app .comparison-matrix .package {
    padding: 0.5em 0.25em;
  }
}
@media only screen and (max-width: 320px) {
  #subscription-app .comparison-matrix .package {
    padding: 0.3em;
  }
  #subscription-app .comparison-matrix thead th .title,
#subscription-app .comparison-matrix thead th:nth-child(5) .title {
    font-size: 13px;
  }
  #subscription-app .comparison-matrix thead th .dates-accessible {
    font-size: 14px;
  }
  #subscription-app .comparison-matrix thead th .price h3,
#subscription-app .comparison-matrix thead th:nth-child(5) .price h3 {
    font-size: 35px;
  }
}

.subscribe-index,
.landing-award-winning,
.subscribe-half,
.subscribe-renew {
  /* background: #042b67 url(/img/subscribe/bg.png) repeat 0 0; */
  background: #043071;
}

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