@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pager{
  font-family: 'roboto';
  position:relative;
  text-align:right;
  line-height:1;
}
.pager:before{
  position:absolute;
  left:0;
  top:50%;
  right:11.25em;
  border-bottom:1px dotted #999;
  content:"";
}
.pager li{
  color: #666;
  display:inline-block;
  padding-right:1em;
  background-color:#fff;
  position:relative;
  float:left;
  margin-top:1.5em;
}
.pager li.active{ 
  color: var(--theme-green);
  margin-top:0.875em;
}
.pager li:first-child,.pager li:last-child{
  padding:0;
  float:none;
  margin-top:0;
}
.pager li:first-child{
  margin-right:1.25em;
}
.pager li a,.pager li span{
  font-size: 1.125em;
}
.pager li.active a{
  font-size:2em;
}
.pager li:first-child a,.pager li:last-child a,.pager li:first-child span,.pager li:last-child span{
  font-size: 1em;
  background-color:var(--theme-blue);
  width:4em;
  height:4em;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.pager li:first-child a::before,.pager li:last-child a::before,.pager li:first-child span::before,.pager li:last-child span::before{
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 1.125rem;
}
.pager li:first-child a,.pager li:first-child span{
  transform: rotate(-180deg);
}
@media only screen and (min-width:1025px){
  .pager li:hover{ 
    color: var(--theme-green);
  }
}
@media only screen and (max-width:1024px){
  .pager{
    font-size: 1.2em;
  }

}