*, *:focus, *:hover {
    outline: none;
}

button.fl-menu-mobile-toggle.hamburger {
    color: black;
}

/*nav styles*/
header nav #menu-main-navigation.menu li:nth-of-type(1) {
    background: #BA0C2F;
}
header nav #menu-main-navigation.menu li:nth-of-type(2) {
    background: #EA7600;
}
header nav #menu-main-navigation.menu li:nth-of-type(3) {
    background: #8bb8e8;
}
header nav #menu-main-navigation.menu li:nth-of-type(4) {
    background: #7A9A01;
}
header nav #menu-main-navigation.menu li:nth-of-type(5) {
    background: #00205B;
}
header nav #menu-main-navigation.menu li:nth-of-type(6) {
    background: #daaa00;
}
header nav #menu-main-navigation.menu li:nth-of-type(7) {
    background: #741b47;
}

header nav #menu-main-navigation.menu li:hover{
    filter: brightness(1.20);
}

header nav #menu-main-navigation.menu li .sub-menu{
    padding:  0 !important;
}

header nav #menu-main-navigation.menu li .sub-menu li{
    background: white;
    border: 1px solid black !important;
    border-top: none !important;
    border-radius: 0;
}

header nav #menu-main-navigation.menu li .sub-menu li a{
    font-weight: bold;
}

header nav #menu-main-navigation.menu li .sub-menu li a:hover{
    color: black !important;
}

@media screen and (min-width:  992px){
    header nav #menu-main-navigation.menu li:first-of-type{
        border-radius: 20px 0 0 20px;
    }
    header nav #menu-main-navigation.menu li:last-of-type{
        border-radius: 0 20px 20px 0;
    }
}


/*filter styles*/
.result-item {
    display: none;
    width: 100%;
}

.result-buttons {
    display: flex;
    flex-wrap: wrap;
}

.result-buttons a {
    padding: 10px;
}

h2.no-results {
    color: #bebbbb;
}

.show-result {
    display: block !important;
}

.pathway-results, .school-results, .exploration-results {
    min-height: 200px;
    border: 3px solid #e0dfdf;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
}

.filter-schools, .filter-pathways, .filter-explorations {
    padding: 20px;
    border: 3px solid #e0dfdf;
    min-height: 200px;
    border-radius: 5px;
}

@media screen and (max-width:  768px){
    .filter-results {
        margin-top: 20px;
    }
}

@media screen and (max-width: 400px){
    #filter button{
        width: 100%
    }
}

#filter button i.fa-sqaure {
    display: inline;
}
#filter button i.fa-check-square {
    display: none;
}

#filter button.active i.fa-square{
    display: none;
}

#filter button.active i.fa-check-square{
    display: inline;
}



#filter h2{
    margin: 0;
    text-transform: uppercase;
    font-size:  25px;
}

.filter-form .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.filter-pathways, .school-results, .filter-schools .middle-schools, .filter-explorations, .exploration-results{
    display: none;
}

.filter-form h2 {
    margin: 0;
    color: white;
    text-transform: uppercase;
}

.filter-form {
    padding: 20px;
    background: #00205b;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #EA7600;
}

.filter-form select {
    padding: 10px;
}

.school-results .no-results,
.pathway-results .no-results,
.exploration-results .no-results {
    padding: 50px 0;
}

.pathway-items,
.middle-schools-items,
.high-schools-items,
.exploration-items {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.filter-pathways button,
.filter-schools button,
.filter-explorations button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    border: none;
    background: #8bb8e8;
    width: 48%;
    margin: 5px 3px;
}

.filter-pathways button i,
.filter-schools button i,
.filter-explorations button i{
    margin-right: 8px;
    background: white;
    line-height: .8;
}

.result-item a {
    padding: 10px;
    margin: 5px 2px;
    background: #00205b;
    color: white;
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}

.result-item a:hover {
    background: #0244bd;
    color: white;
    text-decoration: none;
}

#filter button:active, #filter input[type=button]:active, #filter input[type=submit]:active, #filter button:focus, #filter input[type=button]:focus, #filter input[type=submit]:focus, #filter button:hover {
    border: none;
    color: #000;
    background: #4e9bed;
    outline: none;
    position: relative;
    top: 1px;
}

h2.result-title {
    padding-bottom: 10px;
}

.result-item .result-title {
    text-transform: uppercase;
}


@media screen and (max-width:  991px){
   .inner-wrap {
        flex-direction: column;
    } 
}



#drawer-menu{
    z-index: 99999;
    background: #ea7600;
    height: 100%;
    position: fixed;
    right: -345px;
    top: 0px;
    transition: ease-in-out all .5s;
    width: 345px;
}
#drawer-menu > .fl-module-content {
    background: #ea7600;
}

#drawer-menu > .fl-module-content.fl-node-content{
    margin: 20px 45px 20px 20px;
}

#drawer-menu li{
    border-bottom: 1px dotted #fff;
}
#drawer-menu li:hover{
    border-bottom: 1px solid #fff;
}

#drawer-menu li a{
    font-size: 14px;
    padding: 12px;
}
#drawer-menu li a:hover{
    background: #fff;
    color: #ea7600;
}

#all-pathways a{
    position: fixed;
    right: -61px;
    top: 36%;
    z-index: 99999;
    transform: rotate(-90deg);
    transition: ease-in-out all .5s;
    box-shadow: -7px -1px 12px rgb(0 0 0 / 25%);
    padding: 19px 37px;
}

#drawer-menu.opened{
    right: -42px;
    box-shadow: 20px 25px 56px #000;
}
#all-pathways a.opened{
    right: 242px;
    box-shadow: none;
    background-color: #ea7600;
}
#all-pathways a:focus{
    background-color: #ea7600;
}

#drawer-menu.opened #menu-drawer{
    overflow-y: scroll;
}

#drawer-menu.opened #menu-drawer::-webkit-scrollbar {
    width: 12px;
}

#drawer-menu.opened #menu-drawer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

#drawer-menu.opened #menu-drawer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #8bb8e8;
}


/*@media screen and (min-height: 501px) and  (max-height: 900px){
    #drawer-menu.opened #menu-drawer{
        max-height: 500px;
    }
}
@media screen and (max-height: 500px){
    #drawer-menu.opened #menu-drawer{
        max-height: 300px;
    }
}*/


@media screen and (max-width: 767px){
    #all-pathways, #drawer-menu{
        display: none;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1304px){

    .fl-node-5f9863fa75a6d .menu-item a{
        padding-left: 7px !important;
        padding-right: 25px !important;
    }

}