/* Links */
small a {
	text-decoration:underline;
}
small a:hover {
	text-decoration: none;
}

small.terms {
  font-size: 12px;
  color:#fff;
}

/* Buttons */

#mc_embed_shell .button {
  cursor:pointer;
}

#mc_embed_shell .button:hover, a.button:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}


/* Lists */

ul.bullets {
  margin: 10px 0 0 30px;
  list-style: disc;
}

/* Hiding arrows on med/large screens until more slider content produced */

@media screen and (min-width:800px) {
  .slick-arrow {
    display: none!important;
  }
}

/* Slider */

.sliderIcon {
  min-height: 118px;
  padding-bottom: 18px;
}
a.footer-text-link {
 text-decoration: underline; 
}
a.footer-text-link:hover {
  text-decoration: none;
}

/* Thankyou page */

.button.thankyou {
padding-right: 25px;
margin-top:25px;
}

.button.thankyou::after {
  display:none;
}

.header-thankyou {
  margin-bottom:50px;
}

.thankyou-container {
  min-height:77vh;
}