html,
body {
  font-size: 62.5%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #4d4e53;
}
h1 {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.8rem;
  }
}
h2 {
  font-weight: 200;
  font-size: 3rem;
  color: #4D4E53;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.5rem;
  }
}
h3 {
  font-weight: 400;
  font-size: 2.6rem;
}
p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
main .list-with-illust ol,
main .list-with-illust ul {
  font-size: 1.8rem;
  list-style-type: none;
  padding-left: 0;
}
section {
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  section {
    padding: 2.5rem 2.5rem;
  }
}
img.contained {
  max-width: 100%;
  height: auto;
}
a.bold-link {
  color: #9f9f9f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  white-space: pre;
}
a.more {
  font-weight: 600;
}
a.more:after {
  content: "\f061";
  font-family: "FontAwesome";
  margin: 0 .5rem;
}
.teach-tabzilla#tabzilla {
  display: none;
}
@media screen and (min-width: 992px) {
  .teach-tabzilla#tabzilla {
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
  }
}
.no-js-warning {
  display: none;
  background: darkgray;
  color: white;
  padding: 1rem;
  font-size: 1.2rem;
}
.no-js-warning a {
  color: inherit;
  text-decoration: underline;
}
html.no-js .no-js-warning {
  display: block;
}
#tabzilla-panel {
  font-size: 1.1rem;
}
#tabzilla-panel #tabzilla-nav ul li h2 {
  font-size: 1.3rem;
}
#tabzilla-panel #tabzilla-nav ul li#tabzilla-search input[type="search"] {
  font-size: 1.2rem;
}
#tabzilla-panel #tabzilla-promo #tabzilla-promo-gear.snippet a h4 {
  font-size: 3.2rem;
}
#page-holder {
  border-top: 0.2rem solid #ffffff;
}
.row.full-row {
  padding-left: 15px;
  padding-right: 15px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CC-license-note {
  font-size: 1.2rem;
}
.callout-heading {
  font-size: 2.4rem;
  margin-top: 2.5rem;
  line-height: 1.5;
}
.caret-list {
  list-style-type: none;
  padding-left: 2rem;
}
.caret-list li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: .5rem;
}
/**********
* Form
*/
form .icon-field-container {
  position: relative;
}
form .icon-field-container .fa {
  color: #dae1e9;
  position: absolute;
  top: 45%;
  left: 1rem;
}
form .icon-field-container .fa + input {
  padding-left: 3rem;
}
input {
  border-radius: 0.4rem;
}
.optional-text {
  color: #4d4e53;
  font-style: italic;
  font-weight: normal;
}
.optional-text:before {
  content: " (";
}
.optional-text:after {
  content: ")";
}
.activity-kit .span-content {
  padding: 0 .5rem;
  font-size: 1.4rem;
}
.activity-kit .illustration .image-container {
  text-align: left;
}
.activity-kit .activity-kit-content div {
  margin: .4rem 0;
}
.activity-kit .activity-kit-content div.description {
  margin: .8rem 0;
}
.activity-kit .activity-kit-content h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
}
.activity-kit .activity-kit-content h3 a {
  color: #4d4e53;
}
.activity-kit .label-tag {
  background: rgba(214, 66, 98, 0.7);
  color: #ffffff;
  border-radius: 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: .2rem .4rem;
}
.activity-section h2 {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: #d64262 solid 0.1rem;
}
.activity-section .curriculum-description {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .activity-section .curriculum-description {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.activity-section .curriculum-description h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
}
.activity-section .curriculum-description h3:hover {
  text-decoration: underline;
}
.activity-section .curriculum-description p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 8px;
}
.activity-section .curriculum-description p.description {
  font-weight: 500;
  max-width: 60rem;
}
blockquote {
  border: none;
  font-size: 3rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}
blockquote img {
  display: block;
  margin: 0 auto 1rem;
}
blockquote small {
  color: #4D4E53;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 1rem;
}
blockquote p {
  font-size: 2.5rem;
}
.btn {
  white-space: normal;
}
.btn.btn-awsm {
  position: relative;
  width: 100%;
  padding: 1rem 3.5rem;
  margin: 1rem 0;
  vertical-align: baseline;
  line-height: 1.42857;
  background-color: #ffce34;
  color: #4C4F56;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  border: medium none transparent;
  box-shadow: 0px 0.4rem 0px #c4a74f, 0px 0.1rem 0px rgba(255, 255, 255, 0.5) inset;
}
.btn.btn-awsm:hover {
  top: 0.2rem;
  box-shadow: 0px 0.2rem 0px #c4a74f, 0px 0.1rem 0px rgba(255, 255, 255, 0.5) inset;
}
.btn.btn-awsm:active {
  top: 0.4rem;
  box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.2) inset;
}
@media screen and (min-width: 480px) {
  .btn.btn-awsm {
    width: auto;
  }
}
html.no-js .sidebar .sidebar-header .glyphicon-menu-hamburger {
  display: none;
}
html.no-js .sidebar .collapsible-content {
  /* The links in the sidebar are crucial to navigating the site.
     * If JS is disabled, we want the links visible at all costs. */
  opacity: 1 !important;
  max-height: none !important;
}
.page.events a.skip-to-content:focus,
.page.event-resources a.skip-to-content:focus {
  background-color: #2d4a8c;
}
.page.events .sidebar,
.page.event-resources .sidebar {
  background-color: #2d4a8c;
}
.page.events .sidebar .sidebar-menu a:hover,
.page.event-resources .sidebar .sidebar-menu a:hover,
.page.events .sidebar .sidebar-menu a:focus,
.page.event-resources .sidebar .sidebar-menu a:focus,
.page.events .sidebar .sidebar-menu a.active,
.page.event-resources .sidebar .sidebar-menu a.active {
  background-color: #274079;
}
.page.events .sidebar .sidebar-menu a .glyphicon,
.page.event-resources .sidebar .sidebar-menu a .glyphicon {
  color: #436ac3;
}
.page.teach-like-mozilla a.skip-to-content:focus,
.page.tools-page a.skip-to-content:focus,
.page.web-literacy a.skip-to-content:focus {
  background-color: #6bb387;
}
.page.teach-like-mozilla .sidebar,
.page.tools-page .sidebar,
.page.web-literacy .sidebar {
  background-color: #6bb387;
}
.page.teach-like-mozilla .sidebar .sidebar-menu a:hover,
.page.tools-page .sidebar .sidebar-menu a:hover,
.page.web-literacy .sidebar .sidebar-menu a:hover,
.page.teach-like-mozilla .sidebar .sidebar-menu a:focus,
.page.tools-page .sidebar .sidebar-menu a:focus,
.page.web-literacy .sidebar .sidebar-menu a:focus,
.page.teach-like-mozilla .sidebar .sidebar-menu a.active,
.page.tools-page .sidebar .sidebar-menu a.active,
.page.web-literacy .sidebar .sidebar-menu a.active {
  background-color: #5aaa79;
}
.page.teach-like-mozilla .sidebar .sidebar-menu a .glyphicon,
.page.tools-page .sidebar .sidebar-menu a .glyphicon,
.page.web-literacy .sidebar .sidebar-menu a .glyphicon {
  color: #9ecdb0;
}
.page.clubs a.skip-to-content:focus,
.page.clubs-toolkit a.skip-to-content:focus {
  background-color: #e78832;
}
.page.clubs .sidebar,
.page.clubs-toolkit .sidebar {
  background-color: #e78832;
}
.page.clubs .sidebar .sidebar-menu a:hover,
.page.clubs-toolkit .sidebar .sidebar-menu a:hover,
.page.clubs .sidebar .sidebar-menu a:focus,
.page.clubs-toolkit .sidebar .sidebar-menu a:focus,
.page.clubs .sidebar .sidebar-menu a.active,
.page.clubs-toolkit .sidebar .sidebar-menu a.active {
  background-color: #e47b1b;
}
.page.clubs .sidebar .sidebar-menu a .glyphicon,
.page.clubs-toolkit .sidebar .sidebar-menu a .glyphicon {
  color: #efb076;
}
.page.teaching-materials a.skip-to-content:focus,
.page.web-lit-basics a.skip-to-content:focus,
.page.protect-your-data a.skip-to-content:focus,
.page.maker-party-2015 a.skip-to-content:focus {
  background-color: #d64262;
}
.page.teaching-materials .sidebar,
.page.web-lit-basics .sidebar,
.page.protect-your-data .sidebar,
.page.maker-party-2015 .sidebar {
  background-color: #d64262;
}
.page.teaching-materials .sidebar .sidebar-menu a:hover,
.page.web-lit-basics .sidebar .sidebar-menu a:hover,
.page.protect-your-data .sidebar .sidebar-menu a:hover,
.page.maker-party-2015 .sidebar .sidebar-menu a:hover,
.page.teaching-materials .sidebar .sidebar-menu a:focus,
.page.web-lit-basics .sidebar .sidebar-menu a:focus,
.page.protect-your-data .sidebar .sidebar-menu a:focus,
.page.maker-party-2015 .sidebar .sidebar-menu a:focus,
.page.teaching-materials .sidebar .sidebar-menu a.active,
.page.web-lit-basics .sidebar .sidebar-menu a.active,
.page.protect-your-data .sidebar .sidebar-menu a.active,
.page.maker-party-2015 .sidebar .sidebar-menu a.active {
  background-color: #d12d51;
}
.page.teaching-materials .sidebar .sidebar-menu a .glyphicon,
.page.web-lit-basics .sidebar .sidebar-menu a .glyphicon,
.page.protect-your-data .sidebar .sidebar-menu a .glyphicon,
.page.maker-party-2015 .sidebar .sidebar-menu a .glyphicon {
  color: #e48196;
}
.page.teach-like-mozilla .teach .sidebar-subitems,
.page.web-literacy .teach .sidebar-subitems,
.page.clubs .clubs .sidebar-subitems,
.page.clubs-toolkit .clubs .sidebar-subitems,
.page.event-resources .events .sidebar-subitems,
.page.events .events .sidebar-subitems {
  display: block;
}
.sidebar {
  background-color: #1e92ce;
  transition: background-color 0.5s;
  color: white;
  font-size: 1.4rem;
  padding: 0 0 1.5rem 0;
}
.sidebar a {
  color: inherit;
}
.sidebar .collapsible-content {
  transition: all 0.5s ease;
  opacity: 1;
  max-height: 1400px;
}
@media screen and (max-width: 992px) {
  .sidebar .collapsible-content.collapsed {
    opacity: 0;
    max-height: 0;
  }
}
.sidebar-header {
  position: relative;
  font-size: 2rem;
  color: #595a5e;
  padding: 2rem 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .sidebar-header {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.sidebar-header a:hover,
.sidebar-header a:focus {
  text-decoration: none;
}
.sidebar-header .moz-logo {
  width: 100%;
  max-width: 13rem;
}
.sidebar-header .glyphicon-menu-hamburger {
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  color: #ffffff;
  border: none;
  background: transparent;
  padding: 0;
}
.sidebar-header .glyphicon-menu-hamburger:focus {
  color: #e6e6e6;
}
.sidebar-login {
  padding: 1rem 15px 3rem;
}
.sidebar-login .login-text img {
  width: 2.8rem;
  margin-right: .5rem;
}
.sidebar-login .login-text:after {
  content: "|";
  padding: 0 .8rem;
}
.sidebar-menu {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-menu .teach img {
  width: 5rem;
  margin: 0.4rem 1.3rem 0 0.6rem;
}
.sidebar-menu .clubs img {
  width: 5rem;
  margin: 0 1.5rem 0 0.5rem;
}
.sidebar-menu a {
  position: relative;
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  .sidebar-menu a {
    padding: 15px;
  }
}
.sidebar-menu a:hover,
.sidebar-menu a:focus {
  text-decoration: none;
  background-color: #1b82b8;
  transition: background-color 0.5s;
}
.sidebar-menu strong {
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sidebar-menu strong {
    display: block;
  }
}
.sidebar-menu .help-text {
  font-size: 1.2rem;
  font-weight: 400;
  width: 22rem;
}
.sidebar-menu .glyphicon {
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  top: calc(41.5%);
  color: #53b4e6;
  transition: color 0.5s;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .sidebar-menu .glyphicon {
    right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-menu .glyphicon {
    visibility: visible;
  }
}
.sidebar-menu img {
  float: none;
  width: 5.4rem;
  opacity: 0.6;
  margin: 0 1.5rem 0 0;
}
@media (min-width: 992px) {
  .sidebar-menu img {
    float: left;
  }
}
.sidebar-subitems {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.4);
  display: none;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 3rem;
  padding: 0;
  position: relative;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .sidebar-subitems {
    margin-left: 4.5rem;
  }
}
.sidebar-subitems li {
  margin-bottom: 1.5rem;
  position: relative;
}
.sidebar-subitems li::before {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: '';
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}
.sidebar-subitems a {
  display: block;
  margin: 0 0 0 4rem;
  padding: 0.5rem 1rem;
  position: relative;
  top: 1.4rem;
  font-weight: 600;
}
html.no-js .expander-container .expand-div .ion {
  display: none;
}
html.no-js .expander-container .expand-div .expander-items-container {
  max-height: none;
}
@media print {
  .expander-container .expand-div .ion {
    display: none;
  }
  .expander-container .expand-div .expander-items-container {
    max-height: none;
  }
}
.expander-container .expander-header {
  cursor: pointer;
  width: 100%;
  height: 6rem;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2rem;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  transition: background-color 0.5s ease;
}
.expander-container .expander-header:after {
  float: right;
  content: "\f078";
  font-family: "FontAwesome";
}
.expander-container .expander-header:focus {
  /* Keyboard focus for this element doesn't mean anything for the
     * UI, because we instantly expand the section as soon as we
     * notice that it's been focused via the keyboard. */
  outline: none;
}
.expander-container .expand-div {
  border-top: .2rem solid #fff;
}
.expander-container .expand-div.expanded .expander-header:after {
  content: "\f077";
}
.expander-container .expand-div.expanded .expander-items-container {
  max-height: 1400px;
  transition: max-height 1s ease;
}
.expander-container .expand-div.expanded.attract-attention .expander-items-container {
  -webkit-animation-name: attract;
  animation-name: attract;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@-webkit-keyframes attract {
  from {
    background: orange;
  }
}
@keyframes attract {
  from {
    background: orange;
  }
}
.expander-container .expander-items-container {
  position: relative;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.expander-container .expander-items-container .items-margin {
  margin: 2.5rem 4rem 3rem 4rem;
}
.expander-container .expander-items-container p,
.expander-container .expander-items-container ul {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.expander-container .expander-permalink {
  opacity: 0.66;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}
footer .sidebar {
  line-height: 4rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  footer .sidebar {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .sidebar a {
  font-weight: 600;
  text-transform: uppercase;
}
footer > div {
  padding: 30px 0;
}
footer > .content {
  background: #f1f1f1;
}
footer > .content p {
  padding-top: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
footer > .content a {
  color: gray;
  text-decoration: underline;
}
footer > .content img {
  width: 20rem;
}
.hero-unit {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4d4e53;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 45rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-unit {
    margin-right: -15px;
  }
}
.hero-unit .learn-more {
  font-size: 1.6rem;
  color: #ffffff;
}
.hero-unit .learn-more a {
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.hero-unit .learn-more a:hover {
  text-decoration: underline;
}
.hero-unit h1 {
  text-shadow: rgba(0, 0, 0, 0.6) 0 0.2rem 0.1rem;
  margin: 0 auto 0.8rem;
  max-width: 40rem;
  font-size: 3.2rem;
}
@media (min-width: 480px) {
  .hero-unit h1 {
    max-width: 49rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-unit h1 {
    max-width: 60rem;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-unit h1 {
    max-width: 70rem;
  }
}
.hero-unit h2 {
  margin: 0;
  font-size: 3rem;
  color: #ffffff;
}
.hero-unit .btn-awsm {
  min-width: 15rem;
}
.icon-button a.btn.btn-awsm {
  width: 100%;
  color: #1f93d0;
  background-color: #ebf2f5;
  box-shadow: 0px 0.4rem 0px #1f93d0, 0px 0.1rem 0px rgba(255, 255, 255, 0.5) inset;
}
.icon-button a.btn.btn-awsm:hover {
  color: #4d4e53;
  background-color: #ffce34;
  top: 0;
  box-shadow: 0px 0.4rem 0px #c4a74f, 0px 0.1rem 0px rgba(255, 255, 255, 0.5) inset;
}
.icon-button a.btn.btn-awsm:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.icon-button .link-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0 .8rem 0;
}
.icon-buttons {
  margin-bottom: 5rem;
}
.icon-link {
  padding-bottom: 2rem;
  text-align: center;
}
.icon-link a {
  color: inherit;
}
.icon-link a:hover {
  text-decoration: none;
}
.icon-link a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.icon-link a img {
  display: block;
  margin: 0 auto;
  transition: all 0.18s ease-in;
  height: 7.5rem;
}
.icon-link h3 {
  margin-bottom: 0.5rem;
}
.icon-link .subhead {
  font-style: italic;
  font-size: 1.6rem;
}
.icon-links {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.illustration {
  overflow: auto;
  padding: 0 0 2rem 0;
}
.illustration.vertical-layout {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.illustration.vertical-layout .image-container {
  padding-right: 0;
}
.illustration.illustration-img-circle img {
  border-radius: 50%;
  max-width: 22.6rem;
}
.illustration.content-first {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .illustration.content-first .image-container {
    padding-right: 0;
    padding-left: 3rem;
  }
}
.illustration .image-container {
  padding-bottom: 3rem;
  padding-right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.illustration .content-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .illustration {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .illustration .image-container {
    padding-right: 3rem;
    padding-bottom: 0;
  }
}
img.center {
  max-width: 85%;
  display: block;
  margin: 0 auto;
}
img.img-scale-to-fit {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  img.img-scale-to-fit {
    padding: 0 10%;
  }
}
.modal-header,
.modal-body {
  padding: 1.5rem 2rem;
}
.modal-dialog {
  background-color: #ffffff;
  border: 0.1rem solid #606166;
  width: auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 50rem;
    margin: 10rem auto;
  }
}
.modal-dialog p {
  font-size: inherit;
  line-height: inherit;
}
.modal-dialog .modal-header {
  background-color: #EDEDED;
  border-bottom: 0.1rem solid #9e9e9e;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal-dialog .modal-header .modal-title,
.modal-dialog .modal-header button {
  line-height: 2.4rem;
  min-height: 2.4rem;
  font-size: 1.8rem;
  margin-top: 0;
}
.modal-dialog .modal-body h2 {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: -0.02rem;
  margin: 1rem 0 0.5rem 0;
}
.modal-dialog .modal-body label {
  display: block;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #4d4e53;
  font-weight: 600;
}
.modal-dialog .modal-body label + p {
  margin-bottom: 0;
}
.modal-dialog .modal-body input,
.modal-dialog .modal-body textarea,
.modal-dialog .modal-body .Select-control {
  margin-top: 1rem;
  font-weight: 400;
  font-style: 1.4rem;
}
.modal-dialog .modal-body input,
.modal-dialog .modal-body textarea {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid #dae1e9;
}
.modal-dialog .modal-body .Select.is-disabled .Select-control {
  background: #ebebe4;
}
.modal-dialog .modal-body .Select-input input {
  padding: 0;
  margin-top: 0;
  border: none;
  box-shadow: none;
}
.modal-dialog .modal-body input[type="checkbox"] {
  margin-top: 0.3rem;
  box-shadow: none;
  width: auto;
}
.modal-dialog .modal-body fieldset {
  margin-bottom: 2rem;
}
.modal-dialog .modal-body fieldset:nth-last-child(2) {
  margin-bottom: 0;
}
.modal-dialog .modal-body .globe {
  padding: 1rem 0;
}
.modal-dialog .modal-body .btn {
  margin: 2rem 0 0 0;
  padding: 1.4rem 0;
  background: #e78832;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0px;
  border: 1px solid #b76215;
}
.modal-dialog .modal-body .btn:hover {
  background: #f28727;
}
.modal-dialog .modal-body .btn.btn-awsm {
  border-radius: 0.4rem;
  width: auto;
  margin: 1rem auto;
  background-color: #1f93d0;
  box-shadow: 0px 0.4rem 0px #2d4a8c, 0px 0.1rem 0px rgba(255, 255, 255, 0.5) inset;
  color: #ffffff;
  position: relative;
  padding: 1rem 3.5rem;
  vertical-align: baseline;
  line-height: 1.42857;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  border: medium none transparent;
}
.modal-dialog .modal-body .btn.btn-awsm:hover {
  top: 0.2rem;
  box-shadow: 0px 0.2rem 0px #2d4a8c, 0px 0.1rem 0px rgba(255, 255, 255, 0.5) inset;
}
.modal-dialog .modal-body .btn.btn-awsm:active {
  top: 0.4rem;
  box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.2) inset;
}
.modal-dialog.folded {
  border: none;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.modal-dialog.folded .modal-header {
  background-color: transparent;
  border-bottom: none;
}
.modal-dialog.folded .modal-header:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-top: 2rem solid transparent;
  border-left: 2rem solid #dae1e9;
  border-bottom: 2rem solid #dae1e9;
  border-right: 2rem solid transparent;
}
.modal-dialog.folded .modal-header button {
  position: relative;
  top: .5rem;
}
.modal-dialog.folded:after {
  content: "";
  position: absolute;
  width: 1000%;
  height: 1000%;
  top: 4rem;
  background-color: #ffffff;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  right: -500%;
}
.modal-dialog.folded .modal-body {
  padding-bottom: 3.5rem;
}
.modal-backdrop {
  opacity: 0.5;
  height: 100%;
}
body .modal {
  /* Workaround for https://github.com/twbs/bootstrap/issues/14839. */
  -webkit-overflow-scrolling: auto;
}
.modal-enter {
  opacity: 0.01;
  transition: opacity 0.25s ease-in;
}
.modal-enter.modal-enter-active {
  opacity: 1;
}
.modal-leave {
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
.modal-leave.modal-leave-active {
  opacity: 0.01;
}
.mapDiv {
  bottom: 0;
  top: 0;
  width: 100%;
}
.mapDiv .mapDivChild {
  position: relative;
  height: 50rem;
}
.map:not(.map-focused) {
  border: 1px solid transparent;
}
.map.map-focused {
  border: 1px solid blue;
}
.map > div {
  position: relative;
  height: 100%;
}
.popup-clubs-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.popup-clubs-list li h4 {
  margin-bottom: .5rem;
}
.popup-clubs-list li p {
  font-size: 1.2rem;
  line-height: 1.2;
}
.popup-clubs-list .action-panel {
  margin-top: 1rem;
  text-align: right;
}
.leaflet-popup-content {
  max-height: 48.5rem;
  margin-top: 2rem;
  overflow-y: auto;
}
a.skip-to-content:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #1e92ce;
  color: white;
  padding: 0.5em;
  outline: 1px solid white;
}
#content:focus {
  outline: none;
}
@media (min-width: 992px) {
  .page.container-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
  .page.container-fluid > .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.page .inner-container {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .page .inner-container {
    margin: 0px 0px 0px 2.5rem;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1800px) {
  .page .inner-container {
    margin: 0 auto;
  }
}
.page .inner-container .intro {
  padding: 0 2.5rem;
}
.page .inner-container .intro h1 {
  margin-bottom: 3rem;
}
.page .inner-container .intro p,
.page .inner-container .intro h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page .inner-container .intro p,
  .page .inner-container .intro h2 {
    text-align: left;
  }
}
.page .inner-container .intro h2 {
  margin-top: 0rem;
  font-size: 2.5rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 992px) {
  .page .inner-container .intro h2 {
    line-height: 4.7rem;
    font-size: 3rem;
  }
}
.page .inner-container .intro p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 992px) {
  .page .inner-container .intro p {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
}
.page.clubs main ul li {
  border-bottom: 0.1rem solid #f7d8bb;
  padding: 1.2rem 0;
}
.page.clubs main ul li:first-child {
  border-top: 0.1rem solid #f7d8bb;
}
.page.clubs .btn[type="submit"] {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  padding: 1rem;
  background-color: #e78832;
  margin: 1rem 0 1.5rem 0;
}
.page-end-cta {
  text-align: center;
}
.page-end-cta p {
  font-size: 2.4rem;
  margin-top: 2.5rem;
  line-height: 1.5;
}
.dev-ribbon-holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
}
a.dev-ribbon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 7rem;
  white-space: pre;
  background: gray;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg) translate(12rem, 7rem);
  transform: rotate(45deg) translate(12rem, 7rem);
  pointer-events: auto;
}
a.dev-ribbon:hover,
a.dev-ribbon:focus {
  text-decoration: none;
  background: black;
}
.page.teaching-materials .hero-unit {
  background-image: url(/img/pages/activities/hero-teaching-activities.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page.teaching-materials .hero-unit {
    background-image: url(/img/pages/activities/hero-teaching-activities@2x.jpg);
  }
}
.activities .hive-links {
  margin: 2.5rem 0;
}
.activities .hive-links .hive-link {
  white-space: nowrap;
  margin: 0.6rem 0;
}
.activities .hive-links .hive-link .image-tag {
  width: 6.3rem;
}
.activities .hive-links .hive-link span {
  margin: 0 0 0 1rem;
  text-transform: uppercase;
}
.activities .activity-kit .label-tag {
  background: rgba(214, 66, 98, 0.7);
  color: #ffffff;
  border-radius: 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: .2rem .4rem;
}
.activities .illustration .image-container {
  padding-bottom: 0;
}
.activities .illustration .image-container img {
  border-radius: 4px;
}
.page .hero-unit {
  background-image: url(/img/pages/home/hero-unit.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page .hero-unit {
    background-image: url(/img/pages/home/hero-unit@2x.jpg);
  }
}
.home-page .hero-unit h1 {
  margin-top: 15rem;
  margin-bottom: 10rem;
}
.makerparty-banner {
  background: #CAE8EF;
  background-image: url(/img/pages/home/maker-party_pattern-tile.png);
  background-size: 17.1rem 12.15rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .makerparty-banner {
    background-image: url(/img/pages/home/maker-party_pattern-tile@2x.png);
  }
}
.makerparty-banner img {
  max-width: 100%;
  height: auto;
}
.makerparty-banner .btn.btn-awsm {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .makerparty-banner .btn.btn-awsm {
    width: auto;
  }
}
.blog-section h2 {
  margin-bottom: 3rem;
}
.featured-post .entry-posted-container {
  float: left;
}
.featured-post .entry-posted-container .entry-posted {
  color: #ffffff;
  background: #1e92ce;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-align: center;
  padding: .8rem;
  margin-right: 2rem;
}
.featured-post .entry-posted-container .posted-month,
.featured-post .entry-posted-container .posted-date,
.featured-post .entry-posted-container .posted-year {
  display: block;
  line-height: 1;
}
.featured-post .entry-posted-container .posted-month {
  text-transform: uppercase;
  font-size: 1rem;
}
.featured-post .entry-posted-container .posted-date {
  font-size: 2rem;
}
.featured-post .entry-posted-container .posted-year {
  font-size: 1rem;
}
.featured-post .entry-header-container {
  float: left;
  width: calc(100% - 8rem);
}
.featured-post .entry-header-container .entry-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
}
.featured-post .entry-header-container .author {
  font-style: normal;
  font-size: 1.4rem;
}
.featured-post .excerpt {
  clear: both;
  font-size: 1.8rem;
  padding-top: 2rem;
}
.recent-posts {
  list-style-type: none;
  font-size: 1.4rem;
  padding-left: 0;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .recent-posts {
    margin-top: 0;
  }
}
.recent-posts li {
  border-bottom: 0.1rem solid #1e92ce;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.recent-posts .post-title {
  display: block;
  font-weight: 500;
}
.recent-posts .published {
  color: #808080;
}
.quote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: #ebf2f5;
}
.modal-pledge h3 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #1f93d0;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.modal-pledge img {
  margin-top: -4rem;
}
.modal-pledge strong {
  font-weight: 600;
}
.modal-pledge ul {
  list-style-type: none;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.modal-pledge ul li:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  color: #1f93d0;
  margin: 0 1rem 0 -2.6rem;
}
.modal-pledge .social-share {
  text-align: center;
}
.modal-pledge .social-share a {
  color: #ffffff;
  border-radius: 0.4rem;
  display: inline-block;
  width: 15rem;
  margin: 0 1rem;
  padding: 2rem;
}
.modal-pledge .social-share a.facebook {
  background-color: #507BBE;
}
.modal-pledge .social-share a.twitter {
  background-color: #64CCEF;
}
.modal-pledge .social-share a:hover,
.modal-pledge .social-share a:focus {
  text-decoration: none;
  outline: none;
}
.modal-pledge .social-share a .fa {
  display: block;
  font-size: 5rem;
}
.page.clubs .hero-unit {
  background-image: url(/img/pages/clubs/hero-clubs.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page.clubs .hero-unit {
    background-image: url(/img/pages/clubs/hero-clubs@2x.jpg);
  }
}
.club-location {
  font-size: 1.5rem;
  cursor: pointer;
}
.club-location:hover {
  color: #337ab7;
}
.page.teach-like-mozilla .hero-unit {
  background-image: url(/img/pages/teach-like-mozilla/hero-teach-like-mozilla.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page.teach-like-mozilla .hero-unit {
    background-image: url(/img/pages/teach-like-mozilla/hero-teach-like-mozilla@2x.jpg);
  }
}
.teach-like-mozilla .sub-title {
  font-style: italic;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .teach-like-mozilla .sub-title {
    font-size: 2.8rem;
  }
}
.teach-like-mozilla .list-with-illust {
  margin-top: 4rem;
}
.teach-like-mozilla .list-with-illust ul li {
  border-bottom: 0.1rem solid #d0e7d9;
  padding: 1.2rem 0;
}
.teach-like-mozilla .list-with-illust ul li:first-child {
  border-top: 0.1rem solid #d0e7d9;
}
.about-page .list-with-illust li {
  border-bottom: 0.1rem solid #98d2f0;
  padding: 1.2rem 0;
}
.about-page .list-with-illust li:first-child {
  border-top: 0.1rem solid #98d2f0;
}
.about-page .our-goal {
  max-width: 80rem;
  margin: 0 auto;
}
.about-page .our-goal p {
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
  max-width: 50rem;
  line-height: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.web-lit-basics h3 {
  margin-bottom: 0.25rem;
}
.web-lit-basics .activity {
  margin-top: 1rem;
  min-height: 15rem;
}
.web-lit-basics .activity a:link,
.web-lit-basics .activity a:visited,
.web-lit-basics .activity a:hover,
.web-lit-basics .activity a:active {
  color: #4d4e53;
  text-decoration: none;
}
.web-lit-basics .activity .illustration .image-container {
  text-align: left;
  padding-bottom: 0;
}
.web-lit-basics .CC-license-note {
  margin-bottom: 3rem;
}
.web-lit-basics .learn-more {
  display: block;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  text-align: center;
}
.web-lit-basics .learn-more a:link,
.web-lit-basics .learn-more a:visited,
.web-lit-basics .learn-more a:hover,
.web-lit-basics .learn-more a:active,
.web-lit-basics .learn-more a:focus {
  color: #ea9549;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: underline;
}
.web-lit-basics .page-end {
  padding: 0 0 3rem 0;
}
.page.events .hero-unit {
  background-image: url(/img/pages/events/hero-events.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page.events .hero-unit {
    background-image: url(/img/pages/events/hero-events@2x.jpg);
  }
}
.page.events .hero-unit .mailinglist-signup {
  margin-top: 3rem;
}
.page.events .hero-unit .mailinglist-signup input[name="email"] {
  color: #4d4e53;
}
.page.events .hero-unit .mailinglist-signup a {
  color: #ffffff;
  text-decoration: underline;
}
.events .join-global-movement {
  padding-bottom: 0;
}
.events .join-global-movement .illustration.content-first {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.events .join-global-movement .illustration.content-first .image-container,
.events .join-global-movement .illustration.content-first .content-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .events .join-global-movement .illustration.content-first {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .events .join-global-movement .illustration.content-first .image-container,
  .events .join-global-movement .illustration.content-first .content-container {
    width: auto;
  }
}
.events .activity-kit .activity-kit-content h3 {
  text-transform: none;
  font-size: 2.4rem;
  font-weight: 500;
}
.events .activity-kit .label-tag {
  background: rgba(45, 74, 140, 0.7);
  color: #ffffff;
  border-radius: 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: .2rem .4rem;
}
.mailinglist-signup {
  max-width: 50rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mailinglist-signup {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.mailinglist-signup .fieldset-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mailinglist-signup .fieldset-container {
    width: 35rem;
    margin-right: 1rem;
  }
}
.mailinglist-signup .btn-container,
.mailinglist-signup input[type="submit"] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mailinglist-signup .btn-container,
  .mailinglist-signup input[type="submit"] {
    width: auto;
  }
}
.mailinglist-signup input {
  padding: 1rem 1.5rem;
  border: 0.1rem solid #4d4e53;
}
.mailinglist-signup input[type="email"] {
  width: 100%;
}
.mailinglist-signup input[type="submit"] {
  margin-top: 0;
}
.mailinglist-signup p.pp-note {
  font-size: 1.2rem;
  margin-top: .5rem;
  line-height: 1.2;
}
.mailinglist-signup .alert.alert-danger {
  padding: 0 .5rem;
  margin: .5rem 0;
}
.mailinglist-signup .alert.alert-danger p.error-msg {
  margin-top: 0;
  font-size: 1.2rem;
}
.mp-activities-banner {
  text-align: center;
  overflow: hidden;
}
.mp-activities-banner .btn-container {
  display: inline-block;
  position: relative;
}
.mp-activities-banner .btn-container:before,
.mp-activities-banner .btn-container:after {
  content: "";
  position: absolute;
  background-image: url(/img/pages/events/MP-blue-pattern.png);
  background-repeat: repeat-x;
  background-size: auto 8rem;
  height: 8rem;
  width: 1000%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mp-activities-banner .btn-container:before,
  .mp-activities-banner .btn-container:after {
    background-image: url(/img/pages/events/MP-blue-pattern@2x.png);
  }
}
.mp-activities-banner .btn-container:before {
  right: 100%;
  background-position: right center;
}
.mp-activities-banner .btn-container:after {
  background-position: 109rem center;
}
.mp-activities-banner .btn {
  margin: 1.6rem 0 2rem 0;
}
html.no-js .tabulator .tabulator-head {
  display: none;
}
html.no-js .tabulator .tabulator-head-no-js {
  width: 100%;
  display: block;
  background: #BCC7E6;
  padding: 1.3rem 1.8rem;
  font-size: 1.5rem;
  color: #2D4A8C;
  font-weight: bold;
  text-transform: uppercase;
}
html.no-js .tabulator .tabulator-content-container {
  display: inline-block;
}
@media print {
  .tabulator .tabulator-head {
    display: none;
  }
  .tabulator .tabulator-head-no-js {
    width: 100%;
    display: block;
    background: #BCC7E6;
    padding: 1.3rem 1.8rem;
    font-size: 1.5rem;
    color: #2D4A8C;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tabulator .tabulator-content-container {
    display: inline-block;
  }
  .tabulator-head-no-js {
    display: block !important;
  }
  .tabulator-content-container {
    display: inline-block !important;
  }
}
.event-resources .page-linker {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
}
.event-resources .page-linker:before {
  color: #2d4a8c;
}
@media screen and (min-width: 768px) {
  .event-resources .event-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.event-resources .event-item .event-content {
  color: #697785;
  font-weight: 400;
}
.event-resources .event-item .event-content .event-item-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
}
.event-resources .event-item .event-content .event-item-subheader {
  font-style: italic;
}
.event-resources .event-item .event-content .event-item-content {
  padding-top: 1rem;
  line-height: 2.2rem;
}
.event-resources .event-item .event-icon {
  display: inline-block;
  text-align: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #E1E9FA;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #2D4A8C;
  margin: 1rem 3rem 1rem 0;
}
.event-resources .event-item .event-icon .participants-number {
  margin: 1.5rem 0 -0.6rem;
  font-size: 4.3rem;
}
.event-resources .event-item .event-icon .participants-label {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}
.event-resources .remix-link {
  color: #FFF;
  background-color: #3FB58E;
  border-color: #38A27F;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -moz-user-select: none;
}
.event-resources .remix-link:hover {
  text-decoration: none;
  background-color: #349776;
  border-color: #29755C;
}
.event-resources .logo-asset-link {
  display: block;
}
.event-resources .logo-asset-container {
  margin: 2rem auto 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event-resources .logo-asset-container {
    position: relative;
    margin: 2rem 0 4.3rem;
    text-align: left;
  }
  .event-resources .logo-asset-container .logo-asset-hover {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 20rem;
    height: 20rem;
    position: absolute;
    top: 0;
    text-align: center;
  }
  .event-resources .logo-asset-container .logo-asset-hover .logo-asset-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .event-resources .logo-asset-container .logo-asset-hover:hover,
  .event-resources .logo-asset-container .logo-asset-hover.has-keyboard-focus {
    opacity: 1;
    background: #E3E9FA;
  }
}
.event-resources .logo-asset-container .logo-asset-img {
  background: #F2F3F7;
  width: 20rem;
  height: 20rem;
  margin-bottom: 1rem;
}
.event-resources .logo-asset-container .logo-asset-header {
  padding-bottom: .6rem;
}
@media screen and (min-width: 768px) {
  .event-resources .logo-asset-container .logo-asset-header {
    position: absolute;
    bottom: -2.3rem;
    padding-bottom: 0;
  }
}
.event-resources .tabulator {
  overflow: hidden;
}
.event-resources .tabulator .tabulator-head-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.event-resources .tabulator .tabulator-head {
  background: #F2F3F7;
  border-width: 0 .2rem;
  border-style: solid;
  border-color: white;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1rem 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  transition: all 0.1s ease-in-out;
  width: 24%;
  color: #4D4E53;
}
.event-resources .tabulator .tabulator-head-no-js {
  display: none;
}
.event-resources .tabulator .tabulator-content-container {
  background: #F5F7FA;
  display: none;
  width: 100%;
  border-top: 0.1rem solid #BCC7E6;
  padding: 3rem 2.2rem 0;
  margin-bottom: 2rem;
}
.event-resources .tabulator.tab-0 .tabulator-content-container.tab-0,
.event-resources .tabulator.tab-1 .tabulator-content-container.tab-1,
.event-resources .tabulator.tab-2 .tabulator-content-container.tab-2,
.event-resources .tabulator.tab-3 .tabulator-content-container.tab-3 {
  display: inline-block;
}
.event-resources .tabulator.tab-0 .tabulator-head.tab-0,
.event-resources .tabulator.tab-1 .tabulator-head.tab-1,
.event-resources .tabulator.tab-2 .tabulator-head.tab-2,
.event-resources .tabulator.tab-3 .tabulator-head.tab-3 {
  background: #BCC7E6;
  padding: 1.3rem 0;
  font-size: 1.5rem;
  margin-top: 0;
  width: 28%;
  color: #2D4A8C;
}
.event-resources .event-detail-head {
  font-weight: 600;
  font-style: italic;
  padding-top: 1rem;
  border-top: 0.1rem solid #BCC7E6;
}
.event-resources .event-detail-content {
  padding: 1rem 0 4rem 2.5rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.event-resources .event-support-header {
  font-weight: 200;
}
.event-resources .event-support-panel {
  max-width: 39.9rem;
  width: 100%;
  float: left;
  margin-right: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .event-resources .event-support-panel {
    width: 50%;
  }
}
.event-resources .event-support-container {
  margin-bottom: 3.5rem;
  overflow: auto;
}
.web-literacy .web-map {
  text-align: center;
}
.web-literacy .web-map .web-map-contents {
  margin: 3rem 0 3rem 0;
}
.web-literacy .web-map h2 {
  margin-bottom: 0;
}
.web-literacy .expand-div .expander-header {
  background-color: #EFF3F7;
  color: #617886;
}
.web-literacy .expand-div.expanded .expander-header {
  color: white;
  background-color: #5791CE;
}
.web-literacy .expander-items-container {
  background-color: #F5F9FC;
  color: #617886;
}
.web-literacy .expander-items-container ul {
  padding-left: 0;
}
.clubs-toolkit .toolkit-expanders {
  padding: 2.5rem 2.5rem 2.5rem 0;
}
.clubs-toolkit .toolkit-expanders ul li .italic {
  font-style: italic;
}
.clubs-toolkit .expander-header {
  background-color: #f5f5f5;
  color: #617886;
}
.clubs-toolkit .expand-div {
  transition: border-top 0.1s ease-in;
}
.clubs-toolkit .expand-div.expanded {
  margin-top: 0;
  border-top: 0.2rem solid #ea9549;
}
.clubs-toolkit .expander-items-container {
  background-color: #fafafa;
  color: #4d4e53;
}
.tools-page .inner-container .intro h2 {
  text-align: left;
}
.tools-page .intro {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .tools-page .intro {
    margin-top: 0;
  }
  .tools-page .intro h1 {
    margin-top: 3.5rem;
  }
}
.tools-page .callout-heading {
  text-align: center;
}
.tools-col {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .tools-col {
    margin-bottom: 0;
  }
}
.tools-col h2 {
  text-align: center;
}
.tools-col .image-container {
  padding-bottom: 0;
}
.tools-col .sample-activity {
  text-align: center;
  border-bottom: 0.1rem solid #dae1e9;
  overflow-x: hidden;
}
.tools-col .sample-activity .label-container {
  display: block;
}
.tools-col .sample-activity .label {
  position: relative;
}
.tools-col .sample-activity .label:before,
.tools-col .sample-activity .label:after {
  content: "";
  position: absolute;
  width: 20rem;
  border-top: 0.1rem solid #dae1e9;
  top: 50%;
}
.tools-col .sample-activity .label:before {
  right: 100%;
}
.tools-col .sample-activity .label:after {
  left: 100%;
}
.tools-col .sample-activity a {
  display: block;
  padding: 2rem;
}
.horizontal-divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
.Select {
  position: relative;
}
.Select-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #cccccc;
  border-color: #d9d9d9 #cccccc #b3b3b3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333333;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all 200ms ease;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  border-color: #b3b3b3 #cccccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #0088cc #0099e6 #0099e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px rgba(0, 136, 204, 0.5);
}
.Select-placeholder {
  color: #aaaaaa;
  padding: 8px 52px 8px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: -15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value > .Select-control > .Select-placeholder {
  color: #333333;
}
.Select-input > input {
  cursor: default;
  background: none transparent;
  border: 0 none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading {
  -webkit-animation: spin 400ms infinite linear;
  animation: spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #cccccc;
  border-right-color: #333333;
  display: inline-block;
  position: relative;
  margin-top: -8px;
  position: absolute;
  right: 30px;
  top: 50%;
}
.has-value > .Select-control > .Select-loading {
  right: 46px;
}
.Select-clear {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  position: absolute;
  right: 17px;
  top: 0;
}
.Select-clear:hover {
  color: #c0392b;
}
.Select-clear > span {
  font-size: 1.1em;
}
.Select-arrow {
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -ceil(2.5px);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: white;
  border: 1px solid #cccccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-focused {
  background-color: #f2f9fc;
  color: #333333;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select.is-multi .Select-control {
  padding: 2px 52px 2px 3px;
}
.Select.is-multi .Select-input {
  vertical-align: middle;
  border: 1px solid transparent;
  margin: 2px;
  padding: 3px 0;
}
.Select-item {
  background-color: #f2f9fc;
  border-radius: 2px;
  border: 1px solid #c9e6f2;
  color: #0088cc;
  display: inline-block;
  font-size: 1em;
  margin: 2px;
}
.Select-item-icon,
.Select-item-label {
  display: inline-block;
  vertical-align: middle;
}
.Select-item-label {
  cursor: default;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 3px 5px;
}
.Select-item-label .Select-item-label__a {
  color: #0088cc;
  cursor: pointer;
}
.Select-item-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c9e6f2;
  padding: 2px 5px 4px;
}
.Select-item-icon:hover,
.Select-item-icon:focus {
  background-color: #ddeff7;
  color: #0077b3;
}
.Select-item-icon:active {
  background-color: #c9e6f2;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*# sourceMappingURL=styles.css.map */