/* Fixes */
.clear {
  clear: both;
}

/* AEM Coppa Header */
#aem-coppa-header {
  background: #F2F2F2;  
  height: 78px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: left;  
  top: 0;
  z-index: 2000
}

#aem-coppa-header .coppa-header-logo {
    background-color: #EB1F29;
    float: left;
    height: 60px;
    padding-top: 18px;
    text-align: center;
}
#aem-coppa-header .coppa-header-logo .logo,
#aem-coppa-header .coppa-header-logo .logo > img {
    max-width: 200px;
    max-height: 70px;
}

#aem-coppa-header .coppa-teachers-activity {
  margin-top: 24px;
  margin-left: 220px;
}

#aem-coppa-header .coppa-teachers-activity a {
  font-family: "Museo Sans W01_500", Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #5A388A;
  text-transform: "none";
  text-decoration: "none";
  text-decoration: none;
}

#aem-coppa-header .coppa-teachers-activity a:hover {
  text-decoration: underline;
}

#aem-coppa-header .coppa-btn-email {
  float: right;
  font-size: 25px;
  height: 40px;
  margin-top: -30px;
  margin-right: 20px;
  width: 41px;
}

#aem-coppa-header .button-round {
  border-radius: 50% !important;
  padding: 0 !important;
}

#aem-coppa-header .button-purple {
  border: 0;
  background-color: #5A388A;
  color: white;
}

#aem-coppa-header .button-purple:hover {
  border: 0;
  background-color: #9B7DC7;
  color: white;
}

/* Global components menu */
#universal4o,
#footer-wrapper-4o {
  /*display: none;*/
}

body {
  margin-top: 78px;
}