﻿.hero-lm-1 {
  background: url(../img/backs/learnmore.jpg) no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative;
  z-index: 890;
  -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
}
.hero-lm-1-infobox {
  width: 370px;
  float: left;
  margin: 30px 20px 0 40px;
}
.hero-lm-1-title {
  font-size: 38px;
  font-weight: bold;
  color: black;
  display: block;
}
.hero-lm-1-subtitle {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: black;
  margin: 10px 0 0 0;
  display: block;
}
.hero-lm-2 {
  background-color: #f2f2f2;
  background: url(../img/backs/gray-1.jpg) repeat;
  background-position: center top;
}
.lm-sec {
  padding: 50px 0;
  border-bottom: 1px solid #a3a3a3;
}
.lm-sec:before,
.lm-sec:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.lm-sec:after {
  clear: both;
}
.lm-sec .lm-last {
  border-bottom: none;
}
.lm-sec .lm-img-col {
  width: 50%;
  height: 400px;
  padding: 0 50px 50px;
  display: inline-block;
  float: left;
}
.lm-sec .lm-img-col .lm-img {
  width: 100%;
  height: 100%;
  background: red;
}
.lm-sec .lm-icn {
  font-size: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  vertical-align: top;
  padding-bottom: 10px;
}
.lm-sec .lm-copy {
  width: 50%;
  display: inline-block;
  float: left;
  /*h1 {
            font-weight: 600;
            font-family: "Signika";
            color: #313567;
            //display: inline;
            padding-left: 10px;
            font-size: 48px;
        }*/
}
.lm-sec .lm-copy ul {
  margin-top: -10px;
  margin-left: 20px;
  color: #5f5f5f;
  clear: both;
}
.lm-sec .lm-copy ul li {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0 3px;
}
.lm-sec {
  padding: 25px 0 25px;
  border-bottom: none;
}
.lm-sec:first-child {
  padding-top: 50px;
}
.lm-sec:last-child {
  padding-bottom: 50px;
}
.lm-sec h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.lm-sec .lm-img-col {
  display: none;
}
.lm-sec .lm-copy {
  padding: 20px 20px 35px;
  background: white;
  -webkit-box-shadow: -2px 2px 5px #c5c5c5;
  box-shadow: -2px 2px 5px #c5c5c5;
  max-width: 750px;
  display: block;
  margin: 0 auto;
  width: 100%;
  float: none;
}
.lm-sec .lm-copy-footer {
  padding-top: 20px;
  text-align: center;
}
.lm-sec .lm-copy-orderbtn,
.lm-sec .lm-copy-faqbtn {
  font-size: 22px;
  padding: 8px 18px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-lm-1 {
    background: url(../img/backs/learnmore-sm.jpg) no-repeat;
    background-position: left center;
  }
  .lm-sec {
    padding: 15px 15px;
    border-bottom: none;
  }
  .lm-sec:first-child {
    padding-top: 30px;
  }
  .lm-sec:last-child {
    padding-bottom: 15px;
  }
  .lm-sec .lm-copy ul {
    margin-left: 0;
  }
}
@media (max-width: 559px) {
  .lm-sec h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .lm-sec .lm-copy ul {
    margin-left: -10px;
    margin-top: 0;
  }
  .lm-sec .lm-copy ul li {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0 3px;
  }
  .lm-sec .lm-copy-orderbtn {
    font-size: 18px;
  }
  .lm-sec .lm-copy-faqbtn {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .hero-lm-1-infobox {
    width: auto;
  }
}
@media (max-width: 399px) {
  .hero-lm-1-infobox {
    margin-top: 20px;
  }
  .hero-lm-1-title {
    font-size: 34px;
  }
  .hero-lm-1-subtitle {
    font-size: 18px;
    text-align: left;
  }
  .lm-sec h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .lm-sec .lm-icn {
    font-size: 40px;
    line-height: 40px;
  }
  .lm-sec .lm-copy ul {
    margin-left: -15px;
    margin-top: 0;
  }
  .lm-sec .lm-copy ul li {
    font-size: 14px;
    line-height: 19px;
    padding: 4px 0 4px;
  }
  .lm-sec .lm-copy-orderbtn {
    font-size: 16px;
  }
  .lm-sec .lm-copy-faqbtn {
    font-size: 14px;
  }
}
/*# sourceMappingURL=learnmore.css.map */