/* new 2014 */

.learn-more {
  min-height: calc(100vh - 70px);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.learn-more .copy {
  width: 664px;
}

.learn-more .copy h1 {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.learn-more .copy h3 {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.learn-more .copy p {
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 35px;
  position: relative;
  margin-left: 18px;
}

.learn-more .copy p:last-child {
  margin-bottom: 0;
}

.learn-more .copy p::before {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  bottom: 0;
  margin-left: -15px;
  content: " ";

  background-color: #FFFFFF;
}

#lm1 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 8, 14, .8) 100%), url(../images/bgs/bg_learn_more_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#lm1 .copy {
  align-self: flex-end;
  margin: 150px 220px 0 auto;
}

#lm2 {
  background: linear-gradient(90deg, rgba(0, 8, 14, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url(../images/bgs/bg_learn_more_2c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#lm2 .copy {
  align-self: flex-start;
  margin: 150px auto 0 120px;
}

#lm3 {
  background: linear-gradient(90deg, rgba(0, 8, 14, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url(../images/bgs/bg_learn_more_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#lm3 .copy {
  align-self: flex-start;
  margin: 150px auto 0 120px;
}

/*mobile*/
@media screen and (max-width: 1010px) {
  .learn-more {
    min-height: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;

  }

  .learn-more .copy {
    width: auto;
    margin: 0 !important;
    text-align: center;
    padding: 120px 50px;
  }

  .learn-more .copy h1 {
    color: #FFFFFF;
    font-size: 48px;
  }

  .learn-more .copy p {
    color: #FFFFFF;
    font-size: 22px;
    margin-left: 0;

  }

  .learn-more .copy p::before {
    display: none;
  }

  #lm1 {
  background: linear-gradient(90deg, rgba(0, 8, 14, 0.5) 0%, rgba(0, 8, 14, 0.5) 100%), url(../images/bgs/bg_learn_more_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
  #lm2 {
  background: linear-gradient(90deg, rgba(0, 8, 14, 0.5) 0%, rgba(0, 8, 14, 0.5) 100%), url(../images/bgs/bg_learn_more_2c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
  #lm3 {
  background: linear-gradient(90deg, rgba(0, 8, 14, 0.5) 0%, rgba(0, 8, 14, 0.5) 100%), url(../images/bgs/bg_learn_more_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


}
