/* Support #106899 - Making URL Blocks Legible */

.page-id-475 .url_block .link-page{
	display:block;
}

/* Support #124758 - Hide Cookie after clicked */

	div#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden { display: none; }

/* Support #125041 - Fix Flexslider Icons */

.flex-direction-nav a::before {
    content: '\f001';
    line-height:1.2;
    font-size:24px;
    line-height:40px;
    height:40px;
    padding:0 10px 10px;
}

.flex-direction-nav a.flex-next::before {
    content: '\f002';
}

/* Support #127040 - Fix Red CTA Button Text Color */

#content .section .cta-red {
    color: white !important;
}

/* Support #128239 - Remove sub-menu arrows */

    .page-template-template-textheavy #sidebar .widget_nav_menu li li a:after { display: none; }

/* Support #128166 - Fix Calender Data Columns */

.page-template-page-printable_calendar .calendar_data > div{
    float:left;
    overflow:hidden;
}    

.page-template-page-printable_calendar .calendar_data .support-event-title{
    width:40%;
}

.page-template-page-printable_calendar .event-category{
    font-family: 'DIN';
    font-size:14px;
}

/* Support #135163 - Fix Accordion Layout mishap */

.page-template-template-accordion .acc-files{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-template-template-accordion .acc-files li a{
    height: auto;
}


/* Support #188485 - Category Check-box Styling */

    #sidebar .widget.widget_filter [type="checkbox"]:checked + label:after { content: "✓"; }

/* Support #210820 - Fixing Menu Columns */
#menu-nra-competitions li, #menu-leagues li {
    display: inline-block;
    width: 49%;
}