/* GENERAL */
.view-latest-bulletin ul.pager li.pager-current {display:none;}

/* Pager previous and next ul-li wrapper */
.view-latest-bulletin ul.pager li.pager-previous {
  float: right;
  position: relative;
  margin-right: 10px;
  margin-top: 20px;
}
.view-latest-bulletin ul.pager li.pager-next {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* pager previous and next link */
.view-latest-bulletin ul.pager li.pager-previous > a {
  background: url(ico_next.png) 0 0 no-repeat;
  position: relative;
  height: 50px;
  width: 50px;
  float: right;
  text-indent: -999999em;
  border: none;
}
.view-latest-bulletin ul.pager li.pager-next > a {
  background: url(ico_previous.png) 0 0 no-repeat;
  position: relative;
  height: 50px;
  width: 50px;
  float: right;
  text-indent: -999999em;
  border: none;
}


/* FULL-WIDTH */
@media only screen and (min-width: 800px) {
  .view-latest-bulletin ul.pager li.pager-previous {
    top: -250px;
  }
  .view-latest-bulletin ul.pager li.pager-next {
    top: -250px;
  }
}

@media only screen and (width: 800px) {
  .view-latest-bulletin ul.pager li.pager-previous {
    //* top: -250px; */
    margin-left: 0px;
  }
  .view-latest-bulletin ul.pager li.pager-next {
    //* top: -250px; */
    margin-right: 0px;
  }

}

/* TABLET AND MOBILE */
@media only screen and (max-width: 799px) {
  .view-latest-bulletin ul.pager {
    top: 20px;
    position: relative;
  }
  .view-latest-bulletin ul.pager li.pager-previous {
    top: -25px;
    margin-left: 10px;
    margin-bottom: 25px;

  }
  .view-latest-bulletin ul.pager li.pager-next {
    top: -45px;
    margin-right: 10px;
    margin-bottom: 25px;
  }
}

.gdpr-bulletin {
  color: white;
  width:100%;
  padding-bottom:10px;
}
.mailchimp-signup-subscribe-form div.form-item-mergevars-consent label {
  width:100% !important;
}
.mailchimp-signup-subscribe-form div.form-item-mergevars-consent input {
  width:5% !important;
  margin:0;
  top:0;
}

.mailchimp-signup-subscribe-form div.form-item-mergevars-consent label span{
  width:100% !important;
  margin-left: 5px;
}