/* CHANGE THE MAX HEIGHT OF THIS CLASS TO ALLOW FOR A BIGGER LOGO */

html body #wrapper #outer-header #inner-header .secondarylogo {
    max-height: 75px;
}

/* ADJUST THE FONT WEIGHT OF ALL P TAGS IN THE SITE */

#text p {

    font-weight: 400 !important;
    margin: 0px 0px 20px 0px;

}

/* ADJUST ALL LIST ITEMS IN THE BODY OF THE SITE */

#text ul {
    list-style: disc;
    margin-left: 1rem;
  }
  #text ul li {
    margin-bottom: .5rem;
  }
  #text ul li:last-of-type {
    margin-bottom: 0;
  }


/* DOWNLOAD CSS */

.download {
    background: url(https://microcontrib.hays.com/documents/4066077/0/hays_1236390.png) 10px center no-repeat;
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  
  .download:hover {
    background: url(https://microcontrib.hays.com/documents/4066077/0/hays_1236390.png) 10px 0px no-repeat; }

