/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
  font-size: 16px;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #414856;
  color: #8ec549;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 64, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 84, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_learnmate_pro/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #253b80;
}
/* line 2, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 3, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 4, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style1 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 9, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 10, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 11, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style1 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
/* line 23, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 24, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 25, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style1 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 0;
}
/* line 36, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 37, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 38, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style1 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  right: 0;
}
/* line 51, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 52, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 53, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style2 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #eee;
}
/* line 59, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 60, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 61, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style2 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
/* line 73, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 74, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 75, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style2 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 0;
}
/* line 86, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 87, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 88, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style2 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  right: 0;
}
/* line 102, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 103, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 104, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style3 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 109, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 110, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 111, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style3 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  left: 50%;
  margin-left: -61px;
}
/* line 123, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 124, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 125, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style3 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  left: 0;
}
/* line 136, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 137, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 138, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style3 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  right: 0;
}
/* line 152, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 153, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 154, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style4 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 159, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 160, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 161, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style4 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  left: 50%;
  margin-left: -13px;
}
/* line 173, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 174, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 175, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style4 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  left: 0;
}
/* line 186, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 187, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 188, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style4 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  right: 0;
}
/* line 203, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 204, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 205, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style5 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 210, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 211, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 212, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style5 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  left: 50%;
  margin-left: -61px;
}
/* line 224, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 225, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 226, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style5 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  left: 0;
}
/* line 239, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 240, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 241, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style5 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  right: 0;
}
/* line 256, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 257, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 258, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style6 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 261, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style6 .jl-heading-content .jl-heading-title h1, .style6 .jl-heading-content .jl-heading-title h2, .style6 .jl-heading-content .jl-heading-title h3, .style6 .jl-heading-content .jl-heading-title h4, .style6 .jl-heading-content .jl-heading-title h5, .style6 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 266, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 267, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 268, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style6 .uk-text-center .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 277, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style6 .uk-text-center .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 288, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 289, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 290, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style6 .uk-text-left .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 301, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 302, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 303, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style6 .uk-text-right .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 318, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 319, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 320, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style7 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 323, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style7 .jl-heading-content .jl-heading-title h1, .style7 .jl-heading-content .jl-heading-title h2, .style7 .jl-heading-content .jl-heading-title h3, .style7 .jl-heading-content .jl-heading-title h4, .style7 .jl-heading-content .jl-heading-title h5, .style7 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 328, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 329, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 330, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style7 .uk-text-center .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 339, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style7 .uk-text-center .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 350, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 351, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 352, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style7 .uk-text-left .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 363, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 364, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 365, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style7 .uk-text-right .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 381, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 382, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .jl-heading-content {
  overflow: hidden;
}
/* line 384, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 387, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .jl-heading-content .jl-heading-title h1, .style8 .jl-heading-content .jl-heading-title h2, .style8 .jl-heading-content .jl-heading-title h3, .style8 .jl-heading-content .jl-heading-title h4, .style8 .jl-heading-content .jl-heading-title h5, .style8 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 392, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 393, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 394, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
/* line 403, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .uk-text-center .jl-heading-content .jl-heading-title:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
}
/* line 414, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 415, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 416, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
/* line 427, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 428, templates/jl_learnmate_pro/custom/scss/_heading.scss */
/* line 429, templates/jl_learnmate_pro/custom/scss/_heading.scss */
.style8 .uk-text-right .jl-heading-content .jl-heading-title:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
}
@media only all and (max-width: 47.938rem) {
  /* line 2, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
  /* line 3, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
  .jl-tabs-container .uk-tab-top .jl-tab-nav, .jl-tabs-container .uk-tab-grid.uk-tab-bottom .jl-tab-nav {
    width: auto;
  }
}
/* line 8, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container {
  border: 1px solid #ddd;
}
/* line 10, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab {
  margin: 0;
}
/* line 12, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 13, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 14, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab > .jl-tab-nav.uk-active a:before {
  content: "";
  position: absolute;
}
/* line 20, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 21, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab > li > a {
  text-align: center;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #767779;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
/* line 30, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab > li > a:hover {
  color: #767779;
}
/* line 35, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive {
  margin: 0;
  cursor: pointer;
}
/* line 38, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive .jl-tab-nav {
  border-top: 1px solid #ddd;
}
/* line 41, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive a {
  color: #444;
}
/* line 44, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive .uk-dropdown {
  border-radius: 0;
  margin: 0;
  padding: 0 5px;
}
/* line 48, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive .uk-dropdown a {
  color: #444;
}
/* line 53, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 54, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-active a {
  color: #8ec549;
}
/* line 60, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .tabs-content {
  padding: 30px;
}
/* line 63, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 64, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 65, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 66, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-top > .jl-tab-nav.uk-active a:before {
  border-top: 3px solid transparent;
  border-top-color: #8ec549;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 76, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 77, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 78, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 79, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-bottom > .jl-tab-nav.uk-active a:before {
  border-bottom: 3px solid transparent;
  border-bottom-color: #8ec549;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 89, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 90, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 91, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 92, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-left > .jl-tab-nav.uk-active a:before {
  border-left: 3px solid transparent;
  border-left-color: #8ec549;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 102, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 103, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 104, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
/* line 105, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-right > .jl-tab-nav.uk-active a:before {
  border-right: 3px solid transparent;
  border-right-color: #8ec549;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 115, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-top li.jl-tab-nav {
  border-left: 1px solid #ddd;
}
/* line 118, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-top li.jl-tab-nav:first-child {
  border-left: 0px;
}
/* line 121, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-bottom li.jl-tab-nav {
  border-left: 1px solid #ddd;
}
/* line 124, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-bottom li.jl-tab-nav:first-child {
  border-left: 0px;
}
/* line 127, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-left li.jl-tab-nav {
  border-top: 1px solid #ddd;
}
/* line 130, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-left li.jl-tab-nav:first-child {
  border-top: 0px;
}
/* line 133, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-right li.jl-tab-nav {
  border-top: 1px solid #ddd;
}
/* line 136, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-right li.jl-tab-nav:first-child {
  border-top: 0px;
}
/* line 140, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-item-content.top, .jl-tabs-item-content.bottom {
  padding: 20px;
}
/* line 143, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-item-content.left {
  padding: 20px 20px 20px 0;
}
/* line 146, templates/jl_learnmate_pro/custom/scss/_tabs.scss */
.jl-tabs-item-content.right {
  padding: 20px 0 20px 20px;
}
/* line 1, templates/jl_learnmate_pro/custom/scss/_joomlacontent.scss */
/* line 3, templates/jl_learnmate_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_learnmate_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_learnmate_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_learnmate_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_learnmate_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 3, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline {
  padding: 2em 0;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
/* line 11, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline::before {
  background: #c3c3c3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
  margin-left: -2px;
}
/* line 22, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -30px;
}
/* line 29, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block .jl-timeline-year {
  left: 50%;
  position: absolute;
  top: 20%;
}
/* line 35, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block:nth-child(2n) .jl-timeline-year {
  margin-left: -50px;
}
/* line 39, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block .jl-timeline-year .jl-year {
  border-bottom: 1px solid #253b80;
  padding: 10px;
  margin-left: 8px;
}
/* line 45, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block:nth-child(2n) .jl-timeline-year .jl-year {
  margin-left: -12px;
}
/* line 49, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block .jl-timeline-year .jl-year i {
  margin: 0 auto;
}
/* line 53, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block .jl-timeline-year .jl-year .jl-icon {
  position: absolute;
  text-align: center;
  background: #253b80;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: -17px;
  top: 17px;
}
/* line 64, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block:nth-child(2n) .jl-timeline-year .jl-year .jl-icon {
  left: 33px;
  top: 17px;
}
/* line 69, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block:nth-child(2n) .jl-timeline-year .jl-year i {
  left: 42px;
}
/* line 74, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-content {
  float: right;
  width: 45%;
  position: relative;
  line-height: 1.5;
  padding: 1em;
}
/* line 80, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-content h5 {
  margin-top: 0px;
}
/* line 85, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-content img {
  float: left;
  margin-right: 10px;
}
/* line 90, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
.jl-timeline-block:nth-child(2n) .jl-timeline-content {
  float: left;
}
@media (max-width: 60rem) {
  /* line 95, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline::before {
    left: 0;
  }
  /* line 98, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-block .jl-timeline-year {
    left: 0;
  }
  /* line 101, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-content {
    padding-left: 60px;
    width: 100%;
  }
  /* line 105, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-block:nth-child(2n) .jl-timeline-content {
    float: right;
  }
  /* line 108, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-block:nth-child(2n) .jl-timeline-year {
    margin-left: 0;
  }
  /* line 111, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-block:nth-child(2n) .jl-timeline-year .jl-year i {
    left: -8px;
  }
  /* line 114, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-block:nth-child(2n) .jl-timeline-year .jl-year .jl-icon {
    left: -17px;
    top: 17px;
  }
  /* line 118, templates/jl_learnmate_pro/custom/scss/_timeline.scss */
  .jl-timeline-block:nth-child(2n) .jl-timeline-year .jl-year {
    margin-left: 8px;
  }
}
/* line 1, templates/jl_learnmate_pro/custom/scss/_youtube.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 8, templates/jl_learnmate_pro/custom/scss/_youtube.scss */
.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 17, templates/jl_learnmate_pro/custom/scss/_youtube.scss */
.jl-youtube-icon {
  font-size: 60px;
}
/* line 1, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel {
  text-align: center;
}
/* line 4, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-slideset-nav {
  margin-top: 10px;
}
/* line 7, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-slider-nav {
  margin-top: 10px;
}
/* line 10, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 14, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 19, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 25, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
/* line 26, templates/jl_learnmate_pro/custom/scss/_carousel.scss */
.jl-carousel .jl-carousel-item a {
  text-decoration: none;
}
/* line 12, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-no-tabs .tabs-wrapper {
  display: none !important;
}
/* line 18, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-menu-dummy {
  color: #ba2c1d !important;
  font-weight: 500 !important;
  cursor: default !important;
}
/* line 31, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-mainmenu {
  color: #ba2c1d !important;
  font-weight: 400 !important;
}
/* line 37, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-submenu {
  color: #122e60 !important;
  font-weight: 500 !important;
}
/* line 42, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-mobilemenu-container .g-toplevel > li:hover > .g-menu-item-container, #g-mobilemenu-container .g-sublevel > li:hover > .g-menu-item-container {
  background: #94cae1 !important;
}
/* line 48, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-button {
  margin-top: -1.5em;
  padding-left: 0.2em;
  margin-bottom: -1.5em;
}
/* line 55, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ma-top {
  margin-top: 2em !important;
}
/* line 58, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ma-bottom {
  margin-bottom: 2em !important;
}
/* line 61, templates/jl_learnmate_pro/custom/scss/custom.scss */
.pa-top {
  padding-top: 2em !important;
}
/* line 64, templates/jl_learnmate_pro/custom/scss/custom.scss */
.pa-bottom {
  padding-bottom: 2em !important;
}
/* line 68, templates/jl_learnmate_pro/custom/scss/custom.scss */
.test-responsive {
  max-height: 3em !important;
}
/* line 73, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-sponsoren .uk-overlay-background {
  background: transparent !important;
}
/* line 76, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-sponsoren .uk-overlay-panel {
  color: transparent !important;
  font-size: 3em !important;
}
/* line 83, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short {
  padding: 0em !important;
}
/* line 89, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-static p {
  color: #122e60;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: 500;
}
/* line 95, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-static h2 {
  color: #122e60 !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 102, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-static h3 {
  color: #ba2c1d !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: bold;
}
/* line 108, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-static a {
  color: #ba2c1d !important;
}
/* line 114, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-footer a {
  color: white !important;
}
/* line 117, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-footer-bottom a {
  color: black !important;
}
/* line 120, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-footer a:hover {
  color: #ba2c1d !important;
}
/* line 125, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-admiral {
  padding-bottom: 1em;
}
/* line 130, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats, .new-stats-bracket .mbt-widget *, .new-stats-table-short, .new-stats-leaders, .new-stats-widgets {
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
}
/* line 138, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-widget, .new-stats-widgets .mbt-widget .mbt-controls, .new-stats-widgets .mbt-tabs, .new-stats-widgets .mbt-table {
  border: none !important;
  background: #f1f1f1 !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  color: #fff !important;
}
/* line 147, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets td {
  border: none;
}
/* line 150, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-headline {
  display: none;
}
/* line 153, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-table th {
  background: #122e60 !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 2.2;
}
/* line 161, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-table td a {
  color: #122e60 !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
/* line 168, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-table *, .new-stats-widgets .mbt-important {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
/* line 174, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-important {
  color: #ba2c1d !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
}
/* line 181, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-leaders .mbt-tab-active .mbt-left, .new-stats-leaders .mbt-tab-active .mbt-center, .new-stats-leaders .mbt-tab-active .mbt-right, .new-stats-leaders .mbt-tab-hover .mbt-left, .new-stats-leaders .mbt-tab-hover .mbt-center, .new-stats-leaders .mbt-tab-hover .mbt-right {
  background-image: none !important;
  background: #122e60 !important;
  height: 24px !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
}
/* line 190, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-leaders .mbt-tab .mbt-left, .new-stats-leaders .mbt-tab .mbt-center, .new-stats-leaders .mbt-tab .mbt-right {
  background-image: none !important;
  background: #cdcdcd !important;
  height: 24px !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
  color: black !important;
}
/* line 202, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-navigation-tab, .new-stats-players .mbt-v2-navigation-tab, .new-stats-teams .mbt-v2-navigation-tab, .new-stats-spielinfos .mbt-v2-navigation-tab, .new-stats-spielerinfos .mbt-v2-navigation-tab, .new-stats-teaminfos .mbt-v2-navigation-tab, .new-stats-schedule .mbt-v2-navigation-tab, .new-stats-table-long .mbt-v2-navigation-tab {
  background-image: none !important;
  background: #f1f1f1 !important;
  height: 25px !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
  color: black !important;
}
/* line 212, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-navigation-tab-active, .new-stats-widgets .mbt-v2-navigation-tab:hover, .new-stats-players .mbt-v2-navigation-tab-active, .new-stats-players .mbt-v2-navigation-tab:hover, .new-stats-teams .mbt-v2-navigation-tab-active, .new-stats-teams .mbt-v2-navigation-tab:hover, .new-stats-spielinfos .mbt-v2-navigation-tab-active, .new-stats-spielinfos .mbt-v2-navigation-tab:hover, .new-stats-spielerinfos .mbt-v2-navigation-tab-active, .new-stats-spielerinfos .mbt-v2-navigation-tab:hover, .new-stats-teaminfos .mbt-v2-navigation-tab-active, .new-stats-teaminfos .mbt-v2-navigation-tab:hover, .new-stats-schedule .mbt-v2-navigation-tab-active, .new-stats-schedule .mbt-v2-navigation-tab:hover, .new-stats-table-long .mbt-v2-navigation-tab-active, .new-stats-table-long .mbt-v2-navigation-tab:hover {
  background-image: none !important;
  background: #122e60 !important;
  height: 25px !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
  color: white !important;
}
/* line 222, templates/jl_learnmate_pro/custom/scss/custom.scss */
.mbt-v2-text-menu > .mbt-v2-text-menu-item.mbt-v2-text-menu-item-active, .mbt-v2-text-menu > .mbt-v2-text-menu-item:hover {
  background-image: none !important;
  background: #122e60 !important;
  height: 34px !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
  color: white !important;
}
/* line 233, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-schedule-long-table tr:nth-child(2n+1) td, .new-stats-players .mbt-v2-player-stats-table tr:nth-child(2n+1) td, .new-stats-teams .mbt-v2-player-stats-table tr:nth-child(2n+1) td, .new-stats-spielinfos .mbt-v2-schedule-long-table tr:nth-child(2n+1) td, .new-stats-spielerinfos.mbt-v2-player-stats-table tr:nth-child(2n+1) td, .new-stats-teaminfos .mbt-v2-player-stats-table tr:nth-child(2n+1) td, .new-stats-schedule .mbt-v2-schedule-long-table tr:nth-child(2n+1) td, .new-stats-table-long .mbt-v2-standings-long-table tr:nth-child(2n+1) td {
  background: #cdcdcd;
  color: #122e60 !important;
  line-height: 1.5 !important;
}
/* line 238, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-schedule-long-table tr:nth-child(2n) td, .new-stats-players .mbt-v2-player-stats-table tr:nth-child(2n) td, .new-stats-teams .mbt-v2-player-stats-table tr:nth-child(2n) td, .new-stats-spielinfos .mbt-v2-schedule-long-table tr:nth-child(2n) td, .new-stats-spielerinfos .mbt-v2-player-stats-table tr:nth-child(2n) td, .new-stats-teaminfos .mbt-v2-player-stats-table tr:nth-child(2n) td, .new-stats-schedule .mbt-v2-schedule-long-table tr:nth-child(2n) td, .new-stats-table-long .mbt-v2-standings-long-table tr:nth-child(2n) td {
  background: #e7e7e7;
  color: black;
  line-height: 1.5 !important;
}
/* line 243, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-schedule-long-table tbody > tr > td, .mbt-v2-schedule-long-table thead > tr > th, .mbt-v2-schedule-long-table thead > tr > td {
  border: 1px solid transparent;
}
/* line 246, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-widget-content {
  padding: 0em !important;
}
/* line 249, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-tab-hover .mbt-center {
  font-weight: bold !important;
}
/* line 254, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-leaders .mbt-widget select, .new-stats-leaders .mbt-widget input {
  border-radius: 0 !important;
  width: 25%;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  color: black;
  border: 1px solid #cdcdcd;
}
/* line 264, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-widgets .mbt-v2-select, .new-stats-players .mbt-v2-select, .new-stats-teams .mbt-v2-select, .new-stats-spielinfos .mbt-v2-select, .new-stats-spielerinfos .mbt-v2-select, .new-stats-teaminfos .mbt-v2-select, .new-stats-table-short .mbt-v2-select, .new-stats-schedule .mbt-v2-select, .new-stats-table-long .mbt-v2-select {
  border-radius: 0 !important;
  background: #fff;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  color: black;
  border: 1px solid #cdcdcd;
}
/* line 276, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-leaders .mbt-gs-footer > .mbt-gs-logo {
  display: none;
}
/* line 281, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-footer {
  display: none;
}
/* line 286, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-headline {
  background-image: linear-gradient(#eceff3, #eceff3) !important;
  line-height: 2.2 !important;
  margin-top: 0.8em;
  height: 4em !important;
}
/* line 294, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-subheader, .new-stats-players .mbt-v2-subheader, .new-stats-players .mbt-v2-player-stats-table thead tr th, .new-stats-teams .mbt-v2-subheader, .new-stats-teams .mbt-v2-player-stats-table thead tr th, .new-stats-spielinfos .mbt-v2-subheader, .new-stats-spielinfos .mbt-v2-player-stats-table thead tr th, .new-stats-teaminfos .mbt-v2-subheader, .new-stats-teaminfos .mbt-v2-player-stats-table thead tr th, .new-stats-spielerinfos .mbt-v2-subheader, .new-stats-spielerinfos .mbt-v2-player-stats-table thead tr th, .new-stats-schedule .mbt-v2-subheader, .new-stats-schedule .mbt-v2-player-stats-table thead tr th, .new-stats-table-long .mbt-v2-subheader, .new-stats-table-long .mbt-v2-standings-long-table thead tr th {
  border-top: none;
  border-bottom: none;
  background: #122e60 !important;
  color: #fff !important;
  font-weight: bold !important;
}
/* line 301, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-table td {
  border-left: none;
  border-right: none;
  color: #fff !important;
  line-height: 2.04;
}
/* line 309, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-table td a {
  color: #122e60 !important;
}
/* line 312, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .table, .new-stats-bracket.mbt-table, .new-stats-bracket .mbt-widget {
  border: none !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
}
/* line 318, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-content {
  border: none;
}
/* line 323, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-table tr.row1 td {
  background: #cdcdcd !important;
  color: black !important;
}
/* line 327, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-bracket .mbt-table tr.row2 td {
  background: #e7e7e7 !important;
  color: black !important;
}
/* line 333, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short th {
  height: 4em !important;
}
/* line 338, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-table a, .new-stats-table-long .mbt-v2-table a {
  color: #122e60 !important;
  font-weight: bold;
}
/* line 343, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-table-header-before-table {
  display: none !important;
}
/* line 346, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-widget-content {
  padding-left: 5px !important;
  padding-right: 0px !important;
}
/* line 350, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short {
  margin-top: 0em;
}
/* line 354, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-table-header-before-table {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #122e60 !important;
}
/* line 362, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-standings-long-table tr:nth-child(2n+1) td, .new-stats-table-long .mbt-v2-standings-long-table tr:nth-child(2n+1) td {
  background: #cdcdcd !important;
  color: black;
}
/* line 366, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-standings-long-table tr:nth-child(2n) td, .new-stats-table-long .mbt-v2-standings-long-table tr:nth-child(2n) td {
  background: #e7e7e7 !important;
  color: black;
}
/* line 370, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short tr, .new-stats-table-long tr {
  line-height: 1.2 !important;
}
/* line 373, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-left, .new-stats-right {
  padding-top: 3em;
  padding-bottom: 2.5em;
  background: white !important;
}
/* line 379, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-left {
  padding-left: 3em;
  padding-right: 0.5em;
}
/* line 383, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-right {
  padding-left: 0.5em;
  padding-right: 3em;
}
/* line 387, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-unten, .new-stats-oben {
  padding-top: 2em;
  padding-bottom: 1em;
  Background: #fff;
}
/* line 394, templates/jl_learnmate_pro/custom/scss/custom.scss */
.border-oben, .new-stats-unten {
  border-top: 40px solid #f1f1f1 !important;
}
/* line 397, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-unten-front {
  background: #f1f1f1;
  padding-top: 2em;
}
/* line 401, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats .mbt-v2-header, .new-stats-players .mbt-v2-header, .new-stats-teams .mbt-v2-header, .new-stats-table-long .mbt-v2-header, .new-stats-schedule .mbt-v2-header {
  display: none;
}
/* line 404, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielinfos .mbt-v2-header, .new-stats-spielerinfos .mbt-v2-header, .new-stats-teaminfos .mbt-v2-header {
  background: #122e60 !important;
  color: white;
  font-weight: bold;
  margin-top: 2em;
}
/* line 412, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-players .mbt-v2-widget-content, .new-stats-teams .mbt-v2-widget-content, .new-stats-spielinfos .mbt-v2-widget-content, .new-stats-teaminfos .mbt-v2-widget-content, .new-stats-spielerinfos .mbt-v2-widget-content, .new-stats-schedule .mbt-v2-widget-content, .new-stats-table-long .mbt-v2-widget-content {
  margin-top: 2em;
}
/* line 415, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-players .mbt-v2-table a, .new-stats-teams .mbt-v2-table a, .new-stats-spielinfos .mbt-v2-table a, .new-stats-teaminfos .mbt-v2-table a, .new-stats-spielerinfos .mbt-v2-table a {
  font-weight: 700;
}
/* line 418, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-schedule .mbt-v2-table a, .new-stats-table-long .mbt-v2-table a {
  color: #122e60 !important;
}
/* line 421, templates/jl_learnmate_pro/custom/scss/custom.scss */
.item-page.new-stats-spielerinfos, .item-page.new-stats-spielinfos, .item-page.new-stats-teaminfos {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
}
/* line 428, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielerinfos #mbt-v2-player-last-x-games-table, .new-stats-spielinfos #mbt-v2-player-last-x-games-table, .new-stats-teaminfos #mbt-v2-team-home-statistics-avg-table, .new-stats-teaminfos #mbt-v2-team-home-opponents-avg-table {
  color: black;
  font-weight: 500;
}
/* line 432, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielerinfos #mbt-v2-player-last-x-games-table a, .new-stats-spielinfos #mbt-v2-player-last-x-games-table a, .new-stats-teaminfos #mbt-v2-player-last-x-games-table a {
  color: #122e60 !important;
}
/* line 436, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielerinfos .mbt-v2-grid, .new-stats-spielinfos .mbt-v2-grid, .new-stats-teaminfos .mbt-v2-grid {
  font-weight: 500;
}
/* line 439, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielerinfos .mbt-v2-legend-title, .new-stats-spielinfos .mbt-v2-legend-title, .new-stats-teaminfos .mbt-v2-legend-title {
  color: white;
}
/* line 442, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielerinfos .mbt-v2-strong a {
  color: #122e60 !important;
}
/* line 445, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-spielerinfos select, .new-stats-teaminfos select {
  float: right;
}
/* line 448, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-teaminfos .mbt-v2-badge.mbt-v2-badge-win {
  background: #122e60 !important;
}
/* line 451, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-teaminfos .mbt-v2-badge.mbt-v2-badge-lose {
  background: #ba2c1d !important;
}
/* line 455, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-teaminfos .mbt-holder .mbt-holder-content {
  border: none !important;
}
/* line 461, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-footer-schedule, .mbt-v2-export-link {
  background: #fff;
  text-align: center;
  padding: 0;
  color: #ba2c1d !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
/* line 471, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-schedule .mbt-v2-col[class*="mbt-v2-col-"].mbt-v2-grid-end {
  text-align: center !important;
}
/* line 474, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-footer-standings {
  background: #f1f1f1;
  text-align: center;
  padding: 0;
  margin-left: 0.4em !important;
  color: #ba2c1d !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
/* line 486, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-table-short .mbt-v2-divider {
  display: none;
}
/* line 492, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-kader .g-contenttabs .g-contenttabs-tab-wrapper-head {
  display: block;
  margin-bottom: -1px;
  margin-right: 0px;
  padding: 0.938rem 1.876rem;
  border-radius: 0;
  color: #122e60 !important;
  background: white;
  border: 1px solid #f1f1f1;
}
/* line 503, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-kader .ui-tabs-active .g-contenttabs-tab-wrapper-head {
  background: #ba2c1d !important;
}
/* line 507, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-table-head {
  float: left;
  background: #122e60 !important;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding-left: 1em;
  padding-top: 1em;
  height: 4em;
  border: none;
}
/* line 518, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-table-content-top {
  padding-top: 0.5em;
  padding-bottom: 2.5em;
  border-bottom: 2px solid #f1f1f1;
}
/* line 523, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-table-content {
  float: left;
  background: white !important;
  font-size: 12px;
  font-weight: 500;
  color: #122e60 !important;
  padding-left: 1em;
  border: none;
}
/* line 533, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-player-all {
  float: left;
  border: 1px solid #ccc;
}
/* line 537, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-player-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-image: url('../../../../images/oebv/pages/spieler/Hintergrund_Spieler_Team_Austria_700.png') !important;
  background-position: center;
  background-size: cover;
}
/* line 546, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-player-text-gross {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 0.5em;
  background: #ba2c1d !important;
}
/* line 554, templates/jl_learnmate_pro/custom/scss/custom.scss */
.nat-player-text-klein {
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding-left: 0.5em;
  background: #ba2c1d !important;
}
/* line 566, templates/jl_learnmate_pro/custom/scss/custom.scss */
.Team-Austria .djtabs-in-border {
  border-color: transparent !important;
  border-top-width: 2px !important;
  border-top-style: solid;
  margin-left: -1.8em;
  margin-right: -1.8em;
}
/* line 575, templates/jl_learnmate_pro/custom/scss/custom.scss */
#new_ba .counter, #new_nachwuchs .counter {
  display: none !important;
}
/* line 578, templates/jl_learnmate_pro/custom/scss/custom.scss */
#new_ba .new-content, #new_nachwuchs .new-content {
  margin-bottom: -0.2em;
}
/* line 583, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-tv-player {
  margin-bottom: 3em;
}
/* line 588, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-slider-dummy div {
  display: none !important;
}
/* line 591, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-social-icons .g-social a span {
  font-size: 24px !important;
  margin-top: 1.2em;
}
/* line 595, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-social-headline .new-social-icons {
  margin-top: 2em;
}
/* line 599, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-social {
  background-image: url('../../../../images/oebv/pages/home/background_social.png') !important;
  background-position: center;
  max-height: 35.563em;
  max-width: 30%;
}
/* line 605, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-social p {
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: bold !important;
  color: white !important;
  font-size: 14px !important;
}
/* line 612, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta {
  background-image: url('../../../../images/oebv/pages/home/background_insta.jpg') !important;
  background-position: center;
  max-height: 35.563em;
  max-width: 30%;
}
/* line 618, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-fb {
  background: #3b5998 !important;
  max-height: 35.563em;
  max-width: 30%;
}
/* line 623, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-facebook-phone, .new-instagram-phone {
  background: #f1f1f1;
}
/* line 626, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-instagram-phone .g-content {
  background-image: url('../../../../images/oebv/pages/home/background_insta.jpg') !important;
  background-position: center;
  background-size: cover;
}
/* line 631, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-facebook-phone .g-content {
  background: #3b5998 !important;
}
/* line 634, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta .filter-items.sb-default, .new-fb .filter-items.sb-default, .new-facebook-phone .filter-items.sb-default, .new-instagram-phone .filter-items.sb-default {
  display: none;
}
/* line 637, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta #timeline_wall2, .new-fb #timeline_wall3, .new-insta #timeline_wall6, .new-insta #timeline_wall8 {
  height: 35.563em !important;
}
/* line 642, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta #timeline_wall2.sboard, #timeline_wall2.sboard a, .new-fb #timeline_wall3.sboard, #timeline_wall3.sboard a, .new-facebook-phone #timeline_wall4.sboard, #timeline_wall4.sboard a, .new-instagram-phone #timeline_wall5.sboard, #timeline_wall5.sboard a, .new-insta #timeline_wall6.sboard, #timeline_wall6.sboard a, .new-instagram-phone #timeline_wall7.sboard, #timeline_wall7.sboard a, .new-insta #timeline_wall8.sboard, #timeline_wall8.sboard a, .new-instagram-phone #timeline_wall9.sboard, #timeline_wall9.sboard a, .new-fb #timeline_wall10.sboard, #timeline_wall10.sboard a, .new-facebook-phone #timeline_wall12.sboard, #timeline_wall12.sboard a, .new-fb #timeline_wall11.sboard, #timeline_wall11.sboard a, .new-facebook-phone #timeline_wall13.sboard, #timeline_13sboard a {
  font-size: 12px;
}
/* line 657, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta #sb_wall2, .new-insta .sb_inner, .new-insta #timeline_wall2.sboard .sb-item .sb-container, .new-insta #timeline_wall2.sboard .sb-item .sb-container .sb-inner, .new-fb #sb_wall3, .new-fb .sb_inner, .new-fb #timeline_wall3.sboard .sb-item .sb-container, .new-fb #timeline_wall3.sboard .sb-item .sb-container .sb-inner, .new-facebook-phone #sb_wall4, .new-facebook-phone .sb_inner, .new-facebook-phone #timeline_wall4.sboard .sb-item .sb-container, .new-facebook-phone #timeline_wall4.sboard .sb-item .sb-container .sb-inner, .new-instagram-phone #sb_wall5, .new-instagram-phone .sb_inner, .new-instagram-phone #timeline_wall5.sboard .sb-item .sb-container, .new-instagram-phone #timeline_wall5.sboard .sb-item .sb-container .sb-inner, .new-insta #sb_wall6, .new-insta #timeline_wall6.sboard .sb-item .sb-container, .new-insta #timeline_wall6.sboard .sb-item .sb-container .sb-inner, .new-instagram-phone #sb_wall7, .new-instagram-phone #timeline_wall7.sboard .sb-item .sb-container, .new-instagram-phone #timeline_wall7.sboard .sb-item .sb-container .sb-inner, .new-insta #sb_wall8, .new-insta #timeline_wall8.sboard .sb-item .sb-container, .new-insta #timeline_wall8.sboard .sb-item .sb-container .sb-inner, .new-instagram-phone #sb_wall9, .new-instagram-phone #timeline_wall9.sboard .sb-item .sb-container, .new-instagram-phone #timeline_wall9.sboard .sb-item .sb-container .sb-inner, .new-fb #sb_wall10, .new-fb #timeline_wall10.sboard .sb-item .sb-container, .new-fb #timeline_wall10.sboard .sb-item .sb-container .sb-inner, .new-facebook-phone #sb_wall12, .new-facebook-phone #timeline_wall12.sboard .sb-item .sb-container, .new-facebook-phone #timeline_wall12.sboard .sb-item .sb-container .sb-inner, .new-fb #sb_wall11, .new-fb #timeline_wall11.sboard .sb-item .sb-container, .new-fb #timeline_wall11.sboard .sb-item .sb-container .sb-inner, .new-facebook-phone #sb_wall13, .new-facebook-phone #timeline_wall13.sboard .sb-item .sb-container, .new-facebook-phone #timeline_wall13.sboard .sb-item .sb-container .sb-inner {
  background: transparent !important;
}
/* line 671, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta .sboard.sb-default .sb-item .sb-container, .new-fb .sboard.sb-default .sb-item .sb-container, .new-facebook-phone .sboard.sb-default .sb-item .sb-container, .new-instagram-phone .sboard.sb-default .sb-item .sb-container {
  margin: 0px !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
/* line 680, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-insta .sboard .sb-item .sb-inner .sb-info, .new-insta .sboard .sb-item .sb-inner .sb-text, .new-fb .sboard .sb-item .sb-inner .sb-info, .new-fb .sboard .sb-item .sb-inner .sb-text, .new-facebook-phone .sboard .sb-item .sb-inner .sb-info, .new-facebook-phone .sboard .sb-item .sb-inner .sb-text, .new-instagram-phone .sboard .sb-item .sb-inner .sb-info, .new-instagram-phone .sboard .sb-item .sb-inner .sb-text {
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: white !important;
}
/* line 689, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-teamlogos {
  margin-top: -1.3em;
  margin-bottom: -1.5em;
  margin-left: 5em;
}
/* line 695, templates/jl_learnmate_pro/custom/scss/custom.scss */
.background-grey {
  background: #f1f1f1 !important;
}
/* line 700, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-mainbar {
  background: white !important;
}
/* line 703, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-content {
  background: #f1f1f1 !important;
}
/* line 708, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-submenu-wrapper {
  background: #f1f1f1 !important;
  margin-bottom: -2em !important;
  margin-top: -1.1em !important;
  padding-left: 5em !important;
}
/* line 715, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-banner-1 .g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-transform: uppercase;
  font-weight: normal;
  color: #122e60 !important;
}
/* line 720, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-banner-1 .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-banner-1 .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  font-weight: bold;
}
/* line 724, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-banner-1 .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none !important;
}
/* line 729, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_menu {
  background: transparent !important;
}
/* line 732, templates/jl_learnmate_pro/custom/scss/custom.scss */
#new_menu_id {
  background: transparent !important;
}
/* line 735, templates/jl_learnmate_pro/custom/scss/custom.scss */
#new_menu_id .g-menu-item-container {
  background: transparent !important;
}
/* line 738, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  background: transparent !important;
  text-transform: uppercase;
  font-weight: normal !important;
  color: #fff !important;
  border-right: 0px !important;
}
/* line 745, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  font-weight: 600 !important;
}
/* line 749, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
/* line 753, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li, #g-banner-1 .g-main-nav .g-sublevel > li {
  background: #adadad !important;
}
/* line 756, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container, #g-banner-1 .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #122e60 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
/* line 761, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-banner-1 .g-main-nav .g-sublevel > li.active > .g-menu-item-container, #g-banner-1 .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  font-weight: bold !important;
}
/* line 767, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-news div, .ba-presstige-news .article-info {
  background: #f1f1f1 !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: normal;
  color: #122e60 !important;
  line-height: 1.5 !important;
}
/* line 775, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-news h2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}
/* line 780, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-news dd {
  padding-left: 1em;
  padding-right: 1em;
  color: white !important;
}
/* line 785, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-news img {
  float: left !important;
  margin-top: 1.5em;
  margin-right: 0.5em;
}
/* line 790, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-news .page-header h2 {
  margin-bottom: -0.5rem !important;
}
/* line 793, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-news div[itemprop="articleBody"] {
  padding: 1em !important;
}
/* line 798, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-sponsoren {
  background: white !important;
}
/* line 804, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-sponsoren .platform-content, .moduletable, .widget {
  padding: 0rem !important;
}
/* line 807, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-sponsoren img {
  float: left !important;
  padding: 1em;
}
/* line 820, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-footer td {
  border: none;
}
/* line 823, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-footer .g-grid:last-child {
  border-top: 1px solid transparent !important;
}
/* line 828, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_background_menu {
  background-image: url('../../../../images/oebv/pages/home/background_menu.jpg') !important;
  height: 7.5em;
}
/* line 832, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_background_menu .g-main-nav .g-toplevel > li {
  margin-top: 1em;
  padding-top: 1.4em;
  padding-bottom: 2em;
}
/* line 840, templates/jl_learnmate_pro/custom/scss/custom.scss */
.g-container {
  background: white !important;
}
/* line 850, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_ticker .mbt-v2-games-scroller-navigate-prev {
  background-image: url('../../../../images/oebv/pages/ticker_pfeil_links.png') !important;
  background-size: 3em auto;
  background-position: center;
}
/* line 855, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_ticker .mbt-v2-games-scroller-navigate-next {
  background-image: url('../../../../images/oebv/pages/ticker_pfeil_rechts.png') !important;
  background-size: 3em auto;
  background-position: center;
}
/* line 860, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_ticker .mbt-v2-games-scroller-item {
  background: #f1f1f1;
  box-shadow: none !important;
  height: 10em;
}
/* line 867, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-ticker {
  padding-left: 3em;
  padding-right: 3em;
  background: white !important;
  margin-bottom: 2em;
}
/* line 874, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-ticker .mbt-v2-widget {
  border-radius: 0px !important;
}
/* line 878, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-ticker .mbt-v2-games-scroller-item-content {
  background: rgba(73, 17, 11, 0);
  line-height: 1;
  height: auto;
  font-weight: bold;
}
/* line 884, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-ticker .mbt-v2-games-scroller.mbt-v2-widget {
  background: #fff;
  padding-top: 0.5em;
}
/* line 888, templates/jl_learnmate_pro/custom/scss/custom.scss */
.home-ticker .mbt-v2-games-scroller-item-header, .bsl-ticker .mbt-v2-games-scroller-item-header, .b2l-ticker .mbt-v2-games-scroller-item-header, .cup-ticker .mbt-v2-games-scroller-item-header {
  background: #94cae1 !important;
  line-height: 1.5;
  height: auto;
  font-weight: bold;
  color: #000;
}
/* line 895, templates/jl_learnmate_pro/custom/scss/custom.scss */
.bdsl-ticker .mbt-v2-games-scroller-item-header {
  background: #5e347e !important;
  line-height: 1.5;
  height: auto;
  font-weight: bold;
  color: #fff;
}
/* line 904, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_logo_wrapper {
  background: transparent !important;
}
/* line 907, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_logo_verband_large, .new_logo_bsl_large, .new_logo_b2l_large {
  max-width: 10em;
  margin-top: 0.6em;
  margin-left: 2.5em;
}
/* line 912, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_logo_bdsl_large {
  max-width: 10em;
  margin-top: 0em;
  margin-left: 2.5em;
}
/* line 918, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_logo_verband_small, .new_logo_bsl_small, .new_logo_b2l_small, .new_logo_bdsl_small {
  max-width: 10em;
  margin-top: 0.6em;
  margin-left: 4.5em;
}
/* line 927, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides-home #presstige-slides .slide > div::before {
  background-color: #122e60 !important;
  background-image: linear-gradient(30deg, #122e60, #122e60 45%, transparent 45%), linear-gradient(-30deg, #122e60, transparent), repeating-linear-gradient(30deg, #ba2c1d, #ba2c1d 2px, transparent 2px, transparent 10px) !important;
}
/* line 932, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides-bsl #presstige-slides .slide > div::before {
  background-image: url('../../../../images/oebv/pages/home/slider/bsl.png') !important;
}
/* line 934, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides-b2l #presstige-slides .slide > div::before {
  background-image: url('../../../../images/oebv/pages/home/slider/b2l.png') !important;
}
/* line 936, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides-bdsl #presstige-slides .slide > div::before {
  background-color: #5e347e !important;
  background-image: url('../../../../images/oebv/pages/home/slider/bdsl.png') !important;
}
/* line 940, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides .slide h2 a {
  font-weight: bold !important;
}
/* line 943, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides .slide div {
  font-weight: 500 !important;
}
/* line 946, templates/jl_learnmate_pro/custom/scss/custom.scss */
.oebv-mainbar {
  background: #fff !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* line 951, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides {
  margin-top: 1.5rem !important;
}
/* line 954, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides a, .oebv-presstige-news a {
  color: #122e60 !important;
}
/* line 957, templates/jl_learnmate_pro/custom/scss/custom.scss */
.ba-presstige-slides a:hover, .oebv-presstige-news a:hover {
  color: #ba2c1d !important;
}
/* line 960, templates/jl_learnmate_pro/custom/scss/custom.scss */
.oebv-presstige-news b, .oebv-presstige-news strong {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal !important;
}
/* line 965, templates/jl_learnmate_pro/custom/scss/custom.scss */
.oebv-presstige-news img {
  margin-right: 1rem;
  margin-bottom: 0.1rem;
  margin-top: 1rem;
}
/* line 970, templates/jl_learnmate_pro/custom/scss/custom.scss */
.oebv-presstige-news p.readmore .btn {
  color: #fff !important;
  background: #122e60 !important;
  padding: 0.5rem 2.725rem !important;
}
/* line 975, templates/jl_learnmate_pro/custom/scss/custom.scss */
.oebv-presstige-news p.readmore .btn:hover {
  color: #000 !important;
  background: #ba2c1d !important;
  padding: 0.5rem 2.725rem !important;
}
/* line 980, templates/jl_learnmate_pro/custom/scss/custom.scss */
.oebv-presstige-news .items-row {
  margin-bottom: 0.5rem !important;
  padding-bottom: 0rem !important;
  clear: left;
}
/* line 987, templates/jl_learnmate_pro/custom/scss/custom.scss */
#g-header {
  height: 3.5em;
  margin-top: -1.9em;
  text-align: center;
  background: #122e60 !important;
}
/* line 993, templates/jl_learnmate_pro/custom/scss/custom.scss */
.section-horizontal-paddings {
  padding-left: 0% !important;
  padding-right: 0% !important;
}
/* line 999, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_search_menu {
  align: center;
  color: black;
}
/* line 1003, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_search_menu .search #searchForm .btn {
  background: #122e60 !important;
  font-size: 12px;
  color: white;
}
/* line 1008, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_search_menu .search #searchForm input.inputbox, .new_search_menu .inputbox {
  background: white;
  color: black;
}
/* line 1013, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_search_menu_item img {
  height: 1.5em;
  padding-left: 1.5em;
  margin-right: -1em;
}
/* line 1019, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new_search_menu_item {
  background: #94cae1 !important;
}
/* line 1023, templates/jl_learnmate_pro/custom/scss/custom.scss */
#new_bdsl .new_search_menu_item {
  background: #5e347e !important;
}
/* line 1029, templates/jl_learnmate_pro/custom/scss/custom.scss */
.flip-clock-wrapper {
  color: #122e60 !important;
  font-weight: bold !important;
  text-align: center !important;
}
/* line 1037, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-header, .new-stats-subheader {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #122e60 !important;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
/* line 1047, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-stats-header a:hover, .new-verband-text a:hover, .nat-table-content a:hover {
  color: #ba2c1d !important;
}
/* line 1050, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-verband-text, .new-verband-subheader {
  padding: 0;
  margin: 0;
  color: black;
  font-family: "Work Sans" !important;
  font-style: normal;
  font-weight: 500;
}
@media only all and (min-width: 75rem) {
  /* line 1062, templates/jl_learnmate_pro/custom/scss/custom.scss */
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 13px !important;
  }
  /* line 1065, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-header {
    font-size: 24px;
  }
  /* line 1068, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-subheader {
    font-size: 20px;
  }
  /* line 1071, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-subheader {
    font-size: 16px;
  }
  /* line 1074, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-text {
    font-size: 12px;
  }
  /* line 1077, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .flip-clock-wrapper {
    font-size: 30px !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 1083, templates/jl_learnmate_pro/custom/scss/custom.scss */
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 12px !important;
  }
  /* line 1086, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-header {
    font-size: 24px;
  }
  /* line 1089, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-subheader {
    font-size: 20px;
  }
  /* line 1092, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-subheader {
    font-size: 16px;
  }
  /* line 1095, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-text {
    font-size: 12px;
  }
  /* line 1098, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .flip-clock-wrapper {
    font-size: 24px !important;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.938rem) {
  /* line 1106, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    margin-left: 8em;
    margin-top: 0.7em;
    color: white;
    font-size: 2.5em;
  }
  /* line 1112, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-header {
    font-size: 20px;
  }
  /* line 1115, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-subheader {
    font-size: 16px;
  }
  /* line 1118, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-subheader {
    font-size: 14px;
  }
  /* line 1121, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-text {
    font-size: 12px;
  }
  /* line 1124, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .flip-clock-wrapper {
    font-size: 20px !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 50.938rem) {
  /* line 1131, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    margin-left: 8em;
    margin-top: 0.7em;
    color: white;
    font-size: 2.5em;
  }
  /* line 1140, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-header {
    font-size: 18px;
  }
  /* line 1143, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-subheader {
    font-size: 14px;
  }
  /* line 1146, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-subheader {
    font-size: 13px;
  }
  /* line 1149, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-text {
    font-size: 12px;
  }
  /* line 1152, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .nat-table-content, .nat-table-head {
    font-size: 11px !important;
  }
  /* line 1155, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides .slide h2 a {
    font-size: 20px !important;
  }
  /* line 1158, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides .slide div {
    font-size: 14px !important;
  }
  /* line 1161, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides #presstige-list .news-item a {
    font-size: 16px;
  }
  /* line 1164, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides #presstige-list .news-item__content {
    font-size: 14px;
  }
  /* line 1167, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .flip-clock-wrapper {
    font-size: 16px !important;
  }
}
@media only all and (max-width: 30rem) {
  /* line 1173, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    color: black;
    font-size: 2em;
  }
  /* line 1180, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-header {
    font-size: 14px;
  }
  /* line 1183, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-stats-subheader {
    font-size: 12px;
  }
  /* line 1186, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-subheader {
    font-size: 11px;
  }
  /* line 1189, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-verband-text {
    font-size: 10px;
  }
  /* line 1192, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .nat-table-content, .nat-table-head {
    font-size: 10px !important;
  }
  /* line 1195, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides .slide h2 a {
    font-size: 16px !important;
  }
  /* line 1198, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides .slide h2 {
    line-height: 20px !important;
  }
  /* line 1201, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides .slide div {
    font-size: 12px !important;
  }
  /* line 1204, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides #presstige-list .news-item a {
    font-size: 14px;
  }
  /* line 1207, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .ba-presstige-slides #presstige-list .news-item__content {
    font-size: 12px;
  }
  /* line 1210, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .flip-clock-wrapper {
    font-size: 14px !important;
  }
}
/* line 1220, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-mobile {
  z-index: 3 !important;
}
/* line 1225, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-sc {
  -webkit-overflow-scrolling: touch !important;
}
@media only screen and (max-width: 640px) {
  /* line 1231, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .mbt-v2-navigation-tab, .mbt-v2-navigation-tab-active {
    line-height: 26px !important;
  }
}
/* line 1238, templates/jl_learnmate_pro/custom/scss/custom.scss */
.dmp_Player-no-keyboard-focus {
  margin-top: 2em !important;
}
/* line 1242, templates/jl_learnmate_pro/custom/scss/custom.scss */
#mbt-v2-game-responsive-boxscore-team-container, .mbt-v2-responsive-table-container, .mbt-v2-scrollable-table-container, #mbt-v2-game-boxscore-table, .mbt-v2-table, .mbt-v2-game-boxscore-table {
  white-space: nowrap !important;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}
/* line 1249, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-popup {
  background: white;
  color: white;
  font-weight: bold;
  font-family: "Work Sans" !important;
}
@media only all and (min-width: 75rem) {
  /* line 1256, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-popup {
    font-size: 3em;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 1262, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-popup {
    font-size: 2em;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.938rem) {
  /* line 1269, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-popup {
    font-size: 1.5em;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 50.938rem) {
  /* line 1275, templates/jl_learnmate_pro/custom/scss/custom.scss */
  .new-popup {
    font-size: 1em;
  }
}
/* line 1281, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-popup a {
  color: #12264a;
}
/* line 1284, templates/jl_learnmate_pro/custom/scss/custom.scss */
.new-popup a:hover {
  color: #ba2c1d !important;
}
/*# sourceMappingURL=custom_100.css.map */