.learn-more-page {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #ffffff; }
  .learn-more-page a,
  .learn-more-page a:visited {
    color: #085b9b; }
    .learn-more-page a:hover, .learn-more-page a:focus,
    .learn-more-page a:visited:hover,
    .learn-more-page a:visited:focus {
      color: #215064; }
  .learn-more-page h3 a {
    text-decoration: underline; }
  .learn-more-page h2 {
    font: 400 36px "Arvo", serif;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .learn-more-page h2 {
        font-size: 22px; } }
  .learn-more-page h3 {
    font: 400 24px "Arvo", serif;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .learn-more-page h3 {
        font-size: 18px; } }
  .learn-more-page h4 {
    font: 400 18px "Arvo", serif;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .learn-more-page h4 {
        font-size: 16px; } }
.learn-more-page a.btn-learn-more {
  padding: 10px 75px;
  background-color: #3a853a;
  color: #ffffff;
  font: 400 20px/28px "Arvo", serif; }
  .learn-more-page a.btn-learn-more:hover, .learn-more-page a.btn-learn-more:focus, .learn-more-page a.btn-learn-more:active {
    background-color: #2d5d36;
    color: #ffffff; }

.learn-more-page-header {
  margin-bottom: 50px;
  padding: 60px 55px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 375px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-header {
      padding: 60px 20px; } }
  .learn-more-page-header h1 {
    margin: 0 0 20px 0;
    font: 400 44px "Arvo", serif; }
    @media only screen and (max-width: 767px) {
      .learn-more-page-header h1 {
        font-size: 24px; } }
  .learn-more-page-header p {
    margin: 0;
    font: italic 400 24px "Open Sans", sans-serif; }
    @media only screen and (max-width: 767px) {
      .learn-more-page-header p {
        font-size: 16px; } }
  .learn-more-page-header .btn-learn-more {
    margin-top: 20px; }

.learn-more-page-section-wrapper.mod-with-bg {
  padding: 50px 0;
  background: #f1f2f2; }

.learn-more-page-section-wrapper.mod-with-bg-dark {
  padding: 50px 0;
  background-color: #474f60; }
  .learn-more-page-section-wrapper.mod-with-bg-dark h2 {
    color: #ffffff; }

.learn-more-page-section-wrapper .learn-more-page-section:last-child {
  margin-bottom: 0; }

.learn-more-page-section {
  margin: 0 -25px 50px -25px;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section.mod-image-first {
      flex-direction: column-reverse; } }
.learn-more-page-section-text {
  box-sizing: border-box;
  padding: 0 25px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section-text {
      margin-bottom: 25px;
      width: 100%; } }
  .learn-more-page-section-text.mod-top {
    display: block; }
  .learn-more-page-section-text p:last-child {
    margin-bottom: 0; }
  .learn-more-page-section-text > h3 {
    margin-top: 0; }

.learn-more-page-section-image {
  box-sizing: border-box;
  padding: 0 25px;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .learn-more-page-section-image {
      width: 100%;
      text-align: center; } }
  .learn-more-page-section-image img {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .learn-more-page-section-image img {
        width: auto;
        max-width: 100%; } }
.learn-more-page-section-container {
  margin-bottom: 50px; }
  .learn-more-page-section-container.mod-center {
    text-align: center; }
  .learn-more-page-section-container > h2, .learn-more-page-section-container > h3 {
    margin: 0; }
  .learn-more-page-section-container p:last-child {
    margin-bottom: 0; }
  .learn-more-page-section-container > h2 + p, .learn-more-page-section-container > h3 + p {
    margin-top: 25px; }

.learn-more-page-section-text a.btn-default,
.learn-more-page-section-container a.btn-default {
  padding: 7px 30px;
  font-size: 16px;
  color: #ffffff;
  background: #085b9b;
  border: none; }
  .learn-more-page-section-text a.btn-default:hover, .learn-more-page-section-text a.btn-default:focus,
  .learn-more-page-section-container a.btn-default:hover,
  .learn-more-page-section-container a.btn-default:focus {
    color: #ffffff;
    background: #215064; }

.learn-more-page-col4 {
  margin: 0 -15px 50px -15px;
  display: flex; }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
    .learn-more-page-col4 {
      flex-wrap: wrap; } }
  .learn-more-page-col4 h3 {
    margin: 0 0 25px 0;
    text-align: center; }

.learn-more-page-col4-item {
  box-sizing: border-box;
  padding: 0 15px;
  width: 25%; }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
    .learn-more-page-col4-item {
      margin-bottom: 25px;
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .learn-more-page-col4-item {
      width: 100%; } }
.learn-more-page-col4-item-image {
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.learn-more-page-btn-in-block {
  margin: 0;
  padding: 20px;
  background: #d6dee0;
  text-align: center; }
  .learn-more-page-btn-in-block h3 {
    margin: 0 0 15px 0; }
  .learn-more-page-btn-in-block p {
    margin: 0 0 15px 0; }
  .learn-more-page-btn-in-block .btn-default {
    width: 100%; }

.oer-banner {
  background-image: url("https://oercommons.org/static/staticpages/images/oer101/Banner.jpg?61de35fd385a");
  background-position-y: -300px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 0;
  color: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .oer-banner {
      background-position-y: -200px; } }
  @media only screen and (max-width: 767px) {
    .oer-banner {
      background-position-y: -20px; } }
  @media only screen and (max-width: 480px) {
    .oer-banner {
      background-position-y: 0; } }
.oer-banner-wrapper {
  padding: 190px 70px 70px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .oer-banner-wrapper {
      padding: 170px 70px 70px;
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .oer-banner-wrapper {
      padding: 100px 70px 70px;
      height: 300px; } }
  @media only screen and (max-width: 767px) {
    .oer-banner-wrapper {
      padding: 30px;
      height: 300px; } }
  .oer-banner-wrapper .oer-banner-title {
    margin: 0 0 20px 0;
    font: 400 44px "Arvo", serif; }
  .oer-banner-wrapper .oer-banner-copy {
    margin: 0;
    font: 400 18px "Open Sans", sans-serif; }

.oer-engage-section {
  background-color: #ffffff;
  padding: 50px 0;
  font-family: "Open Sans", sans-serif; }

.oer-engage {
  display: flex; }
  @media only screen and (max-width: 480px) {
    .oer-engage {
      display: block; } }
.oer-engage-title {
  font: 700 20px "Arvo", serif;
  margin-top: 0; }

.oer-engage-text {
  margin-right: 100px; }
  @media only screen and (max-width: 767px) {
    .oer-engage-text {
      margin-right: 20px; } }
.oer-testimonial-text {
  border: 1px solid #d3d3d3;
  padding: 30px;
  position: relative;
  margin-bottom: 25px;
  font: italic 400 20px "Open Sans", sans-serif; }
  .oer-testimonial-text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    left: 30px;
    border: 1px solid #d3d3d3;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: #ffffff; }

.oer-testimonial-author-name {
  font-weight: 700; }

.oer-features {
  background-color: #484f61;
  padding: 50px 0;
  color: #ffffff;
  text-align: center; }

.oer-features-title,
.oer-resources-title {
  font: 400 20px "Arvo", serif;
  margin-top: 0;
  text-align: center; }

.oer-features-text,
.oer-resources-text {
  font: italic 400 14px "Open Sans", sans-serif;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px; }

.oer-features-icons {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .oer-features-icons {
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    .oer-features-icons {
      width: 100%; } }
.oer-features-icon-text {
  color: #d6bb6f;
  font: 700 15px "Arvo", serif;
  margin-top: 15px; }

.oer-features-icon-image {
  width: 50px;
  height: 50px; }

.oer-resources {
  background-color: #ffffff;
  padding: 50px 0;
  font-family: "Open Sans", sans-serif; }

.oer-resources-item {
  display: flex;
  margin: 0 auto;
  max-width: 900px; }
  @media only screen and (max-width: 480px) {
    .oer-resources-item {
      display: block;
      margin-bottom: 40px; } }
.oer-resources-image-ct {
  margin: 0 40px 50px 0; }
  @media only screen and (max-width: 480px) {
    .oer-resources-image-ct {
      margin: 0 0 10px 0; } }
.oer-resources-image {
  width: 175px;
  height: 125px; }

.oer-resources-item-description {
  text-align: left; }

.oer-resources-link {
  font: 700 18px "Arvo", serif; }

.oer-resources-copy {
  margin-top: 15px; }
