@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700,900");
/* line 7, ../../sass/base/header.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 14, ../../sass/base/header.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* line 20, ../../sass/base/header.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
em,
img,
small,
strike,
strong,
sub,
sup,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 91, ../../sass/base/header.scss */
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 100, ../../sass/base/header.scss */
ol.numberList,
ul.numberList {
  counter-reset: number;
}
/* line 102, ../../sass/base/header.scss */
ol.numberList li,
ul.numberList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
/* line 106, ../../sass/base/header.scss */
ol.numberList li:before,
ul.numberList li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  counter-increment: number;
  content: "counter(number)";
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}
/* line 122, ../../sass/base/header.scss */
ol.dotList li,
ul.dotList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
/* line 126, ../../sass/base/header.scss */
ol.dotList li:before,
ul.dotList li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #000000;
}
/* line 142, ../../sass/base/header.scss */
ol.arrowList li,
ul.arrowList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
/* line 146, ../../sass/base/header.scss */
ol.arrowList li:before,
ul.arrowList li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000000;
}
/* line 163, ../../sass/base/header.scss */
ol.tickList li,
ul.tickList li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
/* line 167, ../../sass/base/header.scss */
ol.tickList li:before,
ul.tickList li:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  background-position: -40px -5px;
}

/* line 187, ../../sass/base/header.scss */
blockquote,
q {
  quotes: none;
}

/* line 192, ../../sass/base/header.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

/* line 200, ../../sass/base/header.scss */
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* line 208, ../../sass/base/header.scss */
del {
  text-decoration: line-through;
}

/* line 212, ../../sass/base/header.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 217, ../../sass/base/header.scss */
em {
  font-style: italic;
}

/* line 221, ../../sass/base/header.scss */
*:focus {
  outline: none !important;
}

/* line 225, ../../sass/base/header.scss */
strong {
  font-weight: 700;
}

/* line 229, ../../sass/base/header.scss */
.error-text {
  padding: 5px;
  color: #e3161a;
  font-size: 12px;
  line-height: 1;
}
/* line 234, ../../sass/base/header.scss */
.error-text:empty {
  display: none;
}

/* line 240, ../../sass/base/header.scss */
span.error {
  color: #e3161a;
  padding: 5px;
  display: block;
  font-size: 13px;
}

/* line 249, ../../sass/base/header.scss */
.success-text {
  padding: 5px;
  color: #008000;
}
/* line 252, ../../sass/base/header.scss */
.success-text:empty {
  display: none;
}

/* line 257, ../../sass/base/header.scss */
[class^="icons-"],
[class*="icons-"] {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  line-height: 14px;
  vertical-align: text-top;
  width: 13px;
}

/* line 271, ../../sass/base/header.scss */
.icons-success {
  height: 100px;
  width: 89px;
  background-position: -196px 0;
}

/* line 277, ../../sass/base/header.scss */
.icons-fail {
  height: 100px;
  width: 89px;
  background-position: -197px -151px;
}

/* line 283, ../../sass/base/header.scss */
[class^="fa-"],
[class*="fa-"] {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 296, ../../sass/base/header.scss */
.fa-clock {
  background-position: -5px -125px;
}

/* line 300, ../../sass/base/header.scss */
.fa-calendar {
  background-position: -5px -158px;
}

/* line 304, ../../sass/base/header.scss */
.fa-time {
  background-position: -5px -192px;
}

/* line 308, ../../sass/base/header.scss */
.fa-test {
  background-position: -5px -227px;
}

/* line 312, ../../sass/base/header.scss */
.fa-user {
  background-position: -5px -265px;
}

/* line 316, ../../sass/base/header.scss */
.fa-time2 {
  background-position: -5px -298px;
}

/* line 320, ../../sass/base/header.scss */
.fa-calendar2 {
  background-position: -5px -328px;
}

/* line 324, ../../sass/base/header.scss */
.fa-arrow {
  background-position: -44px -32px;
}

/* line 328, ../../sass/base/header.scss */
.message-status-wrapper {
  text-align: center;
  padding: 15px;
}
/* line 331, ../../sass/base/header.scss */
.message-status-wrapper h2 {
  font-size: 32px;
  margin-bottom: 42px;
}
/* line 334, ../../sass/base/header.scss */
.message-status-wrapper h2:after {
  width: 40px;
  bottom: -18px;
}
/* line 339, ../../sass/base/header.scss */
.message-status-wrapper span {
  font-size: 16px;
  display: block;
}
/* line 343, ../../sass/base/header.scss */
.message-status-wrapper .status-icon {
  margin-bottom: 7px;
}
/* line 346, ../../sass/base/header.scss */
.message-status-wrapper .message-btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  /* line 350, ../../sass/base/header.scss */
  .message-status-wrapper h2 {
    font-size: 20px;
  }
}

/* line 372, ../../sass/base/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
/* line 377, ../../sass/base/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 363, ../../sass/base/header.scss */
.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
}
/* line 376, ../../sass/base/header.scss */
.header-wrapper #header_top {
  background: #00B0F5;
  min-height: 41px;
}
@media (max-width: 767px) {
  /* line 376, ../../sass/base/header.scss */
  .header-wrapper #header_top {
    min-height: 34px;
  }
}
/* line 383, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
            /*  #block-useraccountmenu-3 {
    margin-left: 15px;
    margin-top: -1px;
    @include background-image('class-home-sprite.png',
    no-repeat,
    -122px -31px,
    null,
    null);
    width: 40px;
    height: 34px;
    cursor: pointer;
    background-color: rgba(36, 124, 166, 0.20);
    @include breakpoint(sm-tablet) {
        @include pos(absolute,
        null,
        0,
        0,
        null,
        null);
    }
    &.active {
        background-color: $menu-bg;
    }
    .menu {
        display: none;
    }
}*/
}
@media (max-width: 991px) {
  /* line 383, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div {
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  /* line 391, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div > div.views-element-container {
    width: 100%;
    padding-right: 2px;
  }
}
/* line 397, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  column-gap: 110px;
  position: relative;
  /* Mega Menu*/
  /* Create three equal columns that floats next to each other */
  /* Clear floats after the columns */
}
@media (max-width: 991px) {
  /* line 397, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left {
    column-gap: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 397, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left {
    column-gap: 26px;
  }
}
@media (min-width: 1199.8px) and (max-width: 1235px) {
  /* line 397, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left {
    column-gap: 100px;
  }
}
/* line 427, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #select-city-block {
  position: absolute;
  top: 89%;
  right: 0px;
  z-index: 99;
  height: 260px;
  width: 263px;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
/* line 435, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #select-city-block #select-cross-btn img {
  position: absolute;
  top: 11px;
  right: 13px;
  z-index: 3;
}
/* line 440, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #users-list {
  display: grid;
}
@media (max-width: 767px) {
  /* line 440, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left #users-list {
    height: 170px;
  }
}
/* line 445, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #users-list li {
  padding: 10px 0;
  display: inline-block;
  margin-right: 0px !important;
  line-height: 0px;
  color: #333333;
  border-top: 0.8px solid rgba(0, 0, 0, 0.12);
}
/* line 452, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #users-list li a {
  font-size: 11px;
  text-transform: capitalize;
  overflow-x: inherit !important;
}
/* line 457, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #users-list li:first-child {
  border-top: none;
}
/* line 463, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .city-menu {
  padding: 0 15px;
}
/* line 465, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .city-menu h6 {
  color: #0098d5;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 767px) {
  /* line 465, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .city-menu h6 {
    margin-top: 10px;
  }
}
/* line 474, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .city-menu input {
  margin: 10px 0px;
  border: 1px solid #2196F3;
}
/* line 478, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .city-menu ul {
  height: 220px;
  overflow: auto;
}
@media (max-width: 991px) {
  /* line 483, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 488, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li {
  padding: 6px 0;
  display: inline-block;
  color: #ffffff;
  margin-right: 21px;
  line-height: 0px;
}
@media (max-width: 767px) {
  /* line 488, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li {
    padding: 4px 0;
    margin-right: 45px !important;
  }
}
@media (max-width: 1023px) {
  /* line 488, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 488, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li {
    margin-right: 15px;
  }
}
@media (max-width: 1279px) {
  /* line 488, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li {
    margin-right: 18px;
  }
}
/* line 510, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li span {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 510, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li span {
    margin-right: 0;
  }
}
/* line 518, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li a {
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  /* line 518, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  /* line 518, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    display: block;
    font-size: 11px;
    line-height: 1;
  }
}
@media (min-width: 1199.8px) and (max-width: 1235px) {
  /* line 518, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    display: block;
    font-size: 11px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  /* line 518, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 518, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  /* line 488, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 552, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.find-center-mobile {
    width: 59%;
    margin-right: 0px;
  }
}
/* line 557, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.find-center-mobile a {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.0115em;
}
/* line 563, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  /* line 563, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.mobile-menu {
    display: block !important;
  }
}
/* line 569, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header {
  padding: 6px 0;
  cursor: pointer;
  margin-right: 0px;
}
/* line 574, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header .citiesmn {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: inherit;
  width: 105px;
  padding: 7px 9px 5px 25px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 574, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header .citiesmn {
    width: 82px;
    padding: 10px 5px 10px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 574, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header .citiesmn {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  /* line 574, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header .citiesmn {
    font-size: 11px;
    line-height: 1;
  }
}
/* line 597, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header .citiesmn:before {
  content: "";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/icon-select-city.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 30%;
  left: 8%;
  z-index: 3;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 597, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.select-city-header .citiesmn:before {
    position: absolute;
    top: 30%;
    left: 6%;
    z-index: 3;
  }
}
/* line 613, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 613, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number {
    width: 87px;
  }
}
/* line 618, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number .call-now {
  position: relative;
}
/* line 621, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 621, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number p {
    font-size: 11px;
  }
}
/* line 629, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number .call-icon-align {
  position: absolute;
  top: 5px;
  left: -30px;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 629, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number .call-icon-align {
    left: -22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 637, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number .call-icon-align img {
    width: 18px;
    height: 18px;
  }
}
/* line 645, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number a {
  margin-top: 0px;
}
/* line 715, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #mnmultiple.navbar {
  overflow: hidden;
  background: none;
}
/* line 718, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #mnmultiple.navbar a {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding: 10px 0px;
  text-decoration: none;
  clear: both;
}
/* line 729, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown {
  float: left;
  overflow: hidden;
}
/* line 732, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
/* line 743, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown:hover .dropdown-content {
  display: block;
}
/* line 748, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content {
  display: none;
  padding-bottom: 30px;
  position: absolute;
  background-color: #ffffff;
  width: 80%;
  left: 20%;
  top: 84%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* line 758, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content .header {
  padding: 16px;
  color: #ffffff;
}
/* line 762, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content h4 {
  margin: 20px;
  color: #26aae8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
/* line 770, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul {
  padding: 0px;
}
/* line 772, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul li {
  margin: 0px 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 110px;
  color: #333;
  padding: 0 20px 0 0;
  vertical-align: top;
}
/* line 782, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul a {
  color: #000000;
  background: none;
  padding: 0px;
}
/* line 786, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul a:hover {
  color: #39f;
}
/* line 793, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column {
  float: left;
  width: 12.5%;
  padding: 0px 25px;
  background-color: #ffffff;
  height: auto;
  text-transform: capitalize;
}
/* line 800, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column a {
  float: none;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  text-align: left;
  color: #333;
}
/* line 808, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column a:hover {
  font-weight: 600;
  color: #282c3f;
  background: #ffffff;
}
/* line 814, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column img {
  margin-top: 2px;
}
/* line 818, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left span.mcities {
  background: #21a7e5;
  padding: 4px;
  border-radius: 3px;
  color: #ffffff;
  width: 100px;
  margin: 0 0 0 -35px;
}
/* line 827, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 832, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .otcities {
  clear: both;
  width: 100%;
}
/* line 835, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .otcities h4 {
  clear: both;
  margin: 10px 20px 15px;
}
/* line 840, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .citiesmn {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 840, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .citiesmn {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  /* line 840, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .citiesmn {
    font-size: 12px;
    line-height: 1;
  }
}
/* line 857, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left input#filter_centers {
  width: 100%;
  margin: 5px 0px;
  background: none;
  border: 1px solid #2196F3;
  height: 36px;
  color: #AFAFAF;
}
@media screen and (max-width: 600px) {
  /* line 866, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .column {
    width: 100%;
    height: auto;
  }
  /* line 869, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .column a {
    float: none;
    color: black;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    color: #888686;
    line-height: 24px;
    margin: 10px 1px;
  }
}
/* line 882, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #users-list {
  height: 170px;
  overflow: auto;
}
/* line 886, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .mobile-menu-new {
  display: none;
}
@media (max-width: 767px) {
  /* line 886, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .mobile-menu-new {
    display: block;
    cursor: pointer;
  }
}
/* line 892, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .mobile-menu-new li {
  position: relative;
  font-size: 13px;
  line-height: 0.8;
  font-weight: 600;
  text-transform: inherit;
  width: 34px;
  padding: 11px 9px 11px 0px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 0.8px solid #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 892, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .mobile-menu-new li {
    font-size: 10px;
    line-height: 0.8;
  }
}
/* line 908, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .mobile-menu-new li:before {
  content: "";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/select-mobile-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 21%;
  left: 24%;
  z-index: 3;
  width: 16px;
  height: 16px;
}
/* line 918, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .pay-due {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 0.8px solid #ffffff;
  padding: 7px 0px;
  width: 87%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 918, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .pay-due {
    margin-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 918, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .pay-due {
    padding: 4px 6px;
  }
}
/* line 930, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .pay-due a {
  line-height: 1.2;
  font-size: 13px;
}
/* line 936, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div .amp-city {
  display: none;
}
/* line 939, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 942, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu ul,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 ul {
    display: flex;
  }
}
/* line 950, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li {
  margin-left: 0px;
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 950, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li {
    margin-left: 7px;
  }
}
/* line 957, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li.sign-up-link,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li.sign-up-link {
  background: #fff;
  color: #2caeeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/* line 962, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li a,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li a {
  display: inline-block;
  color: inherit;
  font-size: 13px;
  line-height: 0.8;
  font-weight: 600;
  text-transform: inherit;
  width: 84px;
  padding: 13px 9px 6px 9px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 962, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li a,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li a {
    width: 73px;
    font-size: 11px;
  }
}
/* line 981, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li:last-child a,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li:last-child a {
  padding: 10px 9px 10px 9px !important;
}
/* line 987, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li:last-child a:before,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li:last-child a:before {
  width: 18px;
  height: 19px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/dlp-sprite.png");
  background-repeat: no-repeat;
  background-position: -14px 0px;
  left: 12px;
}
/* line 998, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li:last-child a.is-active:before,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li:last-child a.is-active:before {
  width: 19px;
  height: 19px;
  background-position: -33px 0;
}
/* line 1009, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li:first-child a.is-active:before,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li:first-child a.is-active:before {
  background-position: 0 0;
}
@media (max-width: 767px) {
  /* line 939, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
    margin-left: 0px;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Profile-icon-new.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 31px;
    border: 0.8px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  /* line 1036, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu.active,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3.active {
    background-color: #ffffff;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Profile-icon-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
  }
  /* line 1046, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 1051, ../../sass/base/header.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu {
    display: none;
  }
}
/* line 1056, ../../sass/base/header.scss */
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1090, ../../sass/base/header.scss */
.header-wrapper #header-region > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 1093, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-classroom-branding {
  margin-right: 6%;
}
@media (max-width: 1279px) {
  /* line 1093, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding {
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  /* line 1093, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1093, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding {
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
}
/* line 1106, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-classroom-branding a {
  padding: 0px;
  display: block;
}
@media (max-width: 767px) {
  /* line 1106, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a {
    padding: 4px 0px 0px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 1113, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img {
    width: 84px;
    height: 60px;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  /* line 1113, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img {
    width: 76px;
    height: 44px;
  }
}
@media (max-width: 360px) {
  /* line 1113, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img {
    width: 60px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  /* line 1128, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img.img-global {
    width: 84px;
    height: 60px;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  /* line 1128, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img.img-global {
    width: 76px;
    height: 44px;
  }
}
@media (max-width: 360px) {
  /* line 1128, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img.img-global {
    width: 60px;
    height: 35px;
  }
}
/* line 1147, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu {
  width: 100%;
}
/* line 1149, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .mobile-menu-images {
  margin-bottom: 5px;
}
/* line 1152, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .mobile-menu-images-last {
  margin-bottom: 12px;
}
/* line 1155, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .mobile-menu-images-btm {
  margin-bottom: 17px;
}
/* line 1158, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .border-top-li {
  margin-top: 6px;
  border-top: 2px solid #D9D9D9;
  padding-top: 17px;
}
/* line 1163, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  /* line 1163, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .mobile-menu {
    display: block !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  /* line 1147, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1147, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu {
    padding-right: 24px;
    justify-content: center;
  }
}
/* line 1181, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .anthe_menu {
  color: #fff !important;
  padding: 8px 13px !important;
  background: #27a0f9;
  margin-top: 28px;
  border-radius: 36px;
}
@media (max-width: 767px) {
  /* line 1181, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .anthe_menu {
    color: #fff;
    padding: 16px 15px !important;
    background: #27a0f9;
    margin-top: 0;
    border-radius: 0;
  }
}
/* line 1195, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-right: 117px;
}
@media (max-width: 1199.99px) {
  /* line 1195, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu {
    padding-right: 10px;
  }
}
@media (max-width: 1199.99px) {
  /* line 1215, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  /* line 1215, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li {
    padding-right: 0px;
  }
}
/* line 1222, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li a {
  font-size: 12px;
  line-height: 1;
  display: block;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  padding: 18px 0;
}
@media (max-width: 1023px) {
  /* line 1222, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li a {
    font-size: 11px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  /* line 1222, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li a {
    font-size: 11px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  /* line 1222, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li a {
    font-size: 13px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1222, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 1254, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li a:hover {
  color: #0098d5;
}
/* line 1259, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li #aakash_header_newtag span {
  background: #ffd600;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 20px;
  font-weight: 500;
  font-size: 7px;
  line-height: 9px;
  padding: 2px 4px;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  transform: translate(6px, -7px);
}
/* line 1274, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded {
  position: relative;
}
/* line 1276, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 99;
  border-top: 2px solid #0098d5;
  min-width: 170px;
  max-width: 200px;
  padding: 0;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
}
/* line 1295, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu li a {
  text-transform: capitalize;
  font-weight: 400;
  padding: 15px;
}
/* line 1303, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu li:first-child {
  border-top: none;
}
/* line 1310, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded:hover > .menu {
  display: block;
}
/* line 1312, ../../sass/base/header.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded:hover > .menu .menu {
  left: 100%;
  top: -2px;
}
@media (max-width: 767px) {
  /* line 1310, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded:hover > .menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1327, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 99;
    background: #ffffff;
    display: block;
    width: 300px;
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
    padding: 40px 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 1343, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: block;
    padding: 0 26px;
  }
  /* line 1352, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a {
    padding: 15px;
    color: #414141;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-weight: 500;
    padding-left: 45px;
  }
  /* line 1361, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a:hover {
    background: #B7E4F4;
    color: #00AEEF;
    border-radius: 22px;
  }
  /* line 1366, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-home {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Home-Black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1369, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-home:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Home-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1373, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-home:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Home-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1377, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-center {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Center-black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1380, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-center:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Center-blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1384, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-center:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Center-blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1388, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-crs {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Course-black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1391, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-crs:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Courses-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1395, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-crs:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Courses-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1399, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.classs-results {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Results-black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1402, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.classs-results:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Results-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1406, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.classs-results:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Results-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1411, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-answers {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Aakashans-Black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1414, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-answers:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Aakashans-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1418, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-answers:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Aakashans-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1423, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-studentshub {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Studenthub-Black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
    cursor: pointer;
  }
  /* line 1426, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-studentshub:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Studenthub-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1430, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-studentshub:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Studenthub-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1436, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-blogs {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Blog-black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1439, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-blogs:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Blog-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1443, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class-blogs:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Blog-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1449, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class_visual {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Visualstories-black-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1451, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class_visual:hover {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Visualstorie-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1455, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a.class_visual:active {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Visualstorie-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1462, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded {
    position: relative;
  }
  /* line 1464, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .menu {
    position: static;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    height: auto;
  }
  /* line 1471, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .sub-menu-list {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
    background-repeat: no-repeat;
    background-position: 4px 8px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* line 1495, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .sub-menu-list.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 1499, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .sub-menu-list:hover ~ .class-studentshub {
    color: #0098d5;
    border-radius: 22px;
    background: #B7E4F4;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/Studenthub-Blue-icon.svg");
    background-repeat: no-repeat;
    background-position: 19px 13px;
  }
  /* line 1510, ../../sass/base/header.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .main-menu-close {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px;
    width: 25px;
    height: 25px;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/cross-menu.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
  }
}
/* line 1531, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container {
  margin-left: auto;
}
/* line 1533, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1533, ../../sass/base/header.scss */
  .header-wrapper #header-region > div .views-element-container form {
    position: absolute;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    display: none;
    margin: 0 auto;
  }
}
/* line 1546, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
  padding-right: 0px;
  width: 287px;
}
@media (max-width: 1279px) {
  /* line 1546, ../../sass/base/header.scss */
  .header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
    width: 250px;
  }
}
@media (max-width: 991px) {
  /* line 1546, ../../sass/base/header.scss */
  .header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
    width: 210px;
  }
}
/* line 1555, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .mobileToggleBtn {
  display: none;
}
/* line 1558, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .form-autocomplete {
  height: 34px !important;
  border-color: #bdbdbd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 1563, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .auto-search-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  width: 28px;
  height: 28px;
  background: #0098d5;
  background: -moz-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008fd3), color-stop(100%, #37b6f1));
  background: -webkit-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: -o-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: -ms-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: linear-gradient(270deg, #37b6f1 0%, #008fd3 100%);
  border-radius: 50px;
  cursor: pointer;
}
/* line 1581, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .auto-search-btn:after {
  content: '';
  background-image: url("https://dcx0p3on5z8dw.cloudfront.net/Aakash/s3fs-public/pdf_management_files/target_solutions/search-btn-home-icon.png");
  background-repeat: no-repeat;
  background-position: 6px 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 23px;
  height: 23px;
}
/* line 1593, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
/* line 1604, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li {
  border-top: 1px solid #eaeaea;
}
/* line 1606, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li:first-child {
  border-top: none;
}
/* line 1609, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li a {
  font-weight: 400;
  padding: 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  display: block;
  background: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1618, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li a:hover {
  color: #0098d5;
  background: #d1eefc;
}
/* line 1627, ../../sass/base/header.scss */
.header-wrapper #header-region > div .views-element-container form .form-actions {
  display: none;
}
@media (max-width: 767px) {
  /* line 1630, ../../sass/base/header.scss */
  .header-wrapper #header-region > div .views-element-container form#views-exposed-form-auto-complete-search-block-2 {
    display: none;
    position: absolute;
    top: 43%;
    right: 0;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: calc(100vw - 70px);
    margin-left: 15px;
  }
  /* line 1642, ../../sass/base/header.scss */
  .header-wrapper #header-region > div .views-element-container form#views-exposed-form-auto-complete-search-block-2 .auto-suggest-block-wrapper {
    width: 98%;
    position: relative;
    z-index: 2;
  }
  /* line 1646, ../../sass/base/header.scss */
  .header-wrapper #header-region > div .views-element-container form#views-exposed-form-auto-complete-search-block-2 .auto-suggest-block-wrapper:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 43px;
    background: #ffffff;
  }
}
/* line 1664, ../../sass/base/header.scss */
.header-wrapper .menu-toggle,
.header-wrapper .search-toggle {
  width: 35px;
  height: 35px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -154px -69px;
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1664, ../../sass/base/header.scss */
  .header-wrapper .menu-toggle,
  .header-wrapper .search-toggle {
    display: block;
  }
}
/* line 1686, ../../sass/base/header.scss */
.header-wrapper .search-toggle {
  right: 15px;
  left: initial;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/search-toggle.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1694, ../../sass/base/header.scss */
.header-wrapper .search-toggle.active {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-menu-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  /* line 1702, ../../sass/base/header.scss */
  .header-wrapper #header {
    position: relative;
    padding: 0 60px;
  }
}

/* classroom MyAccount Icon after Login In Header */
/* line 1714, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region .header-top-left {
  column-gap: 202px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1714, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left {
    column-gap: 0px !important;
  }
}
@media (max-width: 767px) {
  /* line 1714, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left {
    column-gap: 0px !important;
  }
}
/* line 1722, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region .header-top-left .dropdown-content {
  left: 190px !important;
}
/* line 1725, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region .header-top-left li {
  line-height: 31px;
}
@media (max-width: 767px) {
  /* line 1725, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left li {
    padding: 4px 0px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1732, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left .select-center-mobile {
    margin-right: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1737, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left .pay-due {
    margin-right: 166px;
  }
}
/* line 1742, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region .header-top-left .contact-number {
  position: absolute;
  right: 109px !important;
  margin-right: 23px !important;
  top: 0px;
}
@media (max-width: 767px) {
  /* line 1742, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left .contact-number {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1742, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region .header-top-left .contact-number {
    margin-right: 2px !important;
  }
}
/* line 1759, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region .header-top-left .contact-number div {
  background-image: none;
  padding-left: 0;
}
/* line 1762, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region .header-top-left .contact-number div span {
  font-size: 10px;
  white-space: nowrap;
}
/* line 1769, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region #block-useraccountmenu-3 {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/myaccount-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  /* line 1769, ../../sass/base/header.scss */
  body.role--authenticated .header-wrapper #header-top-region #block-useraccountmenu-3 {
    height: 34px;
  }
}
/* line 1787, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #header-top-region #block-useraccountmenu-3 .menu {
  display: none;
}
/* line 1792, ../../sass/base/header.scss */
body.role--authenticated .header-wrapper #block-myaccountblock-2 {
  visibility: visible;
}

/* line 1798, ../../sass/base/header.scss */
#block-myaccountblock-2 {
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 1798, ../../sass/base/header.scss */
  #block-myaccountblock-2 {
    visibility: visible;
  }
}

/* Contact Number on Home Page */
/* line 1808, ../../sass/base/header.scss */
.classroom-front-page .contact-number {
  right: 175px;
}
@media (max-width: 479px) {
  /* line 1808, ../../sass/base/header.scss */
  .classroom-front-page .contact-number {
    right: 150px;
  }
}

/* line 1816, ../../sass/base/header.scss */
.search-api-autocomplete-search {
  z-index: 9999;
  position: fixed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: auto;
  height: 185px;
  width: 500px !important;
}
@media (max-width: 1279px) {
  /* line 1816, ../../sass/base/header.scss */
  .search-api-autocomplete-search {
    width: 420px !important;
  }
}
@media (max-width: 991px) {
  /* line 1816, ../../sass/base/header.scss */
  .search-api-autocomplete-search {
    width: 260px !important;
  }
}
@media (max-width: 767px) {
  /* line 1816, ../../sass/base/header.scss */
  .search-api-autocomplete-search {
    width: calc(100vw - 70px) !important;
  }
}
/* line 1834, ../../sass/base/header.scss */
.search-api-autocomplete-search li {
  border-bottom: 1px solid #eaeaea;
}
/* line 1836, ../../sass/base/header.scss */
.search-api-autocomplete-search li a {
  font-weight: 400;
  padding: 10px !important;
  font-size: 13px;
  line-height: 1.2;
  color: #000000 !important;
  display: block;
  background: #ffffff;
}
/* line 1844, ../../sass/base/header.scss */
.search-api-autocomplete-search li a .search-api-autocomplete-suggestion {
  padding: 0;
  background: transparent !important;
  color: #000000 !important;
}
/* line 1848, ../../sass/base/header.scss */
.search-api-autocomplete-search li a .search-api-autocomplete-suggestion span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* line 1853, ../../sass/base/header.scss */
.search-api-autocomplete-search li a:hover, .search-api-autocomplete-search li a.ui-state-active {
  color: #0098d5;
  background: #d1eefc;
}
/* line 1857, ../../sass/base/header.scss */
.search-api-autocomplete-search li a:hover .search-api-autocomplete-suggestion, .search-api-autocomplete-search li a.ui-state-active .search-api-autocomplete-suggestion {
  color: #0098d5 !important;
}

/* User Authentication Block Style */
/* line 1866, ../../sass/base/header.scss */
#block-myaccountblock-2 {
  position: absolute;
  top: 90%;
  right: 0;
  z-index: 99;
  width: 170px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
}

/* line 1883, ../../sass/base/header.scss */
.my-account-wrapper {
  position: relative;
  padding: 0;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 1893, ../../sass/base/header.scss */
.my-account-wrapper span {
  display: inline-block;
}
/* line 1896, ../../sass/base/header.scss */
.my-account-wrapper .userimg {
  text-align: center;
  margin-bottom: 0px;
  width: 25%;
  padding: 10px 0 0 10px;
}
/* line 1901, ../../sass/base/header.scss */
.my-account-wrapper .userimg span {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
/* line 1906, ../../sass/base/header.scss */
.my-account-wrapper .userimg span img {
  height: 100%;
  width: 100%;
  display: block;
}
/* line 1913, ../../sass/base/header.scss */
.my-account-wrapper .u-name {
  font-size: 13px;
  text-align: left;
  display: block;
  width: 75%;
  padding: 15px 10px 0 10px;
  color: #434343;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 1923, ../../sass/base/header.scss */
.my-account-wrapper .u-name span {
  display: block;
}
/* line 1927, ../../sass/base/header.scss */
.my-account-wrapper .dash-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  padding-top: 5px;
}
/* line 1932, ../../sass/base/header.scss */
.my-account-wrapper .dash-nav i {
  width: 21px;
  height: 21px;
  display: none;
}
/* line 1937, ../../sass/base/header.scss */
.my-account-wrapper .dash-nav span {
  display: block;
}
/* line 1940, ../../sass/base/header.scss */
.my-account-wrapper .dash-nav .orderimg,
.my-account-wrapper .dash-nav .wishimg {
  display: none;
}
/* line 1944, ../../sass/base/header.scss */
.my-account-wrapper .dash-nav li {
  border-top: 1px solid #eaeaea;
  width: 100%;
  position: relative;
  display: block;
}
/* line 1949, ../../sass/base/header.scss */
.my-account-wrapper .dash-nav li:last-child {
  border-top: none;
}
/* line 1954, ../../sass/base/header.scss */
.my-account-wrapper a {
  text-transform: capitalize;
  font-weight: 400;
  padding: 15px;
  color: #000000;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 1964, ../../sass/base/header.scss */
.my-account-wrapper a:hover {
  background: #d1eefc;
  color: #0098d5;
}
/* line 1969, ../../sass/base/header.scss */
.my-account-wrapper .logout-link {
  width: 100%;
}
/* line 1973, ../../sass/base/header.scss */
.my-account-wrapper.log-in-link a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-transform: uppercase;
  border-top: 1px solid #eaeaea;
  width: 100%;
  text-align: left;
}
/* line 1979, ../../sass/base/header.scss */
.my-account-wrapper.log-in-link a:hover {
  color: #0098d5;
  background: #d1eefc;
}

/* line 1987, ../../sass/base/header.scss */
input[type="submit"],
.custom-submit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  background: #0098d5;
  display: inline-block;
  padding: 12.5px;
  border: none;
  color: #ffffff;
}

/* line 2008, ../../sass/base/header.scss */
input[type="submit"]:focus {
  outline: none;
}

/* line 2013, ../../sass/base/header.scss */
#select-city-block {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
