@media screen and (max-width: 767px) {
  .mobile-top-banner #home-fold h1 {
    padding-top: 165px; }
  .mobile-top-banner .header {
    top: 98px; }
  .mobile-top-banner .mobile-top-banner-div {
    z-index: 999999999;
    position: fixed;
    top: 0px;
    height: 100px;
    width: 100%;
    background-color: #fff; }
  .mobile-top-banner #app-download-promo {
    position: fixed;
    top: 1px;
    height: 85px;
    border: 1px solid #4da1ca;
    border-radius: 4px;
    box-shadow: 0px 3px 2px #4da1ca7a;
    background-color: #e4eff4;
    padding-left: .5%;
    width: 97%;
    z-index: 99;
    margin-left: 1%;
    margin-top: 1%; }
    .mobile-top-banner #app-download-promo .promo-text {
      margin-top: 20px;
      padding-left: 5px;
      line-height: 20px; }
    .mobile-top-banner #app-download-promo .close-btn {
      height: 20px;
      width: 17px;
      top: 0;
      right: 0;
      position: absolute;
      color: #4da0ca; }
  .mobile-top-banner #home-fold {
    height: 150vh; }

  .mobile-top-banner-div #app-download-promo.closed {
    display: none; }

  #app-download-promo .app-download-btn img {
    width: 130px;
    margin-top: 20px; }

  #app-download-promo .app-download-btn .ios-download {
    display: none; }

  #app-download-promo .app-download-btn .android-download {
    display: none; }

  #app-download-promo .app-download-btn {
    position: absolute;
    top: 0.4em;
    right: 1.8em;
    display: inline-block; } }
.header {
  background: #4ea1ca;
  z-index: 10;
  width: 100%;
  top: 0;
  position: fixed;
  -webkit-transition: all 0.02s ease-in-out;
  -moz-transition: all 0.02s ease-in-out;
  -o-transition: all 0.02s ease-in-out;
  -ms-transition: all 0.02s ease-in-out;
  transition: all 0.02s ease-in-out; }
  .header .container {
    width: 95%;
    margin: 0 auto;
    padding: 0.6em 0; }
    .header .container .drop-list li a {
      color: #888888;
      text-decoration: none; }

#logo-div {
  display: inline-block;
  width: 18%; }
  #logo-div img {
    width: 12.5em;
    vertical-align: middle; }

#mobile-logo-div {
  display: none;
  width: 60%;
  text-align: left; }
  #mobile-logo-div img {
    width: 2.5em;
    vertical-align: middle; }

.blue-logo {
  display: none;
  opacity: 0; }

#menu-list {
  list-style: none;
  display: inline-block;
  width: 65%;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  #menu-list .menu-item {
    display: inline-block;
    padding: 1em 1em; }
    #menu-list .menu-item > a {
      text-decoration: none;
      color: white;
      cursor: pointer;
      font-size: 1em;
      font-weight: 400;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }

.dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  top: 85%;
  font-size: 13.5px; }

.double-drop {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  top: 0; }

.dropdown::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 14px;
  bottom: auto;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: white; }

.double-drop {
  left: 100%;
  width: 100%; }
  .double-drop li:hover a {
    color: #4ea1ca !important; }

.business-product .double-drop, .technology-product .double-drop {
  top: -200px; }

.drop-btn:hover .dropdown {
  display: block; }

.double-drop-btn {
  position: relative; }
  .double-drop-btn:hover .double-drop {
    display: block; }

.drop-list {
  padding: 0 1em; }
  .drop-list li {
    display: block;
    padding: 1em 0;
    font-size: 0.9em;
    border-bottom: 1px solid #dddddd;
    background: #fff; }

.iconed-list > li {
  padding: 1em 1em 1em 2em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5em; }

.login-btn {
  display: inline-block;
  width: 7%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  @media screen and (max-width: 736px) {
    .login-btn {
      position: absolute;
      top: 20px;
      right: 100px; } }
  @media screen and (max-width: 736px) {
    .login-btn {
      right: 120px; } }

.trans-cta {
  padding: 0.5em 1.5em;
  border: 1px solid white;
  color: white;
  background: transparent;
  text-decoration: none; }
  .trans-cta:hover {
    background: white;
    color: #4ea1ca;
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5); }
  .trans-cta:active {
    background: #4ea1ca;
    color: white; }

#non-home #lang-sel {
  display: none; }

#lang-sel {
  right: 0px;
  background: white;
  width: 50px;
  text-align: center;
  top: 15px;
  position: absolute;
  display: inline-block;
  padding: 0.3em 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  #lang-sel img {
    width: 11px;
    height: 11px;
    padding-right: 4px; }
  #lang-sel a {
    color: #4ea1ca !important; }
  #lang-sel:hover .lang-drop {
    height: 220px; }
  #lang-sel .lang-drop {
    text-align: center;
    list-style: none;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 50px;
    top: 95%;
    right: 0px;
    background: white;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    #lang-sel .lang-drop li {
      padding: 0.5em 13px; }
      #lang-sel .lang-drop li a {
        text-decoration: none;
        color: #888888 !important; }
        #lang-sel .lang-drop li a:hover {
          color: #4ea1ca !important; }

.search-box {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 50px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #FFFFFF;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease; }

.search-box-input {
  display: inline-block;
  border: 0;
  width: 600px;
  height: 50px;
  white-space: normal;
  font-size: inherit;
  padding-left: 40px;
  text-transform: capitalize;
  outline: none; }

#search-input {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/searchIcon.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 1.5em; }

.aa-dropdown-menu {
  top: 85% !important; }
  .aa-dropdown-menu .category {
    padding: 0.5em;
    color: #4ea1ca; }

.algolia-results .result-row {
  padding: 1em; }
  .algolia-results .result-row div {
    padding: 0 2em; }
  .algolia-results .result-row p {
    font-size: 1.1em;
    font-weight: 800;
    color: #888888; }
    .algolia-results .result-row p:hover {
      color: #4ea1ca; }

.technology-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/technologyNorm.svg"); }
  .technology-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/technologyBlue.svg"); }

.cookery-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/cookeryNorm.svg"); }
  .cookery-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/cookeryBlue.svg"); }

.marketing-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/marketingNorm.svg"); }
  .marketing-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/marketingBlue.svg"); }

.music-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/musicNorm.svg"); }
  .music-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/musicBlue.svg"); }

.photography-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/photographyNorm.svg"); }
  .photography-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/photographyBlue.svg"); }

.beauty-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/beautyNorm.svg"); }
  .beauty-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/beautyBlue.svg"); }

.health-wellness-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/nutritionNorm.svg"); }
  .health-wellness-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/nutritionBlue.svg"); }

.business-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/businessNorm.svg"); }
  .business-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/businessBlue.svg"); }

.career-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/careerNorm.svg"); }
  .career-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/careerBlue.svg"); }

.finance-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/financeNorm.svg"); }
  .finance-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/financeBlue.svg"); }

.design-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/designNorm.svg"); }
  .design-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/designBlue.svg"); }

.language-product {
  background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/languageNorm.svg"); }
  .language-product:hover {
    background-image: url("https://dt9ph4xofvj87.cloudfront.net/user/sites/shawacademy.com/themes/mytheme/images/skills/icon/languageBlue.svg"); }

#home #topHeader {
  background-color: transparent; }
  #home #topHeader ul.langswitcher li a {
    color: white; }

#topHeader .black-logo, #topHeader .black-logo-mobile {
  display: none; }

#topHeader {
  background: #4ea1ca;
  box-shadow: none;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  #topHeader .otherPageActive > label, #topHeader .otherPageActive > a, #topHeader .subMenu > label, #topHeader .subMenu > a, #topHeader .search > label, #topHeader .search > a {
    color: white;
    text-decoration: none;
    font-size: 15px; }
  #topHeader .loginBtn {
    margin-top: 2px; }
  #topHeader .menuIcon {
    margin-top: 8px; }
  #topHeader .loginBtn {
    border: 1px solid white;
    margin: 0 2em;
    padding: 0.5em 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #topHeader .nav-list .menuIcon {
    margin-right: 30px; }
  #topHeader .smaller-screen .subMenu a, #topHeader .smaller-screen section a {
    color: #58595b !important;
    text-decoration: none;
    font-size: 15px; }
  #topHeader .smaller-screen .loginBtn {
    margin-left: 0; }
  #topHeader .subMenu > ul {
    margin: 0; }
  #topHeader .searchBoxContainer {
    top: 20px;
    height: 40px; }
    #topHeader .searchBoxContainer .searchBoxInput {
      height: 40px; }
    #topHeader .searchBoxContainer #search-bar {
      background-position: 10px 14px; }

#ham-div {
  display: none;
  width: 6%;
  text-align: left;
  padding-right: 0.5em; }
  #ham-div .ham-menu {
    vertical-align: middle; }

#sidebar-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center; }
  #sidebar-menu .container {
    padding: 1em; }

#sidebar-logo {
  text-align: left; }
  #sidebar-logo .shaw-logo {
    width: 15em; }
  #sidebar-logo #close-icon {
    float: right; }

#sidebar-links {
  list-style: none;
  text-align: left;
  padding: 1em 1em; }
  #sidebar-links a {
    text-decoration: none;
    color: #333333; }
  #sidebar-links li {
    padding: 0.5em 0;
    background: none; }
    #sidebar-links li p {
      font-weight: bold;
      display: inline-block; }
    #sidebar-links li img {
      display: inline-block;
      vertical-align: middle; }
  #sidebar-links > li {
    border-bottom: 1px solid #dddddd; }

.expand-link {
  position: relative; }
  .expand-link img {
    position: absolute;
    top: 30%;
    right: 0%; }

.expanded-options {
  display: none;
  list-style: none; }
  .expanded-options li a {
    text-decoration: none; }

#sidebar-skill-list {
  padding-left: 1em; }
  #sidebar-skill-list > li {
    border-bottom: 1px solid #dddddd; }
    #sidebar-skill-list > li p {
      font-weight: 300; }

.sidebar-course-list {
  padding-left: 1em; }
  .sidebar-course-list > li a {
    text-decoration: none; }
  .sidebar-course-list > li p {
    font-weight: 300; }

@media screen and (max-width: 980px) {
  #menu-list .menu-item {
    padding: 1em 0.5em; }

  #logo-div img {
    width: 12em; } }
@media screen and (max-width: 736px) {
  #ham-div {
    display: inline-block; }

  #mobile-logo-div {
    display: inline-block; }

  #logo-div, #menu-list {
    display: none; } }
.aa-dropdown-menu {
  background-color: white;
  width: 100%; }

/*new courses*/
#menu-list .drop-list .portrait-photography {
  display: none; }

#menu-list .drop-list .vegan-nutrition {
  display: none; }

#menu-list .drop-list .cryptocurrency {
  /*display: none;*/ }

#home-skills .slick-track .portrait-photography {
  display: none; }

#home-skills .slick-track .cryptocurrency {
  /*display: none;*/ }

#home-skills .slick-track .vegan-nutrition {
  display: none; }

#sidebar-links .sidebar-course-list .portrait-photography {
  display: none; }

#sidebar-links .sidebar-course-list .cryptocurrency {
  /*display: none;*/ }

#sidebar-links .sidebar-course-list .vegan-nutrition {
  display: none; }

.body-portrait-photography .quick-info p:nth-of-type(1) {
  display: none; }

.body-cryptocurrency .quick-info p:nth-of-type(1) {
  /*display: none;*/ }

.body-vegan-nutrition .quick-info p:nth-of-type(1) {
  display: none; }

/*hide business english*/
#menu-list .drop-list .business-english {
  display: none; }

#home-skills .slick-list .card-business-english {
  display: none; }

#sidebar-links .sidebar-course-list .business-english {
  display: none; }
