/*
 Materialize defines these breakpoints (we copy the variables because we use a CDN):
 - Small screens are defined as having a max-width of 600px
 - Medium screens are defined as having a max-width of 992px
 - Large screen are defined as having a min-width of 993px
 - Extra Large screen are defined as having a min-width of 1200px
*/
.orange {
  background-color: #f29426 !important; }

.yellow {
  background-color: #ffaf0f !important; }

.green {
  background-color: #367845 !important; }

.navy {
  background-color: #1c3476 !important; }

.lime {
  background-color: #12a849 !important; }

.orange {
  background-color: #f29426 !important; }

.waves-effect.waves-rose .waves-ripple {
  background-color: rgba(173, 110, 139, 0.65); }

.waves-effect.waves-violet .waves-ripple {
  background-color: rgba(80, 68, 148, 0.65); }

.waves-effect.waves-sky .waves-ripple {
  background-color: rgba(70, 114, 141, 0.65); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(228, 185, 57, 0.65); }

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(54, 120, 69, 0.65); }

@font-face {
  font-family: "Ratio";
  src: url("../font/Ratio_OT_FullFamily/Ratio_OT_v1/psRatioBold.otf") format("truetype");
  font-weight: normal;
  font-style: "normal"; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/material-design-icons/font/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: "Material Icons", "MaterialIcons-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

i .tiny {
  font-size: 1rem; }
i .small {
  font-size: 2rem; }
i .medium {
  font-size: 4rem; }
i .tiny {
  font-size: 6rem; }

h1,
h2,
h3,
p {
  margin-block-start: 0;
  margin-block-end: 0; }
  h1 a,
  h2 a,
  h3 a,
  p a {
    text-decoration: underline; }

h1,
h2,
h3,
a,
strong {
  font-weight: bold; }
  h1 a,
  h2 a,
  h3 a,
  a a,
  strong a {
    text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #367845;
  font-family: "Ratio", sans-serif; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: underline; }

a,
p,
strong {
  color: #333333; }

h1 {
  font-size: 75px;
  line-height: 1.17;
  margin-bottom: 50px; }

h2 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 35px; }

h3 {
  font-size: 1.5rem;
  line-height: 1.33; }

p,
span,
ul li {
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5; }
  p.bold,
  span.bold,
  ul li.bold {
    font-weight: bold; }

strong {
  font-family: "Arial", sans-serif;
  font-weight: bold; }

small {
  font-family: "Arial", sans-serif;
  font-weight: normal; }

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.4rem;
    line-height: 1.305; }

  h3 {
    font-size: 1.1rem;
    line-height: 1.415; }

  p,
  span,
  ul li,
  a,
  strong {
    font-size: 0.8rem;
    line-height: 1.565; }

  i, div {
    font-size: 0.8rem;
    line-height: 1.63; } }
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 1.5rem; }

  h2 {
    font-size: 1.1rem;
    line-height: 1.36; }

  h3 {
    font-size: 1rem;
    line-height: 1.5; }

  p,
  span,
  ul li,
  a,
  strong {
    font-size: 0.8rem;
    line-height: 1.63; }

  i, div {
    font-size: 0.8rem;
    line-height: 1.63; } }
html {
  font-size: 20px;
  font-family: "Arial", sans-serif;
  height: 100%; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
  background-color: white; }
  body.overflow-hidden {
    overflow: hidden; }

main {
  flex: 1 0 auto;
  margin-top: 96px;
  margin-bottom: 16px; }

.content-with-margin {
  margin-top: 100px;
  margin-bottom: 100px; }

.full-height {
  height: 100%; }

.material-icons.inline {
  vertical-align: bottom; }

.no-margin {
  margin: 0; }

.small-margin-top {
  margin-top: 20px; }

.medium-margin-top {
  margin-top: 40px; }

.big-margin-top {
  margin-top: 60px; }

.small-margin-bottom {
  margin-bottom: 20px; }

.medium-margin-bottom {
  margin-bottom: 40px; }

.big-margin-bottom {
  margin-bottom: 60px; }

.small-margin-right {
  margin-right: 20px; }

.medium-margin-right {
  margin-right: 40px; }

.big-margin-right {
  margin-right: 60px; }

.small-margin-left {
  margin-left: 20px; }

.medium-margin-left {
  margin-left: 40px; }

.big-margin-left {
  margin-left: 60px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

#info {
  display: block;
  position: fixed;
  padding: 20px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000; }

img {
  max-width: 100%; }

@media only screen and (max-width: 992px) {
  main {
    margin-top: 86px; } }
.row ul {
  padding-left: 24px !important; }
  .row ul li {
    list-style-type: disc !important; }

ul.dropdown-content {
  padding-left: 0px !important; }
  ul.dropdown-content li {
    list-style-type: none !important; }

#cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 30px 50px;
  width: 100%;
  background-color: #367845;
  text-align: center;
  z-index: 2500;
  max-height: 250px;
  transition: all 0.7s ease-in; }
  #cookie-bar p {
    color: white; }
  #cookie-bar #decline-cookies,
  #cookie-bar #accept-cookies {
    color: white;
    margin-left: 10px;
    border: 2px #ffffff solid; }
  #cookie-bar.show {
    display: block; }
  #cookie-bar.animate-hide {
    max-height: 0px;
    padding: 0px; }

#up {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #367845;
  position: fixed;
  bottom: 50px;
  right: 25px;
  display: none;
  z-index: 1000; }
  #up img {
    position: absolute;
    height: 25px;
    width: 25px;
    top: calc(50% - 13.5px);
    left: calc(50% - 12.5px);
    transform: rotate(-90deg); }

.grecaptcha-badge {
  visibility: hidden; }

.lp-content ul {
  padding-left: 25px; }
  .lp-content ul li {
    list-style-type: disc; }
.lp-content ol {
  padding-left: 25px; }
  .lp-content ol li {
    list-style-type: decimal; }

:root {
  color-scheme: light !important; }

.navbar-fixed {
  height: 96px; }
  .navbar-fixed nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 96px;
    line-height: 96px;
    -webkit-transition: height 0.5s, line-height 0.5s;
    transition: height 0.5s, line-height 0.5s; }
    @media only screen and (min-width: 1250px) {
      .navbar-fixed nav {
        padding-right: 20px; } }
    .navbar-fixed nav .nav-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .navbar-fixed nav .nav-wrapper .brand-logo {
        height: 100%;
        font-size: 0px;
        position: relative;
        flex-shrink: 0; }
        .navbar-fixed nav .nav-wrapper .brand-logo img {
          height: 100%; }
        .navbar-fixed nav .nav-wrapper .brand-logo.small img {
          height: 100%; }
      .navbar-fixed nav .nav-wrapper .nav-mobile-toggle,
      .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
        cursor: pointer;
        padding: 0 16px;
        height: 96px;
        line-height: 96px;
        color: #367845;
        font-size: 1.5rem; }
      .navbar-fixed nav .nav-wrapper ul li {
        max-width: 160px;
        text-align: center; }
        .navbar-fixed nav .nav-wrapper ul li a {
          font-family: "Ratio", sans-serif;
          font-size: 16px;
          font-weight: 400;
          height: 96px;
          color: #333333;
          padding: 0 20px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          line-height: 20px;
          -webkit-transition: height 0.5s, line-height 0.5s;
          transition: height 0.5s, line-height 0.5s; }
          .navbar-fixed nav .nav-wrapper ul li a:focus, .navbar-fixed nav .nav-wrapper ul li a:active {
            outline: none;
            -moz-outline-style: none; }
        @media only screen and (min-width: 1441px) {
          .navbar-fixed nav .nav-wrapper ul li {
            max-width: 200px; }
            .navbar-fixed nav .nav-wrapper ul li a {
              font-size: 20px; } }
        .navbar-fixed nav .nav-wrapper ul li.selected a, .navbar-fixed nav .nav-wrapper ul li.ancestor a {
          font-family: "Ratio", sans-serif; }
          .navbar-fixed nav .nav-wrapper ul li.selected a.text-color-lime, .navbar-fixed nav .nav-wrapper ul li.ancestor a.text-color-lime {
            color: #12a849; }
          .navbar-fixed nav .nav-wrapper ul li.selected a.text-color-orange, .navbar-fixed nav .nav-wrapper ul li.ancestor a.text-color-orange {
            color: #f29426; }
          .navbar-fixed nav .nav-wrapper ul li.selected a.text-color-yellow, .navbar-fixed nav .nav-wrapper ul li.ancestor a.text-color-yellow {
            color: #ffaf0f; }
        .navbar-fixed nav .nav-wrapper ul li .dropdown-content {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .navbar-fixed nav .nav-wrapper ul li .dropdown-content li {
            padding: 0;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .navbar-fixed nav .nav-wrapper ul li .dropdown-content li:hover {
              background-color: transparent; }
            .navbar-fixed nav .nav-wrapper ul li .dropdown-content li a {
              font-family: "Ratio", sans-serif;
              padding: 0;
              height: 50px;
              width: 100%; }
      .navbar-fixed nav .nav-wrapper ul#nav-desktop {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .navbar-fixed nav .nav-wrapper ul#nav-desktop li {
          color: #000000 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_5 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_12 a {
            color: #367845 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_6 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_7 a {
            color: #ffaf0f !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_8 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_9 a {
            color: #12a849 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_15 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_16 a {
            color: #f29426 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-desktop li.selected a {
            background-color: rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 1249px) {
          .navbar-fixed nav .nav-wrapper ul#nav-desktop {
            display: none; } }
      .navbar-fixed nav .nav-wrapper ul#nav-mobile {
        position: fixed;
        width: 450px;
        right: 0px;
        background-color: #ffffff;
        height: calc(100% - 96px);
        overflow-x: auto; }
        @media screen and (max-width: 450px) {
          .navbar-fixed nav .nav-wrapper ul#nav-mobile {
            width: 100%; } }
        @media (pointer: none), (pointer: coarse) {
          .navbar-fixed nav .nav-wrapper ul#nav-mobile {
            overflow: auto;
            padding-bottom: 100px; } }
        @media screen and (min-width: 1462px) {
          .navbar-fixed nav .nav-wrapper ul#nav-mobile {
            display: none; } }
        .navbar-fixed nav .nav-wrapper ul#nav-mobile li {
          float: none;
          line-height: 48px;
          position: relative;
          max-width: none;
          height: auto;
          color: #000000 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
            line-height: 60px;
            text-align: left;
            font-family: "Ratio", sans-serif;
            font-size: 1.75rem;
            padding: 0 32px;
            height: auto;
            justify-content: flex-start; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_15 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_16 a {
            line-height: 40px;
            padding-top: 10px;
            padding-bottom: 10px; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant {
            padding-left: 16px;
            line-height: 32px;
            margin-bottom: 16px; }
            .navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant a {
              font-family: "Ratio", sans-serif;
              font-size: 1rem; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li ul.sub-nav-mobile {
            max-height: 0;
            transition: max-height 0.3s ease;
            overflow: hidden; }
            .navbar-fixed nav .nav-wrapper ul#nav-mobile li ul.sub-nav-mobile a {
              font-size: 1.1rem;
              line-height: 55px; }
            @media (pointer: none), (pointer: coarse) {
              .navbar-fixed nav .nav-wrapper ul#nav-mobile li ul.sub-nav-mobile {
                max-height: 500px; } }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li:hover ul.sub-nav-mobile {
            transition: max-height 1s ease; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_5 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_12 a {
            color: #367845 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_6 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_7 a {
            color: #ffaf0f !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_8 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_9 a {
            color: #12a849 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_15 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_16 a {
            color: #f29426 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.selected a {
            background-color: rgba(0, 0, 0, 0.1); }
  .navbar-fixed.navbar-scrolled {
    height: 64px; }
    .navbar-fixed.navbar-scrolled nav {
      height: 64px;
      line-height: 64px; }
      .navbar-fixed.navbar-scrolled nav ul li a {
        font-family: "Ratio", sans-serif;
        height: 64px; }
    .navbar-fixed.navbar-scrolled .nav-mobile-toggle,
    .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
      height: 64px;
      line-height: 64px;
      font-size: 1.5rem; }
    .navbar-fixed.navbar-scrolled ul#nav-mobile {
      top: 64px; }

@media only screen and (min-width: 992px) and (max-width: 1460px) {
  ul#nav-mobile {
    top: 125px; } }
@media only screen and (max-width: 992px) {
  .navbar-fixed {
    height: 56px; }
    .navbar-fixed nav {
      height: 56px;
      line-height: 56px; }
      .navbar-fixed nav .nav-wrapper .brand-logo {
        font-size: 0px;
        left: 0;
        transform: none;
        -webkit-transform: none; }
      .navbar-fixed nav .nav-wrapper .nav-mobile-toggle,
      .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
        height: 56px;
        line-height: 56px;
        font-size: 1.5rem; }
      .navbar-fixed nav .nav-wrapper ul#nav-mobile {
        top: 56px;
        height: calc(100% - 56px); }
        .navbar-fixed nav .nav-wrapper ul#nav-mobile li {
          position: relative;
          float: none;
          line-height: 48px;
          height: auto;
          text-align: left;
          min-width: 160px;
          max-width: none;
          padding: 0 !important; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
            font-family: "Ratio", sans-serif;
            line-height: 56px;
            height: auto;
            font-size: 1.1rem;
            padding: 0 32px;
            display: block;
            text-align: left; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li {
            top: 0px;
            line-height: 32px;
            margin-bottom: 16px; }
            .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li a {
              font-size: 0.8rem; }
    .navbar-fixed.navbar-scrolled {
      height: 56px; }
      .navbar-fixed.navbar-scrolled nav {
        height: 56px;
        line-height: 56px; }
        .navbar-fixed.navbar-scrolled nav ul li a {
          font-family: "Ratio", sans-serif;
          line-height: 56px; }
      .navbar-fixed.navbar-scrolled .nav-mobile-toggle,
      .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
        cursor: pointer;
        height: 56px;
        line-height: 56px; }
      .navbar-fixed.navbar-scrolled ul#nav-mobile {
        top: 56px; } }
@media only screen and (min-width: 1461px) {
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle {
    display: none; } }
@media only screen and (max-width: 1460px) and (min-width: 1250px) {
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle {
    display: none; } }
footer.page-footer {
  padding-top: 80px;
  background-color: #ebebeb;
  color: #333333; }
  footer.page-footer p,
  footer.page-footer a,
  footer.page-footer strong {
    font-size: 0.9rem; }
    @media only screen and (max-width: 1440px) {
      footer.page-footer p,
      footer.page-footer a,
      footer.page-footer strong {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 600px) {
      footer.page-footer p,
      footer.page-footer a,
      footer.page-footer strong {
        font-size: 0.7rem; } }
  footer.page-footer strong,
  footer.page-footer a {
    color: #333333; }
  footer.page-footer img {
    width: 100%;
    max-width: 220px; }
  footer.page-footer svg {
    width: 100%;
    max-width: 220px; }
  footer.page-footer .minor-footer-logos {
    width: 80%;
    max-width: 100px; }
    footer.page-footer .minor-footer-logos#mhfa-logo-image {
      max-width: 130px; }
  footer.page-footer .footer-title {
    font-size: 0.9rem; }
    @media only screen and (max-width: 1440px) {
      footer.page-footer .footer-title {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 600px) {
      footer.page-footer .footer-title {
        font-size: 0.7rem; } }
  footer.page-footer .footer-link {
    margin-right: 16px; }
  footer.page-footer .footer-language {
    margin-left: 16px; }
  footer.page-footer a {
    text-decoration: none; }
    footer.page-footer a.footer-mailto {
      text-decoration: underline; }

#logo-bs {
  max-width: 300px;
  width: 150%; }

#logo-pms {
  width: 120%; }

.footer-two-logos {
  display: block; }

.footer-container-wrapper {
  margin-left: 20%; }

.footer-container {
  display: flex;
  justify-content: center; }

.footer-inner-container {
  display: flex;
  align-items: center; }

.footer-margin {
  margin-right: 40px; }

.fixed-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 999; }

@media only screen and (min-width: 992px) {
  .footer-two-logos {
    display: flex;
    align-items: center; } }
@media only screen and (max-width: 992px) {
  .footer-margin {
    margin-right: 16px; }

  #logo-bs {
    width: 100%; } }
.social-media {
  margin-bottom: 50px; }
  .social-media img {
    height: 38px;
    width: auto;
    margin-left: 4px;
    float: right; }

.newsletter-footer {
  background-color: #ebebeb;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0; }
  .newsletter-footer .newsletter-footer-wrapper {
    color: #333333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative; }
    @media only screen and (min-width: 993px) and (max-width: 1626px) {
      .newsletter-footer .newsletter-footer-wrapper {
        justify-content: center; } }
    .newsletter-footer .newsletter-footer-wrapper .newsletter-icon {
      position: absolute;
      left: -100px; }
      @media only screen and (max-width: 1200px) {
        .newsletter-footer .newsletter-footer-wrapper .newsletter-icon {
          display: none; } }
    .newsletter-footer .newsletter-footer-wrapper .newsletter-info {
      padding: 0 .75rem; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-info p {
        font-size: 12px; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-info span {
        font-weight: bold;
        font-size: 20px; }
        @media only screen and (max-width: 1440px) {
          .newsletter-footer .newsletter-footer-wrapper .newsletter-info span {
            font-size: 18px; } }
        @media only screen and (max-width: 992px) {
          .newsletter-footer .newsletter-footer-wrapper .newsletter-info span {
            font-size: 16px; } }
    .newsletter-footer .newsletter-footer-wrapper .newsletter-input form {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-text-input {
      width: 322px;
      padding: 0 .75rem 10px; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-text-input .checkbox-label {
        color: #9E9E9E;
        font-size: 16px; }
    .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input {
      padding: 1.5rem 0.75rem 10px;
      width: 350px; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input label {
        color: #9E9E9E;
        font-size: 12px; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input .grey-checkbox[type="checkbox"]:not(:checked) + span:not(.lever)::before, .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
        border: 2px solid #9E9E9E; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input input[type=submit], .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input #newsletterSubmit {
        width: 145px;
        height: 33px;
        border: 2px solid #9E9E9E;
        color: #9E9E9E;
        font-size: 14px;
        margin-top: 20px;
        cursor: pointer; }
      .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input span {
        font-size: 12px; }
        .newsletter-footer .newsletter-footer-wrapper .newsletter-input .newsletter-click-input span a {
          font-weight: normal;
          text-decoration: underline;
          color: #9E9E9E;
          font-size: 12px; }

button.outlined {
  padding: 0 32px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

button.outlined-orange {
  padding: 0 32px !important;
  font-weight: bold;
  border: 2px solid #ffaf0f;
  color: #ffaf0f; }

.fixed-footer button.outlined {
  border: 2px white solid;
  color: white; }

.contact-form-submit {
  border: 2px #343434 solid; }

.testimonials.slider {
  margin-top: 20px; }
  .testimonials.slider .slides {
    background-color: transparent; }
    .testimonials.slider .slides li {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center; }
      .testimonials.slider .slides li .FR {
        color: #ffaf0f; }
      .testimonials.slider .slides li .FP {
        color: #367845; }
      .testimonials.slider .slides li .IN {
        color: #12a849; }
      .testimonials.slider .slides li .CO {
        color: #f29426; }
      .testimonials.slider .slides li p {
        font-size: 35px;
        text-align: center;
        width: 100%; }
        @media only screen and (max-width: 1440px) {
          .testimonials.slider .slides li p {
            font-size: 1rem; } }
        @media only screen and (max-width: 992px) {
          .testimonials.slider .slides li p {
            font-size: 0.9rem;
            line-height: 1.36; } }
      .testimonials.slider .slides li .image-container {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .testimonials.slider .slides li .image-container img {
          width: 160px;
          height: 160px;
          -webkit-background-size: 160px;
          background-size: 160px;
          background-repeat: no-repeat;
          border-radius: 50%;
          margin-bottom: 20px; }
        .testimonials.slider .slides li .image-container strong {
          color: #333333;
          font-size: 29px;
          margin-bottom: 60px; }
          @media only screen and (max-width: 1440px) {
            .testimonials.slider .slides li .image-container strong {
              font-size: 1.4rem; } }
          @media only screen and (max-width: 992px) {
            .testimonials.slider .slides li .image-container strong {
              font-size: 1.1rem; } }
  .testimonials.slider .indicators {
    padding-left: 0px !important; }
    .testimonials.slider .indicators .indicator-item {
      background-color: rgba(0, 0, 0, 0.5);
      height: 12px;
      width: 12px;
      margin: 0 8px; }
      .testimonials.slider .indicators .indicator-item.active {
        background-color: #333333; }

.wrapper {
  position: relative; }
  .wrapper .row.flex {
    display: flex; }
  .wrapper.full-width {
    width: 100%;
    max-width: 100%; }
    .wrapper.full-width.indented {
      padding: 0 10%; }
  .wrapper.overlapping {
    margin-top: -200px; }

@media only screen and (max-width: 992px) {
  .wrapper .row.flex {
    display: block; }
    .wrapper .row.flex .box {
      margin-left: 0; } }
.row .col.box {
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .row .col.box.no-spacing {
    margin-left: 0; }
  .row .col.box:first-child {
    margin-left: 0; }
  .row .col.box .box-content {
    text-overflow: ellipsis; }
    .row .col.box .box-content .box-text-primary {
      font-size: 1.5rem;
      color: white; }
    .row .col.box .box-content .box-text-secondary {
      font-size: 1.25rem; }
  .row .col.box .box-link {
    margin-top: 50px;
    color: white; }
    .row .col.box .box-link a {
      color: white;
      font-size: 25px;
      display: block;
      background: #367845;
      padding: 2px 4px; }
    @media only screen and (max-width: 1440px) {
      .row .col.box .box-link a {
        font-size: 0.9rem; }
        .row .col.box .box-link a i {
          font-size: 1.5rem; } }

.row .col.box.box-left-margin-True:not(:first-child) {
  margin-left: 30px; }

.box-left-margin-False {
  margin-left: 0; }

@media only screen and (max-width: 1200px) {
  .row .col.box {
    padding: 25px; }
    .row .col.box .box-content .box-text-primary {
      font-size: 1rem; } }
@media only screen and (max-width: 992px) {
  .row .col.box {
    margin-left: 0; }
    .row .col.box.box-left-margin-True:not(:first-child) {
      margin-left: 0; }
    .row .col.box .box-content .box-text-secondary,
    .row .col.box .box-link a {
      font-size: 1rem; } }
.info-box .box-content h3,
.info-box .box-content p {
  color: white; }
  .info-box .box-content h3.text-primary,
  .info-box .box-content p.text-primary {
    color: #333333; }
.info-box .box-content h3 {
  margin-bottom: 25px; }
.info-box .box-content .box-text-secondary {
  font-weight: normal; }
.info-box .box-content .icon-image {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 25px; }
  .info-box .box-content .icon-image img {
    height: 120px;
    width: 120px;
    border: none; }

@media only screen and (max-width: 992px) {
  .info-box .box-content .icon-image img {
    height: 80px;
    width: 80px; } }
.header {
  position: relative;
  color: white; }
  .header .green-opaque {
    background-color: rgba(31, 108, 64, 0.4); }
  .header .lime-opaque {
    background-color: rgba(0, 157, 73, 0.4); }
  .header .yellow-opaque {
    background-color: rgba(255, 185, 82, 0.4); }
  .header .orange-opaque {
    background-color: rgba(255, 132, 48, 0.4); }
  .header .header-background {
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
    .header .header-background img {
      height: 100%; }
    .header .header-background .container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .header .header-background .container .row {
        margin-left: unset;
        margin-right: unset; }
    .header .header-background .header-text-container {
      width: 100%; }
      .header .header-background .header-text-container h1,
      .header .header-background .header-text-container p {
        color: white;
        text-align: left; }
        .header .header-background .header-text-container h1 a strong,
        .header .header-background .header-text-container p a strong {
          font-weight: bold;
          color: #ffffff !important; }
        .header .header-background .header-text-container h1 strong a,
        .header .header-background .header-text-container p strong a {
          font-weight: bold;
          color: #ffffff !important; }
  .header .text-header-background {
    padding: 30px 0px;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: top right; }
    .header .text-header-background.overlapped {
      padding: 30px 0px 230px 0px; }
    .header .text-header-background img {
      height: 100%; }
    .header .text-header-background .header-text-container {
      margin-top: 5%;
      width: 100%; }
      .header .text-header-background .header-text-container h1,
      .header .text-header-background .header-text-container h2,
      .header .text-header-background .header-text-container p {
        color: white;
        text-align: left; }
        .header .text-header-background .header-text-container h1 a,
        .header .text-header-background .header-text-container h2 a,
        .header .text-header-background .header-text-container p a {
          font-weight: bold;
          color: #ffffff !important; }
          .header .text-header-background .header-text-container h1 a strong,
          .header .text-header-background .header-text-container h2 a strong,
          .header .text-header-background .header-text-container p a strong {
            font-weight: bold;
            color: #ffffff !important; }
        .header .text-header-background .header-text-container h1 strong,
        .header .text-header-background .header-text-container h2 strong,
        .header .text-header-background .header-text-container p strong {
          font-weight: bold;
          color: #ffffff !important; }
          .header .text-header-background .header-text-container h1 strong a,
          .header .text-header-background .header-text-container h2 strong a,
          .header .text-header-background .header-text-container p strong a {
            font-weight: bold;
            color: #ffffff !important; }
      .header .text-header-background .header-text-container h1 {
        margin-bottom: 0px; }
        .header .text-header-background .header-text-container h1.mb-50 {
          margin-bottom: 50px; }
  .header .header-content {
    position: absolute;
    top: 96px;
    padding-top: 64px;
    width: 100%; }
    .header .header-content h1 {
      color: white; }

@media only screen and (max-width: 992px) {
  .header .header-content {
    top: 56px; } }
.image-text {
  height: 600px;
  padding: 50px 10%; }
  .image-text img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%; }
  .image-text .image-text-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .image-text .image-text-content-wrapper h2,
    .image-text .image-text-content-wrapper p,
    .image-text .image-text-content-wrapper a {
      color: white; }
    .image-text .image-text-content-wrapper a {
      font-size: 1.25rem;
      font-weight: bold; }

.image-text-link {
  margin-top: 35px; }

@media only screen and (max-width: 992px) {
  .image-text {
    height: auto; } }
.faq-accordion {
  background-color: #fff !important; }
  .faq-accordion .collapsible {
    padding-left: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: 2px #333333 solid; }
    .faq-accordion .collapsible li {
      list-style: none !important; }
    .faq-accordion .collapsible .collapsible-body {
      padding-top: 0px; }
    .faq-accordion .collapsible .collapsible-header,
    .faq-accordion .collapsible .collapsible-body {
      border-bottom: 2px #333333 solid;
      padding-left: 10%;
      padding-right: 10%;
      position: relative; }
      .faq-accordion .collapsible .collapsible-header span,
      .faq-accordion .collapsible .collapsible-body span {
        font-size: 29px;
        line-height: 1.25;
        font-weight: bold;
        font-family: "Ratio", sans-serif;
        margin-right: 40px;
        margin-bottom: 0px;
        margin-top: 0px; }
        @media only screen and (max-width: 1440px) {
          .faq-accordion .collapsible .collapsible-header span,
          .faq-accordion .collapsible .collapsible-body span {
            font-size: 1.4rem; } }
        @media only screen and (max-width: 992px) {
          .faq-accordion .collapsible .collapsible-header span,
          .faq-accordion .collapsible .collapsible-body span {
            font-size: 1.1rem; } }
    .faq-accordion .collapsible .active .collapsible-header {
      border-bottom: none; }
    .faq-accordion .collapsible .collapsible-header .collapsible-indicator {
      position: absolute;
      height: 100%;
      top: 0;
      right: 10%; }
      .faq-accordion .collapsible .collapsible-header .collapsible-indicator i {
        margin-right: 0;
        font-size: 2rem;
        line-height: 1.5;
        transition: 0.5s; }
        .faq-accordion .collapsible .collapsible-header .collapsible-indicator i.rotate {
          transform: rotate(180deg); }
    .faq-accordion .collapsible .collapsible-body {
      background-color: #fff;
      border-bottom: 2px #333333 solid; }
      .faq-accordion .collapsible .collapsible-body ul li {
        list-style-type: disc !important; }
  .faq-accordion .faq-more {
    margin-bottom: 1rem; }
    .faq-accordion .faq-more a {
      padding: 0 10%; }
      .faq-accordion .faq-more a strong {
        line-height: 2rem; }
  .faq-accordion.green .faq-more a {
    color: #367845; }
  .faq-accordion.green .collapsible-header span,
  .faq-accordion.green i {
    color: #367845; }
  .faq-accordion.yellow .faq-more a {
    color: #ffaf0f; }
  .faq-accordion.yellow .collapsible-header span,
  .faq-accordion.yellow i {
    color: #ffaf0f; }
  .faq-accordion.lime .faq-more a {
    color: #12a849; }
  .faq-accordion.lime .collapsible-header span,
  .faq-accordion.lime i {
    color: #12a849; }
  .faq-accordion.orange .faq-more a {
    color: #f29426; }
  .faq-accordion.orange .collapsible-header span,
  .faq-accordion.orange i {
    color: #f29426; }
  .faq-accordion.navy .faq-more a {
    color: #1c3476; }
  .faq-accordion.navy .collapsible-header span,
  .faq-accordion.navy i {
    color: #1c3476; }
  .faq-accordion .link-wrapper {
    text-align: center;
    padding-top: 25px; }
    .faq-accordion .link-wrapper i {
      color: #000000;
      position: relative;
      top: 1px; }
      @media only screen and (max-width: 1440px) {
        .faq-accordion .link-wrapper i {
          font-size: 1.5rem; } }
    .faq-accordion .link-wrapper a span {
      font-size: 1.1rem;
      font-weight: bold; }
      @media only screen and (max-width: 1440px) {
        .faq-accordion .link-wrapper a span {
          font-size: 1rem; } }
      @media only screen and (max-width: 992px) {
        .faq-accordion .link-wrapper a span {
          font-size: 0.9rem; } }

@media only screen and (max-width: 992px) {
  .collapsible .collapsible-header .collapsible-indicator i {
    font-size: 1.1rem;
    line-height: 1.36; } }
@media only screen and (max-width: 1200px) {
  .faq-accordion .collapsible .collapsible-header span, .faq-accordion .collapsible .collapsible-body span {
    font-size: 1.55rem;
    line-height: 1.305; } }
@media only screen and (max-width: 992px) {
  .faq-accordion .collapsible .collapsible-header span, .faq-accordion .collapsible .collapsible-body span {
    font-size: 1.1rem;
    line-height: 1.36; } }
#course-detail-map {
  height: 500px;
  width: 100%; }

#course-overview-map {
  height: 800px;
  width: 100%; }

.gm-style-iw .gm-style-iw-d {
  overflow: hidden !important; }
  .gm-style-iw .gm-style-iw-d .marker-info-window {
    background-color: #ffaf0f;
    min-width: 360px; }
    .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course {
      padding: 16px;
      border-bottom: 1px solid white; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course:last-child {
        border-bottom: none; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course p, .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course a {
        color: white !important; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course p {
        margin-right: 20px;
        margin-block-start: 0; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course a {
        font-weight: bold; }
.gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important; }
  .gm-style-iw button img {
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) invert(1) !important; }

.slider-title {
  margin-bottom: 20px; }

.image-slider {
  margin-top: 40px;
  background-color: white; }
  .image-slider.box-slider {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto; }
  .image-slider .slides {
    position: relative;
    background-color: #FFFFFF; }
    .image-slider .slides .img-slide {
      overflow: visible;
      width: 100%;
      height: 100%;
      left: inherit; }
      .image-slider .slides .img-slide img {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .image-slider .indicators .indicator-item {
    height: 12px;
    width: 12px;
    margin: 0 12px;
    border: 1px solid black;
    background: transparent; }
    .image-slider .indicators .indicator-item.active {
      background-color: black; }

.lime_text {
  color: #12a849 !important; }

.orange_text {
  color: #f29426 !important; }

.faqslider-container {
  height: 580px; }
  .faqslider-container .faqslider {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right; }
    .faqslider-container .faqslider .slides {
      background-color: transparent; }
      .faqslider-container .faqslider .slides li .caption {
        width: 100%;
        left: 0; }
        .faqslider-container .faqslider .slides li .caption .question {
          color: white !important; }
        .faqslider-container .faqslider .slides li .caption .headline {
          color: white !important;
          margin-left: 32px; }
        .faqslider-container .faqslider .slides li .caption .box-link {
          margin-left: 32px;
          margin-top: 32px; }
          .faqslider-container .faqslider .slides li .caption .box-link a {
            color: white;
            font-weight: bold;
            font-size: 1.25rem; }
    .faqslider-container .faqslider .indicators {
      bottom: 10%;
      z-index: 100; }
      .faqslider-container .faqslider .indicators .indicator-item {
        border: 1px solid white;
        background: transparent; }
        .faqslider-container .faqslider .indicators .indicator-item.active {
          background-color: white; }

.text-box-content {
  padding: 50px 0; }
  .text-box-content h2,
  .text-box-content p,
  .text-box-content a {
    color: white !important; }
  .text-box-content a {
    font-size: 25px; }

@media only screen and (max-width: 992px) {
  .text-box-content a {
    font-size: 1rem; } }
.html_box .default-html-box {
  padding: 20px;
  border: 1px solid #51565e;
  color: black; }
.html_box .lime-html-box {
  background-color: #12a849;
  color: white;
  border: none; }
  .html_box .lime-html-box h1 {
    color: white !important; }

.instructors_news_list {
  overflow-y: auto;
  border: 1px solid #51565e;
  width: 30%;
  max-width: 30%; }
  .instructors_news_list .news-container {
    padding: 10px;
    margin-bottom: 20px; }
  .instructors_news_list .news-title {
    font-size: 0.7em; }

#team-members {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }
  #team-members .members .member {
    margin: 5px;
    padding: 50px;
    width: calc(100% - 10px); }
    #team-members .members .member .image {
      height: 250px;
      width: 250px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 25px; }
    #team-members .members .member .name {
      color: white;
      margin-bottom: 25px;
      word-break: break-word; }
    #team-members .members .member .text {
      color: white;
      word-break: break-word; }
      @media screen and (max-width: 1370px) {
        #team-members .members .member .text {
          font-size: 0.9rem;
          line-height: 1.565; } }
    #team-members .members .member:nth-child(even) {
      background-color: #12a849; }
      #team-members .members .member:nth-child(even) .btn-flat {
        background-color: #367845; }
        #team-members .members .member:nth-child(even) .btn-flat:visited, #team-members .members .member:nth-child(even) .btn-flat:focus {
          background-color: #367845; }
    #team-members .members .member:nth-child(odd) {
      background-color: #367845; }
      #team-members .members .member:nth-child(odd) .btn-flat {
        background-color: #12a849; }
        #team-members .members .member:nth-child(odd) .btn-flat:visited, #team-members .members .member:nth-child(odd) .btn-flat:focus {
          background-color: #12a849; }
    @media only screen and (min-width: 1201px) {
      #team-members .members .member {
        width: calc(33.3333333333% - 10px); } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      #team-members .members .member {
        width: calc(50% - 10px); } }
    @media only screen and (max-width: 1350px) {
      #team-members .members .member {
        min-height: 600px; } }
    @media only screen and (min-width: 1350px) {
      #team-members .members .member {
        min-height: 650px; } }
  #team-members .members .btn-flat {
    margin-top: 50px;
    text-transform: none !important; }
    #team-members .members .btn-flat strong {
      font-weight: bold;
      color: white;
      line-height: inherit; }

@media only screen and (max-width: 1200px) {
  #team-members .members .member:nth-child(4n), #team-members .members .member:nth-child(4n + 1) {
    background-color: #12a849; }
    #team-members .members .member:nth-child(4n) .btn-flat, #team-members .members .member:nth-child(4n + 1) .btn-flat {
      background-color: #367845; }
      #team-members .members .member:nth-child(4n) .btn-flat:visited, #team-members .members .member:nth-child(4n) .btn-flat:focus, #team-members .members .member:nth-child(4n + 1) .btn-flat:visited, #team-members .members .member:nth-child(4n + 1) .btn-flat:focus {
        background-color: #367845; }
  #team-members .members .member:nth-child(4n + 2), #team-members .members .member:nth-child(4n + 3) {
    background-color: #367845; }
    #team-members .members .member:nth-child(4n + 2) .btn-flat, #team-members .members .member:nth-child(4n + 3) .btn-flat {
      background-color: #12a849; }
      #team-members .members .member:nth-child(4n + 2) .btn-flat:visited, #team-members .members .member:nth-child(4n + 2) .btn-flat:focus, #team-members .members .member:nth-child(4n + 3) .btn-flat:visited, #team-members .members .member:nth-child(4n + 3) .btn-flat:focus {
        background-color: #12a849; } }
@media only screen and (max-width: 992px) {
  #team-members .members .member {
    min-height: auto; }
    #team-members .members .member:nth-child(even) {
      background-color: #12a849; }
      #team-members .members .member:nth-child(even) .btn-flat {
        background-color: #367845; }
        #team-members .members .member:nth-child(even) .btn-flat:visited, #team-members .members .member:nth-child(even) .btn-flat:focus {
          background-color: #367845; }
    #team-members .members .member:nth-child(odd) {
      background-color: #367845; }
      #team-members .members .member:nth-child(odd) .btn-flat {
        background-color: #12a849; }
        #team-members .members .member:nth-child(odd) .btn-flat:visited, #team-members .members .member:nth-child(odd) .btn-flat:focus {
          background-color: #12a849; } }
.modal.team-member-modal {
  padding: 100px; }
  .modal.team-member-modal .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px; }
  @media screen and (max-width: 992px) {
    .modal.team-member-modal {
      padding: 50px; } }
  @media screen and (max-width: 600px) {
    .modal.team-member-modal {
      padding: 10px; } }

#articles .articles {
  border-top: 4px solid #367845; }
  #articles .articles .article {
    border-bottom: 2px solid #367845;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
    #articles .articles .article i {
      color: #367845; }
    #articles .articles .article a {
      color: #367845; }

#fourth-column-info-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  text-align: center; }
  #fourth-column-info-box h2 {
    text-align: center;
    color: #333333;
    font-size: 1.5rem; }
    @media only screen and (min-width: 600px) {
      #fourth-column-info-box h2 {
        min-height: 75px; } }
  #fourth-column-info-box .col {
    padding: 0px;
    border-right: 2px solid #367845;
    margin-bottom: 50px; }
    #fourth-column-info-box .col.first {
      border-left: 2px solid #367845; }
    @media only screen and (min-width: 992px) {
      #fourth-column-info-box .col.third {
        border-left: 2px solid #367845; } }
    @media only screen and (max-width: 992px) {
      #fourth-column-info-box .col {
        border-right: none;
        border-left: none !important; } }
    @media only screen and (min-width: 1200px) {
      #fourth-column-info-box .col {
        margin-bottom: 0px; }
        #fourth-column-info-box .col.third {
          border-left: none !important; } }
    #fourth-column-info-box .col p {
      padding: 10px; }

.anchor {
  position: relative; }
  .anchor a.target {
    position: absolute;
    left: 0;
    top: -96px; }

#references {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  #references .reference {
    margin-bottom: 20px;
    padding: 20px;
    flex-basis: 33.33%; }
    #references .reference.link {
      cursor: pointer; }
    @media only screen and (max-width: 992px) {
      #references .reference {
        flex-basis: 50%; } }
    @media only screen and (max-width: 450px) {
      #references .reference {
        flex-basis: 100%; } }

.popup-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 1001;
  justify-content: center;
  align-items: center;
  animation-name: FadeInPopUp;
  animation-duration: 1s;
  transition-timing-function: ease; }

.newsletter-popup {
  display: none;
  z-index: 100;
  width: 600px;
  height: auto;
  margin: 0 auto;
  background-color: white;
  padding: 0 30px 50px;
  flex-direction: column;
  align-items: center;
  animation-name: FadeInPopUp;
  animation-duration: 1s;
  transition-timing-function: ease; }
  @media only screen and (max-width: 1440px) {
    .newsletter-popup {
      width: 500px;
      padding: 0 30px 30px; } }
  .newsletter-popup .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    align-self: flex-end;
    margin-right: -18px; }
  .newsletter-popup .close:hover,
  .newsletter-popup .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .newsletter-popup .newsletter-icon i {
    color: #f29426; }
    @media only screen and (max-width: 1440px) {
      .newsletter-popup .newsletter-icon i {
        font-size: 2rem; } }
  .newsletter-popup p {
    font-size: 12px; }
  .newsletter-popup .newsletter-info {
    text-align: center;
    padding-bottom: 10px; }
    .newsletter-popup .newsletter-info span {
      font-weight: bold;
      font-size: 32px;
      color: #f29426; }
      @media only screen and (max-width: 1440px) {
        .newsletter-popup .newsletter-info span {
          font-size: 24px; } }
  .newsletter-popup .newsletter-input form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .newsletter-popup .newsletter-input .newsletter-text-input {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .newsletter-popup .newsletter-input .newsletter-text-input input {
      width: 322px; }
    .newsletter-popup .newsletter-input .newsletter-text-input .checkbox-label {
      color: #9E9E9E;
      font-size: 16px; }
  .newsletter-popup .newsletter-input .newsletter-click-input {
    padding-top: 10px;
    width: 322px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .newsletter-popup .newsletter-input .newsletter-click-input label {
      color: black;
      font-size: 12px; }
    .newsletter-popup .newsletter-input .newsletter-click-input input[type=submit], .newsletter-popup .newsletter-input .newsletter-click-input #newsletterSubmitPopup {
      width: 145px;
      height: 33px;
      border: 2px solid black;
      color: black;
      font-size: 14px;
      margin-top: 20px;
      background: none;
      cursor: pointer; }
      .newsletter-popup .newsletter-input .newsletter-click-input input[type=submit] :hover, .newsletter-popup .newsletter-input .newsletter-click-input #newsletterSubmitPopup :hover {
        background-color: #9E9E9E; }
    .newsletter-popup .newsletter-input .newsletter-click-input span {
      font-size: 12px; }
      .newsletter-popup .newsletter-input .newsletter-click-input span a {
        font-weight: normal;
        text-decoration: underline;
        color: black;
        font-size: 12px; }

@keyframes FadeInPopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes FadeInPopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes FadeInPopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes FadeInPopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes FadeInPopUp {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

body.first-responder h1,
body.first-responder h2,
body.first-responder h3,
body.first-responder h4,
body.first-responder h5,
body.first-responder h6 {
  color: #ffaf0f; }
  body.first-responder h1 strong,
  body.first-responder h2 strong,
  body.first-responder h3 strong,
  body.first-responder h4 strong,
  body.first-responder h5 strong,
  body.first-responder h6 strong {
    font-family: "Ratio", sans-serif;
    color: #ffaf0f; }
body.first-responder .fixed-footer {
  background-color: #ffaf0f; }
  body.first-responder .fixed-footer a,
  body.first-responder .fixed-footer h3 {
    color: white; }
  body.first-responder .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.first-responder button.outlined {
  border: 2px #ffaf0f solid;
  color: #ffaf0f; }
  body.first-responder button.outlined.active {
    border: 2px white solid;
    background-color: #ffaf0f;
    color: white; }
body.first-responder .material-tooltip {
  color: white; }

body.instructor h1,
body.instructor h2,
body.instructor h3,
body.instructor h4,
body.instructor h5,
body.instructor h6 {
  color: #12a849; }
  body.instructor h1 strong,
  body.instructor h2 strong,
  body.instructor h3 strong,
  body.instructor h4 strong,
  body.instructor h5 strong,
  body.instructor h6 strong {
    font-family: "Ratio", sans-serif;
    color: #12a849; }
body.instructor .text-centered {
  text-align: center;
  vertical-align: middle; }
body.instructor .left-no-padding .col {
  padding-left: 0; }
body.instructor .left-no-padding .row {
  margin-bottom: 0; }
  body.instructor .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.instructor .fixed-footer {
  background-color: #12a849; }
  body.instructor .fixed-footer a,
  body.instructor .fixed-footer h3 {
    color: white; }
  body.instructor .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.instructor button.outlined {
  border: 2px #12a849 solid;
  color: #12a849; }
  body.instructor button.outlined.active {
    border: 2px white solid;
    background-color: #12a849;
    color: white; }
body.instructor .material-tooltip {
  color: white; }

.instructor-container #course-container #course-list tr {
  border-color: #12a849; }
.instructor-container #course-container #course-list a {
  color: #12a849; }
.instructor-container .content-with-margin ul {
  padding-left: 18px; }
  .instructor-container .content-with-margin ul li {
    list-style-type: disc; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Ratio", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px; }

#id_cv_document,
#id_questionnaire_document,
#id_additional_doc1,
#id_additional_doc2,
#id_additional_doc3,
#quotation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }
  @media only screen and (max-width: 600px) {
    .file-input-label {
      margin-top: 20px; } }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #12a849; }

@media only screen and (max-width: 992px) {
  #cv-label-id,
  #questionnaire-label-id {
    padding: 75px 75px; } }
@media only screen and (max-width: 992px) {
  .filter-margin {
    margin-bottom: 20px !important; } }

.filter-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 992px) {
    .filter-container {
      flex-wrap: wrap;
      gap: 20px; } }

.button-filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column; }

.button-filter-inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px; }
  .button-filter-inner-container a {
    text-decoration: none; }

.selected-button {
  background: #367845 !important;
  color: white !important; }

.zoom-account-error {
  color: red; }

body.company h1,
body.company h2,
body.company h3,
body.company h4,
body.company h5,
body.company h6 {
  color: #f29426; }
  body.company h1 strong,
  body.company h2 strong,
  body.company h3 strong,
  body.company h4 strong,
  body.company h5 strong,
  body.company h6 strong {
    font-family: "Ratio", sans-serif;
    color: #f29426; }
body.company .fixed-footer {
  background-color: #f29426; }
  body.company .fixed-footer a,
  body.company .fixed-footer h3 {
    color: white; }
  body.company .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.company button.outlined {
  border: 2px #f29426 solid;
  color: #f29426; }
  body.company button.outlined.active {
    border: 2px white solid;
    background-color: #f29426;
    color: white; }
body.company .material-tooltip {
  color: white; }

.course-header {
  margin-top: 100px;
  margin-bottom: 100px; }

.course-status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 600px) {
    .course-status-row {
      justify-content: flex-start; } }

.course-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px; }
  .course-status.green {
    background-color: #00a467 !important; }
  .course-status.orange {
    background-color: #ff9800 !important; }
  .course-status.red {
    background-color: #d40000 !important; }

.controls button.outlined.active {
  border: none !important; }

#course-filters {
  margin-top: 32px;
  min-height: 80px;
  padding: 20px; }
  #course-filters #apply-course-filters {
    max-width: 100%;
    margin-top: 5px;
    padding: 0 8px;
    float: left; }
  #course-filters #reset-course-filters {
    color: white;
    float: left;
    padding: 8px 16px; }
  #course-filters .input-field {
    margin-top: 0;
    margin-bottom: 0; }
    #course-filters .input-field > input {
      color: white;
      border-bottom: 1px white solid;
      height: 2rem; }
      #course-filters .input-field > input:focus {
        box-shadow: 0 1px 0 0 white; }
    #course-filters .input-field label {
      color: white; }
  #course-filters .course-language-filter {
    padding: 8px;
    color: white; }
    #course-filters .course-language-filter span {
      padding-left: 28px; }
  #course-filters .row:last-child {
    margin-bottom: 10px; }

#course-container {
  margin-bottom: 100px; }
  #course-container #course-list {
    overflow-x: auto;
    white-space: nowrap; }
    #course-container #course-list .disabled {
      opacity: 0.3;
      pointer-events: none; }
    #course-container #course-list tr {
      border-color: #ffaf0f; }
      #course-container #course-list tr.fully-booked {
        color: rgba(51, 51, 51, 0.4); }
    #course-container #course-list td {
      vertical-align: top; }
      #course-container #course-list td.course-list-title {
        white-space: normal; }
      #course-container #course-list td .course-block {
        white-space: initial; }
    #course-container #course-list a {
      text-decoration: underline;
      color: #ffaf0f; }

.base-course-list-title {
  width: 50%; }
  @media (max-width: 600px) {
    .base-course-list-title {
      width: 100%; } }

.base-course-address-title {
  width: 20%; }

.infinite-course {
  border-top: 1px solid #ffaf0f;
  display: flex;
  padding: 15px 0 45px; }
  @media (max-width: 600px) {
    .infinite-course {
      padding: 15px 0; } }

.break-spaces {
  white-space: break-spaces; }

.margin-left-15 {
  margin-left: 15px; }

.course-blocks-container {
  width: 90%; }

.registration-link-contianer {
  width: 85%; }
  .registration-link-contianer i.material-icons.inline {
    vertical-align: text-top !important; }

.status-registration-header {
  margin-bottom: 20px;
  display: flex;
  width: 27%; }

.status-registration-link-container {
  margin-bottom: 20px;
  display: flex;
  width: 27%;
  justify-content: flex-end; }

.course-blocks-container-header {
  padding-left: 0.75rem;
  width: 90%; }

@media (max-width: 600px) {
  .base-course-list-title {
    margin-bottom: 30px; }

  .base-course-address-title {
    display: none; }

  .course-blocks-container-header {
    display: none; }

  .course-list-title {
    margin-top: 15px; }

  .infinite-course {
    flex-direction: column; }

  .course-blocks-container {
    margin: 0px; }

  .row .col.s12.course-block {
    padding: 0px;
    width: 45%; }

  .status-registration-link-container {
    margin-bottom: 20px;
    display: flex;
    width: 100%; }

  .status-registration-header {
    display: none; }

  .registration-link-contianer {
    width: 75%; } }
@media only screen and (max-width: 992px) {
  i, div {
    font-size: 0.8rem;
    line-height: 1.63; } }

.catchup-rebook-list-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .catchup-rebook-list-title .catchup-rebook-list-text {
    width: 75%; }
    .catchup-rebook-list-title .catchup-rebook-list-text h2 {
      margin-bottom: 0; }
  .catchup-rebook-list-title .catchup-rebook-list-button {
    display: flex;
    justify-content: flex-end;
    width: 25%; }
  @media only screen and (max-width: 1330px) {
    .catchup-rebook-list-title .catchup-rebook-list-text {
      width: 100%; }
    .catchup-rebook-list-title .catchup-rebook-list-button {
      width: 100%; } }

@media only screen and (max-width: 1258px) {
  #id_street_additional {
    margin-top: 15px; } }
.course-disabled {
  opacity: 0.3; }

#course-list {
  position: relative; }
  #course-list .catchup-list .catchup-rebook-list-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
      width: 75%; }
      #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text h2 {
        margin-bottom: 0; }
    #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
      display: flex;
      justify-content: flex-end;
      width: 25%; }
    @media only screen and (max-width: 1330px) {
      #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
        width: 100%; }
      #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
        width: 100%; } }
  #course-list .catchup-list .catchup-title {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 25px 0; }
    #course-list .catchup-list .catchup-title span {
      font-size: 20px;
      flex: 50%; }
  #course-list .catchup-list .catchup-course-list {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #ffaf0f;
    border-top: 1px solid #ffaf0f; }
    #course-list .catchup-list .catchup-course-list:hover {
      background-color: #f7f7f9; }
    #course-list .catchup-list .catchup-course-list .course-list-title {
      flex: 50%; }
      #course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-title span {
        word-break: break-word;
        white-space: normal; }
      #course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-description p {
        word-break: break-word;
        white-space: normal; }
    #course-list .catchup-list .catchup-course-list .catchup-course-blocks {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      flex: 50%; }
  #course-list .catchup-list > .catchup-course-list ~ .catchup-course-list {
    border-top: none; }

#instructor-modal {
  width: 90vw;
  height: 90vh;
  max-height: 90vh;
  margin: 5vh auto;
  top: 0 !important; }
  #instructor-modal .modal-container {
    padding: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px; }
    #instructor-modal .modal-container #modal-left {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #instructor-modal .modal-container #modal-left img {
        max-width: none;
        height: auto;
        width: 200px;
        border-radius: 100px; }
      @media only screen and (max-width: 992px) {
        #instructor-modal .modal-container #modal-left {
          align-items: flex-start; } }
    #instructor-modal .modal-container .modal-main {
      display: flex;
      flex-direction: column; }
      #instructor-modal .modal-container .modal-main #instructor-modal-description {
        margin-bottom: 75px;
        white-space: pre-wrap; }
        #instructor-modal .modal-container .modal-main #instructor-modal-description #instructor-name {
          margin: 0;
          padding-bottom: 25px; }
    @media only screen and (max-width: 992px) {
      #instructor-modal .modal-container {
        flex-direction: column; } }

.catchup-rebook-form #id_payment_method {
  padding-left: 15px !important; }
  .catchup-rebook-form #id_payment_method div {
    float: left;
    list-style: none !important; }
    .catchup-rebook-form #id_payment_method div input {
      position: relative;
      opacity: 1;
      pointer-events: auto; }
    .catchup-rebook-form #id_payment_method div label {
      font-size: 1rem;
      display: flex;
      align-items: center;
      gap: 5px; }

.exam #up {
  bottom: 90px;
  right: 30px; }
.exam .smcx-widget {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%; }
  .exam .smcx-widget .smcx-iframe-container {
    width: 100%;
    max-width: 100%; }
.exam .exam-pagination {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.exam .exam-content {
  margin-top: 128px;
  margin-bottom: 128px; }
  .exam .exam-content .question-title {
    margin-top: 80px;
    margin-bottom: 40px; }
  .exam .exam-content .question-text {
    color: #333333;
    margin-bottom: 10px; }
.exam .fixed-footer {
  padding: 0 1rem; }
  .exam .fixed-footer .footer-text {
    font-size: 0.8rem; }
  .exam .fixed-footer .row {
    height: 100%;
    display: flex;
    align-items: center; }
    .exam .fixed-footer .row button.outlined {
      white-space: nowrap; }
  .exam .fixed-footer button.exam-finished {
    background-color: white; }
  .exam .fixed-footer span.exam-finished button.disabled {
    background-color: #b3b2b2 !important; }
  .exam .fixed-footer button.disabled {
    border: 2px #b3b2b2 solid; }
  .exam .fixed-footer i.exam-finished {
    color: #367845; }
.exam button.exam-next .preloader-wrapper {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px); }

.exam-result .exam-medal {
  position: absolute;
  top: 0;
  right: 96px; }
  .exam-result .exam-medal img {
    width: auto;
    max-height: 400px; }
  .exam-result .exam-medal svg {
    fill: white; }
    .exam-result .exam-medal svg path,
    .exam-result .exam-medal svg polygon {
      fill: white; }
  @media only screen and (max-width: 1250px) {
    .exam-result .exam-medal {
      right: 0px; }
      .exam-result .exam-medal img {
        max-height: 210px; } }
  @media only screen and (max-width: 450px) {
    .exam-result .exam-medal img {
      display: none; } }
.exam-result .exam-container {
  height: 100%;
  margin-top: -96px;
  display: flex;
  flex-flow: column; }
  .exam-result .exam-container .exam-content {
    flex: 1 1 auto; }
  .exam-result .exam-container .exam-footer {
    flex: 0 1 128px; }
    .exam-result .exam-container .exam-footer .row {
      height: 100%;
      margin: 0 10%; }
      .exam-result .exam-container .exam-footer .row button.outlined {
        color: #367845;
        border: 2px #367845 solid; }
.exam-result h1 {
  color: white; }
.exam-result h3 {
  color: white; }
@media only screen and (max-width: 992px) {
  .exam-result h1 {
    margin-top: 100px; } }

.filter-link-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%; }
  .filter-link-container button.filter-button {
    height: 48px;
    padding: 4px 12px;
    background-color: white !important;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .filter-link-container button.filter-button.green {
      border: 2px #367845 solid;
      color: #367845; }
      .filter-link-container button.filter-button.green.active {
        background-color: #367845 !important; }
    .filter-link-container button.filter-button.yellow {
      border: 2px #ffaf0f solid;
      color: #ffaf0f; }
      .filter-link-container button.filter-button.yellow.active {
        background-color: #ffaf0f !important; }
    .filter-link-container button.filter-button.lime {
      border: 2px #12a849 solid;
      color: #12a849; }
      .filter-link-container button.filter-button.lime.active {
        background-color: #12a849 !important; }
    .filter-link-container button.filter-button.orange {
      border: 2px #f29426 solid;
      color: #f29426; }
      .filter-link-container button.filter-button.orange.active {
        background-color: #f29426 !important; }
    .filter-link-container button.filter-button.navy {
      border: 2px #1c3476 solid;
      color: #1c3476; }
      .filter-link-container button.filter-button.navy.active {
        background-color: #1c3476 !important; }
    .filter-link-container button.filter-button i {
      display: none;
      color: white;
      font-size: 1em;
      float: left;
      margin-right: 8px; }
    .filter-link-container button.filter-button.active {
      border: none;
      color: #FFF; }
      .filter-link-container button.filter-button.active i {
        display: block; }

.faq_type_EN {
  color: #367845;
  border-color: #367845; }

.faq_type_FR {
  color: #ffaf0f;
  border-color: #ffaf0f; }

.faq_type_IN {
  color: #12a849;
  border-color: #12a849; }

.faq_type_UO {
  color: #f29426;
  border-color: #f29426; }

.faq_type_NO {
  color: #367845;
  white-space: nowrap; }

.filter-cancel-None {
  display: none; }

@media only screen and (max-width: 1240px) {
  .filter-link-container {
    display: block; }
    .filter-link-container button.filter-button {
      margin-bottom: 8px;
      width: calc(100% - 20px); } }
#guidelines h1 {
  color: #367845; }
#guidelines .guidelines {
  border-top: 4px solid #367845; }
  #guidelines .guidelines .guideline {
    border-bottom: 2px solid #367845;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
    #guidelines .guidelines .guideline i {
      color: #367845; }
    #guidelines .guidelines .guideline a {
      color: #367845; }

#course-registration {
  min-height: 50vh; }
  #course-registration #registration-payment {
    border-top: none; }
    #course-registration #registration-payment li {
      list-style: none !important; }
  #course-registration .row.hidden {
    visibility: hidden;
    height: 0;
    margin-bottom: 0px; }
  #course-registration #id_title {
    padding-left: 15px !important; }
    #course-registration #id_title div {
      float: left;
      list-style: none !important; }
      #course-registration #id_title div input {
        position: relative;
        opacity: 1;
        pointer-events: auto; }
      #course-registration #id_title div:nth-child(2) {
        margin-left: 20px; }
      #course-registration #id_title div:nth-child(3) {
        margin-left: 20px; }
      #course-registration #id_title div label {
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 5px; }
  #course-registration #id_payment_method {
    padding-left: 15px !important; }
    #course-registration #id_payment_method div {
      float: left;
      list-style: none !important; }
      #course-registration #id_payment_method div input {
        position: relative;
        opacity: 1;
        pointer-events: auto; }
      #course-registration #id_payment_method div label {
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 5px; }

#partner-course-registration,
#course-registration-overbooked {
  min-height: 50vh; }

#partner-course-registration i {
  font-size: 1.2rem; }
  @media only screen and (max-width: 1440px) {
    #partner-course-registration i {
      font-size: 1rem; } }
  @media only screen and (max-width: 992px) {
    #partner-course-registration i {
      font-size: 0.9rem; } }

.choice_column {
  display: flex;
  flex-direction: column; }

#sap-download {
  padding-top: 150px;
  padding-bottom: 150px; }

#news {
  margin-top: 0px; }
  #news .news-header {
    text-align: center;
    background-color: #367845;
    padding: 50px 0px;
    margin-bottom: 100px; }
    #news .news-header h1,
    #news .news-header h2,
    #news .news-header h3,
    #news .news-header h4,
    #news .news-header h5,
    #news .news-header h6,
    #news .news-header p {
      color: white;
      margin-bottom: 10px; }
  #news .years-filter {
    margin-bottom: 50px;
    text-align: center; }
    #news .years-filter span {
      cursor: pointer;
      text-transform: uppercase;
      margin-left: 60px;
      color: #367845;
      font-weight: bold; }
      #news .years-filter span.active {
        cursor: initial;
        color: #ffaf0f;
        text-decoration: underline; }
      @media only screen and (max-width: 600px) {
        #news .years-filter span {
          margin-left: 10px; } }
  #news .press-contact-wrapper .col {
    padding: 0px 30px; }
  #news .press-contact-wrapper a {
    text-transform: none;
    color: #367845;
    border: 1px solid #367845; }
  #news .news {
    margin-top: 70px;
    padding-bottom: 70px;
    border-bottom: 2px solid #ebebeb; }
    #news .news .col {
      padding: 0px 30px; }
    #news .news img {
      width: 100%;
      max-width: 600px; }
    #news .news .date-publisher {
      font-weight: bold;
      color: #367845; }
    #news .news .title {
      margin-bottom: 30px; }
    #news .news .lead-text {
      margin-bottom: 30px; }
    #news .news button {
      color: #367845;
      border: 1px solid #367845; }
  #news .pagination {
    text-align: center; }
    #news .pagination button {
      padding: 0px 7px;
      color: #333333 !important;
      border: 1px solid #333333 !important; }
      #news .pagination button.active {
        cursor: initial;
        color: #367845 !important;
        border: 1px solid #367845 !important; }

.press-contact-modal {
  text-align: center; }
  .press-contact-modal .close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px; }
  .press-contact-modal .image {
    width: 160px;
    height: 160px;
    background-image: url("../img/Presse_kontakt_new.jpg");
    -webkit-background-size: 160px;
    background-size: 160px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px; }
  .press-contact-modal p {
    font-weight: bold; }
  .press-contact-modal a {
    font-weight: normal; }

.left-fixed {
  position: fixed;
  bottom: 56px;
  left: 15%;
  background-color: white; }

@media only screen and (max-width: 992px) {
  .left-fixed {
    left: 7.5%; } }
@media only screen and (max-width: 600px) {
  .left-fixed {
    left: 5%; } }
.striped {
  border-bottom: solid #ffaf0f 1px;
  border-top: solid #ffaf0f 1px;
  padding: 20px 0px; }

.blog-list {
  margin-top: 0; }
  .blog-list .blog-header {
    text-align: center;
    background-color: #367845;
    padding: 50px 0;
    margin-bottom: 75px; }
    .blog-list .blog-header h1, .blog-list .blog-header h2, .blog-list .blog-header h3, .blog-list .blog-header h4, .blog-list .blog-header h5, .blog-list .blog-header h6, .blog-list .blog-header p {
      color: white;
      margin-bottom: 10px; }
  .blog-list .blog-filter {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px; }
    .blog-list .blog-filter .blogpost-filter-year {
      max-width: 150px; }
  .blog-list .blog-posts .blog-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0; }
    .blog-list .blog-posts .blog-post:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .blog-list .blog-posts .blog-post .blog-post-image {
      flex-basis: 40%; }
    .blog-list .blog-posts .blog-post .blog-post-info {
      flex-basis: 60%;
      display: flex;
      flex-direction: column;
      padding-left: 20px; }
      .blog-list .blog-posts .blog-post .blog-post-info span {
        font-weight: bold; }
      .blog-list .blog-posts .blog-post .blog-post-info h3 {
        padding: 5px 0 10px;
        color: black; }
      .blog-list .blog-posts .blog-post .blog-post-info button {
        align-self: flex-end;
        color: #367845;
        border: 2px solid #367845;
        margin-top: 20px; }
  @media only screen and (max-width: 992px) {
    .blog-list .blog-posts .blog-post {
      display: flex;
      flex-direction: column; }
      .blog-list .blog-posts .blog-post .blog-post-image {
        flex-basis: auto; }
      .blog-list .blog-posts .blog-post .blog-post-info {
        flex-basis: auto;
        padding-left: 0; } }

.blogpost-page {
  margin-top: 0; }
  .blogpost-page .blogpost-header {
    text-align: center;
    background-color: #367845;
    padding: 50px 0; }
    .blogpost-page .blogpost-header img {
      margin-bottom: 50px; }
    .blogpost-page .blogpost-header h1, .blogpost-page .blogpost-header h2, .blogpost-page .blogpost-header h3, .blogpost-page .blogpost-header h4, .blogpost-page .blogpost-header h5, .blogpost-page .blogpost-header h6, .blogpost-page .blogpost-header p, .blogpost-page .blogpost-header span {
      color: white;
      margin-bottom: 10px; }
    .blogpost-page .blogpost-header span {
      font-weight: bold;
      font-family: "Ratio", sans-serif; }
  .blogpost-page .blogpost-content {
    padding: 75px 0; }
    .blogpost-page .blogpost-content ul {
      padding-left: 40px; }
      .blogpost-page .blogpost-content ul li {
        list-style-type: disc; }

.course-creation .calendar-day {
  width: 145px;
  height: 100px;
  background-color: #4C478F;
  margin-left: 3px;
  margin-top: 3px;
  color: white;
  cursor: pointer; }
.course-creation .gary-out-day {
  opacity: 0.7;
  cursor: default; }
.course-creation .calendar-label {
  font-weight: bold; }
.course-creation .calendar-day-busy {
  background-color: #FF1744;
  cursor: default;
  color: black; }
.course-creation .calendar-week {
  display: flex; }
.course-creation .day-number {
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  font-size: 15px; }
.course-creation .header-calendar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px; }
.course-creation .calendar-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
.course-creation button, .course-creation .background-white {
  cursor: pointer;
  background-color: white; }
.course-creation .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white; }
.course-creation .selected {
  background-color: #26A69A;
  color: white; }
.course-creation #submit-button-calendar {
  background-color: white;
  cursor: pointer; }
.course-creation .course-block-inputs-container {
  width: 200px;
  border: 1px solid black;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 30px; }
.course-creation .course-block-title {
  font-weight: bold; }
.course-creation .course-blocks-inputs-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap; }
.course-creation .course-creation-form-step-title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px; }
.course-creation .course-creation-form-step-subtitle {
  font-weight: bold; }
.course-creation .course-block-label {
  font-size: 13px;
  margin-bottom: -15px;
  color: #9E9E9E; }
.course-creation .product-owner-fields-container {
  display: flex; }
.course-creation .three-fields {
  width: 30%; }
.course-creation .label-checkbox {
  color: black; }
.course-creation .label-checkbox-disabled {
  cursor: default !important; }
.course-creation .two-fields {
  width: 47%; }
.course-creation .flex-container {
  display: flex;
  justify-content: space-between; }
.course-creation .small-title-detail-form {
  font-weight: bold; }
.course-creation .flow-image {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px; }
.course-creation .link-cancel {
  text-decoration: none; }
  .course-creation .link-cancel .big-margin-top {
    margin-top: 80px; }
.course-creation .form-submit {
  text-transform: uppercase; }
.course-creation .button-container {
  display: flex;
  margin-top: 125px;
  gap: 10px; }
.course-creation .button-cancel-container {
  display: flex;
  margin-top: 25px;
  gap: 10px;
  align-items: center; }
.course-creation .step-label {
  margin-bottom: -8px;
  font-size: 15px; }
.course-creation .step-container {
  margin-top: 65px; }
.course-creation .input-endtime {
  color: gray;
  pointer-events: none; }
.course-creation #company-course-type-container {
  display: none; }
.course-creation #external-registration-link-container {
  display: none; }
.course-creation #external-registration-link-checkbox-container {
  display: block; }
.course-creation .flex-container-start {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .course-creation .flex-container-start {
      flex-wrap: wrap; }
      .course-creation .flex-container-start #course-submission-button {
        margin-top: 30px; } }
.course-creation .margin-top-bot-20 {
  margin-top: 20px;
  margin-bottom: 20px; }
.course-creation .margin-top-100 {
  margin-top: 100px; }
.course-creation .checkbox-search-ensa {
  margin-left: 50px; }
.course-creation .input-string {
  margin-top: 10px; }
.course-creation .step-title-container {
  display: flex; }
.course-creation .no-margin-bottom {
  margin-bottom: 0px; }
.course-creation .margin-bottom-10px {
  margin-bottom: 10px; }
.course-creation .icon-container {
  margin-left: 10px;
  cursor: pointer; }
.course-creation .icon-container-label {
  display: flex;
  align-content: center; }
.course-creation .popup-outer-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
.course-creation .popup-inner-container {
  position: fixed;
  width: 70%;
  background-color: white;
  top: 20%;
  left: 15%;
  z-index: 1001;
  display: none; }
.course-creation .popup-text-container {
  padding: 25px;
  display: none; }
.course-creation .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer; }
.course-creation #block-1-start-date {
  pointer-events: none;
  color: gray; }
.course-creation #course-address-country {
  pointer-events: none; }
  .course-creation #course-address-country input {
    color: gray; }
.course-creation .input-field.col label {
  left: 0px; }
.course-creation #flow-mobile {
  display: none; }
.course-creation main {
  margin-bottom: 80px; }
.course-creation .button-disabled {
  opacity: 0.5;
  pointer-events: none; }
@media only screen and (max-width: 600px) {
  .course-creation #flow-mobile {
    display: block; }
  .course-creation #flow-desktop {
    display: none; } }
@media only screen and (max-width: 992px) {
  .course-creation .three-fields {
    width: 100%; }
  .course-creation .two-fields {
    width: 100%; }
  .course-creation .flex-container {
    flex-wrap: wrap; }
  .course-creation .button-container, .course-creation .button-cancel-container {
    flex-wrap: wrap; }
  .course-creation .calendar-day {
    width: 50px; }
  .course-creation #save-for-later-button {
    margin-top: 20px; }
  .course-creation .popup-inner-container {
    width: 90%;
    top: 5%;
    left: 5%; }
  .course-creation label {
    font-size: 0.8rem; }
  .course-creation #course-country-label {
    transform: scale(0.8); } }
.course-creation .calendar-caption {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 100%; }
  .course-creation .calendar-caption .caption-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px; }
    .course-creation .calendar-caption .caption-container .caption-circle {
      width: 12px;
      height: 12px;
      border-radius: 6px; }
.course-creation .small-size-span {
  font-size: 15px; }
.course-creation .disabled-events {
  pointer-events: none; }
.course-creation .disabled {
  opacity: 1; }
.course-creation [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid gray;
  cursor: default; }
.course-creation input:invalid {
  border-bottom: 1px solid #FF0000; }
.course-creation .checkbox-descriptive-text {
  font-size: 0.75rem !important;
  margin-top: -40px;
  margin-left: 36px; }
@media only screen and (max-width: 992px) {
  .course-creation .checkbox-descriptive-text {
    font-size: 0.65rem !important; } }
.course-creation .disabled {
  pointer-events: none;
  opacity: 0.4; }

.course-status-color-DRAFT {
  color: gray; }

.course-status-color-APPROVAL {
  color: orange; }

.course-status-color-PUBLISHED {
  color: green; }

.course-status-color-CANCELLED {
  color: black; }

.course-status-color-CLOSED {
  color: black; }

.calendar-outside-constraint {
  background-color: lightgrey;
  pointer-events: none;
  opacity: 0.7; }

.calendar-selected {
  background-color: #367845; }
  .calendar-selected a {
    color: white; }

.calendar-courselist-container {
  margin-top: 50px; }

.course_creation_info_icon {
  cursor: pointer;
  margin-left: 10px; }

#course-creation-info-popup-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 5;
  display: none; }

#course-creation-info-popup {
  width: 30vw;
  min-width: 250px;
  margin: 20vh auto;
  top: 0 !important;
  position: fixed;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  background-color: white; }
  #course-creation-info-popup .cc-popup-close {
    float: right;
    margin-right: 12px;
    font-size: 30px;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer; }
  #course-creation-info-popup .modal-container {
    padding: 0 50px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #course-creation-info-popup .modal-container .modal-main {
      display: flex;
      flex-direction: column; }

.course-cancellation {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .course-cancellation .button-container {
    display: flex;
    margin-top: 125px;
    gap: 10px;
    align-items: center; }
  .course-cancellation .button-cancel-container {
    display: flex;
    margin-top: 25px;
    gap: 10px;
    align-items: center; }
  .course-cancellation .red-box {
    background-color: red; }
    .course-cancellation .red-box p {
      color: white;
      padding: 15px 20px; }
  .course-cancellation .background-white {
    background-color: white;
    text-transform: uppercase; }
  .course-cancellation .background-purple {
    background-color: #367845;
    text-transform: uppercase;
    color: white; }
  .course-cancellation #form-table-cancellation-confirmation {
    display: none; }
  .course-cancellation .bordered-text-area {
    border: 2px solid #367845;
    height: 200px;
    padding: 10px; }
  .course-cancellation #id_email-email_content_de, .course-cancellation #id_email-email_content_en,
  .course-cancellation #id_custom_notification_catchup_email-email_content_1, .course-cancellation #id_custom_notification_catchup_email-email_content_2 {
    height: 250px; }
  .course-cancellation .violet-small {
    color: #367845; }
  .course-cancellation .text-container-custom-notification-email {
    margin-bottom: 50px;
    margin-top: 75px; }
  @media only screen and (max-width: 992px) {
    .course-cancellation .button-container, .course-cancellation .button-cancel-container {
      flex-wrap: wrap; } }
  .course-cancellation .course-block-inputs-container {
    width: 200px;
    border: 1px solid black;
    padding: 10px;
    margin-right: 30px;
    margin-bottom: 30px; }
  .course-cancellation .course-block-title {
    font-weight: bold; }
  .course-cancellation .course-blocks-inputs-container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
  .course-cancellation .course-block-label {
    font-size: 13px;
    margin-bottom: -15px;
    color: #9E9E9E; }

.cursor-pointer {
  cursor: pointer; }

.language-button-container {
  display: flex; }

.language-button {
  border-top: 2px solid #367845;
  border-left: 2px solid #367845;
  color: #367845;
  width: 30px;
  text-align: center;
  height: 28px;
  font-size: 15px;
  cursor: pointer; }

.language-button-border-right {
  border-right: 2px solid #367845; }

.language-button-selected {
  color: white;
  background-color: #367845; }

.no-padding-top {
  padding-top: 0px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-padding {
  padding: 0 0 0 0; }

.disabled {
  opacity: 0.3;
  pointer-events: none; }

.cancellation-emails-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px; }

.cancellation-email-container {
  display: flex;
  background-color: #367845;
  color: white;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 5px; }

.cancellation-email {
  padding-left: 10px;
  padding-right: 7px; }

.cancellation-email-x {
  padding-right: 10px;
  cursor: pointer;
  font-weight: bold; }

#to_emails {
  display: none; }
