/* range slider
/* ------------------------ */

.rangeSliderYearsList{
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.rangeSliderYearsList > li{
    float: left;
    padding-right: 10px;
    cursor: pointer;
    transition: color .2s ease-in-out;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom:4px;
}
.rangeSliderYearsList > li:not(:first-child){
    border-left: 1px solid #e5e5e5;
    padding-left:10px;
}
.rangeSliderYearsList > li.active,
.rangeSliderYearsList > li:hover{
    color: #008ecf;
}
.newsRangeSliderWrap{
    padding: 0 30px;
}
.newsRangeSliderWrap .prev, .newsRangeSliderWrap .next{
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #ccc;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
}
.newsRangeSliderWrap .prev{
    left: 0;
}
.newsRangeSliderWrap .next{
    right: 0;
}
.newsRangeSliderWrap .prev:hover, .newsRangeSliderWrap .next:hover{
    background-color: #008ecf;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container{
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #f2f2f2;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{
    padding-left: 2px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{
    border-left: 2px solid #fff;
    margin-top: 0;
}
.ui-rangeSlider-bar{
    background: rgba(0, 142, 207, .3);
    border-radius: 0;
    box-shadow: none;
    transition: background-color .2s ease-in-out;
}
.ui-rangeSlider-bar:hover{
    background: rgba(0, 142, 207, .7);
}
.ui-rangeSlider-handle{
    background: rgba(0, 142, 207, .7);
    transition: background-color .2s ease-in-out;
}
.ui-rangeSlider-handle:hover{
    background: rgba(0, 142, 207, .9);
}
.ui-rangeSlider-label{
    box-shadow: none;
    border-radius: 0;
    background: #008ecf;
}
.ui-rangeSlider-label-inner{
    border-top: 10px solid #008ecf;
    z-index:1;
}
.ui-rangeSlider-label-value{
    font-size:14px;
    font-weight: 500;
}
/* news filters
/* ------------------------ */

.newsCategoriesWrap{
    padding: 30px 0;
    text-align: center;
}
.newsCategoriesList, .newsCategoriesList > li{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline-block;
}
.newsCategoriesList > li{
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight:500;
    padding: 4px 10px;
    text-align: center;
    min-width: 150px;
    border: 1px solid #e5e5e5;
    margin-right: 2px;
    transition: background-color .2s ease-in-out;
    cursor: pointer;

}
.newsCategoriesList > li:hover,
.newsCategoriesList > li.active{
    color: #fff;
    background: #008ecf;
    border-color: #008ecf;
}
.selectedCounter{
    display: none;
    text-align: right;
    color: #000;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 10px;
}
.selectedCounter > strong{
    font-weight: 600;
}
.newsListWrap > div{
    display: none;
}
.newsDateTitle{
    font-size: 20px;
    color: #000;
    margin-top: 30px;
}
.newsNotFound{
    display: none;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 30px 0;
}
.card .subtitle p{ font-size: 14px }
/* attachment request form
/* ------------------------ */
.attachRequestWrap{
    background: #008ecf;
    margin: 30px 0;
    padding: 30px;
}
.attachRequestWrap .title{
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px;
}
.attachRequestWrap .desc{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
#attachRequestForm{
    margin: 30px 0 0;
}
#attachRequestForm .form-group{
    max-width: 400px;
    margin: 0 auto;
}
#attachRequestForm input[type=text]{
    width: 100%;
    padding: 20px 100px 0 7px;
}
#attachRequestForm .btnSubmit{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    transition: background-color .2s ease-in-out;
}
#attachRequestForm .btnSubmit:hover{
    background-color: #6e7178;
}
#attachRequestForm .form-group .help-block{
    color: #000;
}
