/* This comment is
    * several lines long.
    * since it uses the CSS comment syntax,
    * it will appear in the CSS output. */
/*
= FUNCTIONS
------------------------------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/*
IMPORT FONTS
-------------------------------------------- */
body,
input,
select,
button,
textarea {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.entry p {
  margin-bottom: 27px;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #000000; }
  .entry p a {
    color: #566AAF;
    -moz-transition: all 200ms 0s ease-in-out;
    -o-transition: all 200ms 0s ease-in-out;
    -webkit-transition: all 200ms 0s ease-in-out;
    transition: all 200ms 0s ease-in-out; }
    .entry p a:hover {
      color: #DF684C; }
  .entry p + h2,
  .entry p + h3,
  .entry p + h4,
  .entry p + h5,
  .entry p + h6 {
    padding-top: 15px; }
  .entry p strong {
    font-weight: 700; }
  .entry p em {
    font-style: italic; }

.entry ol,
.entry ul {
  margin-bottom: 30px;
  padding-left: 20px; }
  .entry ol li,
  .entry ul li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000; }
    .entry ol li strong,
    .entry ul li strong {
      font-weight: 700; }
    .entry ol li em,
    .entry ul li em {
      font-style: italic; }
    .entry ol li a,
    .entry ul li a {
      color: #566AAF;
      -moz-transition: all 200ms 0s ease-in-out;
      -o-transition: all 200ms 0s ease-in-out;
      -webkit-transition: all 200ms 0s ease-in-out;
      transition: all 200ms 0s ease-in-out; }
      .entry ol li a:hover,
      .entry ul li a:hover {
        color: #DF684C; }

.entry ol {
  list-style-type: decimal; }

.entry ul {
  list-style-type: disc; }

.entry hr {
  margin: 40px 0 35px;
  border-top: #d0d2d8 solid 1px;
  border-bottom: 0; }

.entry blockquote {
  position: relative;
  margin-bottom: 40px;
  padding-top: 30px; }
  .entry blockquote p {
    font-family: "Noto Serif", Times, Times New Roman, serif;
    font-size: 26px;
    line-height: 38px;
    color: #63AB57;
    font-weight: 700; }
  .entry blockquote:before, .entry blockquote:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 40px; }
  .entry blockquote:before {
    left: -100px;
    top: 40px;
    background: url(../img/icon-quote-left.svg) 50% 50% no-repeat; }
  .entry blockquote:after {
    right: -100px;
    bottom: 0;
    background: url(../img/icon-quote-left.svg) 50% 50% no-repeat; }
  @media (max-width: 640px) {
    .entry blockquote {
      padding-top: 80px;
      padding-bottom: 80px; }
      .entry blockquote:before {
        left: 0;
        top: 20px; }
      .entry blockquote:after {
        right: 0;
        bottom: 20px; } }

.entry h1,
.entry h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 48px; }

.entry h2 {
  font-family: "Noto Serif", Times, Times New Roman, serif; }

.entry h3 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700; }

.entry h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px; }

.entry h5 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700; }

.entry h6 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700; }

.entry img {
  max-width: 100%;
  height: auto; }

.entry .wp-caption {
  width: auto !important;
  margin-bottom: 30px; }
  .entry .wp-caption p {
    margin-bottom: 0; }
  .entry .wp-caption .wp-caption-text {
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 0.7); }

/*
GLOBAL STYLES
-------------------------------------------- */
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }
  html.menu-active {
    overflow: hidden; }
    html.menu-active body {
      overflow: hidden; }

body {
  overflow-x: hidden;
  position: relative;
  background-color: white;
  -webkit-overflow-scrolling: touch; }

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box; }

.social-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .social-menu li {
    margin-left: 24px; }
    .social-menu li a {
      display: block; }
      .social-menu li a svg {
        width: 24px;
        height: 24px;
        fill: #000000;
        -moz-transition: all 200ms 0s ease-in-out;
        -o-transition: all 200ms 0s ease-in-out;
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out; }
      .social-menu li a:hover svg {
        fill: #DF684C; }
    .social-menu li:first-child {
      margin-left: 0; }

@media (max-width: 1024px) {
  .mobile-slider-box.slick-slider .slick-list {
    margin-right: -8px; }
    .mobile-slider-box.slick-slider .slick-list .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start; }
      .mobile-slider-box.slick-slider .slick-list .slick-track .slick-slide {
        float: none;
        flex: 0 0 340px !important;
        width: 340px !important;
        min-height: 100%;
        height: auto; } }

@media (max-width: 640px) {
  .mobile-slider-box.slick-slider .slick-list .slick-track .slick-slide {
    flex: 0 0 300px !important;
    width: 300px !important; } }

.blog-slider .slick-dots,
.wide-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  text-align: center; }
  .blog-slider .slick-dots li,
  .wide-slider .slick-dots li {
    display: inline-block;
    margin: 0 7px; }
    .blog-slider .slick-dots li button,
    .wide-slider .slick-dots li button {
      width: 16px;
      height: 16px;
      margin: 0;
      padding: 0;
      text-align: left;
      text-indent: -99999px;
      background: rgba(255, 255, 255, 0.5);
      border: 0;
      border-radius: 50%;
      -webkit-appearance: none; }
    .blog-slider .slick-dots li.slick-active button,
    .wide-slider .slick-dots li.slick-active button {
      background: white; }

.not-found-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 150px 0; }
  @media (max-width: 1024px) {
    .not-found-wrapper {
      display: block;
      padding: 50px 0; } }
  .not-found-wrapper hgroup {
    flex: 1; }
    @media (max-width: 1024px) {
      .not-found-wrapper hgroup {
        margin-bottom: 60px; } }
    .not-found-wrapper hgroup h1 {
      margin-bottom: 40px;
      font-size: 50px;
      line-height: 140%;
      font-weight: 700; }
    .not-found-wrapper hgroup p {
      font-size: 24px;
      line-height: 140%;
      font-weight: 400; }
      .not-found-wrapper hgroup p a {
        color: #000000;
        text-decoration: underline; }
        .not-found-wrapper hgroup p a:hover {
          text-decoration: none; }
  .not-found-wrapper figure {
    flex-basis: 500px; }
    @media (max-width: 1024px) {
      .not-found-wrapper figure {
        padding-left: 30px;
        padding-right: 30px; } }
    .not-found-wrapper figure img {
      display: block;
      max-width: 100%;
      height: auto; }
    .not-found-wrapper figure figcaption {
      padding-top: 10px;
      font-size: 12px;
      font-style: italic;
      line-height: 1.4em;
      color: rgba(0, 0, 0, 0.7); }

.wp-block-columns.featured-columns {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 30px; }
  .wp-block-columns.featured-columns:after {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: 1;
    width: 300vw;
    height: 100%;
    background-color: #F6F7FA; }
  .wp-block-columns.featured-columns .wp-block-column {
    position: relative;
    z-index: 2; }
    .wp-block-columns.featured-columns .wp-block-column .wp-block-image img {
      max-width: 100%;
      height: auto; }
    .wp-block-columns.featured-columns .wp-block-column .wp-block-image figcaption {
      text-align: center;
      font-size: 16px;
      line-height: 26px; }
      .wp-block-columns.featured-columns .wp-block-column .wp-block-image figcaption strong {
        font-size: 24px;
        line-height: 38px;
        font-weight: 700; }
    @media (max-width: 640px) {
      .wp-block-columns.featured-columns .wp-block-column .wp-block-image figure {
        float: none;
        margin: 0 auto; } }

.wp-block-columns.cta-column {
  padding: 70px 30px; }
  @media (max-width: 640px) {
    .wp-block-columns.cta-column {
      padding: 50px 0; } }
  .wp-block-columns.cta-column .wp-block-column {
    max-width: 844px;
    padding: 40px 100px 40px 130px;
    background-color: #C2B1A9;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      .wp-block-columns.cta-column .wp-block-column {
        padding: 50px 30px; } }
    .wp-block-columns.cta-column .wp-block-column h2,
    .wp-block-columns.cta-column .wp-block-column h3 {
      margin-bottom: 48px;
      font-family: "Noto Serif", Times, Times New Roman, serif;
      font-size: 64px;
      line-height: 87px;
      color: white;
      font-weight: 700; }
      @media (max-width: 640px) {
        .wp-block-columns.cta-column .wp-block-column h2,
        .wp-block-columns.cta-column .wp-block-column h3 {
          font-size: 44px;
          line-height: normal; } }
    .wp-block-columns.cta-column .wp-block-column p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      color: #252833;
      letter-spacing: 2.2px;
      text-transform: uppercase; }
      .wp-block-columns.cta-column .wp-block-column p a {
        display: inline-block;
        color: #252833; }
        .wp-block-columns.cta-column .wp-block-column p a:after {
          content: "";
          display: inline-block;
          width: 20px;
          height: 18px;
          margin-left: 5px;
          vertical-align: middle;
          background: url(../img/icon-arrow-dark.svg) 50% 50% no-repeat; }

.wp-block-buttons .wp-block-button {
  display: block;
  flex: 1; }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 40px 60px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    background-color: #252833;
    border-radius: 0;
    -moz-transition: all 300ms 0s ease-in-out;
    -o-transition: all 300ms 0s ease-in-out;
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out; }
    .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
      background-color: #DF684C; }
  .wp-block-buttons .wp-block-button.small .wp-block-button__link {
    padding: 15px 20px 15px 42px;
    border-radius: 25px; }
    .wp-block-buttons .wp-block-button.small .wp-block-button__link:after {
      content: "";
      display: inline-block;
      width: 50px;
      height: 20px;
      vertical-align: middle;
      background: url(../img/icon-arrow.svg) 50% 50% no-repeat; }
  .wp-block-buttons .wp-block-button.full .wp-block-button__link {
    display: block;
    position: relative;
    width: 100%;
    text-align: right; }
    .wp-block-buttons .wp-block-button.full .wp-block-button__link:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 100px;
      background: url(../img/icon-arrow.svg) 50% 50% no-repeat; }

.wp-block-buttons.cta-button .wp-block-button {
  text-align: center; }
  .wp-block-buttons.cta-button .wp-block-button .wp-block-button__link {
    display: inline-block; }

.wp-block-buttons.light-bgr {
  padding: 70px 30px;
  background-color: #F6F7FA; }

.wp-block-group.wide {
  position: relative;
  padding: 100px 0;
  margin: 100px 0; }
  @media (max-width: 640px) {
    .wp-block-group.wide {
      padding: 50px 0;
      margin: 50px 0; } }
  .wp-block-group.wide h2 {
    font-size: 50px; }
    @media (max-width: 640px) {
      .wp-block-group.wide h2 {
        font-size: 40px; } }
  .wp-block-group.wide.highlight {
    position: relative; }
    .wp-block-group.wide.highlight .wp-block-group__inner-container {
      position: relative; }
    .wp-block-group.wide.highlight:before {
      content: "";
      position: absolute;
      left: -100vw;
      top: 0;
      width: 300vw;
      height: 100%;
      background-color: #F6F7FA; }

.wp-block-group + .wp-block-group.wide {
  margin-top: 0;
  padding-top: 0; }
  @media (max-width: 640px) {
    .wp-block-group + .wp-block-group.wide {
      margin-top: 0;
      padding-top: 0; } }

.wp-block-group.partner-logo-content h2 {
  margin-bottom: 40px;
  font-size: 50px; }
  @media (max-width: 640px) {
    .wp-block-group.partner-logo-content h2 {
      font-size: 40px; } }

.wp-block-group.partner-logo-content h3 {
  margin-bottom: 40px; }

.wp-block-group.partner-logo-content .wp-block-columns {
  max-width: 740px; }
  .wp-block-group.partner-logo-content .wp-block-columns .wp-block-column {
    margin-bottom: 50px; }
    .wp-block-group.partner-logo-content .wp-block-columns .wp-block-column figure img {
      max-height: 100px;
      width: auto; }

/* apply a natural box layout model to all elements
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
 } */
/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.text-justify {
  text-align: justify; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.fixed {
  position: fixed; }

/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/*
BUTTONS GLOBAL
-------------------------------------------- */
/*
FORMS GLOBAL
-------------------------------------------- */
.blog-filter .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 30px; }
  .blog-filter .wrapper .search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
    z-index: 100; }
    @media (max-width: 640px) {
      .blog-filter .wrapper .search {
        display: block; } }
    .blog-filter .wrapper .search input[type="text"] {
      width: 100%;
      height: 50px;
      padding: 0 20px 0 70px;
      background-color: #F6F7FA;
      border: 0;
      border-radius: 25px;
      box-sizing: border-box; }
    .blog-filter .wrapper .search .search_key {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-content: center;
      position: relative; }
      @media (max-width: 640px) {
        .blog-filter .wrapper .search .search_key {
          display: block;
          margin-bottom: 15px; } }
    .blog-filter .wrapper .search h2 {
      margin-right: 33px;
      font-size: 48px;
      line-height: 50px;
      font-weight: 700;
      color: #252833; }
      @media (max-width: 960px) {
        .blog-filter .wrapper .search h2 {
          font-size: 32px; } }
      @media (max-width: 640px) {
        .blog-filter .wrapper .search h2 {
          margin-bottom: 20px;
          font-size: 44px; } }
    .blog-filter .wrapper .search .search-form {
      position: relative;
      width: 524px; }
      @media (max-width: 960px) {
        .blog-filter .wrapper .search .search-form {
          width: 100%; } }
      .blog-filter .wrapper .search .search-form .search-focus {
        position: absolute;
        left: 25px;
        top: 50%;
        width: 24px;
        height: 24px;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }

.blog-filter .search-focus {
  cursor: pointer; }

.blog-filter .cat_dropdown {
  position: relative; }
  .blog-filter .cat_dropdown .default {
    position: relative;
    height: 50px;
    padding: 10px 70px 10px 23px;
    font-size: 17px;
    line-height: 30px;
    color: #252833;
    font-weight: 700;
    background-color: #F6F7FA;
    border: #E4E7F2 solid 1px;
    border-radius: 25px;
    box-sizing: border-box; }
    .blog-filter .cat_dropdown .default:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 8px;
      height: 8px;
      border-bottom: #000000 solid 2px;
      border-right: #000000 solid 2px;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }

.blog-filter .drop_down {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 357px;
  padding: 30px 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }
  .blog-filter .drop_down li {
    position: relative;
    padding: 10px 0;
    font-size: 17px;
    line-height: 20px;
    color: #252833; }
    .blog-filter .drop_down li:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 24px;
      height: 24px;
      background-color: #F6F7FA;
      border-radius: 50%;
      box-sizing: border-box;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
    .blog-filter .drop_down li:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 6px;
      display: none;
      z-index: 1;
      width: 12px;
      height: 12px;
      background-color: #252833;
      border-radius: 50%;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
    .blog-filter .drop_down li.active:after {
      background-color: white;
      border: solid 3px #252833; }
    .blog-filter .drop_down li.active:before {
      display: block; }

.blog-filter .default,
.blog-filter .drop_down li {
  cursor: pointer; }

.load_more_holder .load_more {
  display: block;
  padding: 30px 10px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  background-color: #252833;
  -moz-transition: all 300ms 0s ease-in-out;
  -o-transition: all 300ms 0s ease-in-out;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out; }
  .load_more_holder .load_more:hover {
    background-color: #000000; }

.no-results {
  grid-column: 1 / 5;
  padding: 100px 40px 200px; }
  .no-results p {
    font-size: 24px;
    line-height: 28px;
    color: #252833;
    font-weight: 700;
    text-align: center; }

/*
+ Landscape message */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background: url(../img/bgr-landscape-message.jpg) center no-repeat #000000;
  background-size: contain;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  transform: translateY(-25%); }

.mobile.landscape .landscape-message {
  display: block !important; }

/*
= HEADER AND NAVIGATION
------------------------------------------------------------------------------------- */
header .header-top {
  border-bottom: #000000 solid 1px; }
  header .header-top .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 40px; }
    @media (max-width: 768px) {
      header .header-top .wrapper {
        padding: 0 20px; } }
    header .header-top .wrapper .logo {
      display: block;
      width: 170px;
      height: 80px;
      text-indent: -9999px;
      background: url(../img/logo.svg) 0 0 no-repeat;
      background-size: 100% auto; }
      @media (max-width: 768px) {
        header .header-top .wrapper .logo {
          width: 100px;
          height: 50px; } }
    header .header-top .wrapper .search-outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 350px;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
      @media (max-width: 1024px) {
        header .header-top .wrapper .search-outer {
          position: relative;
          left: auto;
          top: auto;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); } }
      @media (max-width: 768px) {
        header .header-top .wrapper .search-outer {
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transform: translateX(0px) translateY(-80px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(0px) translateY(-80px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(0px) translateY(-80px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(0px) translateY(-80px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(0px) translateY(-80px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          width: 100%;
          height: 70px;
          background-color: white;
          -moz-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); } }
      header .header-top .wrapper .search-outer input[type="text"] {
        width: 100%;
        height: 50px;
        padding: 0 20px 0 70px;
        font-size: 16px;
        color: #000000;
        background-color: #F6F7FA;
        border: 0;
        border-radius: 35px;
        box-sizing: border-box;
        -webkit-appearance: none; }
        header .header-top .wrapper .search-outer input[type="text"]:focus {
          outline: none; }
        header .header-top .wrapper .search-outer input[type="text"]::placeholder {
          opacity: 1;
          color: #C4C4C4;
          font-style: italic; }
        @media (max-width: 768px) {
          header .header-top .wrapper .search-outer input[type="text"] {
            display: block;
            width: 320px;
            margin: 10px auto;
            padding: 0 30px; } }
        @media (max-width: 640px) {
          header .header-top .wrapper .search-outer input[type="text"] {
            width: 70vw;
            height: 40px;
            margin: 5px 0 0 10px; } }
      header .header-top .wrapper .search-outer button {
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 50px;
        background: none;
        border: 0;
        -webkit-appearance: none; }
        header .header-top .wrapper .search-outer button svg {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 24px;
          height: 24px;
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          fill: #000000; }
        @media (max-width: 768px) {
          header .header-top .wrapper .search-outer button {
            display: none; } }
      @media (max-width: 768px) {
        header .header-top .wrapper .search-outer.active {
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); } }
    header .header-top .wrapper h1,
    header .header-top .wrapper h2 {
      display: none;
      font-size: 22px;
      line-height: 36px;
      color: #000000; }
      @media (max-width: 1024px) {
        header .header-top .wrapper h1,
        header .header-top .wrapper h2 {
          font-size: 18px; } }
      @media (max-width: 768px) {
        header .header-top .wrapper h1,
        header .header-top .wrapper h2 {
          margin: 0 auto; } }
      @media (max-width: 640px) {
        header .header-top .wrapper h1,
        header .header-top .wrapper h2 {
          padding-right: 80px; } }
      @media (max-width: 480px) {
        header .header-top .wrapper h1,
        header .header-top .wrapper h2 {
          font-size: 14px;
          line-height: 20px;
          text-align: center; } }
    header .header-top .wrapper h2 {
      line-height: 120%; }
    @media (max-width: 768px) {
      header .header-top .wrapper .social-menu {
        display: none; } }
  header .header-top .mobile-search-trigger {
    display: none; }
    @media (max-width: 768px) {
      header .header-top .mobile-search-trigger {
        display: block;
        position: absolute;
        top: 7px;
        right: 70px; }
        header .header-top .mobile-search-trigger svg {
          fill: #252833; } }
    @media (max-width: 640px) {
      header .header-top .mobile-search-trigger {
        top: 11px; } }
  header .header-top .mobile-menu-trigger {
    display: none; }
    @media (max-width: 768px) {
      header .header-top .mobile-menu-trigger {
        display: block;
        position: absolute;
        right: 20px;
        top: 3px;
        width: 30px;
        height: 40px; }
        header .header-top .mobile-menu-trigger span {
          position: absolute;
          left: 0;
          top: 20px;
          width: 100%;
          height: 4px;
          background-color: #252833;
          -moz-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
          header .header-top .mobile-menu-trigger span:before, header .header-top .mobile-menu-trigger span:after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #252833;
            -moz-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
            -o-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
          header .header-top .mobile-menu-trigger span:before {
            top: -8px; }
          header .header-top .mobile-menu-trigger span:after {
            bottom: -8px; }
        header .header-top .mobile-menu-trigger.active span {
          background: none; }
          header .header-top .mobile-menu-trigger.active span:after {
            top: 0;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-45deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
          header .header-top .mobile-menu-trigger.active span:before {
            top: 0;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); } }

header .header-middle {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 30px 24px;
  text-align: center;
  box-sizing: border-box; }
  header .header-middle h1,
  header .header-middle h2 {
    margin: 0 auto 16px;
    font-size: 22px;
    line-height: 36px;
    color: #000000; }
    @media (max-width: 640px) {
      header .header-middle h1,
      header .header-middle h2 {
        margin-bottom: 30px;
        text-align: center; } }
  header .header-middle p {
    max-width: 760px;
    margin: 0 auto 16px;
    font-size: 15px;
    line-height: 26px;
    color: #000000; }
  header .header-middle .nletter-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    @media (max-width: 640px) {
      header .header-middle .nletter-form {
        display: block; } }
    header .header-middle .nletter-form input[type="text"],
    header .header-middle .nletter-form input[type="submit"] {
      width: auto;
      height: 50px;
      border: 0;
      -webkit-appearance: none; }
      @media (max-width: 640px) {
        header .header-middle .nletter-form input[type="text"],
        header .header-middle .nletter-form input[type="submit"] {
          width: 100%;
          box-sizing: border-box; } }
    header .header-middle .nletter-form input[type="text"] {
      flex: 1;
      padding: 0 20px 0 30px;
      font-size: 16px;
      color: #000000;
      background-color: #F6F7FA;
      border-radius: 25px 0 0 25px; }
      @media (max-width: 640px) {
        header .header-middle .nletter-form input[type="text"] {
          margin-bottom: 16px;
          border-radius: 25px; } }
      header .header-middle .nletter-form input[type="text"]:focus {
        outline: none; }
      header .header-middle .nletter-form input[type="text"]::placeholder {
        opacity: 1;
        color: #C4C4C4; }
    header .header-middle .nletter-form input[type="submit"] {
      flex: 0 0 50%;
      padding: 0 10px;
      font-size: 14px;
      font-weight: 700;
      color: white;
      letter-spacing: 2.2px;
      text-align: center;
      text-transform: uppercase;
      background-color: #252833;
      border-radius: 0  25px 25px 0;
      cursor: pointer;
      -moz-transition: all 200ms 0s ease-in-out;
      -o-transition: all 200ms 0s ease-in-out;
      -webkit-transition: all 200ms 0s ease-in-out;
      transition: all 200ms 0s ease-in-out; }
      @media (max-width: 640px) {
        header .header-middle .nletter-form input[type="submit"] {
          border-radius: 25px; } }
      header .header-middle .nletter-form input[type="submit"]:hover {
        background-color: #DF684C; }

header .header-bottom {
  border-bottom: #000000 solid 1px; }
  @media (max-width: 768px) {
    header .header-bottom {
      border: 0; } }
  header .header-bottom nav .main-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto; }
    header .header-bottom nav .main-nav li {
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 700; }
      header .header-bottom nav .main-nav li a {
        display: block;
        padding: 25px 20px;
        color: #000000;
        -moz-transition: color 200ms 0s ease-in-out;
        -o-transition: color 200ms 0s ease-in-out;
        -webkit-transition: color 200ms 0s ease-in-out;
        transition: color 200ms 0s ease-in-out; }
        header .header-bottom nav .main-nav li a:hover {
          color: #DF684C; }
      header .header-bottom nav .main-nav li.current-menu-item a, header .header-bottom nav .main-nav li.current_page_parent a {
        color: #DF684C; }
  @media (max-width: 768px) {
    header .header-bottom nav {
      position: fixed;
      right: -340px;
      top: 40px;
      z-index: 1000;
      width: 300px;
      height: calc(100% - 40px);
      padding-top: 20px;
      background: white;
      box-sizing: border-box; }
      header .header-bottom nav .main-nav {
        display: block; }
        header .header-bottom nav .main-nav li {
          display: block; } }

body.single-courses header .header-bottom nav .main-nav li.current_page_parent a {
  color: #000000; }

body.single-courses header .header-bottom nav .main-nav li.courses-menu-item a {
  color: #DF684C; }

/*
FOOTER
-------------------------------------------- */
.nletter-bottom {
  padding: 92px 0;
  background-color: #F6F7FA; }
  .nletter-bottom .nletter-bottom-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 840px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .nletter-bottom .nletter-bottom-wrapper {
        display: block;
        padding: 0 30px; } }
    .nletter-bottom .nletter-bottom-wrapper .nletter-info {
      flex: 0 0 506px; }
      @media (max-width: 768px) {
        .nletter-bottom .nletter-bottom-wrapper .nletter-info {
          text-align: center; } }
      .nletter-bottom .nletter-bottom-wrapper .nletter-info h4 {
        margin-bottom: 32px;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #252833; }
      .nletter-bottom .nletter-bottom-wrapper .nletter-info p {
        font-size: 17px;
        line-height: 28px;
        color: #252833; }
    .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form {
      flex: 1;
      padding-left: 20px; }
      @media (max-width: 768px) {
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form {
          max-width: 340px;
          margin: 0 auto;
          padding: 40px 0 0 0; } }
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="text"],
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="email"],
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="submit"] {
        width: 100%;
        height: 50px;
        border: 0;
        border-radius: 25px;
        box-sizing: border-box;
        -webkit-appearance: none; }
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="text"],
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="email"] {
        /*margin-bottom: 24px;*/
        padding: 0 24px;
        font-size: 16px;
        background-color: white;
        border: #E4E7F2 solid 1px; }
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="text"]:focus,
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="email"]:focus {
          outline: none; }
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="text"]::placeholder,
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="email"]::placeholder {
          opacity: 1;
          color: #ADADAD; }
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="submit"] {
        font-size: 14px;
        color: white;
        letter-spacing: 2.2px;
        text-align: center;
        text-transform: uppercase;
        background-color: #252833;
        cursor: pointer;
        -moz-transition: all 200ms 0s ease-in-out;
        -o-transition: all 200ms 0s ease-in-out;
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out; }
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form input[type="submit"]:hover {
          background-color: #DF684C; }
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form .wpcf7-not-valid-tip {
        position: absolute;
        top: 38px;
        right: 0;
        font-size: 12px;
        line-height: 20px; }
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form .wpcf7-response-output {
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        border: 0; }
      .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form #mce-responses {
        padding: 10px 0;
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 17px;
        line-height: 28px;
        color: #252833; }
        .nletter-bottom .nletter-bottom-wrapper .nletter-bottom-form #mce-responses .response {
          padding: 10px;
          margin: 10px 0;
          border: #DF684C solid 1px; }

footer {
  border-top: #000000 solid 1px; }
  footer p {
    font-size: 17px;
    line-height: 31px;
    color: #000000; }
  footer .footer-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 74px 20px  62px; }
    @media (max-width: 768px) {
      footer .footer-columns {
        display: block;
        text-align: center; } }
    footer .footer-columns .footer-col {
      flex: 0 0 30%; }
      @media (max-width: 768px) {
        footer .footer-columns .footer-col {
          margin-bottom: 30px; } }
      footer .footer-columns .footer-col:nth-child(2) {
        flex: 1; }
      footer .footer-columns .footer-col p {
        margin-bottom: 31px; }
        footer .footer-columns .footer-col p:last-child {
          margin-bottom: 0; }
      footer .footer-columns .footer-col .footer-nav {
        text-align: center; }
        footer .footer-columns .footer-col .footer-nav li {
          display: inline-block;
          margin: 0 15px;
          font-size: 14px;
          line-height: 19px;
          font-weight: 700;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          @media (max-width: 640px) {
            footer .footer-columns .footer-col .footer-nav li {
              display: block;
              padding: 10px 0;
              text-transform: none; } }
          footer .footer-columns .footer-col .footer-nav li a {
            color: #000000;
            -moz-transition: color 200ms 0s ease-in-out;
            -o-transition: color 200ms 0s ease-in-out;
            -webkit-transition: color 200ms 0s ease-in-out;
            transition: color 200ms 0s ease-in-out; }
            footer .footer-columns .footer-col .footer-nav li a:hover {
              color: #DF684C; }
      @media (max-width: 768px) {
        footer .footer-columns .footer-col .social-menu {
          justify-content: center; } }
  footer .footer-bottom {
    padding: 14px 20px;
    border-top: #000000 solid 1px;
    text-align: center; }

/*
ARTICLE GENERAL STYLE
-------------------------------------------- */
article {
  position: relative;
  overflow: hidden; }
  article .article-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box; }
    article .article-content .cats {
      position: relative;
      z-index: 3; }
      article .article-content .cats li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        background-color: white;
        border-radius: 20px; }
        article .article-content .cats li a {
          display: block;
          position: relative;
          padding: 10px 37px 10px 24px;
          color: #252833; }
          article .article-content .cats li a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            width: 9px;
            height: 9px;
            -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            border-radius: 50%; }
        article .article-content .cats li:last-child {
          margin-left: 0; }
        article .article-content .cats li.color-yellow a:after {
          background-color: #FFFF81; }
        article .article-content .cats li.color-green a:after {
          background-color: #7DB973; }
        article .article-content .cats li.color-violet a:after {
          background-color: #AF7695; }
        article .article-content .cats li.color-blue a:after {
          background-color: #91A7F1; }
        article .article-content .cats li.color-brown a:after {
          background-color: #C2B1A9; }
    article .article-content .full-link {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
  article .bgr {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    -moz-transition: all 200ms 0s ease-in-out;
    -o-transition: all 200ms 0s ease-in-out;
    -webkit-transition: all 200ms 0s ease-in-out;
    transition: all 200ms 0s ease-in-out; }
    article .bgr:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    article .bgr.position-top {
      background-position: 50% 0; }
    article .bgr.position-bottom {
      background-position: 50% 100%; }

/*
BLOG GRID
-------------------------------------------- */
.blog-wrapper .blog-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2px; }
  @media (max-width: 768px) {
    .blog-wrapper .blog-post-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) {
    .blog-wrapper .blog-post-grid {
      display: block;
      margin: 2px; } }
  .blog-wrapper .blog-post-grid article {
    height: 25vw; }
    @media (max-width: 768px) {
      .blog-wrapper .blog-post-grid article {
        height: 420px; } }
    .blog-wrapper .blog-post-grid article .article-content {
      padding: 35px; }
      .blog-wrapper .blog-post-grid article .article-content h4 {
        margin-bottom: 2.77778vw;
        font-weight: 700;
        font-size: 1.94444vw;
        line-height: 2.63889vw;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; }
        @media (max-width: 768px) {
          .blog-wrapper .blog-post-grid article .article-content h4 {
            margin-bottom: 40px;
            font-size: 28px;
            line-height: 38px; } }
        .blog-wrapper .blog-post-grid article .article-content h4 span {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: white; }
      .blog-wrapper .blog-post-grid article .article-content p {
        font-size: 1.18056vw;
        line-height: 1.59722vw;
        color: white;
        letter-spacing: 0.02em; }
        @media (max-width: 768px) {
          .blog-wrapper .blog-post-grid article .article-content p {
            font-size: 17px;
            line-height: 23px; } }
      .blog-wrapper .blog-post-grid article .article-content .excerpt {
        display: none; }
      .blog-wrapper .blog-post-grid article .article-content.inteview-article .cats {
        margin-bottom: 2.22222vw; }
        @media (max-width: 640px) {
          .blog-wrapper .blog-post-grid article .article-content.inteview-article .cats {
            margin-bottom: 55px; } }
      .blog-wrapper .blog-post-grid article .article-content.inteview-article h3,
      .blog-wrapper .blog-post-grid article .article-content.inteview-article h4 {
        margin-bottom: 2.22222vw;
        font-family: "Noto Serif", Times, Times New Roman, serif;
        font-size: 4.44444vw;
        line-height: 6.04167vw;
        color: white;
        font-weight: 600; }
        @media (max-width: 768px) {
          .blog-wrapper .blog-post-grid article .article-content.inteview-article h3,
          .blog-wrapper .blog-post-grid article .article-content.inteview-article h4 {
            font-size: 64px;
            line-height: normal; } }
        @media (max-width: 640px) {
          .blog-wrapper .blog-post-grid article .article-content.inteview-article h3,
          .blog-wrapper .blog-post-grid article .article-content.inteview-article h4 {
            margin-bottom: 40px;
            font-size: 54px; } }
      .blog-wrapper .blog-post-grid article .article-content.inteview-article p {
        margin-bottom: 6.25vw;
        font-size: 1.94444vw;
        line-height: 2.63889vw;
        color: #252833;
        font-weight: 600; }
        @media (max-width: 768px) {
          .blog-wrapper .blog-post-grid article .article-content.inteview-article p {
            font-size: 28px;
            line-height: normal; } }
        @media (max-width: 640px) {
          .blog-wrapper .blog-post-grid article .article-content.inteview-article p {
            margin-bottom: 40px;
            font-size: 24px; } }
      .blog-wrapper .blog-post-grid article .article-content.inteview-article .cta {
        display: inline-flex;
        align-items: center;
        font-size: 0.97222vw;
        line-height: 1.25vw;
        color: #252833;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2.2px; }
        @media (max-width: 768px) {
          .blog-wrapper .blog-post-grid article .article-content.inteview-article .cta {
            font-size: 14px;
            line-height: normal; } }
        .blog-wrapper .blog-post-grid article .article-content.inteview-article .cta svg {
          margin-left: 10px;
          stroke: #252833; }
    .blog-wrapper .blog-post-grid article.item-3, .blog-wrapper .blog-post-grid article.item-12 {
      grid-column: 3 / 5; }
      @media (max-width: 768px) {
        .blog-wrapper .blog-post-grid article.item-3, .blog-wrapper .blog-post-grid article.item-12 {
          grid-column: 1 / 3; } }
    .blog-wrapper .blog-post-grid article.item-4, .blog-wrapper .blog-post-grid article.item-7 {
      grid-column: 1 / 3; }
    .blog-wrapper .blog-post-grid article.item-1, .blog-wrapper .blog-post-grid article.item-9 {
      background-color: #FFFF81; }
    .blog-wrapper .blog-post-grid article.item-2, .blog-wrapper .blog-post-grid article.item-8 {
      background-color: #AF7695; }
    .blog-wrapper .blog-post-grid article.item-3, .blog-wrapper .blog-post-grid article.item-7 {
      background-color: #252833; }
    .blog-wrapper .blog-post-grid article.item-4, .blog-wrapper .blog-post-grid article.item-12 {
      background-color: #8B99C8; }
    .blog-wrapper .blog-post-grid article.item-5, .blog-wrapper .blog-post-grid article.item-11 {
      background-color: #7DB973; }
    .blog-wrapper .blog-post-grid article.item-6, .blog-wrapper .blog-post-grid article.item-10 {
      background-color: #91A7F1; }
    .blog-wrapper .blog-post-grid article.item-1 .article-content.no-thumb h4 span, .blog-wrapper .blog-post-grid article.item-9 .article-content.no-thumb h4 span, .blog-wrapper .blog-post-grid article.item-4 .article-content.no-thumb h4 span, .blog-wrapper .blog-post-grid article.item-12 .article-content.no-thumb h4 span {
      color: #252833; }
    .blog-wrapper .blog-post-grid article.item-1 .article-content.no-thumb p, .blog-wrapper .blog-post-grid article.item-9 .article-content.no-thumb p, .blog-wrapper .blog-post-grid article.item-4 .article-content.no-thumb p, .blog-wrapper .blog-post-grid article.item-12 .article-content.no-thumb p {
      color: #252833; }
    .blog-wrapper .blog-post-grid article:hover .bgr {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05); }
  .blog-wrapper .blog-post-grid.single-featured {
    display: block; }
    .blog-wrapper .blog-post-grid.single-featured article {
      height: 36.80556vw;
      background-color: #C2B1A9; }
      @media (max-width: 768px) {
        .blog-wrapper .blog-post-grid.single-featured article {
          height: auto; } }
      .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 3.47222vw 12.5vw; }
        @media (max-width: 768px) {
          .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper {
            padding: 35px; } }
        @media (max-width: 640px) {
          .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper {
            display: block; } }
        .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper .article-content {
          flex: 1;
          position: static;
          padding: 0 2.08333vw 0 0; }
        .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper .bgr {
          position: relative;
          flex: 0 0 29.86111vw;
          width: 29.86111vw;
          height: 29.86111vw;
          border-radius: 50%; }
          .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper .bgr:before {
            display: none; }
          @media (max-width: 640px) {
            .blog-wrapper .blog-post-grid.single-featured article .inner-wrapper .bgr {
              display: none; } }

.blog-wrapper.alt article.item-2 .bgr, .blog-wrapper.alt article.item-4 .bgr, .blog-wrapper.alt article.item-5 .bgr, .blog-wrapper.alt article.item-9 .bgr, .blog-wrapper.alt article.item-11 .bgr {
  display: none; }

.blog-wrapper.alt article.item-5 .article-content h4 span, .blog-wrapper.alt article.item-9 .article-content h4 span, .blog-wrapper.alt article.item-11 .article-content h4 span {
  color: #252833; }

.blog-wrapper.alt article.item-5 .article-content p, .blog-wrapper.alt article.item-9 .article-content p, .blog-wrapper.alt article.item-11 .article-content p {
  color: #252833; }

.blog-wrapper.alt article.item-5 .cats li, .blog-wrapper.alt article.item-9 .cats li, .blog-wrapper.alt article.item-11 .cats li {
  background-color: white; }
  .blog-wrapper.alt article.item-5 .cats li a, .blog-wrapper.alt article.item-9 .cats li a, .blog-wrapper.alt article.item-11 .cats li a {
    color: white; }
    .blog-wrapper.alt article.item-5 .cats li a:after, .blog-wrapper.alt article.item-9 .cats li a:after, .blog-wrapper.alt article.item-11 .cats li a:after {
      background-color: white !important; }
  .blog-wrapper.alt article.item-5 .cats li.color-yellow, .blog-wrapper.alt article.item-9 .cats li.color-yellow, .blog-wrapper.alt article.item-11 .cats li.color-yellow {
    background-color: #FFFF81; }
    .blog-wrapper.alt article.item-5 .cats li.color-yellow a, .blog-wrapper.alt article.item-9 .cats li.color-yellow a, .blog-wrapper.alt article.item-11 .cats li.color-yellow a {
      color: #252833; }
  .blog-wrapper.alt article.item-5 .cats li.color-green, .blog-wrapper.alt article.item-9 .cats li.color-green, .blog-wrapper.alt article.item-11 .cats li.color-green {
    background-color: #7DB973; }
  .blog-wrapper.alt article.item-5 .cats li.color-violet, .blog-wrapper.alt article.item-9 .cats li.color-violet, .blog-wrapper.alt article.item-11 .cats li.color-violet {
    background-color: #AF7695; }
  .blog-wrapper.alt article.item-5 .cats li.color-blue, .blog-wrapper.alt article.item-9 .cats li.color-blue, .blog-wrapper.alt article.item-11 .cats li.color-blue {
    background-color: #91A7F1; }
  .blog-wrapper.alt article.item-5 .cats li.color-brown, .blog-wrapper.alt article.item-9 .cats li.color-brown, .blog-wrapper.alt article.item-11 .cats li.color-brown {
    background-color: #C2B1A9; }

.blog-wrapper.alt article.item-12 article-content h4 a {
  color: white; }

.blog-wrapper.alt article.item-12 article-content p {
  color: white; }

.blog-slider,
.blog-single-top {
  position: relative; }
  .blog-slider article,
  .blog-single-top article {
    margin: 0; }
    .blog-slider article .inner-wrapper,
    .blog-single-top article .inner-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 41.66667vw;
      max-width: 1100px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .blog-slider article .inner-wrapper,
        .blog-single-top article .inner-wrapper {
          min-height: 600px; } }
    .blog-slider article .article-content,
    .blog-single-top article .article-content {
      padding: 50px 20px 70px; }
      .blog-slider article .article-content hgroup,
      .blog-single-top article .article-content hgroup {
        max-width: 800px; }
      .blog-slider article .article-content h4,
      .blog-single-top article .article-content h4 {
        margin-bottom: 1.04167vw;
        font-weight: 700;
        font-size: 4.44444vw;
        line-height: 6.04167vw; }
        @media (max-width: 768px) {
          .blog-slider article .article-content h4,
          .blog-single-top article .article-content h4 {
            margin-bottom: 15px;
            font-size: 64px;
            line-height: 87px; } }
        @media (max-width: 640px) {
          .blog-slider article .article-content h4,
          .blog-single-top article .article-content h4 {
            font-size: 38px;
            line-height: 50px; } }
        .blog-slider article .article-content h4 a,
        .blog-single-top article .article-content h4 a {
          color: white; }
      .blog-slider article .article-content p,
      .blog-single-top article .article-content p {
        font-size: 1.18056vw;
        line-height: 1.80556vw;
        color: white;
        letter-spacing: 0.02em; }
        @media (max-width: 768px) {
          .blog-slider article .article-content p,
          .blog-single-top article .article-content p {
            font-size: 17px;
            line-height: 26px; } }
        .blog-slider article .article-content p.date,
        .blog-single-top article .article-content p.date {
          margin-bottom: 20px;
          font-size: 1.25vw;
          line-height: 1.66667vw; }
          @media (max-width: 768px) {
            .blog-slider article .article-content p.date,
            .blog-single-top article .article-content p.date {
              font-size: 18px;
              line-height: 24px; } }

.blog-slider article {
  background-color: #252833; }
  .blog-slider article h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Noto Serif", Times, Times New Roman, serif;
    color: white;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  @media (max-width: 640px) {
    .blog-slider article {
      background-color: #C2B1A9; }
      .blog-slider article .bgr {
        display: none; } }

/*
BLOG SINGLE
-------------------------------------------- */
.blog-single-top article {
  margin: 0;
  background-color: #252833; }
  .blog-single-top article .social-menu li a svg {
    fill: white; }
  .blog-single-top article .social-menu li a:hover svg {
    fill: #DF684C; }
  .blog-single-top article .article-content hgroup {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .blog-single-top article .article-content h1 {
    margin-bottom: 1.04167vw;
    font-weight: 700;
    font-size: 4.44444vw;
    line-height: 6.04167vw;
    color: white; }
    @media (max-width: 768px) {
      .blog-single-top article .article-content h1 {
        margin-bottom: 15px;
        font-size: 64px;
        line-height: 87px; } }
    @media (max-width: 640px) {
      .blog-single-top article .article-content h1 {
        font-size: 38px;
        line-height: 50px; } }
  .blog-single-top article .article-content p.date a {
    color: white; }
    .blog-single-top article .article-content p.date a:hover {
      text-decoration: underline; }

.blog-caption-wrapper,
.blog-single-content .back {
  max-width: 1100px;
  margin: 0 auto; }

.blog-caption-wrapper {
  padding: 5px 40px 0 40px; }
  @media (max-width: 640px) {
    .blog-caption-wrapper {
      padding: 5px 20px 0 20px; } }
  .blog-caption-wrapper p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8); }
    .blog-caption-wrapper p a {
      color: #566AAF;
      -moz-transition: all 200ms 0s ease-in-out;
      -o-transition: all 200ms 0s ease-in-out;
      -webkit-transition: all 200ms 0s ease-in-out;
      transition: all 200ms 0s ease-in-out; }
      .blog-caption-wrapper p a:hover {
        color: #DF684C; }

.blog-single-content .back {
  padding: 20px 40px;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700; }
  @media (max-width: 640px) {
    .blog-single-content .back {
      padding: 20px; } }
  .blog-single-content .back a {
    display: inline-block;
    color: #252833;
    -moz-transition: all 200ms 0s ease-in-out;
    -o-transition: all 200ms 0s ease-in-out;
    -webkit-transition: all 200ms 0s ease-in-out;
    transition: all 200ms 0s ease-in-out; }
    .blog-single-content .back a svg {
      fill: #252833; }
    .blog-single-content .back a:hover {
      color: #DF684C; }

.blog-single-content .blog-single-wrapper {
  max-width: 614px;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .blog-single-content .blog-single-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.blog-single-content .post-meta {
  padding: 50px 0; }
  .blog-single-content .post-meta h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700; }
  .blog-single-content .post-meta .post-tags {
    margin-bottom: 40px; }
    .blog-single-content .post-meta .post-tags .tag-list li {
      display: inline-block;
      margin: 0 40px 22px 0;
      font-size: 16px;
      line-height: 18px; }
      .blog-single-content .post-meta .post-tags .tag-list li a {
        color: #566AAF;
        -moz-transition: all 200ms 0s ease-in-out;
        -o-transition: all 200ms 0s ease-in-out;
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out; }
        .blog-single-content .post-meta .post-tags .tag-list li a:hover {
          color: #DF684C; }

body.single-post .courses-wrapper {
  padding-bottom: 17px; }
  body.single-post .courses-wrapper + .nletter-bottom {
    background-color: white; }

/*
COURSES GRID
-------------------------------------------- */
.courses-wrapper {
  padding-top: 50px;
  background-color: #F6F7FA; }
  .courses-wrapper h3 {
    max-width: 1440px;
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 34px;
    color: #252833;
    font-weight: 700;
    text-align: center; }
    .courses-wrapper h3:after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      margin: 16px auto 0;
      background-color: #91A7F1;
      border-radius: 50%; }
    @media (max-width: 640px) {
      .courses-wrapper h3 {
        padding-left: 30px;
        padding-right: 30px; } }
  .courses-wrapper .courses-post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    max-width: 1440px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .courses-wrapper .courses-post-grid {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 768px) {
      .courses-wrapper .courses-post-grid {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 640px) {
      .courses-wrapper .courses-post-grid {
        display: block; } }
    .courses-wrapper .courses-post-grid > a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 40px 45px;
      background-color: white;
      -moz-transition: all 300ms 0s ease-in-out;
      -o-transition: all 300ms 0s ease-in-out;
      -webkit-transition: all 300ms 0s ease-in-out;
      transition: all 300ms 0s ease-in-out;
      cursor: pointer; }
      @media (max-width: 640px) {
        .courses-wrapper .courses-post-grid > a {
          margin: 0 15px 15px; } }
      .courses-wrapper .courses-post-grid > a .date-start {
        display: inline-block;
        position: relative;
        margin-bottom: 32px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase; }
        .courses-wrapper .courses-post-grid > a .date-start:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -15px;
          width: 9px;
          height: 9px;
          background-color: #7DB973;
          border-radius: 50%;
          -moz-transition: all 300ms 0s ease-in-out;
          -o-transition: all 300ms 0s ease-in-out;
          -webkit-transition: all 300ms 0s ease-in-out;
          transition: all 300ms 0s ease-in-out;
          -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
      .courses-wrapper .courses-post-grid > a h4 {
        margin-bottom: 42px;
        font-family: "Noto Serif", Times, Times New Roman, serif;
        font-size: 28px;
        line-height: 38px;
        color: #252833;
        font-weight: 700; }
      .courses-wrapper .courses-post-grid > a:hover {
        background-color: #7DB973; }
        .courses-wrapper .courses-post-grid > a:hover .date-start:after {
          background-color: white; }
        .courses-wrapper .courses-post-grid > a:hover .cta {
          color: white; }
          .courses-wrapper .courses-post-grid > a:hover .cta svg {
            stroke: white; }

.course-info ul {
  margin-bottom: 36px;
  padding-left: 0; }
  .course-info ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 24px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 21px;
    color: #000000; }
    .course-info ul li svg {
      position: absolute;
      left: 0;
      top: 0;
      fill: #252833; }

.cta {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #252833;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  -moz-transition: all 300ms 0s ease-in-out;
  -o-transition: all 300ms 0s ease-in-out;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out; }
  .cta svg {
    position: absolute;
    top: 50%;
    right: -30px;
    stroke: #252833;
    -moz-transition: all 300ms 0s ease-in-out;
    -o-transition: all 300ms 0s ease-in-out;
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }

/*
COURSES SINGLE
-------------------------------------------- */
body.single-courses .blog-single-top {
  margin-bottom: 40px; }
  body.single-courses .blog-single-top article .inner-wrapper {
    height: auto; }

.search-wrapper h1 {
  max-width: 300px;
  padding: 50px 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #252833;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.search-wrapper .courses-wrapper .courses-post-grid {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .search-wrapper .courses-wrapper .courses-post-grid .article {
    margin-bottom: 10px; }
    .search-wrapper .courses-wrapper .courses-post-grid .article small {
      display: block;
      margin-bottom: 5px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: #252833; }
    .search-wrapper .courses-wrapper .courses-post-grid .article h4 {
      margin-bottom: 10px;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .search-wrapper .courses-wrapper .courses-post-grid .article p {
      margin-bottom: 30px;
      color: #252833; }

.search-wrapper + .nletter-bottom {
  background-color: white; }

.author-info-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 30px 0;
  box-sizing: border-box; }
  .author-info-top figure {
    margin-right: 20px; }
    .author-info-top figure img {
      display: block;
      border-radius: 50%; }
  .author-info-top .author-text {
    flex: 1;
    max-width: 600px;
    padding-top: 10px; }
    .author-info-top .author-text ul {
      padding-left: 0;
      list-style-type: none; }
      .author-info-top .author-text ul li {
        margin-bottom: 20px; }
        .author-info-top .author-text ul li:last-child {
          margin-bottom: 0; }

.author-top-filter h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700; }

/*
STATIC PAGES
-------------------------------------------- */
.page-single-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px; }
  .page-single-wrapper .page-single-top {
    padding: 50px 30px; }
    .page-single-wrapper .page-single-top h1 {
      font-family: "Noto Serif", Times, Times New Roman, serif;
      font-size: 64px;
      line-height: 72px;
      font-weight: 400;
      color: #252833; }
  .page-single-wrapper .entry {
    padding-left: 30px;
    padding-right: 30px; }

/*
PEOPLE
-------------------------------------------- */
.people-grid-outer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  padding: 50px 0 0 0; }
  .people-grid-outer article {
    flex: 0 0 240px; }
    .people-grid-outer article figure {
      width: 240px;
      margin: 0 auto 30px; }
      .people-grid-outer article figure span {
        display: block;
        width: 240px;
        height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-color: white;
        border-radius: 50%; }
    .people-grid-outer article h4 {
      margin-bottom: 10px;
      font-weight: 600; }
    .people-grid-outer article p {
      vertical-align: middle; }
      .people-grid-outer article p a {
        font-size: 14px;
        color: #9f9f9f; }
        .people-grid-outer article p a svg {
          width: 15px;
          height: auto;
          margin-right: 5px;
          fill: #0A66C2; }

/*
= FEATURED BOXES
------------------------------------------------------------------------------------- */
.featured-boxes-outer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 8px; }
  .featured-boxes-outer .featured-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly; }
    .featured-boxes-outer .featured-boxes .feat-box {
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 40px;
      margin: 0 8px;
      color: #000000;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .featured-boxes-outer .featured-boxes .feat-box {
          padding: 25px; } }
      .featured-boxes-outer .featured-boxes .feat-box hgroup {
        margin-bottom: 20px; }
        .featured-boxes-outer .featured-boxes .feat-box hgroup h5 {
          position: relative;
          display: inline-block;
          margin-bottom: 16px;
          padding-right: 15px;
          font-size: 12px;
          line-height: 18px;
          text-transform: uppercase;
          font-weight: 700; }
          .featured-boxes-outer .featured-boxes .feat-box hgroup h5:after {
            content: "";
            position: absolute;
            top: 4px;
            right: 0;
            width: 8px;
            height: 8px;
            background-color: white;
            border-radius: 50%; }
        .featured-boxes-outer .featured-boxes .feat-box hgroup h3 {
          margin-bottom: 35px;
          font-family: "Noto Serif", Times, Times New Roman, serif;
          font-size: 28px;
          line-height: 38px;
          font-weight: 700; }
        .featured-boxes-outer .featured-boxes .feat-box hgroup p {
          margin-bottom: 30px;
          font-size: 17px;
          line-height: 26px;
          letter-spacing: 0.02em; }
      .featured-boxes-outer .featured-boxes .feat-box .cta {
        display: block;
        position: relative;
        align-self: flex-start;
        padding-right: 30px;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: #252833;
        -moz-transition: all 200ms 0s ease-in-out;
        -o-transition: all 200ms 0s ease-in-out;
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out; }
        .featured-boxes-outer .featured-boxes .feat-box .cta em {
          display: inline-block; }
          .featured-boxes-outer .featured-boxes .feat-box .cta em svg {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
            -moz-transition: all 200ms 0s ease-in-out;
            -o-transition: all 200ms 0s ease-in-out;
            -webkit-transition: all 200ms 0s ease-in-out;
            transition: all 200ms 0s ease-in-out;
            fill: #252833;
            stroke: #252833; }
      .featured-boxes-outer .featured-boxes .feat-box.color-blue {
        background-color: #91A7F1; }
      .featured-boxes-outer .featured-boxes .feat-box.color-yellow {
        background-color: #FFFF81; }
      .featured-boxes-outer .featured-boxes .feat-box.color-violet {
        background-color: #AF7695; }
      .featured-boxes-outer .featured-boxes .feat-box.color-green {
        background-color: #7DB973; }
      .featured-boxes-outer .featured-boxes .feat-box.color-brown {
        background-color: #C2B1A9; }
      .featured-boxes-outer .featured-boxes .feat-box:hover .cta {
        color: white; }
        .featured-boxes-outer .featured-boxes .feat-box:hover .cta em svg {
          fill: white;
          stroke: white;
          -webkit-transform: translateX(5px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(5px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(5px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(5px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(5px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
    @media (max-width: 1024px) {
      .featured-boxes-outer .featured-boxes.slick-slider .slick-dots {
        display: none !important; } }

/*
= FEATURED BOXES
------------------------------------------------------------------------------------- */
.info-boxes-outer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 40px; }
  .info-boxes-outer .info-boxes-intro {
    text-align: center; }
    .info-boxes-outer .info-boxes-intro h2 {
      position: relative;
      margin-bottom: 50px;
      padding-bottom: 40px;
      font-size: 24px;
      line-height: 32px;
      color: #252833;
      font-weight: 700; }
      .info-boxes-outer .info-boxes-intro h2:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
        width: 20px;
        height: 20px;
        background-color: #252833;
        border-radius: 50%; }
  .info-boxes-outer .info-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly; }
    .info-boxes-outer .info-boxes .info-box {
      flex: 1;
      padding: 40px;
      margin: 0 20px;
      text-align: center;
      box-sizing: border-box; }
      .info-boxes-outer .info-boxes .info-box h3 {
        margin-bottom: 35px;
        font-family: "Noto Serif", Times, Times New Roman, serif;
        font-size: 28px;
        line-height: 38px;
        font-weight: 700; }
      .info-boxes-outer .info-boxes .info-box p {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.02em;
        color: #000000; }
      .info-boxes-outer .info-boxes .info-box img {
        display: block;
        margin: 0 auto; }
    @media (max-width: 1024px) {
      .info-boxes-outer .info-boxes.slick-slider .slick-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center; }
        .info-boxes-outer .info-boxes.slick-slider .slick-dots li {
          display: inline-block;
          margin: 0 7px; }
          .info-boxes-outer .info-boxes.slick-slider .slick-dots li button {
            opacity: 0.5;
            width: 16px;
            height: 16px;
            margin: 0;
            padding: 0;
            text-align: left;
            text-indent: -99999px;
            background: #C4C4C4;
            border: 0;
            border-radius: 50%;
            -webkit-appearance: none; }
          .info-boxes-outer .info-boxes.slick-slider .slick-dots li.slick-active button {
            opacity: 1; } }

/*
= WIDE SLIDER
------------------------------------------------------------------------------------- */
.wide-slider-outer .wide-slider {
  position: relative; }
  .wide-slider-outer .wide-slider .wide-slide {
    overflow: hidden;
    position: relative;
    background-color: #AF7695; }
    .wide-slider-outer .wide-slider .wide-slide:before {
      content: "";
      position: absolute;
      left: -200px;
      top: 50%;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
      width: 820px;
      height: 820px;
      background-color: #DF684C;
      border-radius: 50%; }
      @media (max-width: 768px) {
        .wide-slider-outer .wide-slider .wide-slide:before {
          left: -400px; } }
      @media (max-width: 640px) {
        .wide-slider-outer .wide-slider .wide-slide:before {
          left: -500px; } }
    .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 130px 30px; }
      @media (max-width: 640px) {
        .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper {
          padding: 50px 30px 80px; } }
      .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper hgroup h3 {
        margin-bottom: 70px;
        font-family: "Noto Serif", Times, Times New Roman, serif;
        font-size: 64px;
        line-height: 87px;
        color: white;
        font-weight: 600; }
        @media (max-width: 640px) {
          .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper hgroup h3 {
            margin-bottom: 60px;
            font-size: 44px;
            line-height: normal; } }
      .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper hgroup h5 {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 44px;
        color: #252833;
        font-weight: 600; }
        @media (max-width: 640px) {
          .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper hgroup h5 {
            font-size: 24px;
            line-height: normal; } }
      .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper hgroup p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 21px;
        color: white; }
      .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper .cta {
        display: inline-block;
        position: relative;
        padding: 15px 54px 15px 40px;
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        color: white;
        background-color: #252833;
        border-radius: 25px;
        -moz-transition: all 200ms 0s ease-in-out;
        -o-transition: all 200ms 0s ease-in-out;
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out; }
        .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper .cta svg {
          position: absolute;
          top: 50%;
          right: 20px;
          -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
          fill: white; }
        .wide-slider-outer .wide-slider .wide-slide .wide-slide-wrapper .cta:hover {
          background-color: #DF684C; }
    .wide-slider-outer .wide-slider .wide-slide:nth-child(2) {
      background-color: #91A7F1; }
      .wide-slider-outer .wide-slider .wide-slide:nth-child(2):before {
        background-color: #7DB973; }
    .wide-slider-outer .wide-slider .wide-slide:nth-child(3) {
      background-color: #DF684C; }
      .wide-slider-outer .wide-slider .wide-slide:nth-child(3):before {
        background-color: #AF7695; }
