/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* main.css */
html, body {
  overscroll-behavior: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #0a0b0c;
  color: #fff;
}
.bg-body {
  background-color: #0a0b0c !important;
}

section:first-of-type {
  padding-top: 0;
}

:root {
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bottom: 10px;
  --swiper-pagination-bullet-inactive-color: #15171a;
  --swiper-pagination-color: #F48120;
}

.stick-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 !important;
  z-index: 2;
}

.toggle-more-btn {
  background: url(../images/wt2023/icons/flame-corner-icon.png) no-repeat 0 0;
  width: 50px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 14px;
  cursor: pointer;
  z-index: 1;
}

.toggle-content li:before {
  content: '';
  background-color: #f48120;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 15px;
  top: 5px;
  left: -20px
}

.toggle-content li {
  position: relative;
  list-style-type: none;
  font-size: 14px;
}

section.stick-top ul#pro-pills-tab {
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .4);
}

/*Overflow scrollbar style*/
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: #141516;
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background-color: #686f78;
  border-radius: 10px;
  border: 1px solid #141516;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #fff;
}

label {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  width: 100%;
}

a:hover {
  color: #F48120;
}
del, .red {
  text-decoration-color: red;
}
.bold {
  font-weight: bold;
}
.fine-print {
  font-size: 14px;
}

.grid-1-col {
  grid-template-columns: 1fr !important;
}

.grid-2-col {
  grid-template-columns: 1fr 1fr !important;
}

.grid-3-col {
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-4-col {
  grid-template-columns: repeat(4, 1fr) !important;
}

.grid-5-col {
  grid-template-columns: repeat(5, 1fr) !important;
}

/* TODO: If rebuilding bootstrap, configure these in Sass and remove from here */
.text-justify {
  text-align: justify;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.mw-80 {
  max-width: 80% !important;
}
@media (min-width: 768px) {
  .w-md-40 {
    width: 40% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.sticky:has(.in-page-search-container-wrapper) {
  background-color: black;
  border-radius: 0 0 25px 25px;
}
.sticky-search-offset {
  position: relative;
  top: -74px;
}
/* TODO: If rebuilding bootstrap, update table style and remove this */
.table {
  all: unset;
}
.dynamic-content-snippet h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.dynamic-content-snippet h3 {
  font-size: 1.1rem;
}
.dynamic-content-snippet a {
  color: #f48120;
}
@media (min-width: 768px) {
  .sticky-md {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sticky-md .sticky-search-offset {
    position: relative;
    top: -74px;
  }
}
.toast {
  color: white;
  background-color: #999999;
  font-size: 16px;
}
.toast a {
  color: #5A5A5A;
}
.toast.error,
.toast.error a {
  color: red;
  background-color: #333333;
  font-weight: bold;
}
/* Header style start  */
header {
  background-color: #15171a;
}

menu {
  background-color: #2B2E34;
}

iframe.embedded-video {
  width: 800px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.page-content {
  margin-top: 15px;
}

.content-top-notification {
  background-color: #FFFF99;
  border: 1px solid #666666;
  border-radius: 8px;
  color: #666;
  margin-bottom: 10px;
  margin-left: 0;
  max-width: 99%;
  padding: 14px 18px;
  position: relative;
}
.content-top-notification a {
  color: #666;
}
.content-top-notification-dismiss {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 12px;
}

.header-logo {
  width: 180px;
  height: 100%;
}

.top-nav-with-icons li img {
  width: 18px;
}

.top-nav-with-icons li a,
ul.main-nav a {
  text-decoration: none;
}

.top-nav-with-icons li a:hover span {
  color: #F48120;
}

.top-nav-with-icons span {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 4px;
}

.user-cta-container .btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 25px;
  margin-right: 8px;
  font-weight: 600;
  padding: 6px 25px;
}

.login-cta:hover,
.signup-cta:hover {
  color: #F48120;
  border: 2px solid #F48120;
  background-color: transparent;
}

.login-cta {
  border: 2px solid #686F78;
}

.signup-cta {
  background-color: #F48120;
}

.user-cta-container .cart-link {
  border: 2px solid #fff;
  padding: 3px 6px;
  border-radius: 25px;
}

.user-cta-container .header-cart-icon {
  position: relative;
  left: -1px;
}

ul.main-nav {
  display: flex;
  gap: 1rem;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
  padding-left: 0;
  max-width: 1004px;
}

ul.main-nav li {
  text-wrap: nowrap;
}

ul.main-nav li span {
  cursor: pointer;
}

ul.main-nav li span:hover {
  color: #F48120;
}

menu ul.main-nav li .sub-nav {
  display: none;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0.75rem;
  padding-top: 0.6rem;
  background-color: #2B2E34;
  border-radius: 0 0 15px 15px;
  position: absolute;
  z-index: 1000;
}

menu ul.main-nav li .sub-nav li {
  padding: 0.25rem 1rem;
}

menu ul.main-nav li:hover .sub-nav {
  display: block;
}
.show-1200-1399 {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .show-1200-1399 {
    display: initial;
  }
  .hide-1200-1399 {
    display: none;
  }
}
@media (max-width: 1199px) {
  ul.main-nav {
    display: flex;
    grid-template-columns: none;
  }
  menu ul.main-nav li > span {
    display: inline-block;
    width: 100%;
  }
  menu ul.main-nav li .sub-nav {
    padding-bottom: 0;
    position: static;
  }
  menu ul.main-nav li:hover .sub-nav {
    display: none;
  }
  menu ul.main-nav li .sub-nav li {
    padding: 0.5rem 0 0 1rem;
  }
  menu ul.main-nav li:has(.sub-nav) {
    position: relative;
    cursor: pointer;
  }
  menu ul.main-nav li:has(.sub-nav)::after {
    position: absolute;
    content: url(../images/wt2023/icons/chevron-down.png);
    top: 4px;
    right: 0;
    transform: rotate(-90deg);
    transition-duration: 0.5s;
    transition-property: transform;
  }
  menu ul.main-nav li.expanded:has(.sub-nav)::after {
    transform: rotate(0deg);
  }
  menu ul.main-nav li:has(.sub-nav) > a,
  menu ul.main-nav li:has(.sub-nav) > a span {
    display: inline-block !important;
    min-width: 180px !important;
  }
}
@media (min-width: 576px) {
  #primaryNav .user-cta-container {
    display: none !important;
  }
}

input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]) {
  color: #fff;
  background-color: #101113;
  border: none;
  border-radius: 25px;
  padding: 4px 30px;
  font-size: 12px;
  width: 316px;
  height: 34px;
}
select, textarea {
  color: #fff;
}

input[readonly]:not([type^="checkbox"]):not([type^="radio"]) {
  color: #DDDDDD !important;
  background-color: #555555 !important;
}

input:focus-visible {
  outline: #686f78 solid 1px;
}

img.search-form-icon {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 15px;
}

img.search-close-icon {
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: #686F78;
  padding: 3px;
  border-radius: 25px;
  width: 16px;
}

.search-predictions-wrapper h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f48120;
  margin-bottom: 0;
}

input:focus-visible~.search-predictions-wrapper, .search-predictions-wrapper:hover, .search-predictions-wrapper:active, .search-predictions-wrapper.focused {
  display: block;
}

.search-predictions-wrapper {
  display: none;
  border-radius: 15px;
  background-color: #2c2e30;
  top: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1010;
}

.search-predictions-wrapper .results-heading {
  padding-bottom: 6px;
  align-items: center;
}

.picks-results-wrapper {
  overflow-y: hidden;
  max-height: 300px;
}
.picks-results-wrapper:has(.results-list-wrapper:not(.d-none)) {
  overflow-y: auto;
}

.results-heading .chevron-icon {
  height: 7px;
  width: 14px;
  margin-right: 10px;
}

.results-list-wrapper {
  overflow-x: hidden;
  padding-left: 0;
  max-width: 600px;
}

li.result-item {
  font-size: 14px;
  padding: 6px 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 1px solid #666;
}

li.result-item a {
  text-decoration: none;
}

li.result-item a:hover {
  color: #fff;
}

.results-list-wrapper .capper {
  margin-bottom: 0;
  font-weight: 600;
  /* white-space: nowrap; */
}

.results-list-wrapper .title {
  margin-bottom: 0;
  margin-left: 5px;
  color: #666;
}

.results-list-wrapper ul.results-list {
  padding-left: 0;
  margin-right: 10px;
  border-top: 1px solid #666;
}

.results-heading.articles {
  margin-top: 10px;
}

.results-list-wrapper .articles .title {
  color: #fff;
}

.results-list-wrapper ul:after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 89%;
  height: 24px;
  background: linear-gradient(358deg, #2c2e30, transparent);
  left: 0;
  z-index: 11;
}

.modal-dark {
  background: rgba(0, 0, 0, .8);
}
.modal-dark .btn-close {
  margin-left: auto;
  display: block;
  background: none;
}

.modal-dark .btn-close img {
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

.modal-dark .modal-content {
  background-color: #15171A;
  border: 2px solid #666;
  border-radius: 30px;
}

#newsletterPopup {
  background: rgba(0, 0, 0, .8);
}

#newsletterPopup .btn-close {
  margin-left: auto;
  display: block;
  background: none;
}

#newsletterPopup .btn-close img {
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#newsletterPopup .modal-content {
  background: transparent url(../images/wt2023/newsletter-background-image.png) no-repeat 0 0 / cover;
  border: 2px solid #666;
  border-radius: 30px;
}

.newsletter-content-wrapper {
  align-items: center;
}
.newsletter-content-wrapper div, .newsletter-content-wrapper form {
  text-align: center;
}

.newsletter-content-wrapper img {
  max-width: 120px;
  margin-bottom: 25px;
}

.newsletter-thank {
  color: black;
  font-weight: bold;
  min-height: 200px;
  margin-top: 100px;
  text-align: center;
}

.newsletter-content-wrapper h5.signup-text,
.newsletter-content-wrapper .newsletter-thank .regular {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.newsletter-content-wrapper h3.discount-text,
.newsletter-content-wrapper .newsletter-thank .headline {
  color: #F48120;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}

.newsletter-content-wrapper h2.offer-text {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: #f48120;
}

.newsletter-content-wrapper .consent-wrapper {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.newsletter-content-wrapper small.terms-text {
  font-size: 9px;
  margin: 15px 0;
  color: #efefef;
}

.newsletter-content-wrapper input.email-field {
  color: #fff;
  background-color: #101113;
  border: none;
  border-radius: 25px;
  padding: 4px 17px;
  font-size: 12px;
  width: 316px;
  height: 34px;
  outline: #686f78 solid 1px;
}

.newsletter-content-wrapper .signup-button {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 25px;
  /* margin-right: 8px; */
  font-weight: 600;
  padding: 6px 25px;
  background-color: #f48120;
  margin-top: 10px;
  margin-bottom: 35px;
}

/* Video Popup Style */
#videoPopup .btn-close {
  margin-left: auto;
  display: block;
  background: none;
}

#videoPopup .btn-close img {
  width: 25px;
  height: 25px;
  margin-top: -16px;
}

#videoPopup .modal-content {
  background-color: #333333;
  padding: 3em;
}

/* Login Popup Style */
/*noinspection CssUnresolvedCustomProperty*/
.login-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 350px;
  --bs-modal-padding: 1rem 2rem;
  --bs-modal-margin: 5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

#loginPopup {
  background: rgba(0, 0, 0, .8);
}

#loginPopup .btn-close {
  margin-left: auto;
  display: block;
  background: none;
}

#loginPopup .btn-close img {
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#loginPopup .modal-content {
  background: #15171a;
  border: 2px solid #666;
  border-radius: 30px;
}

.login-content-wrapper .login-header {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #f48120;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.login-content-wrapper .form {
  text-align: left;
  display: grid;
}

.login-content-wrapper .form label {
  font-size: 16px;
  margin-bottom: 10px;
}

.login-content-wrapper .form input {
  border: 1px solid #2B2E34;
  background-color: #101113;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  color: #fff;
}

.form input:nth-child(2) {
  margin-bottom: 15px;
}

.login-content-wrapper button.login-button {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 25px;
  /* margin-right: 8px; */
  font-weight: 600;
  padding: 6px 25px;
  background-color: #f48120;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.form-group input {
  padding: 0;
  margin-top: 1px;
  display: flex;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
}

input[type=checkbox]:checked {
  -webkit-appearance: checkbox;
  accent-color: #f16c00;
}

input[type=radio]:checked {
  accent-color: #f16c00;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.signup-text {
  font-size: 12px;
  text-align: center;
}

.signup-text a {
  color: #F48120;
}
/* End of Login */

/*noinspection CssUnresolvedCustomProperty*/
.signup-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 1150px;
  --bs-modal-padding: 1rem 2rem;
  --bs-modal-margin: 5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.signup-header {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #f48120;
  margin-bottom: 10px;
  width: 100%;
}

.signup-listing p {
  font-size: 13px;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.top-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.top-form label {
  font-size: 15px;
  margin-bottom: 10px;
}

.top-form input:not([type^="checkbox"]):not([type^="radio"]), .top-form select {
  border: 1px solid #2B2E34;
  background-color: #101113 !important;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  width: 100%;
  min-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.top-form select {
  padding: 3px 30px 3px 15px;
}

.password-visibility-toggle {
  position: absolute;
  width: 18px;
  right: 8px;
  top: 5px;
  cursor: pointer;
}

.top-form input::placeholder {
  font-size: 13px;
}

/* Subscription Popup Style */
.subscription-wrapper {
  bottom: 4px;
  right: 0;
  padding: 10px 55px 10px 10px;
  border-radius: 15px 0 0 15px;
  background-color: #F48120;
  cursor: pointer;
  z-index: 25;
}
.subscription-wrapper h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 8px;
  margin-bottom: 0;
}
.subscription-trigger-close {
  position: fixed;
  bottom: 22px;
  right: 10px;
  cursor: pointer;
  width: 35px;
  height: auto;
  z-index: 26;
}

#signupPopup {
  background: rgba(0, 0, 0, .8);
}

#signupPopup .btn-close {
  margin-left: auto;
  display: block;
  background: none;
}

#signupPopup .btn-close img {
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#signupPopup .modal-content {
  background-color: #15171A;
  border: 2px solid #666;
  border-radius: 30px;
}

#signupPopup .modal-content .modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.signup-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.left-handside {
  background: transparent url(../images/wt2023/signup-background-image.png) no-repeat;
  background-size: cover;
}

.signup-content-wrapper {
  align-items: center;
}
.right-handside .signup-content-wrapper {
  align-items: start;
}
.signup-content-right {
  margin-top: 250px;
}
.signup-success .signup-content-right {
  margin-top: 50px;
}

.signup-content-wrapper img {
  max-width: 120px;
  margin-bottom: 25px;
}

.signup-content-wrapper h5.signup-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.signup-content-wrapper h3.discount-text {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}

.signup-content-wrapper h2.offer-text {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: #f48120;
}

.signup-content-wrapper small.terms-text {
  font-size: 9px;
  margin: 15px 0;
  color: #efefef;
}

.signup-content-wrapper input.email-field {
  color: #fff;
  background-color: #101113;
  border: none;
  border-radius: 25px;
  padding: 4px 17px;
  font-size: 12px;
  width: 316px;
  height: 34px;
}

.signup-content-wrapper button.signup-button {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 25px;
  /* margin-right: 8px; */
  font-weight: 600;
  padding: 6px 100px;
  background-color: #f48120;
  margin-top: 10px;
  margin-bottom: 20px;
}

.guarantee-tooltip-trigger {
  cursor: pointer;
}

#guaranteePopup {
  background: rgba(0, 0, 0, .8);
}

#guaranteePopup .btn-close {
  margin-left: auto;
  display: block;
  background: none;
}

#guaranteePopup .btn-close img {
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

#guaranteePopup .modal-content {
  background-color: #15171A;
  border: 2px solid #666;
  border-radius: 30px;
}

.login-already-text p {
  font-size: 13px;
}

.login-already-text a {
  color: #F48120;
}

.login-bottom-text p {
  font-size: 10px;
}

.login-bottom-text a {
  color: #F48120;
}
/* end of Header  */

/* Shopping Cart Panel */
#shopping-cart-panel {
  position: fixed;
  top: 0;
  right: calc(-75% - 40px);
  width: 75%;
  max-width: 400px;
  background-color: #f48120;
  height: 100%;
  z-index: 1000;
  padding: 2rem;
}
#shopping-cart-panel::before {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  border-radius: 0;
  background: rgb(244,129,32);
  background: linear-gradient(90deg, rgba(244,129,32,0.1) 0%, rgba(244,129,32,1) 75%);
  z-index: 2;
  top: 0;
  left: -38px;
}
.shopping-cart-panel-dismiss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
}
#shopping-cart-panel .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#shopping-cart-panel .header {
  font-size: 18px;
  font-weight: bold;
}
#shopping-cart-panel .contents {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}
#shopping-cart-panel .contents .item {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: 1px dashed #dddddd;
  padding-top: 0.5rem;
}
#shopping-cart-panel .contents .item:first-child {
  border: 0;
}
#shopping-cart-panel .contents .item .name {
  width: 75%;
}
#shopping-cart-panel .contents .item .remove {
  position: relative;
  top: 4px;
  cursor: pointer;
}
#shopping-cart-panel .summary {
  font-weight: bold;
}
#shopping-cart-panel .button-container {
  margin-top: 3rem;
  display: flex;
}
#shopping-cart-panel button {
  border: 2px solid #ffffff;
  background-color: #f48120;
  color: white;
  padding: 5px 20px;
  border-radius: 100px;
  text-transform: uppercase;
}

/* home slider */
section.home-slider-section .swiper2 {
  overflow: hidden;
}

section.home-slider-section {
  background: url("../images/wt2023/home-slider-background.png") no-repeat 0 0 / cover;
}

section.home-slider-section img.banner-image {
  width: 300px;
}

section.home-slider-section h2.pros-header {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

section.home-slider-section h2.pros-header.highlight-text {
  color: #686F78;
}

section.home-slider-section a.slider-button {
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #f48120;
  padding: 8px 25px;
  text-decoration: none;
}

.expiring-soon {
  color: #F48120;
  font-weight: bold;
  font-size: 0.8rem;
}

.expiring-soon img {
  height: 15px;
  width: 15px;
}
/* home slider end*/

section {
  padding-top: 15px;
  padding-bottom: 15px;
}

section.hero-section h3,
.offers-section h3,
.card-header h3,
.card-header h2
{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

section.hero-section {
  gap: 14px;
  margin-top: 0;
}

.card-header.d-flex {
  padding: 15px;
  background-color: #1E2023;
  border-radius: 15px 15px 0 0;
  align-items: start;
}

.button-content-container .cart-buttons-container {
  border-top: 1px solid #686F78;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0;
}

.button-content-container .cart-buttons-container.add-to-subscriptions {
  grid-template-columns: 1fr 1fr 1fr;
}

.button-content-container .cart-buttons-container .btn {
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 6px;
}

.button-content-container .cart-buttons-container .primary {
  background-color: #109A4E;
}

.button-content-container .cart-buttons-container .secondary {
  background-color: #F48120;
}

.button-content-container .cart-buttons-container .tertiary {
  background-color: #F04E45;
}

.button-content-container .cart-buttons-container .quaternary {
  background-color: #666666;
}

.cta-text {
  border-left: 1px solid white;
  padding-left: 5px;
  margin-left: 5px;
}

.guarantee-tooltip-trigger {
  color: #85b8ff;
  font-style: italic;
}

.slider-container,
.tabs-container {
  flex: 1;
}

.slider-content-container {
  padding: 35px 35px 49px;
  background-color: #15171a;
  border-radius: 0 0 15px 15px;
}

.headshot-container {
  text-transform: uppercase;
  margin-bottom: 35px;
}

.headshot-image {
  width: 190px;
  height: 190px;
  border: 6px solid #32383F;
  border-radius: 200px;
  margin-right: 15px;
}

.headshot-image.small {
  width: 120px;
  height: 120px;
}

.headshot-image.tiny {
  width: 100px;
  height: 100px;
}

.slider-content-container .user-short-description a {
  text-decoration: none;
}

.slider-content-container .user-short-description h2 {
  font-size: 34px;
  font-weight: 300;
  color: #F48120;
  margin-bottom: 15px;
}

.slider-content-container .user-short-description h6,
.slider-content-container .user-short-description h5 {
  font-size: 16px;
  font-weight: 700;
  color: #85b8ff;
}

.slider-content-container .user-short-description h5 {
  color: #fff;
  margin-top: 15px;
}

.slider-content-container .full-description {
  font-size: 14px;
  margin-bottom: 35px;
  min-height: 190px;
}

.slider-content-container .cart-buttons-container {
  border-top: 1px solid #686F78;
  border-bottom: 1px solid #686F78;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
}

.slider-content-container .cart-buttons-container .btn {
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.slider-content-container .cart-buttons-container .btn .small {
  font-size: 0.7em;
}

.slider-content-container .cart-buttons-container .primary {
  background-color: #109A4E;
}

.slider-content-container .cart-buttons-container .secondary {
  background-color: #F48120;
}

.slider-content-container .cart-buttons-container .tertiary {
  background-color: #F04E45;
}

.hero-section .swiper {
  width: 641px;
  /* height: 586px; */
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 2px solid #686F78;
}

.tabs-container .nav-link,
.what-pros-say-section .nav-link,
.sticky a.nav-link {
  color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #686F78;
  margin-right: 0.75em;
}

.what-pros-say-section .nav-link,
.sticky a.nav-link {
  margin-right: 0;
}

.sticky a.nav-link {
  background-color: #15171a;
}

.sticky a.nav-link.active {
  background-color: #F48120;
  border: none;
}

aside .tabs-container .nav-link,
.sidebar-who-is-hot .tabs-container .nav-link {
  width: 100%;
  font-size: 12px;
  justify-content: center;
  padding: 4px 10px;
}

aside .tabs-container .nav-link img,
.sidebar-who-is-hot .tabs-container .nav-link img {
  width: 14px;
}

.tabs-container .nav-link img,
.what-pros-say-section .nav-link img {
  opacity: .4;
}

.tabs-container .nav-link:hover,
.what-pros-say-section .nav-link:hover {
  background-color: rgba(217, 217, 217, .15);
}
.tabs-content-container {
  padding-top: 10px;
}

.tabs-container .nav-link.active img,
.what-pros-say-section .nav-link.active img {
  opacity: 1;
}

.tabs-container .nav-link.active,
.what-pros-say-section .nav-link.active {
  background-color: #f48120;
  border: 2px solid #f48120;
}

.nav-item.secondary {
  display: none;
}

.tabs-content-container .tab-content {
  background-color: #15171A;
  padding: 24px;
  border-radius: 0 0 15px 15px;
}

.tab-content-heading.d-grid {
  grid-template-columns: 1fr 2fr 1fr 1fr;
  margin-bottom: 16px;
}

.tab-content-heading.d-grid h3:nth-child(2) {
  padding-left: 14px;
}

.tab-content-main.d-grid {
  grid-template-columns: 1fr 4fr;
  align-items: center;
}

.tabs-container .tabs-nav-wrapper:after {
  content: '';
  width: 45px;
  height: 100%;
  position: absolute;
  border-radius: 0;
  background: linear-gradient(268deg, #0a0b0c, #0a0b0c96, transparent);
  z-index: 2;
  top: 0;
  right: -2px;
}

.tabs-content-container ul#pills-tab {
  overflow: auto hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

aside .tabs-content-container ul#pills-tab {
  gap: 10px;
}

section.hero-section .tabs-nav-wrapper {
  position: relative;
  max-width: 641px;
}

.sidebar-who-is-hot .tab-content-main.d-grid {
  display: flex !important;
  flex-wrap: wrap;
}

.tab-content-main.d-grid h3 {
  margin-bottom: 35px;
  margin-top: 20px;
  margin-left: 16px;
}

.sidebar-who-is-hot .tab-content-main.d-grid .main-content-heading {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 16px;
}

.sidebar-who-is-hot .tab-content-main.d-grid:nth-child(2) h3 {
  margin-top: 0;
}

.sidebar-who-is-hot .tabs-content-container .content-list-grid.d-grid,
.sidebar-who-is-hot .tabs-content-container .tab-content-heading.d-grid {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sidebar-who-is-hot .content-heading {
  font-size: 16px;
  margin-bottom: 0;
}
.sidebar-who-is-hot .content-title {
  width: 45%;
}
.sidebar-who-is-hot .content-amount {
  width: 21%;
  margin-left: 4%;
}
.sidebar-who-is-hot .content-percentage {
  width: 24%;
  margin-left: 6%;
}

.sidebar .featured-video-wrapper {
  grid-template-columns: repeat(1, 1fr) !important;
  gap:0 !important;
  padding-top: 0 !important;
}
.video-wrapper {
  padding: 0 !important;
}
.video-thumbnail {
  width: 265px;
  margin-bottom: 0 !important;
}
.sidebar .video-thumbnail {
  width: 100%;
}
.video-title {
  margin-bottom: 20px !important
}
.sidebar .quick-links {
  font-size: 15px;
}
.sidebar .quick-links img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: -2px;
}
.content-list-grid.d-grid {
  grid-template-columns: 2fr 1fr 1fr;
  padding: 8px 14px;
  border: 1px solid #2B2E34;
  background-color: #101113;
  margin-bottom: 4px;
  border-radius: 12px;
  font-size: 16px;
}
.content-list-grid.d-grid.labels {
  border: 0;
  background-color: initial;
}

.tab-content-main h3.main-content-heading {
  font-size: 18px;
  grid-row: span 3;
  align-self: start;
  color: #F48120;
  padding-top: 0.5rem;
  margin-top: 0 !important;
}

.content-list-grid.d-grid .content-title a {
  color: #85b8ff;
  text-decoration: none;
}

.content-list-grid.d-grid .content-amount {
  font-weight: bold;
}

.tabs-content-container .btn {
  color: #fff;
  text-align: center;
  border: 2px solid #F48120;
  border-radius: 25px;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 25px;
}

.tabs-content-container .btn:hover {
  background-color: #F48120;
}

.banner-ad img {
  max-width: 100%;
}

.what-pros-say-section .design-heading,
.live-tv-section .design-heading,
footer .socials-wrapper {
  position: relative;
}

.what-pros-say-section .design-heading .pros-header,
.live-tv-section .design-heading .pros-header {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.what-pros-say-section .design-heading .pros-subheader {
  font-size: 14px;
  padding: 0;
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}

.what-pros-say-section .design-heading .pros-header:has(+ .pros-subheader) {
  margin-bottom: 0.5rem;
}

.what-pros-say-section .design-heading .pros-header>span.highlight-text,
.live-tv-section .design-heading .pros-header>span.highlight-text {
  color: #686F78;
}

.what-pros-say-section .design-heading .pros-subheader a {
  color: #f16c00;
}

.what-pros-say-section .design-heading .pros-header:before,
.what-pros-say-section .design-heading .pros-header:after,
.live-tv-section .design-heading .pros-header:before,
.live-tv-section .design-heading .pros-header:after,
footer .socials-wrapper:before,
footer .socials-wrapper:after {
  content: '';
  height: 1px;
  background-color: #333;
  width: 15%;
  position: absolute;
  top: 30px;
}

.live-tv-section .design-heading .pros-header:before,
.live-tv-section .design-heading .pros-header:after {
  width: 360px;
}

footer .socials-wrapper:before,
footer .socials-wrapper:after {
  width: 280px;
  top: 60px;
}

.what-pros-say-section .design-heading .pros-header:before,
.live-tv-section .design-heading .pros-header:before,
footer .socials-wrapper:before {
  left: 0
}

.what-pros-say-section .design-heading .pros-header:after,
.live-tv-section .design-heading .pros-header:after,
footer .socials-wrapper:after {
  right: 0
}

.what-pros-say-section ul#pro-pills-tab {
  background-color: #15171a;
  border-radius: 14px;
  overflow: auto hidden;
  display: flex;
  flex-wrap: nowrap;
  padding: 14px 10px !important;
}

.what-pros-say-section:not(.in-page-jump-nav) .tabs-nav-wrapper:after {
  content: '';
  width: 45px;
  height: 65px;
  position: absolute;
  background: linear-gradient(268deg, #15171a, #15171ade, transparent);
  z-index: 2;
  bottom: 0;
  right: -2px;
}
@media (min-width: 1200px) {
  /* Hack: Above the point where scrollbars aren't necessary for the in-page jump nav, this creates a phantom box at the edge of the page */
  .what-pros-say-section.in-page-jump-nav .tabs-nav-wrapper:after {
    display: none;
  }
}

.what-pros-say-section ul#pro-pills-tab span.tab-text {
  white-space: nowrap;
  font-size: 14px;
}

.what-pros-say-section .nav-link,
.what-pros-say-section .nav-link.active {
  border: none;
}

.pro-tab-content-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.pro-image-container {
  background-color: #1E2023;
  border-radius: 15px 0 0 15px;
}

.pro-image-container .headshot-image {
  margin-right: 0;
}

.other-picks-card {
  overflow: auto hidden;
  display: flex;
  flex-wrap: nowrap;
}
.other-picks-card:has(.other-picks-container):after {
  content: '';
  width: 45px;
  height: 65px;
  position: absolute;
  background: linear-gradient(268deg, #15171a, #15171ade, transparent);
  z-index: 2;
  bottom: 6px;
  right: -2px;
}
.other-picks-container {
  background-color: #1E2023;
  border-radius: 15px 15px 15px 15px !important;
  padding-bottom: 85px !important;
  padding-top: 15px !important;
  min-width: 280px;
  max-width: 391px;
}
.other-picks-card .button-content-container .cart-buttons-container {
  grid-template-columns: 1fr 1fr !important;
}

.other-picks-card .button-content-container .cta-text {
  border: 0;
}

.single-pro-content h2 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 15px;
  font-weight: bold;
  color: #85b8ff;
}

h6 .price.regular {
  color: #fff;
}

h6 .price.discounted {
  color: #109A4E;
}

.card-content {
  min-height: 150px;
}

.inner-card-content {
  font-size: 14px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.single-pro-content p.description {
  font-size: 14px;
}

.single-pro-content a.btn.read-more, .single-pro-content a.btn.buy, a.who-is-hot {
  color: #fff;
  background-color: #686F78;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.single-pro-content a.btn.buy, a.who-is-hot {
  background-color: #f48120;
}

a.who-is-hot, a.who-is-hot:hover {
  border: 2px solid #f48120;
}

.single-pro-content a.btn.read-more:hover {
  background-color: rgba(217, 217, 217, .15);
}

.single-pro-content {
  background-color: #15171A;
  border-radius: 0 15px 15px 0;
}

.single-pro-content.light {
  background-color: #1E2023;
}

.single-pro-content.featured {
  background: #15171A url(../images/wt2023/icons/flame-corner-icon.png) no-repeat 100% 0;
}

.pick-content-container {
  flex: 2
}

.pro-picks-purchase,
.pro-power-pass {
  background-color: #303D2B;
  border-radius: 15px;
  flex: 1;
}

.pro-power-pass {
  background-color: #2B323D;
}

.pro-picks-purchase .coupon-border,
.coupon-border {
  border-style: dashed;
  border-color: rgb(255 255 255 / 30%);
  background-color: rgb(0 0 0 / 30%);
}

.pro-picks-purchase h3.coupon-heading,
.pro-power-pass h3.coupon-heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pro-picks-purchase h2.coupon-text,
.pro-power-pass h2.coupon-text {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pro-picks-purchase h2.coupon-text span.highlight {
  color: #7DA16F;
}

.pro-power-pass h2.coupon-text span.highlight {
  color: #859DC2;
}

.pro-picks-purchase p.coupon-desc,
.pro-power-pass p.coupon-desc {
  font-size: 14px;
}

.pick-cta-container p,
.pro-power-pass .pick-cta-container p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pick-cta-container p.desc-medium,
.pro-power-pass p.desc-medium {
  font-size: 22px;
  color: #7DA16F;
  text-align: center;
}

.pro-power-pass p.desc-medium {
  color: #859DC2;
}

.btn.active-cta {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background-color: #F48120;
  border-radius: 25px;
  display: block;
  width: 100%;
}

.offers-content-container {
  background-color: #15171a;
  border-radius: 0 0 15px 15px;
}

.offers-content-container p.desc {
  font-size: 14px;
}

.offers-container {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.offers-container img {
  max-width: 100%;
}

.offers-container .sportsmemo-checklist:after {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #1e2023;
  position: absolute;
  right: -13px;
  top: 0;
}

.offers-container .sportsmemo-cta .btn.offer-cta {
  background-color: #109A4E;
}

.offers-container .goldsheet-cta .btn.offer-cta {
  background-color: #B59424;
}

.offers-container .btn.offer-cta {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
  border-radius: 25px;
  width: 100%;
}

.offers-container ul.offer-checklist {
  position: relative;
  list-style: none;
}

.offers-container li.checklist-item {
  font-weight: bold;
  margin-bottom: 10px;
}

.offers-container li.checklist-item:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/wt2023/icons/checkmark-icon.png) no-repeat 0 0 / 100%;
  position: absolute;
  left: 7px;
}

.news-articles-container {
  background-color: #15171a;
  border-radius: 0 0 15px 15px;
}

.page-home .news-articles-container img {
  border-radius: 15px;
}

.news-articles-container h3.article-title {
  font-size: 20px;
  font-weight: bold;
  color: #F48120;
}

.article-content-container p.highlight-text {
  color: #85b8ff;
}

.article-content-container p.article-date {
  font-size: 12px;
}

.article-content-container p.article-short-desc {
  font-size: 14px;
}

.article-cta-wrapper a.btn {
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  background-color: #32383F;
}

.latest-news-wrapper.d-flex.gap-4,
.border-bottom-grey {
  border-bottom: 2px solid #1e2023;
}

.article-cta-wrapper a.btn.secondary-button {
  background-color: #F48120;
}

.featured-news-wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sidebar-who-is-hot div#pills-tabContent {
  padding: 20px 10px;
}

.article-container {
  margin-bottom: 50px;
}

.featured-news-wrapper .article-container img.featured-image {
  width: 100%;
  margin-bottom: 15px;
}

.featured-news-wrapper p.article-short-desc {
  color: #85b8ff;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
}

.featured-news-wrapper a.btn.primary-button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background: #333;
  border-radius: 25px;
}

.live-tv-section {
  background: url(../images/wt2023/live-video-background.png) no-repeat 0 65% / 100%;
}

.live-video-wrapper {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.live-video-wrapper .video-wrapper {
  cursor: pointer;
}

.live-video-wrapper .video-wrapper img {
  width: 100%;
}

.video-wrapper::before {
  content: '';
  width: 35px;
  height: 35px;
  background: url(../images/wt2023/icons/play-icon.png) no-repeat 0 0 /cover;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 44%;
}

.handicappers-links-section {
  border-bottom: 2px solid #333;
}

.handicappers-links-section h5.handicappers-title,
.links-wrapper h5 {
  color: #F48120;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.handicappers-links-section ul.cappers-links {
  list-style: none;
}

.handicappers-links-section ul.cappers-links li {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 4px 8px;
}

.sports-links ul {
  list-style: none;
}

.sports-links li.sport-item {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.sports-links li.sport-item a {
  text-decoration: none;
}

.socials-wrapper a.social-icon {
  margin-right: 16px;
  color: #666666;
}

.socials-wrapper a.social-icon:last-child {
  margin-right: 0;
}

.socials-wrapper a.social-icon svg {
  width: 26px;
  height: 26px;
}

p.disclaimer.text-center {
  font-size: 12px;
  white-space: pre-wrap;
  line-height: 14px;
}

/* mobile only  */
menu.collapse:not(.show) {
  display: block;
}

.mobile-top-nav {
  display: none;
}

.navbar-toggler {
  display: none;
}

.error-message-red {
  color: #f93e50;
}
.flex-1 {
  flex: 1;
}
.full-block {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 15px !important;
}
.left-top-rounded {
  border-radius: 15px 0 0 0 !important;
}
.right-top-rounded {
  border-radius: 0 15px 0 0 !important;
}
.left-bottom-rounded {
  border-radius: 0 0 0 15px !important;
}
.right-bottom-rounded {
  border-radius: 0 0 15px 0 !important;
}
.top-rounded {
  border-radius: 15px 15px 0 0 !important;
}
.bottom-rounded {
  border-radius: 0 0 15px 15px !important;
}
.left-rounded {
  border-radius: 15px 0 0 15px !important;
}
.right-rounded {
  border-radius: 0 15px 15px 0 !important;
}

/* Sidebar */
.image-side-container img {
  width: 100%;
}

.in-page-search-container-wrapper {
  background-color: #15171A;
  border-radius: 15px;
}
.in-page-search-container {
  width: 100%;
}
.in-page-search-container .search-input {
  width: 76% !important;
}
.in-page-search-container .search-submit {
  background-color: #f48120;
  border: 2px solid #f48120;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-left: 4%;
  text-transform: uppercase;
  width: 20%;
}
.in-page-jump-nav {
  padding: 0 0 10px 0;
}
.in-page-jump-nav .nav-link:hover {
  background-color: #f48120;
}
.in-page-jump-nav .nav-link:hover img {
  opacity: 1;
}
.wagerbuxx-box,
.user-service-box {
  font-size: 15px;
}
.wagerbuxx-box .amount-label {
  font-weight: bold;
  color: #F48120;
  text-align: left;
  text-transform: uppercase;
}
.wagerbuxx-box .amount {
  font-weight: bold;
}
.wager-rewards-redeem-container .btn {
  color: white;
  border: #F48120;
  background: #F48120;
  border-radius: 15px;
  padding: 6px 51px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
}
.user-service-box .service-name,
.user-service-box .service-name a {
  font-weight: bold;
  color: #F48120;
  text-transform: uppercase;
}
.grecaptcha-badge {
  visibility: hidden;
}
.who-is-hot-coming-soon {
  color: #F48120;
}

/* responsive.css */
@media (min-width:1200px) and (max-width:1399px) {
  section.hero-section .tabs-nav-wrapper {
    max-width: 460px;
  }
}
@media (min-width:1200px) {
  .search-predictions-wrapper {
    right: 0;
  }
  .page-home .latest-news-section .latest-news-wrapper img,
  .page-goldsheet .latest-news-section .latest-news-wrapper img {
    max-width: 420px;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  menu.collapse:not(.show) {
    display: block;
  }

  .mobile-top-nav {
    display: block;
    position: relative;
    background-color: #202327;
    max-width: none;
  }

  .mobile-top-nav-list-wrapper {
    background-color: #202327;
    max-width: 1024px;
    margin: auto;
  }

  .mobile-top-nav .top-nav-with-icons {
    overflow-y: auto;
    max-width: 1024px;
    min-height: 50px;
    justify-content: space-evenly;
  }

  .mobile-top-nav .top-nav-with-icons li a {
    display: flex;
  }

  .mobile-top-nav .top-nav-with-icons span {
    white-space: nowrap;
  }

  .desktop-nav .top-nav-with-icons {
    display: none !important;
  }

  header .header-logo {
    width: 130px;
  }

  menu.collapse:not(.show) {
    display: none;
  }

  menu#primaryNav {
    border-radius: 0 0 18px 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);

  }

  menu .main-menu-wrapper {
    flex-direction: column-reverse;
  }

  menu .main-menu-wrapper ul {
    flex-direction: column;
    width: 100%;
  }

  menu .search-form-container,
  menu .search-form-container input.search-input {
    width: 100% !important;
  }
  menu .search-form-container {
    max-width: 824px;
    margin-left: 0 !important;
  }
  .results-list-wrapper {
    max-width: 824px;
  }

  menu ul.main-nav li {
    min-height: 40px;
    border-bottom: 1px solid rgba(196, 196, 196, .5);
  }

  menu ul.main-nav li:has(+ li.show-1200-1399) {
    border: none;
  }

  menu ul.main-nav li a {
    display: block;
    padding-left: 0 !important;
  }

  menu ul.main-nav > li > span {
    padding-left: 0 !important;
  }

  menu .user-cta-container button.navbar-toggler {
    border: none !important;
  }

  button.navbar-toggler {
    display: block;
    border: none;
  }

  .cta-text {
    border: 0;
    display: inline-block;
    text-wrap: nowrap;
  }

  section.home-slider-section h2.pros-header {
    font-size: 40px;
  }

  section.home-slider-section a.slider-button {
    font-size: 15px;
  }
  /*home slider end*/

  section.hero-section {
    flex-wrap: nowrap !important;
  }

  section.hero-section .swiper {
    width: 460px;
  }

  section.hero-section .slider-content-container .cart-buttons-container .btn {
    font-size: 15px;
  }

  .slider-content-container .headshot-image,
  .pro-image-container .headshot-image {
    width: 130px;
    height: 130px;
  }

  .tabs-content-container .tab-content {
    padding: 12px;
  }

  section.hero-section .tab-content-heading {
    margin-bottom: 0;
  }

  section.hero-section .tabs-content-container {
    padding-top: 0;
  }

  .what-pros-say-section .design-heading .pros-header>span.highlight-text,
  .live-tv-section .design-heading .pros-header>span.highlight-text {
    display: block;
  }

  .card-content {
    min-height: 80px;
  }

  .tabs-nav-wrapper {
    position: relative;
  }

  section.hero-section .tabs-nav-wrapper {
    max-width: 480px;
  }

  .page-home .latest-news-section .latest-news-wrapper img {
    max-width: 335px;
  }

  .pick-cta-container p,
  .pro-power-pass .pick-cta-container p {
    text-align: center;
  }

  .what-pros-say-section .design-heading .pros-header:before,
  .what-pros-say-section .design-heading .pros-header:after,
  .live-tv-section .design-heading .pros-header:before,
  .live-tv-section .design-heading .pros-header:after,
  footer .socials-wrapper:before,
  footer .socials-wrapper:after {
    width: 180px;
    top: 50px;
  }

  footer .socials-wrapper:before,
  footer .socials-wrapper:after {
    top: 60px;
  }

  .live-video-wrapper .video-wrapper::before {
    top: 20%;
    width: 28px;
    height: 28px;
  }

  footer>.links-wrapper:not(.mobile-links) {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 15px;
  }

  .signup-modal {
    --bs-modal-width: 968px;
  }
  .signup-modal input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]) {
    width: 270px;
  }
  .button-content-container .cart-buttons-container {
    border-top: 1px solid #686F78;
    grid-template-columns: 1fr;
    padding: 10px 0;
  }
}
@media (min-width:768px) and (max-width:991px) {
  section.hero-section .swiper {
    width: 380px;
  }
  section.hero-section .tabs-nav-wrapper {
    max-width: 320px;
  }
  .tab-content-main.d-grid {
    grid-template-columns: 1fr;
  }
  .tab-content-heading.d-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .tab-content-main h3.main-content-heading {
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
  .tabs-desktop-section .main-content-heading {
    grid-column: span 3;
  }
  .tab-content-main .tab-content-heading {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .tab-content-main .tab-content-heading h3 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 14px;
  }
  .tab-content-main .tab-content-heading h3:not(:first-child) {
    margin-left: 0;
  }
  .tab-content .pro-card {
    flex-direction: column;
  }
  .pro-image-container {
    border-radius: 15px 15px 0 0;
  }
  .single-pro-content {
    border-radius: 0 0 15px 15px;
  }
  .single-pro-content.featured {
    background-image: none;
  }
  .signup-modal input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]) {
    width: 200px;
    padding: 4px 10px;
  }

  .button-content-container .cart-buttons-container .btn {
    display: block;
    margin: 10px 0;
  }
}
@media (min-width:576px) and (max-width:767px) {
  menu ul.main-nav li:has(+ li.show-1200-1399) {
    border: none;
  }
}
@media (min-width:481px) and (max-width:767px) {
  menu.collapse:not(.show) {
    display: none;
  }

  .mobile-top-nav {
    display: block;
    position: relative;
    background-color: #202327;
    padding-left: 30px;
    max-width: 100%;
  }

  .what-pros-say-section:not(.in-page-jump-nav) .tabs-nav-wrapper:after,
  .featured-news-wrapper:after,
  .live-video-wrapper-shadow::after {
    content: '';
    width: 45px;
    height: 100%;
    position: absolute;
    background: linear-gradient(268deg, #202327, #202327e0, transparent);
    z-index: 2;
    top: 0;
    right: -2px;
  }

  .what-pros-say-section:not(.in-page-jump-nav) .tabs-nav-wrapper:after {
    background: linear-gradient(268deg, #15171a, #15171ade, transparent);
  }

  .featured-news-wrapper:after {
    background: linear-gradient(268deg, #15171a, #15171ae3, transparent, transparent);
    width: 60px;
  }

  .live-video-wrapper-shadow:after {
    background: linear-gradient(268deg, #0a0b0c, #0a0b0c96, transparent, transparent);
    width: 71px;
  }

  .mobile-top-nav .top-nav-with-icons {
    min-height: 50px;
    justify-content: space-evenly;
    width: 100%;
  }

  .mobile-top-nav .top-nav-with-icons li a {
    display: flex;
  }

  .mobile-top-nav .top-nav-with-icons span {
    white-space: nowrap;
  }

  .desktop-nav .top-nav-with-icons {
    display: none !important;
  }

  header .header-logo {
    width: 130px;
  }

  menu.collapse:not(.show) {
    display: none;
  }

  menu#primaryNav {
    border-radius: 0 0 18px 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
  }

  menu .main-menu-wrapper {
    flex-direction: column-reverse;
  }

  menu .main-menu-wrapper ul {
    flex-direction: column;
    width: 100%;
  }

  menu .search-form-container,
  menu .search-form-container input.search-input {
    width: 100% !important;
  }
  .results-list-wrapper {
    max-width: 480px;
  }

  menu ul.main-nav li {
    min-height: 40px;
    border-bottom: 1px solid rgba(196, 196, 196, .5);
  }

  menu ul.main-nav li a {
    display: block;
    padding-left: 0 !important;
  }

  menu ul.main-nav > li > span {
    padding-left: 0 !important;
  }

  menu .user-cta-container button.navbar-toggler {
    border: none !important;
  }

  button.navbar-toggler {
    display: block;
    border: none;
  }

  section.hero-section .swiper,
  section.home-slider-section .swiper {
    width: 100%;
  }

  section.home-slider-section img.banner-image {
    width: 250px;
  }

  section.home-slider-section h2.pros-header {
    font-size: 40px;
  }

  .slider-container {
    width: 100%;
  }

  .slider-content-container {
    padding: 10px 10px 50px;
  }

  section.hero-section .tabs-nav-wrapper {
    max-width: 460px;
  }

  .what-pros-say-section .design-heading h1.pros-header,
  .live-tv-section .design-heading .pros-header {
    font-size: 30px;
  }

  .what-pros-say-section .design-heading .pros-header>span.highlight-text,
  .live-tv-section .design-heading .pros-header>span.highlight-text {
    display: block;
  }

  .what-pros-say-section .design-heading .pros-header:before,
  .what-pros-say-section .design-heading .pros-header:after,
  .live-tv-section .design-heading .pros-header:before,
  .live-tv-section .design-heading .pros-header:after,
  footer .socials-wrapper:before,
  footer .socials-wrapper:after {
    width: 100px;
  }

  .what-pros-say-section .tabs-nav-wrapper,
  .tabs-container .tabs-nav-wrapper {
    position: relative;
  }

  .what-pros-say-section .nav-link,
  .what-pros-say-section .nav-link.active {
    padding: 4px 10px;
  }

  .pro-tab-content-container {
    grid-template-columns: 1fr;
  }

  .pro-image-container .headshot-image {
    width: 170px;
    height: 170px;
  }

  .card-content {
    min-height: 80px;
  }

  .other-picks-container{
    width: 100% !important;
    margin-top: 10px;
  }

  .picks-purchase-container {
    flex-wrap: wrap;
  }

  .pro-picks-purchase h3.coupon-heading,
  .pro-power-pass h3.coupon-heading {
    text-align: left;
    padding: 0;
  }

  .pro-picks-purchase p.coupon-desc,
  .pro-power-pass p.coupon-desc {
    text-align: left;
  }

  .pro-picks-purchase .pick-cta-container,
  .pro-power-pass .pick-cta-container {
    margin-left: auto;
    margin-right: auto;
  }

  .offers-container {
    grid-template-columns: 1fr;
  }

  .offers-container .sportsmemo-checklist:after {
    display: none;
  }

  .goldsheet-cta {
    margin-top: 20px;
  }

  .offers-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .latest-news-wrapper {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .latest-news-wrapper img {
    object-fit: contain;
    max-width: 40%;
    align-items: flex-start;
    justify-content: end;
  }

  .page-home .latest-news-wrapper img,
  .page-goldsheet .latest-news-wrapper img {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .featured-news-wrapper {
    display: flex !important;
    gap: 15px;
    flex-wrap: nowrap;
    overflow: auto hidden;
  }
  .featured-news-wrapper.column {
    flex-direction: column;
  }

  .article-container {
    flex: 1;
    width: 100%;
    min-width: 184px;
    margin-bottom: 20px;
  }

  .featured-news-wrapper .article-container img.featured-image {
    border-radius: 15px;
  }

  .featured-news-wrapper a.btn.primary-button {
    width: 95%;
  }

  .latest-news-section .article-cta-wrapper {
    padding-top: 15px;
  }

  .live-video-wrapper-shadow {
    position: relative;
  }

  .live-video-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: auto hidden;
    position: relative;
  }

  .live-video-wrapper .video-wrapper {
    width: 100%;
    min-width: 270px;
  }

  footer>.links-wrapper:not(.mobile-links) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  #signupPopup .modal-content .modal-body {
    display: grid;
    grid-template-columns: 1fr;
  }

  .left-handside {
    display: none;
  }

  .right-handside {
    width: 100%;
  }

  .signup-modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 700px;
    --bs-modal-padding: 1rem 2rem;
  }

  #signupPopup .left-handside {
    position: relative;
  }

  #signupPopup .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .signup-modal input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]) {
    width: 250px;
    padding: 4px 10px;
  }

  .button-content-container .cart-buttons-container {
    border-top: 1px solid #686F78;
    grid-template-columns: 1fr;
    padding: 10px 0;
  }

  .button-content-container .cart-buttons-container .btn {
    display: block;
    margin: 10px 0;
  }
}
@media (max-width: 575px) {
  .mobile-top-nav .top-nav-with-icons li {
    font-weight: bold;
  }
  .signup-modal .top-form {
    grid-template-columns: 1fr;
  }
  .signup-modal input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]) {
    width: 100%;
    padding: 4px 30px;
  }
  .what-pros-say-section .tabs-nav-wrapper:has(#pro-pills-tab) {
    max-width: 98%;
  }
}
@media (min-width:320px) and (max-width:480px) {

  .mobile-top-nav {
    display: block;
    position: relative;
    background-color: #202327;
    padding-left: 4px;
    max-width: 100%;
  }

  .what-pros-say-section:not(.in-page-jump-nav) .tabs-nav-wrapper:after,
  .featured-news-wrapper:after,
  .live-video-wrapper-shadow::after {
    content: '';
    width: 45px;
    height: 100%;
    position: absolute;
    background: linear-gradient(268deg, #202327, #202327e0, transparent);
    z-index: 2;
    top: 0;
    right: -2px;
  }

  .what-pros-say-section:not(.in-page-jump-nav) .tabs-nav-wrapper:after {
    background: linear-gradient(268deg, #15171a, #15171ade, transparent);
  }

  .featured-news-wrapper:after {
    background: linear-gradient(268deg, #15171a, #15171ae3, transparent, transparent);
    width: 60px;
  }

  .live-video-wrapper-shadow:after {
    background: linear-gradient(268deg, #0a0b0c, #0a0b0c96, transparent, transparent);
    width: 71px;
  }

  .card-content {
    min-height: auto;
  }

  .mobile-top-nav .top-nav-with-icons {
    width: 100%;
    min-height: 50px;
  }

  .mobile-top-nav .top-nav-with-icons li a {
    display: flex;
  }

  .mobile-top-nav .top-nav-with-icons span {
    white-space: nowrap;
  }

  .desktop-nav .top-nav-with-icons {
    display: none !important;
  }

  header .header-logo {
    width: 130px;
  }

  menu.collapse:not(.show) {
    display: none;
  }

  menu#primaryNav {
    border-radius: 0 0 18px 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
  }

  menu .main-menu-wrapper {
    flex-direction: column-reverse;
  }

  menu .main-menu-wrapper ul {
    flex-direction: column;
    width: 100%;
  }

  menu .search-form-container,
  menu .search-form-container input.search-input {
    width: 100% !important;
  }
  .search-predictions-wrapper {
    width: 100%;
  }

  menu ul.main-nav li {
    min-height: 40px;
    border-bottom: 1px solid rgba(196, 196, 196, .5);
  }

  menu ul.main-nav li a {
    display: block;
    padding-left: 0 !important;
  }

  menu ul.main-nav > li > span {
    padding-left: 0 !important;
  }

  menu .user-cta-container button.navbar-toggler {
    border: none !important;
  }

  button.navbar-toggler {
    display: block;
    border: none;
  }

  /*home slider*/
  section.home-slider-section img.banner-image {
    width: 170px;
  }

  section.home-slider-section h2.pros-header {
    font-size: 18px;
  }

  section.home-slider-section a.slider-button {
    font-size: 13px;
    padding: 6px 15px;
  }

  section.home-slider-section p.mt-1 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  section.home-slider-section .swiper-pagination {
    display: none;
  }

  /*home slider end*/

  section.hero-section .swiper,
  section.home-slider-section .swiper {
    width: 100%;
  }

  .slider-container {
    width: 100%;
  }

  .slider-content-container {
    padding: 10px 10px 50px;
  }

  .headshot-container {
    margin-bottom: 15px;
    align-items: flex-start !important;
  }

  .headshot-image {
    width: 80px;
    height: 80px;
    margin-right: 0;
  }

  .pro-image-container .headshot-image {
    width: 170px;
    height: 170px;
  }

  .headshot-image.small {
    width: 80px;
    height: 80px;
  }

  section.hero-section h3,
  .offers-section h3,
  .card-header h3,
  .card-header h2 {
    font-size: 16px;
  }

  .slider-content-container .user-short-description h2 {
    font-size: 20px;
  }

  .slider-content-container .user-short-description h6,
  .slider-content-container .user-short-description h5 {
    font-size: 14px;
  }

  .slider-content-container .user-short-description h5.desc {
    width: 100%;
    min-width: 343px;
    margin-left: -85px;
  }

  .slider-content-container .cart-buttons-container .btn {
    font-size: 12px;
    padding: 8px 5px;
    width: 100%;
  }

  .slider-content-container .cart-buttons-container {
    gap: 10px 6px !important;
  }

  .what-pros-say-section .design-heading h1.pros-header,
  .live-tv-section .design-heading .pros-header {
    font-size: 26px;
  }

  .what-pros-say-section .design-heading .pros-header>span.highlight-text,
  .live-tv-section .design-heading .pros-header>span.highlight-text {
    display: block;
  }

  .what-pros-say-section .design-heading .pros-header:before,
  .what-pros-say-section .design-heading .pros-header:after,
  .live-tv-section .design-heading .pros-header:before,
  .live-tv-section .design-heading .pros-header:after,
  footer .socials-wrapper:before,
  footer .socials-wrapper:after {
    width: 50px;
  }

  .what-pros-say-section .design-heading p {
    font-size: 14px;
    padding: 0;
  }

  .what-pros-say-section .tabs-nav-wrapper,
  .tabs-container .tabs-nav-wrapper {
    position: relative;
  }

  .what-pros-say-section .nav-link,
  .what-pros-say-section .nav-link.active {
    padding: 4px 10px;
  }

  .pro-tab-content-container {
    grid-template-columns: 1fr;
  }

  .tab-content .pro-card {
    flex-direction: column;
  }

  .pro-image-container {
    border-radius: 15px 15px 0 0;
  }

  .single-pro-content {
    border-radius: 0 0 15px 15px;
  }

  .single-pro-content.featured {
    background-image: none;
  }

  .other-picks-container {
    background-color: #1E2023;
    border-radius: 15px 15px 15px 15px !important;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 0 !important;
  }

  .toggle-more-btn {
    top: -218px;
  }

  .pro-tab-content-container .pro-card.featured .pro-image-container {
    background: #1E2023 url(../images/wt2023/icons/flame-corner-icon.png) no-repeat 100% 0;
  }

  .hero-section .tabs-container {
    width: 100%;
  }

  .hero-section .tabs-content-container {
    padding-top: 10px;
  }

  .tab-content-heading.d-grid {
    display: none !important;
  }

  .tab-content-main.d-grid {
    display: flex !important;
    flex-wrap: wrap;
  }

  .tab-content-main.d-grid h3 {
    margin-bottom: 35px;
    margin-top: 20px;
    margin-left: 16px;
  }

  .tab-content-main.d-grid:nth-child(2) h3 {
    margin-top: 0;
  }

  .tabs-content-container .content-list-grid.d-grid {
    width: 100%;
  }

  .tab-content-main.d-grid div:nth-child(2) div.content-title:before,
  .tab-content-main.d-grid div:nth-child(2) div.content-amount:before,
  .tab-content-main.d-grid div:nth-child(2) div.content-percentage:before {
    content: attr(data-title);
    display: block;
    /* position: absolute; */
    color: #fff;
    width: 100%;
    height: auto;
    z-index: 10;
    margin-top: -36px;
    padding-bottom: 10px;
  }

  .pro-picks-purchase,
  .pro-power-pass {
    flex-wrap: wrap;
    width: 100%;
    gap: 6px !important;
  }

  .picks-purchase-container {
    flex-wrap: wrap;
  }

  .pro-picks-purchase h3.coupon-heading,
  .pro-power-pass h3.coupon-heading {
    text-align: center;
    padding: 0 34px;
  }

  .pro-picks-purchase h2.coupon-text {
    min-width: 130px;
  }

  .pro-picks-purchase p.coupon-desc,
  .pro-power-pass p.coupon-desc {
    text-align: center;
  }

  .pro-picks-purchase .pick-cta-container,
  .pro-power-pass .pick-cta-container {
    margin-left: auto;
    margin-right: auto;
  }

  .offers-container {
    grid-template-columns: 1fr;
  }

  section.hero-section h3,
  .offers-section h3,
  .card-header h3,
  .card-header h2 {
    font-size: 18px;
  }

  .offers-container .sportsmemo-checklist:after {
    display: none;
  }

  .goldsheet-cta {
    margin-top: 20px;
    margin-left: 0 !important;
    align-items: center !important;
    display: flex;
    flex-direction: column;
  }

  .offers-container {
    grid-template-columns: 1fr;
  }

  .latest-news-wrapper.d-flex.gap-4.pb-4 {
    flex-wrap: wrap;
  }

  .latest-news-wrapper.latest-news-wrapper>img {
    width: 100%;
  }

  .page-home .latest-news-wrapper img,
  .page-goldsheet .latest-news-wrapper img {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .page-goldsheet .goldsheet-logo {
    max-width: 80%;
  }

  .article-cta-wrapper a.btn {
    font-size: 15px;
  }

  .featured-news-wrapper {
    display: flex !important;
    gap: 15px;
    flex-wrap: nowrap;
    overflow: auto hidden;
  }
  .featured-news-wrapper.column {
    flex-direction: column;
  }

  .article-container {
    flex: 1;
    width: 100%;
    min-width: 184px;
    margin-bottom: 20px;
  }

  .featured-news-wrapper .article-container img.featured-image {
    border-radius: 15px;
  }

  .featured-news-wrapper a.btn.primary-button {
    width: 95%;
  }

  .latest-news-section .article-cta-wrapper {
    padding-top: 15px;
  }

  .live-tv-section .design-heading .pros-header:after,
  .live-tv-section .design-heading .pros-header:before {
    width: 90px;
  }

  .design-heading p {
    padding: 0 25px;
  }

  .live-video-wrapper-shadow {
    position: relative;
  }

  .live-video-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: auto hidden;
    position: relative;
  }

  .live-video-wrapper .video-wrapper {
    width: 100%;
    min-width: 270px;
  }

  .handicappers-links-section h5.handicappers-title,
  .links-wrapper h5 {
    font-size: 17px;
  }

  .handicappers-links-section,
  footer.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .handicappers-links-section ul.cappers-links {
    margin-bottom: 0 !important;
  }

  .live-tv-section {
    background-position: 0 0;
    background-size: 120%;
  }

  footer.container {
    margin-top: 0 !important;
  }

  footer .links-wrapper {
    flex-wrap: wrap;
  }

  footer .sports-links {
    width: 100%;
  }

  footer .socials-wrapper:before,
  footer .socials-wrapper:after {
    display: none;
  }

  .accordion-button {
    background-color: #1E2023 !important;
    border-color: #1E2023 !important;
    box-shadow: none !important;
    color: #F48120 !important;
    font-weight: 700;
    text-transform: uppercase;
  }

  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F48120'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  }

  .accordion-item {
    border: none !important;
    background-color: #15171A;
  }

  .subscription-wrapper h5 {
    font-size: 10px;
  }

  .subscription-wrapper .popup-icon {
    width: 25%;
  }

  .subscription-wrapper {
    padding: 10px 40px 10px 10px;
  }

  .subscription-trigger-close {
    bottom: 18px;
    width: 30px;
  }

  /*Login Popup style*/
  .login-modal {
    width: 400px;
    --bs-modal-margin: 5rem 2rem;
  }

  .login-content-wrapper .login-header {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #f48120;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }

  .login-content-wrapper .form {
    display: grid;
  }

  .login-content-wrapper .form label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .login-content-wrapper .form input {
    border: 1px solid #2B2E34;
    background-color: #101113;
    padding: 5px 30px 5px 15px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
  }

  .form input:nth-child(2) {
    margin-bottom: 15px;
  }

  .login-content-wrapper button.login-button {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    /* margin-right: 8px; */
    font-weight: 600;
    padding: 6px 25px;
    background-color: #f48120;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .form-group {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .form-group input {
    padding: 0;
    margin-top: 1px;
    display: flex;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-appearance: none;
  }

  input[type=checkbox]:checked {
    -webkit-appearance: checkbox;
    accent-color: #f16c00;
  }

  .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
  }

  .signup-text {
    font-size: 12px;
    text-align: center;
  }

  .signup-text a {
    color: #F48120;
  }

  /* signup modal */
  #signupPopup .modal-content .modal-body {
    display: grid;
    grid-template-columns: 1fr;
  }

  .left-handside {
    display: none;
  }

  .right-handside {
    width: 100%;
  }

  .signup-modal {
    --bs-modal-zindex: 1055;
    --bs-modal-padding: 1rem 2rem;
    --bs-modal-margin: 1rem;
  }

  .top-form {
    grid-template-columns: 1fr;
  }

  .user-cta-container .btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    margin-right: 8px;
    font-weight: 600;
    padding: 6px 40px;
  }

  .user-cta-container .play-btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    margin-right: 8px;
    margin-left: 8px;
    font-weight: 600;
    padding: 6px 20px;
  }

  .button-content-container .cart-buttons-container {
    border-top: 1px solid #686F78;
    grid-template-columns: 1fr;
    padding: 10px 0;
  }

  .button-content-container .cart-buttons-container .btn {
    display: block;
    margin: 10px 0;
  }
}

/* burgermenu-animation.css */
/*noinspection CssUnresolvedCustomProperty*/
.navbar-toggler-icon {
  background-image: none !important;
  background-color: var(--bs-gray-800);
  height: 2px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

/*noinspection CssUnresolvedCustomProperty*/
.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 2px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  /*taken down to hide quicker*/
  transform-origin: center;
}

/*noinspection CssUnresolvedCustomProperty*/
.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 2px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

/*noinspection CssUnresolvedCustomProperty*/
.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

/* free-sports-picks Page */
.free-sports-picks-page-content .pro-image-container {
  border-radius: 15px 15px 0 0;
}
.free-sports-picks-page-content .single-pro-content {
  border-radius: 0;
}
.free-sports-picks-page-content .single-pro-content.bottom {
  border-radius: 0 0 15px 15px;
}
.free-sports-main .single-pro-content .text-uppercase .sport-type-text {
  font-size: 15px;
  color: #F48120;
}
.free-sports-main .content-list-grid {
  padding: 8px 14px;
  border: 1px solid #2B2E34;
  background-color: #101113;
  margin-bottom: 4px;
  border-radius: 12px;
  font-size: 16px;
}
.free-sports-main .profile-content-main {
  grid-template-columns: 4fr;
  align-items: center;
}
.free-sports-main .content-amount {
  font-size: 16px;
  margin-right: 15px;
}
.free-sports-main .content-event {
  margin-left: 0;
}
.free-sports-main .profile-content-main {
  align-items: center;
}
.free-sports-main .profile-content-list-grid {
  padding: 8px 14px;
  border: 1px solid #2B2E34;
  background-color: #101113;
  margin-bottom: 4px;
  border-radius: 12px;
  font-size: 13px;
  margin-right: 10px;
}
.free-sports-main .content-date {
  font-size: 16px;
}
.free-sports-main .content-play {
  font-size: 16px;
}
.free-sports-main .article-short-desc {
  margin-top: -10px;
  margin-bottom: 10px;
}
.free-sports-main .latest-news-wrapper {
  padding-bottom: 5px !important;
}
.free-sports-main .r-date {
  font-size: 14px;
  color: #fff;
  text-align: right;
  opacity: 0.7;
  font-weight: 300;
  margin-bottom: 0;
}
.free-sports-main .card-content {
  border-bottom: 2px solid #1E2023;
}
@media (min-width: 992px) {
  .free-sports-picks-page-content .pro-image-container {
    border-radius: 15px 0 0 0;
  }
  .free-sports-picks-page-content .pro-image-container:has(+ .single-pro-content.bottom) {
    border-radius: 15px 0 0 15px;
  }
  .free-sports-picks-page-content .single-pro-content.middle {
    border-radius: 0 15px 0 0;
  }
  .free-sports-picks-page-content .pro-image-container + .single-pro-content.bottom {
    border-radius: 0 15px 15px 0;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .free-sports-main .profile-content-main {
    display: grid !important;
  }
  .free-sports-main .profile-content-list-grid {
    width: 100% !important;
  }
  .free-sports-main .content-amount {
    font-size: 16px;
  }
  .free-sports-main .content-event {
    margin-left: 35px;
  }
  .free-sports-main .content-date {
    font-size: 16px;
  }
  .free-sports-main .content-play {
    margin-left: 50px;
    font-size: 16px;
  }
  .free-sports-main .card-content {
    min-height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .free-sports-picks-page-content .pro-image-container {
    border-radius: 15px 0 0 0;
  }
  .free-sports-picks-page-content .pro-image-container:has(+ .single-pro-content.bottom) {
    border-radius: 15px 0 0 15px;
  }
  .free-sports-picks-page-content .single-pro-content.middle {
    border-radius: 0 15px 0 0;
  }
  .free-sports-picks-page-content .pro-image-container + .single-pro-content.bottom {
    border-radius: 0 15px 15px 0;
  }
}
@media (min-width:481px) and (max-width:991px) {
  .free-sports-main .profile-content-main {
    display: grid !important;
  }
  .free-sports-main .profile-content-list-grid {
    width: 100% !important;
  }
  .free-sports-main .content-amount {
    font-size: 15px !important;
    font-weight: bold !important;
  }
  .free-sports-main .content-date {
    font-size: 15px;
    margin-left: 7px;
  }
  .free-sports-main .content-play {
    font-size: 15px;
    margin-left: 55px;
  }
  .free-sports-main .r-date{
    text-align: left;
  }
  .free-sports-main .card-content {
    min-height: auto;
  }
}
@media (min-width:320px) and (max-width:480px) {
  .free-sports-main .profile-content-main {
    display: grid !important;
  }
  .free-sports-main .profile-content-list-grid {
    width: 100% !important;
  }
  .free-sports-main .content-amount {
    font-size: 13px;
    font-weight: normal !important;
    margin-top: 3px;
  }
  .free-sports-main .content-event {
    font-size: 13px;
    margin: 3px 0 0;
  }
  .free-sports-main .content-date {
    font-size: 13px;
    margin-top: 3px;
  }
  .free-sports-main .content-play {
    font-size: 13px;
    margin-left: 40px;
  }
  .free-sports-main .r-date {
    margin-bottom: 0;
    text-align: left;
  }
  .free-sports-main .card-content {
    min-height: auto;
  }
}
@media (max-width:350px) {
  .free-sports-main .article-content-container p.article-short-desc {
    font-size: 12px;
  }
  .free-sports-main .card-content {
    min-height: auto;
  }
}
.email-subscription-box {
  border: 1px dashed #afafaf;
  padding: 2em;
  background-color: #1E2023;
  margin-bottom: 1em;
}

/* free-sports-picks-downloads Page */
.in-page-email-form [name="data_email"] {
  height: 38px !important;
}
.free-sports-picks-page-content .preamble {
  background-color: #15171A;
  border-radius: 15px;
}

/* picks Page */
.capper-picks-container .search-form-container select.search-input {
  border: none #757575;
  border-radius: 25px;
  padding: 4px 30px;
  font-size: 12px;
  height: 34px;
  background-color: #101113 !important;
  color: #757575;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/wt2023/icons/arrow-down-icon.png) no-repeat 95% 50% / 18px;
}
.picks-page-content .team-cta {
  float: right;
  padding-left: 35px;
  width: 420px;
  height: 185px;
}
.picks-page-content .team-cta, .picks-page-content .team-cta * {
  cursor: pointer;
}
.picks-page-content .team-cta .option_item {
  display: block;
  position: relative;
  width: 122px;
  height: 115px;
  margin: 3px;
}
.picks-page-content .team-cta .option_item .checkbox {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-appearance: none;
}
.picks-page-content .team-cta input[type=checkbox]:checked{
  -webkit-appearance: checkbox;
  accent-color:  #f16c00;
}
.picks-page-content .team-cta .option_item .option_inner {
  width: 100%;
  height: 100%;
  background: #15171A;
  border-radius: 4px;
  text-align: center;
  padding: 38px 26px;
  cursor: pointer;
  color: #585c68;
  display: block;
  border: 2px solid transparent;
  position: relative;
}
.picks-page-content .team-cta .option_item .option_inner .icon {
  margin-bottom: 7px;
}
.picks-page-content .team-cta .option_item .checkbox:checked ~ .option_inner.picker {
  border-color: #ffffff;
  color: #F48120;
}
.picks-page-content .team-cta .option_item .checkbox:checked ~ .option_inner .tick-mark {
  display: block;
}
.picks-page-content .team-cta .headshot-container {
  position: relative;
}
.picks-page-content .team-cta .headshot-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px !important;
  max-width: none !important;
  height: auto;
  margin: -32px 0 0 0;
  border: 6px solid #32383F;
  border-radius: 50px;
  cursor: pointer;
}
.picks-page-content .team-cta .headshot-image.capper {
  z-index: 2;
  display: none;
}
.picks-page-content .team-cta .pro-name {
  font-family: sans-serif;
  font-size: 12px;
  margin-top: 8px;
}
.picks-page-content .team-cta .button-container {
  position: relative;
}
.picks-page-content .team-cta button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F48120;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
.picks-page-content .team-cta button.secondary {
  display: none;
  background-color: #109A4E;
  z-index: 2;
}
@media (min-width: 1199px) {
  .capper-picks-container .search-form-container.search-for-expert {
    margin-top: -52px;
  }
  .capper-picks-container .search-form-container select.search-input {
    width: 316px;
    min-width: 180px;
  }
}
@media (min-width: 768px) {
  .other-picks-card {
    grid-template-columns: 1fr 1fr;
  }
  .picks-page-content .other-picks-card .subscription-picks-container .button-content-container .cart-buttons-container {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-content .pro-card {
    flex-direction: row;
  }
  .capper-picks-container .search-form-container select.search-input {
    max-width: 162px;
  }
}
@media (max-width: 768px) {
  .picks-page-content .team-cta {
    float: none;
    padding-left: 0;
    margin: auto;
    width: 420px;
    height: 200px;
  }
  .picks-page-content .team-cta .option_item {
    display: block;
    position: relative;
    width: 130px;
    height: 120px;
    margin: 3px;
  }
  .picks-page-content .team-cta .headshot-image {
    margin: -32px 0 0 4px;
  }
}
@media (max-width: 480px) {
  .picks-page-content .tab-content .pro-card {
    flex-direction: row !important;
  }
  .picks-page-content .team-cta {
    width: 100%;
  }
  .picks-page-content .team-cta .option_item {
    width: 31%;
    height: 120px;
    margin: 3px;
  }
  .picks-page-content .team-cta .option_item .option_inner {
    padding: 0;
  }
  .picks-page-content .team-cta .headshot-container {
    margin: 40px 0 0 18% !important;
  }
  .picks-page-content .team-cta .headshot-image {
    width: 100% !important;
    max-width: 65px !important;
  }
  .picks-page-content .team-cta .pro-name {
    margin-top: 80px;
  }
}

/* odds Page */
.odds-page-ads {
  margin: 10px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.odds-page-ads a {
  text-decoration: none;
  color: #1a0dab;
}
.odds-page-ads p {
  margin-bottom: 0;
}
.page-odds {
  line-height: normal;
}
.page-odds .tooltip {
  all: inherit;
}

/* specials Page */
.specials-page-content .sticky-nav-pill-wrapper {
  z-index: 12; /* Ensure that sticky tab nav floats above everything else */
}
.specials-page-content .sticky-in-page-search-container-wrapper {
  top: 65px;
  padding-top: 5px;
  margin-top: -5px;
}
.special-expiration {
  color: #85b8ff;
}
.specials-page-content .pro-image-container {
  border-radius: 15px 15px 0 0;
}
.specials-page-content .single-pro-content {
  border-radius: 0 0 15px 15px;
}
.specials-page-content .capper-select {
  border: 1px solid #2B2E34;
  background-color: #101113;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  color: #fff;
  line-height: inherit;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .specials-page-content .pro-image-container {
    border-radius: 15px 0 0 15px;
  }
  .specials-page-content .single-pro-content {
    border-radius: 0 15px 15px 0;
  }
}

/* signup Page */
.signup-page-content input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]),
.signup-page-content select {
  border: 1px solid #2B2E34;
  background-color: #101113;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  height: auto;
  color: #fff;
  line-height: inherit;
}
.signup-page-content .signup-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 20px;
  border-radius: 100px;
  text-transform: uppercase;
}
.signup-page-content #signup-form .d-grid {
  grid-template-columns: 1fr 1fr;
}
.signup-page-content .fine-print {
  font-weight: 100;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .signup-page-content #signup-form .d-grid {
    grid-template-columns: 1fr;
  }
}

/* checkout Page */
.checkout-page-content .login-button-div {
  display: flex;
  justify-content: center;
}
.checkout-page-content .login-button {
  border: 2px solid #F48120;
  color: #F48120;
  padding: 5px 50px;
  border-radius: 100px;
}
.checkout-page-content .login-button:hover {
  border: 2px solid grey;
  color: white;
}
.checkout-page-content input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]),
.checkout-page-content select {
  border: 1px solid #2B2E34;
  background-color: #101113;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  height: auto;
  color: #fff;
  line-height: inherit;
}
.checkout-page-content .input-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.checkout-page-content .lead-source-other-container {
  display: none;
}
.checkout-page-content .shopping-cart .product {
  font-size: 13px;
  display: grid;
  grid-template-columns: 5fr 1fr;
}
.checkout-page-content .shopping-cart .price {
}
.checkout-page-content .shopping-cart .remove-icon {
  text-align: right;
  margin-right: 10px;
}
.checkout-page-content .shopping-cart select,
.checkout-page-content .shopping-cart input {
  font-size: 14px;
  padding-left: 0.5rem;
}

.checkout-page-content .shopping-cart .upgrade-product {
  font-size: 13px;
}

.checkout-page-content .shopping-cart .upgrade-product .active-cta{
  font-size: 13px;
}

.checkout-page-content .coupon-code {
  width: calc(100% - 100px - 0.25rem) !important;
}
.checkout-page-content .edit-address-button,
.checkout-page-content .new-card-button {
  border: 2px solid grey;
  background-color: transparent;
  color: white;
  padding: 5px 50px;
  border-radius: 100px;
  font-size: 13px;
}
.checkout-page-content .add-coupon-button,
.checkout-page-content .checkout-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 20px;
  border-radius: 100px;
  text-transform: uppercase;
}
.checkout-page-content .add-coupon-button.dirty:hover,
.checkout-page-content .checkout-button:hover {
  color: #F48120;
  background-color: transparent;
}
.checkout-page-content .checkout-button.disabled,
.checkout-page-content .checkout-button.disabled:hover {
  border-color: #666666;
  background-color: #666666;
  color: #FFFFFF;
}
.checkout-page-content .add-coupon-button.dirty {
  border-color: #109A4E;
  background-color: #109A4E;
}
.checkout-page-content .add-coupon-button.dirty:hover {
  color: #109A4E;
  background-color: transparent;
}
.checkout-product-upgrade-link,
.checkout-wagerbuxx-amount,
.checkout-remove-coupon {
  color: #f48120;
}
.checkout-page-content .saved-credit-cards {
  grid-template-columns: 1fr 1fr;
}

.user-input-box.error label, .user-input-box.error a {
  /*noinspection CssUnresolvedCustomProperty*/
  //color: var(--bs-danger);
  color: #ff4a5a;
}

.user-input-box.error input:not([type="checkbox"]),
.user-input-box.error select {
  /*noinspection CssUnresolvedCustomProperty*/
  //border-color: var(--bs-danger) !important;
  border: 1px solid #ff4a5a !important;
  color: #ff4a5a;
}

@media (min-width: 768px) and (max-width: 991px) {
  .checkout-page-content .coupon-code {
    width: 100% !important;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .checkout-page-content .featured-news-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .checkout-page-content .saved-credit-cards {
    grid-template-columns: 1fr;
  }
}

/* team Page */
.team-page-content .option_item {
  display: block;
  position: relative;
  width: 185px;
  height: 175px;
  margin: 4px;
}
.team-page-content .option_item .checkbox {
  position: absolute;
  top:10px;
  left: 10px;
  width: 15px;
  height: 15px;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
}
.team-page-content input[type=checkbox]:checked{
  -webkit-appearance: checkbox;
  accent-color:  #f16c00;
}
.team-page-content .option_item .option_inner {
  width: 100%;
  height: 100%;
  background: #15171A;
  border-radius: 5px;
  text-align: center;
  padding: 58px 40px;
  cursor: pointer;
  color: #585c68;
  display: block;
  border: 2px solid transparent;
  position: relative;
}
.team-page-content .option_item .option_inner .icon {
  margin-bottom: 10px;
}
.team-page-content .option_item .checkbox:checked ~ .option_inner.picker {
  border-color: #ffffff;
}
.team-page-content .option_item .checkbox:checked ~ .option_inner.picker h4 {
  color: #F48120;
}
.team-page-content .option_item .checkbox:checked ~ .option_inner .tick-mark {
  display: block;
}
.team-page-content .headshot-image {
  width: 100px;
  height: auto;
  margin: -45px 0 10px -5px;
  border: 6px solid #32383F;
  border-radius: 50px;
  cursor: pointer;
}
.team-page-content .pro-name {
  font-family: sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
.team-page-content .selected-team-content {
  padding-top: 0.1rem;
}
.team-page-content .selection {
  background: #1E2023;
  border-radius: 18px;
  margin-top: 10px;
}
.team-page-content .selection-container {
  padding: 6px;
  align-items: center;
  position: relative;
}
.team-page-content .selection .headshot-image {
  width: 60px;
  border: 6px solid #32383F;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.team-page-content .capper-name {
  font-size: 15px;
  text-transform: uppercase;
}
.team-page-content .selection .remove-button {
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.team-page-content .term-options {
  border-style: dashed;
  border-color: rgb(255 255 255 / 30%);
  background-color: rgb(0 0 0 / 30%);
  margin-top: 20px;
}
.team-page-content .term-options .upgrade-text {
  color: #85b8ff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
.team-page-content .term-options .option {
  margin-top: 20px;
  text-align: center;
}
.team-page-content .option button {
  background-color: #F48120;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.team-page-content .option button.secondary {
  background-color: #109A4E;
}
.team-page-content .option button del {
  font-weight: bold;
}
.team-page-content .option button .price {
  border-left: 2px solid white;
  padding-left: 5px;
  margin-left: 5px;
}
@media (min-width:768px) {
  .team-page-content .selected-team {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (min-width:1200px) and (max-width:1399px) {
  .team-page-content .option_item {
    width: 176px;
    height: auto;
  }
  .team-page-content .option_item .option_inner {
    padding-bottom: 0;
  }
  .team-page-content .headshot-image {
    width: 95px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .team-page-content .option_item {
    width: 144px;
    height: auto;
  }
  .team-page-content .option_item .option_inner {
    padding-bottom: 0;
  }
  .team-page-content .term-options .upgrade-text {
    font-size: 18px;
  }
  .team-page-content .selection .headshot-image {
    width: 45px;
  }
  .team-page-content .capper-name {
    font-size: 12px;
    max-width: 70px;
  }
  .team-page-content .term-options,
  .team-page-content .term-options .option {
    margin-top: 10px;
  }
  .team-page-content .option button {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .team-page-content aside {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .team-page-content .selected-team-content {
    border-radius: 15px;
  }
  .team-page-content aside .card-header,
  .team-page-content .selected-team .headshot-image {
    display: none !important;
  }
  .team-page-content .selected-team h3 {
    text-transform: capitalize;
  }
  .team-page-content .selected-team h3::after {
    content: ":";
  }
  .team-page-content .selection {
    display: inline-block;
  }
  .team-page-content .selection-container {
    padding: 4px 15px 4px 10px;
    margin-right: 30px;
  }
  .team-page-content .selection .remove-button {
    right: -15px;
    padding-left: 8px;
  }
  .team-page-content .capper-name {
    margin-left: 0;
  }
}
@media (min-width:576px) and (max-width:767px) {
  .team-page-content .option_item {
    width: 164px;
    height: auto;
  }
  .team-page-content .option_item .option_inner {
    padding-bottom: 0;
  }
  .team-page-content .headshot-image {
    width: 88px;
  }
  .team-page-content .capper-name {
    font-size: 20px;
    font-weight: bold;
  }
}
@media (min-width:481px) and (max-width:575px) {
  .team-page-content .option_item {
    width: 31%;
    height: auto;
  }
  .team-page-content .option_item .option_inner {
    padding-bottom: 0;
  }
  .team-page-content .headshot-image {
    width: 88px;
  }
  .team-page-content .capper-name {
    font-size: 20px;
    font-weight: bold;
  }
}
@media (min-width:320px) and (max-width:480px) {
  .team-page-content .option_item {
    width: 46%;
    height: auto;
  }
  .team-page-content .option_item .option_inner {
    padding-bottom: 0;
  }
  .team-page-content .selection .headshot-image {
    width: 70px;
    height: 70px;
    margin: 0 0 0 20px;
  }
  .team-page-content .selection .headshot-image {
    width: 80px;
    height: auto;
  }
  .team-page-content .capper-name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .team-page-content .selection .remove-button {
    width: 18px;
    height: auto;
    cursor: pointer;
  }
}

/* experts Page */
@media (max-width: 991px) {
  .pro-tab-content-container {
    grid-template-columns: 1fr;
  }
}

/* Capper Profile Sidebar */
.capper-profile-sidebar .add-to-cart-button-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.capper-profile-sidebar .add-to-cart-button {
  border: 2px solid #109A4E !important;
  background-color: #109A4E !important;
  color: white;
  padding: 5px 8px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.capper-profile-sidebar .pass-header {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.capper-profile-sidebar .product-select {
  color: #fff;
  border: #F48120 2px solid;
  border-radius: 18px;
  padding: 4px 25px 4px 10px;
  font-size: 12px;
  width: 100%;
  height: 34px;
  appearance: none;
  background-color: #15171A;
  background-image: url("../images/wt2023/icons/arrow-down-icon.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
}
.capper-profile-sidebar img.select-down-arrow {
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: #686F78;
  padding: 3px;
  border-radius: 25px;
  width: 16px;
}
.capper-profile-sidebar .pass {
  margin-bottom: 2rem;
}
.capper-profile-sidebar .pass-price .product-name {
  color: #F48120;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

/* profile Page */
.profile-page-content .sticky-profile-navbar {
  top: 75px;
  z-index: 10;
}
.profile-page-content .profile-card {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: #15171A;
  border-radius: 18px;
  padding: 0;
  margin-bottom: 15px;
}
.profile-page-content .card-anchor {
  position: relative;
  top: -120px;
}
.profile-page-content .card-content {
  font-size: 13px !important;
}
.profile-page-content .card-content.messages {
  min-height: unset;
}
.profile-page-content .card-content.messages .promo-last-updated{
  font-size: 11px;
  font-style: italic;
}
.profile-page-content .profile-image {
  background-color: #1E2023;
  border-radius: 15px 0 0 15px;
  display: grid;
  align-content: center;
  width: 85%;
}
.profile-page-content .profile-image img {
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #32383F;
  border-radius: 50%;
  max-width: 85%;
}
.profile-page-content .main-heading h3 {
  color: #F48120;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.profile-page-content .featured-pick-section {
  padding: 15px 0 15px 0;
  margin-left: -20px;
  margin-right: 40px;
}
.profile-page-content .featured-pick h2 {
  font-size: 20px;
  font-weight: bold;
}
.profile-page-content .featured-pick p {
  font-size: 13px;
}
.profile-page-content .featured-pick p:last-child {
  margin-bottom: 50px;
}
.profile-page-content .featured-pick-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.profile-page-content .featured-pick-buttons button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.profile-page-content .featured-pick-buttons button.green {
  border-color: #109A4E;
  background-color: #109A4E;
}
.profile-page-content .streaks-section {
  padding: 15px 0 15px 0;
}
.profile-page-content .streaks-section-inner {
  height: 100%;
}
.profile-page-content .streaks-section-inner h3 {
  padding-left: 20px;
}
.profile-page-content .streaks {
  margin-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
.profile-page-content .streaks p {
  font-size: 13px;
  margin-bottom: 0.5rem;
}
.profile-page-content .streak-update-time {
  padding-left: 20px;
  font-size: 13px;
  font-style: italic;
}
.profile-page-content h2.promo-headline {
  color: #F48120;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.profile-page-content .add-to-cart-button-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.profile-page-content .add-to-cart-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 8px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.profile-page-content .add-to-cart-button.green {
  border-color: #109A4E;
  background-color: #109A4E;
}
.profile-page-content .iframe-sizing {
  width: 100%;
  aspect-ratio: 16/9;
}
.profile-page-content .free-pick-table-heading-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  color: #F48120;
  font-size: 16px;
  font-weight: bold;
}
.profile-page-content .free-pick-table-heading-container div {
  margin: 10px 10px 15px 10px;
}
.profile-page-content .free-pick-table-content-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  color: white;
  font-size: 15px;
  font-weight: normal;
  background-color: #101113;
  padding: 10px 15px;
  border: 1px solid #2B2E34;
  border-radius: 10px;
}
.profile-page-content .free-pick-table-content-container p {
  margin: 0 !important;
}
.profile-page-content .free-pick-writeup {
  font-size: 13px;
}
.profile-page-content .free-pick-writeup .free-pick-play {
  font-size: 16px;
}
.profile-page-content .last-20-table-container {
  margin-bottom: 15px;
}
.profile-page-content .last-20-table-heading-container {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr 1fr;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.profile-page-content .last-20-table-heading-container div {
  margin: 10px 10px 15px 10px;
}
.profile-page-content .last-20-table-content-container {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr 1fr;
  color: white;
  font-size: 15px;
  font-weight: normal;
  background-color: #101113;
  padding: 10px 15px;
  border: 1px solid #2B2E34;
  border-radius: 10px;
}
.profile-page-content .last-20-table-content-container .date {
  color: #F48120;
}
.profile-page-content .last-20-table-content-container .sport {
  color: #85b8ff;
}
.profile-page-content .last-20-table-content-container .play a {
  color: #F48120;
  text-decoration: none;
}
.profile-page-content .last-20-table-content-container .result {
  margin-left: 20px;
}
.profile-page-content .view-all-experts-link {
  color: #F48120;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.profile-page-content .view-all-experts-link:hover {
  color: white;
}
@media (min-width:992px) {
  .profile-page-content main .add-to-cart-button-container {
    grid-template-columns: 1fr 1fr;
  }
  .profile-page-content .streaks-section-inner {
    border-left: 2px solid #9898A3;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .profile-page-content .profile-card {
    grid-template-columns: 1fr 2fr 2fr;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .profile-page-content .profile-card {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #15171A;
    border-radius: 18px;
    padding: 0;
  }
  .profile-page-content .profile-image {
    background-color: #1E2023;
    border-radius: 15px 15px 0 0;
    display: grid;
    align-content: center;
    width: 100%;
  }
  .profile-page-content .profile-image img {
    border: 6px solid #32383F;
    border-radius: 50%;
    width: 150px !important;
    height: auto;
    margin: 10px auto;
  }
  .profile-page-content .featured-pick-section {
    padding: 15px 0 15px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .profile-page-content .featured-pick p {
    font-size: 15px;
  }
  .profile-page-content .featured-pick p:last-child {
    margin-bottom: 30px;
  }
  .profile-page-content .streaks-section {
    padding: 0;
  }
  .profile-page-content .streaks {
    margin-bottom: 30px;
  }
}
@media (min-width:576px) and (max-width:767px) {
  .profile-page-content .sticky-profile-navbar {
    top: 70px;
  }
  .profile-page-content .profile-card {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #15171A;
    border-radius: 18px;
    padding: 0;
  }
  .profile-page-content .profile-image {
    background-color: #1E2023;
    border-radius: 15px 15px 0 0;
    display: grid;
    align-content: center;
    width: 100%;
  }
  .profile-page-content .profile-image img {
    border: 6px solid #32383F;
    border-radius: 50%;
    width: 150px !important;
    height: auto;
    margin: 10px auto;
  }
  .profile-page-content .featured-pick-section {
    padding: 15px 0 15px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .profile-page-content .featured-pick p {
    font-size: 15px;
  }
  .profile-page-content .featured-pick p:last-child {
    margin-bottom: 30px;
  }
  .profile-page-content .featured-pick-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .profile-page-content .streaks-section {
    padding: 0;
  }
}
@media (min-width:481px) and (max-width:575px) {
  .profile-page-content .sticky-profile-navbar {
    top: 70px;
  }
  .profile-page-content .profile-card {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #15171A;
    border-radius: 18px;
    padding: 0;
  }
  .profile-page-content .profile-image {
    background-color: #1E2023;
    border-radius: 15px 15px 0 0;
    display: grid;
    align-content: center;
    width: 100%;
  }
  .profile-page-content .featured-pick-section {
    padding: 15px 0 15px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .profile-page-content .featured-pick p {
    font-size: 15px;
  }
  .profile-page-content .featured-pick p:last-child {
    margin-bottom: 30px;
  }
  .profile-page-content .featured-pick-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .profile-page-content .streaks-section {
    padding: 0;
  }
}
@media (min-width:320px) and (max-width:480px) {
  .profile-page-content .sticky-profile-navbar {
    top: 70px;
  }
  .profile-page-content .profile-card {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #15171a00;
    border-radius: 18px;
    padding: 0;
  }
  .profile-page-content .profile-image {
    background-color: #1E2023;
    border-radius: 15px 15px 0 0;
    display: grid;
    align-content: center;
    width: 100%;
  }
  .profile-page-content .profile-image img {
    border: 6px solid #32383F;
    border-radius: 50%;
    width: 150px !important;
    height: auto;
    margin: 10px auto;
  }
  .profile-page-content .featured-pick-section {
    padding: 15px 15px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .profile-page-content .featured-pick p {
    font-size: 15px;
  }
  .profile-page-content .featured-pick p:last-child {
    margin-bottom: 20px;
  }
  .profile-page-content .featured-pick-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .profile-page-content .streaks-section {
    padding: 15px 0 15px 0;
    border-radius: 0 0 15px 15px;
  }
  .profile-page-content .free-pick-table-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .profile-page-content .free-pick-table-heading-container {
    display: grid;
    grid-template-columns: 1fr;
    color: #F48120;
    font-size: 16px;
    font-weight: bold;
  }
  .profile-page-content .free-pick-table-content-container {
    display: grid;
    grid-template-columns: 1fr;
    color: white;
    font-size: 15px;
    font-weight: normal;
    background-color: #101113;
    padding: 5px 20px 15px;
    border: 1px solid #2B2E34;
    border-radius: 10px;
  }
  .profile-page-content .free-pick-table-content-container div:nth-child(2) {
    padding-top: 30px;
  }
  .profile-page-content .free-pick-table-content-container div:nth-child(3) {
    padding-top: 10px;
  }
  .profile-page-content .last-20-table-heading-container {
    display: none;
  }
  .profile-page-content .last-20-table-content-container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .profile-page-content .last-20-table-content-container .date {
    padding-bottom: 10px;
  }
  .profile-page-content .last-20-table-content-container .sport {
    padding-bottom: 10px;
  }
  .profile-page-content .last-20-table-content-container .play {
    padding-bottom: 10px;
  }
  .profile-page-content .last-20-table-content-container .result {
    padding-bottom: 0;
  }
  .profile-page-content .last-20-table-content-container .date:before,
  .profile-page-content .last-20-table-content-container .sport:before,
  .profile-page-content .last-20-table-content-container .play:before,
  .profile-page-content .last-20-table-content-container .result:before {
    content: attr(data-title) ": ";
    color: #ffffffab;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    height: auto;
    z-index: 10;
  }
}

/* item-detail Page */
.item-detail-page-content .capper-heading {
  background-color: #1E2023;
  border-radius: 15px 15px 0 0;
  padding: 10px 20px;
}
.item-detail-page-content .capper-heading img.headshot {
  border: 4px solid #333;
  border-radius: 50%;
  width: 90px;
  margin-right: 14px;
}
.item-detail-page-content .item-title {
  color: #85b8ff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.item-detail-page-content .capper-heading .capper-name a {
  color: #F48120;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.item-detail-page-content .profile-image {
  background-color: #1E2023;
  border-radius: 15px 0 0 15px;
  display: grid;
  align-content: center;
  width: 85%;
}
.item-detail-page-content .profile-image img {
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #32383F;
  border-radius: 50%;
}
.item-detail-page-content .plays-content-wrapper {
  padding: 0 20px 15px;
  background-color: #15171a;
  border-radius: 0 0 15px 15px;
}
.item-detail-page-content .add-to-cart-button-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.item-detail-page-content .add-to-cart-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 8px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.item-detail-page-content .add-to-cart-button.green {
  border-color: #109A4E;
  background-color: #109A4E;
}
@media (min-width: 992px) {
  .item-detail-page-content main .add-to-cart-button-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* plays-detail Page */
.plays-detail-page-content .capper-heading {
  background-color: #1E2023;
  border-radius: 15px 15px 0 0;
  padding: 10px 20px;
}
.plays-detail-page-content .capper-heading img.headshot {
  border: 4px solid #333;
  border-radius: 50%;
  width: 90px;
  margin-right: 14px;
}
.plays-detail-page-content .item-title {
  color: #85b8ff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.plays-detail-page-content .capper-heading .capper-name a {
  color: #F48120;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.plays-detail-page-content .profile-image {
  background-color: #1E2023;
  border-radius: 15px 0 0 15px;
  display: grid;
  align-content: center;
  width: 85%;
}
.plays-detail-page-content .profile-image img {
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #32383F;
  border-radius: 50%;
}
.plays-detail-page-content .plays-content-wrapper {
  padding: 0 20px 15px;
  background-color: #15171a;
  border-radius: 0 0 15px 15px;
}
.plays-detail-page-content .header {
  color: #F48120;
  font-weight: bold;
}
.plays-detail-page-content .play-details {
  display: grid;
  grid-template-columns: 1fr 4fr;
  row-gap: 0.25rem;
}
.plays-detail-page-content .back-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 30px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .plays-detail-page-content .play-details {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 991px) {
  .plays-detail-page-content .play-details {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .plays-detail-page-content .play-details {
    grid-template-columns: 1fr 2fr;
  }
}

/* yesterdays-plays Page */
.yesterdays-plays-page-content .capper-heading {
  background-color: #1E2023;
  border-radius: 15px 15px 0 0;
  padding: 10px 20px;
}
.yesterdays-plays-page-content .capper-heading img.headshot {
  border: 4px solid #333;
  border-radius: 50%;
  width: 90px;
  margin-right: 14px;
}
.yesterdays-plays-page-content .capper-heading .capper-name a {
  color: #F48120;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.yesterdays-plays-page-content .result-summary {
  margin-left: auto;
  font-size: 14px;
  color: #85b8ff;
  font-weight: bold;
}
.yesterdays-plays-page-content .plays-content-wrapper {
  padding: 15px 20px;
  background-color: #15171a;
  border-radius: 0 0 15px 15px;
}
.yesterdays-plays-page-content .plays-content-wrapper li {
  border-bottom: 1px solid #c4c4c45e;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yesterdays-plays-page-content .plays-content-wrapper li:last-child {
  border-bottom: 0;
}
@media (min-width:320px) and (max-width:480px) {
  .yesterdays-plays-page-content .capper-heading {
    flex-wrap: wrap;
  }
  .yesterdays-plays-page-content .capper-heading .capper-name {
    flex: 1 0 58%;
  }
  .yesterdays-plays-page-content .plays-content-wrapper li {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* members-downloads Page */
.members-downloads-page-content .downloads-list .download {
  display: grid;
  grid-template-columns: 1fr 3fr;
  color: #F48120;
  padding: 1rem 0;
}
.members-downloads-page-content .downloads-list .download:not(:first-child) {
  border-top: 1px dashed #666666;
}

/* members-wagerrewards Page */
#transaction-processing-overlay {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}

/* contact Page */
.contact-page-content .contact-card {
  background-color: #15171A;
  border-radius: 18px;
  padding: 20px 30px;
}
.contact-page-content .contact-card .addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.contact-page-content .contact-card .addresses div:nth-child(1){
  margin-bottom: 30px;
}
.contact-page-content .addresses .listing p {
  margin-bottom: 0;
  font-size: 15px;
}
.contact-page-content .addresses .listing a {
  color: #F48120;
}
.contact-page-content h4 {
  font-size: 16px;
  font-weight: bold;
  height: 24px;
}
.contact-page-content .fbfpoptitle {
  display: none;
}
.contact-page-content .zsfeedbkrpanel {
  background-color: #15171A;
  border: none;
  max-width: none;
}
.contact-page-content #advwebForm {
  background-color: inherit;
  font-family: inherit;
  max-width: none;
  padding: unset;
}
.contact-page-content input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]),
.contact-page-content textarea {
  color: #fff !important;
  background-color: #101113 !important;
  border: 1px solid #2B2E34 !important;
  border-radius: 25px !important;
  padding: 4px 30px;
  font-size: 12px;
  height: 34px;
  margin-top: 0.5rem;
}
.contact-page-content textarea {
  height: initial;
}
.contact-page-content .zsfdwordveribdr {
  border: none !important;
}
.contact-page-content #advwebForm #captchaDiv {
  border: 0 !important;
  margin-top: 0 !important;
}
.contact-page-content .FBWordVerify {
  margin-top: 23px !important;
}
.contact-page-content #zsfeedbackwidgetdiv .dt-blue-btn, #zsfeedbackwidgetdiv .blue-btn {
  background: #F48120;
  border: 1px solid #F48120;
}
@media (min-width:992px) {
  .contact-page-content .contact-card .addresses {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .contact-page-content .contact-card .addresses div:nth-child(1){
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page-content .FBWordVerify input[type="text"] {
    width: 238px !important;
  }
}
@media (max-width: 991px) {
  .contact-page-content .mt15 {
    margin-top: 0 !important;
  }
  .contact-page-content .WF_NameEmailDiv {
    display: block !important;
  }
  .contact-page-content .WF_NameEmailDiv input[type="text"],
  .contact-page-content .FBWordVerify input[type="text"] {
    width: 100% !important;
  }
  .contact-page-content .WF_NameEmailDiv .ml15 {
    margin-left: 0;
  }
  .contact-page-content .FBWordVerify {
    margin-left: 0;
    width: 100% !important;
  }
}

/* members-subscriptions Page */
.members-subscriptions-page-content main .service {
  display: flex;
  width: 100%;
}
.members-subscriptions-page-content main .service .description {
  font-weight: bold;
  width: 50%;
}
.members-subscriptions-page-content main .service .expiration {
  width: 40%;
}
@media (min-width:1200px) {
  .members-subscriptions-page-content main .service .description {
    width: 40%;
  }
}

/* power-pass Page */
.power-pass-page-content .power-pass-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 3rem;
}
.power-pass-page-content .power-pass-buttons .power-pass-detail-price {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 8px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.power-pass-page-content .power-pass-buttons .power-pass-detail-price.green {
  border-color: #109A4E;
  background-color: #109A4E;
}
@media (max-width: 1199px) {
  .power-pass-page-content .power-pass-buttons {
    grid-template-columns: 1fr;
  }
}

/* wagerbuxx Page */
.wagerbuxx-page-content .wagerbuxx-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 3rem;
}
.wagerbuxx-page-content .wagerbuxx-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white !important;
  padding: 5px 8px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.wagerbuxx-page-content .wagerbuxx-button.featured {
  border-color: #109A4E;
  background-color: #109A4E;
}
.wagerbuxx-page-content .wagerbuxx-button .featured-text {
  font-size: 15px;
  text-transform: uppercase;
}
.wagerbuxx-page-content .wagerbuxx-button .price {
  font-size: 18px;
}
.wagerbuxx-page-content .wagerbuxx-button .bonus-text {
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
.wagerbuxx-page-content .bitcoin-header {
  color: #F48120;
}
.wagerbuxx-page-content .latest-news-section a,
.wagerbuxx-page-content .latest-news-section a:visited {
  color: #F48120;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .wagerbuxx-page-content .wagerbuxx-buttons {
    grid-template-columns: 1fr;
  }
}

/* members-plays-record Page */
.members-plays-record-page-content .filters {
  background-color: #15171A;
  padding: 20px 50px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 12px;
}
.members-plays-record-page-content .filters select {
  padding: 6px 15px;
  border: 1px solid #2B2E34;
  border-radius: 10px;
  color: #fff;
  min-width: 250px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #101113 url(../images/wt2023/icons/arrow-down-icon.png) no-repeat 95% 50%;
}
.members-plays-record-page-content .filters select:focus-visible {
  outline: none;
  background-color: #202327;
}
.members-plays-record-page-content .filters a.btn.clear-cta {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #686F78;
  min-width: 150px;
  border-radius: 20px;
  font-size: 14px;
}
.members-plays-record-page-content .filters span.updated-date {
  margin-left: auto;
  font-size: 12px;
}
.members-plays-record-page-content .filter label {
  margin-bottom: 5px;
  color: #F48120;
  font-size: 16px;
  font-weight: bold;
}
.members-plays-record-page-content .filters .legend {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-top: 30px;
}
.members-plays-record-page-content .filters .legend > div {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 3px;
}
.members-plays-record-page-content .filters .legend img,
.members-plays-record-page-content .result img {
  height: 20px;
}
.members-plays-record-page-content .result img {
  margin-top: 3px;
}
.members-plays-record-page-content .filters .legend p,
.members-plays-record-page-content .result p {
  display: contents;
  font-size: 14px;
}
.members-plays-record-page-content .date h3 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
}
.members-plays-record-page-content .date .results {
  padding: 0 10px;
}
.members-plays-record-page-content .date .result {
  display: flex;
  align-items: start;
  text-align: left;
  gap: 10px;
}
.members-plays-record-page-content .date.summary {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .members-plays-record-page-content .filters {
    grid-template-columns: 1fr 1fr;
  }
  .members-plays-record-page-content .filters .legend {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .members-plays-record-page-content .filters {
    grid-template-columns: 1fr;
  }
  .members-plays-record-page-content .filter {
    display: flex;
  }
  .members-plays-record-page-content .filters .legend {
    margin-top: auto;
  }
}
@media (max-width:575px) {
  .members-plays-record-page-content .filters {
    grid-template-columns: 1fr;
  }
  .members-plays-record-page-content .filter {
    display: flex;
  }
}
@media (min-width:576px) and (max-width:767px) {
  .members-plays-record-page-content .filters select {
    min-width: 190px;
  }
}
@media (min-width:320px) and (max-width:480px) {
  .members-plays-record-page-content .filters {
    padding: 20px 30px;
    display: grid;
  }
  .members-plays-record-page-content .filters .legend {
    margin-right: auto;
    margin-top: 5px;
  }
  .members-plays-record-page-content .date .result {
    text-align: left;
  }
}

/* members-plays Page */
.members-plays-page-content .capper-passes .capper {
  font-weight: bold;
  text-transform: uppercase;
  width: 45%;
}
.members-plays-page-content .capper-passes .description {
  width: 50%;
}
.members-plays-page-content .content-header {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 10px;
}
.members-plays-page-content .content-header h2 {
  margin-top: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.members-plays-page-content #play-sort-select {
  border: none #757575;
  border-radius: 25px;
  padding: 4px 60px 4px 10px;
  font-size: 12px;
  height: 34px;
  width: 100%;
  background-color: #101113 !important;
  color: #EBEBEB;
  min-width: 180px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/wt2023/icons/arrow-down-icon.png) no-repeat 95% 50% / 18px;
}
.members-plays-page-content .secondary-group-header h4 {
  font-size: 20px;
  font-weight: bold;
  color: #F48120;
  text-transform: uppercase;
}
.members-plays-page-content .play.purchased {
  background-color: #333333;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
.members-plays-page-content .play.not-purchased.with-border:not(:last-child) {
  border-bottom: 1px dashed #666666;
}
.members-plays-page-content .headline h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.members-plays-page-content .play.purchased .headline h5 {
  margin-top: 0.25rem;
}
.members-plays-page-content .headline h5:not(:has(.play-title)) {
  color: #85b8ff;
}
.members-plays-page-content .headline h5 .play-title {
  color: #85b8ff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.members-plays-page-content .play .play-fields {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.members-plays-page-content .play-fields,
.members-plays-page-content .play-details {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
}
.members-plays-page-content .play-fields .play-field {
  font-weight: bold;
}
.members-plays-page-content .play-fields a {
  color: #F48120;
  text-decoration: none;
}
.members-plays-page-content .play .date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 100;
}
.members-plays-page-content .fine-print {
  font-weight: 100;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .members-plays-page-content .capper-passes .capper {
    width: 30%;
  }
  .members-plays-page-content .capper-passes .description {
    width: 65%;
  }
  .members-plays-page-content .play .play-fields {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 992px) {
  .members-plays-page-content .content-header {
    grid-template-columns: 1fr 1fr;
  }
  .members-plays-page-content .sort-container {
    text-align: right;
  }
  .members-plays-page-content #play-sort-select {
    padding-left: 30px;
  }
}
@media (min-width:320px) and (max-width:480px) {
  .members-plays-page-content .content-header {
    grid-template-columns: 1fr;
  }
}

/* flex-picks Page */
.flex-picks-page-content .upcoming-capper-plays .date-header {
  text-transform: uppercase;
  font-weight: bold;
}
.flex-picks-page-content select,
.flex-picks-page-content .upcoming-capper-plays button {
  border: 1px solid #2B2E34;
  background-color: #555555;
  color: #999999;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  line-height: inherit;
}
.flex-picks-page-content select {
  margin-bottom: 0.5rem;
  max-width: 600px;
  padding-right: 30px;
  width: 100%;
}
.flex-picks-page-content select.selection-made {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #f48120;
  color: #fff;
}
.flex-picks-page-content select.selectable {
  background-color: #101113;
  color: #fff;
}
.flex-picks-page-content select.mutable {
  background-color: #109A4E;
  color: #fff;
}
.flex-picks-page-content .upcoming-capper-plays button.btn-cancel-token {
  background-color: #AAAAAA;
  color: #333333;
}
.flex-picks-page-content .upcoming-capper-plays button.btn-finalize-token {
  background-color: #f48120;
  color: #fff;
}

/* members-credit-cards Page */
.members-credit-cards-page-content .credit-card {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.members-credit-cards-page-content .credit-card.is-default {
  background-color: #333333;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
.members-credit-cards-page-content .credit-card:not(.is-default):not(:last-child) {
  border-bottom: 1px dashed #666666;
}

.members-credit-cards-page-content .credit-card .grid-5-col > *:nth-child(even) {
  grid-column: span 4;
}
.members-credit-cards-page-content .credit-card label {
  font-weight: bold;
}
.members-credit-cards-page-content input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]),
.members-credit-cards-page-content select {
  border: 1px solid #2B2E34;
  background-color: #101113;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  height: auto;
  color: #fff;
  line-height: inherit;
}
.members-credit-cards-page-content select,
.members-credit-cards-page-content label:has(select){
  width: auto;
}
.members-credit-cards-page-content input[type="submit"],
.members-credit-cards-page-content .delete-card-button {
  border: 2px solid #F48120;
  background-color: #F48120;
  color: white;
  padding: 5px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  margin-right: 1rem;
}
.members-credit-cards-page-content input:not([type^="checkbox"]):not([type^="radio"]):not([type^="submit"]):not([type^="button"]),
.members-credit-cards-page-content select {
  border: 1px solid #2B2E34;
  background-color: #101113;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  height: auto;
  color: #fff;
  line-height: inherit;
}
.members-credit-cards-page-content .input-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.members-credit-cards-page-content .details .button-container {
  grid-template-columns: 1fr 1fr;
}
.members-credit-cards-page-content .edit-address-button,
.members-credit-cards-page-content .new-card-button {
  border: 2px solid grey;
  background-color: transparent;
  color: white;
  padding: 5px 50px;
  border-radius: 100px;
  font-size: 15px;
}
.new-card-section {
  display: none;
}

@media (max-width: 1199px) {
  .members-credit-cards-page-content .details .button-container {
    grid-template-columns: 1fr;
  }
  .members-credit-cards-page-content .details .button-container button {
    margin-top: 0.5rem;
  }
}

/* members-update-account-info Page */
.members-update-account-info-page-content .membership-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.members-update-account-info-page-content .membership-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.members-update-account-info-page-content .membership-field-container p {
  font-size: 15px;
  height: 26px;
  margin-bottom: 5px;
}
.members-update-account-info-page-content .membership-field-container p:first-child {
  font-weight: bold;
}
.members-update-account-info-page-content .input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.members-update-account-info-page-content label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.members-update-account-info-page-content input:not([type="checkbox"]),
.members-update-account-info-page-content select {
  border: 1px solid #2B2E34 !important;
  background-color: #101113 !important;
  padding: 5px 30px 5px 15px !important;
  border-radius: 5px !important;
  width: 100% !important;
  min-height: 38px !important;
  font-size: 16px !important;
}

.members-update-account-info-page-content .delivery-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
.members-update-account-info-page-content .button {
  border: 1px solid #F48120;
  background-color: #F48120;
  border-radius: 25px;
  padding: 5px 100px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-top: 33px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .what-pros-say-section .design-heading .pros-subheader {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width:320px) and (max-width:480px) {
  .members-update-account-info-page-content .membership-fields {
    grid-template-columns: 1fr;
  }
  .members-update-account-info-page-content .input-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* members-messages Page */
.members-messages-page-content a.new-message-form-toggle {
  color: #F48120;
  text-decoration: none;
}
.members-messages-page-content .btn {
  border: 1px solid #F48120;
  background-color: #F48120;
  border-radius: 25px;
  padding: 5px 100px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.members-messages-page-content .input-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.members-messages-page-content .input-row :nth-child(2) {
  grid-column: span 4;
}
.members-messages-page-content label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.members-messages-page-content input:not([type="checkbox"]):not([type="submit"]),
.members-messages-page-content select,
.members-messages-page-content textarea {
  border: 1px solid #2B2E34 !important;
  background-color: #101113 !important;
  padding: 5px 30px 5px 15px !important;
  border-radius: 5px !important;
  width: 100% !important;
  min-height: 38px !important;
  font-size: 16px !important;
}
.members-messages-page-content textarea {
  height: 80px;
}
.members-messages-page-content .thread .card-header img {
  width: 18px;
  height: 17px;
}
.members-messages-page-content .thread-message {
  border-bottom: 2px dashed #c1c1c1;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 1.5em 0.5em 1.5em 0.5em;
}
.members-messages-page-content .thread-message.unread {
  /*transition: background-color 3s ease-in 8s;*/
  background-color: #333333;
  animation: 1s ease-in 8s 1 normal forwards running markRead;
}
.members-messages-page-content .thread-message.mark-unread {
  animation: 1s ease-in 0s 1 normal backwards running markRead;
}
@keyframes markRead {
  from {background-color: #333333}
  to {background-color: inherit}
}
.members-messages-page-content .thread-message.read .unread-star {
  opacity: 0;
}
.members-messages-page-content .thread-message.unread .unread-star {
  opacity: 1;
  animation: 1s ease-in 8s 1 normal forwards running starRead;
}
.members-messages-page-content .thread-message.mark-unread .unread-star {
  animation: 1s ease-in 8s 1 normal backwards running starRead;
}
@keyframes starRead {
  from {opacity: 1}
  to {opacity: 0}
}
.members-messages-page-content .thread-message:last-child {
  border-bottom: 0;
}
.members-messages-page-content .message-header {
  font-size: 16px;
}
.members-messages-page-content .thread-message .btn {
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 12px;
}
.members-messages-page-content .thread-button-container .btn {
  border-color: #109A4E;
  background-color: #109A4E;
}
.members-messages-page-content .thread-button-container .btn.disabled {
  border-color: #666666;
  background-color: #666666;
}
@media (max-width:991px) {
  .members-messages-page-content label[for="data_to"] {
    display: none;
  }
  .members-messages-page-content .input-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
  }
  .members-messages-page-content .input-row :nth-child(2) {
    grid-column: span 1;
  }
}

/* exclusive-offers Page */
.exclusive-offers-page-content h1 {
  color: #686F78;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  position: relative;
  top: 0.25rem;
  text-transform: uppercase;
}
.exclusive-offers-page-content h2.pros-header {
  font-weight: bold;
  text-transform: uppercase;
}
.exclusive-offers-page-content h2.pros-header .highlight-text {
  color: #F48120;
}
.exclusive-offers-page-content h2.pros-header a {
  text-decoration: none;
}
.exclusive-offers-page-content main img {
  width: 100%;
}
@media (min-width: 1400px) {
  .exclusive-offers-page-content main img {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .exclusive-offers-page-content h1 {
    display: inline-block;
  }
  .snap-to-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .exclusive-offers-page-content h1 {
    font-size: 40px;
    top: 0.25rem;
  }
}
@media (min-width: 992px) {
  .exclusive-offers-page-content .wt-logo {
    height: 100px;
  }
  .exclusive-offers-page-content h1 {
    font-size: 60px;
  }
}

/* goldsheet and children pages */
.goldsheet-page-content .goldsheet-view-toggles .nav-link {
  background-color: #109A4E;
  font-size: 14px;
}
.goldsheet-page-content .profile-page-content .profile-card {
  grid-template-columns: 1fr 2fr 2fr;
}
.goldsheet-page-content h2 .highlight-text {
  color: #686F78;
}
.goldsheet-page-content .product-category-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.goldsheet-page-content .profile-page-content .featured-pick-section {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .goldsheet-page-content .latest-news-section .latest-news-wrapper img {
    width: 100%;
  }

  .goldsheet-page-content .featured-news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goldsheet-page-content .profile-page-content .last-20-table-content-container {
    display: block;
    position: relative;
  }
  .goldsheet-page-content .profile-page-content .last-20-table-content-container .date,
  .goldsheet-page-content .profile-page-content .last-20-table-content-container .sport {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .goldsheet-page-content .profile-page-content .last-20-table-content-container .result {
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .goldsheet-page-content .profile-page-content .last-20-table-content-container .result {
    font-weight: bold;
  }
}
@media (max-width: 1199px) {
  .goldsheet-page-content .profile-page-content .profile-card {
    grid-template-columns: 1fr;
  }
  .goldsheet-page-content .profile-page-content .profile-card {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #15171A;
    border-radius: 18px;
    padding: 0;
  }
  .goldsheet-page-content .profile-page-content .profile-image {
    background-color: #1E2023;
    border-radius: 15px 15px 0 0;
    display: grid;
    align-content: center;
    width: 100%;
  }
  .goldsheet-page-content .profile-page-content .profile-image img {
    border: 6px solid #32383F;
    border-radius: 50%;
    width: 150px !important;
    height: auto;
    margin: 10px auto;
  }
  .goldsheet-page-content .profile-page-content .featured-pick-section {
    padding: 15px 0 15px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .goldsheet-page-content .profile-page-content .featured-pick p {
    font-size: 15px;
  }
  .goldsheet-page-content .profile-page-content .featured-pick p:last-child {
    margin-bottom: 30px;
  }
  .profile-page-content .streaks-section {
    padding: 0;
  }
  .goldsheet-page-content .profile-page-content .streaks {
    margin-bottom: 30px;
  }
  .goldsheet-page-content .profile-page-content .streaks-section-inner {
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goldsheet-page-content .product-category-header {
    font-size: 14px;
  }
  .goldsheet-page-content .latest-news-section .goldsheet-logo {
    width: 100%;
  }
}
.goldsheet-page-content .product-box {
  border-bottom: 2px #FFFFFF dashed;
}
.goldsheet-page-content .btn {
  border: 1px solid #2B2E34;
  background-color: #f48120;
  color: #fff;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  line-height: inherit;
  margin-top: 6px;
}
.goldsheet-page-content .btn .fine-print {
  font-size: 11px;
}
.goldsheet-page-content .accordion-button {
  background-color: #f48120;
  color: #fff;
}
.goldsheet-page-content .accordion-body {
  background: #1E2023;
  color: #fff;
}
.goldsheet-page-content button.primary,
.goldsheet-page-content .btn.primary,
.goldsheet-page-content .issue-btn.active {
  background-color: #109A4E;
}
.goldsheet-page-content button.disabled,
.goldsheet-page-content .issue-btn.not-purchased {
  background-color: #999999;
  color: #111111;
}
.goldsheet-page-content .issue-content {
  border-top: 1px solid #999999;
  margin-top: 2rem;
  padding-top: 1rem;
}

/* odds Page */
.page-odds .page-content {
  margin-top: 0;
}
.odds-explanation h2 {
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
}
.odds-explanation {
  color: black;
}
.odds-explanation a {
  color: blue;
}

/* Articles */
article h2, h3, h4 {
  color: #F48120;
  font-weight: normal;
}
article h3 {
  font-size: 1.6rem;
}
article h4 {
  font-size: 1.3rem;
}
article .news-articles-container {
  border-radius: 15px;
}
article main iframe[src*="youtube"] {
  width: 100%;
  aspect-ratio: 16/9;
}
article .post-featured-image + .news-articles-container {
  border-radius: 0 0 15px 15px;
}
article .article-body img {
  border: 2px solid #999999;
  border-radius: 15px;
  margin-bottom: 1rem;
}
article .article-body .post-featured-image img {
  border: none;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}
article .wp-block-buttons {
  margin-bottom: 0.75rem;
}
article .wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
article .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
article .wp-block-table td, .wp-block-table td {
  padding: 6px 4px;
}
article .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
article .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
article .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
article .wp-block-table a {
  text-decoration: none;
}
article .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
article .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}

/* Futures odds table */
.futures-odds-table-container table {
  border-collapse: collapse;
  margin: 1rem auto;
  box-shadow: 0 1px 4px 0 #0000003d;
}
.futures-odds-table-container table th {
  background-color: rgba(255, 130, 11, 1);
  color: white;
  padding: 4px 6px 4px 6px !important;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-in-out;
}
.futures-odds-table-container table td, .futures-odds-table-container table th {
  border: 0.5px solid #999999;
  padding: 4px;
}
.futures-odds-table-container > table > thead > tr > th:first-child {
  text-align: left;
}
.futures-odds-table-container > table > tbody > tr > td:not(:first-child) {
  text-align: center;
}
.futures-odds-table-container table tr:nth-child(even) {
  background-color: #666666;
}
.futures-odds-table-container table tr:nth-child(odd) {
  background-color: #888888;
}
.futures-odds-table-container table tr {
  transition: 150ms ease-in-out;
}
.futures-odds-table-container table tbody tr:hover {
  background-color: #ff820d8a;
  box-shadow: inset 0 0 2px 0 #0000007a;
}
.futures-odds-table-container table .chevron {
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  width: 7px;
  height: 7px;
  transform: rotate(-315deg);
  margin: 3px;
  float: right;
  transition: 0.2s ease-in-out;
}
.futures-odds-table-container table .selected {
  background: #ff820db5;
}

/* Article Newsletter Signup CTA */
.hottest_play_area {
  margin: 2rem 0;
}
#newsletter_widget{
  width:100% !important;
  background:#eaeaea !important;
  padding: 15px;
  border-radius: 10px;
  min-width: 320px;
}
#newsletter_widget .hottest_play_third_area_content{
  border: 3px solid #ffffff !important;
  height: 100%;
  padding:15px;
}
#newsletter_widget .hottest_play_third_area_content h3{
  font-size: 25px !important;
  color: #000000 !important;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  margin-bottom: 0 !important;
  font-weight: 800 !important;
  text-align: center;
  margin-top: -19px;
  line-height: 29px;
}
#newsletter_widget .hottest_play_third_area_content h4{
  font-size: 26px !important;
  color: #2e3192 !important;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  text-align: center;
}
#newsletter_widget img {
  border: 0 !important;
}
#newsletter_widget .get-wagertalk, #newsletter_widget .get-wagertalk-line2 {
  display: inline-block !important;
  text-align: center;
  font-size: 36px !important;
  color: #000000 !important;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  margin-top: 0 !important;
  font-weight: 800 !important;
  padding: 12px;
}
#newsletter_widget .free-wagertalk  {
  display: inline-block !important;
  text-align: left;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  padding: 10px 0 0 0;
}
#newsletter_widget .free-wagertalk-line2 p {
  margin: 0;
  font-size: 13px;
}
#newsletter_widget .free-wagertalk-signup-form{
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#newsletter_widget .free-wagertalk h2.free-wagertalk-price{
  font-size:80px !important;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  color:#000000 !important;
  font-weight: 800;
}
#newsletter_widget .free-wagertalk h2{
  font-size: 29px !important;
  margin-top: -17px !important;
  margin-bottom: 0 !important;
  color: #f58220 !important;
  font-weight: 400;
}
#newsletter_widget .free-wagertalk p{
  font-size:16px !important;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  color: #f58220 !important;
  margin-top: 0 !important;
  padding:0 10px !important;
}
#newsletter_widget .get-wagertalk-img {
  vertical-align: bottom;
}
#newsletter_widget .free-wagertalk-signup-form form{
  margin-top: 8px;
}
#newsletter_widget .free-wagertalk-signup-form input[type=email]{
  width: 100% !important;
  height: 44px;
  background: #fff;
  border: none;
  padding: 9px 15px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight:600;
}
#newsletter_widget .free-wagertalk-signup-form input[type=submit],
#newsletter_widget .free-wagertalk-signup-form input[type=button]{
  background: #2e3192;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  margin-left: 0.25rem;
  padding: 10px 29px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
#newsletter_widget .free-wagertalk-signup-form .icon{
  position:relative;
}
#newsletter_widget .free-wagertalk-signup-form input[type=submit]:hover,
#newsletter_widget .free-wagertalk-signup-form input[type=button]:hover{
  background: #202223;
}
#newsletter_widget .free-wagertalk-signup-form ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000245 !important;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
  font-weight:600 !important;
}
#newsletter_widget .free-wagertalk-signup-form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000245 !important;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
  font-weight:600 !important;
}
#newsletter_widget .free-wagertalk-signup-form :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000245 !important;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
  font-weight:600 !important;
}
#newsletter_widget .free-wagertalk-signup-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000245 !important;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
  font-weight:600 !important;
}
#newsletter_widget .free-wagertalk-signup-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000245 !important;
  font-weight:600 !important;
}
#newsletter_widget .free-wagertalk-signup-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000245 !important;
  font-weight:600 !important;
}
#newsletter_widget .signup-form-text {
  text-align: center;
  font-size: 14px !important;
  color: #000000 !important;
  margin: 1rem 0 !important;
  font-weight: normal !important;
  line-height: initial !important;
}
.news-section #newsletter_widget .signup-form-text{
  font-size: 18px !important;
  color: red !important;
  font-weight: bold !important;
}
#newsletter_widget .sign-up-offer-text{
  text-align: center;
}
#newsletter_widget .sign-up-offer-text p{
  text-align: center;
  background: #dc812e;
  color: #fff !important;
  font-size: 16px !important;
  padding: 8px 10px;
  top: -32px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-weight: normal !important;
  line-height: initial !important;
}
#newsletter_widget .newsletter-signup-line2 {
  font-size: 16px !important;
  color: #111217 !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  text-align: center;
}
#newsletter_widget p.small {
  color: #111217 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}
#newsletter_widget p.small a {
  color: blue;
}
#newsletter_widget .email-form-error {
  color: red;
  font-weight: bold;
}
@media (max-width: 991px) {
  #newsletter_widget .free-wagertalk-signup-form form{
    display: block;
    margin-top: 8px;
  }
  #newsletter_widget .free-wagertalk-signup-form input[type=submit],
  #newsletter_widget .free-wagertalk-signup-form input[type=button] {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .futures-odds-table-container table {
    font-size: 12px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .futures-odds-table-container table {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .futures-odds-table-container table {
    font-size: 11px;
  }
}

/* News Section */
.news-section-content .page-header.headline a,
.news-section-content .entry-meta,
.news-section-content .entry-meta a,
.news-section-content .entry-meta a:visited {
  color: #f48120;
}
.news-section-content .entry-meta a {
  font-weight: bold;
  text-decoration: underline;
}
.news-section-content .entry-meta a:hover {
  color: #ffffff;
}
.news-section-content article a {
  color: #F48120;
  text-decoration: underline;
}
.news-section-content article a:hover {
  color: #FFF;
  text-decoration: underline;
}
.news-section-content article img,
.news-section-content article picture,
.news-section-content article .fluid-width-video-wrapper {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.news-section-content article .yarpp img,
.news-section-content article .yarpp picture {
  margin-top: 0;
  margin-bottom: 0;
}
.news-section-content h1 {
  color: #f48120 !important;
}
.news-section-content .wp-coupons-coupon-panel {
  background: #15171a !important;
}
.news-section-content .wp-coupons-nav a.wp-coupons-nav-selected,
.news-section-content .wp-coupons-nav a, body .wp-coupons-nav a:visited,
.news-section-content .wp-coupons-coupon-panel .coupon-title,
.news-section-content .wp-coupons-coupon-panel .coupon-title:visited {
  color: #f48120 !important;
}
.news-section-content .wp-coupons-coupon-panel .coupon-type,
.news-section-content .wp-coupons-coupon-panel .coupon-type:visited {
  color: #85b8ff !important;
}
.news-section-content .wp-coupons-nav a:hover,
.news-section-content .wp-coupons-coupon-panel .coupon-title:hover,
.news-section-content .wp-coupons-coupon-panel .coupon-type:hover,
.news-section-content .wp-coupons-coupon-panel a.coupon-link:hover {
  color: #FFFFFF !important;
}
.news-section-content .post-previous-link a,
.news-section-content .post-previous-link-marker,
.news-section-content .post-next-link a,
.news-section-content .post-next-link-marker {
  display: inline-block;
  font-weight: bold;
  color: #85b8ff;
}
.news-section-content #newsletter_widget .sign-up-offer-text {
  color: #555555;
}
.news-section-content .newsletter-form-container .center {
  color: #555555;
  text-align: center;
}
@media (min-width: 794px) and (max-width: 1199px) {
  .news-section-content .wp-coupons-coupon.list .coupon-panel-image-wrapper {
    float: none;
    width: auto;
  }
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .wp-coupons-expiration {
    /* min-height: 0; */
    text-align: center;
    margin-bottom: 5px;
  }
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .coupon-separator {
    display: block;
  }
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .coupon-type {
    position: static;
  }
}
@media (min-width: 1200px) {
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .coupon-title {
    white-space: normal !important;
    text-overflow: unset !important;
    max-width: 80% !important;
  }
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .coupon-type {
    top: 26px !important;
  }
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .coupon-description {
    padding-bottom: 30px;
  }
  .news-section-content .wp-coupons-coupon.list .wp-coupons-coupon-panel .coupon-description:has(+ .wp-coupons-expiration) {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-section-content .post-list-entry.has-thumb .img-contain img {
    width: 150px;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .news-section-content .post-list-entry.has-thumb .img-contain img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .news-section-content .post-list-entry.has-thumb {
    flex-direction: column;
  }
  .news-section-content .has-thumb .img-contain {
    text-align: center;
  }
  .news-section-content .post-list-entry.has-thumb .img-contain img {
    margin-bottom: 1rem;
  }
}

#back-to-top {
  position: fixed;
  bottom: 5px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #f48120;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 15px;
  font-size: 18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 150px;
  display: none;
}

@media (max-width: 767px) {
  #back-to-top {
    margin: 0;
    left: 5px;
    right: auto;
    width: 75px;
  }
}

.page-home .homepage-takeover .secondary {
  color: #85b8ff;
}

@media (max-width: 991px) {
  .page-home .homepage-takeover .banner-image {
    width: 75% !important;
  }
}

/* Alerts */

.alert-warning a {
  color: #f48120;
}

/* Popover & Modals */

#upsellModal .modal-header {
  background: #f48120;
}

#upsellModal .modal-body {
  color: #000;
}

.popover-header {
  background-color: #f48120;
}

button.tooltip-icon {
  display: inline-block;
  background: #f48120;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  padding: 0;
  border: 0;
}

/* buttons */

.btn {
  border-radius: 25px;
  color: #fff;
  font-size: 1em;
}

.btn.uppercase {
  text-transform: uppercase;
}

.btn.orange {
  background-color: #f48120;
}

.btn.green {
  border-color: #109A4E;
  background-color: #109A4E;
}

.btn.grey {
  border-color: #6c757d;
  background-color: #6c757d;
}
