@charset "UTF-8";
.text-image-container {
  height: auto; }
  .text-image-container .flex-item.image-banner {
    display: block; }

.text-tile-component .container-tiles {
  max-width: 1100px;
  justify-content: space-around !important; }
  .text-tile-component .container-tiles .banner-component {
    width: 280px; }
    @media screen and (max-width: 480px) {
      .text-tile-component .container-tiles .banner-component {
        width: 100%;
        margin: 0; } }
    .text-tile-component .container-tiles .banner-component .tile-image-container {
      height: auto;
      margin-bottom: 20px; }

.banner-component.top-center .aligned-content {
  justify-content: center;
  padding: 0; }

.text-tile-component .container-tiles {
  padding-bottom: 30px;
  max-height:  410px; }

.text-tile-component .container-fields {
  padding-top: 20px;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .text-tile-component .container-fields {
      padding: 0; } }

#contact_us_BannerComponent.banner-component {
  max-height: 273px; }

@media screen and (min-width: 1024px) {
  .text-image-container.tic-right {
    padding-bottom: 60px; } }

.banner-component .text-container a, .text-image-container .flex-item a {
  text-decoration-color: #F9C606; }

.text-image-container .flex-item p {
  margin-bottom: 0; }
