/* Generated by less 3.11.1 */
p.small {
  font-size: 1.2rem;
}
a.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #003C82;
  background-color: #fff;
  border: none;
  padding: 1.5rem 9rem 1.5rem 5rem;
  margin-right: 6rem;
  margin-bottom: 1em;
}
a.btn:after {
  content: '';
  display: inline-block;
  height: 1.25em;
  width: 1.95em;
  margin-left: 0.5em;
  vertical-align: sub;
  background-image: url("/files/layout/img/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  transition: 0.5s all;
}
a.btn:hover:after {
  background-position: 0.4em center;
  transition: 0.5s all;
}
a.btn.red {
  background-color: #8E006D;
  color: #fff;
}
a.btn.red:after {
  background-image: url("/files/layout/img/btn.svg");
}
a.btn.blue {
  background-color: #e5ebf2;
  color: #003C82;
}
a.btn.white {
  background-color: #fff;
  color: #8E006D;
}
a.btn.white:after {
  background-image: url("/files/layout/img/btn.svg");
}

a.btn[href*="http"]:after{
  background-image: url('/files/Icons/iconexternerlinkblue1.svg');	
}
a.btn[href*="http"]:hover:after{
  background-image: url('/files/Icons/iconexternerlinkblue2.svg');
  background-position: 0 center;
}
a.btn.red[href*="http"]:after, a.btn.white[href*="www."]:after{
  background-image: url('/files/Icons/iconexternerlink1white.svg');	
}
a.btn.red[href*="http"]:hover:after, a.btn.white[href*="www."]:after{
  background-image: url('/files/Icons/iconexternerlink2white.svg');
  background-position: 0 center;
}
