.account-menu-container {
  font-family: 'Roboto', sans-serif !important;
  position: absolute;
  margin: 0;
  width: 150px;
  z-index: 999999;
}

.account-menu-label {
  padding-top: 5px;
  position: relative;
  z-index: 999999;
  text-decoration: none;
  color: #FFF!important;
  width: 150px;
  height: 36px;
  font-weight: 700;
  font-size: 1.175em;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  display: block;
  background: url(/wp-content/themes/sc/images/login-btn.png) no-repeat;
  background-size: 100% 100%;
}

.account-menu-label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  background-image: url("/images/teacher-resources/menu/trMenuArrows.png");
  background-repeat: no-repeat;
  background-position: left -24px top 0px;
}

.account-menu-label.account-menu-label-open:before {
  background-position: left -36px top 0px;
}

.account-menu-label:hover {
  color: #ffffc5!important;
}

.account-menu-label {
  text-decoration: none!important;
}

.account-menu {
  border: #cacaca 1px solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  top: -36px;
  z-index: 999998;
  padding: 45px 10px 10px;
  list-style: none;
  display: none;
  width: 155px;
  background: #FFFFFF;
  box-shadow: #000 0px 0px 18px -3px;
}

.account-menu.account-menu-open {
  display: block;
}

.account-menu li {
  border-bottom: 1px solid #cacaca;
  padding: 5px 0px;

}

.account-menu li a {
  color: #003366;
  font-weight: 700;
  font-size: 1.075em;
  text-decoration: none;
}

.account-menu li a:hover {
  color: #337ab7;
  text-decoration: underline;
}

.account-menu li.not-user a {
  font-weight: normal;
}

.account-menu li:last-child {
  border: none;
}

.account-menu.basic_TT {
  background-color: #ffffc5;
}

.account-menu.basic_TT li.name {
  border-bottom: none;
  margin-left: -11px;
  background-color: #ffaa00;
  font-weight: bold;
  text-align: center;
  width: 155px;
  padding-top: 41px;
  margin-top: -46px;
}

.account-menu.basic_TT li.acct-title {
  border-bottom: none;
  margin-left: -11px;
  background-color: #ffaa00;
  font-weight: bold;
  text-align: center;
  width: 155px;
}

@media only screen and (max-width:768px){
  .account-menu.basic_TT li.name, .account-menu.basic_TT li.acct-title {
    margin-left: -15px;
    width: 247px;
  }
}

@media only screen and (max-width:480px){
  .account-menu.basic_TT li.name, .account-menu.basic_TT li.acct-title {
    margin-left: -20px;
    width: 112%;
  }
}

.account-menu.basic_TT ul.name {
  background-color: #ffffc5;
}

.account-menu.premium_TT {
  background-color: #F9EAF3;
}
.account-menu.premium_TT .my-homepage{display: none;}

.account-menu.premium_TT li.name {
  border-bottom: none;
  margin-left: -11px;
  background-color: #FFBAD2;
  font-weight: bold;
  text-align: center;
  width: 155px;
  padding-top: 41px;
  margin-top: -46px;
}

.account-menu.premium_TT li.acct-title {
  border-bottom: none;
  margin-left: -11px;
  background-color: #FFBAD2;
  font-weight: bold;
  text-align: center;
  width: 155px;
}

@media only screen and (max-width:768px){
  .account-menu.premium_TT li.name, .account-menu.premium_TT li.acct-title {
    margin-left: -15px;
    width: 247px;
  }
}

@media only screen and (max-width:480px){
  .account-menu.premium_TT li.name, .account-menu.premium_TT li.acct-title {
    margin-left: -20px;
    width: 112%;
  }
}

.account-menu.premium_TT ul.name {
  background-color: #FFBAD2;
}

.account-menu.admin_TT .my-homepage{display: none;}

.account-menu.admin_TT {
  background-color: #efd6f3;
}

.account-menu.admin_TT li.name {
  border-bottom: none;
  margin-left: -11px;
  background-color: #BC99C1;
  font-weight: bold;
  text-align: center;
  width: 155px;
  padding-top: 41px;
  margin-top: -46px;
}

.account-menu.admin_TT li.acct-title {
  border-bottom: none;
  margin-left: -11px;
  background-color: #BC99C1;
  font-weight: bold;
  text-align: center;
  width: 155px;
}

@media only screen and (max-width:768px){
  .account-menu.admin_TT li.name, .account-menu.admin_TT li.acct-title {
    margin-left: -15px;
    width: 247px;
  }
}

@media only screen and (max-width:480px){
  .account-menu.admin_TT li.name, .account-menu.admin_TT li.acct-title {
    margin-left: -20px;
    width: 112%;
  }
}

.account-menu.admin_TT ul.name {
  background-color: #BC99C1;
}

.menu-mobile-navigation-container .account-menu-container {
  font-family: 'Roboto', sans-serif !important;
  position: relative;
  margin: 0;
  z-index: 999999;
  width: 100%;
}


.menu-mobile-navigation-container .account-menu-label {
  padding: 10px;
  margin: 0px;
  position: relative;
  z-index: 999999;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  font-size: 1.175em;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  display: block;
  background-size: 100% 100%;
  background-color: #59A5F3;
  background-image: none;
  width: 100%;
}


.menu-mobile-navigation-container .account-menu {
  border: #cacaca 1px solid;
  position: relative;
  top: 0px;
  z-index: 999998;
  padding: 15px 15px 10px;
  list-style: none;
  display: block;
  width: 100%;
  box-shadow: #000 0px 0px 9px -3px;
}

.menu-mobile-navigation-container .account-menu-container.hidden-xs{ display:block !important}
