.topic-icon .icon {
  background-image: url('/static/newdesign/images/topic-icons/topic-icons-off.png?4a7a09bcc872');
  background-repeat: no-repeat; }
.topic-icon:hover .icon {
  background-image: url('/static/newdesign/images/topic-icons/topic-icons-on.png?4a7a09bcc872'); }

.fl-theme-bw .topic-icon .icon, .fl-theme-by .topic-icon .icon {
  background-image: url('/static/newdesign/images/topic-icons/topic-icons-black.png?4a7a09bcc872'); }

.fl-theme-wb .topic-icon .icon {
  background-image: url('/static/newdesign/images/topic-icons/topic-icons-white.png?4a7a09bcc872'); }

.fl-theme-yb .topic-icon .icon {
  background-image: url('/static/newdesign/images/topic-icons/topic-icons-yellow.png?4a7a09bcc872'); }

.topic-icon-arabic-oer .icon {
  background-position: 0px -2px; }

.topic-icon-arts-as-social-action .icon {
  background-position: -74px -2px; }

.topic-icon-arts-integration .icon {
  background-position: -148px -2px; }

.topic-icon-biodiversity-and-change .icon {
  background-position: -222px -2px; }

.topic-icon-brain-and-human-development .icon {
  background-position: -296px -2px; }

.topic-icon-citizen-journalism .icon {
  background-position: -370px -2px; }

.topic-icon-citizen-science .icon {
  background-position: -444px -2px; }

.topic-icon-common-core .icon {
  background-position: -518px -2px; }

.topic-icon-data-and-information .icon {
  background-position: -592px -2px; }

.topic-icon-digital-storytelling .icon {
  background-position: -666px -2px; }

.topic-icon-discover-what-s-new-in-oer-commons .icon {
  background-position: -740px -2px; }

.topic-icon-exploring-universes .icon {
  background-position: -814px -2px; }

.topic-icon-flexible-learning .icon {
  background-position: -888px -2px; }

.topic-icon-game-based-learning .icon {
  background-position: -962px -2px; }

.topic-icon-global-challenges .icon {
  background-position: -1036px -2px; }

.topic-icon-global-citizenship .icon {
  background-position: -1110px -2px; }

.topic-icon-global-health-medicine .icon {
  background-position: -1184px -2px; }

.topic-icon-information-visualization .icon {
  background-position: -1258px -2px; }

.topic-icon-intergenerational-learning .icon {
  background-position: -1332px -2px; }

.topic-icon-local-food-agriculture .icon {
  background-position: -1406px -2px; }

.topic-icon-math-practices .icon {
  background-position: -1480px -2px; }

.topic-icon-mathematical-modeling .icon {
  background-position: -1554px -2px; }

.topic-icon-new-media .icon {
  background-position: -1628px -2px; }

.topic-icon-organizational-learning .icon {
  background-position: -1702px -2px; }

.topic-icon-primary-sources .icon {
  background-position: -1776px -2px; }

.topic-icon-real-world-math .icon {
  background-position: -1850px -2px; }

.topic-icon-reframing-history .icon {
  background-position: -1924px -2px; }

.topic-icon-smart-cities .icon {
  background-position: -1998px -2px; }

.topic-icon-social-computing .icon {
  background-position: -2072px -2px; }

.topic-icon-social-emotional-learning .icon {
  background-position: -2146px -2px; }

.topic-icon-social-entrepreneurship .icon {
  background-position: -2220px -2px; }

.topic-icon-steam .icon {
  background-position: -2294px -2px; }

.topic-icon-teachers-as-makers .icon {
  background-position: -2368px -2px; }

.topic-icon-teaching-with-music .icon {
  background-position: -2442px -2px; }

.topic-icon-the-human-genome .icon {
  background-position: -2516px -2px; }

.topic-icon-young-engineers .icon {
  background-position: -2590px -2px; }

.topic-icon-youth-as-social-change .icon {
  background-position: -2664px -2px; }

.header {
  color: #ffffff;
  background-image: url('/static/newdesign/images/frontpage/header-background.jpg?4a7a09bcc872');
  background-size: cover;
  height: 536px;
  padding: 35px 70px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .header {
      padding: 20px; } }
  .header a {
    color: #ffffff; }

.btn-mobile {
  background-color: #215064;
  width: 50px;
  height: 50px;
  line-height: 18px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 20px; }
  .btn-mobile .fa {
    font-size: 28px;
    line-height: 29px;
    color: #fcd973; }
  .btn-mobile.mod-enabled .fa {
    color: #ffffff; }

.btn-toggle-menu {
  left: 0; }

.btn-toggle-search {
  right: 0; }

.logo {
  position: absolute;
  top: 25px;
  left: 70px;
  background-image: url('/static/newdesign/images/frontpage/logo-hidpi.png?4a7a09bcc872');
  background-size: cover;
  width: 151px;
  height: 95px; }
  @media only screen and (max-width: 767px) {
    .logo {
      position: static;
      width: 194px;
      height: 31px;
      display: block;
      margin: 5px auto 0;
      background-image: url('/static/newdesign/images/frontpage/logo-small.png?4a7a09bcc872');
      background-size: contain; } }

.top-links {
  text-align: right;
  font: 400 12px/20px "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px) {
    .top-links {
      position: absolute;
      height: 70px;
      top: 0;
      width: 250px;
      left: -250px;
      padding: 40px 20px 20px;
      font-size: 10px;
      background-color: #215064; } }
  .top-links li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    margin-right: 8px;
    padding-right: 8px; }
    .top-links li:last-child {
      border: 0;
      margin-right: 0;
      padding-right: 0; }
    .top-links li.no-separator {
      border: 0; }
    .top-links li.auth {
      display: none; }
    body.authenticated .top-links li.anon {
      display: none; }
    body.authenticated .top-links li.auth {
      display: inline-block; }
  .top-links .user-menu {
    position: relative;
    min-width: 110px; }

.action-links {
  text-align: right;
  margin-top: 35px;
  font: 500 15px "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px) {
    .action-links {
      position: absolute;
      top: 70px;
      width: 250px;
      left: -250px;
      margin-top: 0;
      text-align: left;
      background-color: #215064; } }
  .action-links li {
    display: inline-block;
    margin-right: 25px; }
    @media only screen and (max-width: 767px) {
      .action-links li {
        display: block;
        margin-top: 10px;
        margin-right: 0;
        padding: 10px 20px 0;
        border-top: 1px solid #4d7283; } }
    .action-links li:last-child {
      margin-right: 0; }

.collapsible-menu {
  position: relative; }
  .collapsible-menu .fa {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 12px; }
  .collapsible-menu .collapsible-menu-body {
    position: absolute;
    top: 25px;
    right: 13px;
    display: none;
    width: 150px;
    margin-right: -30px;
    padding: 0 10px 10px;
    background-color: #215064; }
    @media only screen and (max-width: 767px) {
      .collapsible-menu .collapsible-menu-body {
        position: static; } }
    .collapsible-menu .collapsible-menu-body li {
      margin-right: 0;
      margin-top: 5px;
      display: block; }
      .collapsible-menu .collapsible-menu-body li:first-child {
        border-top: 0; }
  .collapsible-menu.mod-active .collapsible-menu-body {
    display: block; }

.header-title {
  margin: 0;
  font: 500 48px "Arvo", serif;
  color: #ffffff; }

.header-description {
  margin: 20px auto 25px;
  width: 80%;
  font: italic 400 18px/26px "Open Sans", sans-serif;
  color: #ffffff; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .header-description {
      width: 100%; } }

.search-block {
  margin-top: -297px;
  padding-bottom: 40px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .search-block {
      margin-top: -368px; } }
  .search-block .fa {
    color: #dcdcdc;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 8px; }
  .search-block input,
  .search-block select {
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 0;
    font: 400 14px/28px "Open Sans", sans-serif; }
    @media only screen and (max-width: 767px) {
      .search-block input,
      .search-block select {
        margin-bottom: 20px; } }

.search-field {
  position: relative;
  display: inline-block; }

.search-input {
  width: 260px; }
  @media only screen and (max-width: 767px) {
    .search-input {
      width: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-input {
      width: 220px; } }

.search-select {
  width: 165px; }
  @media only screen and (max-width: 767px) {
    .search-select {
      width: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .search-select {
      width: 110px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-select {
      width: 145px; } }

@media only screen and (max-width: 767px) {
  .search-form {
    display: none;
    position: absolute;
    top: 0;
    width: 251px;
    overflow: hidden;
    right: -250px;
    padding: 50px 20px;
    background-color: #215064; } }
.search-form .btn-search {
  background-color: #94b94c;
  color: #ffffff; }
  .search-form .btn-search:hover {
    background-color: #449d44;
    border-color: #449d44;
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .search-form .btn-search {
      width: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-form .btn-search {
      width: 140px; } }

.header-mobile-menu-active,
.header-mobile-search-active {
  height: 565px; }

.header-mobile-menu-active + .content .search-block {
  margin-top: -472px; }

.header-mobile-search-active + .content .search-block .search-form {
  margin-top: -565px; }

.btn-big-link {
  height: 40px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #474f60;
  width: 165px;
  font: 500 16px/28px "Arvo", serif; }
  .btn-big-link.mod-library {
    background-color: #ffffff; }
  .btn-big-link:hover {
    background-color: #d6dee0;
    border-color: #d6dee0; }

.btn-transparent {
  background-color: transparent; }

.btn-wide {
  width: 225px; }

.advanced-search-call-out {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", sans-serif; }

.advanced-search-call-out a {
  text-decoration: underline;
  color: #ffffff; }

.library {
  background-color: #fcd973;
  text-align: center;
  padding: 60px 70px; }
  @media only screen and (max-width: 767px) {
    .library {
      padding: 20px; } }

.frontpage-section-title {
  margin: 0;
  color: #333333;
  font: 400 28px "Arvo", serif; }
  .frontpage-section-title.mod-white {
    color: #ffffff; }

.library-items {
  margin-top: 50px; }

.library-item {
  text-align: center; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .library-item {
      margin-bottom: 25px; } }

.library-icon {
  min-height: 102px; }

.library-description {
  margin: 30px 0 10px;
  min-height: 60px;
  font: 400 16px/22px "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .library-description {
      min-height: 0; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .library-description {
      min-height: 80px; } }

.groups {
  height: 395px; }
  @media only screen and (max-width: 767px) {
    .groups {
      height: auto; } }

.groups-row,
.groups-col {
  height: 100%; }

.groups-image {
  background-image: url('/static/newdesign/images/frontpage/groups-background.png?4a7a09bcc872');
  background-size: cover;
  min-height: 395px; }
  @media only screen and (max-width: 767px) {
    .groups-image {
      min-height: 200px; } }

.groups-ct {
  background-color: #94b94c;
  padding: 55px 50px; }
  @media only screen and (max-width: 767px) {
    .groups-ct {
      padding: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .groups-ct {
      padding: 40px; } }

.groups-description {
  color: #333333;
  font: 400 14px/22px "Open Sans", sans-serif;
  margin: 40px 0 30px;
  width: 80%; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .groups-description {
      width: 100%; } }

.btn-groups {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .btn-groups:hover {
    background-color: #ffffff;
    color: #474f60;
    border-color: #ffffff; }

.contribute {
  padding: 55px; }
  @media only screen and (max-width: 767px) {
    .contribute {
      padding: 20px; } }

.contribute-description {
  margin: 10px auto 40px;
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .contribute-description {
      width: 100%; } }

.contribute-items-row {
  width: 85%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .contribute-items-row {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .contribute-items-row {
      width: 70%; } }

.contribute-item {
  border: 3px solid #ffffff;
  padding-top: 35px;
  height: 298px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .contribute-item {
      margin-bottom: 30px; } }

.contribute-item-more {
  border-top: 3px solid #ffffff;
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
  bottom: -8px; }

.network {
  background-color: #484f61;
  color: #ffffff;
  padding: 60px 20px; }
  @media only screen and (max-width: 767px) {
    .network {
      padding: 20px; } }

.network-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px; }

.network-item {
  text-align: center;
  width: 50%; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .network-item {
      width: 70%; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .network-item {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .network-item {
      margin-bottom: 40px; } }

.network-item-title {
  margin: 0;
  display: block;
  color: #fcd973;
  font: 500 21px/24px "Arvo", serif; }

.network-item-subtitle {
  display: block;
  font: italic 15px/24px "Arvo", serif; }

.network-item-icon {
  width: 106px;
  height: 106px;
  margin: 25px auto;
  border-radius: 50%;
  border: 1px solid #fcd973; }
  .network-item-icon.hubs-icon {
    background: url('/static/newdesign/images/frontpage/hubs.png?4a7a09bcc872') no-repeat 50% 42%; }
  .network-item-icon.groups-icon {
    background: url('/static/newdesign/images/frontpage/groups.png?4a7a09bcc872') no-repeat 50% 42%; }

.network-item-description {
  display: block;
  font: 400 13px/21px "Open Sans", sans-serif;
  margin-bottom: 20px;
  min-height: 105px; }
  @media only screen and (max-width: 767px) {
    .network-item-description {
      min-height: 0; } }

.btn-network {
  background-color: #fcd973;
  color: #474f60; }
  .btn-network:hover {
    background-color: #ffffff;
    border-color: #ffffff; }

.learning {
  background-color: #178fce; }

.learning-photo {
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .learning-photo {
      height: 170px; } }
  @media only screen and (max-width: 767px) {
    .learning-photo {
      height: 110px; } }
  .learning-photo.photo-1 {
    background-image: url('/static/newdesign/images/frontpage/learning-1.png?4a7a09bcc872'); }
    @media only screen and (max-width: 500px) {
      .learning-photo.photo-1 {
        background-position-x: -65px; } }
  .learning-photo.photo-2 {
    background-image: url('/static/newdesign/images/frontpage/learning-2.png?4a7a09bcc872'); }
  .learning-photo.photo-3 {
    background-image: url('/static/newdesign/images/frontpage/learning-3.png?4a7a09bcc872'); }

.learning-text {
  padding: 60px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .learning-text {
      padding: 20px; } }

.learning-description {
  color: #9cddff;
  font: 400 15px/22px "Open Sans", sans-serif;
  text-align: left;
  margin: 30px auto;
  width: 65%; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .learning-description {
      width: 100%; } }
  .learning-description p {
    margin: 0 0 25px; }

.btn-learning {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .btn-learning:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #474f60; }

.frontpage-videos {
  background-color: #ffffff;
  text-align: center;
  padding: 60px 55px; }
  @media only screen and (max-width: 767px) {
    .frontpage-videos {
      padding: 20px; } }

.videos-row {
  margin-top: 45px; }

.video-item {
  width: 330px;
  height: 180px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .video-item {
      width: 260px;
      height: 145px; } }

.video-title {
  margin: 30px 0 40px;
  color: #474f60;
  font: 400 21px "Arvo", serif; }

.btn-videos {
  background-color: #94b94c;
  color: #ffffff; }
  .btn-videos:hover {
    background-color: #449d44;
    color: #ffffff; }

.btn {
  border-radius: 5px;
  font-weight: 400;
  font-family: "Arvo", serif; }
  .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .fa {
  margin-right: 0.2em; }
  .btn .fa:last-child {
    margin-right: 0; }

.btn-default {
  background-color: #0b6a8e;
  border-color: #0b6a8e;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #07475f;
    border-color: #07475f;
    color: #ffffff; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #0b6a8e;
    border-color: #0b6a8e;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-primary {
  background-color: #94ba4d;
  border-color: #94ba4d;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #78993b;
    border-color: #78993b;
    color: #ffffff; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
    background-color: #94ba4d;
    border-color: #94ba4d;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-link {
  color: #0b6a8e;
  font-family: "Open Sans", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #07475f; }
  .btn-link.btn-danger {
    color: #d9534f; }
    .btn-link.btn-danger:hover, .btn-link.btn-danger:focus, .btn-link.btn-danger:active {
      color: #c9302c; }

.social-share-widget-ct .btn-default,
.btn-share {
  background-color: #f8d982;
  border-color: #f8d982;
  color: #ffffff; }
  .social-share-widget-ct .btn-default:hover, .social-share-widget-ct .btn-default:focus, .social-share-widget-ct .btn-default:active, .open > .social-share-widget-ct .btn-default.dropdown-toggle,
  .btn-share:hover,
  .btn-share:focus,
  .btn-share:active, .open >
  .btn-share.dropdown-toggle {
    background-color: #f5ca52;
    border-color: #f5ca52;
    color: #ffffff; }
  .social-share-widget-ct .btn-default.disabled, .social-share-widget-ct .btn-default.disabled:hover, .social-share-widget-ct .btn-default.disabled:focus, .social-share-widget-ct .btn-default.disabled:active, .social-share-widget-ct .btn-default[disabled], .social-share-widget-ct .btn-default[disabled]:hover, .social-share-widget-ct .btn-default[disabled]:focus, .social-share-widget-ct .btn-default[disabled]:active,
  .btn-share.disabled,
  .btn-share.disabled:hover,
  .btn-share.disabled:focus,
  .btn-share.disabled:active,
  .btn-share[disabled],
  .btn-share[disabled]:hover,
  .btn-share[disabled]:focus,
  .btn-share[disabled]:active {
    background-color: #f8d982;
    border-color: #f8d982;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.authoring-odd-container {
  background-color: #ffffff;
  padding-bottom: 50px; }

.authoring-even-container {
  background-color: #f1f2f2;
  padding-bottom: 35px; }

.authoring-create {
  color: #214f64; }

.authoring-create-title {
  font: 400 36px/22px "Arvo", serif;
  margin: 45px 0 15px; }

.authoring-create-copy {
  font: 400 16px/23px "Open Sans", sans-serif;
  margin-bottom: 30px;
  padding: 0 100px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .authoring-create-copy {
      padding: 0; } }

.authoring-item {
  background-color: #f1f2f2;
  padding-top: 15px;
  height: 280px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .authoring-item {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .authoring-item {
      padding-top: 35px;
      height: 300px; } }

.authoring-item-icon {
  color: #cdcece;
  font-size: 67px; }

.authoring-item-stacked-icon {
  color: #cdcece;
  font-size: 44px;
  top: -9px;
  left: -4px;
  margin-bottom: -21px; }
  .authoring-item-stacked-icon .fa-stack-1x {
    font-size: 34px;
    top: -6px;
    left: 5px; }

.authoring-item-title {
  font: 600 24px/24px "Arvo", serif;
  margin: 15px 0 4px; }

.authoring-item-level {
  background-color: #ffffff;
  height: 21px;
  border-radius: 10px;
  padding: 3px 10px;
  position: absolute;
  top: 11px;
  right: 27px;
  font: 600 14px/14px "Arvo", serif; }

.authoring-item-copy {
  font: italic 14px/24px "Arvo", serif;
  margin-bottom: 18px; }

.authoring-item-more {
  background-color: #ffffff;
  height: 45px;
  position: relative;
  padding-top: 5px;
  margin: 25px 2px 0;
  bottom: -8px; }

.authoring-item-more-copy {
  color: #474f60;
  font: 400 14px/22px "Arvo", serif; }

.authoring-item-more-icon-wrapper {
  background-color: #d6dedf;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  cursor: pointer; }

.authoring-item-more-icon {
  color: #3c6071;
  font-size: 20px;
  position: relative;
  top: 2px; }

.authoring-reasons {
  padding: 44px 17px 0;
  color: #333333; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
  .authoring-reasons-ct {
    margin-bottom: 20px;
    padding: 0 20px; } }

.authoring-reasons-title {
  font: 400 21px/22px "Arvo", serif;
  margin: 21px 0; }

.authoring-reasons-copy {
  font: 400 14px/22px "Open Sans", sans-serif;
  padding-right: 32px; }

.authoring-reasons-impact {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 27px; }

.authoring-reasons-impact-title {
  font: 600 24px/22px "Open Sans", sans-serif;
  margin-bottom: 17px; }

.authoring-reasons-impact-copy {
  font: 400 16px/22px "Open Sans", sans-serif; }

.authoring-reasons-link {
  color: #0b6a8e;
  font-weight: 600; }

.authoring-reasons-img {
  background: url('/static/newdesign/images/impact-of-oer.png?4a7a09bcc872') no-repeat center;
  background-size: contain;
  min-height: 115px;
  margin-top: 20px; }

.authoring-section {
  padding-top: 44px;
  font: 400 14px/22px "Open Sans", sans-serif;
  color: #333333; }

.authoring-section-divider {
  width: 83px;
  border-bottom: 4px solid #666666;
  margin: 0 auto 65px; }

.authoring-section-image {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 342px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .authoring-section-image {
      background-position: center;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .authoring-section-image {
      max-width: 320px;
      min-height: 197px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .authoring-section-image {
      max-width: 550px;
      min-height: 339px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .authoring-section-image {
      min-height: 278px; } }
  .authoring-section-image.open-author-screen {
    background-image: url('/static/newdesign/images/open-author-screen.png?4a7a09bcc872'); }
  .authoring-section-image.lesson-screen {
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    background-image: url('/static/newdesign/images/lesson-screen.png?4a7a09bcc872'); }
  .authoring-section-image.module-screen {
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    background-image: url('/static/newdesign/images/module-screen.png?4a7a09bcc872'); }

.authoring-section-describe {
  padding-left: 25px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .authoring-section-describe {
      margin-top: 20px;
      padding-left: 0; } }

.authoring-section-describe-left {
  padding-right: 35px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .authoring-section-describe-left {
      margin-bottom: 30px;
      padding-right: 0; } }

.authoring-section-title {
  font: 400 21px/22px "Arvo", serif;
  margin: 7px 0 21px; }

.authoring-section-copy {
  margin-bottom: 30px; }

.authoring-section-features {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 18px 2px 12px;
  margin: 50px 0 23px; }

.authoring-section-features-ct {
  margin-top: 25px;
  margin-left: 15px; }

.authoring-section-features-bullet {
  width: 8px;
  height: 8px;
  font-size: 8px;
  font-weight: 700;
  top: 11px;
  color: #cccccc; }

.authoring-section-features-item {
  padding-left: 10px;
  padding-right: 45px; }
  .authoring-section-features-item:last-child {
    padding-right: 15px; }

.authoring-section-features-header {
  font: 400 18px/22px "Arvo", serif; }

.authoring-section-features-title {
  font-weight: 600;
  margin-bottom: 0; }

.search-block {
  margin-top: 0;
  padding: 100px 70px 35px;
  color: #ffffff;
  background-image: url('/static/newdesign/images/frontpage/header-background.jpg?4a7a09bcc872');
  background-size: cover; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .search-block {
      padding: 20px; } }
  .search-block a {
    color: #ffffff; }
