body{
   color:#333
}

.strong
{ font-weight:bold }

.small, .smallerText {
   font-size:80%
}
.fa.faFamily {
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-size:70%;
    display:inline-block;
}

.faFamily:before {
    font-family: 'FontAwesome';
    content: '\f1ae\f1ae';
    font-size:70%;
    margin-right:0.25em
}
.faFamily:after {
    left: 1.2em;     
    width:1em; 
    font-family: 'FontAwesome';
    content: '\f182\f183';
    font-size:100%;
    margin-left:0.25em
}

h2.fa-glass:before, h2.fa-calendar:before, h2.fa-users:before {
    margin-right:0.25em
}

html .page .text-hover-white {
  color:#ffffff;
  transition: .3s all ease; }
  html .page .text-hover-primary:hover {
    color: #829843; }

.swiper-pagination-bullet {
   background-color:transparent;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff; }


.page .range ul.list-file {
   list-style: none;
    padding: 4px 0 12px 4px;
    margin: 0;
   line-height: 1.6;
}     
.page .range .list-file li{
  color: #000;
  list-style:none;
  position: relative;
  padding-left: 22px;  
  color: #829843;
}
.page ul.disc {
   list-style:disc;
}
 .page .range .list-file li:before{
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f0f6';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 11px;
    font-size: 13px;
    vertical-align: middle;
    color: #829843; }

.page .range .list-file li.result-file:before{   
    content: '\f15c';
    font-family: 'FontAwesome';
    color: #829843
   }

   .page .range .list-file li a:hover {
      text-decoration:underline
   }
@media (min-width: 992px) {
   ul.rd-navbar-nav > li.rd-navbar--has-dropdown > a:after {
      position:relative;
      top: 0;
      left: 0;
      content: '\f078';
       margin-left:4px;
       font: 400 12px/12px "FontAwesome";
       text-align: center;
       transition: 0.4s all ease;
       color: #585858;
   }
   ul.rd-navbar-nav > li.rd-navbar--has-dropdown > a:hover:after {      
       color: #829843;
   }
}
/* Built Dec 31, 2017*/
.Build20171231 {
   color:#000;
}