﻿.page-article .page-nav.subpage-buttons > ol > li.active > a, .page-article .page-nav.subpage-buttons > ol > li > a:hover, .page-article .page-nav.subpage-buttons > ul > li.active > a, .page-article .page-nav.subpage-buttons > ul > li > a:hover {
    border: 2px solid #f07d00 !important;
    color: #f07d00 !important;
    opacity: 1 !important;
}

.page-article .page-nav.subpage-buttons > ol > li > a, .page-article .page-nav.subpage-buttons > ul > li > a {
    color: #f07d00 !important;
    border: 2px solid #f07d00 !important;
    opacity: .7 !important;
}

section#filter-bar a.reset-filter > i {
    font-weight: 700;
    color: white;
}

section#filter-bar a.reset-filter > span {
    font-weight: 700;
    color: white;
}

#page-header .floating-breadcrumb {
    float: left !important;
    margin-top: -35px !important;
}

#page-header .floating-breadcrumb > li > a {
    color: black !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) !important;

}

#page-header .floating-breadcrumb > li > a:hover{
    color: #f07d00 !important;
    outline:0;
}

#page-header .floating-breadcrumb > li {
    color: black !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) !important;
}

#page-header .floating-breadcrumb > li.active > a {
    color: #f07d00 !important;
}

@media only screen and (max-device-width : 768px) {
    #page-header .floating-breadcrumb {
        margin-top: -18px !important;
    }

}

.happening-thumb {
    min-height: 156px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

/*Start Resize Text*/
header .sub-nav {
    max-width: 80% !important;
    min-width: 50% !important;
}

.textTool-mobile {
    margin-top: 5px !important;
}

.plusBtn-mobile{
    background: url(../HammerFlex/img/plus_Button.png) no-repeat !important;
     margin-left: -15px;
}

.minBtn-mobile {
    background: url(../HammerFlex/img/minus_Button.png) no-repeat !important;
}

.textTool-mobile .label {
    color:black !important;
    float: left;
    margin-top: 4px;
    margin-left: 15px !important;
    font-size: 10.5px;
}

.minBtn-mobile, .plusBtn-mobile {
    width: 16px !important;
    height: 16px !important;
    float: left !important;
    display: block !important;
    text-indent: -9999px !important;
    color: transparent !important;
}


@media only screen and (max-device-width : 1199px)
{ 
    .textTool {
      margin-left: -20px;
    }
}

/*(min-device-width : 1024px) and (max-device-width : 1366px)*/ 
@media only screen and (max-device-width : 1024px)
{ 
    .textTool {
      margin-left: -28px;
      margin-top: 9px;
    }
}

.textTool {
    margin-top: 5px;
}

.textTool .label {
    color:black !important;
    float: left;
    margin-top: 4px;
    font-size: 10.5px;
}

.btnCustom, .minBtn, .plusBtn {
    width: 16px;
    height: 16px;
    float: left;
    display: block;
    margin: 2px;
    text-indent: -9999px;
    color: transparent;
}

.plusBtn {
    background: url(../HammerFlex/img/plus_Button.png) no-repeat;
}

.minBtn {
    background: url(../HammerFlex/img/minus_Button.png) no-repeat;
}

/*End Resize Text*/

.not-found h2 {
    display: inline-block;
    width: 100%;
    font-size: 2.875em;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #f07d00;
}

.not-found p {
    text-align: justify;
}

p {
    margin: 0px 0 25px 0;
}

.not-found ul, .not-found ol {
    padding-left: 30px;
}

.not-found ul li, .not-found ol li {
    list-style: disc;
    margin-bottom: 5px;
}

.arrow-scroller {
    position: absolute;
    left: 47.5%;
    z-index: 999;
    bottom: -50px;
    opacity: 0.9;
}

@media(max-width: 991px) {
    .arrow-scroller {
        left: 45%;
        bottom: -90px;
    }
}
@media(max-width: 741px) {
    .arrow-scroller {
        left: 40%;
    }
}

@media(max-width: 450px) {
    .arrow-scroller {
        left: 38%;
    }
}

    .arrow-scroller img {
        width: 80px;
    }

header.mobile {
    z-index: 9999999999;
}

header.mobile .mobile-menu .row > div[class^="col-"] ul {
    overflow-y: scroll;
    height: auto !important;
    max-height: 256px !important;
}