
.module_article section                                 { margin-bottom: 2em; }
section:after                       { content: ""; display: table; clear: both; }

.resnew .module_hero h1                                                            { color:#00558c; margin-bottom: 0; padding: 30px 50px; font: normal 800 2em/1 'IBM Plex Sans'; text-transform: none;}
.resnew .module_hero h2                                                            { color: #da8433; font-size:1em; }

.resnew .module_hero #titlefade                             { display: none; }
.resnew .module_hero .titles                      { width: 65%; background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.7); font-size: 1.85em; padding: .85em 1.15em 0em 1.15em; margin-left: 0; }

.socials {
  position: absolute;
  z-index: 100;
  top: -70px;
  right: 30px;
  display: none;
}

.content p {
  font-size: 1.25rem;
}

.bg-gray {
  display: block;

  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;

  background-color: #f2f2f2;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.bg-gray.tight-close {
  padding-bottom: 0;
}

.holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  width: 100%;
  margin: 0 0 40px 0;

  text-align: center;
}

.third {
  width: 100%;
}

.resnew .module_hero .titles {
  background: rgba(0,0,0,0);
  bottom: 40%;
}

.resnew .module_hero .titles h1 {
  color: #ffffff;
  font-size: 2.5rem;
}

.content h2 {
  font-size: 2.5rem;
}

.content h2:before {
  position: relative;

  display: block;

  width: 100px;
  height: 15px;

  content: '';

  border-top: 8px solid #E6B347;
  margin-top: 20px;
}

.full-img, .half-img {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.mission-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('/-/media/Resource-Media-Content/Healthcare/infographic-cloud-implementation/mission-bg.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 460px;
  padding: 20px 40px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  overflow-y: display;
}

.mission-statement h3 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  opacity: 0;
}

.benefit {
  opacity: 0;
}

.lesson-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #aaa;
  padding: 20px 0;
  opacity: 0;
}

.lesson-row:last-of-type {
  border-bottom: 0;
}

.lesson-nmbr {
  font-size: 3rem;
  font-weight: bold;
  color: #72BBDE;
  padding: 0 40px;
  display: block;
  width: 10%;
  box-sizing: border-box;
}

.lesson {
  display: block;
  width: 30%!important;
}

.lesson-icons {
  display: block;
  width: 60%;
}

.lesson-icons p {
  font-size: 1rem;
  line-height: 1rem;
}

.lesson-icons div {
  display: block;
  width: 33%;
  text-align: center;
  float: left;
}

.lesson-icons.two-lessons div {
  margin: 0 8.25%;
}

.resnew .module_article .lesson-icons img {
  width: auto;
  height: 75px!important;
  margin: 0 auto 10px;
  display: block;
  position: relative;
}

.learn-more {
  display: block;
  color: #ffffff!important;
  background-color: #00558c;
  text-align: center;
  padding: 20px 60px;
  margin: 80px auto 120px;
  position: relative;
  font-size: 3rem;
  text-decoration: none;
  max-width: 600px;
}

.column_one {
  width: calc(1200px + ((100% - 1200px) / 2))!important;
}

.column_two.resnew {
  display: none;
}


@media screen and (min-width: 750px) {
}

@media screen and (min-width: 960px) {
  #content {
    padding: 0 80px;
  }

  .third {
    width: 33%!important;
  }

  .holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .holder h2 {
    margin-top: 0;
  }

  .item {
    width: 50%;
  }

  .tab {
    width: 33.333%;
  }

  .tab-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .half-img {
    width: 50%;
  }
}