/**************************************************/
/*************** TABLE OF CONTENTS ****************/
/**************************************************/
/** 1. General/utility styles
*   2. Typography
*   3. Navbar
*   4. Hero banner
*   5. Subscription boxes
*   6. Registration
*   7. FAQs
*   8. Modal styling
*   9. Footer
*   10. Rounds/Finals
*   11. Account details
*   12. Watch/view
*   13. Media queries
**/

/*
2019 season branch...
branch update
 */



 /****************** 1. General/utility Styles ********************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    box-sizing: border-box;
}

body {
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
    min-height: 100%;
    /*margin-bottom: 110px;*/
    /*padding-top: 100px;*/
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.flex {
    display: flex;
}

.row.flex {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}




.tint-overlay-0 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.tint-overlay-50 {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background-color: rgba(6, 25, 53, 0.5);
    z-index: 9;
    /*new */
    /*margin-top: -100px;*/
}

.tint-overlay-40 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.tint-overlay-30 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.tint-overlay-20 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.tint-overlay-blue {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 39, 93, 0.7);
}

.border-top {
    border-top: 1px solid lightgrey;
    height: 2px;
}

input.border-bottom {
    border-bottom: 1px solid lightgrey;
    border-radius: 0;
}

.no-border input {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

form#loginForm {
    padding: 30px 30px 60px;
}

.form-control {
    /*border: none;*/
}

.input-group .form-control {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 1.2rem;
}

.form-control:focus {
    box-shadow: none;
}

.hide {
    display: none;
}



 /****************** 2. Typography ********************/
/*
@font-face {
    font-family: 'Veneer';
    src: url('../fonts/Veneer.eot');
    src: url('../fonts/Veneer.woff2') format('woff2'),
         url('../fonts/Veneer.woff') format('woff'),
         url('../fonts/Veneer.ttf') format('truetype'),
         url('../fonts/Veneer.svg#Veneer') format('svg'),
         url('../fonts/Veneer.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
*/


@font-face {

    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;

}


/** Semi Bold */
@font-face {
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    font-weight: 600;
    src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff');
}

 .heading {
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
}

 .uppercase {
    text-transform: uppercase;
}
 
 /****************** 3. Navbar ********************/
.navbar {
    background-color: #ffffff;
    width: 100%;
    border: none;
    margin: 0;
    padding: 5px;
    z-index: 1;
    min-height: 100px;
    box-shadow:none;
}

.navbar.faq-page {
    background-color: #00275D;
}

.navbar-default .navbar-nav>li>a,
.flex .footer-nav>li>a.btn {
    color: #fff;
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    padding: 10px 45px;
    font-size: 16px;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav li {
    margin: 1.5em 1em;
}

.flex .footer-nav li {
    margin: auto 15px;
}

.no-padding {
    padding: 0;
}
.loninIcon{
    height:50px;
}

.title {
    float: left;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
}

.navbar-default .navbar-nav>li>.btn.login,
.btn.login {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 4px;
}

.navbar-nav>li>.btn.login:hover {
    border-color: #FFFFFF;
    background: #FFFFFF;
    text-decoration: underline;
    color: #00275D;
}

.navbar-default .navbar-nav>li>.btn.register,
.btn.register {
    background: #FFC800;
    color: #00275D!important;
    border-radius: 4px;
    border: 2px solid #FFC800;
}


.navbar-nav > li > a.faqs:hover, .footer-nav > li > a.faqs:hover{
    text-decoration: underline;
}

.navbar-nav>li>.btn.register:hover, .btn.register-btn:hover{
    border: 2px solid #009a00;
    background: #fff;
    text-decoration: underline;
    color: #009a00 !important;
}

.navbar-right ul li {
    margin: 5px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.nav-pic {
    max-width: 80%;
    width: auto;
    margin-top:-40px;
}

.mobile-icons {
    display: none;
}

/* Have navbar collapse earlier than bootstrap default */
/* @media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
} */

 /****************** 4. Hero Banner ********************/ 
.background-container {
    /*background: url('../images/home-hero.jpg') no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 100px;!*-50px;*!*/
    /*left: 0;*/
    /*z-index: 0;*/


    /* new */
    /*padding-top: 100px;*/
}

.airplay:after{
    content:url('https://5stream.s3.amazonaws.com/airplay.png');
}

.hero-container {
    margin: 200px auto;
}

.hero-caption {
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #414141;
    z-index: 10;
}

.hero-caption h1 {
    font-size: 76px;
    letter-spacing: 4px;
    font-weight:bold;
    color:#FFF;
}

.hero-caption h2 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    font-weight:bold;
    color:#FFF !important;
}

 .pricing-box {
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.04), 0 2px 0 0 rgba(0,0,0,0.02), 0 4px 8px 0 rgba(0,0,0,0.04), 0 0 60px 0 rgba(0,0,0,0.08);
}

  /****************** 5. Subscription Boxes ********************/
#pricing {
    margin-top: -135px;
    /*margin-top: 800px;*/
}

.pricing-box {
    background: #fff;
    margin-top: -7%;
    text-align: center;
    padding: 15px 60px;
}

.pricing-box span {
    margin-top: 15px;
}

.pricing-blurb {
    /*height: 135px;*//*60*/
    /*margin-bottom: 30px;*/
    text-align:left;
}

.season-pass-box {
    border-top: 4px solid #009a00;
}

.priceRow{
    padding-top:17px;
}

.thirty-day-box {
    border-top: 4px solid #009a00;
}

.pricing-title {
    text-transform: uppercase;
    /*font-family: 'Veneer', "Helvetica Neue", sans-serif;*/
    font-size: 15px !important;
    font-weight: bold;
}

.pricing-title-sm {
    text-transform: uppercase;
    /*font-family: 'Veneer', "Helvetica Neue", sans-serif;*/
    font-size: 20px !important;
    font-weight: bold;
}


.subscription-price-heading {
    position: relative;
    top: 0;
    margin: 0 auto;
}


.subscription-price-heading h2 {
    font-size: 12px;
    color: lightgrey;
    text-transform: uppercase;
    margin: 0;
    display: inline;
    background: #fff;
    padding: 0 10px;
}

.subscription-price-box {
    border: 1px solid lightgrey;
    margin-top: -10px;
    padding: 2px 10px;
    margin-bottom:20px;

}

.subscription-price-box-second{
    margin-bottom: 60px;
}

.subscription-price-box p {
    margin: 0;
    display: inline;
}

.subscription-price {
    font-size: 26px;
}

.register-btn{
    margin: 0 auto 15px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px;
}

.season-pass-btn,
.thirty-day-btn {
    /*display: block;
    margin: 0 auto 15px;
    border-radius: 4px;
    */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px;

    position: absolute;

    width: 60% !important;

    bottom: 10px;

    left:21%;

    /*margin-top: 50px;*/

}

.subscription-price-info{
    /*margin-bottom:40px;*/
}

.register-btn {
    background: #009a00;
    color: #ffffff;
    margin-top: 5%;
    border: 2px solid #009a00;
}

.register-btn.faq-page {
    margin-bottom: 60px;
}


.season-pass-btn {
    background: #009a00;
    width: 100%;
}

.thirty-day-btn {
    background: #009a00;
    width: 100%;
}

.thirty-day-btn:hover {
    color:#FFFFFF;
    text-decoration: underline;
}

.season-pass-btn:hover{
    color:#FFFFFF;
    text-decoration: underline;
}

/****************** 6. Registration ********************/
.registration-box {
    text-align: center;
    padding: 0 30px 30px;
}

.registration-box img {
    margin: 0 auto;
    padding-bottom: 30px;
}

.registration-box h3 {
    margin-bottom: 30px;
}

#registration.faq-page {
    background: #fafafa;
}

/****************** 7. FAQs ********************/
#faq {
    background-color: #fafafa;
}

.faq-title {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
}

.faq-title h2 {
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    font-size: 36px;
}

.faq-title.faq-page {
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0;
}

.faq-question h3 {
    display: inline-block;
    padding: 25px 0;
    margin: 0;
    width: 80%;

    font-size:20px;
}

.faq-question h3:hover {
    cursor:pointer;
}

.faq-question p {
    color: #474747;
    font-size: 16px;
    margin-bottom:25px;
}

.faq-question img {
    float: right;
    padding: 15px 0 15px 0;
}

.faq-background-container {
    background: url('https://rugbyleaguehub.com/wp-content/uploads/2020/02/2711_Background-Image_D.jpg') no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: -1;
    border-bottom: 4px solid #E20000;
    padding: 60px;
}

.subscribe-background-container {
    background: url('https://rugbyleaguehub.com/wp-content/uploads/2020/02/2711_Background-Image_D.jpg') no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%;
    margin-top: -400px;
    position: relative;
    z-index: -1;
    border-bottom: 4px solid #89CFFF;
    padding: 60px;
}

.subscribe-header {
    padding: 45px 0;
    margin-top: 400px;
}

.subscribe-header h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    font-weight: lighter;

}

.subscribe-header span {
    border-bottom: 4px solid #fff;
}

.subscribe-section {
    margin-bottom: 30px;
}


.womens-background-container {
    background: url('../images/womens-header.png') no-repeat;
    /*background-size: cover;*/
    background-position: center center;
    border-bottom: 4px solid #6D6D6D;
    height: 400px;
    margin-top: -30px;
    width: 100%;
    /*position: absolute;*/
    top: -50px;
    left: 0;
    z-index: 0;
    background-size: cover;
}

.navbar {
    border-radius: 0px;
}

.womens-tint-overlay-50 {
    position: absolute;
    height: inherit;
    width: 100%;
    background-color: rgba(6, 25, 53, 0.85);
}



.faq-header {
    padding: 45px 0;
    margin-top: 7%;
}

.faq-header h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    font-weight: lighter;

}

.faq-header span {
    border-bottom: 4px solid #fff;
}

.faq-section {
    margin-bottom: 30px;
}

/****************** 8. Modal Styling ********************/
.team-pop-title {
    padding: 30px;
}

.login-pop-title {
    margin-bottom: 30px;
}

.team-pop-title h1,
.team-pop-title h2,


#login-pop .btn.register {
    margin: 0 auto;
}

#login-pop p {
    margin: 0 auto;
    padding: 10px;
}

#login-pop form {
    padding: 10px;
}

#login-pop .form-group {
    position: relative;
}

#login-pop .form-group .form-control {
    padding: 0;
}

#login-pop .form-group:last-child {
    text-align: center;
}

#login-pop .form-group .btn.register {
    padding: 15px 70px;
    margin-top: 30px;
}

#loginForm input[type="text"],
#loginForm input[type="password"] {
    border-bottom: 1px solid #D5D2CC;
    border-radius: 0;
}

#select-team-pop {
    display: none;
    border-top: 4px solid #FC1222;
    padding: 30px 0;
}

.ng-confirm.ng-confirm-type-orange .ng-confirm-box {
    border-top: solid 7px #009a00;
    -webkit-animation-name: type-orange;
    animation-name: type-orange;
}

.ng-confirm-buttons {
    width: 100%;
}

.ng-confirm.ng-confirm-light .ng-confirm-bg, .ng-confirm.ng-confirm-white .ng-confirm-bg {
    background-color: #00275D;
    opacity: .85;
}

/****************** 9. Footer ********************/

/*footer {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 110px;*/
/*}*/

.footer-top {
    background: #111111;
    opacity: 0.95;
    padding: 10px 0;
    width: 100%;
}

.footer-bottom {
    color: #fff;
    background: #000000;
    padding: 10px 0;
    width: 100%;
}

.footer-nav {
    display: flex;
    justify-content: flex-start;
    width: 90%;
}

.footer-nav li>a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
    background-color: transparent;
}

.social-container ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.social-container ul li {
    display: inline-flex;
}

.social-container ul li a {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin: auto 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
}

.social-container ul li a:hover {
    text-decoration: none;
    color: inherit;
}

.social-container ul li a i {
    margin: 30% auto;
    color: #00275D;
    background: transparent;
}

.social-container.flex {
    justify-content: flex-end;
}

.copyright-container {
    padding: 15px;
    line-height: 16px;
}

/****************** 10. Rounds/Finals Page ********************/
.rounds-container {
    padding: 10px 60px 60px 60px;
}

.rounds-row,
.finals-row {
    margin: 30px 0;
}

.rounds-row a,
.finals-row a {
    text-decoration: none;
    color: #000;
}

.rounds-block,
.finals-block {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #FFC800;
    padding: 20px;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    max-height: 100%;
}

.finals-block {
    background: linear-gradient(to bottom right, grey, black);
    color: #fff;
}



.sanfl-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}



.sanfl-tabs {
    text-align:center;
    border:none;
}

.sanfl-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom: 2px solid #00275D;
}

.sanfl-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    cursor:pointer;
}

.verticalhorizontal {
    display: table-cell;
    height: 300px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

    /*
    .rounds-block:hover,
    .finals-block:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        z-index: 2;
        box-shadow: 0 1px 0 0 rgba(0,0,0,0.04), 0 2px 0 0 rgba(0,0,0,0.02), 0 4px 8px 0 rgba(0,0,0,0.04), 0 0 60px 0 rgba(0,0,0,0.08);
    }*/

.rounds-block img[src='images/logo.png'],
.finals-block img[src='images/logo.png'] {
    width: 25%;
}

.rounds-block h1,
.finals-block h1 {
    margin: 5px;
}

.round-start,
.round-end,
.round-date-arrow {
    display: inline-block;
    color: #423d3d;
}

.round-start p,
.round-end p {
    margin: 0;
}

.round-date,
.final-date {
    display: flex;
    justify-content: center;
}

.final-date,
.final-date .round-start {
    color: #bfbfbf;
}

.round-date .month {
    font-size: 12px;
}

.round-date .day {
    font-size: 16px;
}

.round-date-arrow {
    align-self: center;
}

.round-date-arrow i {
    font-size: 14px;
    margin: 0 25px;
}

.finals-select-row {
    margin: 80px 0;
}

.finals-season-title,
.regular-season-title {
    color: #bfbfbf;
    text-transform: uppercase;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
}

.finals-season-title h1,
.regular-season-title h1 {
    display: inline;
    margin: 0 auto;
    padding: 12px 60px;
}

.finalsTitle{
    text-transform: uppercase;
}



.season-game,
.finals-game {
    transition: all 0.5s;
}

.selected {
    color: #00275D;
    border-bottom: 3px solid #00275D;
}

.live {
    background-color: red;
    color: #fff;
    text-align: center;
}

.finals-block.live {
    height: 25em;
    width: 100%;
}

.grand-final-date {
    color: #fff;
}

.live .round-date .day,
.live .round-date .month,
.live .round-date-arrow {
    color: #bfbfbf;
}

.live-now {
    display: inline-block;
    position: absolute;
    top: -5%;
    margin: 0 auto;
    background: #a4290d;
    padding: 5px;
    border-radius: 5px;
}

.live-finals-button {
    display: inline-block;
    margin: 10px auto;
    background: #FFC800;
    color: #00275D;
    padding: 12px 35px;
    border-radius: 5px;
}

.live-finals-button p {
    display: inline-block;
    margin: 0;
}

.live-now p {
    display: inline-block;
    margin: 0;
}

.logo-wrapper {
    margin: 3em 0;
}

/****************** 11. Account details ********************/
.account-blurb {
    /*padding: 20px;*/
    font-size: 22px;
}

.team-logo-wrapper {
    padding: 30px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.team-logo-wrapper a {
    margin: 0 auto;
}

.team-logo-wrapper img {
    margin: 0 auto;
    transition: all 0.5s;
    z-index: 999;
}

.team-logo-wrapper img:hover {
    transform: scale(1.5);

}

.team-row-top > div {
    border-right: 1px solid #d5d2cc;
    border-bottom: 1px solid #d5d2cc;
}

.team-row-top > div:before {
    content: "";
    position: absolute;
    background: white;
    bottom: -1px;
    left: 0;
    height: 4px;
    width: 10%;
}

.team-row-top > div:after {
    content: "";
    position: absolute;
    background: white;
    bottom: -1px;
    right: -1px;
    height: 10%;
    width: 10%;
}

.team-row-bottom {
    margin-bottom: 60px;
}

.team-row-bottom > div {
    border-right: 1px solid #D5D2CC;
}

.team-row-bottom > div:before {
    content: "";
    position: absolute;
    background: white;
    top: -1px;
    left: 0;
    height: 4px;
    width: 10%;
}

.team-row-bottom > div:after {
    content: "";
    position: absolute;
    background: white;
    top: -1px;
    right: -1px;
    height: 10%;
    width: 10%;
}

.team-row-top div:last-child,
.team-row-bottom div:last-child {
    border-right: none;
}


.navLogin{
    text-align: left;
}
/****************** 12. Watch/view  ********************/
section#video {
    padding: 60px;
}

iframe {
    /*width: 100%;*/
    /*height: 100%;*/
}

.match-title {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.match-menu {
    list-style: none;
    max-height: 400px;
    overflow-y: auto;
}

.match-menu li:first-child {
    border: none;
}

.match-menu li {
    position: relative;
    border-top: 1px solid #D5D2CC;
    padding: 15px;
}

.chosen {
    background-color: #FFC800;
}

.match-menu .chosen h5 {
    color: #000;
}

.active-match:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 60%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid white;
    border-bottom: 8px solid transparent;
}

.match-menu li h3,
.match-menu li h5 {
    margin: 0;
}

.match-menu li h3 {
    font-size: 18px;
    font-weight: 400;
}

.match-menu li h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #D5D2CC;
}

#mobileDevices{
    display:none;
}

.heroH1{
    font-size:65px;
}
/****************** 13. Media queries  ********************/

@media (max-width: 1185px) {

    .pricing-blurb{
        height:150px;
    }

}


@media (max-width: 1000px) {

    .hero-caption h1 {
        font-size: 36px;
    }

}
@media (min-width: 992px) {
    .social-container ul li a {
        font-size: 24px;
        height: 45px;
        width: 45px;
    }


}

/* Style mobile nav */
@media (max-width: 991px) {
    .pricing-blurb{
        height:200px;
    }



    .navbar-toggle {
        position: absolute;
        right: 30px;
        top: 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: 0;
        background-color: transparent;
        border: 2px solid white;
        z-index: 999999;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }
    .navbar-right {
        float: right;
    }
    .navbar-default .navbar-nav li {
        margin-left: 0;
    }
    .row .season-pass-btn, .row .thirty-day-btn {
        padding: 10px 0;
    }
    .social-container ul li {
        float: left;
    }
    .flex .footer-nav li {
        margin: auto 15px;
    }
    .social-container ul {
        padding: 0;
        width: 100%;
        justify-content: flex-end;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    #navbar .navbar-default .navbar-nav>li>.login {
        background-color: #FFC800;
        color: #00275D!important;
        border-radius: 4px;
        border: none;
        text-align: center;
    }
    /* ul.nav.navbar-nav.navbar-right:first-child {
        margin: 30px 0;
    } */
    .mobile-icons {
        list-style: none;
        display: flex;
        float: right;
        text-align: center;
        padding: 0;
    }
    .mobile-icons p {
        text-transform: uppercase;
        color: #fff;
    }
    .mobile-icons img {
        margin: 10px;
    }
    .register-icon,
    .login-icon {
        display: inline-block;
    }
    .footer-top .social-container {
        display: none;
    }
    .mobile-icons-footer p {
        margin: -5px 0 0;
        line-height: 20px;
    }
    ul.mobile-icons-footer {
        width: 100%;
        justify-content: flex-end;
    }
    .mobile-hide {
        display: none!important;
    }
    .subscription-price-box-second{
        margin-bottom:50px;
    }
}

@media (max-width: 767px) {

    .women-header h1{
        margin-top: 30%;
        font-size: 20
    }

    .pricing-blurb{
        height:85px;
    }

    .subscription-price-box {
        margin-bottom: 30px;
    }
    .row.flex .pricing-box {
        margin-top: 0;
    }
    .pricing-row {
        flex-direction: column;
    }
    .faq-background-container {
        padding-left: 15px;
        padding-right: 15px;
        height:300px;
    }
    .mobile-icons-footer img,
    .social-container ul li a {
        height: 40px;
        width: 40px;
        font-size: 22px;
    }
    .mobile-icons-footer p {
        font-size: 12px;
    }
    .footer-nav li>a {
        font-size: 12px;
    }
    .copyright-container p {
        font-size: 12px;
    }
    .faq-question h3 {
        font-size: 18px;
    }
    .faq-question p {
        font-size: 14px;
    }
    .faq-header {
        padding-top:0;
    }

    .subscription-price-box-second{
        margin-bottom:50px;
    }
}
@media (max-width: 660px) {
    .nav-pic{
        width:300px;
    }
}
@media (max-width: 567px) {
    .social-container {
        display: block;
        float: right;
    }

    .match-menu{
        padding-left: 0px;
    }
}

@media (max-width: 450px) {
    .row.flex .pricing-box {
        padding: 15px 10px;
    }
    .hero-caption h1 {
        font-size: 36px;
    }

    .faq-header h1 {
        font-size: 36px;
    }

    .hero-caption h2 {
        font-size: 16px;
    }

    .ng-binding,h1{
        font-size: 22px
    }
    .ng-binding,h5{
        font-size: 12px
    }
    .round-date{
        font-size: 12px
    }

    .rounds-block img[src='images/logo.png'],
    .finals-block img[src='images/logo.png'] {
        width: 45%;
    }
    .footer-logo {
        height: 45px;
        width: auto;
    }
}


@media (max-width: 411px) {
    .nav-pic{
        width:150px;
    }
}
@media (max-width: 390px) {
    .hero-container {
        margin-top: 200px;
    }
    .hero-caption h1 {
        font-size: 22px;
    }
    .hero-caption h2 {
        font-size: 12px;
    }

    .ng-binding h1{
        font-size: 32px
    }

    #largeDevices{
        display:none;
    }
    #mobileDevices{
        display:inline-block;
    }

}

.btn-yellow{
    background: #FFC800;
    color: #00275D !important;
    border-radius: 4px;
    padding: 20px 50px 20px 51px !important;
}

.btn-green{
    background: #009a00;
    color: #FFFFFF !important;
    border-radius: 4px;
    padding: 20px 50px 20px 51px !important;
}



.ng-confirm-buttons{
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

#loading-bar .bar {
    background: #FF0000;
}
#loading-bar-spinner .spinner-icon {
    border-top-color:  #FF0000;
    border-left-color: #FF0000;
}
#loading-bar .peg {
    -moz-box-shadow: #FF0000 1px 0 6px 1px;
    -ms-box-shadow: #FF0000 1px 0 6px 1px;
    -webkit-box-shadow: #FF0000 1px 0 6px 1px;
    box-shadow: #FF0000 1px 0 6px 1px;
}


.imtip {
    position: absolute;
    bottom: 0;
    right: 0;
}


.ng-confirm-closeIcon{
    color: rgba(0, 0, 0, 0.87);
    border-radius: 50px;
    height: 25px;
    width: 25px;
    line-height: 25px !important;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 0 2px #ddd;
}

.ng-confirm-box div.ng-confirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    line-height: 25px !important;
}
.ng-confirm.ng-confirm-light .ng-confirm-box .ng-confirm-closeIcon, .ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-closeIcon {
    line-height: 20px !important;
}


.ng-confirm .ng-confirm-box div.ng-confirm-content-pane {
    margin-bottom: 60px;
}

.rotateopen {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -o-transform: rotate(45deg); /* Opera */
    transition-duration: 300ms;
}

.rotateclose {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -moz-transform: rotate(0deg); /* Firefox */
    -webkit-transform: rotate(0deg); /* Safari and Chrome */
    -o-transform: rotate(0deg); /* Opera */
    transition-duration: 300ms;
}



@media(max-width:767px) {

    /*
    body {
        position:fixed !important;
        overflow:auto !important;
        height:100% !important;
    }
    */

}





.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/*
Mail Chimp
 */


.buttonmc {

    /*
    background: #FFC800 !important;
    color: #00275D!important;
    border-radius: 4px;
    border: 2px solid #FFC800;
    letter-spacing: .03em;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
    */



}
.buttonmc:hover {
    /*
    border: 2px solid #FFC800 !important;
    background: #00275D !important;
    text-decoration: underline;
    color: #FFC800 !important;
    border-radius: 4px;
    */

    border-bottom:1px solid #444;
}

.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px;

    border:none;

    color: #00275D;;

    background-color: #FFC800;

    border-color: #FFC800;

    text-align: center;
}

#mc_embed_signup{
    background: none;
}

/* overlay*/

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active{
    background-color: #8D8D8D;
    color: white;
}

.hvr-fade:hover h5{
    color: #FFFFFF;
}


.playingConditions{
    color: #fff;
    background-color: #00275D;
    border-color: #00275D;

    -webkit-box-shadow: 18px 18px 39px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 18px 18px 39px -6px rgba(0,0,0,0.75);
    box-shadow: 18px 18px 39px -6px rgba(0,0,0,0.75);
}

/*
PAYMENT
 */

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 2px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #8A8A8A;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.has-error{
    border-bottom: 2px solid red !important;
}


.item-photo{display:flex;justify-content:center;align-items:center;border-right:1px solid #f6f6f6;}
.section{width:100%;margin-left:-15px;padding:2px;padding-left:15px;padding-right:15px;background:#f8f9f9}
.title-price{margin-top:30px;margin-bottom:0;color:black}
.title-attr{margin-top:0;margin-bottom:0;color:black;}


/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #009a00;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 9999;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #e20000;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #e20000;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #e20000;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #e20000;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.hiddencol {
    display: none;
}




.card {
    border: 0;
}



.form-inline {
    display: block;
}


.dataTables_wrapper .form-control{
        border:1px solid #dee2e6;
}

.dataTables_wrapper .input-sm{
    padding:0px;
    margin-bottom:2px;
}

.icon-row {
    background: #000000;
}

.registration-box h3 {
    color: #FFFFFF
}
.registration-box p {
    color: #EEE
}

.btn{
    border-radius: 0;
}


/* Jack Douglas's safe space begins */

.foot-text {
    padding-top: 70px;
    /*padding-left: 20px;*/
}


.foot-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.featured-picture{
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 140px;
    min-height: 140px;
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}

.main-table-picture{
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 50px;
    min-height: 50px;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.hide-button{
    visibility: hidden;
}

.show-button{
    visibility: visible;
}


/* Jack Douglas's safe space ends */



.md-form label {
    color: #FFF;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.successDiscount {
    background-color: white;
    transition: 1000ms linear;

}

.img-thumbnail {
    min-width: 100px;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #ed008c !important;
}

.tooltip-inner {
    background-color: #ed008c;
    color:#FFF;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ed008c;
}


/**/
a {
    color: #000000;
}

a:hover {
    color: #ed008c;
}

/*.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {*/
/*    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
/*    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
/*    background-color: #ed008c !important;*/
/*}*/

.card.card-cascade.wider .card-body {
    box-shadow:none;
    margin-left:1%;
    margin-right:1%;
}
.card.card-cascade .view {
    box-shadow:none;
}

/* General styles for the countdown container */
.countdown-container {
    max-width: 1100px;
    margin: 0 auto;
    color: #55005a;
}

.display-4 {
    font-size: 2rem; /* Smaller font size for countdown numbers */
}

.countdown-container small {
    font-size: 0.6rem; /* Smaller font size for the labels (e.g., Days, Hours) */
    color: #55005a !important;
}

/* Medium screens and below (tablets and smaller) */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem; /* Smaller font size for countdown numbers */
    }

    .countdown-container small {
        font-size: 0.6rem; /* Smaller font size for the labels (e.g., Days, Hours) */
    }
}

/* Extra-small screens (smartphones) */
@media (max-width: 576px) {
    .display-4 {
        font-size: 1.5rem; /* Further reduce font size on very small screens */
    }

    .countdown-container small {
        font-size: 0.7rem; /* Further reduce label size */
    }

    .countdown-container .col-4, .countdown-container .col-sm-2 {
        padding: 0.5rem 0; /* Add padding for spacing on very small screens */
    }
}


.player-wrapper {
    width: 90%;
    margin: 20px auto;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.7);*/
    position: relative;
}
/*.custom-button {*/
/*    color: white;*/
/*    background-color: rgba(0, 0, 0, 0.7);*/
/*    padding: 5px 10px;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    margin-left: 100px; !* Optional: adds spacing if needed *!*/
/*}*/


/*#player {*/
/*    pointer-events: none;*/
/*}*/

.bmpui-seekbar {
    background-color: #fef6ef;
}
.bmpui-seekbar-progress {
    background-color: #ed008c;
}
.bmpui-seekbar-buffer {
    background-color: #fef6ef;
}
.bmpui-seekbar-playbackposition {
    background-color: #ed008c !important;
    border: 2px solid #ed008c;
}
.bmpui-seekbar-playbackposition-marker{
    background-color: #ed008c !important;
    border: .1875em solid #ed008c !important;
}

.speakerimages {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}


.table th, .table td {
    border-top:none;
}

.titleName{
    color: #55005a;
    font-weight:600;
}

h3{
    font: 400 1.5rem / 1.33 Poppins, Arial, sans-serif;
    margin: 0;
    color: #55005a;
    margin: 0 0 16px;
    padding-top:23px;
}

h6 {
    font: 600 .875rem / 1.5 Poppins, Arial, sans-serif;
    margin: 0;
}

.semibold{
    color: #55005a;
    font-weight:400;
}

.megh2{
    color: #ed008c;
    font-weight:400;
}

col33{
    max-width:33%;
}

/*@media all and (max-width:968px){*/
/*    table,tr, td, tbody, td p table div, table table{*/
/*        width:100%!important;*/
/*        float:left;*/
/*        clear:both;*/
/*        display:block;*/
/*        text-align:center;*/
/*    }*/
/*    table img {*/
/*        max-width:90%;*/
/*        height:auto;*/
/*    }*/
/*}*/

.smallP {
    font: 400 .75rem / 1.5 Poppins, Arial, sans-serif;
    margin: 0;
}


