/* These styles are generated from project.scss. */
html, body, button, input, select, textarea {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Montserrat', 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.columns.is-right {
  flex-direction: row-reverse;
}

.force-hidden {
  display: none !important;
}

.navbar {
  border-bottom: 1px solid #b4bcbe;
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  min-height: 4.75rem;
}

.navbar-burger {
  width: 4.75rem;
  height: 4.75rem;
  margin-left: 0;
}

.navbar-brand {
  min-height: 4.75rem;
  justify-content: space-between;
}

body.has-navbar-fixed-top, html.has-navbar-fixed-top {
  padding-top: 4.75rem;
}

.h-screen.with-top-navbar-offset,
.md\:h-screen.with-top-navbar-offset,
.lg\:h-screen.with-top-navbar-offset {
  height: calc(100vh - 4.75rem);
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen.with-top-navbar-offset {
  max-height: calc(100vh - 4.75rem);
}

.details-toggle summary {
  position: relative;
  padding-right: 2.25rem;
  color: #4a5568;
  transition: color 0.2s ease;
}

.details-toggle summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s ease;
}

.details-toggle[open] summary {
  color: #39b0b2;
}

.details-toggle[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}


@media screen and (min-width: 1024px) {
  .navbar {
    min-height: 4.75rem;
  }

  body.has-navbar-fixed-top, html.has-navbar-fixed-top {
    padding-top: 4.75rem;
  }
}

.main-container {
  /*position: relative;*/
}

.print-container {
  display: none;
}

.video-module-content {
  margin: 0 auto;
}

.hero-nom-article .hero-body {
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
/* Nom Icons */
.nom-icon-owl-title {
  width: 162px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-position-x: 0px;
  background-position-y: 0px;
  background-image: url('../images/logos/news-o-matic-owl.jpg');
}

.nom-icon-owl-title.is-large {
  width: 248px;
  /* Height is 59px mandatory, or navbar component is too big.*/
  height: 59px;
}

.nom-icon-owl-title.is-xlarge {
  width: 320px;
  height: 76px;
}

.nom-icon-title {
  width: 162px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-position-x: 0;
  background-position-y: 0;
  background-image: url('../images/menu_article/title.png');
}

.nom-icon-title.is-large {
  width: 244px;
  height: 59px;
}

.nom-icon-title.is-xlarge {
  width: 320px;
  height: 75px;
}

/* Canadain logos  */
/* Nom Owl Kids */
.nom-icon-owl-kids {
  width: 40px;
  height: 40px;
  background-image: url("../images/logos/owlkids.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.nom-icon-owl-kids.is-small {
  width: 30px;
  height: 30px;
}

/* Canadian Leaf */
.nom-canadian-leaf {
  background-image: url('../images/logos/canadian-leaf.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  margin-left: 0.75rem;
}

.nom-canadian-leaf.is-large {
  width: 50px;
  height: 50px;
}

.navbar-mobile-menu {
  display: none;
}

.navbar-mobile-menu.is-active {
  display: block;
  border-top: 1px solid #ededed;
  height: calc(100vh - 4.75rem);
  overflow-y: auto;
}

.menu-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: .5rem 0;
}

.menu-divider-dark {
  background-color: #d0cfcf;
  border: none;
  display: block;
  height: 1px;
  margin: .5rem 0;
}

.navbar-nom-burger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 5rem;
  height: 4.75rem;
  margin-left: 0;
}

.navbar-nom-burger:hover {
  background-color: rgba(0, 0, 0, .05);
}

.navbar-nom-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-nom-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-nom-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-nom-burger span {
  background-color: currentColor;
  display: block;
  height: 2px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.select2-container {
  min-width: 10em !important;
}

.bg-pilot {
  background-image: url('../images/pilot/bg_pilot.jpg');
}

.bg-pictures-of-the-day {
  background-image: url('../images/picture_of_the_day_module.png');
}

.bg-on-this-date {
  background-image: url('../images/on_this_date_module/on_this_date_module.jpg')
}

.bg-mystery-words {
  background-image: url('../images/mystery_word_module/mystery_word_module.png');
}

.bg-newsroom-header {
  background-image: url('../images/newsroom_screen/bg_news_room_header.png');
  background-repeat: repeat-x;
  background-position-y: bottom;
  background-color: #89DAF6;
}

.bg-puzzles {
  background-image: url('../images/puzzle_module/background.png');
}

.bg-logout {
  background-image: url('../images/my_nom_module/my_nom_module_content_page_logout.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.nom-icon {
  display: flex;
  width: 53px;
  height: 53px;

  flex-direction: row;
  align-items: center;
  /*border-radius: 50%;*/
}

/*.nom-icon:focus,*/
/*.nom-icon:hover {*/
/*outline: 2px solid #4a4a4a;*/
/*}*/
.nom-icon.is-medium {
  width: 48px;
  height: 48px;
}

.icon.is-small > .nom-icon {
  width: 40px;
  height: 40px;
}

.nom-icon > i {
  margin: auto;
}

.nom-icon.is-nav-icon {
  width: 40px;
  height: 40px;
}

.nom-icon.is-small {
  width: 32px;
  height: 32px;
}

.nom-icon.fa-fw {
  height: 1.2857142857142858em;
  width: 1.2857142857142858em;
  text-align: center;
}

.nom-icon.is-centered {
  margin: 0 auto;
}

.nom-icon.nom-icon-go-there {
  background-image: url('../images/article_screen/go_there.png');
  background-size: cover;
  width: 74px;
  height: 79px;
  cursor: pointer;
}

.nom-icon-rate-ok {
  background-image: url('../images/article_screen/rate_ok.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.nom-icon-rate-awesome {
  background-image: url('../images/article_screen/rate_awesome.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.nom-icon-rate-it-stinks {
  background-image: url('../images/article_screen/rate_stinks.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.nom-icon-info {
  background-image: url('../images/menu_home/info.png');
  background-size: contain;
  background-repeat: no-repeat;
}

[data-edition-theme='primary'] .nom-icon-games {
  background-image: url('../images/menu_home/games.png');
  background-size: contain;
  background-repeat: no-repeat;
}

[data-edition-theme='secondary'] .nom-icon-games {
  background-image: url('../images/menu_home/games_secondary.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.nom-icon.nom-icon-write-to-russ {
  background-image: url('../images/newsroom_screen/newsroom_screen_content_write_to_russ_large.png');
  background-size: cover;
  width: 150px;
  height: 140px;
}

.nom-icon.nom-icon-write-to-russ:hover {
  background-position-y: 100%;
}

.nom-icon.nom-icon-click-to-draw {
  background-image: url('../images/newsroom_screen/newsroom_screen_content_click_to_draw_large.png');
  background-size: cover;
  width: 100px;
  height: 118px;
}

.nom-icon.nom-icon-click-to-draw:hover {
  background-position-y: 100%;
}

.nom-icon.nom-icon-go-there:hover,
.nom-icon.nom-icon-go-there:focus {
  /*outline: none;*/
  background-position-y: 79px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-fact-act {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -35px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}


[data-edition-theme='secondary'] .nom-icon.nom-icon-fact-act {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 469px;
  background-position-y: -4px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-ask-russ {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -525px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-ask-russ {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 279px;
  background-position-y: -3px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-rate {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -734px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-rate {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 343px;
  background-position-y: 60px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon-questions {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -665px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon-questions {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 407px;
  background-position-y: 60px;
  background-size: 698px 124px;
}


[data-edition-theme='primary'] .nom-icon.nom-icon-browse {
  background-image: url('../images/menu_home/browse_primary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-browse {
  background-image: url('../images/menu_home/browse_secondary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-units {
  background-image: url('../images/menu_home/units_primary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-units {
  background-image: url('../images/menu_home/units_secondary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 37px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-news-room {
  background-image: url('../images/menu_home/newsroom_primary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-news-room {
  background-image: url('../images/menu_home/newsroom_secondary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transform: translateY(0.25rem);
}

[data-edition-theme='primary'] .nom-icon.nom-icon-dashboard {
  background-image: url('../images/menu_article/dashboard_primary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-dashboard {
  background-image: url('../images/menu_article/dashboard_secondary.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transform: translateY(0.35rem);
}

.nom-icon.nom-icon-share {
  background-image: url('../images/menu_article/share.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 2px 0px;
}

.nom-dashboard-icon {
  display: flex;
  width: 28px;
  height: 28px;
  flex-direction: row;
  align-items: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.nom-icon-dashboard-share {
  background-image: url('../images/menu_article/arrow_icon.svg');

}

.nom-icon-dashboard-standards {
  background-image: url('../images/menu_article/view_standards_icon.svg');
}

.nom-icon-dashboard-assign-article {
  background-image: url('../images/menu_article/assignment_icon.svg');
}

.nom-icon-dashboard-assign-custom-unit {
  background-image: url('../images/menu_article/add_icon.svg');
}

.nom-icon-dashboard-share-google-class {
  background-image: url('../images/menu_article/Google_Classroom_Logo.svg');
}

.nom-icon-dashboard-logo-pdf {
  background-image: url('../images/menu_article/pdf_icon.svg');
}


.nom-icon-google-slide {
  background-image: url('../images/menu_article/google_slides_icon.svg');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 2px 0px;
}

.nom-icon-pptx-slide {
  background-image: url('../images/menu_article/ppt_document_icon.svg');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 2px 0px;
}

.nom-icon-translateY-span {
  transform: translateY(0.1rem);
}

[data-edition-theme='secondary'] .nom-icon-browse-span {
  transform: translateY(0.5rem);
}

[data-edition-theme='secondary'] .nom-icon-units-span {
  transform: translateY(0.15rem);
}

.dashboard-links-button-container {
  width: 200px;
  height: 30px;
}

.dashboard-button-text {
  color: #F9FAFB;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.dashboard-arrow {
  margin-left: 8px;
  width: 41px;
  height: 16px;
  background-image: url('../images/menu_article/dashboard-arrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.article-add-to-custom-unit {
  display: inline-block;
  border-radius: 7px;
  width: 99%; /* Adjust the width as needed */
  height: 99%; /* Adjust the height as needed */
  background-image: url('../images/menu_article/add-to-custom-unit.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

[data-edition-theme='secondary'] .nom-icon-search-input {
  background-image: url('../images/menu_home/search_secondary.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

[data-edition-theme='primary'] .nom-icon-search-input {
  background-image: url('../images/menu_home/search.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.nom-input-search-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 24vw;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  .nom-input-search-container {
    width: 100%;
  }
}

.nom-navbar-search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.nom-text-hover:hover {
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: #43bcbf;

}

.nom-text-hover:hover {
  color: #43bcbf;
}

.nom-text-color-100 {
  color: #e6f6f8;
}

.nom-text-color-200 {
  color: #43bcbf;
}

.nom-text-color-300 {
  color: #2e9a9c;
}

.nom-text-color-400 {
  color: #19686b;
}

.standards-form-container {
  width: 80vw;
}

@media screen and (max-width: 1023px) {
  .standards-form-container {
    width: 100%;
  }

  #q-standards-type {
    width: 100%;
  }
}

/* default (mobile): full width rows */
.std-type,
.std-subject,
.std-grade {
  width: 100% !important;
}

/* large screens: our 45/30/15 split */
@media (min-width: 1024px) {
  .std-type {
    width: 50% !important;
  }

  .std-subject {
    width: 35% !important;
  }

  .std-grade {
    width: 10% !important;
  }
}

[data-edition-theme='primary'] .nom-icon.nom-icon-search {
  background-image: url('../images/menu_home/search.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: cover;
  /*width: 50px;*/
  /*height: 50px;*/
  background-position-y: -1px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-search {
  background-image: url('../images/menu_home/search_secondary.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: cover;
  /*width: 50px;*/
  /*height: 50px;*/
  background-position-y: -1px;
}

.nom-icon.nom-icon-search-black {
  background-image: url("../images/menu_home/search-black.png");
  background-size: cover;
}

.nom-icon.nom-icon-poll, .nom-icon.nom-icon-opinion {
  background-image: url('../images/menu_home/opinion.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.nom-icon.nom-icon-wpm {
  background-image: url('../images/article_screen/btn_wpm.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.nom-icon.nom-icon-article-next {
  background-image: url('../images/article_screen/next.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
}

.nom-icon.nom-icon-article-previous {
  background-image: url('../images/article_screen/past.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
}

.nom-icon.nom-icon-drawings-next {
  background-image: url('../images/picture_of_the_day_module/picture_of_the_day_module_content_prev_next.png');
  background-position-x: -26px;
  background-position-y: 0px;
  background-size: 53px 53px;
  background-repeat: no-repeat;
}

.nom-icon.nom-icon-drawings-previous {
  background-image: url('../images/picture_of_the_day_module/picture_of_the_day_module_content_prev_next.png');
  background-position-x: 26px;
  background-position-y: 0px;
  background-size: 53px 53px;
  background-repeat: no-repeat;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-slide-show {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -106px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-slide-show {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 154px;
  background-position-y: 60px;
  background-size: 698px 124px;
}

.nom-icon.nom-icon-slide-show-next {
  background-image: url('../images/article_screen/slide_next_prev.png');
  background-position-x: -26px;
  background-position-y: 0px;
  background-size: 53px 53px;
  background-repeat: no-repeat;
}

.nom-icon.nom-icon-slide-show-previous {
  background-image: url('../images/article_screen/slide_next_prev.png');
  background-position-x: 26px;
  background-position-y: 0px;
  background-size: 53px 53px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .nom-icon.nom-icon-slide-show-next {
    background-position-x: -35px;
    background-position-y: 0px;
    background-size: 70px 110px;
    background-repeat: no-repeat;
    height: 110px;
  }

  .nom-icon.nom-icon-slide-show-previous {
    background-position-x: 18px;
    background-position-y: 0px;
    background-size: 70px 110px;
    background-repeat: no-repeat;
    height: 110px;
  }
}

[data-edition-theme='primary'] .nom-icon.nom-icon-video {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -174px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon-video {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 90px;
  background-position-y: 60px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-language {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -244px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-language {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 154px;
  background-position-y: -3px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-drawings {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -595px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-drawings {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 216px;
  background-position-y: -5px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-read-to-me {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -383px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-read-to-me {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 217px;
  background-position-y: 60px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-pause {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -314px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-pause {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 89px;
  background-position-y: -1px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-citations {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -455px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-citations {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 533px;
  background-position-y: 61px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-highlight {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -943px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-highlight {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 597px;
  background-position-y: -1px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-print {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -875px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-print {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: -40px;
  background-position-y: 60px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-author {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -1013px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-author {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 660px;
  background-position-y: -3px;
  background-size: 698px 124px;
}

[data-edition-theme='primary'] .nom-icon.nom-icon-save {
  background-image: url('../images/menu_article/menu.png');
  background-position-x: -804px;
  background-position-y: -6px;
  background-size: 1220px 124px;
}

[data-edition-theme='secondary'] .nom-icon.nom-icon-save {
  background-image: url('../images/menu_article/menu-secondary.png');
  background-position-x: 468px;
  background-position-y: 60px;
  background-size: 698px 124px;
}

.nom-icon.nom-icon-audio-on {
  background-image: url('../images/menu_article/sound_on.png');
  background-size: cover;
  width: 30px;
  height: 30px;
}

.nom-icon.nom-icon-audio-off {
  background-image: url('../images/menu_article/sound_off.png');
  background-size: cover;
  width: 30px;
  height: 30px;
}

.nom-icon.nom-icon-newsletter {
  background-image: url("../images/menu_home/newsletter.png");
  background-size: cover;
}

.nom-icon.nom-icon-lesson-plans {
  background-image: url("../images/menu_home/lesson-plans.png");
  background-size: cover;
}

.nom-icon.nom-icon-custom-units {
  background-image: url("../images/menu_home/custom-units.png");
  background-size: cover;
}

.nom-icon-ela,
.nom-icon-language-and-the-arts {
  background-image: url("../images/menu_home/ela.png");
  background-size: cover;
}

.nom-icon-social-studies {
  background-image: url("../images/menu_home/social-studies.png");
  background-size: cover;
}

.nom-icon-science {
  background-image: url("../images/menu_home/science.png");
  background-size: cover;
}

.nom-icon-sel {
  background-image: url("../images/menu_home/sel.png");
  background-size: cover;
}

.nom-icon-close {
  width: 15px;
  height: 15px;
  background-image: url('../images/common/close.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}

/*.nom-icon-close:focus {*/
/*outline: 2px solid #fff;*/
/*outline-offset: 1px;*/
/*}*/

.nom-icon-close.is-large {
  width: 25px;
  height: 25px;
}

.nom-icon-close.is-xlarge {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .nom-icon-close {
    /*background-size: 20px 20px;*/
  }
}

body.has-navbar-fixed-top .modal,
html.has-navbar-fixed-top .modal {
  top: 77px;
}

.modal-nom-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  /*.modal-nom-close {*/
  /*max-height: 20px;*/
  /*max-width: 20px;*/
  /*min-height: 20px;*/
  /*min-width: 20px;*/
  /*}*/
}

.modal-nom-green .modal-content,
.modal-fact-act .modal-content,
.modal-language .modal-content,
.modal-citation .modal-content,
.modal-author .modal-content,
.modal-language .modal-content {
  overflow: visible;
}

.modal-content .modal-card-close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .modal-content .modal-card-close {
    right: 10px;
    top: 10px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
  }
}

.modal-nom-green-card,
.modal-card-fact-act,
.modal-card-language {
  border: 5px solid #19686b;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*-webkit-transform-origin: top center;*/
  /*-moz-transform-origin: top center;*/
  /*-ms-transform-origin: top center;*/
  /*-o-transform-origin: top center;*/
  /*transform-origin: top center;*/
  box-shadow: 10px 10px 5px #19686b;
  color: white;
}

.modal-nom-green-card .modal-card-body,
.modal-card-fact-act .modal-card-body,
.modal-card-language .modal-card-body {
  background-color: #43bcbf;
  font-size: 20px;
  font-weight: 500;
}

.modal-hero {
  min-width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 769px) {
  .modal-map .modal-card,
  .modal-map .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 60px);
    /*width: calc(100vw - 60px);*/
    width: 100vw;
  }
}

#overlayWrapper {
  margin: 0;
  height: calc(100vh - 4.75rem);
  /*background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Alexanderplatz_Stadtmodell_1.jpg/1920px-Alexanderplatz_Stadtmodell_1.jpg');*/
  background-image: url('https://newsomatic.net/dynamicv2/content/files/../cover866654273.jpg');
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

#overlayContainer {
  position: relative;
  /*width:  calc(100vh * (1920 / 1368));*/
  /*height: calc(100vw * (1368 / 1920));*/
  width: calc((100vh - 4.75rem) * (2048 / 1536));
  height: calc(100vw * (1536 / 2048));
  /*min-width:  100vw;     /*  for cover    */
  /*min-height: 100vh;     /*  for cover    */
  max-width: 100vw; /* for contain */
  max-height: calc(100vh - 4.75rem); /* for contain */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#square {
  position: relative;
  padding-bottom: 100%;
}

#square div {
  position: absolute;
  overflow: auto;
  top: 20%;
  left: 10%;
  width: 48%;
  height: 50%;
  /*background-color: rgba(255,0,0,.7);*/
  border-radius: 10px;
}

.slideshow-preview, .slideshow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slideshow-button > i {
  cursor: pointer;
}

.slideshow-preview {
  left: 0;
}

.slideshow-next {
  right: 0;
}

/* All Map related css*/

.modal-map .modal-content {
  max-height: calc(100vh - 60px);
}

.map-hello {
  position: absolute;
  top: 10px;
  left: 60px;
  background-image: url('../images/map/hello.png');
  background-size: contain;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.map-funfact {
  position: absolute;
  right: 0;
}

.map-funfact {
  background-image: url('../images/map/funv2closed.png');
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 170px;
  cursor: pointer;
}

.map-funfact.is-active {
  background-image: url('../images/map/funv2open.png');
  top: 50%;
  transform: translateY(-50%);
  width: 780px;
  height: 185px;
  cursor: pointer;
}

.map-funfact.is-active .map-funfact-text-wrapper {
  display: block;
}

.map-funfact-text-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
}

.map-funfact-text {
  position: absolute;
  right: 13px;
  width: 426px;
  top: 19px;
  bottom: 26px;
  /*height: calc(100% - 55px);*/
  text-align: center;
}

.map-funfact-text > p {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.map-units {
  position: absolute;
  bottom: 0;
  left: 0;
  /* blong; Zoom in-out Google control not available if width 100% */
  /*width: 100%;*/
  /*max-width: calc(100% - 50px);*/
  width: 910px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

/* 960 = 910 (map-units' width + 2* 40px*/
@media only screen and (max-width: 389px) {
  .map-units {
    transform: scale(0.3);
    transform-origin: bottom left;
  }

  .map-funfact,
  .map-funfact.is-active {
    transform: scale(0.45);
    transform-origin: top right;
  }
}

@media only screen and (min-width: 390px) and (max-width: 489px) {
  .map-units {
    transform: scale(0.4);
    transform-origin: bottom left;
  }

  .map-funfact,
  .map-funfact.is-active {
    transform: scale(0.6);
    transform-origin: top right;
  }
}

@media only screen and (min-width: 490px) and (max-width: 579px) {
  .map-units {
    transform: scale(0.5);
    transform-origin: bottom left;
  }

  .map-funfact,
  .map-funfact.is-active {
    transform: scale(0.7);
    transform-origin: top right;
  }
}

@media only screen and (min-width: 580px) and (max-width: 679px) {
  .map-units {
    transform: scale(0.6);
    transform-origin: bottom left;
  }

  .map-funfact,
  .map-funfact.is-active {
    transform: scale(0.8);
    transform-origin: top right;
  }
}

@media only screen and (min-width: 680px) and (max-width: 809px) {
  .map-units {
    transform: scale(0.7);
    transform-origin: bottom left;
  }

  .map-funfact,
  .map-funfact.is-active {
    transform: scale(0.9);
    transform-origin: top right;
  }
}

@media only screen and (min-width: 810px) and (max-width: 990px) {
  .map-units {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}

.unit-time-icon > img,
.unit-custom-icon > img {
  display: inline-block;
}

.map-units > div {
  display: inline-block;
}

.unit-distances,
.unit-time,
.unit-custom {
  position: relative;
  font-weight: 800;
}

.unit-distances .unit-distance-kms {
  position: absolute;
  bottom: 41px;
  left: 17px;
}

.unit-distances .unit-distance-miles {
  position: absolute;
  bottom: 98px;
  right: 13px;
}

/*.unit-time {*/
/*background-image: url('../images/map/time.png');*/
/*}*/

.unit-time .unit-time-name {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  text-align: center;
}

.unit-time .unit-time-value {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}

.unit-time .unit-time-icon {
  position: absolute;
  bottom: 100px;
  left: 3px;
  width: 100%;
}

.unit-custom .unit-custom-value {
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%;
  text-align: center;
}

.unit-custom .unit-custom-icon {
  position: absolute;
  bottom: 90px;
  left: 9px;
  width: 100%;
}

.button.is-teacher {
  background-color: #cc3333;
  color: white;
  font-weight: 800;
  padding: 10px;
  min-height: 30px;
  border-radius: 7px;
}

.button.is-teacher:hover {
  background-color: #cc4444;
  color: white;
}

.messages.is-floating {
  position: fixed;
  right: 10px;
  top: 90px;
  z-index: 100;
}

.cursor-pointer {
  cursor: pointer !important;
}

.dropdown-highlight .dropdown-content {
  border-radius: 10px;
}

.dropdown-anchor {
  position: absolute;
  width: 0;
  height: 0;
}

.dropdown-anchor.is-left {
  left: 24px;
}

.dropdown-anchor.is-right {
  right: 24px;
}

.dropdown-anchor.is-down {
  top: -3px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.dropdown-anchor.is-up {
  bottom: -3px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.dropdown-anchor.is-down.is-dark {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.dropdown-anchor.is-up.is-dark {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.highlight-dropdown-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: white;
  margin: 0 2px;
  cursor: pointer;
}

.highlight-dropdown-item.is-selected {
  -moz-box-shadow: 1px 1px 0 0 #ff0;
  -webkit-box-shadow: 1px 1px 0 0 #ff0;
  box-shadow: 1px 1px 0 0 #ff0;
  border: 2px solid #ff0;
}

.dropdown-content.is-dark {
  background-color: black;
}

.highlight-dropdown-item.is-red {
  background-color: #f39b9a;
}

.highlight-dropdown-item.is-blue {
  background-color: #7aa5f3;
}

.highlight-dropdown-item.is-yellow {
  background-color: #e7db67;
}

.highlight-dropdown-item.is-orange {
  background-color: #f0af5b;
}

.highlight-dropdown-item.is-none {
  background-color: #fff;
  background-image: url('../images/common/close.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.highlight_red {
  background-color: #f39b9a;
}

.highlight_blue {
  background-color: #7aa5f3;
}

.highlight_yellow {
  background-color: #e7db67;
}

.highlight_orange {
  background-color: #f0af5b;
}

/*.modal {*/
/*top: 50px;*/
/*}*/

.button-language {
  background-color: #19686b;
  min-width: 175px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  color: white;
  margin: 7px;
  border: 0;
}

.button-language:hover,
.button-language:focus {
  color: white;
  outline: none;
  border: 2px solid #fff;
}

.button-language.is-active {
  background-color: rgb(220, 220, 36) !important;
  cursor: not-allowed;
  color: #0a0a0a;
}

.is-blue {
  color: blue;
}

.button-bare {
  border: none;
}

.icon-has-shadow {
  box-shadow: 0 3px 3px rgba(2, 2, 85, .15);
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #efefef;
}

.dropdown.is-left .dropdown-menu {
  padding-bottom: 4px;
  padding-top: initial;
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown-menu.is-medium {
  min-width: 350px;
}

.content.is-medium {
  min-width: 350px;
}


/*.radio.is-avatar {*/
/*!*background-size: contain;*!*/
/*box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);*/
/*border: 2px solid #ffffff;*/
/*border-radius: 50%;*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*width: 64px;*/
/*height: 64px;*/
/*}*/
/*.is-avatar.is-0 {*/
/*background-image: url('../images/avatars/lama.png');*/
/*}*/
/*.is-avatar.is-1 {*/
/*background-image: url('../images/avatars/cat.png');*/
/*}*/
/*.is-avatar.is-2 {*/
/*background-image: url('../images/avatars/horse.png');*/
/*}*/
/*.is-avatar.is-3 {*/
/*background-image: url('../images/avatars/frog.png');*/
/*}*/
/*.is-avatar.is-4 {*/
/*background-image: url('../images/avatars/dog.png');*/
/*}*/

.bg-poll {
  background-image: url('../images/poll/background-small.png');
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
}

.bg-newsroom {
  background-image: url('../images/newsroom_screen/newsroom_screen_content_room_medium.jpg');
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
}

.image-newsroom {
  max-height: 542px;
}

.force-aspect-drawings-ratio {
  width: calc((100vh - 10rem) * (4 / 5));
  height: calc((100vw - 100px) * (5 / 4));
  /*min-width:  100vw;     /*  for cover    */
  /*min-height: 100vh;     /*  for cover    */
  max-width: calc(66vw - 100px); /* for contain */
  max-height: calc(66vh - 10rem); /* for contain */
}

.drawing-name {
  min-width: 200px
}

.absolute.is-ask-russ-button {
  top: 33%;
  right: 4%;
  width: 17%;
  height: 30%;
  background-image: url('../images/newsroom_screen/newsroom_screen_content_click_to_draw_large.png');
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
}

.absolute.is-ask-russ-button:hover,
.absolute.is-ask-russ-button:focus {
  background-position-y: 100%;
}

.absolute.is-drawing-of-the-day {
  top: 0.2%;
  left: 42%;
  width: 42%;
  height: 32%;
  /*background-color: red;*/
}

.absolute.is-write-to-russ-button {
  top: 20%;
  left: 4%;
  width: 31%;
  height: 43.8%;
  /* background-color: red; */
  background-image: url('../images/newsroom_screen/newsroom_screen_content_write_to_russ_large.png');
  background-size: cover;
  /* background-size: contain; */
  background-position-x: center;
  background-repeat: no-repeat;
}

.absolute.is-write-to-russ-button:hover,
.absolute.is-write-to-russ-button:focus {
  background-position-y: 100%;
}

/* HIDE RADIO */

[type=radio].image-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio + .radio {
  margin-left: 0;
}

/* IMAGE STYLES */

[type=radio] + img {
  cursor: pointer;
  /*box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);*/
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*width: 64px;*/
  /*height: 64px;*/
}

/* CHECKED STYLES */

[type=radio]:checked + img {
  /*outline: 4px solid #FFDE00;*/
  border: 4px solid #FFDE00;
  /*box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);*/
}

[type=radio]:checked + span, [type=radio]:checked + div {
  border: 4px solid #FFDE00;
}

[type=radio]:checked + div.flag {
  /*border: 4px solid #FFDE00;*/
  /*background-color: #FFDE00;*/
  border: 4px solid #FFDE00;
  background-color: rgba(255, 222, 0, 0.6);
  border-radius: 1rem;
}

.center-align-left {
  /*line-height: 1.7em;*/
  display: block;
  margin-left: auto;
  text-align: left;
  /*color: black;*/
}

.grecaptcha-badge {
  bottom: 76px !important;
}

.mw-letter {
  background-image: url('../images/mystery_word_module/mystery_word_module_content_result_letter_known.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.unit-article-count {
  background-image: url('../images/units/number_of_articles_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  min-width: 25px;
  min-height: 25px;
  padding: 0 7px 0 3px;
}

ul.radio-flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.radio-flex-wrap > li {
  padding: 0 0.6rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: break-spaces !important;
}

.tabs {
  margin-bottom: 0rem !important;
}

.dashboard-select-container {
  width: 100%;
  padding: 5px 4px 5px 4px;
  border-radius: 7.13px;
}

.dashboard-custom-select {
  background-color: white;
  border-radius: 7.13px;
  padding: 3px 2px 3px 2px;
  width: 100%;
}

/*Werner: adding custom z-index for dropdowns so does not clash with other dropdowns/menus*/
.ts-dropdown.custom-z-20 {
  z-index: 20 !important;
}

/* Werner: Custom styles for the placeholder text in the input field */
.ts-control input::placeholder {
  color: #333333;
  opacity: 1;
}

/* For older WebKit browsers (Chrome, Safari) */
.ts-control input::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

/* For older Firefox */
.ts-control input::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

/* For older Internet Explorer */
.ts-control input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
