.jumbo .icon--ar-logo-mark {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1em;
  width: 7em;
  height: 7em;
  background-color: rgb(255, 255, 255);
  background-size: contain;
  box-shadow: rgba(26, 44, 69, 0.3) 0px 3px 15px 0px;
  border-radius: 50%;
  border-width: 17px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-graphic {
  min-height: 40em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/about-graphic.png);
  background-image: url(../img/about-graphic.svg), linear-gradient(transparent, transparent);
}
.percentage-graphic {
  min-height: 20em;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/percentage-graphic.png);
  background-image: url(../img/percentage-graphic.svg), linear-gradient(transparent, transparent);
}

.star-rating-graphic {
  min-height: 23em;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/star-rating-graphic.png);
  background-image: url(../img/star-rating-graphic.svg), linear-gradient(transparent, transparent);
}

@media screen and (max-width: 600px) {
  .percentage-graphic,
  .star-rating-graphic,
  .about-graphic {
    min-height: 0;
  }
  .about-graphic {
    padding-bottom: 140% !important;
  }
  .star-rating-graphic,
  .percentage-graphic {
    padding-bottom: 50%;
  }
}



.about-icon-communication,
.about-icon-knowledge,
.about-icon-recommend,
.about-icon-care,
.about-icon-business,
.about-icon-shirt,
.about-icon-consumers {
  height: 6em;
  width: 6em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1em auto 0 auto;
}

.about-icon-communication {
  background-image: url(../img/about-icon-communication.png);
  background-image: url(../img/about-icon-communication.svg), linear-gradient(transparent, transparent);
}
.about-icon-knowledge {
  background-image: url(../img/about-icon-knowledge.png);
  background-image: url(../img/about-icon-knowledge.svg), linear-gradient(transparent, transparent);
}
.about-icon-recommend {
  background-image: url(../img/about-icon-recommend.png);
  background-image: url(../img/about-icon-recommend.svg), linear-gradient(transparent, transparent);
}
.about-icon-care {
  background-image: url(../img/about-icon-care.png);
  background-image: url(../img/about-icon-care.svg), linear-gradient(transparent, transparent);
}
.about-icon-business {
  background-image: url(../img/about-icon-business.png);
  background-image: url(../img/about-icon-business.svg), linear-gradient(transparent, transparent);
}
.about-icon-shirt {
  background-image: url(../img/about-icon-shirt.png);
  background-image: url(../img/about-icon-shirt.svg), linear-gradient(transparent, transparent);
}
.about-icon-consumers {
  background-image: url(../img/about-icon-consumers.png);
  background-image: url(../img/about-icon-consumers.svg), linear-gradient(transparent, transparent);
}


dl.badge-percentages .icon {
  margin-right: 0.3em;
  opacity: 0.85;
  font-size: 1.25em;
}

.main-copy__content dl.badge-percentages dt, .main-copy__content dl.badge-percentages dd {
  padding: 1.5em 0 1.5em 0;
}


.img-float-right {
  display: block;
  max-width:100%;
  width: auto;
  height: auto;
  margin: 3em auto 2em auto !important;
}

/* .img-float-right {
  float: right;
  padding: 2em 1em;
float: right;
border: 1px solid #e5eaf1;
max-width: 50% !important;
margin: 0 0 0 3em !important;
} */



.main-copy .grid.grid--cards > .grid__item .card--bottom,
.main-copy .grid.grid--cards > .grid__item .card--top {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);

}

.profile-image,
.main-copy .grid.grid--cards > .grid__item .card--top {
  border-radius: 0.75em 0.75em 0 0;
}

.main-copy .grid.grid--cards > .grid__item .card--bottom {
  border-radius: 0 0 0.75em 0.75em;
  padding: 2em 0 2.75em 0;
}
.main-copy .grid.grid--cards > .grid__item .card--bottom p {
  margin: 0.25em 0 1em 0;
  line-height: 1.5em;
  min-height: 3em;
  font-size: 0.95em;
  opacity: 0.8;
}

.main-copy .grid.grid--cards > .grid__item .card--bottom .button.button--tiny {
  line-height: 2em;
}


.profile-image {
  padding-bottom: 100%;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px -10px 120px -25px rgba(0, 0, 30, 0.5) inset;
}

a.button,
a.button:visited,
a.button > * {
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 10, 0.15);
}

/* .contact-form dl.full-width {
  margin-bottom: 1.5em !important;
} */

.contact-form dl.full-width dt i {
  margin-right: 0.75em;
  opacity: 0.7;
}

/* .contact-form form dl.form-list > dt:first-child,
.contact-form form dl.form-list > dd:nth-child(2n){
  border-top: none;
} */
.button.button--tiny.icon-right svg {
	margin-right: 0;
	margin-right: -3px;
	margin-left: 7px;
	width: auto;
}