html {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}
body {
  font-family: "Mulish", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, sans-serif;
}
.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.title {
  color: #43b4e4;
  padding: 1rem 0;
  text-align: center;
  margin: 1rem 0;
}
.main-content {
    padding-top: 18rem;
}
a{
  color:#343434;
  text-decoration: none;
}
button.btn a {
    color: #505050;
}
button.btn:hover a {
    color: #48C2EA;
}
button.btn:hover {
    background-color: #505050 !important;
    border-color: #505050 !important;
}
button.btn {
    background-color: #48C2EA;
}
.u-wallet h2, .u-wallet h4 {
    color: #43b4e4;
}
.u-wallet h2 {
    font-weight: bold;
}
.u-wallet ul {
    list-style: none;
}
.u-wallet-access {
    display: block;
    margin: 2em auto;
}
a:hover{
  color:#3eb5e5;
}
a.visible-link{
  color:#3eb5e5;
  text-decoration: underline;
}
a.visible-link:hover{
  color:#3eb5e5;
  text-decoration: none;
}
.icon{
  max-width: 80%;
}
.icon-text{
  margin-top: -10%;
  font-weight: bold;
}
.card{
border-radius: 0 !important;
}
.click-button {
border: 5px solid;
}
.learn-text {
padding-bottom: 10px;
font-weight: bold;
font-size: 1.3em;
}
.htp-card{
  min-height: auto;
  max-width: 150;
}
.hide-mobile{
  display: none;
}
.indent {
    margin-left: 2em;
}
/*********** Header Strikethrough*******/
h1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
h1:before, h1:after{
  content: "";
  -webkit-box-flex: 1;
  flex: 1 1;
  border-bottom: 1px solid #B8B8B8;
  margin: auto;
}
h1:before {
  margin-right: 10px
}
h1:after {
  margin-left: 10px
}
hr{
  border-bottom: 1px solid #B8B8B8;
}
/*********CTA HELP / NAVBAR **********/
.cta-banner{
  background-color: #48C2EA;
  width: 100%;
  padding: 0.5em 0;
  color: #505050;
  text-align: center;
  vertical-align: middle;
}
.cta-banner.secondary {
    background-color: #e2e3e5;
}
.cta-banner>p{
  padding: 0;
  margin: 0;
}
.cta-banner > p > button {
    padding: 0;
    border-color: #505050;
    border-width: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 0.5em;
}
.cta-banner > p > button > a {
    color: #505050;
    padding: 0.1rem 1rem;
    display: block;
}
.cta-banner > p > button:hover, .cta-banner > p > button:active, .cta-banner > p > button:focus-visible{
    background-color: #505050 !important;
    border-color: #505050 !important;
    
}
.cta-banner > p > button:hover > a {
    color:#3eb5e5;
}
.header-wrapper {
  text-align: center;
  background: white;
  box-shadow: 0 5px 3px -3px #999;
  -webkit-box-shadow: 0 5px 3px -3px #999;
  -moz-box-shadow: 0 5px 3px -3px #999;
  margin-bottom: 40px;
}
.navbar{
    padding-top: 0;
}
.navbar .container > div:first-child {
    width: 100%;
}
.navbar .container > div:last-child {
    border-top: solid 2px #c5c5c5;
    font-weight: bold;
    margin-top: 0.5em;
}
.navbar .container > div:last-child .navbar-nav {
    padding-left: 1em;
}
.navbar .container > div:last-child .navbar-nav .dropdown-toggle {
    padding-bottom: 0;
}
.navbar .container > div:last-child .navbar-nav .dropdown-menu {
    border: none;
    padding-left: 1em;
    background: transparent;
    margin-top: 0;
    padding-top: 0;
}
.navbar .container-fluid {
    padding: 0;
}
.navbar > .container-fluid:last-child {
    background-color: #ffffff;
    padding-top: 2em;
    padding-bottom: 1em;
    box-shadow: 0px 3px 10px -3px #999;
    -webkit-box-shadow: 0px 3px 10px -3px #999;
    -moz-box-shadow: 0px 3px 10px -3px #999;
}
.navbar-toggler {
    border: none;
}
.navbar-nav {
    text-align: left;
}
.nav-item .nav-link {
    display: inline-block;
    color: #505050 !important;
}
.nav-item.active .nav-link {
    font-weight: bold;
}
.nav-link:hover{
  color: rgba(0,0,0,.5) !important;
}
.nav-item span {
    display: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #49c2ea;
}
.PlayersEdgeLogo{
  margin-top: 30px;
}
.PlayersEdgeLogo img{
  max-width: 300px;
}
.PlayersEdgeLogoNav img{
  max-width: 200px;
}
/******* QA section **********/

.fa {
  float: right;
}
[data-toggle="collapse"] .fa:before {
  content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f077";
}

.read-more {
    font-size: 0.8em;
    padding-top: 1em;
}
#mainAccordion{
  --bs-accordion-border-color:#fff;
}
.accordion a {
    color: black;
    text-decoration: underline;
    font-size: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    cursor: pointer;
}
.card-header {
    padding: 0 !important;
}

.accordion-button, .accordion-button:not(.collapsed) {
  background-color: #edf6fd;
  margin-bottom: 5px;
  color: #000000;
}
.read-more-banner{
  margin-bottom: 2em;
}
/********* BREADCRUMBS************/
.breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  vertical-align:top;
  color: #408080;
  line-height:26px;
}

.breadcrumb-item a {
  color: #505050;
  text-decoration: underline;
}

/******** Carousel ***************/
#home-carousel {
  max-width: 1140px;
  margin: 0 auto;
}
.carousel .carousel-controls {
  clear: both;
  text-align: center;
}
.carousel .carousel-controls button {
  position: static;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  display: inline-block;
  width: auto;
  padding: 0 1em;
}
#cardCarousel {
    padding: 0 1em;
}
#cardCarousel .col{
  -webkit-box-flex: 0;
  flex: 0 0 0%;
}

/******** Videos section ********/
video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}
.col{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.video-width{
  width: 450px;
}
.video-carousel-item{
  display:inline-block !important;
}
.carousel-videos{ 
  max-width: 30%;
}

.videos .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.videos .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.videos .carousel-control-next, .videos .carousel-control-prev {
    position: relative;
    display: inline-block;
}

.videos .control-wrapper {
    text-align: center;
}

/***********CONTACT FORM*********/
.players-edge-modal > .modal-dialog > .modal-content {
    background-color: #efefef;
    border-radius: 0;
    text-align: left;
}

.players-edge-modal > .modal-dialog > .modal-content * {
    border-radius: 0;
}

.players-edge-modal > .modal-dialog > .modal-content label {
    font-weight: bold;
}

button[type="submit"] {
    background-color: #3eb5e5;
    border-radius: 0;
}

label.required:after {
    content: "*";
    color: #3eb5e5;
}

.players-edge-modal .modal-content .modal-footer {
    -webkit-box-pack: center;
    justify-content: center;
}
.players-edge-modal .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.players-edge-modal .input-group>.form-control, .players-edge-modal .input-group>.form-floating, .players-edge-modal .input-group>.form-select {
    width: inherit;
}
.players-edge-modal .form-control.is-valid, .players-edge-modal .was-validated .form-control:valid {
    border-color: inherit;
    background-image: none;
}

.players-edge-modal form .invalid-message {
    display: none;
    text-align: center;
    color: #fe0100;
    font-weight: bold;
}

.players-edge-modal form.invalid .invalid-message {
    display: block;
}

.players-edge-modal form.invalid label.required:after {
    color: #dc3545;
}

#successful-submission .modal-body {
    text-align: center;
    padding: 1em;
    color: #343434;
}
.modal-header {
    border: none;
    padding-bottom: 0;
}
.form-disclaimer {
    font-size: 0.65em;
    opacity: 0.5;
}

/**** HELP PAGE *****/
.help-content{
    text-align: left;
}
.help-subtitle {
    text-align: center;
    line-height: 1.15em;
    font-weight: bold;
    font-size: 1.25em;
}
.help-locations{
    margin: 40px 0;
    background-color: #EDF6FD;
    padding-top: 1em;
    text-align: center;
    border: 1px solid #505050;
}
.help-locations > .container {
    background-color: #ffffff;
}
.help-collapse .col-md-6 {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0 3em;
}
.help-collapse .col-md-6 >p{
    margin-top: 1em;
}
.self-exclusion{
    margin-top: 0 !important;
}
.help-collapse .title {
    margin: 0;
    padding: 0;
}
.help {
  text-align: center;
}
p.location-key{
  margin-bottom: 0.5rem;
}

.locations-button {
    font-weight: bold;
}

.locations-button.collapsed {
    font-weight: normal;
}

.help input[type="checkbox"] {
  background-color: transparent;
  border: solid 2px black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.help input[type="checkbox"]:checked {
  background-color: black;
}

.help .quiz .row {
  background-color: #edf6fd;
  padding: 0.5em 0;
  margin: 0.5em 0;
}

.help input[type="checkbox"]:checked + span {
  display: block !important;
}

.help #quiz-result {
  font-size: 2em;
  padding-top: 1em;
  color: #3eb5e5;
}

/*************FOOTER*************/
.footer{
    background-color: #E9EDEC;
    padding: 3rem 0;
    text-align: center;
    margin-top: 5rem;
}

.footer-icon:last-child{
  margin-top: 2rem;
}

.footer-icon a img {
    border-radius: 0.5em;
    max-width: 80%;
}
.footer-disclaimer{
  font-size: 0.7rem;
  padding: 3rem 3rem 0;
  color:#727A77;
}
.footer-disclaimer a{
  color:#727A77;
}
.footer-disclaimer a:hover{
  color:#212529;
}
#aga-logo {
    width: 600px;
}

/* Game type button image switching */
button.game-btn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
.game-btn .slots-img {
  content: url('/assets/img/jackpotainment/slots.png');
}
.game-btn.selected .slots-img {
  content: url('/assets/img/jackpotainment/slots-selected.png');
}
.game-btn .tables-img {
  content: url('/assets/img/jackpotainment/tables.png');
}
.game-btn.selected .tables-img {
  content: url('/assets/img/jackpotainment/tables-selected.png');
}
.game-btn .sports-img {
  content: url('/assets/img/jackpotainment/sports.png');
}
.game-btn.selected .sports-img {
  content: url('/assets/img/jackpotainment/sports-selected.png');
}

/* Animation for sortable list items */
.sortable-animate li {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform 0.2s cubic-bezier(.4,0,.2,1);
    transition: transform 0.2s cubic-bezier(.4,0,.2,1);
    transition: transform 0.2s cubic-bezier(.4,0,.2,1), -webkit-transform 0.2s cubic-bezier(.4,0,.2,1);
}
.sortable-animate li.dragging {
    opacity: 0.7;
    z-index: 2;
    position: relative;
}

/**********MEDIA QUERIES**************/
@media (min-width: 768px) {
  .nav-item span {
      display: inline-block;
  }
  .main-content {
    padding-top: 14rem;
}
  .footer-disclaimer{
    padding: 3rem 10rem 0;
  }
  .home .home-text > * {
    margin: 1.5rem 0;
  }
  .home .home-text {
    max-width: 75%;
  }
  .footer-icon a {
    display: block;
  }
  .footer-icon:last-child{
    margin-top: 0;
  }
  .footer-icon:first-child{
    padding-right: 0;
  }
  .footer-icon:last-child{
    padding-left: 0;
  }
  .footer-icon:first-child a {
    border-right: 1px solid #899694;
    padding-right: 2em;
  }
  .footer-icon:last-child a {
    border-left: 1px solid #899694;
    padding-left: 2em;
  }
  .footer-icon:first-child p{
    padding-right: 2em;  
  }
  .footer-icon:last-child p{
    padding-left: 2em;
  }
  .help-collapse .col-md-6:nth-child(2) {
    border-left: solid 1px;
  }
  .location-key{
    display: inline;
  }
  .htp-card{
    min-height: 450px;
    max-width: 230px;
  }
    .self-exclusion{
        margin-top: 2em !important;
    }
    .cta-banner > p > button { 
        display: inline-block;
        margin-top: 0;
    }
    .navbar .container > div:first-child {
        width: auto;
    }
    .navbar .container > div:last-child {
        background: none;
        border-top: none;
        font-weight: normal;
    }
    .navbar .container > div:last-child .navbar-nav .dropdown-toggle {
        padding-top: var(--bs-nav-link-padding-y);
        padding-bottom: var(--bs-nav-link-padding-y);
    }
    .navbar .container > div:last-child .navbar-nav .dropdown-menu {
        background: white;
        padding-left: 0;
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
        margin-top: var(--bs-dropdown-spacer);
        padding-top: var(--bs-dropdown-padding-y);
    }
    .hide-mobile{
      display: inline;
    }
    .footer-icon a img {
        max-width: 100%;
    }
    .hide-mobile{
      display: inline;
    }
}

