/* CSS Document */
.section.news.page {
  background: #ffffff;
}
/* modify for the look and feel of the news section */
ul#pressreleases {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
ul#pressreleases li.pressrelease {
  width: calc(25% - 20px);
  padding-bottom: 20px;
  border: 1px solid #eaeaea;
  margin: 0px 10px 20px 10px;
}
ul#pressreleases li.pressrelease .image-bg {
  background: #ffffff;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  overflow: hidden;
  /* child transitions were overflowing parent container */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
ul#pressreleases li.pressrelease .image-bg img.thumbnail {
  width: 100%;
  height: 68%;
  float: left !important;
  position: relative !important;
  display: block !important;
  opacity: 1.0;
  transition: all 300ms ease;
  padding: 0px 0px 0px 0px;
}
ul#pressreleases li.pressrelease p {
  width: calc(100% - 40px);
  margin: 0px 0px 0px 20px;
}
ul#pressreleases li.pressrelease p.title {
  margin-top: 15px;
}
ul#pressreleases li.pressrelease a.cta_textonly {
  margin-left: 20px;
}
ul#pressreleases li.pressrelease:hover .image-bg {
  background-color: #ecdc25;
}
ul#pressreleases li.pressrelease:hover .image-bg img.thumbnail {
  width: 105%;
  margin: -1.65% -2.5% -1.7% -2.5%;
  transition: all 150ms ease-in-out;
  opacity: 0.5;
}
ul#pressreleases li.pressrelease:hover p.title {
  /* color: @marriner-yellow; */
}
ul#pressreleases li.pressrelease:hover a.cta_textonly {
  /* color: @marriner-gray;  */
}
div#view_more.loading,
div#view_more.loading:hover {
  background-color: #ffffff;
  background-image: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_white.marriner.gif);
}
@media screen and (max-width: 1100px) {
  ul#pressreleases li.pressrelease {
    width: calc(50% - 20px);
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 680px) {
  ul#pressreleases li.pressrelease {
    width: calc(100%);
  }
}
.section.pressrelease .content img.wp-post-image {
  width: 35%;
}
.section.pressrelease .content .heading {
  width: calc(65% - 30px);
  margin: 0px 0px 0px 30px;
}
.section.pressrelease .content .heading h1 {
  float: left;
  position: relative;
  font-size: 48px;
  line-height: 62px;
  font-weight: 300;
  margin: 10px 0px 0px 0px;
}
.section.pressrelease .content .heading h2 {
  /* date */
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
}
.section.pressrelease .content .heading h3 {
  /* subtitle */
  float: left;
  position: relative;
  margin: 10px 0px 5px 0px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  color: #ecdc25;
  text-align: left;
}
.section.pressrelease.include {
  background: #f6f5ef;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section.pressrelease.include .content.icon img.wp-post-image {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  margin: 0px auto 34px -32px;
  padding: 0px 0px 0px 0px;
  display: block;
  outline: none;
  border: 0px;
  left: 50%;
}
.section.pressrelease.include .content h2 {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.section.pressrelease.include ul#pressreleases li.pressrelease {
  border: 0px;
}
@media screen and (max-width: 1000px) {
  .section.pressrelease .content img.wp-post-image {
    width: 80%;
    margin: 0px 0px 20px 10%;
  }
  .section.pressrelease .content .heading {
    width: 100% !important;
    margin: 0px 0px 0px 0px;
  }
  .section.pressrelease .content .heading h1 {
    text-align: center;
  }
  .section.pressrelease .content .heading h2 {
    text-align: center;
    margin-top: 20px;
  }
  .section.pressrelease .content .heading h3 {
    text-align: center;
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 700px) {
  .section.pressrelease .content img.wp-post-image {
    width: 100%;
    margin: 0px 0px 20px 0%;
  }
  .section.pressrelease .content .article {
    margin: 30px 0px 40px 0px;
    padding: 20px 0px 0px 0px;
  }
  .section.pressrelease .content .heading h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .section.pressrelease .content .heading h3 {
    /* subtitle */
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media screen and (max-width: 460px) {
  .section.pressrelease .content .heading h1 {
    /* font-size: 26px;
						line-height: 32px; */
  }
  .section.pressrelease .content .heading .author p.name {
    font-size: 18px;
    line-height: 24px;
  }
  .section.pressrelease .content .heading .author p.title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
  }
}
/* custom news/pr styles */
/* new hires press release */
div.newhire {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
img.newhire_headshot {
  width: 154px;
  float: left;
  position: relative;
  margin: 20px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
div.newhire_copy {
  width: calc(100% - 174px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
@media screen and (max-width: 720px) {
  img.newhire_headshot {
    margin: 20px 0px 20px -77px;
    left: 50%;
  }
  div.newhire_copy {
    width: 100%;
    text-align: center;
  }
}
