.topic-icon .icon {
  background-image: url("https://cybercitizenshipeducation.org/static/newdesign/images/topic-icons/topic-icons-off.png?00b1997d1f14");
  background-repeat: no-repeat; }

.topic-icon:hover .icon {
  background-image: url("https://cybercitizenshipeducation.org/static/newdesign/images/topic-icons/topic-icons-on.png?00b1997d1f14"); }

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

/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.header-title {
  margin: 0;
  font: 500 40px "Saira", sans-serif;
  color: #ffffff; }

.header-description {
  margin: 20px auto 25px;
  width: 80%;
  font: 400 18px / 26px "Krub", 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 15px / 28px "Krub", 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;
  width: 165px;
  font: 500 16px / 28px "Saira", sans-serif; }

.btn-library-link {
  height: 54px;
  border: 1px solid transparent;
  width: 200px;
  font: 500 16px / 42px "Saira", sans-serif; }

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

.btn-wide {
  width: 225px; }

.advanced-search-call-out {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: "Krub", sans-serif; }

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

.library {
  background-color: #008288;
  text-align: center;
  padding: 60px 70px;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .library {
      padding: 20px; } }
.frontpage-section-title {
  margin: 0;
  color: #231f20;
  font: 600 34px "Saira", sans-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 {
  height: 90px; }

.library-description {
  margin: 30px 0 10px;
  min-height: 60px;
  font: 400 16px / 22px "Krub", 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: 420px; }
  @media only screen and (max-width: 767px) {
    .groups {
      height: auto; } }
.groups-row,
.groups-col {
  height: 100%; }

.groups-image {
  background-image: url("https://cybercitizenshipeducation.org/static/newdesign/images/cyberc/frontpage-collections.jpg?00b1997d1f14");
  background-size: cover;
  min-height: 395px; }
  @media only screen and (max-width: 767px) {
    .groups-image {
      min-height: 200px; } }
.groups-ct {
  background-color: #ffffff;
  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: #000000;
  font: 400 18px/22px "Krub", 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 {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 200px;
  height: auto;
  background-color: #383536;
  overflow: hidden; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .contribute {
      padding: 20px; } }
.oa-contribute-image {
  height: 300px; }
  @media only screen and (min-width: 1200px) {
    .oa-contribute-image {
      height: 400px;
      background-position: unset; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 979px) {
    .oa-contribute-image {
      padding-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .oa-contribute-image {
      padding-top: 0; } }
  .oa-contribute-image .video-title-white {
    margin: 0 0 40px;
    color: #ffffff;
    font: 400 14px "Krub", sans-serif; }
  .oa-contribute-image .contribute-video {
    display: inline-block; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
      .oa-contribute-image .contribute-video {
        margin-bottom: 0;
        padding-top: 0;
        text-align: center; } }
    .oa-contribute-image .contribute-video iframe {
      width: 550px;
      height: 400px; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .oa-contribute-image .contribute-video iframe {
          width: 360px;
          height: 260px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .oa-contribute-image .contribute-video iframe {
          width: 300px;
          height: 260px; } }
      @media only screen and (max-width: 767px) {
        .oa-contribute-image .contribute-video iframe {
          width: 250px;
          height: 200px; } }
.contribute-title {
  color: #ffffff;
  padding-bottom: 20px;
  font: 400 28px "Saira", sans-serif; }
  @media only screen and (max-width: 767px) {
    .contribute-title {
      padding-top: 0;
      padding-bottom: 0; } }
.contribute-description {
  margin: 10px 0 40px;
  font: 400 18px/22px "Krub", sans-serif;
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .contribute-description {
      width: 100%; } }
.contribute-items-row {
  width: 95%;
  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: 100%; } }
.contribute-item {
  padding-top: 20px;
  height: auto;
  text-align: left; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .contribute-item {
      padding-top: 0;
      margin-bottom: 30px;
      height: auto;
      text-align: center; } }
.contribute-item-more {
  border-top: 3px solid #ffffff;
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
  bottom: -8px; }

.network {
  background-color: #008288;
  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: #ffffff;
  font: 600 28px/30px "Saira", sans-serif; }

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

.network-item-icon {
  width: 106px;
  height: 106px;
  margin: 25px auto;
  border-radius: 50%;
  border: none; }
  .network-item-icon.hubs-icon {
    background: url("https://cybercitizenshipeducation.org/static/newdesign/images/cyberc/hubs-icon.png?00b1997d1f14") no-repeat 50% 42%; }
  .network-item-icon.groups-icon {
    background: url("https://cybercitizenshipeducation.org/static/newdesign/images/cyberc/groups-icon.png?00b1997d1f14") no-repeat 50% 42%; }

.network-item-description {
  display: block;
  font: 400 15px / 21px "Krub", 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: #2F7BB6; }

.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("https://cybercitizenshipeducation.org/static/newdesign/images/frontpage/learning-1.png?00b1997d1f14"); }
    @media only screen and (max-width: 500px) {
      .learning-photo.photo-1 {
        background-position-x: -65px; } }
  .learning-photo.photo-2 {
    background-image: url("https://cybercitizenshipeducation.org/static/newdesign/images/frontpage/learning-2.png?00b1997d1f14"); }
  .learning-photo.photo-3 {
    background-image: url("https://cybercitizenshipeducation.org/static/newdesign/images/frontpage/learning-3.png?00b1997d1f14"); }

.learning-text {
  padding: 60px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .learning-text {
      padding: 20px; } }
.learning-description {
  color: #ffffff;
  font: 400 15px/22px "Krub", 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 "Saira", sans-serif; }

.btn-frontpage-primary {
  background-color: #008288;
  color: #ffffff; }
  .btn-frontpage-primary:hover {
    background-color: #005155;
    color: #ffffff; }

.partners {
  background-color: #008288;
  text-align: center;
  padding: 60px 70px; }
  @media only screen and (max-width: 767px) {
    .partners {
      padding: 20px; } }
.partner-description {
  font: 400 15px/22px "Krub", sans-serif;
  margin: 30px auto;
  width: 65%; }

.news {
  background-color: #f4f4f6;
  height: 520px;
  padding-top: 50px;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .news {
      padding: 20px 0 50px;
      height: auto; } }
.news-header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 30px;
  padding: 0 10px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .news-header {
      height: 70px; } }
.news-tile {
  color: #000000;
  height: 360px;
  width: 800px;
  text-align: left;
  border-radius: 5px;
  padding-top: 8px;
  display: inline-block; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .news-tile {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .news-tile {
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .news-tile {
      max-width: 100%;
      margin-top: 20px; } }
.news-article-image {
  max-width: 150px;
  display: inline-block;
  padding: 20px 0; }

.news-text-ct {
  display: inline-block; }

.news-bordered-wrapper {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .news-bordered-wrapper {
      display: block; } }
.news-title-wrapper {
  overflow-y: scroll;
  padding: 15px 0;
  margin-left: 20px; }

.news-title {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-align: left; }
  .news-title:hover, .news-title:focus, .news-title:active {
    color: #000000; }

.news-date {
  font-size: 16px;
  font-weight: 600;
  color: #464646;
  padding: 13px 0 13px 20px;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc; }
  .news-date.mod-twitter {
    border: none; }

.news-article {
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 12px;
  overflow-y: scroll;
  font: 400 16px/24px "Krub", sans-serif;
  height: 140px; }

.news-more {
  padding-left: 15px;
  color: #008288;
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: bold; }

.news-twitter-name {
  color: #008288; }

.twitter-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  line-height: 30px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .twitter-footer {
      line-height: 34px; } }

/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.content {
  background-color: #ffffff;
  color: #000000; }

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

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

.published-content-container {
  background-color: #008288;
  padding: 50px; }

.published-content {
  color: #ffffff; }
  .published-content h3 {
    font-family: "Krub", sans-serif;
    font-weight: 600;
    margin-bottom: 50px; }

.published-content-img {
  border: 1px solid rgba(0, 0, 0, 0.3); }
  .published-content-img img {
    width: 100%; }

.instructor-view {
  text-align: left;
  padding: 30px; }
  .instructor-view h4 {
    font-weight: 700; }
    .instructor-view h4 i {
      padding: 10px; }
  .instructor-view p {
    padding-left: 40px; }

.audience-view {
  text-align: right; }
  .audience-view h4 {
    font-weight: 700; }
    .audience-view h4 i {
      padding: 10px; }
  .audience-view p {
    padding-right: 40px;
    padding-left: 50px; }

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

.authoring-hero {
  background: url("https://cybercitizenshipeducation.org/static/newdesign/images/oer-hero.jpg?00b1997d1f14") no-repeat;
  background-size: cover;
  height: 375px;
  padding-top: 5px; }
  .authoring-hero h1 {
    margin: 100px 0 20px 50px;
    font-family: "Krub", sans-serif;
    font-weight: 600; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
      .authoring-hero h1 {
        margin: 100px 0 20px 0; } }
  .authoring-hero h3 {
    font-family: "Krub", sans-serif;
    margin: 0 0 20px 50px; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
      .authoring-hero h3 {
        margin: 0 0 20px 0; } }
  .authoring-hero form button {
    margin: 0 0 20px 50px; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
      .authoring-hero form button {
        margin: 0 0 20px 0; } }
.oa-icon {
  padding: 20px;
  height: 169px; }

.authoring-image-menu {
  width: 100%; }

.authoring-image-menu a {
  color: #000000;
  display: block;
  padding: 12px;
  text-decoration: none; }
  .authoring-image-menu a h4 {
    font-size: 16px;
    font-weight: 700; }
  .authoring-image-menu a:hover {
    background-color: #f4f4f6; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
      .authoring-image-menu a:hover {
        background-color: #ffffff; } }
.active-menu-button {
  background-color: #f4f4f6; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .active-menu-button {
      background-color: #ffffff; } }
.best-oer-container {
  padding: 100px 300px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .best-oer-container {
      padding: 0; } }
  .best-oer-container h1 {
    font-family: "Krub", sans-serif;
    font-weight: 600; }

.authoring-image-switcher-container {
  position: relative; }
  .authoring-image-switcher-container img {
    width: 100%;
    margin-top: 56px;
    border: 1px solid #cccccc; }

.image-switcher {
  display: none; }

.authoring-create-title {
  font: 500 23px/22px "Krub", sans-serif;
  margin: 45px 0 15px; }

.authoring-create-copy {
  font: 400 16px / 23px "Krub", 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 {
  padding-top: 40px;
  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: 700 18px/18px "Krub", sans-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 15px / 14px "Saira", sans-serif; }

.authoring-item-copy {
  font: 14px/24px "Krub", sans-serif;
  margin: 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 15px / 22px "Saira", sans-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 "Saira", sans-serif;
  margin: 21px 0; }

.authoring-reasons-copy {
  font: 400 15px / 22px "Krub", 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 "Krub", sans-serif;
  margin-bottom: 17px;
  margin-top: 0; }

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

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

.authoring-reasons-img {
  background: url("https://cybercitizenshipeducation.org/static/newdesign/images/impact-of-oer.png?00b1997d1f14") no-repeat center;
  background-size: contain;
  min-height: 115px;
  margin-top: 20px; }

.authoring-section {
  padding-top: 44px;
  font: 400 15px / 22px "Krub", 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("https://cybercitizenshipeducation.org/static/newdesign/images/open-author-screen.png?00b1997d1f14"); }
  .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("https://cybercitizenshipeducation.org/static/newdesign/images/lesson-screen.png?00b1997d1f14"); }
  .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("https://cybercitizenshipeducation.org/static/newdesign/images/module-screen.png?00b1997d1f14"); }

.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-describe-left h3 {
    color: #000000;
    padding-left: 12px; }

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

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

.authoring-section-features {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  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 "Saira", sans-serif; }

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

.authoring-heading {
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

.search-block {
  margin-top: 0;
  padding: 0;
  height: 474px;
  color: #ffffff;
  background-image: url("https://cybercitizenshipeducation.org/static/newdesign/images/cyberc/frontpage-banner.jpeg?00b1997d1f14");
  background-size: cover;
  background-position-y: -200px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .search-block {
      background-position-y: 0; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-block {
      height: 450px; } }
  .search-block a {
    color: #ffffff; }

.search-block-wrapper {
  padding: 130px 70px 35px;
  height: 474px;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0.63), rgba(35, 31, 32, 0.63)); }
  @media only screen and (max-width: 767px) {
    .search-block-wrapper {
      padding: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-block-wrapper {
      padding: 100px 30px 70px;
      height: 450px; } }

.partners {
  text-align: center;
  padding-bottom: 65px;
  overflow: hidden; }

.partners > .container {
  width: 100%; }

.partners-container {
  position: relative; }
  .partners-container .left-carousel-control,
  .partners-container .right-carousel-control {
    position: absolute;
    top: 35px; }
    @media only screen and (max-width: 767px) {
      .partners-container .left-carousel-control,
      .partners-container .right-carousel-control {
        top: -40px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .partners-container .left-carousel-control,
      .partners-container .right-carousel-control {
        top: 20px; } }
  .partners-container .left-carousel-control {
    left: 0; }
    @media only screen and (max-width: 767px) {
      .partners-container .left-carousel-control {
        left: 40%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
      .partners-container .left-carousel-control {
        left: -15px; } }
  .partners-container .right-carousel-control {
    right: 0; }
    @media only screen and (max-width: 767px) {
      .partners-container .right-carousel-control {
        right: 40%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
      .partners-container .right-carousel-control {
        right: -15px; } }
  .partners-container .fa {
    font-size: 60px; }

.partners-carousel {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .partners-carousel {
      margin-top: 0; } }
.partners-column {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .partners-column {
      margin-top: 30px; } }
.partners-image {
  height: 200px;
  max-width: 200px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .partners-image {
      height: 140px;
      max-width: 140px; } }
.partners-container .left-carousel-control,
.partners-container .right-carousel-control {
  display: none; }

.partners-container .carousel-inner > .item {
  transition: 0.6s ease-in-out opacity; }

.partners-container .carousel-inner > .prev,
.partners-container .carousel-inner > .next,
.partners-container .carousel-inner > .active.left,
.partners-container .carousel-inner > .active.right {
  left: 0;
  opacity: 0; }

.partners-container .carousel-inner > .active {
  opacity: 1; }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .partners-container .frontpage-main-item-title {
    height: 75px; } }