.link a {
  position: relative;
  background: none;
  display: inline-block;
  padding: 20px 30px;
  font-size: 20px;
  text-align: center;
  border: none;
  color: #123495;
  font-weight: 600;
  &:before {
    content:"";
    background: #00B1AC; 
    width: 0;
    height: 2px;
    position: absolute;
    bottom:20px;
    transition: 0.3s ease;
  }
  &:after {
    content:"";
    background: url('https://oralhealthredesign.eu.rit.org.uk/Handlers/GetImage.ashx?IDMF=a01e36bd-dd60-4b19-91eb-6d3e72292b5c&w=80&h=80') no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
  }
  &:hover {
    text-decoration:none;
    &:before {
      width: calc(100% - 60px);
    }
  }
}

.gray-divider {
  color: transparent;
  position: relative;
  &:before {
    content: "";
    background: rgba(18, 52, 149, 0.2);
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  @media (max-width:650px) {
    display: none;
  }
}

a.cta-button {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0;
  color: white;
  background: #123495;
  border: 1px solid #123495;
  padding: 20px 30px;
  border-radius: 999px;
  font-weight:600;
  font-size: 20px;
  line-height: 1.25;
  transition: 0.3s ease;
  &:hover {
    color: #123495 !important;
  	background: white !important;
  	border-color: #123495 !important;
    text-decoration: none;
  }
}

a.cta-button-gold {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0;
  color: #123495;
  background: #FFBA35;
  border: 1px solid #FFBA35;
  padding: 20px 30px;
  border-radius: 999px;
  font-weight:600;
  font-size: 20px;
  line-height: 1.25;
  transition: 0.3s ease;
  &:hover {
    color: #123495 !important;
  	background: #FFDC69 !important;
  	border-color: #FFDC69 !important;
    text-decoration: none;
  }
}

a.cta-button-cyan {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0;
  color: #123495;
  background: white;
  border: 1px solid white;
  padding: 20px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  transition: 0.3s ease;
  &:hover {
    color: #123495 !important;
  	background: #CCEFEE !important;
  	border-color: #CCEFEE !important;
    text-decoration: none;
  }
}

.lead-text {
  font-size: 20px;
}

.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

p.download-links {
 background-color: #D1C9E0; 
}

figure.right {
  width: 30%;
  float: right;
}

figure.left {
  width: 30%;
  float: left;
}

@media (max-width: 1024px) {
  figure {
	width: 50% !important;
  }
}

@media (max-width: 768px) {
  figure {
	width: 100% !important;
  }
}
