

.carousel-inner .item.dark .slider_content .text .qbutton {
    background-color: transparent;
}
.orange-type {
color:#f26722 !important;
}
.red-type {
color: #d11145 !important;
}
.q_team .q_team_title_holder .q_team_name {
font-size: 20px !important;
}

/*GLMOD: Override so small event panels on home page will also be separated on mobile. The 30px spacer rows only work properly on desktop, not on the individual panels in responsive mode.***/
.vc_column_container>.vc_column-inner { padding-bottom: 30px; }

/*GLMOD: Styling for rules on Home Page News content.**************************/
.home-page-news hr { margin: 0 80px !important; text-align: center;
overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: solid #fff;
    color: #fff;
 }
.home-page-news hr:after {
content: "§";
    display: inline-block;
    position: relative;
    top: -0.6em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #D11145;
}