.fasc-button {
text-decoration: none !important;
}
.logo .tagline {
    height: 9px;
}
.mega-menu a.logo img, header a.logo img {
    max-width: 160px;
    height: auto;
}
@media screen and (min-width: 700px) {
    .logo .tagline {
        height: 6.2px;
    }
}

.loginBtn {
    background-color: rgb(31, 31, 31);
    border: 1px solid rgb(68, 68, 68);
    text-transform: uppercase;
}

.subBtn {
    background-color: rgb(25, 85, 165);
    border: 1px solid rgb(61, 115, 213);
    text-transform: uppercase;
}


@media screen and (min-width: 991px) {
    .loginBtn:not(.guest) {
        min-width: 5rem;
        /* position: absolute;
        left: -6rem; */
    }

    .subBtn {
        position: absolute;
    }
}

@media screen and (min-width: 1200px) {
    .loginBtn, .subBtn {
        position: initial;
    }
}


/* Scroll CTA */
.scrollerFix
{
position: fixed;
top: 0;
width: 100%;
height: 55px;
border-top: 1px solid #0099ff;
background: #0099ff;
z-index: 999;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

@media screen and (min-width: 700px) {
    .scrollerFix
    {
        height: 45px;
    }
}

.scrollerFix.cancelled {
    background: #FFF5F5;
    border-top: none;
    border-bottom: 1px solid #FC8181;
}

.scrollerFix.cancelled.orange {
    background: #FF8900;
}

.scrollerFix.cancelled.orange span, .scrollerFix.cancelled.orange a, .scrollerFix.cancelled.orange p {
    color: #fff !important;
}

.scrollerFix p {
    color: white;
    font-weight: 500;
    font-size: .9rem;
    letter-spacing: .01rem;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

/* @media screen and (min-width: 700px) {
    .scrollerFix p
    {
        flex-direction: row;
    }
} */


.scrollerFix.cancelled p:before
{
    display: none;
}

.scrollerFix p a {
    /* display: inline-block; */
    padding: .4rem 1rem;
    font-weight: 600;
    border-radius: .1rem;
    margin-left: .5rem;
    text-transform: uppercase;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #0099ff;
}
.scrollerFix p a:last-of-type {
    background-color: #1f1f1f;
    border: 1px solid #444;
}
.scrollerFix p span {
    /* display: block; */
    /* margin-top: .3rem; */
}

.scrollerFix p a.underline {
    font-weight: 600;
    padding: 0;
    border: 0;
    margin: 0;
    border: none !important;
    background: transparent !important;
    color: red !important;
    text-transform: none;
}

.scrollerFix.cancelled p {
    color: red;
}

.scrollerFix.cancelled p a:last-of-type
{
    background-color: #c53030;
    border: 1px solid #c53030;
    color: #fff;
}

.hide {
    opacity: 0;
    top: -50%;
}
.show {
    opacity: 1;
    top: 0;
}
@media screen and (min-width: 768px) {

    .scrollerFix {
        height: 60px;
    }

    .scrollerFix p {
        font-size: 1rem;
    }
    .scrollerFix p span {
        /* display: inline; */
        /* margin-top: .3rem; */
    }
    .scrollerFix p a {
        font-size: 1rem;
    }
}


/* Temporary - will remove later */
.copyright {
    font-size: .7rem;
    color: hsla(0,0%,100%,.57);
    font-weight: 600;
}
footer ul.footer-menu li a {
    font-size: .8rem;
    letter-spacing: .04rem;
    font-weight: 600;
}
footer ul.bottom-link li a {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}


.promoHeader {
    background-color: #d87535;
    text-align: center;
    padding: .8rem 2rem;
    position: relative;
    z-index: 10;
}
.promoHeader p {
    font-size: .95rem;
    color: #c3c3c3;
    text-transform: capitalize;
}
.promoHeader p span {
    display: block;
}
.promoHeader p strong, .promoHeader p a {
    font-weight: 700;
    color: white;
    text-decoration: underline;
}

.top-banner {
    margin: 0;
    text-align: center;
    background-color: #ff8a00;
    color: #fff;
    cursor: default;
    padding: 7px 0;
    width: 100%;
    z-index: 99;
    position: relative;
}
.top-banner a {
    font-family: industry,sans-serif;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

@media screen and (min-width: 370px) {
.top-banner a {
    font-size: 14px;
}
}

@media screen and (min-width: 600px) {
    .promoHeader p span {
        display: inline;
    }
    .top-banner a {
    font-size: 15px;
}
}

@media screen and (min-width: 600px) {
    .promoHeader {
        padding: .8rem 0;
    }
}

.fluid-width-video-wrapper {
    clear: both;
}

/* Temp Fix */
.wp-content li a {
    text-decoration: underline;
    color: #086ebb;
}
.wp-content ul {
    list-style: outside disc;
    margin-left: 0 !important;
}
.wp-content ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}​

#main.has-cancelled, #main.has-cc-sub {
    margin-top: 45px;
}

#main.has-cancelled.has-cc-sub {
    margin-top: 90px;
}

#main.has-cancelled.has-cc-sub #scrollerCTA1{
    top: 45px;
}

p.close-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

a#closeCTA1 {
    background: none;
    background-size: 100%;
    height: 25px;
    width: 25px;
    display: inline-block;
    float: right;
    border: none;
    padding: 5px;
    position: relative;

}

a#closeCTA1::before, a#closeCTA1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background: #fff;
    top: 12px;
    left: 6px;
}

a#closeCTA1::before {
    transform: rotate(45deg);
}

a#closeCTA1::after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px)
{
    #main.has-cancelled, #main.has-cc-sub {
        margin-top: 24px;
    }

    #main.has-cancelled.has-cc-sub {
        margin-top: 120px;
    }

    #main.has-cancelled.has-cc-sub #scrollerCTA1{
        top: 60px;
    }

}

@media screen and (max-width: 991px) {
    /* .mega-menu.has-cancelled, .search-menu.has-cancelled {
        padding-top: 5rem;
    } */
}

@media screen and (max-width: 991px) {
    #video-list {
        max-height: 100% !important;
    }
}

body.has-cancelled {
margin-top: 45px;
}

@media screen and (min-width: 768px)
{
body.has-cancelled {
    margin-top: 60px;
}
}

.comment-p p {

    margin: 0.4rem 0 !important;
}

ul.forum-posts.disqus {
position: relative;
}

ul.forum-posts.disqus li {
position: relative;
margin-bottom: 0.3rem;
border: none;
padding-bottom: 0.3rem;
}

ul.forum-posts.disqus.with-gradient::after {
    content: "";
    background: url('/images/sofrep-blur.png') repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
}

.header-socials {
    width: 14rem;
}
.header-socials li:first-child{
    font-size: 10px;
}
.header-socials img {
    width: 1.1rem;
    transition: opacity .2s ease-in;
}

.add-blocker-wrap {
    position: fixed;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y:scroll;
}

.add-blocker-wrap .add-blocker {
    background: #fff;
    width: 90%;
    max-width: 895px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add-blocker #video-content {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
}
.add-blocker #video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comment-wrap {
    background: #e2f0fb;
    border: 1px solid #d6e9f9;
    border-radius: 4px;
}

#search-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1rem 1rem 1rem 2.5rem;
    height: 42px;
}

.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
    font-family: industry, sans-serif;
}

.wp-content h1 {
    font-size: 2.25rem
}

.wp-content h2 {
    font-size: 2rem;
}

.wp-content h3 {
    font-size: 1.75rem;
}
.featured-news .news-content h2 {
    text-transform: none;
}
.mega-menu nav ul.menu.desktop, header nav ul.menu.desktop {
    width: 39rem;
}

@media (min-width: 1200px) {
    .mega-menu nav ul.menu.desktop, header nav ul.menu.desktop {
        width: 45rem;
    }

    .mega-menu nav ul.menu.desktop.non-login, header nav ul.menu.desktop.non-login {
        width: 40rem;
    }
}

@media (min-width: 1351px) {
    .mega-menu nav ul.menu.desktop.non-login, header nav ul.menu.desktop.non-login {
        width: 42rem;
    }
}

.corona-ad {
    display: none;
}
.sans-serif {
    font-family: sans-serif;
}
.latest-headlines li {
    position: relative;
}

#sticky-ad-unit{
    position: fixed;
    bottom: 0;text-align: center;
    width: 100%;z-index: 10;
    background: rgba(255,255,255,0.5);
    padding: 2px 0;
}

@media only screen and (max-width: 600px) {
    #sticky-ad-unit #div-gpt-ad-1621616660668-0{
        width: 320px;
    }
}

.latest-headlines li p:after {
    content: '';
    width: .4rem;
    height: .4rem;
    background-color: #000;
    position: absolute;
    top: 0.36rem;
    left: -5%;
    border-radius: 100%;
}

.plan label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: #99a1bb;
    padding: 1rem;
    font-size: .9rem;
    color: #fff;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: .05rem;
    margin-top: 2rem;
}

.plan label:after {
    content: '';
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5rem;
    border-radius: .05rem;
    position: relative;
    top: .1rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.plan ul {
    margin: 0 1.5rem;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out;
}

.plan ul li {
    padding: .8rem 0;
    border-bottom: 1px solid #e7e7e7;
    font-family: sans-serif;
    font-size: .95rem;
    line-height: 1.2;
    text-align: center;
}

.plan input[type=checkbox] {
    display: none;
}

.plan input[type=checkbox]:checked ~ ul {
    height: 285px;
}

.plan:last-of-type input[type=checkbox]:checked ~ ul {
    height: 543px;
}

.plan input[type=checkbox]:checked ~ label:after {
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
    top: -.3rem;
}

.slick-slide {
    height: auto !important;
}

.fancybox-container {
    z-index: 999999999;
}

.klaviyo_styling .klaviyo_submit_button {
    height: auto !important;
    background-color: #950100 !important;
    min-width: 7rem;
    margin-left: .5rem !important;
    font-family: Industry, sans-serif;
    text-transform: uppercase;
}

.klaviyo_styling input[type=email] {
    font-size: 16px !important;
}

.klaviyo_styling .klaviyo_messages .success_message {
    text-align: center;
}

.klaviyo_styling .klaviyo_field_group {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 1rem;
}


.fancybox-content.book-offering {
    padding: 1rem 13rem 2rem 2rem;
    display: inline-flex !important;
    max-width: 38rem;
    margin: 0 auto;
    border-radius: .5rem;
    overflow: hidden;
}

.book-offering h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: .9;
    margin-top: 1rem;
    width: 85%;
    font-family: Industry, sans-serif;
}

.book-offering .book-offering-inner {
    display: flex;
    align-items: center;
}

.book-offering .book {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 13rem;
    margin: 1rem 0 0 1rem;
    transform: translateY(-50%);
}

.book-offering p {
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .01rem;
    margin-top: 1rem;
}

.book-offering em {
    color: #950100;
    font-style: normal;
    font-weight: bold;
}

.book-offering .qoute {
    max-width: 4rem;
}

.book-offering-call {
    text-align: center !important;
    padding: 2rem 0 1rem;
    margin-right: -10rem;
    font-family: Industry, sans-serif;
}

.book-offering-call > * {
    font-weight: 800;
    text-transform: uppercase;
}

.book-offering-call h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
}

.book-offering-call h4 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
}

.book-offering-call > em {
    font-size: 2rem;
    font-style: normal;
    color: #950100;
    display: block;
    margin: .8rem 0;
}

.book-offering-call > span {
    position: relative;
    font-size: 19px;
    display: block;
    margin-bottom: 20px;
}

.book-offering-call > span:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 1.5px;
    width: 20%;
    background-color: #ddd;
    transform: translateX(-50%);
}

.book-offering-call p {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 800;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.2;
}

.book-offering-call p em {
    font-style: normal;
    color: #ffb638;
}

.book-offering-call a {
    border-radius: 3px;
    display: flex;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #ffb638;
    color: #fff;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 25px auto 0;
}

.load-offer:before {
    content: url(/images/btn-spinner.gif);
    margin: 0 10px;
    position: relative;
    top: 3px;
}

@media screen and (max-width: 500px) {
    .book-offering-call {
        padding: 1rem 0 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .book-offering-call h2 {
        font-size: 2.2rem;
    }
    .book-offering-call p {
        max-width: 100%;
    }
    .book-offering-call em {
        margin: .5rem 0;
        font-size: 1.5rem;
    }
    .book-offering-call a {
        font-size: 16px;
        padding: 10px 50px;
    }
    .fancybox-content.book-offering {
        flex-direction: column-reverse !important;
        max-width: 90%;
        padding: 2rem 0 1.5rem;
        margin: 0 auto;
    }
    .book-offering h3 {
        font-size: 2.2rem;
        line-height: 1;
        margin: 2rem auto .5rem;
        text-align: center;
        width: 70%;
    }
    .book-offering-call h4, .book-offering-call p {
        font-size: 1.2rem !important;
        max-width: 100%;
        line-height: 1.2 !important;
    }
    .book-offering .book-offering-inner {
        margin-right: 0;
    }
    .book-offering p {
        font-size: .9rem;
        line-height: 1.3;
        letter-spacing: .01rem;
        text-align: center;
        margin: 0 1rem 1rem;
    }
    .book-offering .qoute {
        position: absolute;
    }
    .book-offering .book {
        max-width: 45%;
        position: relative;
        right: -2rem;
        margin: 0 auto 1rem;
        display: block;
        transform: translateX(0);
    }
    .klaviyo_condensed_styling, .klaviyo_styling {
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 768px) {
    .corona-ad {
        display: block;
    }
}

.ss.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ss.scroll::-webkit-scrollbar {
    display: none;
}

a.more-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #000000;
}

.rank-name-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

img.rank-logo {
    max-width: 100px;
}

.rank-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top 0.2s ease-in-out;
}

a.rank-hov:hover .rank-hover {
    top: 0;
}

.TextInput__FormStyledTextInput-sc-1o6de9f-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.Button__FormStyledButton-p2mbjt-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 0 !important;    
    overflow: hidden !important;
}

.Row__FormRow-sc-17nghml-0 {
    margin-top: 0px !important;
}

@media screen and (min-width: 992px) {

    .Row__FormRow-sc-17nghml-0 {
        margin-top: 0px !important;
    }
    .dMHKxR.dMHKxR {
        padding: 10px !important;
    }

    
}

@media screen and (max-width: 991px) {
    .kgtZbf.kgtZbf {
        display: block;
    }
    .eUySvI.eUySvI, .lpsQFr.lpsQFr {
        padding:  0 !important;
    }

    .dMHKxR.dMHKxR {
        padding: 0 !important;
    }
    
    .lpsQFr.lpsQFr {
        margin-top: 20px !important;
    }
}

.rank-0::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgba(0,0,0,0.6);
}

.rank-hover.r-0 {
    mix-blend-mode: multiply;
    background: rgba(0,0,0,0.6);
}
    .rank-1::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #FC1922;
}

.rank-hover.r-1 {
    mix-blend-mode: multiply;
    background: #FC1922;
}
    .rank-2::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #00308F;
}

.rank-hover.r-2 {
    mix-blend-mode: multiply;
    background: #00308F;
}
    .rank-3::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #425464;
}

.rank-hover.r-3 {
    mix-blend-mode: multiply;
    background: #425464;
}
    .rank-4::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgba(2,42,58,0.85);
}

.rank-hover.r-4 {
    mix-blend-mode: multiply;
    background: rgba(2,42,58,0.85);
}
    .rank-5::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #F15A23;
}

.rank-hover.r-5 {
    mix-blend-mode: multiply;
    background: #F15A23;
}

#sticky-ad-unit iframe { 
    margin: 0 auto; 
}

@media (min-width: 1400px) {
    .xxl\:block {
        display: block;
    }
}


.ff-banner {
    background: url('../../images/fighting50/banner.jpg') no-repeat center;
    background-size: cover;
}


@media (max-width: 991px) {
    img.ff-logo {
        margin: 0 auto;
        max-width: 260px;
        padding-top: 70px;
    }
}

@media (min-width: 992px) {
    img.ff-logo {
        top: 20px;
        left: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1920px) {
    img.ff-logo {
        max-width: 350px;
    }
}

a.cta-alt {
    width: 210px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

a.cta-alt.gray {
    background: #858585;
    border: 1px solid #b2b2b2;
}

a.cta-alt.blue {
    background: #1955a5;
    border: 1px solid #6f94c7;
}

h1.f-title {
    font-size: 16px;
    color: #d81212;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

img.logo-img {
    border-radius: 50%;
    max-width: 120px;
    max-height: 120px;
}

.flogo-wrap {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%);
}

.f-desc p {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.f-details ul.list li {
    display: flex;
    align-items: center;
}

.f-details ul.list li i {
    margin-right: 10px;
    font-size: 14px;
}

.f-details ul.list li span, .f-details ul.list li span a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.social-media ul li {
    margin: 0 10px;
}

.social-media ul li a {
    width: 26px;
    height: 26px;
    background: #d81212;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease-in-out;
}

.social-media ul li a:hover {
    background: #ff0000;
}

.social-media ul li a i {
    color: #fff;
}

.f50-section {
    background: #f4f4f4;
}

.ff-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ff-category > li {
    margin-right: 10px;
    margin-bottom: 15px;
}

.ff-category > li:last-child {
    margin-right: 0;
}

.ff-category > li a, .ff-category li button.more {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #ededed;
    display: block;
    transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 0;
    overflow-wrap: anywhere;
}

#more-button-mobile {
    min-width: 300px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ff-category > li a:hover, .ff-category li button.more:hover {
    color: #ba1223;
    box-shadow: 1px -1px 18px -6px rgba(140,140,140,0.75);
    -webkit-box-shadow: 1px -1px 18px -6px rgba(140,140,140,0.75);
    -moz-box-shadow: 1px -1px 18px -6px rgba(140,140,140,0.75);
}

.ff-category > li.selected a, .ff-category-sub > li.selected a, .ff-category li button.more:active, .ff-category li button.more:focus {
    background: #1c1564;
    color: #fff;
}

.ff-category-sub {
    position: absolute;
    top:100%;
    right: 0;
    z-index: 9;
}

.ff-category-sub li {
    min-width: 250px;
}

.ff-category.mobile {
    display: none;
}

@media (max-width: 1024px) {
    .ff-category {
        display: none
    }

    .ff-category li {
        width: 100%;
    }

    .ff-category.mobile {
        display: flex;
    }

    .ff-category-sub {
        width: 100%;
    }

    .ff-category-sub li {
        min-width: 300px;
        width: 100%;
        max-width: 100%;
    }
}

.ff-blue-section {
    background: #1b1564;
}

.ff-blue-section h3 {
    font-family: 'Montserrat', sans-serif;
}

.cta-bottom {
    background: #ba1223;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    min-width: 250px;
}

.ff-overlay {
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.ff-overlay-content {
    border-radius: 20px;
}

.ff-overlay-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .ff-overlay-content p {
        font-size: 12px;
    }
}

.ff-overlay-content a.close-btn {
    width: 60px;
    height:60px;
    border-radius: 50%;
    position: absolute;
    display: block;
    background-color: #c7c7c7;
    top: -25px;
    right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

.ff-overlay-content a.close-btn:hover {
    background-color: #9d9d9d;
}

.ff-overlay-content a.close-btn:before, .ff-overlay-content a.close-btn:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
}

.ff-overlay-content a.close-btn:before {
    transform: rotate(45deg) translate(10px, -10px);
}

.ff-overlay-content a.close-btn:after {
    transform: rotate(-45deg) translate(-10px, -10px);
}

@media (max-width: 767px) {
    .ff-overlay-content a.close-btn {
        width: 30px;
        height: 30px;
        top: -10px;
        right: -10px;
    }

    .ff-overlay-content a.close-btn:before, .ff-overlay-content a.close-btn:after {
        width: 15px;
    }

    .ff-overlay-content a.close-btn:before {
        transform: rotate(45deg) translate(5px, -6px);
    }
    
    .ff-overlay-content a.close-btn:after {
        transform: rotate(-45deg) translate(-4px, -5px);
    }
}

@media (max-width: 575px) {
    .search-menu.inside-page {
        top: 99px;
    }
}

@media screen and (min-width: 2000px) {
    .quicklinks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: auto;
		top: 45%;
		width: 5.3rem;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 1px solid #d5d5d5;
	}

    .quicklinks .quick-share {
        -webkit-transform: translateX(3%);
        -ms-transform: translateX(3%);
        transform: translateX(3%);
        left: 100%;
        top: 0.5rem;
    }

    .quicklinks .label {
        margin-right: 0;
    }

    

    .quick-share:before, .quick-share:after {
        right: 100%;
        left: auto;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .quick-share:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 6px;
        margin-top: -7px;
    }

    .quick-share:before {
        border-color: rgba(128, 128, 128, 0);
        border-right-color: #e8e8e8;
        border-width: 7px;
        margin-top: -8px;
    }
    
}

img.dsq-widget-avatar {
    min-height: 50px !important;
    min-width: 50px !important;
    object-fit: cover;
}

.bg-dark-black {
    background-color: #1e272e;
}

@media screen and (max-width: 767px) {
    .search-menu.collapse {
        transform: translateY(-300%);
    }

    /* .mega-menu .nav-wrap a, header .nav-wrap a {
        margin-left: 1rem;
    } */

    .mega-menu .nav-wrap a.menu-toggle, header .nav-wrap a.menu-toggle {
        margin-left: 14px;
    }

    .mega-menu .nav-wrap a.menu-toggle span, header .nav-wrap a.menu-toggle span {
        display: block;
        height: 3px;
        width: 27px;
        background: #fff;
        border-radius: 0px;
        margin-bottom: 5px;
    }

    .mega-menu .nav-wrap a.menu-toggle, header .nav-wrap a.menu-toggle {
        position: relative;
        width: 27px;
        height: 20px;
    }

    .search-menu {
        top: calc(24px) !important;
    }

    .mega-menu.collapse {
        transform: translateY(0%) translateX(-400%);
    }

    .mega-menu {
        transform: translateY(0%) translateX(-100%);
        width: 90%;
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        overflow-y: scroll;
    }

    body.menu-show {
        transform: translateX(90%);
        transition: transform .2s ease-in-out;
        overflow: hidden;
    }

    body.menu-hide {
        transition: transform .2s ease-in-out;
    }

    ul.mobile-menu > li > a {
        border-bottom: 2px solid #fa9c28;
    }

    .no-margin-mobile {
        margin: 0 !important;
    }
}

.mejs__container {
    background: #1e272e !important;
}

.mejs__controls:not([style*="display: none"]) {
    background: #1e272e !important;
}