/* breakpoints */
.article-widget {
  position: inherit;
}

.RelatedArticles {
  width: 100%;
}

.related-article-widget .customer-story {
  width: 100%;
  max-width: 20rem;
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .customer-story {
    margin: 0;
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
    max-width: 20rem;
  }
}

.related-article-widget .customer-story .single-tile {
  position: relative;
  width: 100%;
}

.related-article-widget .customer-story .single-tile a {
  border-bottom-width: 0px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.related-article-widget .customer-story .single-tile a .article-image a,
.related-article-widget .customer-story .single-tile a .article-image .field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-width: 0px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.related-article-widget .customer-story .single-tile a .article-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
}

.related-article-widget .customer-story .single-tile .article-caption {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .customer-story .single-tile .article-caption {
    height: 20rem;
  }
}

.related-article-widget .customer-story .single-tile .article-caption .caption-text {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.36;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 9.5rem;
  width: 100%;
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .customer-story .single-tile .article-caption .caption-text {
    margin-top: 3rem;
  }
}

.related-article-widget .customer-story .single-tile .article-caption .button {
  position: relative;
}

.related-article-widget .customer-story .single-tile .article-caption .button a {
  margin: 4rem 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans",Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #B2B2B2;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  min-width: auto;
  min-height: auto;
  position: relative;
}

@media (prefers-reduced-motion) {
  .related-article-widget .customer-story .single-tile .article-caption .button a {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.related-article-widget .customer-story .single-tile .article-caption .button a + [class*="button-"],
.related-article-widget .customer-story .single-tile .article-caption .button a + .button,
.related-article-widget .customer-story .single-tile .article-caption .button a + .related-article-widget .customer-story .single-tile .article-caption .button a {
  margin-left: 1rem;
}

.related-article-widget .customer-story .single-tile .article-caption .button a:hover {
  color: #003798;
  background: #F7F7F7;
  border-color: #4D4D4D;
}

.related-article-widget .customer-story .single-tile .article-caption .button a:active {
  color: #003798;
  background: #ECECEC;
  border-color: #4D4D4D;
}

.related-article-widget .customer-story .single-tile .article-caption .button a:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.related-article-widget .customer-story .single-tile .article-caption .button a:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #B2B2B2;
  border-color: #B2B2B2;
}

.related-article-widget .customer-story .single-tile .article-caption .button a.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .related-article-widget .customer-story .single-tile .article-caption .button a.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.related-article-widget .customer-story .single-tile .article-caption .button a.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .customer-story .single-tile .article-caption .button a {
    margin: 1rem 0;
  }
}

.shaded-default .related-article-widget {
  margin-bottom: 1.25rem;
}

.on-page-editor .article-caption * {
  pointer-events: all;
}

.on-page-editor .article-caption span[contenteditable="true"] {
  width: 100%;
}

.related-article-widget {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  padding: 0 2.5rem;
}

@media (min-width: 576px) {
  .related-article-widget {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .related-article-widget {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .related-article-widget {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .related-article-widget {
    max-width: 1200px;
  }
}

.related-article-widget.shaded-default {
  background: #ECECEC;
  padding: 1.25rem 2.5rem;
}

@media only screen and (max-width: 48em) {
  .related-article-widget {
    padding: 0 0 !important;
  }
}

.related-article-widget h3 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 2rem;
}

.related-article-widget .article-tiles {
  height: 100%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  -ms-grid-column-align: center;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .related-article-widget .article-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-article-widget .article-tiles > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@supports (display: grid) {
  .related-article-widget .article-tiles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .article-tiles {
    -ms-grid-columns: (minmax(auto, 20rem))[1];
    grid-template-columns: repeat(1, minmax(auto, 20rem));
    grid-auto-flow: row;
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 35.9375em), only screen and (-ms-high-contrast: none) and (max-width: 35.9375em) {
  .related-article-widget .article-tiles > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.related-article-widget .article-tiles .single-tile {
  padding: 1rem 1rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.related-article-widget .article-tiles .single-tile > a, .related-article-widget .article-tiles .single-tile > a:hover {
  border-bottom-width: 3px !important;
}

.related-article-widget .article-tiles .single-tile .article-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-article-widget .article-tiles .single-tile .article-image a, .related-article-widget .article-tiles .single-tile .article-image a:hover {
  border-bottom-width: 3px !important;
}

.related-article-widget .article-tiles .single-tile .article-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 12rem;
  -o-object-position: top center;
  object-position: top center;
  border-bottom: 5pt solid #003798;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-article-widget .article-tiles .single-tile .article-image img {
    height: 8rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .article-tiles .single-tile .article-image img {
    height: 12rem;
  }
}

.related-article-widget .article-tiles .single-tile .article-image.no-image {
  border-width: 1px;
  border-style: solid;
  border-color: #B2B2B2;
  background: #ECECEC;
  margin-bottom: 5px;
  height: 215px;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-article-widget .article-tiles .single-tile .article-image.no-image {
    height: 8rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .article-tiles .single-tile .article-image.no-image {
    height: 12rem;
  }
}

.related-article-widget .article-tiles .single-tile .article-image.no-image img {
  opacity: 0;
}

.related-article-widget .article-tiles .single-tile .article-caption {
  text-align: center;
  padding-top: 15px;
}

.related-article-widget .article-tiles .single-tile .article-caption a {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0;
  display: block;
  border-bottom-width: 0px !important;
}

@media (prefers-reduced-motion) {
  .related-article-widget .article-tiles .single-tile .article-caption a {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.related-article-widget .article-tiles .single-tile .article-caption a:hover, .related-article-widget .article-tiles .single-tile .article-caption a.hover {
  color: #03335F;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.related-article-widget .article-tiles .single-tile .article-caption a:focus, .related-article-widget .article-tiles .single-tile .article-caption a.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.related-article-widget .article-tiles .single-tile .article-caption a:focus:hover, .related-article-widget .article-tiles .single-tile .article-caption a.focus.hover, .related-article-widget .article-tiles .single-tile .article-caption a.focus:hover, .related-article-widget .article-tiles .single-tile .article-caption a.hover:focus {
  color: #03335F;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

.related-article-widget .search-result-list {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  /* grid-auto-flow: column; */
  -ms-grid-column-align: center;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .related-article-widget .search-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-article-widget .search-result-list > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@supports (display: grid) {
  .related-article-widget .search-result-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .search-result-list {
    -ms-grid-columns: (minmax(auto, 20rem))[1];
    grid-template-columns: repeat(1, minmax(auto, 20rem));
    grid-auto-flow: row;
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 35.9375em), only screen and (-ms-high-contrast: none) and (max-width: 35.9375em) {
  .related-article-widget .search-result-list > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.related-article-widget .search-result-list .single-tile {
  padding: 1rem 1rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.5%;
}

.related-article-widget .search-result-list .single-tile > a, .related-article-widget .search-result-list .single-tile > a:hover {
  border-bottom-width: 3px !important;
}

.related-article-widget .search-result-list .single-tile .article-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-article-widget .search-result-list .single-tile .article-image a, .related-article-widget .search-result-list .single-tile .article-image a:hover {
  border-bottom-width: 3px !important;
}

.related-article-widget .search-result-list .single-tile .article-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 12rem;
  -o-object-position: top center;
  object-position: top center;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-article-widget .search-result-list .single-tile .article-image img {
    height: 8rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .search-result-list .single-tile .article-image img {
    height: 12rem;
  }
}

.related-article-widget .search-result-list .single-tile .article-image.no-image {
  border-width: 1px;
  border-style: solid;
  border-color: #B2B2B2;
  background: #ECECEC;
  margin-bottom: 3px;
  height: 12rem;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-article-widget .search-result-list .single-tile .article-image.no-image {
    height: 8rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-article-widget .search-result-list .single-tile .article-image.no-image {
    height: 12rem;
  }
}

.related-article-widget .search-result-list .single-tile .article-image.no-image img {
  opacity: 0;
}

.related-article-widget .search-result-list .single-tile .article-caption {
  text-align: center;
  padding-top: 15px;
}

.related-article-widget .search-result-list .single-tile .article-caption a {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0;
  display: block;
  border-bottom-width: 0px !important;
}

@media (prefers-reduced-motion) {
  .related-article-widget .search-result-list .single-tile .article-caption a {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.related-article-widget .search-result-list .single-tile .article-caption a:hover, .related-article-widget .search-result-list .single-tile .article-caption a.hover {
  color: #03335F;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.related-article-widget .search-result-list .single-tile .article-caption a:focus, .related-article-widget .search-result-list .single-tile .article-caption a.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.related-article-widget .search-result-list .single-tile .article-caption a:focus:hover, .related-article-widget .search-result-list .single-tile .article-caption a.focus.hover, .related-article-widget .search-result-list .single-tile .article-caption a.focus:hover, .related-article-widget .search-result-list .single-tile .article-caption a.hover:focus {
  color: #03335F;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

.shaded-default .related-article-widget {
  margin-bottom: 1.25rem;
}

.related-provider-widget {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3rem;
  padding: 0 2.5rem;
}

@media (min-width: 576px) {
  .related-provider-widget {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .related-provider-widget {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .related-provider-widget {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .related-provider-widget {
    max-width: 1200px;
  }
}

.related-provider-widget.shaded-default {
  background: #ECECEC;
  padding: 1.25rem 2.5rem;
}

@media only screen and (max-width: 48em) {
  .related-provider-widget {
    padding: 0 0 !important;
  }
}

.related-provider-widget h3 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 2rem;
}

.related-provider-widget .provider-tiles {
  height: 100%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-flow: row;
  -ms-grid-column-align: center;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .related-provider-widget .provider-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-provider-widget .provider-tiles > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@supports (display: grid) {
  .related-provider-widget .provider-tiles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-provider-widget .provider-tiles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-provider-widget .provider-tiles {
    -ms-grid-columns: (minmax(auto, 20rem))[1];
    grid-template-columns: repeat(1, minmax(auto, 20rem));
    grid-auto-flow: row;
  }
}

.related-provider-widget .provider-tiles .RelatedProviders {
  width: 100%;
}

@media only screen and (-ms-high-contrast: active) and (min-width: 23.8125em) and (max-width: 61.9375em), only screen and (-ms-high-contrast: none) and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-provider-widget .provider-tiles .RelatedProviders {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 35.9375em), only screen and (-ms-high-contrast: none) and (max-width: 35.9375em) {
  .related-provider-widget .provider-tiles .RelatedProviders {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.related-provider-widget .provider-tiles .single-tile {
  padding: 1rem 1rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.related-provider-widget .provider-tiles .single-tile .provider-image {
  position: relative;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .related-provider-widget .provider-tiles .single-tile .provider-image {
    display: block;
  }
}

@supports (display: inline-grid) {
  .related-provider-widget .provider-tiles .single-tile .provider-image {
    display: -ms-inline-grid;
    display: inline-grid;
  }
}

.related-provider-widget .provider-tiles .single-tile .provider-image .field-image {
  line-height: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .related-provider-widget .provider-tiles .single-tile .provider-image .field-image {
    line-height: inherit;
  }
}

.related-provider-widget .provider-tiles .single-tile .provider-image img {
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 15.5rem;
  height: 18rem;
  -o-object-position: top center;
  object-position: top center;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-image img {
    width: 15.5rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-image img {
    width: 100%;
    height: 15.5rem;
    height: 18rem;
  }
}

.related-provider-widget .provider-tiles .single-tile .provider-image .video-icon {
  border: none;
  margin: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  content: "\f144";
  color: rgba(255, 255, 255, 0.75);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 14.5rem;
  right: 1.25rem;
  display: none;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-image .video-icon {
    right: 15%;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-image .video-icon {
    right: 1.25rem;
  }
}

.related-provider-widget .provider-tiles .single-tile a.provider-image:hover {
  border-bottom-width: 0px !important;
}

.related-provider-widget .provider-tiles .single-tile div.provider-image .field-image {
  display: -ms-inline-grid;
  display: inline-grid;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption {
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 14.5rem;
}

@media only screen and (min-width: 62em) and (max-width: 74.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-caption {
    min-height: 15rem;
    min-height: 17.6rem;
  }
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-caption {
    min-height: 13.25rem;
    min-height: 16rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .related-provider-widget .provider-tiles .single-tile .provider-caption {
    min-height: auto;
    margin-bottom: 1rem;
  }
}

.related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0;
  display: block;
  border-bottom-width: 0px !important;
  font-weight: 600;
  line-height: 1.35;
}

@media (prefers-reduced-motion) {
  .related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a:hover, .related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a.hover {
  color: #03335F;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a:focus, .related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a:focus:hover, .related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a.focus.hover, .related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a.focus:hover, .related-provider-widget .provider-tiles .single-tile .provider-caption .provider-name a.hover:focus {
  color: #03335F;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption .star-ratings {
  padding-top: 5px;
  padding-bottom: 5px;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption a.button-primary {
  width: 100%;
  margin-bottom: 4px;
}

.related-provider-widget .provider-tiles .single-tile .provider-caption a.button-primary.hidden {
  opacity: 0;
  pointer-events: none;
}

.related-provider-widget .scLooseFrameZone {
  overflow: visible;
}

.shaded-default .related-provider-widget {
  padding-bottom: 0;
  margin-bottom: 0;
}

.has-video .video-icon {
  display: inline-block !important;
}
