:root {
    --yellow: #1cda54;
    --dark: #222;
    --borderRadius: 5px;
    --borderLight: #aaa;
    --green: #58e658
}

html,body {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 14px;
    font-family: 'Muli',sans-serif;
    color: #222;
    background-color: #fff;
    background-image: url('../backgrounds/bg_default.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

body.audiobooks {
    background-image: url('../backgrounds/bg_audiobooks.jpg')
}

.content {
    flex: 1 0 auto
}

.footer {
    flex-shrink: 0
}

.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}

.mt-200 {
    margin-top: 200px
}

.py-150 {
    padding: 150px 0
}

.w100 {
    width: 100%
}

.text-black {
    color: #000
}

.text-dark {
    color: #222
}

.text-white {
    color: #fff
}

.text-inherit {
    color: inherit
}

.text-underline {
    text-decoration: underline
}

.text-normal {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

.text-deconone,.text-deconone:hover,.text-deconone:focus,.text-deconone:active {
    text-decoration: none
}

.title-xsmall {
    font-size: 16px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: 1.25
}

.button {
    font-family: inherit;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    border: none;
    background: none;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    cursor: pointer
}

.button:hover,.button:focus {
    color: #fff;
    text-decoration: none
}

.button.button-green {
    background: #1cda54;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 #16a741;
    box-shadow: 0 5px 0 #16a741
}

.button.button-block {
    width: 100%;
    display: block
}

.button.button-outline {
    background: #fff;
    color: inherit
}

.button.button-outline:hover,.button.button-outline:focus {
    color: inherit
}

.button.button-border {
    border: 1px solid #ddd
}

.button.button-brsmall {
    border-radius: 3px
}

.arrow {
    margin: 0;
    position: absolute;
    left: -135px;
    top: -10px;
    width: 100px
}

.arrow img {
    width: 130px
}

.subform-link {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0
}

.subform-link >div {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    position: relative;
    color: #222
}

.subform-link >div:before,.subform-link >div:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #aaa
}

.subform-link >div:before {
    left: -30px
}

.subform-link >div:after {
    right: -30px
}

.signin-modal__default >h1,.signin-modal__resetpassword >h1 {
    font-size: 24px;
    text-transform: uppercase
}

label {
    font-weight: 700;
    margin-bottom: 0.25rem
}

.form-control {
    font-size: 14px;
    border: 1px solid #dedede;
    padding: 1.25rem 0.75rem
}

.form-control.invalid {
    border: 1px solid red
}

.form-control.valid {
    border: 1px solid #58e658
}

.form-control.orange:focus {
    border-color: #1cda54
}

.form-control::placeholder {
    color: #aaa;
    font-weight: 400
}

.invalid-feedback {
    margin: 0.5rem 0;
    color: red
}

.topbanner {
    width: 100%;
    height: 5px;
    background: #1cda54
}

.topheader {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 0.5em;
    background-color: #1cda54
}

@media (max-width: 768px) {
    .topheader {
        width:65px;
        height: 65px
    }
}

.main-header {
    padding: 2.8rem 0 3rem
}

.main-header h4 {
    font-size: 2.15rem
}

.main-header .main-title {
    font-size: 2.5rem;
    font-size: clamp(1.5rem,4.8vw,3.8rem);
    line-height: 1
}

.main-header .main-title small {
    font-size: 93%;
    font-weight: 300
}

.hd-icon {
    position: relative;
    top: -4px;
    margin: 5px 0
}

.box {
    width: 100%;
    background-color: #fff;
    border-radius: 5px
}

.box.grow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin: -1rem 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5)
}

.box.shade {
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: rgba(15,16,20,0.75)
}

.box.shadeborder {
    position: relative
}

.box.shadeborder:before,.box.shadeborder:after {
    content: "";
    position: absolute
}

.box.shadeborder:before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 0 5px 5px 0;
    background-image: -webkit-gradient(radial,right top,10,90% 0%,150,from(#000),to(transparent));
    background-image: -webkit-radial-gradient(right top,60% 80%,rgba(255,255,255,0.5),transparent);
    background-image: -moz-radial-gradient(right top,farthest-corner,#fff 0%,transparent 72%);
    z-index: -2
}

.box .box-body {
    padding: 3.7rem 4rem;
    padding: 3.7rem clamp(1.8rem,4vw,3.7rem);
    width: 100%
}

.box .box-body .book-title-wrap {
    border: unset;
    padding: 7px 14px;
    text-align: left;
    margin-bottom: 8px;
    background-color: rgba(230,230,230,0.35);
    box-shadow: 4rem 0 rgba(230,230,230,0.35),-4rem 0 rgba(230,230,230,0.35);
    box-shadow: clamp(1.8rem,4vw,3.7rem) 0 rgba(230,230,230,0.35),clamp(-3.7rem,-4vw,-1.8rem) 0 rgba(230,230,230,0.35)
}

.box .box-body .book-title-wrap div img {
    vertical-align: top
}

.box .box-body .book-title-wrap h2 {
    width: 100%;
    text-transform: capitalize;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 500;
    font-family: "Times New Roman",Palatino,"Palatino Linotype","Book Antiqua",serif;
    font-family: monospace,serif;
    max-height: 3.6rem;
    overflow: hidden;
    color: #777
}

.box .trial-title {
    font-size: 1.5rem
}

.box .trial-title.large {
    font-size: 2.25rem
}

.team-box,.eventlogo {
    position: relative;
    border-bottom: 1px solid #aaa;
    width: 100%
}

.eventlogo {
    padding: 1.5rem 1rem
}

.team-vs {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border: 1px solid #aaa;
    background: #fff
}

.team-col {
    width: 50%;
    padding: 1rem
}

.team-col.first {
    border-right: 1px solid #aaa
}

.freesportslogo {
    width: 100%;
    max-width: 140px;
    margin-top: 20px
}

.unltd-holder {
    margin-top: -4rem
}

.unltd-holder .unltd-banner {
    position: relative;
    width: 100%;
    max-width: 125px;
    color: #222;
    text-align: center;
    padding: 0.25em 1em;
    margin-right: 15px;
    margin-bottom: 2em;
    background: #1cda54
}

.unltd-holder .unltd-banner:before,.unltd-holder .unltd-banner:after {
    content: '';
    position: absolute;
    height: 20px;
    bottom: -14px
}

.unltd-holder .unltd-banner:before {
    left: 0;
    width: 51%;
    background: #1cda54;
    -webkit-transform: skew(0deg,-10deg);
    -moz-transform: skew(0deg,-10deg);
    -ms-transform: skew(0deg,-10deg);
    -o-transform: skew(0deg,-10deg);
    transform: skew(0deg,-10deg)
}

.unltd-holder .unltd-banner:after {
    right: 0;
    width: 49%;
    background: #1cda54;
    -webkit-transform: skew(0deg,10deg);
    -moz-transform: skew(0deg,10deg);
    -ms-transform: skew(0deg,10deg);
    -o-transform: skew(0deg,10deg);
    transform: skew(0deg,10deg)
}

.unltd-holder .unltd-banner .unltd-price {
    position: relative;
    font-size: 7.25rem;
    font-weight: 700;
    height: 7.5rem;
    z-index: 2
}

.unltd-holder .unltd-banner .unltd-price .currency {
    position: absolute;
    top: 15%;
    left: 0;
    vertical-align: super;
    font-size: 2rem
}

.unltd-details {
    margin: 2rem 0 0
}

.unltd-details ul {
    margin: 0;
    list-style-type: none
}

.unltd-details ul li {
    position: relative;
    padding: 0.5rem 0 0.5rem 0.5rem;
    font-size: 1.25rem
}

.unltd-details ul li:before {
    content: '';
    background: url(../backgrounds/check-icon.png) no-repeat;
    position: absolute;
    left: -2rem;
    width: 100%;
    height: 100%
}

.book-title-wrap {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 1rem 4rem;
    margin-bottom: -1.5em;
    border-bottom: 1px solid #eee
}

@media (max-width: 768px) {
    .book-title-wrap {
        padding:1rem 2rem
    }
}

.book-title-wrap div {
    margin-right: 10px
}

.book-title-wrap div img {
    width: 20px
}

.book-title-wrap .book-title {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase
}

.disclaimer {
    color: #999;
    font-size: 12px;
    margin: 2.5rem auto;
    max-width: 800px;
    text-align: center;
    width: 70%
}

@media (max-width: 768px) {
    .button {
        font-size:14px
    }

    .main-header {
        padding: 2rem 0
    }

    .main-header >h5 {
        font-size: 1rem
    }

    .main-header h4 {
        font-size: 1.1rem
    }

    .main-title {
        font-size: 1.65rem
    }

    .hd-icon {
        width: 60px
    }

    .box-body {
        padding: 2.5rem 2rem
    }

    .unltd-holder {
        margin-top: -2.5rem
    }

    .unltd-banner {
        max-width: 100px
    }

    .unltd-price {
        font-size: 5.25rem;
        height: 5.25rem
    }

    .unltd-price .currency {
        font-size: 1.5rem
    }

    .unltd-title {
        font-size: 1.6rem
    }

    .unltd-details >ul >li {
        font-size: 1rem
    }

    .unltd-details >ul >li:before {
        top: 5px
    }
}

@media (max-width: 992px) {
    .box.grow {
        margin:0
    }

    .box.shade {
        width: 95%;
        margin: 0 auto;
        border-radius: 0 0 5px 5px
    }
}

.main-footer {
    width: 100%;
    background: rgba(0,0,0,0.85);
    padding: 10px 0;
    bottom: 0
}

.main-footer__disclaimer >p {
    margin-bottom: 0;
    font-size: 11px;
    color: rgba(255,255,255,0.65)
}

.main-footer__disclaimer >p >a {
    margin-bottom: 0;
    font-size: 11px;
    color: rgba(255,255,255,0.65)
}

@media (max-width: 576px) {
    .main-footer__disclaimer >p {
        margin-bottom:1.5em
    }
}

.main-footer .lang-container {
    position: relative
}

.main-footer .lang_selector {
    font-size: 11px;
    padding: 0 10px;
    color: rgba(255,255,255,0.5)
}

.main-footer .lang_selector img {
    width: 18px;
    margin-right: 3px
}

@media (min-width: 992px) {
    .container {
        max-width:912px
    }

    .hd-icon {
        max-width: 100px
    }

    * {
        font-size: 80%
    }

    .small-text,label,.title-wrap .title {
        font-size: 12px
    }
}

@media (min-width: 1266px) {
    .container {
        max-width:912px
    }

    .hd-icon {
        max-width: 100px
    }

    * {
        font-size: 80%
    }

    .small-text,label,.title-wrap .title {
        font-size: 12px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width:1140px
    }

    .hd-icon {
        max-width: 120px
    }

    * {
        font-size: 90%
    }

    .small-text,label,.title-wrap .title {
        font-size: 13px
    }

    .unltd-details >ul li:before {
        background-size: 1.5rem;
        background-position-y: 0.25rem
    }
}

@media (min-width: 1920px) {
    .container {
        max-width:1266px
    }

    .hd-icon {
        max-width: 120px;
        margin-top: 1px
    }

    * {
        font-size: 100%
    }

    .small-text,label,.title-wrap .title {
        font-size: 14px
    }

    .unltd-details >ul li:before {
        background-size: 1.5rem;
        background-position-y: 0.25rem
    }
}
