/********** Transition ************/
a,i,input[type="submit"], form button,.clientarea-layer .loggedin-status span{ outline: medium none;  text-decoration: none; -webkit-transition : all 0.2s linear 0s; -moz-transition : all 0.2s linear 0s; -ms-transition : all 0.2s linear 0s; -o-transition : all 0.2s linear 0s; transition : all 0.2s linear 0s}

/*********** clearFix ************/
.top-menu .clientarea-layer:after,.questions-layer .top-layer:after,
.questions-layer .top-layer .filter-layer:after,
.clientarea-layer .loggedin-status .sublayer .avatar:after,
.questions-layer .top-layer .filter-layer form:after{display: block; clear: both; content: ''; visibility: hidden; height: 0; line-height: 0}

.landing-layer{
    width: 100%;
    position: relative;
    background: url('../images/landing.jpg') no-repeat top center;
    background-size: cover;
    padding: 70px 0 90px;
    border-top: 4px solid #fecd32
}
.landing-layer header .logo{
    width: 175px;
    display: block;
    margin: 0 auto 45px
}
.landing-layer header .logo img{
    width: 100%
}
.landing-layer header h1{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin: 25px 0 20px;
    width: 100%;
    text-align: center
}
.landing-layer header h1 span{
    color: #fecd32
}
.landing-layer header h2{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px
}
.landing-layer .search-form{
    width: 560px;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(255,255,255,0.3);
    padding: 5px
}
.landing-layer .search-form form{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
    position: relative;
}
.landing-layer .search-form form input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(255,255,255,0.3);
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    border:0;
}
.landing-layer .search-form form button{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border:0;
    background-color: transparent;
    color: #2a4658
}
.landing-layer .search-form form button:hover{
    color: #53758b
}

.top-menu{
    width: 100%;
    border-bottom: 1px solid #eaf1f2;
    margin-bottom: 30px
}
.top-menu nav{
    width: 70%;
    float: right;
}
.top-menu nav > span{
    font-size: 28px;
    color: #53616b;
    width: 40px;
    height: 40px;
    margin-top: 9px;
    display: none
}
.top-menu nav > span:hover{
    color: #007cd4;
    cursor: pointer;
}
.top-menu nav ul li{
    display: inline-table;
    float: right;
}
.top-menu nav ul li a{
    width: 100%;
    display: block;
    line-height: 25px;
    padding: 18px 0 18px 28px;
    font-size: 14px;
    color: #2a4658
}
.top-menu nav ul li a:hover{
    color: #007cd4
}
.top-menu .clientarea-layer{
    width: 30%;
    float: left;
}
.clientarea-layer .loggedin-status,
.clientarea-layer .signout-status{
    width: auto;
    display: table;
    float: left;
    line-height: 24px;
    padding: 15px 0;
    position: relative
}
.clientarea-layer .loggedin-status i,
.clientarea-layer .signout-status i{
    color: #9dabb4;
    font-size: 18px;
    margin-left: 6px;
    position: relative;
    top:3px
}
.clientarea-layer .loggedin-status > span,
.clientarea-layer .signout-status a{
    color: #2a4658
}
.clientarea-layer .loggedin-status > span:hover,
.clientarea-layer .signout-status a:hover{
    color: #007cd4;
    cursor: pointer;
}
.clientarea-layer .loggedin-status .sublayer{
    position: absolute;
    left: 0;
    top: 62px;
    min-width: 250px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #eaf1f2;
    border-top: 0;
    z-index: 100;
    display: none
}
.clientarea-layer .loggedin-status .sublayer .avatar > a{
    width: 55px;
    float: right;
    margin-left: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    border:2px solid #eaf1f2;
}
.clientarea-layer .loggedin-status .sublayer .avatar > a img{
    width: 100%
}
.clientarea-layer .loggedin-status .sublayer .avatar > div{
    width: 135px;
    float: right;
}
.clientarea-layer .loggedin-status .sublayer .avatar > div .fullname{
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 10px
}
.clientarea-layer .loggedin-status .sublayer .avatar > div .detail{
    display: block;
    font-size: 12px;
    line-height: 10px;
    color: #aabbc2
}
.clientarea-layer .loggedin-status .sublayer ul{
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eaf1f2
}
.clientarea-layer .loggedin-status .sublayer ul li a{
    line-height: 28px;
    font-size: 13px;
    color: #2a4658;
    position: relative;
    padding-right: 14px
}
.clientarea-layer .loggedin-status .sublayer ul li a:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #007cd4;
    position: absolute;
    right: 0;
    top: 11px;  
}
.clientarea-layer .loggedin-status .sublayer ul li a:hover{
    color: #007cd4;
    padding-right: 16px
}
.clientarea-layer .loggedin-status .sublayer ul li a:hover{
    color: #007cd4;
    padding-right: 16px
}
.questions-layer{
    width: 70%;
    float: right;
    border-left: 1px solid #eaf1f2;
    padding-left: 25px
}
.questions-layer .top-layer{
    width: 100%;
    border-bottom: 1px solid #eaf1f2;
    padding-bottom: 25px
}
.questions-layer .top-layer > a{
    float: right;
    width: auto;
    display: table;
}
.questions-layer .top-layer .filter-layer{
    width: auto;
    display: table;
    float: left;
}
.questions-layer .top-layer .filter-layer .select-layer{
    position: relative;
    width: 220px;
    float: right;
    border: 1px solid #eaf1f2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    height: 45px;
}
.questions-layer .top-layer .filter-layer .select-layer:after{
    width: 23px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    content: '\f1e3';
    font-family: 'bugfixer';
    line-height: 47px;
    text-align: right;
    font-size: 9px;
    z-index: 2;
    color: #8AA9BD
}
.questions-layer .top-layer .filter-layer .select-layer select{
    position: relative;
    width: 100%;
    border:0;
    z-index: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px
}
.questions-layer .top-layer .filter-layer button{
    position: relative;
    width: 45px;
    float: left;
    margin-right: 10px;
    height: 45px;
    border: 1px solid #eaf1f2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    color: #9dabb4;
    font-size: 19px
}
.questions-layer .top-layer .filter-layer button:hover{
    color: #2a4658
}
.questions-layer .top-layer .filter-layer button i{
    position: relative;
    right: 1px
}


@media screen and (max-width : 1199px){
    .questions-layer{
        width: 65%
    }
}
@media screen and (max-width : 991px){
    
    .questions-layer{
        width: 100%;
        float: none;
        padding-left: 0;
        border-left: 0
    }
    .top-menu nav{
        width: 50px;
    }
    .top-menu .clientarea-layer{
        width: 230px
    }
    .top-menu nav > span{
        display: block;
    }
    .top-menu nav{
        position: relative;
    }
    .top-menu nav ul{
        width: 220px;
        position: absolute;
        right: 0;
        top: 58px;
        background-color: #fff;
        padding: 15px 20px;
        z-index: 100;
        border:1px solid #eaf1f2;
        border-top: 0;
        display: none;
        z-index: 1000
    }
    .top-menu nav ul li{
        width: 100%;
        display: block;
        float: none
    }
    .top-menu nav ul li a{
        line-height: 28px;
        padding: 0;
        position: relative;
        font-size: 13px;
        padding-right: 12px;
        color: #2a4658
    }
    .top-menu nav ul li a:hover{
        padding-right: 15px;
        color: #007cd4
    }
    .top-menu nav ul li a:before{
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color: #007cd4;
        position: absolute;
        right: 0;
        top: 12px; 
    }
}
@media screen and (max-width : 600px){
    .landing-layer .search-form{
        width: 100%
    }
    .landing-layer header h1{
        margin-top: 0
    }
    .landing-layer header .logo{
        margin-bottom: 35px
    }
    .landing-layer{
        padding: 45px 0 60px
    }
    .landing-layer header h1{
        font-size: 16px
    }
    .landing-layer header h2{
        line-height: 30px;
        margin-bottom: 35px
    }

}

@media screen and (max-width : 460px){
    .questions-layer .top-layer > a{
        float: none;
        margin-bottom: 20px
    }
    .questions-layer .top-layer .filter-layer{
        display: block;
        width: 100%;
        float: none
    }
    .questions-layer .top-layer .filter-layer form{
        width: 275px;
    }
}

@media screen and (max-width : 380px){
    .landing-layer header .logo{
        width: 155px; 
    }
    .landing-layer header h1{
        font-size: 13px
    }
    .landing-layer header h2{
        line-height: 28px;
        margin-bottom: 30px;
        font-size: 13px
    }
    .landing-layer .search-form form input{
        font-size: 13px
    }
}
@media screen and (max-width : 320px){
    .questions-layer .top-layer > a{
        width: 100%;
        text-align: center;
    }
    .questions-layer .top-layer .filter-layer form{
        width: 100%
    }
    .questions-layer .top-layer .filter-layer .select-layer{
        width: 235px
    }
}



.bulk-current-departments {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

    .bulk-current-departments strong {
        margin-left: 5px;
        font-size: 12px;
    }

.bulk-department-badge {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    background-color: #5db2ff;
    color: #fff !important;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
}