.single .entry-holder, .page-id-16 .entry-holder {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6% 8vw 0; }
  .single .entry-holder.no-image .entry-content, .page-id-16 .entry-holder.no-image .entry-content {
    width: 100%;
    padding: 0 10%; }
  .single .entry-holder .entry-image, .page-id-16 .entry-holder .entry-image {
    width: 35%; }
    @media screen and (max-width: 600px) {
      .single .entry-holder .entry-image, .page-id-16 .entry-holder .entry-image {
        width: 100%;
        margin-bottom: 6vw; } }
    .single .entry-holder .entry-image img, .page-id-16 .entry-holder .entry-image img {
      width: 100%;
      display: block;
      height: auto; }
  .single .entry-holder .entry-content, .page-id-16 .entry-holder .entry-content {
    width: 65%;
    padding: 0 0 0 5%; }
    @media screen and (max-width: 600px) {
      .single .entry-holder .entry-content, .page-id-16 .entry-holder .entry-content {
        width: 100%;
        padding: 0; } }
  .single .entry-holder .post-title, .page-id-16 .entry-holder .post-title {
    color: #1a2c37;
    font-size: 26px;
    line-height: 32px;
    margin-top: 0; }
  .single .entry-holder figcaption, .page-id-16 .entry-holder figcaption {
    font-size: 13px;
    line-height: 15px; }
  .single .entry-holder p, .page-id-16 .entry-holder p {
    color: #5c6c79;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 24px; }
  .single .entry-holder li, .page-id-16 .entry-holder li {
    color: #5c6c79;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 24px; }
  .single .entry-holder ul, .page-id-16 .entry-holder ul {
    margin: 0;
    padding: 0 0 0 1em; }
  .single .entry-holder h2, .page-id-16 .entry-holder h2 {
    color: #1a2c37;
    font-size: 26px;
    line-height: 32px; }
  .single .entry-holder h3, .page-id-16 .entry-holder h3 {
    color: #1a2c37;
    font-weight: 900;
    font-size: 21px;
    margin: 26px 0 17px 0; }
  .single .entry-holder ul ~ h3, .page-id-16 .entry-holder ul ~ h3 {
    margin-bottom: 0; }

.single header.entry-header .entry-title, .page-id-16 header.entry-header .entry-title {
  display: block;
  font-family: 'neuzeit-grotesk', Helvetica, Arial, sans-serif;
  font-size: 53px;
  line-height: 55px;
  font-weight: 900;
  margin: 0; }
  @media screen and (max-width: 860px) {
    .single header.entry-header .entry-title, .page-id-16 header.entry-header .entry-title {
      font-size: 40px;
      line-height: 42px; } }

.single header.entry-header p, .page-id-16 header.entry-header p {
  font-size: 24px;
  margin: 15px 0 0 0;
  line-height: 29px; }

.single header.entry-header ul, .page-id-16 header.entry-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .single header.entry-header ul .button, .page-id-16 header.entry-header ul .button {
    border-radius: 50px;
    margin: 1em 0; }

.news-back {
  text-align: center;
  display: block;
  color: #30cb2f;
  font-size: 22px;
  line-height: 29px;
  text-transform: none;
  padding: 0;
  margin: 0 0 4vw 0;
  text-decoration: none; }
  .news-back:before {
    content: "\2190"; }
  .news-back:visited {
    color: #30cb2f; }

.widget_elx_ajax_news_more {
  padding: 4vw 4vw 0;
  border-top: 1px solid #e1e1e1; }
  .widget_elx_ajax_news_more h2.widget-title {
    color: #30cb2f;
    text-align: center;
    font-size: 33px;
    line-height: 40px;
    text-transform: none;
    padding: 0;
    margin: 0 0 4vw 0;
    text-decoration: none; }
    @media screen and (max-width: 600px) {
      .widget_elx_ajax_news_more h2.widget-title {
        font-size: 28px;
        line-height: 33px;
        margin: 4vw 0; } }

ul.news-items-list {
  padding: 0 4vw;
  margin: 0;
  list-style-type: none;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box; }
  @media screen and (max-width: 600px) {
    ul.news-items-list {
      padding: 0; } }
  ul.news-items-list > li {
    width: 31.333333%;
    margin: 2vw 3% 0 0;
    padding-bottom: 1%;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 65px 0 rgba(213, 213, 213, 0.67);
    box-sizing: border-box; }
    @media screen and (min-width: 601px) and (max-width: 860px) {
      ul.news-items-list > li {
        width: 48%;
        margin: 4vw 1% 0; } }
    @media screen and (max-width: 600px) {
      ul.news-items-list > li {
        width: 98%;
        margin: 6vw 0 0; } }
    @media screen and (min-width: 861px) {
      ul.news-items-list > li:nth-of-type(3n) {
        margin-right: 0; } }
  ul.news-items-list a {
    text-decoration: none; }
  ul.news-items-list .news-image {
    display: block;
    width: 100%;
    margin-bottom: 8%;
    height: auto; }
  ul.news-items-list span.title {
    color: #234256;
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 14px 0;
    padding: 0 5%;
    line-height: 31px;
    display: block;
    background: white; }
    @media screen and (min-width: 600px) and (max-width: 860px) {
      ul.news-items-list span.title {
        font-size: 20px;
        line-height: 25px; } }
    @media screen and (max-width: 600px) {
      ul.news-items-list span.title {
        font-size: 20px;
        line-height: 25px; } }
  ul.news-items-list .button {
    margin: 0 5% 14px;
    padding: 14px 29px;
    font-size: 12px; }

.post-date {
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  font-weight: 900;
  letter-spacing: .95px; }

.first-post {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6% 4vw;
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .first-post {
      padding: 6% 0; } }
  .first-post .post-image {
    width: 35%;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .first-post .post-image {
        width: 100%;
        margin-bottom: 8vw; } }
    .first-post .post-image img {
      width: 100%;
      display: block;
      height: auto; }
  .first-post .post-content {
    width: 65%;
    box-sizing: border-box;
    padding: 0 0 0 5%; }
    @media screen and (max-width: 600px) {
      .first-post .post-content {
        width: 100%;
        padding: 0; } }
    .first-post .post-content .post-date + a {
      color: #234256;
      font-weight: 400;
      font-size: 33px;
      margin: 0 0 28px 0;
      line-height: 38px;
      display: block;
      text-decoration: none; }
    .first-post .post-content a.button {
      color: white; }

.single-career.single .entry-header {
  background-image: url(/wp-content/uploads/2015/04/ELX-green-2.jpg); }

.single-career.single .subtitle_holder {
  background: rgba(1, 135, 88, 0.69); }

.single-career.single .entry-holder {
  padding-left: 0;
  padding-right: 0; }
  .single-career.single .entry-holder .entry-content {
    padding: 0 8vw;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: content-box; }
