/*
 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
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto:400,700,900");
.green {
  background-color: #449577 !important;
}

.sky {
  background-color: #46728D !important;
}

.rose {
  background-color: #AD6E8B !important;
}

.violet {
  background-color: #504494 !important;
}

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

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

.orange {
  background-color: #CF6532 !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);
}

h1, h2, h3, h1 span, h2 span, h3 span {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: bold;
  color: #504494;
}

h1, h2, h1 span, h2 span {
  font-family: "Roboto Slab", serif;
}

h1, h1 span {
  font-size: 3rem;
  line-height: 1.17;
}

h2, h2 span {
  font-size: 2rem;
  line-height: 1.25;
}

h3, h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33;
}

p, span, a, strong {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
p.bold, span.bold, a.bold, strong.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a {
  color: black;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none;
}

label {
  font-size: 1rem;
}

@media only screen and (max-width: 1440px) {
  h1, h1 span {
    font-size: 2.25rem;
  }
  h2, h2 span {
    font-size: 1.55rem;
    line-height: 1.305;
  }
  h3, h3 span {
    font-size: 1.25rem;
    line-height: 1.415;
  }
  p, span, a, strong {
    font-size: 0.9rem !important;
    line-height: 1.565;
  }
  label {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 992px) {
  h1, h1 span {
    font-size: 1.5rem;
  }
  h2, h2 span {
    font-size: 1.1rem;
    line-height: 1.36;
  }
  h3, h3 span {
    font-size: 1rem;
    line-height: 1.5;
  }
  p, span, a, strong {
    font-size: 0.8rem !important;
    line-height: 1.63;
  }
  label {
    font-size: 0.8rem;
  }
}
html {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
}

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

.content-with-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .content-with-margin {
    margin-bottom: 50px;
  }
}

.full-height {
  height: 100%;
}

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

.no-margin {
  margin: 0;
}

.small-margin {
  margin: 20px;
}

.medium-margin {
  margin: 40px;
}

.big-margin {
  margin: 60px;
}

.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 {
  padding: 20px;
}

img {
  max-width: 100%;
}

.no-background {
  background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
  main {
    margin-top: 86px;
  }
  #id_street_additional {
    margin-top: 15px;
  }
}
.label-normal {
  margin-left: 15px;
  font-weight: bold;
}

.label-small {
  font-weight: bold;
  font-size: 13px;
}

.menu-normal-div {
  line-height: normal;
  width: 100%;
  text-align: left;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1440px) {
  .menu-normal-div {
    font-size: 0.7rem;
  }
}

.menu-entry-container {
  height: 96px;
  display: flex;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.menu-entry-container svg {
  height: 96px;
}

.navbar-fixed .menu-entry-container {
  height: 96px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.navbar-fixed .menu-entry-container svg {
  height: 96px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.navbar-scrolled .menu-entry-container {
  height: 64px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.navbar-scrolled .menu-entry-container svg {
  height: 64px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.menu-role {
  font-size: 12px;
  font-weight: normal;
}

.container-vertical {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-margin-10 {
  margin-right: 10px;
}

.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;
}
.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%;
  padding: 8px;
  position: relative;
  flex-shrink: 0;
}
.navbar-fixed nav .nav-wrapper .brand-logo svg, .navbar-fixed nav .nav-wrapper .brand-logo g, .navbar-fixed nav .nav-wrapper .brand-logo path {
  fill: #504494;
  max-height: 100%;
}
.navbar-fixed nav .nav-wrapper .nav-mobile-toggle, .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
  padding: 0 16px;
  height: 96px;
  line-height: 96px;
  color: #504494;
  font-size: 3rem;
}
.navbar-fixed nav .nav-wrapper ul li {
  min-width: 160px;
  text-align: center;
}
.navbar-fixed nav .nav-wrapper ul li a {
  font-weight: bold;
  color: #333333;
  padding: 0 20px;
  line-height: 20px;
  height: 96px;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar-fixed nav .nav-wrapper ul li a:focus, .navbar-fixed nav .nav-wrapper ul li a:active {
  outline: none;
  -moz-outline-style: none;
}
.navbar-fixed nav .nav-wrapper ul li.selected a, .navbar-fixed nav .nav-wrapper ul li.ancestor a {
  color: #504494;
}
.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;
  line-height: 50px;
}
.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 {
  padding: 0;
  line-height: 50px;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-right: 20px;
  overflow: auto;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li {
  max-width: 160px;
  min-width: 0;
}
@media only screen and (min-width: 1440px) {
  .navbar-fixed nav .nav-wrapper ul#nav-desktop li {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-fixed nav .nav-wrapper ul#nav-desktop li a {
    font-size: 0.7rem !important;
  }
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile {
  position: fixed;
  width: 100%;
  top: 96px;
  background-color: #504494;
  height: calc(100% - 96px);
  overflow: auto;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li {
  float: none;
  line-height: 48px;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
  font-size: 1.75rem;
  color: #FFF;
  padding: 0 32px;
}
.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-size: 1rem;
}
.navbar-fixed.navbar-scrolled {
  height: 64px;
}
.navbar-fixed.navbar-scrolled nav {
  height: 64px;
  line-height: 64px;
}
.navbar-fixed.navbar-scrolled nav .nav-wrapper ul li a {
  height: 64px;
}
.navbar-fixed.navbar-scrolled .nav-mobile-toggle, .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
  height: 64px;
  line-height: 64px;
}
.navbar-fixed.navbar-scrolled ul#nav-mobile {
  top: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  ul#nav-desktop li {
    min-width: 130px;
  }
  ul#nav-desktop li a {
    font-size: 0.85rem;
  }
}
@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 {
    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 {
    float: none;
    line-height: 48px;
    text-align: left;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
    line-height: 56px;
    font-size: 1.1rem;
    color: #FFF;
    padding: 0 32px;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li {
    padding-left: 16px;
    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 {
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled .nav-mobile-toggle, .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled ul#nav-mobile {
    top: 56px;
  }
}
footer.page-footer {
  padding-top: 80px;
  background-color: #EBEBEB;
  color: black;
}
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: 180px;
}
footer.page-footer .footer-title {
  font-size: 0.9rem;
}
footer.page-footer .footer-link {
  margin-right: 16px;
}
footer.page-footer .footer-language {
  margin-left: 16px;
}
footer.page-footer .footer-link a {
  text-decoration: none;
}
footer.page-footer .media-icon {
  width: 30px;
}
footer.page-footer .media-icon-link {
  margin-right: 5px;
}
footer.page-footer .media-icon-container {
  margin-bottom: 20px;
  display: flex;
}

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

#logo-pms {
  width: 120%;
  padding-top: 20px;
}

.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-icon-container {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-margin {
    margin-right: 16px;
  }
  #logo-bs {
    width: 100%;
  }
}
button.outlined {
  padding: 0 32px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button.outlined.outline-green {
  border: 2px #449577 solid !important;
  color: #449577 !important;
}
button.outlined.outline-sky {
  border: 2px #46728D solid !important;
  color: #46728D !important;
}
button.outlined.outline-rose {
  border: 2px #AD6E8B solid !important;
  color: #AD6E8B !important;
}
button.outlined.outline-violet {
  border: 2px #504494 solid !important;
  color: #504494 !important;
}
button.outlined.outline-navy {
  border: 2px #1C3476 solid !important;
  color: #1C3476 !important;
}
button.outlined.outline-yellow {
  border: 2px #E4B939 solid !important;
  color: #E4B939 !important;
}
button.outlined.outline-orange {
  border: 2px #CF6532 solid !important;
  color: #CF6532 !important;
}

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

.testimonials.slider {
  margin-top: 20px;
}
.testimonials.slider .slides {
  background-color: transparent;
}
.testimonials.slider .slides li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.testimonials.slider .slides li .FR {
  color: #AD6E8B;
}
.testimonials.slider .slides li .FP {
  color: #504494;
}
.testimonials.slider .slides li .IN {
  color: #E4B939;
}
.testimonials.slider .slides li .CO {
  color: #46728D;
}
.testimonials.slider .slides li h2 {
  text-align: center;
  width: 100%;
}
.testimonials.slider .slides li .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials.slider .slides li .image-container img {
  width: 96px;
  height: 96px;
  -webkit-background-size: 96px;
  background-size: 96px;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-bottom: 20px;
}
.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: #FFF;
  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 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.row .col.box .box-content .box-text-primary {
  font-size: 1.5rem;
  color: #FFF;
}
.row .col.box .box-content .box-text-secondary {
  font-size: 1.25rem;
}
.row .col.box .box-link {
  margin-top: 50px;
  color: #FFF;
}
.row .col.box .box-link a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.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: 1440px) {
  .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-accordion .collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
.info-box-accordion .collapsible .rotate {
  transform: rotate(180deg);
}
.info-box-accordion .collapsible .collapsible-header {
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-box-accordion .collapsible .collapsible-body {
  padding: 0;
  border: none;
}

.header {
  position: relative;
  color: #FFF;
  height: 720px;
}
@media only screen and (max-width: 992px) {
  .header {
    height: 88vh;
  }
}
.header .header-background {
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: top right;
}
@media only screen and (max-width: 992px) {
  .header .header-background {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .header .header-background {
    padding-bottom: 50px;
  }
}
.header .header-background.left-align {
  background-position: top left;
}
.header .header-background img {
  height: 100%;
}
.header .header-background .header-text-container {
  margin-top: 5%;
}
.header .header-background .header-text-container h1 {
  text-align: left;
  color: white;
}
.header .header-background .header-text-container p {
  text-align: left;
}
.header .header-content {
  position: absolute;
  top: 96px;
  padding-top: 64px;
  width: 100%;
}
.header .header-content h1 {
  color: #FFF;
}

@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: #FFF;
}
.image-text .image-text-content-wrapper a {
  font-size: 1.25rem;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .image-text {
    height: auto;
  }
}
.faq-accordion {
  background-color: #FFF !important;
}
.faq-accordion .collapsible {
  -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 .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 h2, .faq-accordion .collapsible .collapsible-body h2 {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.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 .faq-more {
  margin-bottom: 1rem;
  padding: 0 10%;
}
.faq-accordion .faq-more a {
  text-decoration: none;
}
.faq-accordion .faq-more a strong {
  line-height: 2rem;
}
.faq-accordion.violet .faq-more a {
  color: #504494;
}
.faq-accordion.violet .collapsible-header h2, .faq-accordion.violet i {
  color: #504494;
}
.faq-accordion.rose .faq-more a {
  color: #AD6E8B;
}
.faq-accordion.rose .collapsible-header h2, .faq-accordion.rose i {
  color: #AD6E8B;
}
.faq-accordion.yellow .faq-more a {
  color: #E4B939;
}
.faq-accordion.yellow .collapsible-header h2, .faq-accordion.yellow i {
  color: #E4B939;
}
.faq-accordion.sky .faq-more a {
  color: #46728D;
}
.faq-accordion.sky .collapsible-header h2, .faq-accordion.sky i {
  color: #46728D;
}

@media only screen and (max-width: 992px) {
  .collapsible .collapsible-header .collapsible-indicator i {
    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: #AD6E8B;
  min-width: 360px;
}
.gm-style-iw .gm-style-iw-d .marker-info-window .marker-course {
  padding: 16px;
  border-bottom: 1px solid #FFF;
}
.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: #FFF !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;
}

.yellow_text {
  color: #E4B939 !important;
}

.sky_text {
  color: #46728D !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: #FFF !important;
}
.faqslider-container .faqslider .slides li .caption .headline {
  color: #FFF !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: #FFF;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
}
.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: #FFF !important;
}
.text-box-content a {
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.html_box .default-html-box {
  padding: 20px;
  border: 1px solid #51565e;
  color: black;
}
.html_box .yellow-html-box {
  background-color: #E4B939;
  color: white;
  border: none;
}
.html_box .yellow-html-box h1 {
  color: white !important;
}

.instructors_news_list {
  overflow-y: auto;
  border: 1px solid #51565e;
  width: 30%;
  max-width: 30%;
}
@media only screen and (max-width: 600px) {
  .instructors_news_list {
    width: 80%;
    max-width: 80%;
    margin-top: 30px;
  }
}
.instructors_news_list .news-container {
  padding: 10px;
  margin-bottom: 20px;
}
.instructors_news_list .news-title {
  font-size: 0.7em;
}

.anchor {
  position: relative;
}
.anchor a.target {
  position: absolute;
  left: 0;
  top: -96px;
}
.anchor button {
  line-height: 0;
  margin-top: 10px;
}

.toast {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
}

.quotes .indicators {
  margin-top: 50px;
  height: 0;
}
.quotes ul .quote-slide {
  display: flex !important;
}
.quotes ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 50px;
}
.quotes .quote {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.quotes .quote .quote-data {
  margin: 0 0 20px 20px;
}
.quotes .quote .quote-data span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  padding-bottom: 5px;
}
.quotes .quote .quote-data p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
}
.quotes .quote-back {
  width: 300px;
  height: 300px;
  display: flex;
}
.quotes .quote-back .quote-text {
  padding: 20px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.quotes .quote-back .quote-text ::-webkit-scrollbar {
  display: none;
}
.quotes .quote-back .quote-text p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  color: #FFF;
}
@media only screen and (max-width: 1472px) {
  .quotes .indicators {
    margin-top: 0;
  }
  .quotes ul li {
    gap: 25px;
  }
  .quotes .quote {
    width: 250px;
    height: 250px;
  }
  .quotes .quote .quote-data {
    margin: 0 0 20px 20px;
  }
  .quotes .quote .quote-data span {
    font-size: 16px !important;
    line-height: 18px;
    padding-bottom: 3px;
  }
  .quotes .quote .quote-data p {
    font-size: 12px !important;
    line-height: 14px;
  }
  .quotes .quote-back {
    width: 250px;
    height: 250px;
  }
  .quotes .quote-back .quote-text {
    padding: 15px;
  }
  .quotes .quote-back .quote-text p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .quotes ul li {
    gap: 20px;
  }
  .quotes .quote {
    width: 200px;
    height: 200px;
  }
  .quotes .quote .quote-data {
    margin: 0 0 20px 20px;
  }
  .quotes .quote .quote-data span {
    font-size: 16px !important;
    line-height: 18px;
    padding-bottom: 3px;
  }
  .quotes .quote .quote-data p {
    font-size: 12px !important;
    line-height: 14px;
  }
  .quotes .quote-back {
    width: 200px;
    height: 200px;
  }
  .quotes .quote-back .quote-text {
    padding: 15px;
  }
  .quotes .quote-back .quote-text p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 600px) {
  .quotes ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
  }
  .quotes .indicators {
    margin-top: 40px;
  }
  .quotes .indicators li.active {
    background-color: #4CAF50;
  }
}

.quote-orange {
  background-color: #CF6532;
}
.quote-orange.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #CF6532;
}

.quote-yellow {
  background-color: #E4B939;
}
.quote-yellow.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #E4B939;
}

.quote-turquoise {
  background-color: #1E6E8C;
}
.quote-turquoise.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #1E6E8C;
}

.quote-pink {
  background-color: #AD6E8B;
}
.quote-pink.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #AD6E8B;
}

.quote-violet {
  background-color: #4C478F;
}
.quote-violet.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #4C478F;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
@media only screen and (max-width: 1472px) {
  .flip-card {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .flip-card {
    width: 200px;
    height: 200px;
  }
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
  grid-gap: 50px;
}
@media only screen and (max-width: 1440px) {
  .team-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 25px;
  }
}
.team-container .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-container .team-member a {
  text-decoration: none;
}
.team-container .team-member .member-image-container {
  position: relative;
  width: 364px;
  height: 364px;
}
.team-container .team-member .member-image-container img {
  position: absolute;
  width: 364px;
  height: 364px;
  border-radius: 50%;
}
@media only screen and (max-width: 1440px) {
  .team-container .team-member .member-image-container {
    width: 240px;
    height: 240px;
  }
  .team-container .team-member .member-image-container img {
    width: 240px;
    height: 240px;
  }
}
.team-container .team-member .member-image-container .bw-image {
  filter: grayscale(100) brightness(1.2) contrast(1.05);
}
.team-container .team-member .member-image-container .hover-image {
  opacity: 0;
}
.team-container .team-member .member-image-container:hover .hover-image {
  opacity: 1;
}
.team-container .team-member-popup {
  margin: 5vh auto;
  top: 0 !important;
}
.team-container .team-member-popup .modal-container {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.team-container .team-member-popup .modal-container .modal-left {
  display: flex;
  flex-direction: column;
}
.team-container .team-member-popup .modal-container .modal-left a {
  text-decoration: none;
}
.team-container .team-member-popup .modal-container .modal-left img {
  max-width: none;
  height: 240px;
  width: 240px;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .team-container .team-member-popup .modal-container .modal-left {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1200px) {
  .team-container .team-member-popup .modal-container .modal-left .bw-image {
    width: 160px;
    height: 160px;
  }
}
.team-container .team-member-popup .modal-container .modal-main {
  display: flex;
  flex-direction: column;
}
.team-container .team-member-popup .modal-container .modal-main .team-member-description {
  margin-bottom: 75px;
  white-space: pre-wrap;
}
.team-container .team-member-popup .modal-container .modal-main .team-member-description p {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .team-container .team-member-popup .modal-container {
    flex-direction: column;
  }
}

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

.course-status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@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;
}

.course-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .course-actions {
    justify-content: flex-start;
  }
}
.course-actions .action-icon {
  color: #504494;
  border: 2px #504494 solid;
  padding: 2px;
  cursor: pointer;
}
.course-actions .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.dropdown-content li > a > i {
  margin: 0 10px 0 0;
}

.button-presence-confirmation {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .button-presence-confirmation {
    justify-content: flex-start;
  }
}

.modal_co_instructor {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal_co_instructor .modal-content {
  width: 500px;
  height: 400px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  flex-direction: column;
  flex-shrink: 1;
}
.modal_co_instructor .modal-content .modal-img-container {
  display: flex;
  justify-content: center;
}
.modal_co_instructor .modal-content .modal-inner-content {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal_co_instructor .h-450 {
  height: 450px;
}
.modal_co_instructor .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white;
}

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

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

#course-filters {
  margin-top: 32px;
  min-height: 80px;
  padding: 20px 20px 12px 20px;
}
#course-filters #apply-course-filters {
  height: 48px;
  max-width: 100%;
  margin-top: 5px;
  padding: 4px 12px;
  float: left;
  letter-spacing: 2px;
}
#course-filters #reset-course-filters {
  color: #FFF;
  float: left;
  margin-top: 8px;
  padding: 8px 16px;
  line-height: 24px;
  height: 48px;
}
#course-filters .input-field {
  margin-top: 8px;
  margin-bottom: 0;
}
#course-filters .input-field > input {
  color: #FFF;
  border-bottom: 1px #FFF solid;
  height: 2rem;
}
#course-filters .input-field > input:focus {
  box-shadow: 0 1px 0 0 #FFF;
}
#course-filters .input-field label {
  color: #FFF;
}
#course-filters .course-language-filter-row {
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#course-filters .course-language-filter-row .course-language-filter {
  color: #FFF;
}
#course-filters .course-language-filter-row .course-language-filter [type=checkbox] + span:not(.lever):before {
  border: 2px solid #FFF;
}
#course-filters .course-language-filter-row .course-language-filter [type=checkbox]:checked + span:not(.lever):before {
  border-top: none;
  border-left: none;
}
#course-filters .course-language-filter-row .course-language-filter span {
  padding-left: 28px;
}
#course-filters .row:last-child {
  margin-bottom: 10px;
}

#course-container, #course-container-partner {
  margin-bottom: 100px;
}
#course-container #course-list, #course-container #course-list-partner, #course-container-partner #course-list, #course-container-partner #course-list-partner {
  overflow-x: auto;
  white-space: nowrap;
}
#course-container #course-list thead tr th:first-child, #course-container #course-list-partner thead tr th:first-child, #course-container-partner #course-list thead tr th:first-child, #course-container-partner #course-list-partner thead tr th:first-child {
  min-width: 300px;
}
#course-container #course-list tr, #course-container #course-list-partner tr, #course-container-partner #course-list tr, #course-container-partner #course-list-partner tr {
  border-color: #AD6E8B;
}
#course-container #course-list tr.fully-booked, #course-container #course-list-partner tr.fully-booked, #course-container-partner #course-list tr.fully-booked, #course-container-partner #course-list-partner tr.fully-booked {
  color: rgba(51, 51, 51, 0.4);
}
#course-container #course-list tr.fully-booked a, #course-container #course-list-partner tr.fully-booked a, #course-container-partner #course-list tr.fully-booked a, #course-container-partner #course-list-partner tr.fully-booked a {
  opacity: 0.4;
}
#course-container #course-list td, #course-container #course-list-partner td, #course-container-partner #course-list td, #course-container-partner #course-list-partner td {
  vertical-align: top;
}
#course-container #course-list td.course-list-title, #course-container #course-list-partner td.course-list-title, #course-container-partner #course-list td.course-list-title, #course-container-partner #course-list-partner td.course-list-title {
  white-space: normal;
  width: 430px;
}
#course-container #course-list td .course-block, #course-container #course-list-partner td .course-block, #course-container-partner #course-list td .course-block, #course-container-partner #course-list-partner td .course-block {
  white-space: initial;
  min-width: 105px;
}
#course-container #course-list td.wrap-content, #course-container #course-list-partner td.wrap-content, #course-container-partner #course-list td.wrap-content, #course-container-partner #course-list-partner td.wrap-content {
  width: 1%;
  white-space: nowrap;
}
#course-container #course-list a, #course-container #course-list-partner a, #course-container-partner #course-list a, #course-container-partner #course-list-partner a {
  color: #AD6E8B;
}
#course-container #course-list a.underline, #course-container #course-list-partner a.underline, #course-container-partner #course-list a.underline, #course-container-partner #course-list-partner a.underline {
  text-decoration: underline;
}

.lp-course-title {
  width: 300px !important;
}

.lp-course-blocks {
  min-width: 320px;
  width: 630px;
}

.instructor-accordeon-information {
  width: 100%;
}
.instructor-accordeon-information p {
  margin: 0px;
}

.rotation-180 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-icon-container {
  align-items: start;
}

.course-cancel-button {
  margin-top: 15px;
}

.my-courses-button {
  width: 220px;
}

.text-container-send {
  margin-top: 3px;
  text-transform: uppercase;
}

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

.button-filter-inner-container {
  display: flex;
  flex-wrap: wrap;
}
.button-filter-inner-container a {
  text-decoration: none;
}

.bordered-superbig {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 250px;
  height: 34px;
  margin-right: 20px;
}

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

.counter-string-courses {
  font-size: 13px;
  margin-top: 14px;
}

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

#search_filter {
  width: 100%;
}

.search_filter_label {
  width: 100%;
}

.no-bottom-margin {
  margin-bottom: 0px;
  margin-top: 100px;
}

.label-filter-my-courses {
  color: #504494;
  font-weight: bold;
}

.smaller-text-label {
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .smaller-text-label {
    font-size: 1rem;
  }
}

.rebooking-block-container {
  border: 2px solid black;
  padding: 10px;
  border-radius: 5px;
  width: 435px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#blocks-info-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

#catchup-rebooking-blocks-title {
  color: black;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .mobile-float-right {
    float: right !important;
  }
}

.header-row {
  margin-top: 40px;
}

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

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

.infinite-course {
  border-top: 1px solid black;
  display: flex;
  padding: 15px 0 45px;
}
@media (max-width: 600px) {
  .infinite-course {
    padding: 15px 0;
  }
}
.infinite-course.fully-booked {
  color: rgba(51, 51, 51, 0.4);
}
.infinite-course.fully-booked a {
  opacity: 0.4;
}
.infinite-course i.material-icons.inline {
  vertical-align: text-top !important;
}

#instructors-course-list h3 + .infinite-course {
  border-top: 2px solid #504494;
}

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

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

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

.registration-link-contianer {
  width: 85%;
}

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

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

@media (max-width: 600px) {
  .course-blocks-container-header {
    display: none;
  }
  .base-course-address-title {
    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%;
  }
  .registration-link-contianer {
    width: 75%;
  }
  .status-registration-header {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}

@media only screen and (max-width: 992px) {
  .filter-margin {
    margin-bottom: 20px !important;
  }
}
.completed {
  opacity: 0.4;
}

#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 black;
  border-top: 1px solid black;
  transition: background-color 0.25s ease;
}
#course-list .catchup-list .catchup-course-list:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
#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;
}
#course-list #catchup-go-next-btn {
  margin-top: 30px;
  float: right;
}
@media only screen and (max-width: 992px) {
  #course-list #catchup-go-next-btn {
    display: none;
  }
}

.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 .intro-block {
  margin-top: 86px;
}
.exam .exam-pagination {
  margin-right: 10%;
  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;
}
.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 !important;
}
.exam .fixed-footer i.exam-finished {
  color: #504494;
}

.exam-result .navbar-fixed nav .brand-logo svg {
  fill: #FFF;
}
.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: #FFF;
}
.exam-result .exam-medal svg path, .exam-result .exam-medal svg polygon {
  fill: #FFF;
}
.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: #504494;
  border: 2px #504494 solid;
}
.exam-result h1 {
  color: #FFF;
}
.exam-result h3 {
  color: #FFF;
}

.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.violet {
  border: 2px #504494 solid;
  color: #504494;
}
.filter-link-container button.filter-button.violet.active {
  background-color: #504494 !important;
}
.filter-link-container button.filter-button.rose {
  border: 2px #AD6E8B solid;
  color: #AD6E8B;
}
.filter-link-container button.filter-button.rose.active {
  background-color: #AD6E8B !important;
}
.filter-link-container button.filter-button.yellow {
  border: 2px #E4B939 solid;
  color: #E4B939;
}
.filter-link-container button.filter-button.yellow.active {
  background-color: #E4B939 !important;
}
.filter-link-container button.filter-button.sky {
  border: 2px #46728D solid;
  color: #46728D;
}
.filter-link-container button.filter-button.sky.active {
  background-color: #46728D !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: #504494;
  border-color: #504494;
}

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

.faq_type_IN {
  color: #E4B939;
  border-color: #E4B939;
}

.faq_type_UO {
  color: #46728D;
  border-color: #46728D;
}

.faq_type_NO {
  color: #504494;
  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);
  }
}
.course-cancellation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: #504494;
  text-transform: uppercase;
  color: white;
}
.course-cancellation #form-table-cancellation-confirmation {
  display: none;
}
.course-cancellation .link-cancel {
  margin-top: 5px;
  text-decoration: none;
  width: 250px;
}
.course-cancellation .bordered-text-area {
  border: 2px solid #504494;
  height: 200px;
  padding: 10px;
}
.course-cancellation #id_custom_notification_email-email_content_1, .course-cancellation #id_custom_notification_email-email_content_2,
.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: #504494;
}
.course-cancellation .text-container-custom-notification-email {
  margin-bottom: 50px;
  margin-top: 75px;
}

.course-cancelled-confirmation .link-cancel {
  margin-top: 5px;
  text-decoration: none;
  width: 250px;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.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;
}

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

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

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

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

#to_emails {
  display: none;
}

.dop-header-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-weight: bold;
  color: #504494;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  height: 50px;
  align-items: center;
}

.dop-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.dop-cell {
  font-size: 17px;
}

.dop-cell-nr {
  width: 45px;
  text-align: left;
  margin-right: 5px;
}

.dop-cell-senddate {
  width: 180px;
}

.dop-cell-lang {
  width: 30px;
}

.dop-cell-course {
  width: 300px;
}

.dop-cell-type {
  width: 70px;
}

.dop-cell-pickup {
  width: 180px;
}

.dop-cell-send {
  width: 100px;
  padding-right: 15px;
}

.dop-cell-participants {
  width: 30px;
}

.dop-cell-list {
  width: 50px;
}

.dop-cell-box {
  width: 50px;
}

.dop-cell-status {
  width: 140px;
}
.dop-cell-status a {
  text-decoration: none;
}

.color-light-blue {
  color: #6dbad8;
  margin-bottom: 3px;
}

.bordered-small {
  border: 2px solid #504494;
  width: 34px;
  height: 34px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}
.bordered-small i {
  font-size: 30px;
  color: #504494;
}

.bordered-big {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 130px;
  height: 34px;
  background-color: transparent;
  cursor: pointer;
}

.text-container-send {
  margin-top: 3px;
  text-transform: uppercase;
}

.info-container {
  margin-bottom: 20px;
}

.info-title {
  font-weight: bold;
  font-size: 17px;
}

.info-text {
  font-size: 17px;
}

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

.button-filter-inner-container {
  display: flex;
}
.button-filter-inner-container a {
  text-decoration: none;
}

.counter-string-orders {
  font-size: 13px;
  margin-top: 14px;
}

.bordered-superbig {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 250px;
  height: 34px;
  margin-right: 20px;
}

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

.dispatch-filter-outter-container {
  margin-top: 60px;
  margin-bottom: 50px;
}

.dispatch-filter-container {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #504494;
}

.dispatch-basic-filter-container {
  display: flex;
}

.dispatch-date-filter-container {
  display: flex;
}

.dispatch-basic-filter-inner-container {
  margin-right: 20px;
  width: 100px;
}

.dispatch-date-filter-inner-container {
  margin-right: 20px;
}

.dispatch-date-filter {
  width: 150px;
}

.disable-order {
  opacity: 0.3;
  pointer-events: none;
}

.enable-order {
  cursor: pointer;
}

#dispatch-popup-outter {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}

#dispatch-popup-content {
  width: 500px;
  height: 300px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

#dispatch-popup-content-inner {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

#dispatch-img-container {
  display: flex;
  justify-content: center;
}

#dispatch-popup-title {
  font-weight: bold;
  color: #504494;
}

#dispatch-popup-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#dispatch-popup-button-container .popup-button {
  cursor: pointer;
}

@media only screen and (max-width: 1428px) {
  .memegen_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.memegen_content .memegen_title {
  color: #46728D;
}

.meme_generator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
@media only screen and (max-width: 1428px) {
  .meme_generator {
    justify-content: center;
  }
}

.meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
  margin-bottom: 15px;
  height: 600px;
  width: 600px;
}
@media only screen and (max-width: 600px) {
  .meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
    margin-bottom: 8px;
  }
}
.meme_generator .meme_preview .meme_image svg, .meme-share-container .meme_preview .meme_image svg {
  width: 600px;
  height: 600px;
}
@media only screen and (max-width: 600px) {
  .meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
    height: 340px;
    width: 340px;
  }
  .meme_generator .meme_preview .meme_image svg, .meme-share-container .meme_preview .meme_image svg {
    width: 340px;
    height: 340px;
  }
}
.meme_generator .meme_preview .meme_background_image_selector, .meme-share-container .meme_preview .meme_background_image_selector {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .meme_generator .meme_preview .meme_background_image_selector, .meme-share-container .meme_preview .meme_background_image_selector {
    gap: 8px;
  }
}
.meme_generator .meme_preview .meme_background_image_selector .template_selector, .meme-share-container .meme_preview .meme_background_image_selector .template_selector {
  width: 190px;
  height: 190px;
}
.meme_generator .meme_preview .meme_background_image_selector .template_selector svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg {
  width: 190px;
  height: 190px;
}
.meme_generator .meme_preview .meme_background_image_selector .template_selector svg:hover, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg:hover {
  border: 2px #333333 solid;
  padding: 1px;
}
@media only screen and (max-width: 600px) {
  .meme_generator .meme_preview .meme_background_image_selector .template_selector, .meme-share-container .meme_preview .meme_background_image_selector .template_selector {
    height: 108px;
    width: 108px;
  }
  .meme_generator .meme_preview .meme_background_image_selector .template_selector svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg {
    width: 108px;
    height: 108px;
  }
}
.meme_generator .meme_preview .meme_background_image_selector .template_selected, .meme-share-container .meme_preview .meme_background_image_selector .template_selected {
  width: 190px;
  height: 190px;
  opacity: 0.2;
}
.meme_generator .meme_preview .meme_background_image_selector .template_selected svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selected svg {
  width: 190px;
  height: 190px;
}
@media only screen and (max-width: 600px) {
  .meme_generator .meme_preview .meme_background_image_selector .template_selected, .meme-share-container .meme_preview .meme_background_image_selector .template_selected {
    height: 108px;
    width: 108px;
  }
  .meme_generator .meme_preview .meme_background_image_selector .template_selected svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selected svg {
    width: 108px;
    height: 108px;
  }
}
.meme_generator .meme_configuration .meme_conf_form, .meme-share-container .meme_configuration .meme_conf_form {
  width: 375px;
}
@media only screen and (max-width: 600px) {
  .meme_generator .meme_configuration .meme_conf_form, .meme-share-container .meme_configuration .meme_conf_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.meme_generator .meme_configuration .meme_share, .meme-share-container .meme_configuration .meme_share {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.meme_generator .meme_configuration .meme_share .action-icon, .meme-share-container .meme_configuration .meme_share .action-icon {
  color: #504494;
  border: 2px #504494 solid;
  padding: 2px;
  cursor: pointer;
  font-size: 28px;
}
.meme_generator .meme-buttons-container, .meme-share-container .meme-buttons-container {
  display: flex;
  align-items: center;
}
.meme_generator .meme-buttons-container a, .meme-share-container .meme-buttons-container a {
  margin-left: 20px;
}

.meme-gallery .container {
  width: 100%;
  margin-top: 80px;
}
.meme-gallery .memegen_title {
  color: #46728D;
}
.meme-gallery .infinite-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.meme-gallery .infinite-item {
  width: 300px;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .meme-gallery .infinite-item {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.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;
}
.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;
}
.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 .cancel-button-container {
  margin-top: 20px;
}
.course-creation .step-title-container {
  display: flex;
}
.course-creation .icon-container {
  margin-left: 10px;
  cursor: pointer;
}
.course-creation .icon-container-label {
  display: flex;
  align-content: center;
}
.course-creation .popup-outter-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 {
  margin-left: 30px;
  margin-right: 30px;
  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 {
    flex-wrap: wrap;
  }
  .course-creation .link-cancel {
    margin-top: 20px;
  }
  .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-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;
}

body.theme-rose h1, body.theme-rose h2, body.theme-rose h3 {
  color: #AD6E8B;
}
body.theme-rose .navbar-fixed nav .brand-logo svg, body.theme-rose .navbar-fixed nav .brand-logo g, body.theme-rose .navbar-fixed nav .brand-logo path {
  fill: #AD6E8B;
}
body.theme-rose .navbar-fixed nav ul li.selected a, body.theme-rose .navbar-fixed nav ul li.ancestor a {
  color: #AD6E8B;
}
body.theme-rose .fixed-footer {
  background-color: #AD6E8B;
}
body.theme-rose .fixed-footer a, body.theme-rose .fixed-footer h3 {
  color: #FFF;
}
body.theme-rose .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-rose button.outlined {
  border: 2px #AD6E8B solid;
  color: #AD6E8B;
}
body.theme-rose button.outlined.active {
  border: 2px #FFF solid;
  background-color: #AD6E8B;
  color: #FFF;
}
body.theme-rose .material-tooltip {
  background-color: #AD6E8B;
  color: #FFF;
}
body.theme-rose #course-list .catchup-list .catchup-course-list {
  border-color: #AD6E8B;
}
body.theme-rose #course-list .catchup-list .catchup-course-list a {
  color: #AD6E8B;
}
body.theme-rose .spinner-color {
  border-color: #AD6E8B;
}

body.theme-yellow h1, body.theme-yellow h2, body.theme-yellow h3 {
  color: #E4B939;
}
body.theme-yellow .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-yellow .left-no-padding .col {
  padding-left: 0;
}
body.theme-yellow .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-yellow .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-yellow .navbar-fixed nav .brand-logo svg, body.theme-yellow .navbar-fixed nav .brand-logo g, body.theme-yellow .navbar-fixed nav .brand-logo path {
  fill: #E4B939;
}
body.theme-yellow .navbar-fixed nav ul li.selected a, body.theme-yellow .navbar-fixed nav ul li.ancestor a {
  color: #E4B939;
}
body.theme-yellow .fixed-footer {
  background-color: #E4B939;
}
body.theme-yellow .fixed-footer a, body.theme-yellow .fixed-footer h3 {
  color: #FFF;
}
body.theme-yellow .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-yellow button.outlined {
  border: 2px #E4B939 solid;
  color: #E4B939;
}
body.theme-yellow button.outlined.active {
  border: 2px #FFF solid;
  background-color: #E4B939;
  color: #FFF;
}
body.theme-yellow .material-tooltip {
  background-color: #E4B939;
  color: #FFF;
}
body.theme-yellow #course-container #course-list tr, body.theme-yellow #course-container-partner #course-list-partner tr {
  border-color: #E4B939;
}
body.theme-yellow #course-container #course-list a, body.theme-yellow #course-container-partner #course-list-partner a {
  color: #E4B939;
}
body.theme-yellow #course-list .catchup-list .catchup-course-list {
  border-color: #E4B939;
}
body.theme-yellow #course-list .catchup-list .catchup-course-list a {
  color: #E4B939;
}
body.theme-yellow .spinner-color {
  border-color: #E4B939;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 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: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.file-input-label {
  font-size: 1rem;
}

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

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-sky h1, body.theme-sky h2, body.theme-sky h3 {
  color: #46728D;
}
body.theme-sky .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-sky .left-no-padding .col {
  padding-left: 0;
}
body.theme-sky .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-sky .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-sky .navbar-fixed nav .brand-logo svg, body.theme-sky .navbar-fixed nav .brand-logo g, body.theme-sky .navbar-fixed nav .brand-logo path {
  fill: #46728D;
}
body.theme-sky .navbar-fixed nav ul li.selected a, body.theme-sky .navbar-fixed nav ul li.ancestor a {
  color: #46728D;
}
body.theme-sky .fixed-footer {
  background-color: #46728D;
}
body.theme-sky .fixed-footer a, body.theme-sky .fixed-footer h3 {
  color: #FFF;
}
body.theme-sky .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-sky button.outlined {
  border: 2px #46728D solid;
  color: #46728D;
}
body.theme-sky button.outlined.active {
  border: 2px #FFF solid;
  background-color: #46728D;
  color: #FFF;
}
body.theme-sky .material-tooltip {
  background-color: #46728D;
  color: #FFF;
}
body.theme-sky #course-container #course-list tr, body.theme-sky #course-container-partner #course-list-partner tr {
  border-color: #46728D;
}
body.theme-sky #course-container #course-list a, body.theme-sky #course-container-partner #course-list-partner a {
  color: #46728D;
}
body.theme-sky #course-list .catchup-list .catchup-course-list {
  border-color: #46728D;
}
body.theme-sky #course-list .catchup-list .catchup-course-list a {
  color: #46728D;
}
body.theme-sky .spinner-color {
  border-color: #46728D;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 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: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #46728D;
}

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-navy h1, body.theme-navy h2, body.theme-navy h3 {
  color: #1C3476;
}
body.theme-navy .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-navy .left-no-padding .col {
  padding-left: 0;
}
body.theme-navy .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-navy .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-navy .navbar-fixed nav .brand-logo svg, body.theme-navy .navbar-fixed nav .brand-logo g, body.theme-navy .navbar-fixed nav .brand-logo path {
  fill: #1C3476;
}
body.theme-navy .navbar-fixed nav ul li.selected a, body.theme-navy .navbar-fixed nav ul li.ancestor a {
  color: #1C3476;
}
body.theme-navy .fixed-footer {
  background-color: #1C3476;
}
body.theme-navy .fixed-footer a, body.theme-navy .fixed-footer h3 {
  color: #FFF;
}
body.theme-navy .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-navy button.outlined {
  border: 2px #1C3476 solid;
  color: #1C3476;
}
body.theme-navy button.outlined.active {
  border: 2px #FFF solid;
  background-color: #1C3476;
  color: #FFF;
}
body.theme-navy .material-tooltip {
  background-color: #1C3476;
  color: #FFF;
}
body.theme-navy #course-container #course-list tr, body.theme-navy #course-container-partner #course-list-partner tr {
  border-color: #1C3476;
}
body.theme-navy #course-container #course-list a, body.theme-navy #course-container-partner #course-list-partner a {
  color: #1C3476;
}
body.theme-navy #course-list .catchup-list .catchup-course-list {
  border-color: #1C3476;
}
body.theme-navy #course-list .catchup-list .catchup-course-list a {
  color: #1C3476;
}
body.theme-navy .spinner-color {
  border-color: #1C3476;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 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: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #1C3476;
}

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-orange h1, body.theme-orange h2, body.theme-orange h3 {
  color: #CF6532;
}
body.theme-orange .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-orange .left-no-padding .col {
  padding-left: 0;
}
body.theme-orange .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-orange .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-orange .navbar-fixed nav .brand-logo svg, body.theme-orange .navbar-fixed nav .brand-logo g, body.theme-orange .navbar-fixed nav .brand-logo path {
  fill: #CF6532;
}
body.theme-orange .navbar-fixed nav ul li.selected a, body.theme-orange .navbar-fixed nav ul li.ancestor a {
  color: #CF6532;
}
body.theme-orange .fixed-footer {
  background-color: #CF6532;
}
body.theme-orange .fixed-footer a, body.theme-orange .fixed-footer h3 {
  color: #FFF;
}
body.theme-orange .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-orange button.outlined {
  border: 2px #CF6532 solid;
  color: #CF6532;
}
body.theme-orange button.outlined.active {
  border: 2px #FFF solid;
  background-color: #CF6532;
  color: #FFF;
}
body.theme-orange .material-tooltip {
  background-color: #CF6532;
  color: #FFF;
}
body.theme-orange #course-container #course-list tr, body.theme-orange #course-container-partner #course-list-partner tr {
  border-color: #CF6532;
}
body.theme-orange #course-container #course-list a, body.theme-orange #course-container-partner #course-list-partner a {
  color: #CF6532;
}
body.theme-orange #course-list .catchup-list .catchup-course-list {
  border-color: #CF6532;
}
body.theme-orange #course-list .catchup-list .catchup-course-list a {
  color: #CF6532;
}
body.theme-orange .spinner-color {
  border-color: #CF6532;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 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: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.file-input-label {
  font-size: 1rem;
}

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

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-violet h1, body.theme-violet h2, body.theme-violet h3 {
  color: #504494;
}
body.theme-violet .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-violet .left-no-padding .col {
  padding-left: 0;
}
body.theme-violet .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-violet .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-violet .navbar-fixed nav .brand-logo svg, body.theme-violet .navbar-fixed nav .brand-logo g, body.theme-violet .navbar-fixed nav .brand-logo path {
  fill: #504494;
}
body.theme-violet .navbar-fixed nav ul li.selected a, body.theme-violet .navbar-fixed nav ul li.ancestor a {
  color: #504494;
}
body.theme-violet .fixed-footer {
  background-color: #504494;
}
body.theme-violet .fixed-footer a, body.theme-violet .fixed-footer h3 {
  color: #FFF;
}
body.theme-violet .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-violet button.outlined {
  border: 2px #504494 solid;
  color: #504494;
}
body.theme-violet button.outlined.active {
  border: 2px #FFF solid;
  background-color: #504494;
  color: #FFF;
}
body.theme-violet .material-tooltip {
  background-color: #504494;
  color: #FFF;
}
body.theme-violet #course-container #course-list tr, body.theme-violet #course-container-partner #course-list-partner tr {
  border-color: #504494;
}
body.theme-violet #course-container #course-list a, body.theme-violet #course-container-partner #course-list-partner a {
  color: #504494;
}
body.theme-violet #course-list .catchup-list .catchup-course-list {
  border-color: #504494;
}
body.theme-violet #course-list .catchup-list .catchup-course-list a {
  color: #504494;
}
body.theme-violet .spinner-color {
  border-color: #504494;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 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: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.file-input-label {
  font-size: 1rem;
}

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

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}

/*# sourceMappingURL=website.css.map */
