/*#region Banner */
.banner-background--container {
  background-image: url("images/banners/2560x800px-ombuds-banner-v4.jpg");
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50% 0;
}

/*#endregion Banner */
/*#region Buttons */
.ombuds-btn {
  background-color: #808285;
  border: 1px solid #808285;
  padding: 10px 20px;
  color: #fff !important;
}

.ombuds-btn:hover {
  background-color: #fff;
  text-decoration: none;
}

/*#endregion Buttons */
/*#region Focus Boxes */
/*#region Standard Focus Box */
.ombuds-focus-box {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  background-color: rgba(128, 130, 133, 0.15);
  width: 400px;
}

.ombuds-focus-box__copy {
  padding: 20px;
}

.ombuds-focus-box__copy h2 {
  margin-top: 10px;
}

@media all and (max-width: 675px) {
  .ombuds-focus-box {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}

/*#endregion Standard Focus Box */
/*#region Focus Box with Image */
.image-focus-box__container {
  display: flex;

}

.image-focus-box__image {
  max-width: 175px;

  padding: 10px 30px;
}

.image-focus-box__copy {
  background-color: rgba(128, 130, 133, 0.15);
  padding: 0 30px;
}

.image-focus-box__copy h2 {
  margin-top: 0.5em;
}

@media all and (max-width: 500px) {
  .image-focus-box__container {
    flex-direction: column;
  }

  .image-focus-box__image {
    max-width: 500px;
  }

  .image-focus-box__copy {
    padding: 20px;
  }

  .image-focus-box__container,
  .image-focus-box__copy {
    border-radius: 0;
  }
}

/*#endregion Focus Box with Image */
/*#endregion Focus Boxes */
/*#region Tables */
#content th,
#content thead {
  display: revert;
}

.ombuds-table {
  border-collapse: collapse;
  width: 100%;
}

.ombuds-table td,
.ombuds-table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

.ombuds-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.ombuds-table tr:hover {
  background-color: #ddd;
}

.ombuds-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #2b8ebf;
  color: white;
  text-transform: uppercase;
}

.ombuds-table__checkmark,
.ombuds-table__dash {
  font-size: 1.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ombuds-table__checkmark {
  color: #238dc1;
}

.ombuds-table__dash {
  color: #808285;
}

/*#endregion Tables */

/*#region Contact Blocks */
.contact-block__container {
  display: flex;
  flex-wrap: wrap;
}

.contact-block-item__container {
  background-color: #eee;

  margin: 20px;
  padding: 20px;
  flex-basis: calc(33.33% - 82px);
  position: relative;
}

.contact-block-item__copy,
.contact-block-item__copy h2 {
  text-align: center;
}

@media all and (max-width: 800px) {
  .contact-block__container {
    flex-direction: column;
  }

  .contact-block-item__container {
    margin: 30px auto;
  }

  .contact-block-item__container {
    min-width: 278px;
  }
}

/*#endregion Contact Blocks */

/*#region Focus Box with Image */
.image-focus-box__container {
  display: flex;


}

.image-focus-box__image {
  max-width: 175px;
  background-color: #238dc1;
  padding: 10px 30px;
}

.image-focus-box__copy {
  background-color: rgba(128, 130, 133, 0.15);
  padding: 0 30px;
}

.image-focus-box__copy h2 {
  margin-top: 0.5em;
}

@media all and (max-width: 500px) {
  .image-focus-box__container {
    flex-direction: column;
  }

  .image-focus-box__image {
    max-width: 500px;
  }

  .image-focus-box__copy {
    padding: 20px;
  }

  .image-focus-box__container,
  .image-focus-box__copy {
    border-radius: 0;
  }
}

/*#endregion Focus Box with Image */
