.wide_image_tall_with_text .overlay,
.wide_image_with_text2 .overlay, .wide_image_with_text3 .overlay {
  background: rgba(0, 0, 0, 0.5); }

.y-boxes-main-title {
  text-align: center;
  margin-bottom: 60px; }
  .y-boxes-main-title h1, .y-boxes-main-title h2, .y-boxes-main-title h3 {
    font-size: 31px !important;
    max-width: 730px;
    margin: 0 auto 0 auto; }
  .y-boxes-main-title p {
    max-width: 730px;
    margin: 0 auto 25px auto; }

.y-boxes-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .y-boxes-wrapper .y-box {
    width: calc(33.33% - 51px);
    margin: 0 25px 50px 25px;
    position: relative;
    box-shadow: 0px 0px 1px #A4ADB5;
    transition: all 300ms ease-in-out; }
    @media only screen and (max-width: 991px) {
      .y-boxes-wrapper .y-box {
        width: calc(50% - 51px); } }
    @media only screen and (max-width: 600px) {
      .y-boxes-wrapper .y-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    .y-boxes-wrapper .y-box:hover {
      box-shadow: 0px 2px 5px #A4ADB5; }
  .y-boxes-wrapper .y-box-image {
    background-size: cover;
    background-position: center center;
    height: 180px;
    width: 100%; }
  .y-boxes-wrapper .y-box-content {
    padding: 20px 30px; }
  .y-boxes-wrapper .y-box-title {
    font-size: 19px;
    margin-bottom: 25px; }
  .y-boxes-wrapper .y-box-text p {
    font-size: 12px; }
  .y-boxes-wrapper .y-box-date {
    font-size: 10px;
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-weight: 400;
    text-transform: uppercase; }

.y-image-wrapper .y-image-image {
  text-align: center;
  margin-bottom: 10px; }

.y-image-wrapper .y-image-content {
  max-width: 730px;
  margin: 0 auto 0px auto; }

.y-policy {
  font-size: 13px;
  font-style: italic;
  color: #fff;
  margin-top: 25px;
  letter-spacing: 0.03em;
  margin-right: 40px; }
  .y-policy.y-policy-on-page {
    color: #454245;
    line-height: 1.3em; }

.snippet_area_footer .text_synced p a {
  text-decoration: none;
  border-bottom: 0; }
  .snippet_area_footer .text_synced p a:hover {
    color: #fff; }
