html {
  width: 100%;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* API SPECIFIC CSS - can split it off at some point */

.api-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.api-wrapper .course-item__title,
.api-wrapper .course-item__description {
  color: #292929 !important;
}

.api-wrapper .course-item__link:hover .course-item__title,
.api-wrapper .course-item__link:hover .course-item__description {
  color: #999999 !important;
}

/* END API SPECIFIC CSS */

.nav {
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.nav-tagline-bg {
  background-color: #f5f5f5;
}

.nav-tagline {
  max-width: 1360px;
  width: 95%;
  margin: 0 auto;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-tagline .nav-tagline__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.nav-tagline__heart {
  -webkit-animation: pulse 2s ease-in-out infinite both;
  animation: pulse 2s ease-in-out infinite both;
  color: #f16059;
  padding-left: 1px;
}

.nav-tagline__cta {
  background-color: transparent;
  border: none;
  display: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.625em;
  /* Only needed becasue global scope */
}

.nav-tagline__cta__link {
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-tagline__cta__link:hover {
  color: #f16059;
}

.fa.nav-tagline__cta__icon {
  margin-right: 4px;
}

.nav-main-bg {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
}

.nav-main {
  max-width: 1360px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-logo {
  margin: 0;
  position: relative;
  z-index: 99999;
  display: flex;
}

.nav-logo--title {
  margin: 0;
}

.nav-logo--link {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  height: 20px;
  width: 100px;
  font-size: 26px;
  outline: none;
}

.nav-logo--link:hover,
.nav-logo--link:active,
.nav-logo--link:focus {
  color: transparent !important;
}

.nav-logo--blog {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #292929;
  padding: 0 0 0 10px;
  margin: 2px 0 0 10px;
  border-left: 1px solid #999999;
  display: none;
}

.page-template-template-blog .nav-logo--blog,
.single-post .nav-logo--blog,
.category .nav-logo--blog,
.search .nav-logo--blog {
  display: block;
}

.menu-wrapper {
  display: none;
}

.menu-wrapper--mobile {
  height: 20px;
}

.menu-wrapper--mobile .nav-secondary {
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  transition: -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  transition: transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  transition:
    transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s,
    -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  transition:
    transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s,
    -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  width: 100vw;
  z-index: 9999;
  font-size: 16px;
}

.menu-wrapper--mobile .nav-secondary-bg {
  background-color: rgba(153, 153, 153, 0.8);
  position: relative;
  top: 69px;
  left: 0;
  width: 100vw;
  height: calc(100% - 69px);
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.menu-wrapper--mobile .nav-tagline-bg {
  position: absolute;
  top: 0;
  width: 100%;
}

.menu-wrapper--mobile .nav-secondary-content {
  background-color: #ffffff;
  height: calc(100% - 69px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 69px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 100vw;
  z-index: 9999;
}

.menu-wrapper--mobile[aria-expanded="true"] .nav-secondary {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: none;
  transition: none;
}

.menu-wrapper--mobile[aria-expanded="true"] .nav-secondary-bg {
  opacity: 1;
  -webkit-transition: opacity 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  transition: opacity 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
}

.menu-wrapper--mobile[aria-expanded="true"] .nav-secondary-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.nav-secondary .menu--main {
  padding: 16px 48px 140px;
  list-style-type: none;
  margin: 0;
}

.nav-secondary .menu--main .menu--mobile-category {
  padding: 0 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
}

.close-wrapper {
  display: none;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e7e7e7;
}

.close-wrapper>div {
  height: 20px;
}

/*==========================================
TOGGLE
===========================================*/

.menu__toggle {
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;

  z-index: 99999;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block !important;
}

.menu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: #292929;
  z-index: 1;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.3s ease;
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.menu__toggle__bar:first-child {
  top: calc(50% - 6px);
}

.menu__toggle__bar:last-child {
  top: calc(50% + 6px);
}

[aria-expanded="true"] .menu__toggle__bar:first-child,
[aria-expanded="true"] .menu__toggle__bar:last-child {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}

[aria-expanded="true"] .menu__toggle__bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[aria-expanded="true"] .menu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==========================================
MENU-ITEMS
===========================================*/

.menu--main .menu-item {
  position: relative;
  padding: 8px 0;
  line-height: 1.5;
}

.menu--main .menu-item.menu-item-has-children {
  padding: 0;
}

.menu--main .menu-item:before {
  font-family: FontAwesome;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu--main .menu-item:hover:before {
  color: #f16059;
}

.menu--main .menu-item.menu-item--cta a {
  color: #f16059;
}

.menu--main .menu-item.menu-item--cta:hover a {
  color: #be3c2d;
}

.menu--main .menu-item.menu-item--cta:before {
  content: "\f09c";
  color: #f16059;
}

.menu--main .menu-item.menu-item--cta:hover:before {
  color: #be3c2d;
}

.menu--main .menu-item--sign-in:before {
  content: "\f090";
}

.menu--main .menu-item>a,
.menu--main .menu-item .menu-item-link,
.menu--main .menu-item .cta_button {
  color: #292929;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: bold;
  padding-left: 32px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.menu--main .menu-item>a:hover,
.menu--main .menu-item .menu-item-link:hover,
.menu--main .menu-item .cta_button:hover {
  color: #f16059;
}

.menu--main .menu-item__parent {
  margin: 0;
  padding: 8px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu--main .menu-item__toggle {
  background-color: transparent;
  border: 0;
  line-height: normal;
  margin: 0;
  padding: 18px 0 !important;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu--main .menu-item__toggle[aria-expanded="true"]>svg {
  transform: translate(-50%, 0) rotate(90deg);
}

/*==========================================
CATEGORIES
===========================================*/

.menu--main .menu--mobile-category .menu-item--category {
  width: 100%;
  padding: 0;
  margin: 0;
}

.menu--main .menu--mobile-category .menu-item__parent {
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 0.75em 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu--main .menu--mobile-category .menu-item__parent>a {
  color: #292929;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.menu--main .menu--mobile-category .menu-item__parent>a:hover {
  color: #f16059;
}

/*==========================================
SEARCH
===========================================*/

.nav-secondary .search-wrapper {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 48px;
}

.blog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog-search__icon {
  font-size: 16px;
  padding: 1em 0.5em 1em 0;
  color: #999;
  margin: 0;
}

.blog-search__form {
  line-height: 1;
}

.blog-search__form .blog-search__form__input {
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border: none;
  width: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  height: auto;
}

[aria-expanded="true"] .blog-search__form__input {
  width: 8em;
  padding: 0 0.75em;
}

.blog-search__form .blog-search__form__input:active,
.blog-search__form .blog-search__form__input:focus {
  outline: none;
}

input.blog-search__form__submit[type="submit"] {
  display: none !important;
}

.menu-courses {
  position: absolute;
  width: 100vw;
  top: 100%;
  height: 0;
}

.menu-courses__wrapper {
  padding-top: 25px;
}

.menu-courses__overlay {
  background-color: #292929;
  opacity: 0.75;
  height: 100vh;
  width: 100%;
}

.menu-courses__bg {
  background-color: #f5f5f5;
  border-top: 1px solid #d7d7d7;
  position: absolute;
  top: 25px;
  width: 100%;
}

.menu-courses__content {
  max-width: 920px;
  width: 95%;
  margin: 0 auto;
  padding: 26px 0 16px;
}

.menu-courses__header {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  border-bottom: 1px solid #999999;
  font-weight: bold;
  padding: 0 0 6px;
  margin: 0 0 24px 0;
}

.menu-courses__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.course-item {
  margin: 0 0 20px;
  padding: 0;
  width: calc(50% - 20px);
}

.course-item__link {
  display: flex;
  align-items: center;
  color: #292929;
  text-decoration: none;
}

.course-item__link:hover {
  color: #999999;
}

.course-item__icon {
  width: 34px;
  height: 34px;
  margin-right: 12px;
  flex-shrink: 0;
}

.course-item__icon img {
  width: 100%;
  height: auto;
}

.course-item__content {
  display: flex;
  flex-direction: column;
}

.course-item__title {
  font-size: 16px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.course-item__description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.course-item__status {
  background-color: #73c4dc;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 9px;
  padding: 4px 6px;
  margin: 0 0 0 6px;
  letter-spacing: 0.25px;
  display: inline-block;
  flex-shrink: 0;
  font-family: "Open Sans", sans-serif;
}

@keyframes flash {
  0% {
    background-color: #64cadd;
  }

  25% {
    background-color: #f16059;
  }

  50% {
    background-color: #ffd260;
  }

  75% {
    background-color: #5cb5a3;
  }
}

.course-item__status--best {
  animation: flash 3s ease-in-out infinite both;
}

.course-item__status--new {
  background-color: #f16059;
}

.course-item__status--coming-soon {
  background-color: transparent;
  color: #999999;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
}

.menu-courses__banner {
  background-color: #f16059;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-courses__banner__text {
  padding: 0 20px 0 0;
  margin: 0;
  color: #ffffff !important;
}

.menu-courses__learn-more {
  background-color: #bb433d;
  color: #ffffff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-courses__learn-more:hover {
  background-color: #cd4943;
  color: #ffffff;
}

@media screen and (min-width: 576px) {
  .nav-logo {
    z-index: 9999;
  }

  .menu__toggle {
    z-index: 999;
  }

  .nav-main,
  .close-wrapper {
    padding: 16px 24px;
  }

  .menu-wrapper--mobile .nav-secondary {
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s;
    transition: -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s;
    transition: transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s;
    transition:
      transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s,
      -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s;
    transition:
      transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s,
      -webkit-transform 0s cubic-bezier(0.77, 0.2, 0.05, 1) 0.5s;
  }

  .menu-wrapper--mobile .nav-secondary-bg {
    top: 0;
    height: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
    transition: opacity 0.2s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
  }

  .menu-wrapper--mobile .nav-secondary-content {
    height: calc(100% - 23px);
    top: 23px;
    max-width: 340px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
      transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
      -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
      transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
      -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .menu-wrapper--mobile[aria-expanded="true"] .nav-secondary-bg {
    -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .menu-wrapper--mobile[aria-expanded="true"] .nav-secondary-content {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s;
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s;
    transition:
      transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s,
      -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s;
    transition:
      transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s,
      -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1) 0.2s;
  }

  .close-wrapper {
    display: block;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .nav-tagline .nav-tagline__text {
    font-size: 12px;
  }

  .menu-wrapper--mobile .nav-secondary-content {
    height: calc(100% - 25.2px);
    top: 25.2px;
  }
}

@media screen and (min-width: 992px) and (hover: hover) {
  .nav {
    position: relative;
  }

  .nav-tagline {
    padding: 4px 0;
  }

  .nav-tagline .nav-tagline__text {
    font-size: 14px;
    text-align: left;
  }

  .nav-tagline__cta {
    display: block;
  }

  .nav-main {
    width: 95%;
    padding: 16px 0;
  }

  .nav-logo--link {
    height: 42px;
  }

  .nav-logo--blog {
    display: none !important;
  }

  .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-wrapper--mobile {
    display: none;
  }

  .menu--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
  }

  .menu--main .menu-item {
    padding: 0 32px 0 0;
    margin: 0;
  }

  .menu--main .menu-item:before {
    display: none;
  }

  .menu--main .menu-item>a {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }

  .menu--main .menu-item--courses[aria-expanded="true"]:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -26px;
    z-index: 999999;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 20px solid #f5f5f5;
  }

  .menu--main .menu-item.menu-item--cta {
    margin: 0;
    padding: 0;
  }

  .menu--main .menu-item.menu-item--cta a,
  .menu--main .menu-item.menu-item--cta .cta_button {
    background-color: #f16059;
    border: none;
    display: block;
    color: #fff;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 32px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .menu--main .menu-item.menu-item--cta a:hover,
  .menu--main .menu-item.menu-item--cta a:active,
  .menu--main .menu-item.menu-item--cta a:focus,
  .menu--main .menu-item.menu-item--cta .cta_button:hover,
  .menu--main .menu-item.menu-item--cta .cta_button:active,
  .menu--main .menu-item.menu-item--cta .cta_button:focus {
    background-color: #be3c2d;
    color: #fff;
  }
}

@media screen and (min-width: 1200px) and (hover: hover) {
  .menu--main .menu-item {
    padding: 0 48px 0 0;
    margin: 0;
  }
}

@media screen and (min-width: 1480px) and (hover: hover) {
  .menu-courses__content {
    max-width: 1360px;
  }

  .menu-courses__list {
    justify-content: flex-start;
  }

  .course-item {
    margin: 0 20px 20px 0;
    padding: 0;
    width: calc(33% - (40px / 3));
  }

  .course-item__link {
    width: 100%;
  }

  .course-item:nth-child(3n) {
    margin: 0 0 20px;
    padding: 0;
    width: calc(33% - (40px / 3));
  }
}