#articles.layout-left aside,
#articles.layout-right aside,
#articles.layout-top aside {
  float: left;
  width: 60px;
  margin-right: 10px;
}
#articles.layout-left aside > div,
#articles.layout-right aside > div,
#articles.layout-top aside > div {
  display: block;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: .75em 0 0;
  text-align: center;
  width: 50px;
  margin-top: .7em;
}
#articles.layout-left aside > div span.day,
#articles.layout-right aside > div span.day,
#articles.layout-top aside > div span.day {
  font-size: 2.2em;
  line-height: 40px;
  border-bottom: 1px solid #53BD99;
  display: block;
  padding-bottom: 5px;
}
#articles.layout-left aside > div span.year,
#articles.layout-right aside > div span.year,
#articles.layout-top aside > div span.year {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: .75em;
  line-height: 2.5;
}
#articles.layout-left section,
#articles.layout-right section,
#articles.layout-top section {
  overflow: hidden;
  position: relative;
}
#articles.layout-left section > .header,
#articles.layout-right section > .header,
#articles.layout-top section > .header {
  display: block;
  margin-bottom: 1.6em;
}
#articles.layout-left section .title,
#articles.layout-right section .title,
#articles.layout-top section .title {
  display: inline-block;
  float: left;
  width: 100%;
}
#articles.layout-left section h3,
#articles.layout-right section h3,
#articles.layout-top section h3 {
  display: inline-block;
  font-size: 1.8em;
  line-height: 100%;
  margin: .85em 0 0;
  padding: 0 0 .85em;
  font-weight: 500
}
#articles.layout-left section .divided.list,
#articles.layout-right section .divided.list,
#articles.layout-top section .divided.list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  width: 100%
}
#articles.layout-left section .description,
#articles.layout-right section .description,
#articles.layout-top section .description {
  line-height: 1.6em;
}
/* == Item Rating/Voting == */
.sk.rating-read b,
.sk.rating-vote b {
  font-family: Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 1em;
  color: #445c6a;
  cursor: pointer
}
.sk.rating-read b {
  cursor: default
}
.sk.rating-read b:before,
.sk.rating-vote b:before {
  content: "\f005";
  padding-right: 4px;
  color: #445c6a
}
.sk.rating-read b.rated:before,
.sk.rating-vote b:hover:before,
.sk.rating-vote b.rated:before {
  content: "\f005";
  color: #53BD99;
  transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s
}
.sk.rating-vote b.rated:hover:before {
  color: #53BD99
}
.sk.rating-read i,
.sk.rating-vote i {
  padding-left: 5px;
  font-size: 12px!important
}
.sk.rating-vote {
  display: block;
}
.sk.rating-vote b,
.sk.rating-vote.small b {
  font-size: 1.8em;
  margin-right: 0.3em
}
.sk.rating-vote.small b {
  font-size: 1.2em;
}
.sk.voting {
  display: inline-block;
  background: #445c6a;
  border-radius: 4px;
}
.sk.voting b {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding-left: 5px
}
.sk.voting a {
  display: inline-block;
  padding: 7px 15px;
}
.sk.voting i {
  font-size: 1em!important;
  color: #53BD99
}
.sk.voting a.vote-up > i {
  color: #92CF5C
}
.sk.voting a.vote-up:hover {
  background: #92CF5C;
  border-radius: 3px 0 0 3px
}
.sk.voting a.vote-down:hover {
  background: #53BD99;
  border-radius: 0 3px 3px 0
}
.sk.voting a.vote-up:hover > i,
.sk.voting a.vote-down:hover > i {
  color: #fff
}
.lessons-results-header {
  margin-top: 145px;
}
.lessons-publish-header {
  margin-top: 145px;
  padding-bottom: 200px;
}
.lesson-result-title {
  color: #16234d;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
}
.lesson-result-img {
  text-align: center;
  margin-bottom: 70px;
}
.lesson-result-img img {
  height: 500px;
}
.lessons-result-category-desc {
  margin-top: 250px;
  margin-bottom: 250px;
}
.cat-lesson-result-des {
  text-align: center;
}
.cat-lesson-result-des h2 {
  font-size: 39px;
  font-weight: 900;
  margin-bottom: 75px;
}
.cat-lesson-result-des p {
  font-size: 39px;
  font-weight: 300;
}
.lesson-res-desc-btn a {
  font-size: 18px;
  color: white;
  background-color: #e96a5d;
}
.lesson-res-desc-btn a {
  font-size: 18px;
  color: white;
  background-color: #e96a5d;
  padding: 25px 20px;
  border-radius: 50px;
  font-weight: 900;
}
.lesson-res-desc-btn {
  margin-top: 100px;
}
.lessons-category-title {
  font-size: 48px;
  font-weight: 900;
  -webkit-text-stroke: 1px #18244d;
  max-width: 965px;
  text-align: center;
  margin: auto;
  line-height: 1.3;
}
.page-header-heading {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-weight: 900;
}
.lessons-publish .page-header-wrap {
  margin-top: -30px;
}
.lessons-full-descr {
  box-shadow: 0 0 40px -3px rgba(23,36,77,0.3);
  background-color: white;
  border-radius: 45px;
  padding: 50px 55px;
}
.lessons-full-descr p {
  color: rgba(24,36,77,0.50);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.lessons-full-descr p:last-child {
  margin-bottom: 0;
}
.article-include h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 700;
}
.lessons-program-includes {
  margin-top: 100px;
}
.article-include p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}
.lessons-grid {
  width: auto;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}
.main-category-grid {
  width: auto;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0;
}
.lessons-publish-shapes .footer-small-circle {
  left: 0;
}
.lessons-publish-shapes .footer-half-circle {
  right: -170px;
  bottom: 0;
}
.lessons-top-section {
  position: relative;
  margin-bottom: 15em;
}
.each-lessons-category-result {
  margin-top: 200px;
}
.lessons-results-header .page-header-content {
  line-height: 1.3;
}
.program-for-you {
  padding-top: 6em;
  background: linear-gradient(135deg, #f6b051, #e96a5d, #18244d, #67bfc2);
  padding-bottom: 11em;
  margin-top: 200px;
  margin-bottom: 130px;
}
.program-for-you h1 {
  font-family: "Mynerve", cursive;
  font-size: 64px;
  text-align: center;
  color: white;
  margin-bottom: 90px;
}
.each-program-for-you {
  background-color: rgba(255,255,255,0.8);
  border-radius: 40px;
  padding: 30px 40px 30px 40px;
  min-height: 100%;
}
.each-program-for-you h5 {
  font-size: 30px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1em;
  height: 2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.each-program-for-you p {
  font-size: 19px;
  font-weight: 600;
}
.each-prog-for-you {
  margin-bottom: 25px;
}
.programm-goals h3 {
  font-size: 35px;
  text-align: center;
  font-weight: 900;
  -webkit-text-stroke: 1px #18244d;
}
.each-prog-goal {
  margin-bottom: 70px;
}
.prog-goal-heading {
  font-family: "Mynerve", cursive;
  font-size: 64px;
  color: white;
  text-align: center;
  height: 100%;
  padding: 15px;
}
.prog-goal-info p strong {
  color: rgb(23, 36, 77);
}
.prog-goal-info {
  padding: 15px 20px;
  height: 100%;
}
.pro-goal-knowledge {
  font-family: "Comfortaa", sans-serif;
  font-size: 23px;
  font-weight: 600;
  -webkit-text-stroke: 1px white;
  text-align: center;
  line-height: 1.3;
}
.prog-goal-info p {
  color: rgba(23,36,77,0.5);
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.8em;
  height: 10.8em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.prog-goals-container {
  margin-top: 120px;
  margin-bottom: 160px;
}
.lessos-video {
  margin-bottom: 350px;
}
.programm-goals {
  margin-bottom: 300px;
}
.adults-program {
  display: block;
}
.adults-program-resp {
  display: none;
}
@media only screen and (max-width: 1555px) {
  .prog-goal-info p {
    line-height: 1.8em;
    height: 12.6em;
    -webkit-line-clamp: 7;
  }
}
@media only screen and (max-width: 1500px) {
  .prog-goals-container {
    margin-top: 70px;
  }
  .each-lessons-category-result {
    margin-top: 120px;
  }
  .lesson-result-img img {
    height: 350px;
  }
  .lessons-result-category-desc {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .lessons-publish-header {
    margin-top: 100px;
    padding-bottom: 120px;
  }
  .lessons-top-section {
    margin-bottom: 10em;
  }
  .lessons-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .program-for-you {
    padding-top: 5em;
    padding-bottom: 7em;
  }
  .program-for-you h1 {
    font-size: 60px;
    margin-bottom: 80px;
  }
  .lessons-publish-shapes .footer-half-circle {
    right: -70px;
  }
}
@media only screen and (max-width: 1350px) {
  .each-prog-goal {
    margin-bottom: 55px;
  }
  .prog-goals-container .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .prog-goals-container .col-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prog-goal-info p {
    line-height: 1.8em;
    height: 14.4em;
    -webkit-line-clamp: 8;
  }
}
@media only screen and (max-width: 1280px) {
  .lessons-publish-shapes .footer-half-circle {
    right: 0;
  }
  .lessos-video {
    margin-bottom: 210px;
  }
}
@media only screen and (max-width: 1240px) {
  .lessons-publish-shapes .footer-half-circle {
    bottom: 20px;
  }
  .lessons-publish-shapes .footer-half-circle img {
    width: 100px;
  }
  .program-for-you h1 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .lessons-top-section {
    margin-bottom: 3em;
  }
  .lesson-result-img img {
    height: 300px;
  }
  .cat-lesson-result-des p {
    font-size: 35px;
  }
  .cat-lesson-result-des h2 {
    font-size: 35px;
    margin-bottom: 55px;
  }
  .program-for-you {
    padding-top: 5em;
    padding-bottom: 6em;
    margin-top: 100px;
  }
  .program-for-you {
    padding-top: 4em;
    padding-bottom: 5em;
  }
  .each-program-for-you h5 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .prog-goal-heading {
    font-size: 55px;
  }
  .pro-goal-knowledge {
    font-size: 20px;
  }
  .prog-goal-info p {
    line-height: 1.6em;
    height: 12.8em;
    -webkit-line-clamp: 8;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1150px) {
  .programm-goals {
    margin-top: 100px;
  }
  .lessons-publish-shapes .footer-half-circle {
    bottom: -80px;
  }
  .each-program-for-you h5 {
    margin-bottom: 0;
    line-height: 1em;
    height: 3em;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 1100px) {
  .prog-goals-container .row-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .prog-goals-container .col-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .each-prog-goal {
    margin-bottom: 35px;
  }
  .prog-goal-info p {
    line-height: 1.6em;
    height: 14.40em;
    -webkit-line-clamp: 9;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .prog-goals-container {
    margin-top: 40px;
  }
  .programm-goals {
    margin-top: 110px;
    margin-bottom: 180px;
  }
  .each-program-for-you h5 {
    font-size: 22px;
  }
  .program-for-you h1 {
    font-size: 45px;
    margin-bottom: 50px;
  }
  .lessons-program-includes {
    margin-top: 50px;
  }
  .article-include h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .lessons-top-section .flex-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-category-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lessons-publish-header {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .lesson-result-img img {
    height: 250px;
  }
  .lesson-result-img {
    margin-bottom: 40px;
  }
  .lesson-result-title {
    font-size: 25px;
  }
  .each-lessons-category-result {
    margin-top: 100px;
  }
  .cat-lesson-result-des p {
    font-size: 30px;
  }
  .cat-lesson-result-des h2 {
    margin-bottom: 35px;
  }
  .lessons-result-category-desc {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .lesson-res-desc-btn {
    margin-top: 75px;
  }
  .lesson-res-desc-btn a {
    font-size: 17px;
    padding: 20px 20px;
  }
  .cat-lesson-result-des p br {
    display: none;
  }
  .lessons-publish-header .page-header-heading {
    margin-bottom: 0;
  }
  .lessons-category-title {
    margin-top: 30px;
    font-size: 40px;
  }
  .lesson-main-img {
    margin-top: 50px;
    text-align: center;
  }
  .lessons-top-section {
    margin-bottom: 0;
  }
  .prog-goal-heading {
    font-size: 45px;
  }
  .pro-goal-knowledge {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .pro-goal-knowledge {
    font-size: 16px;
    -webkit-text-stroke: 0px white;
  }
  .article-include p {
    font-size: 16px;
    line-height: 1.6em;
    height: 16em;
    -webkit-line-clamp: 10;
  }
}
@media only screen and (max-width: 900px) {
  .each-program-for-you h5 {
    line-height: 1.2em;
    height: auto;
    -webkit-line-clamp: initial;
  }
}
@media only screen and (max-width: 850px) {
  .pro-goal-knowledge {
    font-size: 14px;
  }
  .article-include p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .adults-program {
    display: none;
  }
  .adults-program-resp {
    display: block;
  }
  .programm-goals h3 {
    font-size: 25px;
  }
  .each-prog-goal {
    margin-bottom: 30px;
  }
  .programm-goals {
    margin-bottom: 0;
  }
  .prog-goals-container {
    margin-bottom: 60px;
  }
  .prog-goal-heading {
    font-size: 55px;
  }
  .pro-goal-knowledge {
    font-size: 16px;
    -webkit-text-stroke: 1px white;
  }
  .article-include p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .video-description {
    font-size: 20px;
  }
  .video-description {
    margin-bottom: 100px;
  }
  .lessons-publish-shapes .footer-half-circle img {
    width: 70px;
  }
  .lessons-publish-shapes .footer-half-circle {
    bottom: 0px;
  }
  .lessos-video {
    margin-bottom: 100px;
  }
  .program-for-you h1 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .program-for-you {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .each-program-for-you p {
    font-size: 18px;
    margin-top: 12px;
  }
  .lessons-program-includes {
    margin-top: 20px;
  }
  .article-include h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .article-include p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .program-for-you {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .lessons-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lessons-full-descr p {
    margin-bottom: 20px;
  }
  .main-category-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lessons-publish-header {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .lessons-category-title {
    font-size: 30px;
  }
  .lessons-publish-header .page-header-heading {
    font-size: 20px;
  }
  .lesson-result-img img {
    height: auto;
  }
  .lesson-result-img {
    margin-bottom: 10px;
  }
  .lesson-result-title {
    font-size: 20px;
  }
  .each-lessons-category-result {
    margin-top: 50px;
  }
  .cat-lesson-result-des h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .cat-lesson-result-des p {
    font-size: 20px;
  }
  .lesson-res-desc-btn {
    margin-top: 45px;
  }
  .lesson-res-desc-btn a {
    font-size: 16px;
    padding: 15px 20px;
  }
  .lessons-result-category-desc {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .lessons-full-descr {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 500px) {
  .prog-goal-heading {
    font-size: 45px;
  }
  .pro-goal-knowledge {
    font-size: 15px;
  }
  .video-description {
    font-size: 18px;
  }
  .video-description {
    margin-bottom: 50px;
  }
  .lessos-video {
    margin-bottom: 60px;
  }
  .lessons-publish-shapes .footer-half-circle img {
    width: 50px;
  }
  .lessons-publish-shapes .footer-half-circle {
    bottom: 30px;
  }
  .program-for-you {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .lessons-full-descr p {
    font-size: 17px;
  }
  .lessons-publish-header .page-header-heading {
    font-size: 19px;
  }
  .lessons-category-title {
    font-size: 25px;
  }
  .cat-lesson-result-des h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .cat-lesson-result-des p {
    font-size: 16px;
  }
  .lesson-res-desc-btn a {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 414px) {
  .pro-goal-knowledge {
    font-size: 14px;
    -webkit-text-stroke: 0px white;
  }
  .prog-goal-heading {
    padding: 10px 0;
  }
  .article-include p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .lessons-publish-shapes .footer-half-circle img {
    width: 40px;
  }
  .lessons-publish-shapes .footer-rect {
    left: -20px;
  }
}