@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url(components/aos.css);
@import url(bootstrap/css/bootstrap.min.css);
footer {
  background: #d86b1a;
  padding: 25px 0; }
  footer p, footer a {
    color: white; }
    footer p svg, footer a svg {
      color: white !important; }
  footer li, footer ul, footer p, footer .wp-block-columns {
    list-style: none;
    padding: 0px;
    margin: 0px; }

.topbar {
  background: #d86b1a; }
  .topbar ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .topbar ul li {
      margin-right: 20px; }
      .topbar ul li a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        padding: 15px 0;
        display: flex;
        align-items: center; }
        .topbar ul li a svg {
          margin-right: 10px; }
        .topbar ul li a:hover {
          text-decoratioN: underline; }

@media screen and (max-width: 992px) {
  .topbar {
    display: none; } }

.navbar-custom {
  background-color: white;
  z-index: 1030;
  margin-top: 10px; }
  .navbar-custom .navbar-width {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 1140px;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .navbar-custom .logo {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    transition: 0.3s;
    max-width: 285px; }
    .navbar-custom .logo a.navbar-brand {
      height: 75px;
      padding: 0;
      display: flex;
      align-items: center;
      transition: 0.3s; }
      .navbar-custom .logo a.navbar-brand img.brand-logo-main {
        height: 100%;
        width: auto;
        transition: 0.3s; }
      .navbar-custom .logo a.navbar-brand img.brand-logo-scrolled {
        display: none; }
  .navbar-custom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px; }
    .navbar-custom ul li {
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      margin-left: 0px; }
      .navbar-custom ul li.current_page_item a {
        text-decoration: none;
        background: #56b3bf;
        color: white; }
      .navbar-custom ul li a {
        color: black;
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px;
        display: block;
        text-decoration: none; }
        .navbar-custom ul li a:hover {
          text-decoration: none;
          background: #56b3bf;
          color: white; }

.scrolled {
  height: auto;
  transition: height 0.3s;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  width: 100%;
  top: 0px; }
  .scrolled .logo {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    transition: 0.3s; }
    .scrolled .logo a.navbar-brand {
      width: auto;
      height: 55px;
      padding: 0px;
      display: flex;
      align-items: center;
      transition: 0.3s; }
      .scrolled .logo a.navbar-brand img.brand-logo-main {
        display: none; }
      .scrolled .logo a.navbar-brand img.brand-logo-scrolled {
        display: block;
        width: auto;
        height: 100%;
        transition: 0.3s; }
  .scrolled ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px; }
    .scrolled ul li {
      display: inline-block; }
  .scrolled ul.slimmenu li > ul {
    top: 15px; }

@media screen and (max-width: 992px) {
  .navbar-custom ul li {
    margin-left: 0px; }
    .navbar-custom ul li.block a {
      color: #404040 !important; }
  .scrolled {
    height: auto;
    min-height: 60px; }
    .scrolled ul.slimmenu.collapsed {
      margin-top: 150px; } }

nav.menu {
  display: flex;
  align-items: center; }

.menu-collapser {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.menu-collapser a {
  width: 50%; }

.menu-collapser > a > img {
  width: 50%;
  padding: 5% 0 0 0; }

@media (max-width: 540px) {
  .menu-collapser > a > img {
    width: 80%;
    padding: 5% 0 0 0; } }

.sticky .collapse-button {
  right: 0px;
  top: 15px; }

.collapse-button {
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 10px 2px;
  color: black;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0; }

.collapse-button:hover, .collapse-button:focus {
  color: black; }

.collapse-button .icon-bar {
  display: block;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  background-color: black;
  border-radius: 1px; }

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media only screen and (max-width: 992px) {
    ul.slimmenu {
      padding-top: 35px; } }

ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table; }

.sub-toggle img {
  height: 15px; }

ul.slimmenu:before,
ul.slimmenu:after {
  content: '';
  display: table; }

ul.slimmenu:after {
  clear: both; }

ul.slimmenu.collapsed {
  padding-top: 40px;
  margin-top: 43px;
  position: absolute;
  left: 0;
  background: white;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  flex-direction: column;
  display: flex; }

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white; }

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none; }

ul.slimmenu.collapsed li a {
  text-align: left;
  width: 100%;
  padding: 15px 25px !important;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li .sub-toggle {
  height: 30px;
  background: #F37020 !important; }

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: none; }

ul.slimmenu li.menu-item-has-children {
  position: relative; }

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  padding: 10px; }

ul.slimmenu li ul li {
  background: white;
  width: 200px;
  left: -5px;
  border-left: 2px solid #F37020 !important;
  margin-left: 0; }

ul.slimmenu li ul li a {
  padding: 10px 10px !important;
  text-align: left;
  min-width: 125px; }

ul.slimmenu li ul li:hover {
  background-color: #F37020 !important; }
  ul.slimmenu li ul li:hover a {
    color: white !important; }

ul.slimmenu li > ul {
  position: absolute;
  left: -8px;
  top: 20px;
  z-index: 999;
  display: block;
  width: auto;
  padding-top: 25px !important; }

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0; }

ul.slimmenu li a {
  display: block;
  padding: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  cursor: pointer;
  transition: padding 0.6s;
  color: black; }

@media (max-width: 1000px) {
  ul.slimmenu li a {
    padding: 15px;
    transition: padding 0.6s; } }

ul.slimmenu li a:hover {
  text-decoration: none;
  color: white; }

ul.slimmenu li .sub-toggle {
  right: 25px;
  top: 10px;
  z-index: 999;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer; }

ul.slimmenu li .sub-toggle:before {
  content: '';
  font-family: fontello;
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  color: white; }

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-family: fontello; }

ul.slimmenu li .sub-toggle > i {
  font-style: normal;
  font-size: 12px;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 992px) {
  ul.slimmenu li .sub-toggle > i {
    color: #F37020 !important; } }

ul.slimmenu > li {
  border-left: 0;
  display: inline-flex;
  flex-direction: row; }

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0; }

.sub-menu {
  padding-top: 5px; }

.sub-menu li {
  padding: 0px 0px 0px 0px; }

.sub-menu .current-menu-item {
  border-bottom: 0px solid #fff !important; }

@media (min-width: 768px) {
  .slimmenu li > ul {
    padding-left: 0px; }
  #nav-wrapper {
    padding-left: 20px; }
  .slimmenu > li:hover {
    border-bottom: 0px solid #fff;
    box-sizing: border-box; } }

@media screen and (max-width: 992px) {
  ul.slimmenu li .sub-toggle {
    position: absolute; } }

.ld-course-list-items .ld_course_grid .entry-title {
  font-size: 21px;
  padding: 8px 0;
  margin: 0 !important; }

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
  background: #56b3bf !important; }

.ld-course-list-items .ld_course_grid .btn-primary {
  background: #56b3bf !important;
  border-color: #56b3bf !important; }

.ld-course-list-items .ld_course_grid .thumbnail .caption {
  background: #cbf3eb; }

@font-face {
  font-family: 'fontello';
  src: url("fontello/font/fontello.eot?64012734");
  src: url("fontello/font/fontello.eot?64012734#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?64012734") format("woff2"), url("fontello/font/fontello.woff?64012734") format("woff"), url("fontello/font/fontello.ttf?64012734") format("truetype"), url("fontello/font/fontello.svg?64012734#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  max-width: 100%; }

body {
  font-family: "Roboto", sans-serif !important;
  color: #404040 !important;
  font-size: 18px !important;
  font-weight: 300; }
  body section a, body p a {
    color: #F37020 !important; }
    body section a:hover, body p a:hover {
      font-weight: bold;
      text-decoration: none; }

.wrapper {
  padding: 30px 0; }

.alignfull {
  width: calc(100vw - 10px);
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }
  .alignfull .wp-block-columns {
    max-width: 1140px;
    margin: auto; }

@media screen and (min-width: 1140px) {
  .pagewidth {
    max-width: 1140px;
    margin: auto; } }

@media screen and (max-width: 1140px) {
  .pagewidth {
    max-width: 90%;
    margin: auto; } }

.404 {
  padding: 50px 0;
  text-align: center;
  font-size: 25px; }
