/*
less-watch-compiler themes/understrap-child/css themes/understrap-child/css editor-style.less
*/
.transition {
  transition: all 0.5s linear;
}
.gray-background {
  background-color: #F4F4F4;
}
.block-padding-v {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@font-face {
  font-family: 'Benton Sans Wide Black';
  src: url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_black-webfont.woff2') format('woff2'), url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_black-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Benton Sans Wide Bold';
  src: url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_bold-webfont.woff2') format('woff2'), url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Benton Sans Wide Medium';
  src: url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_medium-webfont.woff2') format('woff2'), url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_medium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Benton Sans Wide Light';
  src: url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_light-webfont.woff2') format('woff2'), url('/wp-content/themes/understrap-child/fonts/benton_sans_wide_light-webfont.woff') format('woff');
}
.container > .inner-wrapper {
  max-width: 1100px;
  margin: auto;
}
.copy-font {
  font-family: "libre-franklin", sans-serif;
  font-weight: 300;
}
.row-heading h3 {
  text-align: center;
}
.featured-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.featured-image-wrapper .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-item.resource a {
  text-decoration: none;
  transition: all 0.5s linear;
}
.content-item.resource .content-item-inner {
  border-radius: 10px;
  border: 1px solid #E91C24;
  overflow: hidden;
  transition: all 0.25s linear;
}
.content-item.resource .content-item-inner .content {
  padding: 1.5rem;
}
.content-item.resource .content-item-inner .content .content-type {
  color: #E91C24;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.content-item.resource .content-item-inner .content h3 {
  color: #000000;
  font-family: 'Benton Sans Wide Bold';
}
.content-item.resource .content-item-inner:hover {
  box-shadow: 0 0px 10px rgba(22, 0, 50, 0.5);
}
a.button.button-default {
  background-color: #E91C24;
  border-color: #E91C24 !important;
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.75rem;
  border-radius: 5px;
  font-family: 'Benton Sans Wide Bold';
  transition: all 0.5s linear;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
a.button.button-default.button-outline {
  background-color: transparent;
  border: 1px solid #E91C24;
  color: #E91C24;
}
a.button.button-default.button-outline:hover {
  color: #ffffff;
}
a.button.button-default:hover {
  background-color: #c2161d;
  color: #ffffff;
}
hr.red25 {
  border-top: 1px solid #E91C24 !important;
  max-width: 25%;
  width: 100%;
  opacity: 1 !important;
}
