.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%; }

.about-hubs-header {
  color: #474f60;
  background: #f6f7fa;
  position: relative; }
  .about-hubs-header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("https://oercommons.org/static/staticpages/images/about-hubs/header.png?61de35fd385a") 50% 50% no-repeat;
    opacity: 0.15; }
  .about-hubs-header * {
    z-index: 1; }
  .about-hubs-header p {
    font-style: italic; }
  .about-hubs-header a.btn-hub-inquiry {
    height: 40px;
    line-height: 25px;
    color: #ffffff;
    margin-top: 20px;
    width: 180px; }

.about-hubs-groups-wrapper {
  margin-bottom: 50px;
  padding: 50px 0;
  background: url("https://oercommons.org/static/staticpages/images/about-hubs/groups-bg-to-center.png?61de35fd385a") 50% 0 no-repeat, url("https://oercommons.org/static/staticpages/images/about-hubs/groups-bg-stretch.png?61de35fd385a") 0 0 repeat-x;
  background-color: #696f7d;
  color: white; }
  .about-hubs-groups-wrapper .learn-more-page-section-container {
    margin-bottom: 0; }
