@keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  35% {
    transform: rotate(10deg);
  }
  55% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
 * Animation from Daneden - rubberBand.
 * https://github.com/daneden/animate.css
 */
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/* line 20, ../sass/style-ie.scss */
.container {
  width: 960px;
}

/* line 27, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-1 {
  width: 8.333333333%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-2 {
  width: 16.666666667%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-3 {
  width: 25%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-4 {
  width: 33.333333333%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-5 {
  width: 41.666666667%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-6 {
  width: 50%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-7 {
  width: 58.333333333%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-8 {
  width: 66.666666667%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-9 {
  width: 75%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-10 {
  width: 83.333333333%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-11 {
  width: 91.666666667%;
}

/* line 35, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-12 {
  width: 100%;
}

/* line 55, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-0 {
  right: auto;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-1 {
  right: 8.333333333%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-2 {
  right: 16.666666667%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-3 {
  right: 25%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-4 {
  right: 33.333333333%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-5 {
  right: 41.666666667%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-6 {
  right: 50%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-7 {
  right: 58.333333333%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-8 {
  right: 66.666666667%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-9 {
  right: 75%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-10 {
  right: 83.333333333%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-11 {
  right: 91.666666667%;
}

/* line 50, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-pull-12 {
  right: 100%;
}

/* line 45, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-0 {
  left: auto;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-1 {
  left: 8.333333333%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-2 {
  left: 16.666666667%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-3 {
  left: 25%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-4 {
  left: 33.333333333%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-5 {
  left: 41.666666667%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-6 {
  left: 50%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-7 {
  left: 58.333333333%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-8 {
  left: 66.666666667%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-9 {
  left: 75%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-10 {
  left: 83.333333333%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-11 {
  left: 91.666666667%;
}

/* line 40, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-push-12 {
  left: 100%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-1 {
  margin-left: 8.333333333%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-2 {
  margin-left: 16.666666667%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-4 {
  margin-left: 33.333333333%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-5 {
  margin-left: 41.666666667%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-7 {
  margin-left: 58.333333333%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-8 {
  margin-left: 66.666666667%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-10 {
  margin-left: 83.333333333%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-11 {
  margin-left: 91.666666667%;
}

/* line 60, ../../../../../../sites/all/libraries/bootstrap_sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-md-offset-12 {
  margin-left: 100%;
}

/* line 2, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-header {
  float: none;
}
/* line 5, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-left, .navbar-eutraining .navbar-right {
  float: none !important;
}
/* line 8, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-toggle {
  display: block;
}
/* line 11, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* line 15, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 19, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-collapse.collapse {
  display: none !important;
}
/* line 22, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-nav {
  float: none !important;
  margin-top: 7.5px;
}
/* line 26, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-nav > li {
  float: none;
}
/* line 29, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 33, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .collapse.in {
  display: block !important;
}
/* line 37, ../sass/tablet/scaffold/_bootstrap-overrides.scss */
.navbar-eutraining .navbar .secondary,
.navbar-eutraining ul.secondary {
  float: left;
}

/* line 4, ../sass/tablet/scaffold/_navs.scss */
.nav-product-tabs > li > a i {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}
/* line 9, ../sass/tablet/scaffold/_navs.scss */
.nav-product-tabs > li > a .text {
  display: inline;
}

/* line 3, ../sass/tablet/node/_e-book.scss */
.e-books-list-item:nth-child(odd) {
  clear: both;
}
/* line 7, ../sass/tablet/node/_e-book.scss */
.e-books-list-item .content {
  padding: 30px;
  height: 400px;
}
/* line 11, ../sass/tablet/node/_e-book.scss */
.e-books-list-item .content .btn:hover {
  background-color: #f7b142;
}
/* line 15, ../sass/tablet/node/_e-book.scss */
.e-books-list-item .content .btn {
  left: 50%;
  width: 298px;
  margin-left: -149px;
  bottom: 30px;
}
/* line 22, ../sass/tablet/node/_e-book.scss */
.e-books-list-item .content img {
  max-height: 165px;
}

/* line 3, ../sass/tablet/node/_webcast.scss */
.webcasts-list-item:nth-child(odd) {
  clear: left;
}
/* line 7, ../sass/tablet/node/_webcast.scss */
.webcasts-list-item .content {
  padding: 30px 50px;
  height: 510px;
}
/* line 11, ../sass/tablet/node/_webcast.scss */
.webcasts-list-item .content .btn:hover {
  background-color: #f7b142;
}
/* line 15, ../sass/tablet/node/_webcast.scss */
.webcasts-list-item .content .btn {
  left: 50%;
  width: 258px;
  margin-left: -129px;
  bottom: 30px;
}
/* line 22, ../sass/tablet/node/_webcast.scss */
.webcasts-list-item .content img {
  max-height: 145px;
}

/* line 5, ../sass/tablet/node/_trial_exams.scss */
.try-it-for-free-item .exam-title h2 {
  font-size: 21px;
}
/* line 10, ../sass/tablet/node/_trial_exams.scss */
.try-it-for-free-item .exam-content {
  padding: 20px;
}
/* line 13, ../sass/tablet/node/_trial_exams.scss */
.try-it-for-free-item .exam-content .start-exam-button {
  left: 50%;
  width: 280px;
  margin-left: -140px;
  bottom: 30px;
}

/* line 1, ../sass/tablet/pages/_faqlist.scss */
.view-faqlist .views-row {
  float: none;
  display: inline-block;
  text-align: center;
  width: 20%;
}

/* line 3, ../sass/tablet/pages/products/_packages.scss */
.package-items .package {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
  position: relative;
  top: 0;
  pointer-events: none;
}
/* line 12, ../sass/tablet/pages/products/_packages.scss */
.package-items .package--zebra-odd {
  margin-left: 25%;
}
/* line 20, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="0"] {
  position: relative;
}
/* line 25, ../sass/tablet/pages/products/_packages.scss */
.package-items[data-active-zebra-row="0"] [data-item-zebra-row="0"] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 2;
}
/* line 31, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="0"] {
  transform: translateY(0%);
}
/* line 25, ../sass/tablet/pages/products/_packages.scss */
.package-items[data-active-zebra-row="1"] [data-item-zebra-row="1"] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 2;
}
/* line 31, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="1"] {
  transform: translateY(-100%);
}
/* line 25, ../sass/tablet/pages/products/_packages.scss */
.package-items[data-active-zebra-row="2"] [data-item-zebra-row="2"] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 2;
}
/* line 31, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="2"] {
  transform: translateY(-200%);
}
/* line 25, ../sass/tablet/pages/products/_packages.scss */
.package-items[data-active-zebra-row="3"] [data-item-zebra-row="3"] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 2;
}
/* line 31, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="3"] {
  transform: translateY(-300%);
}
/* line 25, ../sass/tablet/pages/products/_packages.scss */
.package-items[data-active-zebra-row="4"] [data-item-zebra-row="4"] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 2;
}
/* line 31, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="4"] {
  transform: translateY(-400%);
}
/* line 25, ../sass/tablet/pages/products/_packages.scss */
.package-items[data-active-zebra-row="5"] [data-item-zebra-row="5"] {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 2;
}
/* line 31, ../sass/tablet/pages/products/_packages.scss */
.package-items [data-item-zebra-row="5"] {
  transform: translateY(-500%);
}
/* line 36, ../sass/tablet/pages/products/_packages.scss */
.package-items .pagination {
  margin-left: 25%;
}
/* line 41, ../sass/tablet/pages/products/_packages.scss */
.package-items .pagination li a.disabled-md {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}

/* line 1, ../sass/tablet/views/_other_webcast.scss */
.other-webcasts-list-item {
  height: 510px;
}
/* line 4, ../sass/tablet/views/_other_webcast.scss */
.other-webcasts-list-item .btn {
  left: 50%;
  width: 278px;
  margin-left: -139px;
  bottom: 20px;
}
/* line 11, ../sass/tablet/views/_other_webcast.scss */
.other-webcasts-list-item img {
  max-height: 264px;
}

/* line 2, ../sass/tablet/views/_epso_glossary.scss */
.page-resources-epso-glossary .region-page-header {
  margin-bottom: 30px !important;
}

/* line 3, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .navbar-collapse {
  position: relative;
  z-index: 1;
}
/* line 8, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .navbar-header {
  position: relative;
  z-index: 2;
}
/* line 13, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .tools-nav,
.navbar-eutraining .user-menu-wrap {
  float: none;
  display: inline-block;
  position: relative;
}
/* line 20, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-menu-wrap .dropdown-toggle,
.navbar-eutraining .navbar-nav li a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* line 25, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .navbar-nav li a {
  padding: 30px 9px 27px;
}
/* line 29, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-menu.navbar-nav {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* line 32, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-menu.navbar-nav:not(.user-dropdown-menu) {
  margin-top: 25px;
}
/* line 36, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-menu.navbar-nav li a {
  padding: 5px 18px;
}
/* line 42, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .tools-nav li a {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 49, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-menu-wrap .dropdown-toggle {
  float: left;
  padding: 5px 0;
  margin: 25px 0 0;
}
/* line 57, ../sass/desktop/scaffold/_navs.scss */
.sticky-menu .navbar-eutraining .user-menu-wrap .user-dropdown-menu a, .navbar-eutraining .user-menu-wrap .user-dropdown-menu a {
  padding: 3px 20px;
}
/* line 63, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 93, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-dropdown-menu > li {
  float: none;
}
/* line 96, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
/* line 110, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .open > .user-dropdown-menu {
  display: block;
}
/* line 115, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .open > a {
  outline: 0;
}
/* line 121, ../sass/desktop/scaffold/_navs.scss */
.navbar-eutraining .user-menu > li > a {
  text-transform: none;
}
/* line 127, ../sass/desktop/scaffold/_navs.scss */
.sticky-menu .navbar-eutraining .logo {
  margin-top: 17px;
}
/* line 131, ../sass/desktop/scaffold/_navs.scss */
.sticky-menu .navbar-eutraining .user-menu-wrap .dropdown-toggle {
  margin-top: 12px;
}
/* line 135, ../sass/desktop/scaffold/_navs.scss */
.sticky-menu .navbar-eutraining .user-menu.navbar-nav:not(.user-dropdown-menu) {
  margin-top: 12px;
}
/* line 139, ../sass/desktop/scaffold/_navs.scss */
.sticky-menu .navbar-eutraining .navbar-nav:not(.user-menu) li a {
  padding-top: 17px;
  padding-bottom: 15px;
}
/* line 144, ../sass/desktop/scaffold/_navs.scss */
.sticky-menu .navbar-eutraining .cart.icon,
.sticky-menu .navbar-eutraining .notifications-wrapper {
  margin-top: 12px;
}

/* line 154, ../sass/desktop/scaffold/_navs.scss */
.nav-product-tabs > li > a .text {
  display: inline;
}

/* line 1, ../sass/desktop/elements/_block.scss */
.footer {
  padding: 50px 0 40px;
}

/* line 5, ../sass/desktop/elements/_block.scss */
.footer-copy {
  padding: 50px 0;
}
/* line 10, ../sass/desktop/elements/_block.scss */
.footer-copy .iv .logo {
  background-repeat: no-repeat;
  background-image: url("../img/sprite.png?v=2020-12-16.15:57:05");
  width: 40px;
  height: 20px;
  background-position: -167px -150px;
  -webkit-transition: 0.2s all ease 1s;
  -o-transition: 0.2s all ease 1s;
  transition: 0.2s all ease 1s;
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: 7.65%;
  top: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 10, ../sass/desktop/elements/_block.scss */
  .footer-copy .iv .logo {
    background-image: url("../img/sprite-2x.png?v=2020-12-16.15:57:05");
    background-size: 310px 350px;
  }
}
/* line 22, ../sass/desktop/elements/_block.scss */
.footer-copy .iv .inner {
  -webkit-transition: 0.5s all ease 0.5s;
  -o-transition: 0.5s all ease 0.5s;
  transition: 0.5s all ease 0.5s;
  display: inline-block;
  visibility: hidden;
  font-size: 16px;
  font-weight: 100;
}
/* line 29, ../sass/desktop/elements/_block.scss */
.footer-copy .iv .inner p {
  color: #767b8a;
  font-size: 15px;
}
/* line 33, ../sass/desktop/elements/_block.scss */
.footer-copy .iv .inner p:hover {
  text-decoration: none;
}
/* line 40, ../sass/desktop/elements/_block.scss */
.footer-copy .iv:hover .logo {
  -webkit-transition: 0.2s all ease 0.5s;
  -o-transition: 0.2s all ease 0.5s;
  transition: 0.2s all ease 0.5s;
  left: 0;
}
/* line 45, ../sass/desktop/elements/_block.scss */
.footer-copy .iv:hover .inner {
  -webkit-transition: 0.5s all ease 0.75s;
  -o-transition: 0.5s all ease 0.75s;
  transition: 0.5s all ease 0.75s;
  visibility: visible;
}

/* line 2, ../sass/desktop/elements/_logo.scss */
.logo {
  margin-top: 23px;
}

/* line 2, ../sass/desktop/elements/_modal.scss */
.user-modal-register .modal-body {
  padding: 14px 32px;
}

/* line 2, ../sass/desktop/elements/_dashboard.scss */
.before-user-dashboard-menu,
.before-user-dashboard-content {
  display: block;
}

/* line 7, ../sass/desktop/elements/_dashboard.scss */
.user-dashboard-menu {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  width: 160px;
  top: 180px;
}
/* line 15, ../sass/desktop/elements/_dashboard.scss */
.sticky-menu .user-dashboard-menu {
  top: 120px;
}
/* line 19, ../sass/desktop/elements/_dashboard.scss */
.no-js .user-dashboard-menu {
  position: relative;
  top: 0;
}

/* line 26, ../sass/desktop/elements/_dashboard.scss */
.affix-bottom .user-dashboard-sidebar {
  position: static;
}
/* line 30, ../sass/desktop/elements/_dashboard.scss */
.affix-bottom .user-dashboard-menu {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 28px;
}

/* line 3, ../sass/desktop/node/_e-book.scss */
.e-books-list-item:nth-child(3n+4) {
  clear: both;
}
/* line 7, ../sass/desktop/node/_e-book.scss */
.e-books-list-item .content {
  padding: 30px;
  height: 450px;
}
/* line 11, ../sass/desktop/node/_e-book.scss */
.e-books-list-item .content .btn:hover {
  background-color: #f7b142;
}
/* line 15, ../sass/desktop/node/_e-book.scss */
.e-books-list-item .content img {
  max-height: 165px;
}
/* line 19, ../sass/desktop/node/_e-book.scss */
.e-books-list-item .content .btn {
  left: 50%;
  width: 252px;
  margin-left: -126px;
  bottom: 30px;
}

/* line 3, ../sass/desktop/node/_webcast.scss */
.webcasts-list-item:nth-child(odd) {
  clear: left;
}
/* line 7, ../sass/desktop/node/_webcast.scss */
.webcasts-list-item .content {
  padding: 30px 50px;
  height: 510px;
}
/* line 11, ../sass/desktop/node/_webcast.scss */
.webcasts-list-item .content .btn:hover {
  background-color: #f7b142;
}
/* line 15, ../sass/desktop/node/_webcast.scss */
.webcasts-list-item .content .btn {
  left: 50%;
  width: 368px;
  margin-left: -184px;
  bottom: 30px;
}
/* line 22, ../sass/desktop/node/_webcast.scss */
.webcasts-list-item .content img {
  max-height: 206px;
}

/* line 5, ../sass/desktop/node/_trial_exams.scss */
.try-it-for-free-item .exam-title h2 {
  font-size: 21px;
}
/* line 10, ../sass/desktop/node/_trial_exams.scss */
.try-it-for-free-item .exam-content {
  padding: 20px;
}
/* line 13, ../sass/desktop/node/_trial_exams.scss */
.try-it-for-free-item .exam-content .start-exam-button {
  left: 50%;
  width: 250px;
  margin-left: -125px;
  bottom: 30px;
}

/* line 3, ../sass/desktop/pages/_frontpage.scss */
.highlighted .description {
  max-width: 375px;
}
/* line 7, ../sass/desktop/pages/_frontpage.scss */
.highlighted h1 {
  max-width: 55%;
}
/* line 11, ../sass/desktop/pages/_frontpage.scss */
.highlighted .decoration {
  width: 635px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 18, ../sass/desktop/pages/_frontpage.scss */
.highlighted .background,
.highlighted .foreground,
.highlighted .girl {
  position: absolute;
  bottom: -20px;
}
/* line 24, ../sass/desktop/pages/_frontpage.scss */
.highlighted .background i,
.highlighted .foreground i,
.highlighted .girl i {
  display: block;
}
/* line 30, ../sass/desktop/pages/_frontpage.scss */
.highlighted .background,
.highlighted .background i {
  width: 637px;
  height: 163px;
}
/* line 37, ../sass/desktop/pages/_frontpage.scss */
html.svg .highlighted .background i {
  background-image: url("../img/frontpage-city-background.svg?v=2020-12-16.15:57:05");
}
/* line 43, ../sass/desktop/pages/_frontpage.scss */
html.no-svg .highlighted .background i {
  background-image: url("../img/frontpage-city-background.png?v=2020-12-16.15:57:05");
}
/* line 49, ../sass/desktop/pages/_frontpage.scss */
.highlighted .foreground {
  left: 100px;
}
/* line 52, ../sass/desktop/pages/_frontpage.scss */
.highlighted .foreground,
.highlighted .foreground i {
  width: 451px;
  height: 144px;
}
/* line 59, ../sass/desktop/pages/_frontpage.scss */
html.svg .highlighted .foreground i {
  background-image: url("../img/frontpage-city-foreground.svg?v=2020-12-16.15:57:05");
}
/* line 65, ../sass/desktop/pages/_frontpage.scss */
html.no-svg .highlighted .foreground i {
  background-image: url("../img/frontpage-city-foreground.png?v=2020-12-16.15:57:05");
}
/* line 71, ../sass/desktop/pages/_frontpage.scss */
.highlighted .girl {
  right: 0;
}
/* line 74, ../sass/desktop/pages/_frontpage.scss */
.highlighted .girl,
.highlighted .girl i {
  width: 276px;
  height: 190px;
}
/* line 81, ../sass/desktop/pages/_frontpage.scss */
html.svg .highlighted .girl i {
  background-image: url("../img/frontpage-girl.svg?v=2020-12-16.15:57:05");
}
/* line 87, ../sass/desktop/pages/_frontpage.scss */
html.no-svg .highlighted .girl i {
  background-image: url("../img/frontpage-girl.png?v=2020-12-16.15:57:05");
}

/* line 95, ../sass/desktop/pages/_frontpage.scss */
.features .feature {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 100, ../sass/desktop/pages/_frontpage.scss */
.features .feature.first {
  margin-left: 0;
}
/* line 104, ../sass/desktop/pages/_frontpage.scss */
.features .feature.last {
  margin-right: 0;
}

/* line 3, ../sass/desktop/pages/products/_packages.scss */
.package-items .package--custom {
  margin-left: 25%;
}
/* line 7, ../sass/desktop/pages/products/_packages.scss */
.package-items .package--first {
  margin-left: 25%;
}
/* line 11, ../sass/desktop/pages/products/_packages.scss */
.package-items .pagination {
  display: none;
}

/* line 2, ../sass/desktop/pages/_products.scss */
.position-page-block--testimonials {
  margin: 80px 0 40px;
}
/* line 5, ../sass/desktop/pages/_products.scss */
.position-page-block--testimonials .testimonial-content {
  margin: 0;
}
/* line 9, ../sass/desktop/pages/_products.scss */
.position-page-block--testimonials .testimonial-even {
  margin-top: 34px;
}

/* line 3, ../sass/desktop/pages/_user_dashboard.scss */
.page-dashboard .left-col {
  padding-right: 50px;
  width: 61.55%;
}
/* line 8, ../sass/desktop/pages/_user_dashboard.scss */
.page-dashboard .right-col {
  width: 38.45%;
}

/* line 1, ../sass/desktop/views/_other_webcasts.scss */
.other-webcasts-list-item {
  height: 510px;
}
/* line 4, ../sass/desktop/views/_other_webcasts.scss */
.other-webcasts-list-item .btn {
  left: 50%;
  width: 204px;
  margin-left: -102px;
  bottom: 10px;
}
/* line 11, ../sass/desktop/views/_other_webcasts.scss */
.other-webcasts-list-item img {
  max-height: 264px;
  height: auto;
}
