/* Thankyou page */

.thankyou header + section.container h1 {
	display: none;
}


/* Testimonials */

body .client_testimonial_container {
	min-height: 250px;
}


/* Feature badge */


.card_img_container span.badge {
	top: 20px;
	left: 0;
    position: relative;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 10px 15px !important;
    border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -ms-border-radius: 0 4px 4px 0;

}



/* Careers */


@media screen and (min-width: 555px) {

  .results_list li h3 {
    padding-right: 120px;
  }

}


/* Footer */

.verisk-branding {
  font-size:  14px;
}



@media screen and (max-width: 660px) {

  .card_label.label {
    display: none;
  }

}