@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/**/
/* Skilljar Resets */
/**/
.alert-box.warning {
  display: none;
}

.storefront .top-row {
  padding-top: 0 !important;
  position: relative;
  z-index: 3;
}

button:active,
.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
.h1-style,
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style,
h5,
h6 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.25;
  font-weight: 400;
  color: #5E636B;
  margin-top: 0;
  margin-bottom: 0;
}

a:hover,
a:focus,
a.theme-no-hover:hover,
a.theme-no-hover:focus {
  color: #18669d;
}

/**/
/* defaults */
/**/
html, body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #5E636B;
  -webkit-font-smoothing: antialiased;
}

label {
  display: block;
}

button {
  vertical-align: top;
  cursor: pointer;
}

#cp-content {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

#cp-content .large-centered {
  width: 100%;
}

#skilljar-content {
  overflow: hidden;
  padding-top: 59px;
  background-image: linear-gradient(180deg, #F3F8FB, #fff) !important;
  position: relative;
  margin-bottom: auto;
}

@media screen and (max-width: 767.98px) {
  #skilljar-content {
    padding-top: 30px;
  }
}

#skilljar-content .tabs .content {
  display: block !important;
}

#skilljar-content .content h2 {
  padding-bottom: 1rem;
}

#skilljar-content .tabs .content {
  border: none !important;
}

#skilljar-content .tabs .content hr {
  display: none;
}

#skilljar-content .tabs #curriculum-list .title {
  display: block !important;
}

#skilljar-content .tabs .title {
  display: none;
}

.sj-page-curriculum #skilljar-content {
  padding-top: 0;
}

.page--alt {
  padding-top: 116px;
}

.page--blue {
  background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
}

@media screen and (max-width: 767.98px) {
  .page {
    padding-top: 52px;
  }
}

.alert-box.warning {
  display: none;
}

#header {
  top: 0;
  border-bottom: 1px solid #eee;
  height: 76px;
}

#header .header__cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  height: 100%;
}

#header .header__cont .burger {
  position: relative;
  display: none;
  width: 18px;
  height: 18px;
}

#header .header__cont .burger .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 2px;
  margin-top: -1px;
  border-radius: 1px;
  background-color: #35364e;
  box-shadow: 0 6px 0 0 #35364e, 0 -6px 0 0 #35364e;
}

#header .header__cont #catalog-search-box {
  display: flex;
  align-items: center;
}

#header .header__cont .secondary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header__cont .secondary-nav .secondary-nav__button {
  padding: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3c5d7;
  border-radius: 6px;
  background-color: transparent;
  color: #5e636b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 16px;
}

#header .header__cont .secondary-nav .user-nav .wrapper {
  display: flex;
  align-items: center;
}

#header .header__cont .secondary-nav .user-nav__link {
  text-decoration: none;
  color: #5e636b;
}

#header .header-left a:hover {
  color: #59c2ba;
}

#header #header-right {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header #header-right .login-link {
  display: none !important;
}

#header .headerheight {
  height: unset;
}

#header .dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0;
  right: 12px;
  top: 55px;
  text-align: center;
  width: 125px;
}

#header .dropdown-menu .user-nav__link {
  text-decoration: none;
  color: #5e636b;
  font-family: 'Metric';
  padding: 6px;
}

#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro',sans-serif;
  color: #9aa1ac;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 12px;
}

#header .logo .logo__caption {
  margin-top: 0;
  padding-top: 1px;
  padding-left: 11px;
  margin-left: 12px;
  border-left: 1px solid rgba(151, 151, 151, 0.3);
  line-height: 1;
}

#header .logo:hover {
  color: #59c2ba;
}

#header .main-nav {
  font-family: 'Metric-medium';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: 0.200s;
  transition-property: opacity;
  padding: 0 12px;
}

#header .main-nav .main-nav--hidden {
  pointer-events: none;
  opacity: 0;
}

#header .main-nav .main-nav__link {
  padding-right: 16px;
  padding-left: 16px;
  color: #35364e;
  font-size: 18px;
  line-height: 76px;
  font-weight: 500;
}

#header .main-nav .main-nav__link.w--current {
  -webkit-box-shadow: inset 0 -4px 0 0 #1fb7ab;
  box-shadow: inset 0 -4px 0 0 #1fb7ab;
  font-weight: 700;
}

#header .search-container #catalog-search-box {
  border: 1px solid #ccc;
  border-radius: 4px;
}

#header .header-link {
  color: #35364e;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #35364e;
}

.header a {
  text-decoration: none;
  transition: color .2s ease;
}

.header a:hover {
  color: #59c2ba;
}

.header .header__head {
  display: none;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
}

.header .header__head .dropdown-menu {
  position: absolute;
  background: #fff;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0;
  text-align: center;
  width: 125px;
  margin-left: -1.5rem;
  margin-top: 0.51rem;
  display: none;
}

.header .header__head #dropdown-menu__toggle {
  display: flex;
  justify-content: center;
}

.header .header__head .back-to-base {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c8ea6;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.header .header__head .user-nav {
  display: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-left: 10px;
}

.header .header__head .user-nav .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 10.5px;
}

.header .header__head .user-nav .wrapper:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.header .header__head .user-nav .wrapper:hover {
  cursor: pointer;
}

.header .header__head .user-nav .user-nav__bull {
  padding: 0 0.25em;
  color: #D8D8D8;
}

.header .header__head .user-nav .user-nav__link {
  text-decoration: none;
  color: #5e636b;
  font-family: 'Metric';
}

.header .header__head .user-nav #dropdown-menu__toggle {
  margin-left: 0.5rem;
  position: relative;
  margin-left: 10px;
}

.header .header__head .user-nav .text-link {
  margin-left: .5rem;
}

.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  overflow: scroll;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f7f9), to(#fff)), url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
  background-image: linear-gradient(180deg, #f2f7f9, #fff), url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
  background-position: 0 0,0 0;
  background-size: auto,125px;
  font-family: Inter,sans-serif;
  font-size: 14px;
  color: #35364e;
}

.mobile-nav a {
  text-decoration: none;
  transition: color .2s ease;
}

.mobile-nav .mobile-nav__close {
  position: relative;
  width: 18px;
  height: 30px;
  float: right;
  background-image: url(https://global-uploads.webflow.com/5f29656940e3955d20237110/5f354d6c91336fa6058a4714_mobile-nav__close.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mobile-nav .mobile-nav__title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #004064;
}

.mobile-nav .mobile-nav__link {
  display: block;
  padding: 15px 20px;
  background-position: 100% 50%;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #fff;
  background-image: url(https://global-uploads.webflow.com/5f29656940e3955d20237110/5f3549b22d3c6c1c7e3c4353_mobile-nav__link.svg);
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  color: #35364e;
}

.mobile-nav .mobile-nav__link.w--current {
  color: #1fb7ab;
}

.mobile-nav .mobile-nav__button {
  display: block;
  padding: 15px 20px;
  background-position: 100% 50%;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 50px;
  background-image: url(https://global-uploads.webflow.com/5f29656940e3955d20237110/5f354a92e68d1a43cb25c882_mobile-nav__button.svg);
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #1fb7ab;
  color: #1fb7ab;
}

.mobile-nav .mobile-nav__foot {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mobile-nav .mobile-nav__foot img {
  display: block;
  margin: 0 auto;
}

.mobile-nav .mobile-nav__foot a {
  margin-top: 10px;
  font-weight: 600;
  text-decoration: underline;
  color: #1fb7ab;
}

.open #header {
  padding-left: 300px !important;
}

.open #header-left {
  padding-left: 300px !important;
}

.open .header {
  padding-left: 300px !important;
}

.open #main-container {
  padding-left: 300px !important;
}

/***Internal Egnyte Website***/
.internal-egnyte #header {
  display: none;
}

.internal-egnyte .header__head {
  display: flex;
}

.internal-egnyte #lp-left-nav {
  width: 280px;
}

/***Partners Egnyte Website***/
.partners-site #header {
  top: 29px !important;
  height: fit-content !important;
}

.partners-site .header__cont {
  height: 54px !important;
}

.partners-site .header__head {
  display: flex;
  justify-content: end;
}

.partners-site .user-nav #dropdown-menu__toggle {
  max-width: 100%;
  white-space: nowrap;
  overflow: initial;
  text-overflow: initial;
}

.partners-site .user-nav .dropdown-menu {
  top: 28px !important;
  right: 8px !important;
}

@media screen and (max-width: 991.98px) {
  .header .header__head {
    display: flex !important;
  }
  .header .header__head .user-nav {
    display: flex;
  }
  .header .header__head .user-nav .wrapper {
    display: flex;
    align-items: center;
  }
  .header .header__head .user-nav .dropdown-menu {
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 20px;
    background: #fff;
  }
  #header {
    top: 29px;
    height: 55px;
  }
  #header .headerheight .burger {
    display: block;
  }
  #header .logo:nth-of-type(2) {
    flex-grow: 1;
  }
  #header .header__cont .main-nav {
    display: none;
  }
  #header .header__cont .main-nav__link {
    padding-right: 10px;
    padding-left: 10px;
  }
  #header .header__cont .secondary-nav {
    display: none;
  }
  .sj-page-login .header {
    display: none !important;
  }
  .no-tags.search-location-header_right #header .burger {
    display: block;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .user-nav #dropdown-menu__toggle {
    max-width: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #header .main-nav .main-nav__link {
    font-size: 16px;
  }
  .search__loop {
    padding-left: 0;
  }
  #header .header__cont .secondary-nav .secondary-nav__button {
    font-size: 15px;
  }
  #header .secondary-nav__button .removed-md {
    display: none;
  }
}

@media screen and (max-width: 994px) and (min-width: 991px) {
  .main-nav {
    padding: initial;
  }
}

@media screen and (min-width: 1280px) {
  .main-nav__link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .secondary-nav__link {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .main-nav__link {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 1007px) and (min-width: 994px) {
  .header__cont {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header__cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo__caption,
  .main-nav,
  .secondary-nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .open #header,
  .open #header-left,
  .open .header,
  .open #main-container {
    padding-left: 200px !important;
  }
  .back-to-base {
    font-size: 11px;
  }
}

#lp-left-nav {
  top: 0 !important;
}

/**/
/* grid */
/**/
.grid-cont {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 40px !important;
}

.grid-cont--xl {
  max-width: 1360px;
}

.grid-cont--small {
  max-width: 1180px;
}

.grid-cont--wide {
  max-width: 100%;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

.grid-row--aic {
  align-items: center;
  -ms-flex-align: center;
}

.grid-row--aib {
  align-items: flex-end;
  -ms-flex-align: end;
}

.grid-row--jcc {
  justify-content: center;
  -ms-flex-pack: center;
}

.grid-row--jce {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.grid-row--jca {
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.grid-row--jcb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.grid-row--nog {
  margin-right: 0;
  margin-left: 0;
}

.grid-row--smg {
  margin-right: -8px;
  margin-left: -8px;
}

.grid-row--xsg {
  margin-right: -6px;
  margin-left: -6px;
}

.grid-row--nog > .grid-col {
  padding-right: 0;
  padding-left: 0;
}

.grid-row--smg > .grid-col {
  padding-right: 8px;
  padding-left: 8px;
}

.grid-row--xsg > .grid-col {
  padding-right: 6px;
  padding-left: 6px;
}

.grid-col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.grid-col--1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  -ms-flex: 0 0 8.333333%;
}

.grid-col--2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  -ms-flex: 0 0 16.666667%;
}

.grid-col--3 {
  flex: 0 0 25%;
  max-width: 25%;
  -ms-flex: 0 0 25%;
}

.grid-col--4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  -ms-flex: 0 0 33.333333%;
}

.grid-col--5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  -ms-flex: 0 0 41.666667%;
}

.grid-col--6 {
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
}

.grid-col--7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  -ms-flex: 0 0 58.333333%;
}

.grid-col--8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  -ms-flex: 0 0 66.666667%;
}

.grid-col--9 {
  flex: 0 0 75%;
  max-width: 75%;
  -ms-flex: 0 0 75%;
}

.grid-col--10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  -ms-flex: 0 0 83.333333%;
}

.grid-col--11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  -ms-flex: 0 0 91.666667%;
}

.grid-col--12 {
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
}

.grid-col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  -ms-flex: 0 0 auto;
}

.grid-col--order-0 {
  order: -1;
}

@media screen and (max-width: 1283.98px) {
  .grid-cont {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .grid-col--lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .grid-col--lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .grid-col--order-lg-1 {
    order: 1;
  }
}

@media screen and (max-width: 991.98px) {
  .grid-row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .grid-col {
    padding-right: 12px;
    padding-left: 12px;
  }
  .grid-row--nog {
    margin-right: 0;
    margin-left: 0;
  }
  .grid-row--smg {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid-row--xsg {
    margin-right: -6px;
    margin-left: -6px;
  }
  .grid-col--md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .grid-col--md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--order-md-0 {
    order: -1;
  }
  .grid-col--order-md-1 {
    order: 1;
  }
}

@media screen and (max-width: 767.98px) {
  .grid-cont {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .grid-col--sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .grid-col--sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .grid-col--sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .grid-col--sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .grid-col--sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-col--sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .grid-col--sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .grid-col--sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--order-sm-0 {
    order: -1;
  }
  .grid-col--order-sm-1 {
    order: 1;
  }
}

@media screen and (max-width: 575.98px) {
  .grid-col--xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--xs-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--order-xs-0 {
    order: -1;
  }
  .grid-col--order-xs-1 {
    order: 1;
  }
}

/**/
/* display */
/**/
.removed {
  display: none !important;
}

.blocked {
  display: block;
}

.iblocked {
  display: inline-block;
}

.inlined {
  display: inline;
}

.grid {
  display: grid !important;
}

@media screen and (max-width: 1283.98px) {
  .removed-lg {
    display: none;
  }
  .blocked-lg {
    display: block;
  }
  .iblocked-lg {
    display: inline-block;
  }
  .inlined-lg {
    display: inline;
  }
}

@media screen and (max-width: 991.98px) {
  .removed-md {
    display: none !important;
  }
  .blocked-md {
    display: block !important;
  }
  .iblocked-md {
    display: inline-block !important;
  }
  .inlined-md {
    display: inline !important;
  }
}

@media screen and (max-width: 767.98px) {
  .removed-sm {
    display: none !important;
  }
  .blocked-sm {
    display: block !important;
  }
  .iblocked-sm {
    display: inline-block !important;
  }
  .inlined-sm {
    display: inline !important;
  }
}

@media screen and (max-width: 575.98px) {
  .removed-xs {
    display: none !important;
  }
  .blocked-xs {
    display: block !important;
  }
  .iblocked-xs {
    display: inline-block !important;
  }
  .inlined-xs {
    display: inline !important;
  }
}

/***Search ****/
.search {
  position: relative;
}

.search:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.egnyte.com/sites/default/files/2021-02/Background.png");
  max-height: none;
  background-repeat: no-repeat;
}

.search #skilljar-content {
  background: #E5E5E5;
}

.search .filter-option-type {
  background: transparent;
  border: 1px solid #E2E5EB;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 6px;
  display: flex;
  align-items: center;
  margin: 0 4px;
}

.search .filter-option-type:hover {
  border: 1px solid #E2E5EB;
}

.search .filter-option-type .filter-name {
  color: #fff !important;
}

.search .filter-option-type .filter-counter {
  color: #fff !important;
}

.search .filter-counter {
  font-size: 10px !important;
}

.search #show-all-courses {
  padding: 0 13px;
  border-radius: 0;
  width: 100px;
  margin: 0;
}

.search #show-all-courses:hover {
  margin: 0;
  border: 2px solid transparent;
}

.search .coursebox-container {
  border-radius: 0 !important;
  max-width: 1280px;
  margin-bottom: 1.5rem !important;
  overflow: hidden !important;
  padding: 0;
  height: 100vh;
  max-height: 200px;
}

.search .coursebox-image {
  width: 300px !important;
  height: 100% !important;
  max-height: 300px !important;
  position: relative;
}

.search .coursebox-image img {
  width: 100% !important;
  border-radius: 0 !important;
  object-fit: cover;
  max-height: 300px !important;
}

.search .callout {
  display: none;
}

.search .coursebox-text {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 10px !important;
  display: block !important;
}

.search .coursebox-image-inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search .show-all-courses-wrapper {
  margin-top: 0 !important;
}

.search .sj-course-ribbon-wrapper {
  z-index: 3;
}

.search #site_breadcrumb {
  display: none;
}

.search #catalog-content {
  margin-top: 6rem !important;
  padding: 0 24px;
}

.search #catalog-search-info {
  z-index: 3;
  position: fixed;
  margin-top: 0;
  margin-bottom: 3rem;
  background: #35364E !important;
  top: 76px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.search #catalog-search-info .link-color {
  color: #35364e;
}

.search #catalog-search-info .vertical-center-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.search #catalog-search-info .catalog-search-info-header-results {
  display: none !important;
}

.search-location-header_right #skilljar-content {
  padding-top: 76px;
}

.inline-collapsible-section {
  display: none !important;
}

.toggle-fullscreen {
  display: none !important;
}

.active_class {
  display: none !important;
}

.completed-quiz .button {
  margin: auto;
}

.create_quiz .button {
  margin: auto;
}

.dp-promo-image-wrapper {
  padding-top: .5rem;
}

.catalog-filters .catalog-center-width {
  margin-top: -2rem;
}

.catalog-center-width .catalog-header {
  padding-bottom: 1rem !important;
}

.fa-bars {
  display: none !important;
}

.fa-search {
  display: none !important;
}

.fa-times {
  display: none !important;
}

#catalog-search-box .fa-search {
  display: block !important;
}

.slick-slide a {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.search_container {
  position: relative;
  margin: 0 16px;
}

.search__input {
  position: absolute;
  top: 50%;
  right: 0;
  width: 320px !important;
  margin-top: -20px !important;
  padding: 9px 32px 9px 0 !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid rgba(53, 54, 78, 0.2) !important;
  pointer-events: none;
  opacity: 0;
  color: #35364e !important;
  transition-duration: 0.25s;
  transition-property: width, opacity;
  box-shadow: none !important;
}

.search__input::placeholder {
  color: rgba(53, 54, 78, 0.5);
  transition-duration: 0.125s;
  transition-property: color;
}

.search__input--visible {
  width: 420px !important;
  pointer-events: auto;
  opacity: 1;
  outline: none;
}

.search__loop {
  position: relative;
  display: block;
  transition-duration: 0.125s;
  transition-property: color, opacity;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.search__loop svg {
  display: inline-block;
  vertical-align: top;
  stroke-width: 1.25px;
  color: #35364e;
}

.search__loop:hover {
  color: #35364e;
  background-color: transparent;
}

.search__loop--hidden {
  pointer-events: none;
  opacity: 0;
}

.search__close {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: color, opacity;
  background-color: transparent;
  border: 0;
  color: #35374D;
  padding-right: 0;
}

.search__close svg {
  display: inline-block;
  vertical-align: top;
  stroke-width: 1.25px;
}

.search__close:hover {
  color: #007bbd;
  background-color: transparent;
}

.search__close--visible {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .search #catalog-search-info {
    top: 86px;
  }
}

@media only screen and (max-width: 767px) {
  .search .coursebox-container {
    max-block-size: fit-content;
    height: fit-content;
  }
  .search .coursebox-image {
    width: auto !important;
    max-height: fit-content !important;
    margin-bottom: 1rem !important;
    float: none !important;
    margin: 0 auto !important;
  }
  .search .lesson .coursebox-image {
    padding: 100px 0 !important;
  }
  .search .coursebox-text-description {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 620px) {
  .search__input--visible {
    width: 218px !important;
  }
}

@media (max-width: 511px) {
  .search #catalog-search-info .vertical-center-element {
    display: inline-block;
  }
  .search #catalog-content {
    margin-top: 10rem !important;
  }
}

@media screen and (max-width: 390px) {
  .search__input--visible {
    width: 158px !important;
  }
}

/**/
/* margins */
/**/
.mt-25 {
  margin-top: 4px;
}

.mt-50 {
  margin-top: 8px;
}

.mt-75 {
  margin-top: 12px;
}

.mt-100 {
  margin-top: 16px;
}

.mt-125 {
  margin-top: 20px;
}

.mt-150 {
  margin-top: 24px;
}

.mt-200 {
  margin-top: 32px;
}

.mt-250 {
  margin-top: 40px;
}

.mt-300 {
  margin-top: 48px;
}

.mt-400 {
  margin-top: 64px;
}

.mt-500 {
  margin-top: 80px;
}

.mt-1000 {
  margin-top: 160px;
}

@media screen and (max-width: 767.98px) {
  .mt-25 {
    margin-top: 3px;
  }
  .mt-50 {
    margin-top: 6px;
  }
  .mt-75 {
    margin-top: 9px;
  }
  .mt-100 {
    margin-top: 12px;
  }
  .mt-125 {
    margin-top: 15px;
  }
  .mt-150 {
    margin-top: 18px;
  }
  .mt-200 {
    margin-top: 24px;
  }
  .mt-250 {
    margin-top: 30px;
  }
  .mt-300 {
    margin-top: 36px;
  }
  .mt-400 {
    margin-top: 48px;
  }
  .mt-500 {
    margin-top: 60px;
  }
  .mt-1000 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767.98px) {
  .mt-25 {
    margin-top: 3px;
  }
  .mt-50 {
    margin-top: 6px;
  }
  .mt-75 {
    margin-top: 9px;
  }
  .mt-100 {
    margin-top: 12px;
  }
  .mt-125 {
    margin-top: 15px;
  }
  .mt-150 {
    margin-top: 18px;
  }
  .mt-200 {
    margin-top: 24px;
  }
  .mt-250 {
    margin-top: 30px;
  }
  .mt-300 {
    margin-top: 36px;
  }
  .mt-400 {
    margin-top: 48px;
  }
  .mt-500 {
    margin-top: 60px;
  }
  .mt-1000 {
    margin-top: 80px;
  }
}

/**/
/* typography */
/**/
html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Metric;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: Metric-bold;
}

h1, .h1 {
  font-size: 44px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  color: #004064;
}

h2, .h2 {
  font-size: 35px !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #004064;
}

h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #004064;
}

.h3--small {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 600;
  color: #004064;
}

h5, .h5 {
  font-size: 18px;
  font-weight: 600;
  color: #007BBD;
}

h6, .h6 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #007BBD;
}

.h6--small {
  font-size: 10px;
}

.overline {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C3C5D7;
}

h2.h2.mt-300 {
  margin-bottom: 0px !important;
}

p, .p {
  font-size: 20px !important;
  line-height: 1.375 !important;
}

.p--xlarge {
  font-size: 24px;
}

.p--large {
  font-size: 22px;
}

.p--medium {
  font-size: 18px;
}

.p--small {
  font-size: 16px;
}

.p--xsmall {
  font-size: 14px;
}

.ul {
  list-style: none;
}

.ul > li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
}

.ul > li::before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  color: #36BDB5;
}

.ul > li:first-child {
  margin-top: 0;
}

.text-link {
  color: #0BC5BA;
}

.hr {
  border-top: 1px solid #E4E7EE;
}

.fw--400 {
  font-weight: 400;
}

.fw--500 {
  font-weight: 500;
}

.fw--600 {
  font-weight: 600;
}

.fw--700 {
  font-weight: 700;
}

.ta--center {
  text-align: center;
}

.ta--right {
  text-align: right;
}

.tc--dark {
  color: #35364E;
}

.tc--primary {
  color: #32BDB5;
}

.tc--heading {
  color: #004064;
}

.tc--tertiary {
  color: #007BBD;
}

@media screen and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  p, .p {
    font-size: 16px;
  }
  .p--large {
    font-size: 18px;
  }
  .p--medium {
    font-size: 16px;
  }
  .p--small {
    font-size: 15px;
  }
  .p--xsmall {
    font-size: 14px;
  }
}

h1,
.h1 {
  font-size: 44px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  color: #004064;
}

h2,
.h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #004064;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #004064;
}

.h3--small {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
  color: #004064;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
  color: #007BBD;
}

h6,
.h6 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #007BBD;
}

.h6--small {
  font-size: 10px;
}

.overline {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C3C5D7;
}

p,
.p {
  font-size: 20px !important;
  line-height: 1.375 !important;
}

.p--xlarge {
  font-size: 24px;
}

.p--large {
  font-size: 22px;
}

.p--medium {
  font-size: 18px;
}

.p--small {
  font-size: 16px;
}

.p--xsmall {
  font-size: 14px;
}

.ul {
  list-style: none;
}

.ul > li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
}

.ul > li::before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  color: #36BDB5;
}

.ul > li:first-child {
  margin-top: 0;
}

.text-link {
  color: #0BC5BA;
}

.hr {
  border-top: 1px solid #E4E7EE;
}

.fw--400 {
  font-weight: 400;
}

.fw--500 {
  font-weight: 500;
}

.fw--600 {
  font-weight: 600;
}

.fw--700 {
  font-weight: 700;
}

.ta--center {
  text-align: center;
}

.ta--right {
  text-align: right;
}

.tc--dark {
  color: #35364E;
}

.tc--primary {
  color: #32BDB5;
}

.tc--heading {
  color: #004064;
}

.tc--tertiary {
  color: #007BBD;
}

@media screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p,
  .p {
    font-size: 16px;
  }
  .p--large {
    font-size: 18px;
  }
  .p--medium {
    font-size: 16px;
  }
  .p--small {
    font-size: 15px;
  }
  .p--xsmall {
    font-size: 14px;
  }
}

/**/
/* EU hero */
/**/
.eu-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 35px;
}

.eu-hero__bg {
  position: absolute;
}

.eu-hero__bg--left {
  top: 60px;
  right: 50%;
  margin-right: 496px;
}

.eu-hero__bg--right {
  bottom: 0;
  left: 50%;
  margin-left: 468px;
}

@media screen and (max-width: 767.98px) {
  .eu-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.eu-hero__dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.eu-hero__dots li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border: 1px solid #A7A8BD;
  border-radius: 50%;
  cursor: pointer;
}

.eu-hero__dots li::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.eu-hero__dots li.slick-active {
  background-color: #A7A8BD;
}

.eu-hero__arrow {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  transition-duration: 0.125s;
  transition-property: color;
}

.eu-hero__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.eu-hero__arrow--prev {
  left: -6px;
  z-index: 1;
}

.eu-hero__arrow--next {
  right: -6px;
}

.eu-hero__arrow:hover {
  color: #36BDB5;
}

.eu-hero__dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.eu-hero__dots li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border: 1px solid #A7A8BD;
  border-radius: 50%;
  cursor: pointer;
}

.eu-hero__dots li::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.eu-hero__dots li.slick-active {
  background-color: #A7A8BD;
}

.eu-hero__arrow {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  transition-duration: 0.125s;
  transition-property: color;
}

.eu-hero__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.eu-hero__arrow--prev {
  left: -6px;
}

.eu-hero__arrow--next {
  right: -6px;
}

.eu-hero__arrow:hover {
  color: #36BDB5;
}

.slider {
  position: relative;
  z-index: 3;
  padding: 0 0px;
  max-width: 800px;
  width: 100%;
}

/*   
.slick-arrow {
position: absolute;
top: 50%;
width: 40px;
height: 50px;
line-height: 50px;
margin-top: -25px;
border: none;
background: transparent;
color: #fff;
font-family: monospace;
font-size: 5rem;
z-index: 300;
outline: none;
} */
.slick-prev {
  left: -50px;
  text-align: left;
}

.slick-next {
  right: -50px;
  text-align: right;
}

.item.slick-slide {
  width: 400px;
  height: 243px !important;
  transition: transform .4s;
  position: relative;
}

.slick-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7) translate(670px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7) translate(670px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}

.eu-hero button,
.eu-hero button:hover {
  background: transparent;
  color: #B7B9BB;
  outline: 0;
}

.sj-page-catalog #catalog-content .coursebox-container,
.sj-page-catalog #catalog-courses .coursebox-container,
.sj-page-detail #catalog-content .coursebox-container,
.sj-page-detail #catalog-courses .coursebox-container {
  border-radius: 10px;
  border: none;
  padding: 0 0 64px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image {
  margin: 0;
  height: 171px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image img,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image img {
  border-radius: 10px 10px 0 0;
}

.sj-page-catalog a.coursebox-container .coursebox-text,
.sj-page-catalog a.coursebox-container .storefront-price,
.sj-page-detail a.coursebox-container .coursebox-text,
.sj-page-detail a.coursebox-container .storefront-price {
  display: none;
}

.sj-page-catalog a.coursebox-container .course-time,
.sj-page-detail a.coursebox-container .course-time {
  color: #004064;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.course .coursebox-text-description,
.sj-page-detail a.coursebox-container.course .coursebox-text-description {
  display: block;
  color: #5E636B;
  font-weight: 400;
  padding: 0px 15px;
}

.sj-page-catalog a.coursebox-container.sj-course-series .course-series-count,
.sj-page-detail a.coursebox-container.sj-course-series .course-series-count {
  color: #004064;
  background: #E5F4FF;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.sj-catalog-page .catalog-page-callout,
.sj-page-detail a.coursebox-container.sj-catalog-page .catalog-page-callout {
  text-transform: capitalize;
}

/**/
/* callout */
/**/
.callout {
  position: relative;
  overflow: hidden;
  margin: 33px auto 0;
  text-align: center;
  color: #B6C0D4;
  background: linear-gradient(248.84deg, #00214A 32.56%, #0A2342 143.45%);
  max-width: 100%;
}

.callout__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -199px 0 0 -675px;
  max-width: unset;
}

.callout__cont {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.callout__cont .grid-col {
  max-width: 300px;
}

.callout__cont--small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.callout__title {
  font-weight: 600;
  color: #FFF;
}

.callout__subtitle {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.callout__button {
  margin-right: 8px;
  margin-left: 8px;
}

.callout__request {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #0BC5BA;
  transition-duration: 0.125s;
  transition-property: color;
}

.callout__request:hover {
  color: #1FB7AB;
}

@media screen and (max-width: 1340px) {
  .callout {
    border-radius: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .callout {
    margin-top: 60px;
  }
  .callout__cont {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .callout__cont--small {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 575.98px) {
  .callout__cont {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.coursebox-callout {
  color: #1694d1 !important;
}

.back-to-catalog {
  display: none !important;
}

.back_to_series .home {
  display: none;
}

.back_to_series .back-to-base__text {
  color: #5e646a;
  font-size: 12px;
  font-weight: normal;
}

.back_to_series .back-to-base__text:hover {
  color: #59c2ba;
}

.partners-callout {
  position: relative;
  padding: 52px 0;
  background-color: #ECF6FC;
  text-align: center;
}

.callout::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 509px;
  height: 430px;
  background: url(https://dev.qa-egnyte.com/sites/default/files/2023-01/Hex%20Pattern-right.svg);
}

.callout::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 509px;
  height: 430px;
  background: url(https://dev.qa-egnyte.com/sites/default/files/2023-01/Hex%20Pattern-right.svg);
}

.callout::after {
  right: -40px;
}

.callout::before {
  left: -40px;
}

.callout .grid-cont .grid-row .grid-col .button:focus {
  background-color: #1fb7ab;
}

@media screen and (max-width: 1283.98px) {
  .callout::after {
    right: auto;
    left: 50%;
    margin-left: 280px;
  }
  .callout::before {
    right: 50%;
    left: auto;
    margin-right: 280px;
  }
}

/**/
/* buttons */
/**/
.button {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #36BDB5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
}

.button:hover {
  background: #1FB7AB;
  color: #FFF;
  border-color: #1FB7AB;
}

.button--small {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 20px;
}

.button--xsmall {
  font-size: 15px;
  padding: 6px 16px;
}

.button--large {
  padding: 16px 48px;
}

.button--secondary {
  background: #004064;
}

.button--secondary:hover {
  border-color: #007BBD;
  background-color: #007BBD;
}

.button--outlined {
  border-color: #36BDB5;
  background: none;
  color: #36BDB5;
}

.button--outlined:hover {
  border-color: #1FB7AB;
}

#purchase-button-wrapper-large .signin {
  display: none !important;
}

.whats-new__item {
  position: relative;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.whats-new__item:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.whats-new__subheading {
  font-weight: 500;
  color: #35364e;
  font-size: 16px !important;
  margin-bottom: 40px;
}

.more-link {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  text-decoration: none;
  color: #0bc5ba;
  transition-duration: 0.125s;
  transition-property: color;
}

.more-link svg {
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  margin: 0 -0.25em 0 0.125em;
}

.more-link:hover {
  color: #0bc5ba;
  text-decoration: none;
}

a.mt-200.button {
  padding: 12px 50px;
  font-size: 20px;
}

.sj-page-catalog-root #main-container #skilljar-content .top-row #catalog-content #catalog-courses {
  justify-content: center;
}

#cp-content {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

#cp-content .large-centered {
  width: 100%;
}

.storefront .top-row {
  padding-bottom: 0;
}

#skilljar-content {
  overflow: hidden;
  padding-top: 59px;
  background-image: linear-gradient(180deg, #f3f8fb, #fff) !important;
  position: relative;
  margin-bottom: auto;
  min-height: initial;
}

#skilljar-content .tabs .content {
  display: block !important;
  border: none !important;
}

#skilljar-content .tabs .content hr {
  display: none;
}

#skilljar-content .tabs #curriculum-list .title {
  display: block !important;
}

#skilljar-content .tabs .title {
  display: none;
}

#skilljar-content .content h2 {
  padding-bottom: 1rem;
}

#skilljar-content:after {
  content: none;
}

.sj-page-curriculum #skilljar-content {
  padding-top: 0;
}

[data-tags*="scorm"] #scaled_embedded_content {
  height: 1500px !important;
}

#scaled_embedded_content {
  max-height: 1580px !important;
}

@media screen and (max-width: 767.98px) {
  #skilljar-content {
    padding-top: 30px;
  }
}

/***/
#cp-content {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

#cp-content .large-centered {
  width: 100%;
}

#skilljar-content {
  overflow: hidden;
  padding-top: 59px;
  background-image: linear-gradient(180deg, #f3f8fb, #fff) !important;
  position: relative;
  margin-bottom: auto;
}

@media screen and (max-width: 767.98px) {
  #skilljar-content {
    padding-top: 30px;
  }
}

#skilljar-content .tabs .content {
  display: block !important;
}

#skilljar-content .content h2 {
  padding-bottom: 1rem;
}

#skilljar-content .tabs .content {
  border: none !important;
}

#skilljar-content .tabs .content hr {
  display: none;
}

#skilljar-content .tabs #curriculum-list .title {
  display: block !important;
}

#skilljar-content .tabs .title {
  display: none;
}

.sj-page-curriculum #skilljar-content {
  padding-top: 0;
}

[data-tags*="scorm"] #scaled_embedded_content {
  height: 1500px !important;
}

#scaled_embedded_content {
  max-height: 1580px !important;
}

.home #catalog-content {
  max-width: 1229px;
  margin: 0 auto;
  padding: 0 40px !important;
}

.sj-page-catalog #main-container .cbp-spmenu-vertical {
  top: 105px;
}

@media screen and (max-width: 767px) {
  .sj-page-catalog #main-container .cbp-spmenu-vertical {
    top: 74px;
  }
}

.cp-summary-wrapper {
  text-align: left;
}

.sj-page-catalog-root #main-container #skilljar-content .top-row #catalog-content #catalog-courses {
  justify-content: center;
}

.sj-page-catalog #catalog-content .coursebox-container,
.sj-page-catalog #catalog-courses .coursebox-container,
.sj-page-detail #catalog-content .coursebox-container,
.sj-page-detail #catalog-courses .coursebox-container {
  border-radius: 10px;
  padding: 0 0 64px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image {
  margin: 0;
  height: 171px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image img,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image img {
  border-radius: 10px 10px 0 0;
}

.sj-page-catalog a.coursebox-container .coursebox-text,
.sj-page-catalog a.coursebox-container .storefront-price,
.sj-page-detail a.coursebox-container .coursebox-text,
.sj-page-detail a.coursebox-container .storefront-price {
  display: none;
}

.sj-page-catalog a.coursebox-container .course-time,
.sj-page-detail a.coursebox-container .course-time {
  color: #004064;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.course .coursebox-text-description,
.sj-page-detail a.coursebox-container.course .coursebox-text-description {
  display: block;
  color: #35364E;
  font-weight: 400;
  padding: 0px 15px;
  font-size: 18px !important;
}

.sj-page-catalog a.coursebox-container.sj-course-series .course-series-count,
.sj-page-detail a.coursebox-container.sj-course-series .course-series-count {
  color: #004064;
  background: #E5F4FF;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.sj-catalog-page .catalog-page-callout,
.sj-page-detail a.coursebox-container.sj-catalog-page .catalog-page-callout {
  text-transform: capitalize;
}

.sj-page-detail .dp-vilt-events h4 {
  margin-bottom: 2rem;
}

.sj-page-catalog .coursebox-container.sj-course-series:before,
.sj-page-catalog .coursebox-container.sj-course-series:after {
  content: initial;
}

.sj-page-catalog #catalog-content .coursebox-container,
.sj-page-catalog #catalog-courses .coursebox-container,
.sj-page-detail #catalog-content .coursebox-container,
.sj-page-detail #catalog-courses .coursebox-container {
  border: 1px solid #E6E6E6;
}

.sj-page-catalog.internal-egnyte .coursebox-container {
  margin-bottom: 20px;
}

.internal-egnyte .coursebox-image {
  padding-right: 0 !important;
}

.more-link.whats-new__more-link {
  font-size: 20px !important;
  margin-left: -10px;
}

@media screen and (max-width: 767.98px) {
  .cp-summary-row-v2 .dp-row-flex-v2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
  .cp-summary-row-v2 .cp-summary-wrapper {
    order: 1;
  }
}

/**/
.sj-page-catalog #catalog-content .coursebox-container,
.sj-page-catalog #catalog-courses .coursebox-container,
.sj-page-detail #catalog-content .coursebox-container,
.sj-page-detail #catalog-courses .coursebox-container {
  border-radius: 10px;
  border: none;
  padding: 0 0 64px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image {
  margin: 0;
  height: 171px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image img,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image img {
  border-radius: 10px 10px 0 0;
}

.sj-page-catalog a.coursebox-container .coursebox-text,
.sj-page-catalog a.coursebox-container .storefront-price,
.sj-page-detail a.coursebox-container .coursebox-text,
.sj-page-detail a.coursebox-container .storefront-price {
  display: none;
}

.sj-page-catalog a.coursebox-container .course-time,
.sj-page-detail a.coursebox-container .course-time {
  color: #004064;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.course .coursebox-text-description,
.sj-page-detail a.coursebox-container.course .coursebox-text-description {
  display: block;
  color: #5E636B;
  font-weight: 400;
  padding: 0px 15px;
}

.sj-page-catalog a.coursebox-container.sj-course-series .course-series-count,
.sj-page-detail a.coursebox-container.sj-course-series .course-series-count {
  color: #004064;
  background: #E5F4FF;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.sj-catalog-page .catalog-page-callout,
.sj-page-detail a.coursebox-container.sj-catalog-page .catalog-page-callout {
  text-transform: capitalize;
}

.sj-page-catalog-root #main-container #skilljar-content .top-row #catalog-content #catalog-courses {
  justify-content: center;
}

.sj-page-catalog.internal-egnyte #catalog-courses {
  margin: auto;
  justify-content: center;
  align-content: center;
  max-width: 1280px;
}

.sj-page-catalog.internal-egnyte .catalog-header {
  max-width: 1280px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.sj-page-catalog-root.internal-egnyte .catalog-header {
  margin: 50px auto !important;
}

/******/
.sj-page-catalog #main-container .cbp-spmenu-vertical {
  top: 105px;
}

@media screen and (max-width: 767px) {
  .sj-page-catalog #main-container .cbp-spmenu-vertical {
    top: 74px;
  }
}

.cp-summary-wrapper {
  text-align: left;
}

.sj-page-catalog-root #main-container #skilljar-content .top-row #catalog-content #catalog-courses {
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .sj-page-catalog-root .eu-hero .grid-col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

sj-page-catalog #catalog-content .coursebox-container,
.sj-page-catalog #catalog-courses .coursebox-container,
.sj-page-detail #catalog-content .coursebox-container,
.sj-page-detail #catalog-courses .coursebox-container {
  border-radius: 10px;
  padding: 0 0 64px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image {
  margin: 0;
  height: 171px;
}

.sj-page-catalog #catalog-content .coursebox-container .coursebox-image img,
.sj-page-catalog #catalog-courses .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-content .coursebox-container .coursebox-image img,
.sj-page-detail #catalog-courses .coursebox-container .coursebox-image img {
  border-radius: 10px 10px 0 0;
}

.sj-page-catalog a.coursebox-container .coursebox-text,
.sj-page-catalog a.coursebox-container .storefront-price,
.sj-page-detail a.coursebox-container .coursebox-text,
.sj-page-detail a.coursebox-container .storefront-price {
  display: none;
}

.sj-page-catalog a.coursebox-container .course-time,
.sj-page-detail a.coursebox-container .course-time {
  color: #004064;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.course .coursebox-text-description,
.sj-page-detail a.coursebox-container.course .coursebox-text-description {
  display: block;
  color: #5E636B;
  font-weight: 400;
  padding: 0px 15px;
}

.sj-page-catalog a.coursebox-container.sj-course-series .course-series-count,
.sj-page-detail a.coursebox-container.sj-course-series .course-series-count {
  color: #004064;
  background: #E5F4FF;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.sj-page-catalog a.coursebox-container.sj-catalog-page .catalog-page-callout,
.sj-page-detail a.coursebox-container.sj-catalog-page .catalog-page-callout {
  text-transform: capitalize;
}

.sj-page-detail .dp-vilt-events h4 {
  margin-bottom: 2rem;
}

.sj-page-catalog .coursebox-container.sj-course-series:before,
.sj-page-catalog .coursebox-container.sj-course-series:after {
  content: initial;
}

.sj-page-catalog #catalog-content .coursebox-container,
.sj-page-catalog #catalog-courses .coursebox-container,
.sj-page-detail #catalog-content .coursebox-container,
.sj-page-detail #catalog-courses .coursebox-container {
  border: 1px solid #ccc;
}

.internal-egnyte .coursebox-image {
  padding-right: 0 !important;
}

.sj-page-detail.sj-page-detail-course .dp-summary-wrapper h1,
.sj-page-detail.sj-page-detail-course .dp-summary-wrapper .sj-course-info-wrapper h2, .sj-page-detail.sj-page-detail-bundle.sj-page-detail-path .dp-summary-wrapper h1,
.sj-page-detail.sj-page-detail-bundle.sj-page-detail-path .dp-summary-wrapper .sj-course-info-wrapper h2 {
  display: none;
}

.sj-page-detail.sj-page-detail-course .dp-row-flex-v2, .sj-page-detail.sj-page-detail-bundle.sj-page-detail-path .dp-row-flex-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sj-page-detail.sj-page-detail-course #header .header-left .back-to-catalog, .sj-page-detail.sj-page-detail-bundle.sj-page-detail-path #header .header-left .back-to-catalog {
  margin: 0;
  color: #fff;
}

.sj-page-detail.sj-page-detail-course #header .header-left .back-to-catalog.hide, .sj-page-detail.sj-page-detail-bundle.sj-page-detail-path #header .header-left .back-to-catalog.hide {
  display: block;
}

[class*="-summary-wrapper"] a {
  width: 100vw;
  float: right;
  max-width: 166px;
}

.sj-page-detail #skilljar-content #dp-details .columns {
  width: 100% !important;
}

.sj-page-detail .dp-curriculum .section {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.sj-page-detail h3 .sj-course-time,
.sj-page-curriculum .content h2 .sj-course-time {
  display: none !important;
}

.sj-page-detail.sj-page-detail-course .dp-row-flex-v2,
.sj-page-detail.sj-page-detail-bundle.sj-page-detail-path .dp-row-flex-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.sj-page-detail.sj-page-detail-course #header .header-left .back-to-catalog,
.sj-page-detail.sj-page-detail-bundle.sj-page-detail-path
#header
.header-left
.back-to-catalog {
  margin: 0;
  color: #fff;
}

.sj-page-detail.sj-page-detail-course
#header
.header-left
.back-to-catalog.hide,
.sj-page-detail.sj-page-detail-bundle.sj-page-detail-path
#header
.header-left
.back-to-catalog.hide {
  display: block;
}

.sj-page-lesson #header .header-left .back-to-catalog {
  margin: 0;
  color: #fff;
}

.sj-page-lesson #lesson-main-inner .lesson-top #site_breadcrumb {
  display: flex;
  padding-top: 0;
}

.sj-page-lesson #lesson-main-inner .lesson-top #site_breadcrumb .container {
  padding-left: 0;
  padding-bottom: 1rem;
}

.sj-page-profile .sj-text-my-profile {
  text-align: left;
  margin: 20px 0;
}

.sj-page-profile .sj-userinfo-data .sj-forms .input-label {
  text-align: left;
}

.sj-page-profile .sj-text-done {
  display: inline-block;
}

.cancel-registration {
  font-size: 14px;
}

.dp-promo-image {
  max-width: 250px;
}

.dp-promo-image img {
  width: 250px;
}

@media only screen and (max-width: 575.98px) {
  .dp-promo-image {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .sj-page-detail.sj-page-detail-course .dp-row-flex-v2,
  .sj-page-detail.sj-page-detail-bundle.sj-page-detail-path .dp-row-flex-v2 {
    display: block;
  }
}

#dp-details {
  padding-top: 40px;
}

#dp-details,
#dp-details-bundle {
  padding: initial;
}

#dp-details-bundle .padding-side {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  #dp-details .column.large-centered,
  #dp-details .columns.large-centered {
    margin-left: 0;
    margin-right: 0;
  }
}

#dp-details .padding-side,
#dp-details .padded-side-bottom {
  padding-left: initial;
  padding-right: initial;
}

.sj-page-detail.internal-egnyte .coursebox-text-description {
  padding: 0 !important;
  margin: 0 !important;
}

.sj-page-detail.internal-egnyte .coursebox-container {
  display: grid;
  width: 219px !important;
  padding: 0 !important;
  margin-bottom: 50px;
}

.sj-page-detail.internal-egnyte #catalog-courses {
  max-width: 1280px;
  margin: auto;
}

.sj-page-detail.internal-egnyte #course-overview {
  margin: 0;
}

.sj-page-detail.internal-egnyte .coursebox-text-description {
  padding: 0 10px !important;
  margin-top: 15px !important;
}

.sj-page-detail.internal-egnyte .expandable-view a.coursebox-container:not(:last-of-type)::after {
  content: none;
}

#lesson-body .title {
  font-size: 20px;
  margin-bottom: 9px;
}

.sj-page-lesson .disabled {
  display: none;
}

.lesson-page .register-button {
  font-size: 1rem;
}

.search .new-upcoming {
  display: none;
}

.top-row-grey .large-centered {
  width: 100%;
  padding: 2rem 0rem;
}

.top-row-grey,
.lesson-page #lp-wrapper {
  position: relative;
  background: transparent;
  border-bottom: 0;
}

.sj-page-catalog-root #skilljar-content::before {
  content: none !important;
}

#skilljar-content::before,
.lesson-page #lp-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.egnyte.com/sites/default/files/2021-02/Background.png");
  background-repeat: no-repeat;
  max-height: none;
}

.lesson-page #lp-wrapper::before {
  top: -10rem;
  max-height: none;
  background-repeat: no-repeat;
}

.sj-page-catalog #site_breadcrumb {
  margin-bottom: 3rem;
  margin-left: 1rem;
}

.sj-page-catalog .back_to_series {
  display: none;
}

@media only screen and (max-width: 767px) {
  .top-row-grey .cp-promo-image {
    margin: 1rem auto;
  }
}

@media only screen and (min-width: 768px) {
  .top-row,
  .top-row-grey {
    padding-top: 32px;
    padding-bottom: 0px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .internal-egnyte .sj-page-detail-course .dp-row-flex-v2 {
    display: block !important;
  }
  .internal-egnyte
.sj-page-detail-course
.dp-row-flex-v2
[class*="column"]
+ [class*="column"]:last-child {
    float: none !important;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.sj-page-lesson #header .header-left .back-to-catalog {
  margin: 0;
  color: #FFF;
}

.lesson-row .title {
  color: #333333;
  font-size: 12px;
}

.lesson-page {
  background-image: linear-gradient(180deg, #F3F8FB, #fff) !important;
}

.lesson-page #lesson-main {
  margin-bottom: 3rem;
}

.lesson-top,
#lesson-main-content,
#details-pane {
  max-width: 711px !important;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .lesson-top,
  #lesson-main-content,
  #details-pane {
    max-width: 1024px !important;
    margin: auto;
  }
}

#details-pane {
  float: none;
  padding-top: 4rem;
}

.sj-page-lesson #details-pane {
  float: none;
  padding-top: 4rem;
  display: flex;
}

@media screen and (min-width: 1200px) {
  #details-pane {
    padding: 0 !important;
  }
}

.sj-page-lesson #site_breadcrumb button {
  display: block;
  margin-bottom: 0;
  margin-right: 1rem;
  float: left;
}

@media screen and (min-width: 1200px) {
  .sj-page-lesson #site_breadcrumb .container {
    margin-left: 0;
  }
}

.sj-page-lesson .lesson-top h2 {
  font-size: 35px !important;
  font-weight: 300 !important;
}

.sj-page-lesson #lp-wrapper #lp-left-nav .course-title {
  color: #333333 !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  padding-top: 20px !important;
}

@media screen and (min-width: 767px) {
  #lp-wrapper {
    padding-top: 30px;
  }
  .lesson-page #lp-wrapper {
    padding-top: 0px;
  }
}

.internal-egnyte .lesson-page #lp-content {
  margin-top: 29px;
}

.internal-egnyte #lesson-main-content {
  max-width: 1024px !important;
}

.internal-egnyte #scaled_embedded_content {
  max-height: 828px !important;
}

.internal-egnyte #site_breadcrumb .container {
  margin: auto !important;
}

.internal-egnyte .coursebox-image  {
  padding-right: 1.5rem;
}

.internal-egnyte .path-curriculum-button-wrapper {
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .internal-egnyte #catalog-content .path-curriculum-button-wrapper {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

.internal-egnyte a.coursebox-container.course.theme-color-border-hover.theme-no-hover {
  box-shadow: none;
}

.internal-egnyte .coursebox-image {
  padding-right: 1rem;
}

.internal-egnyte .course-overview:hover {
  box-shadow: none !important;
}

.internal-egnyte .course-overview__toggle  {
  margin: 0;
  padding: 0px 5px;
}

.internal-egnyte .catalog-header p {
  z-index: 3;
  position: relative;
}

.internal-egnyte .course-overview {
  margin: 0;
}

.internal-egnyte #catalog-content .course-overview {
  border: none;
}

.internal-egnyte #catalog-content .coursebox-text-description {
  max-width: 757px;
}

.internal-egnyte .catalog-header a:hover {
  color: #18669d !important;
}

.sj-page-profile .sj-text-my-profile {
  text-align: left;
  margin: 20px 0;
}

.sj-page-profile .sj-userinfo-data .sj-forms .input-label {
  text-align: left;
}

.sj-page-profile .sj-text-done {
  display: inline-block;
}

.open #lp-left-nav {
  left: 0 !important;
}

.open #lp-left-nav .lesson:hover {
  background: #bbb;
  color: white;
}

.open #lp-left-nav .lesson:active {
  background: #bbb;
  color: white;
}

.open #header {
  padding-left: 300px !important;
}

.open #header-left {
  padding-left: 300px !important;
}

.open .header {
  padding-left: 300px !important;
}

.open #main-container {
  padding-left: 300px !important;
}

@media screen and (max-width: 767px) {
  .open #header {
    padding-left: 200px !important;
  }
  .open #header-left {
    padding-left: 200px !important;
  }
  .open .header {
    padding-left: 200px !important;
  }
  .open #main-container {
    padding-left: 200px !important;
  }
}

.sj-page-profile .sj-text-my-profile {
  text-align: left;
  margin: 20px 0;
}

.sj-page-profile .sj-userinfo-data .sj-forms .input-label {
  text-align: left;
}

.sj-page-profile .sj-text-done {
  display: inline-block;
}

.upcoming-events {
  display: flex;
  flex-direction: column;
  padding: 0 44px 0px 44px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  min-height: 100%;
}

.upcoming-events table {
  border: 0px;
  width: 104%;
  margin-bottom: 0px;
  table-layout: auto;
}

.upcoming-events table tr:nth-of-type(even) {
  background-color: #fff;
}

.upcoming-events table tr {
  border-bottom: 1px solid #59c2ba;
}

.upcoming-events table tr td {
  padding: 20px 0 20px 0;
  font-size: 20px;
  line-height: 26px !important;
  color: #35364e;
  font-weight: 600;
}

.upcoming-events table tr td a:hover {
  color: #1fb7ab;
}

.ft-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1.375;
  font-weight: 600;
  text-decoration: none;
  color: #003f65;
  transition-duration: 0.125s;
  transition-property: color;
  font-size: 20px !important;
  cursor: pointer;
}

.ft-link:hover {
  color: #0bc5ba !important;
}

h2.h2.mt-200 {
  margin-bottom: 0px !important;
}

.new-upcoming img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 429.25px;
}

.upcoming-events table tr:nth-of-type(even) {
  background-color: #fff;
}

.upcoming-events table tr {
  border-bottom: 1px solid #59c2ba;
}

.upcoming-events table tr td {
  padding: 20px 0 20px 0;
  font-size: 16px;
  color: #35364e;
  font-weight: 500;
}

.upcoming-events table tr td a:hover {
  color: #1fb7ab;
}

.upcoming_table {
  display: flex;
}

@media only screen and (min-width: 576px) {
  .upcoming_table .date {
    text-align: right !important;
  }
}

.upcoming_table .date {
  text-align: left;
}

@media screen and (max-width: 575.98px) {
  .upcoming-events table tr td {
    width: 100%;
    padding: 0.5rem 0;
    display: block;
  }
  .upcoming-events table .title {
    padding-bottom: 1rem !important;
  }
  .upcoming-events table .date {
    padding-top: 1rem !important;
  }
  .whats-new__more-link {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (max-width: 992.98px) {
  .new-upcoming .grid-cont {
    max-width: 767px;
  }
  .new-upcoming img {
    height: auto;
    object-fit: contain !important;
  }
  .upcoming-events {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) {
  .upcoming_table .date {
    text-align: right !important;
  }
}

.upcoming_table .date {
  text-align: left;
}

@media screen and (max-width: 575.98px) {
  .upcoming-events table tr td {
    width: 100%;
    padding: 0.5rem 0;
    display: block;
  }
  .upcoming-events table .title {
    padding-bottom: 1rem !important;
  }
  .upcoming-events table .date {
    padding-top: 1rem !important;
  }
}

.whats-new__pic {
  display: flex;
  align-items: center;
  height: 100%;
}

.whats-new__pic img {
  border-radius: 10px;
  margin: 0 auto;
}

.whats-new__more-link .ft-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  background: transparent;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #7D828B;
  content: ">";
  font-weight: lighter;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #7D828B;
  text-transform: capitalize;
}

.breadcrumb .breadcrumb-item:last-child {
  color: #5E636B;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #7D828B;
  content: ">";
  font-weight: lighter;
}

#site_breadcrumb button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none !important;
  display: none;
  outline: 0 !important;
}

#site_breadcrumb span {
  height: 1px !important;
  width: 2rem !important;
  background: #909199 !important;
  display: block;
  position: absolute;
  left: 8px;
  margin-top: -2px;
}

.lesson-page #site_breadcrumb .container {
  margin-left: 1rem;
  padding-left: initial;
}

#site_breadcrumb .container {
  margin-left: 0;
  padding-left: 0;
}

#site_breadcrumb span:nth-child(1) {
  top: 11px;
  transition: display .15;
}

.open #site_breadcrumb span:nth-child(1) {
  display: none;
}

#site_breadcrumb span:nth-child(2) {
  top: 21px;
  transition: top .15s,transform .15s .15s;
}

.open #site_breadcrumb span:nth-child(2) {
  transform: rotate(45deg);
  bottom: 0;
}

#site_breadcrumb span:nth-child(3) {
  top: 31px;
  transition: top .15s,transform .15s .15s;
}

.open #site_breadcrumb span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
}

.sj-page-curriculum #site_breadcrumb,
.sj-page-lesson #site_breadcrumb {
  padding-left: 0;
  margin: 0;
  padding-top: 1.85rem;
  display: block;
  z-index: 3;
  position: relative;
  margin-top: 8px;
}

.lesson-page #site_breadcrumb {
  padding-top: 2.85rem;
  margin-top: 9px;
}

.internal-egnyte .lesson-page #site_breadcrumb {
  padding-top: 1.85rem;
  margin-top: 0;
}

.sj-page-curriculum #site_breadcrumb:focus,
.sj-page-curriculum #site_breadcrumb:hover {
  border-color: #0bc5ba !important;
}

.internal-egnyte #site_breadcrumb .fa-search {
  display: none;
}

.sj-page-curriculum .cp-summary-wrapper {
  text-align: right !important;
}

.sj-page-curriculum #resume-button {
  float: right !important;
}

.sj-page-curriculum .break-word {
  display: none;
}

.sj-page-detail #site_breadcrumb {
  margin-top: 1.85rem;
  z-index: 4;
  position: relative;
}

#site_breadcrumb {
  position: relative;
  z-index: 4;
}

#pane-privacyPolicy p {
  font-size: 14px !important;
}

#ep-footer {
  background-color: #fff;
  /* border-top: 1px solid #d5d5d5; */
  height: 50px;
  padding: 0;
  right: 0;
}

.page-footer {
  color: #4b4f55;
  height: auto;
  margin-top: 50px;
  padding: 20px 0 0;
  overflow-x: hidden;
}

.footer-block .footer-cols {
  flex-grow: 0;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
}

.footer-block .footer-cols h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0bc5ba;
  margin-bottom: 20px;
}

.footer-block .footer-cols li {
  line-height: 2;
}

.footer-block .footer-cols a {
  font-size: 17px;
  font-weight: 400;
  color: #5e636b;
  line-height: 24px;
}

.footer-block .footer-cols a:hover {
  color: #0bc5ba;
  text-decoration: none;
}

.footer-block .footer-cols a:visited {
  font-size: 17px;
  font-weight: 400;
  color: #5e636b;
  line-height: 24px;
}

.footer-block .footer-cols.col-5 {
  flex-basis: calc(17.5% - 16px);
  max-width: 100%;
  margin-left: 32px;
  margin-right: 0;
}

.footer-block .footer-cols.col-4 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
}

.footer-block .footer-cols.col-3 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
}

.footer-block .footer-cols.col-2 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
}

.footer-logo-social p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  clear: both;
  display: block;
  text-indent: initial;
}

.footer-logo-social p:first-child {
  max-width: 157px;
}

.footer-logo-social p:nth-child(2) {
  margin-bottom: 5px;
}

.footer-logo-social ul {
  margin-top: 15px;
}

.footer-logo-social ul li {
  float: left;
  display: inline;
  margin-right: 15px;
  width: 30px;
}

.footer-logo-social ul li:last-child {
  margin-right: 0;
}

.footer-copy {
  background-color: #1f232f;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}

.footer-copy .footer-copy-in {
  max-width: 1360px;
  margin: 0 auto;
}

.footer-copy .copyright-box {
  max-width: 100%;
}

.footer-copy .copyright-box p {
  margin: 0;
  padding: 0;
  line-height: 1.56;
}

.footer-copy .footer-resources {
  width: 70%;
}

.footer-copy .footer-resources ul {
  display: flex;
}

.footer-copy .footer-resources ul li {
  margin-left: 25px;
  line-height: 1.56;
}

.footer-copy .footer-resources li a {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.footer-copy .footer-resources li a:visited {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.footer-copy-in > .egnyte-block {
  display: flex;
}

.mobile-logo-footer {
  display: none;
}

.page-node-type-sem_pages .footer-block .footer-cols.col-1 {
  flex-basis: 270px;
}

.page-node-type-sem_pages .footer-block .footer-cols.col-1 p img {
  width: 155px;
  height: auto;
}

.page-node-type-sem_pages .footer-block .footer-cols.col-1 ul li img {
  width: 30px;
  height: 30px;
}

.social-nav a.social-nav__item {
  margin-right: -4px !important;
}

@media only screen and (max-width: 1179px) {
  .footer-logo-social p:first-child {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-block .footer-cols.col-1 {
    flex-basis: calc(27% - 16px);
  }
  .footer-block .footer-cols.col-2 {
    flex-basis: calc(15% - 16px);
  }
  .footer-block .footer-cols.col-3 {
    flex-basis: calc(21.5% - 16px);
  }
}

@media only screen and (max-width: 960px) {
  .footer-copy-in > .egnyte-block {
    flex-direction: column;
  }
  .copyright-box {
    order: 2;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer-copy .footer-resources {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-resources ul {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 539px) {
  .footer-resources ul {
    display: block !important;
  }
  .footer-block .footer-cols {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
  }
  .footer-block .footer-logo-social.footer-cols {
    margin-bottom: 0 !important;
  }
  .footer-copy .footer-resources ul li {
    width: 100%;
    display: block;
    margin: 5px auto;
    text-align: center;
  }
}

@media only screen and (min-width: 961px) {
  .footer-block ul {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 960px) {
  .footer-block .footer-cols h2 {
    position: relative;
    margin-bottom: 0;
    padding: 11px 0;
    cursor: pointer;
  }
  .footer-block .footer-cols h2::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    background: url("../images/angle-down-solid.png") no-repeat center center;
    background-size: 20px;
    right: 15px;
    opacity: 0.3;
  }
  .footer-block .footer-cols ul {
    margin-bottom: 25px;
  }
  .footer-block .footer-cols h2.click-rotate::after {
    transform: rotate(180deg);
  }
  .footer-block .footer-cols.col-1 {
    position: absolute;
    top: 10px;
    left: 0;
    flex-basis: 50%;
    width: 50%;
  }
  .footer-block .footer-cols.col-5 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block .footer-cols.col-4 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block .footer-cols.col-3 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block .footer-cols.col-2 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block ul {
    display: none;
  }
  .footer-logo-social ul {
    display: block;
  }
  .footer-copy .copyright-box {
    width: 100%;
  }
  nav.footer-cols a,
  nav.footer-cols a:visited {
    padding: 5px 0;
    display: inline-block;
  }
  .page-node-type-sem_pages .footer-block .layout-container {
    max-width: 90%;
    width: 100%;
    margin-bottom: 0;
    display: block !important;
  }
  .page-node-type-sem_pages .footer-cols.col-1 {
    position: relative;
    top: auto;
    left: auto;
    flex-basis: 270px;
    width: 270px;
  }
  .page-node-type-sem_pages .mobile-logo-footer p {
    margin-bottom: 0;
  }
  .page-node-type-sem_pages .mobile-logo-footer p img {
    width: 155px;
    height: auto;
  }
}

@media only screen and (max-width: 539px) {
  .page-footer {
    margin-top: 50px;
    padding: 20px 0 0;
  }
  .footer-block .footer-cols {
    display: flex;
    margin: 5px 0 5px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #4b4f55;
  }
  .footer-block .footer-cols h2::after {
    right: 0;
  }
  .footer-block .footer-cols.col-5 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-block .footer-cols.col-4 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-block .footer-cols.col-3 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-block .footer-cols.col-2 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-logo-social p {
    font-size: 16px;
  }
  .mobile-logo-footer {
    display: block;
  }
  .footer-logo-social p:first-child {
    display: none;
  }
  .mobile-logo-footer .text-formatted {
    max-width: 157px;
    margin: 0;
  }
  .footer-block .footer-cols.col-1 {
    position: relative;
    left: auto;
    top: auto;
    order: 3;
    flex-basis: 100%;
    width: 100%;
    border: 0;
    margin-top: 35px;
  }
}

/**/
/* FOOTER */
/**/
/**/
/* footer */
/**/
.footer {
  margin-top: 80px;
}

.footer__foot {
  padding: 32px 0;
  background-color: #1f232f;
  color: #6e7b95;
}

.footer__grid-cont {
  max-width: 1360px;
}

@media screen and (max-width: 767.98px) {
  .footer {
    margin-top: 60px;
  }
  .footer__foot {
    margin-top: 30px;
    padding: 24px 0;
  }
}

/**/
/* company */
/**/
.company {
  margin: -6px 4px 40px 0;
  color: #5e636b;
}

.company__logo {
  display: inline-block;
  vertical-align: top;
}

.company__phones a {
  color: #5e636b;
  font-family: Metric-medium;
}

.company__phones a:hover, .company__phones a:focus {
  color: #1fb7ab;
  text-decoration: none;
}

.company__phones span {
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 767.98px) {
  .company {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/**/
/* social nav */
/**/
.social-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-nav a:hover path {
  fill: #1FB7AB;
}

.social-nav a.social-nav__item {
  margin-right: 14px;
  color: #b3b7bb;
  transition-duration: 0.125s;
  transition-property: color;
}

.social-nav a.social-nav__item.social-nav__item--twitter:hover {
  color: #1da1f2;
}

.social-nav a.social-nav__item.social-nav__item--linkedin:hover {
  color: #0077b5;
}

.social-nav a.social-nav__item.social-nav__item--facebook:hover {
  color: #3b5998;
}

.social-nav a.social-nav__item.social-nav__item--vimeo:hover {
  color: #29b7ea;
}

.social-nav a.social-nav__item.social-nav__item--youtube:hover {
  color: #DF2935;
}

a[href="https://www.youtube.com/user/egnyte"]:hover path:nth-of-type(2) {
  fill: #fff !important;
}

.social-nav__item svg {
  display: block;
  width: auto;
}

.social-nav__item:last-child {
  margin-right: 0;
}

/**/
/* foot nav */
/**/
.foot-nav {
  margin-bottom: 40px;
  margin-left: 12px;
}

.foot-nav__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0bc5ba;
  font-family: Metric-semibold;
}

.foot-nav__title svg {
  float: right;
  display: none;
}

.foot-nav__item {
  font-size: 16px;
  line-height: 2;
}

.foot-nav__link {
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: color;
}

.foot-nav__link:hover {
  color: #0bc5ba;
  text-decoration: none;
}

a.foot-nav__link {
  color: #5e636b;
}

a.foot-nav__link:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 1283.98px) {
  .foot-nav {
    margin-left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .foot-nav {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .foot-nav__title {
    margin-bottom: 12px;
  }
  .foot-nav__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 575.98px) {
  .foot-nav {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e9eb;
  }
  .foot-nav__title {
    margin: 0;
    transition-duration: 0.125s;
    transition-property: margin;
  }
  .foot-nav__title svg {
    display: block;
  }
  .foot-nav__title.active {
    margin-bottom: 12px;
  }
  .foot-nav__title.active svg {
    transform: scale(1, -1);
    transition-duration: 0.125s;
    transition-property: transform;
  }
  .foot-nav__item {
    height: 0;
    overflow: hidden;
    transition-duration: 0.125s;
    transition-property: height;
  }
  .foot-nav__title.active ~ .foot-nav__item {
    height: 28px;
  }
}

/**/
/* external reviews */
/**/
.external-reviews {
  /*
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: auto auto;
    margin-bottom: 40px;
  */
}

.external-reviews__item {
  margin-bottom: 40px;
}

.external-reviews__logo {
  display: block;
}

.external-reviews__text {
  font-size: 14px;
  margin-bottom: 0px;
}

.external-reviews__star {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url("../images/external-review/star.svg");
}

.external-reviews__star--half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/external-review/starh.svg");
}

.external-reviews__star--half::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #fff;
}

.external-reviews__star--orange {
  background-image: url("../images/external-review/star--orange.svg");
}

.external-reviews__star--orange.external-reviews__star--half::after {
  background-image: url("../images/external-review/starh--orange.svg");
}

.external-reviews__star--yellow {
  background-image: url("https://dev.qa-egnyte.com/themes/custom/egnyte/images/external-review/star--yellow.svg");
}

.external-reviews__star--yellow.external-reviews__star--half::after {
  background-image: url("https://dev.qa-egnyte.com/themes/custom/egnyte/images/external-review/starh--yellow.svg");
}

.external-reviews__circle {
  position: relative;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 2px;
  border-radius: 50%;
  border: 1px solid #eb022e;
  background-color: #eb022e;
}

.external-reviews__circle--half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: #fff;
}

.external-reviews__value {
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  color: #35364e;
}

.external-reviews__value--exc {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb022e;
}

@media screen and (max-width: 767.98px) {
  .external-reviews {
    padding-top: 30px;
  }
  .external-reviews__item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575.98px) {
  .external-reviews {
    margin-top: 18px;
    padding-top: 0;
    border-top: none;
  }
  .external-reviews {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }
}

/**/
/* legal nav */
/**/
a:link.legal-nav__link,
a:visited.legal-nav__link {
  color: #a2acc2;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 16px;
}

.legal-nav__link {
  text-decoration: none;
  color: #a2acc2;
  transition-duration: 0.125s;
  transition-property: color;
}

.legal-nav__link:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.legal-nav__link:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1283.98px) {
  .legal-nav {
    justify-content: center;
  }
}

@media screen and (max-width: 767.98px) {
  .legal-nav {
    margin-bottom: 9px;
  }
  .legal-nav__link:last-child {
    margin-right: 9px;
  }
  .legal-nav__link {
    margin: 0 9px 5px;
  }
}

@media screen and (max-width: 575.98px) {
  .legal-nav {
    margin-right: auto;
    margin-left: auto;
  }
}

/**/
/* copyrights */
/**/
.copyrights {
  font-size: 15px;
  color: #6e7b95;
}

@media screen and (max-width: 1283.98px) {
  .copyrights {
    text-align: center;
  }
}

/* external rated */
/**/
.external-rated__logo {
  display: block;
}

.external-rated__badge {
  position: relative;
  margin: 0 8px 0 20px;
  padding: 0 8px;
  background-color: #ff492c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.external-rated__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 8px solid #ff492c;
}

.external-rated__badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 15px solid transparent;
  border-right: 8px solid #ff492c;
  border-bottom: 15px solid transparent;
}

.external-rated__list {
  list-style: none;
  font-size: 14px;
  line-height: 32px;
  color: #35364e;
}

.external-rated__list li {
  border-top: 1px solid #e6eaee;
}

.external-rated__list li:first-child {
  border-top: 0;
}

.external-rated__list span {
  display: inline-block;
  vertical-align: top;
  min-width: 57px;
  padding-right: 4px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer.footer__dgt-report-2021 .footer__side .footer__hr {
  max-width: 160px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 0 auto;
}

/**/
/* footer */
/**/
.footer.footer__ce-ransomware-analyze .footer__inner h4 {
  color: #6b8d9e;
}

.footer.footer__ce-ransomware-analyze .footer__inner p a {
  text-decoration: underline;
  color: #007bbd;
}

.footer.footer__ce-ransomware-analyze .footer__side {
  float: unset;
}

.footer.footer__ce-ransomware-analyze .footer__side .footer__hr {
  max-width: 160px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 0;
}

.footer.footer__ce-ransomware-analyze .footer__side .copyrights {
  font-size: 14px;
  line-height: 1.334;
  color: #979797;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .footer.footer__ce-ransomware-analyze .footer__side .copyrights {
    text-align: center;
  }
}

/**/
/* social nav */
/**/
.footer.footer__ce-ransomware-analyze .footer__side .social-nav {
  margin-right: -12px;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item {
  display: block;
  margin-right: 12px;
  color: #b3b7bb;
  transition-duration: 0.125s;
  transition-property: color;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item svg {
  display: block;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--twitter:hover {
  color: #1da1f2;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--linkedin:hover {
  color: #0077b5;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--facebook:hover {
  color: #3b5998;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--vimeo:hover {
  color: #29b7ea;
}

.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--youtube:hover {
  color: #DF2935;
}

@media screen and (max-width: 767.98px) {
  .footer.footer__dgt-report-2021 .footer__side .social-nav,
  .footer.footer__ce-ransomware-analyze .footer__side .social-nav {
    display: block;
  }
  .footer.footer__dgt-report-2021 .footer__side .social-nav .grid-row,
  .footer.footer__ce-ransomware-analyze .footer__side .social-nav .grid-row {
    justify-content: center;
  }
  .footer.footer__dgt-report-2021 .footer__side .social-nav svg,
  .footer.footer__ce-ransomware-analyze .footer__side .social-nav svg {
    height: unset;
  }
}

@media screen and (max-width: 767.98px) {
  .footer.footer__dgt-report-2021 .footer__side .logo__image {
    margin: 0 auto;
  }
}

/**/
/* FOOTER */
/**/
/**/
/* footer */
/**/
.footer {
  margin-top: 80px;
}

.footer__foot {
  margin-top: 40px;
  padding: 24px 0;
  background-color: #1F232F;
  color: #6E7B95;
}

.footer__grid-cont {
  max-width: 1360px;
}

@media screen and (max-width: 1283.98px) {
  .footer__foot .grid-col--order--lg-1 {
    order: 1;
  }
}

@media screen and (max-width: 767.98px) {
  .footer {
    margin-top: 60px;
  }
  .footer__foot {
    margin-top: 30px;
  }
}

/**/
/* company */
/**/
.company {
  margin: -6px 0 40px 0;
}

.company__logo {
  display: inline-block;
  vertical-align: top;
}

.company__phones span {
  display: block;
  margin-top: 6px;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .company {
    margin-bottom: 30px;
  }
}

/**/
/* social nav */
/**/
.social-nav__item {
  display: block;
  color: #B3B7BB;
  transition-duration: 0.125s;
  transition-property: color;
}

.social-nav__item svg {
  display: block;
}

.social-nav__item--twitter:hover {
  color: #1DA1F2;
}

.social-nav__item--linkedin:hover {
  color: #0077B5;
}

.social-nav__item--facebook:hover {
  color: #3B5998;
}

.social-nav__item--vimeo:hover {
  color: #29B7EA;
}

#truyo-consent-module div:nth-child(2) {
  align-items: center;
  justify-content: center;
  display: flex;
}

#truyo-consent-module div:nth-child(2) #acceptAllCookieButton,
#truyo-consent-module div:nth-child(2) #declineAllCookieButton {
  margin-bottom: 0;
}

#lp-footer {
  height: 75px !important;
  padding: 13px;
}

#lp-footer .lesson-title-label {
  display: none !important;
}

.internal-egnyte #ep-footer {
  display: none;
}

.footer__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company,
.tertiary-nav {
  margin-bottom: 32px;
}

.company__logo {
  margin-top: -6px;
  margin-bottom: 20px;
}

.company__text {
  color: #5e636b;
  line-height: 1.5;
}

.link,
.link-2 {
  color: #5e636b;
  text-decoration: none;
}

.link:hover,
.link-2:hover {
  color: #59c2ba;
}

.tertiary-nav__title {
  margin-bottom: 16px;
  color: #1fb7ab;
  font-weight: 600;
}

.tertiary-nav__link {
  display: block;
  margin-top: 8px;
  color: #5e636b;
  font-size: 15px;
  text-decoration: none;
}

.tertiary-nav__link:hover {
  color: #59c2ba;
}

.social-nav {
  display: flex;
  width: 257px;
  margin: 32px 0px;
  justify-content: flex-start;
  align-items: center;
}

.social-nav__link {
  margin-right: 6px;
  margin-left: 6px;
  color: #b3b7bb;
}

.social-nav__link:hover {
  color: #59c2ba;
}

.footer__foot {
  display: -webkit-box;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-nav {
  margin-right: -12px;
  margin-left: -12px;
}

.legal-nav__link {
  margin-right: 12px;
  margin-left: 12px;
  color: #a2acc2;
  text-decoration: none;
}

.legal-nav__link:hover {
  color: #59c2ba;
}

#ep-footer {
  font-size: 14px;
  border-top: 0px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .legal-nav {
    text-align: center;
  }
}

@media screen and (min-width: 1283.98px) {
  .footer__foot .grid-col:nth-of-type(2) .legal-nav,
  .footer__foot .grid-col:nth-of-type(4) .legal-nav {
    justify-content: flex-end;
  }
}

/**/
/* hero section */
/**/
.eu-hero {
  background-image: url(https://dev.qa-egnyte.com/sites/default/files/2022-12/HelpDeskBanner.png);
  margin: 0;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -10px;
}

.no-catalog-filters .catalog-center-width {
  width: 100%;
  padding: 0;
}

.tc-color {
  color: #0BC5BA;
  font-weight: bold;
}

a.tc-color:hover {
  color: #FFFFFF;
}

#skilljar-content .sj-announcement-bar-container {
  position: relative;
  z-index: 3;
}

/**/
/* fonts */
/**/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("@{icon-font-path}@{icon-font-name}.eot");
  src: url("@{icon-font-path}@{icon-font-name}.eot?#iefix") format("embedded-opentype"), url("@{icon-font-path}@{icon-font-name}.woff2") format("woff2"), url("@{icon-font-path}@{icon-font-name}.woff") format("woff"), url("@{icon-font-path}@{icon-font-name}.ttf") format("truetype"), url("@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}") format("svg");
}

@font-face {
  font-family: Metric-black-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-black-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-black;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-bold-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-bold-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-bold;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-light-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-light-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-light;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-medium-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-medium-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-medium;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-regular-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-semibold-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-semibold-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-semibold;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-semibold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-thin-italic;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-thin-italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Metric-thin;
  src: url("https://egnyte-www-static.egnyte.com/assets/fonts/metric-thin.woff2") format("woff2");
  font-display: swap;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("@{icon-font-path}@{icon-font-name}.eot");
  src: url("@{icon-font-path}@{icon-font-name}.eot?#iefix") format("embedded-opentype"), url("@{icon-font-path}@{icon-font-name}.woff2") format("woff2"), url("@{icon-font-path}@{icon-font-name}.woff") format("woff"), url("@{icon-font-path}@{icon-font-name}.ttf") format("truetype"), url("@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}") format("svg");
}

/**/
/* divider */
/**/
.divider {
  position: relative;
  height: 1px;
  margin: 45px 0;
  pointer-events: none;
}

.divider::after,
.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 300%;
  height: 960px;
  margin-left: -150%;
  background-image: linear-gradient(180deg, rgba(0, 123, 189, 0.05), rgba(255, 255, 255, 0));
  opacity: 0.5;
  transform-origin: 50% 0;
}

.divider::after {
  transform: rotate(-4deg);
}

.divider::before {
  transform: rotate(3deg);
}

.divider--left {
  transform: translateX(-560px);
}

.divider--right {
  transform: translateX(480px);
}

@media screen and (max-width: 767.98px) {
  .divider {
    margin: 80px 0;
  }
  .divider--left {
    transform: translateX(-280px);
  }
  .divider--right {
    transform: translateX(240px);
  }
}

@media screen and (max-width: 575.98px) {
  .divider--left {
    transform: translateX(-140px);
  }
  .divider--right {
    transform: translateX(120px);
  }
}

#pane-privacyPolicy p {
  font-size: 14px !important;
}

.eu-promo-banner__inner {
  padding: 40px;
}

.mobile_img {
  background-image: url("https://www.egnyte.com/sites/default/files/2025-11/egnyte_university_community_banner-w_o-2x.webp");
  background-size: cover;
  width: 100%;
  height: 248px;
  background-position: 83%;
  display: none;
}

/* Responsive Banner Adjustments */
@media screen and (max-width: 1253.99px) {
  .eu-promo-banner {
    background-position: 62% !important;
    height: 210px !important;
  }
}

@media screen and (max-width: 1220.99px) {
  .eu-promo-banner__text {
    max-width: 600px !important;
  }
}

@media screen and (max-width: 1212.99px) {
  .eu-promo-banner__text {
    max-width: 547px !important;
  }
}

@media screen and (max-width: 991.99px) {
  .eu-promo-banner__text {
    font-size: 30px !important;
    max-width: 538px !important;
  }
  .eu-promo-banner__text span {
    font-size: 35px !important;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 925.99px) {
  .eu-promo-banner {
    background-position: 75% !important;
    height: 250px !important;
  }
  .eu-promo-banner__inner {
    padding: 24px;
  }
  .eu-promo-banner__text span {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .eu-promo-banner__text {
    max-width: 320px !important;
    margin-top: 10px;
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .eu-promo-banner__cta {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .eu-promo-banner {
    background-image: none !important;
    overflow: hidden;
    height: 437px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .mobile_img {
    height: 319px;
    display: block;
  }
  .eu-promo-banner__text {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .eu-promo-banner {
    height: 430px !important;
  }
  .eu-promo-banner__text {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 544px) {
  .eu-promo-banner {
    height: 320px !important;
    background-position: 75% !important;
  }
  .eu-promo-banner__text span {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .eu-promo-banner__text {
    font-size: 16px !important;
    line-height: 20px !important;
    max-width: 100% !important;
  }
  .eu-promo-banner__cta {
    height: 40px !important;
    font-size: 18px !important;
  }
  .mobile_img {
    display: block;
  }
}

/* Main Banner Styling */
.eu-promo-banner {
  background-image: url("https://www.egnyte.com/sites/default/files/2025-11/egnyte_university_community_banner-w_o-2x.webp");
  background-size: cover;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.eu-promo-banner__text {
  font-family: Metric;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  max-width: 700px;
  text-align: left;
  margin-bottom: 15px;
}

.eu-promo-banner__text span {
  font-weight: 600;
  font-family: metric-semibold;
  font-size: 35px;
  line-height: 33px;
}

.eu-promo-banner__cta {
  width: fit-content;
  height: 50px;
  border-radius: 10px;
  padding: 15px 30px;
  background: var(--Primary-Teal, #0bc5ba);
  color: black;
  font-family: Metric-semibold;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
