@charset "UTF-8";
/**
 * Full regions contacts page styling.
 */
/**
 * Styles common to all pages.
 */
/**
 * SCSS variables.
 */
/**
 * Colors
 */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

/**
 * SCSS mixins.
 */
/**
 * Eurodyssey typography.
 */
html {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  color: #213369;
}

h1.entry-title {
  display: inline-block;
  padding: 12px 90px 12px 90px;
  border: 2px solid #213369;
  color: #213369;
  font-size: 30px;
  margin: 40px auto;
  text-align: center;
  line-height: 50px;
}

.left-widget-area .widget-header {
  font-size: 18px;
  color: white;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  font-weight: 800;
}

.widget-section-contents {
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 100;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main a {
  color: #213369;
}
main li {
  padding-top: 10px;
  margin-top: 10px;
  line-height: 24px;
}
main h3 {
  margin-bottom: 0;
  margin-top: 30px;
}
main h1, main h2, main h3 {
  text-align: left;
  font-weight: 400;
  color: #213369;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #213369;
  margin-bottom: 20px;
}
main h4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
main h5 {
  padding-top: 20px;
  padding-bottom: 15px;
}
main h6 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 30px;
  padding-bottom: 20px;
}
main p {
  line-height: 35px;
  margin-top: 15px;
}
main .button {
  background: #213369;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
main .button:hover {
  background-color: salmon;
  color: white;
}
main a.button {
  min-width: 125px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 6px;
  border: none;
  background-image: none;
  outline: none;
  font-size: 16px;
  background: #213369;
  color: white;
  padding: 11px 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  transition: all 0.2s ease;
  display: inline;
}
main a.button:hover {
  background: salmon;
  cursor: pointer;
}
main a img {
  width: 100%;
}
main hr {
  margin: 1rem 0;
}
main input[type=submit]:hover {
  transition: all 0.2s ease;
  background-color: salmon;
  border-color: salmon;
  cursor: pointer;
}

/**
 * Bootstrap breakpoints
 */
/**
 * Eurodyssey site fonts.
 */
/**
 * Generic element theme styling.
 */
.left-widget-area.widget-column .widget-title {
  color: #213369;
  background: white;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

main {
  min-height: 600px;
}

.widget-column {
  padding-top: 30px;
}

.left-widget-area.widget-column .widget-title {
  text-align: center;
  padding: 10px 0 10px 0;
}

.left-widget-area.widget-column .widget-section {
  border: 1px solid white;
  margin-bottom: 70px;
  position: relative;
  padding: 15px 10px;
}

.left-widget-area .widget-section-contents {
  color: white;
}

.widget-section::after {
  width: 80%;
  height: 1px;
  position: absolute;
  background: salmon;
  content: "";
  bottom: -20px;
  left: 10%;
}

.right-widget-area .widget-title {
  color: #213369;
}

/**
 * Footer Styles
 */
.footer {
  background: #213369;
  padding-top: 1rem;
}

.footer__logo-row {
  padding-bottom: 2rem;
}

.footer__logo {
  max-width: 200px;
  display: block;
  margin: 1rem auto 0.5rem;
}

.footer__copyright-and-social {
  padding: 1.6rem 0;
  background: #fff;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright-notice {
  color: #213369;
  font-size: 0.66rem;
  font-weight: bold;
}

.footer-social__link {
  text-decoration: none;
  display: inline-flex;
  width: 30px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.footer-social__link:hover, .footer-social__link:active {
  text-decoration: none;
}
.footer-social__link svg {
  height: 25px;
  width: auto;
}
.footer-social__link svg .to-fill {
  fill: #213369;
  width: 50px;
  height: auto;
}
.footer-social__link svg:hover .to-fill {
  fill: salmon;
}

.footer-social__link--facebook svg {
  height: 24px !important;
  width: auto;
  position: relative;
}

@media screen and (min-width: 1060px) {
  .footer__copyright-and-social {
    padding-left: 42px;
    padding-right: 42px;
  }
  .footer__copyright-and-social {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .footer-social__link {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-social__link path {
    transition: all 0.2s linear;
  }
  .footer__social a:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1060px) {
  .footer__copyright-and-social {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
 * Header Styles.
 */
.hamburger:focus {
  outline: none;
}

:root .hamburger-box:hover .hamburger-inner {
  background-color: salmon;
}
:root .hamburger-box:hover .hamburger-inner::before, :root .hamburger-box:hover .hamburger-inner::after {
  background-color: salmon;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #213369;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #213369;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

@media screen and (max-width: 576px) {
  .hamburger,
  .hamburger-box,
  .hamburger-inner {
    width: 20px;
  }
  .hamburger::after, .hamburger::before,
  .hamburger-box::after,
  .hamburger-box::before,
  .hamburger-inner::after,
  .hamburger-inner::before {
    width: 20px;
  }
  .hamburger-box {
    height: 20px;
    position: relative;
    top: 3px;
  }
  .hamburger-inner {
    height: 3px;
  }
  .hamburger-inner::after, .hamburger-inner::before {
    height: 3px;
  }
  .hamburger-inner::before {
    top: -7px;
  }
  .hamburger-inner::after {
    bottom: -7px;
  }
}
:root #my-account-special-li .login-menu__a--my-account:hover {
  color: white !important;
}

.top-header__link-col {
  display: flex;
  flex-direction: column;
}

.login-menu__a {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  background: #213369;
  display: block;
  padding: 4px 15px !important;
  margin-right: 15px;
  text-decoration: none;
}
.login-menu__a.login-menu__a--faq {
  padding: 4px 18px !important;
  margin-right: 0;
}
.login-menu__a.login-menu__a--login {
  background: #F40D0D;
}

.login-menu__a:hover {
  color: white !important;
  background: salmon !important;
}

.traineeship-offers-header-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 22px !important;
  display: inline-block;
  padding: 0 4px;
  border: 4px solid #F40D0D;
  color: #213369;
}
.traineeship-offers-header-link:hover {
  color: salmon;
  border-color: salmon;
}

.top-nav {
  background: black;
}

.top-header__tagline {
  margin: 0 !important;
  padding: 0 !important;
}

.top-header__tagline-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0 !important;
}

.top-header {
  text-align: right;
  background: white;
  z-index: 3;
}

.top-header__logo-col {
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #213369;
  padding-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  justify-content: center;
}

.top-header__logo {
  width: 350px;
  height: auto;
  max-width: 100%;
}

.top-header__tagline {
  display: flex !important;
  align-items: flex-start;
}

.top-nav__col {
  padding: 0;
}

.top-header__aer-programme {
  text-align: left;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #213369;
}

.top-header__programme-tagline {
  font-weight: bold;
  font-style: normal;
  color: #213369;
}

@media screen and (max-width: 1600px) {
  .login-menu__a {
    font-size: 14px;
    margin-right: 5px;
  }
  .traineeship-offers-header-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1599.99px) {
  .login-menu__a {
    font-size: 12px;
    margin-right: 4px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1060px) {
  .top-header__top-row {
    min-height: 100px;
    padding-bottom: 0;
    display: grid;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: calc(50% - 280px) 560px calc(50% - 280px);
  }
  .top-header__logo-col {
    min-height: 150px;
    clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  }
  .top-header__logo {
    width: 400px;
    position: relative;
    top: 7px;
    display: block;
    margin: auto;
  }
  .top-header__programme-tagline {
    display: block;
  }
  .top-header__tagline-col {
    padding-top: 10px;
    position: relative;
  }
  .top-header__tagline {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 500px;
  }
  .top-header__aer-programme {
    position: relative;
  }
  .top-header__programme-tagline {
    position: relative;
  }
}
@media screen and (max-width: 1060px) {
  :root .top-header__top-row {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-header__logo-col {
    min-height: 150px;
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0% 100%);
  }
  .top-header {
    display: grid;
    grid-template-columns: 300px auto;
    column-gap: 0;
    border-bottom: 1px solid lightgrey;
  }
  .top-header__logo-wrapper {
    padding-top: 8px;
  }
  .top-header__logo-col {
    display: grid;
    grid-template-columns: 45px auto;
    column-gap: 15px;
  }
  .top-header__logo {
    height: 40px;
    width: auto;
  }
  .top-header__top-row {
    padding-top: 5px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .top-header__tagline {
    display: none;
  }
  .top-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 65px;
  }
}
@media screen and (max-width: 1060px) {
  #main-menu {
    top: 50px !important;
  }
  .top-header__logo-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .top-header__link-col {
    height: 150px;
  }
  .hamburger-inner {
    background-color: white !important;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    background-color: white !important;
  }
  .top-header__top-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: space-between !important;
  }
  .top-header__tagline-col {
    display: none !important;
  }
  .top-header {
    height: auto !important;
    min-height: 100px;
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-header__logo-col {
    grid-template-columns: 45px 225px;
  }
}
@media screen and (max-width: 576px) {
  .top-header {
    display: grid;
    grid-template-columns: 200px auto;
    column-gap: 0;
  }
  .top-header__logo-col {
    grid-template-columns: 30px 150px;
    grid-column-gap: 0;
  }
  .top-header__logo {
    width: 150px;
    height: auto;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .top-header__top-row {
    display: block !important;
  }
  .top-header__logo-col {
    min-height: 150px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .top-header__logo-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 50px;
  }
  .top-header__link-col {
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .traineeship-offers-link-wrapper {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .traineeship-offers-link-wrapper a {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 560px) {
  .top-header__link-col {
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 62px;
  }
  #login-menu {
    display: flex;
  }
  .login-and-important-links {
    top: 0;
    width: auto;
    right: 0;
    justify-content: center !important;
    align-items: center !important;
    display: block !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .traineeship-offers-header-link {
    font-size: 16px;
    border-width: 2px;
  }
  .login-menu__list a {
    min-width: 75px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .login-menu__a {
    font-size: 12px !important;
    width: 100px;
    margin-right: 4px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
/**
 * Table styling.
 */
table.eurodyssey-table thead th[class^=sorting]::after {
  content: "";
}

:root .ed-table-header {
  padding-left: 30px !important;
  color: #213369;
  text-align: left;
}

.eurodyssey-table {
  border-collapse: separate !important;
  border-spacing: 0 2em !important;
}
.eurodyssey-table td {
  border-top: 1px solid #213369;
  border-bottom: 1px solid #213369;
  margin-bottom: 20px;
}
.eurodyssey-table tr {
  margin-bottom: 20px;
}
.eurodyssey-table td {
  border-spacing: 15px 15px;
}
.eurodyssey-table td:first-of-type {
  border-left: 1px solid #213369;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.eurodyssey-table td:last-of-type {
  border-right: 1px solid #213369;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/**
 * Styles common to posts and pages.
 */
.page-title-container,
.post-title-container {
  text-align: center;
}

.page-content-container,
.post-content-container {
  padding: 0 0 2rem 0;
}

.entry-title {
  margin: 4rem auto 1rem;
}

@media screen and (max-width: 1060px) {
  .page-content-container {
    padding: 0 15px 2rem 15px;
  }
}
/**
 * Contains all menu styles
 *
 * @package eurodyssey/styling
 */
/**
 * Menu common styles
 */
:root .menu-item.disabled a,
:root .menu-item.disabled a span {
  pointer-events: none;
  color: grey;
}

/**
 * Main menu
 */
.main-header--is-sticky .main-menu-row {
  transform: translateY(-100px);
}

.main-menu-row {
  min-height: 60px;
  background: #454344;
  transition: all 0.2s ease-in;
}

.main-menu-column-title {
  display: none;
}

.main-menu-level-2-link {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.main-menu-level-2-link::after {
  width: 100%;
  position: absolute;
  content: "";
  bottom: -11px;
  height: 0;
  border-top: 1px solid #454344;
  left: 0;
}

.main-menu-level-3-link,
.main-menu-level-2-link,
.main-menu-level-1-link {
  text-decoration: none;
  font-family: "Montserrat", "Helvetica Neue", "Open Sans", sans-serif;
}

.main-menu-level-1-link {
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
}
.main-menu-level-1-link:hover {
  color: salmon;
}

.main-menu-level-2-link:hover,
.main-menu-level-3-link:hover {
  color: salmon;
}

.main-menu-level-2-link,
.main-menu-level-2-item {
  color: #302E2F;
  font-weight: bold;
  font-size: 16px;
}

.main-menu-level-3-link,
.main-menu-level-3-item {
  color: #302E2F;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 1060px) {
  /**
   * Main menu mobile styles.
   */
  .top-nav {
    position: relative;
  }
  .main-menu-root-list {
    border-bottom: 1px solid lightgrey;
  }
  .main-menu {
    z-index: 12;
    min-height: initial;
    display: none;
    position: absolute;
    left: 0 !important;
    width: 100%;
  }
  .main-menu--visible {
    display: block;
    position: fixed;
    top: 65px;
    width: 100%;
  }
  .main-menu-row {
    min-height: unset;
    position: relative;
  }
}
@media screen and (max-width: 1060px) and (max-width: 1366px) {
  .main-menu {
    overflow: hidden;
  }
  .mobile-menu-current-category {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
    top: 5px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #302E2F;
  }
  .mobile-menu-navhead {
    background: white;
  }
  .mobile-menu-back__text {
    font-size: 12px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    line-height: 22px;
  }
  .mobile-menu-back__icon-wrapper {
    justify-content: center;
    margin-right: 7px;
    line-height: 22px;
  }
  .mobile-menu-back__icon-wrapper svg {
    position: relative;
    bottom: 3px;
  }
  .mobile-menu-back {
    padding: 12px 17px 12px 8px;
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .mobile-menu-back::after {
    position: absolute;
    content: "";
    width: 1px;
    background: #302E2F;
    right: 0;
    top: 7px;
    height: calc(100% - 14px);
  }
  .mobile-menu-back:hover {
    cursor: pointer;
  }
  .mobile-menu-back:hover .mobile-menu-back__text {
    color: salmon;
  }
  .mobile-menu-back:hover svg .to-fill {
    fill: salmon;
  }
  .main-menu-level-1-link,
  .main-menu-level-2-link,
  .main-menu-level-3-link {
    background: white;
    color: #302E2F;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding: 13px 30px 10px 15px;
  }
  .main-menu-level-1-link:hover, .main-menu-level-1-link:active,
  .main-menu-level-2-link:hover,
  .main-menu-level-2-link:active,
  .main-menu-level-3-link:hover,
  .main-menu-level-3-link:active {
    color: salmon;
  }
  .main-menu-level-1-item,
  .main-menu-level-2-item,
  .main-menu-level-3-item {
    position: relative;
  }
  .main-menu-level-1-item--has-children::after,
  .main-menu-level-2-item--has-children::after {
    position: absolute;
    display: block;
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.919" height="10.442" viewBox="0 0 8.919 10.442"><path d="M0,0V1.176L7.684,5.19v.041L0,9.245v1.2L8.919,5.718V4.7Z" class="to-fill" fill="white"/></svg>');
    right: 15px;
    top: 10px;
    height: 20px;
    width: 20px;
    fill: white;
  }
  .main-menu-level-1-item--no-pseudo::after, .main-menu-level-1-item--no-pseudo::before,
  .main-menu-level-2-item--no-pseudo::after,
  .main-menu-level-2-item--no-pseudo::before {
    display: none;
  }
  .main-menu-level-1-item--has-children:hover::after,
  .main-menu-level-1-item--has-children:active::after,
  .main-menu-level-2-item--has-children:hover::after,
  .main-menu-level-2-item--has-children:active::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.919" height="10.442" viewBox="0 0 8.919 10.442"><path d="M0,0V1.176L7.684,5.19v.041L0,9.245v1.2L8.919,5.718V4.7Z" class="to-fill" fill="%23E6181f"/></svg>');
  }
}
@media screen and (min-width: 1060px) {
  /**
   * Main Menu Desktop Styles.
   */
  .top-nav {
    position: relative;
  }
  .main-menu {
    width: 1366px;
    margin: 0 auto;
  }
  .main-menu-menu-column {
    width: 22%;
  }
  .main-menu-menu-column:nth-of-type(4) {
    margin-right: 0;
  }
  .main-menu-menu-column-group {
    display: none;
  }
  .main-menu-level-2-link {
    margin-bottom: 22px;
    min-width: 100%;
  }
  .main-menu-level-3-item {
    margin-bottom: 5px;
  }
  .main-menu-level-3-list {
    margin-bottom: 20px;
    display: block;
  }
  .main-menu-menu-column {
    margin-right: 64px;
  }
  .main-menu-row {
    position: relative;
    transform: none !important;
  }
  .main-menu-menu-column-group {
    align-items: flex-start;
    justify-content: left;
  }
  .main-menu-level-1-item:hover .main-menu-menu-column-group,
  .main-menu-menu-column-group--open {
    z-index: 10;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 17px calc(50% - 683px);
    min-height: 350px;
    border-bottom: 1px solid lightgrey;
  }
  .main-menu-root-list {
    display: flex;
    justify-content: space-between;
  }
  .main-menu-level-1-item {
    display: block;
  }
  .main-menu-level-1-link {
    display: block;
    padding: 26px 40px 24px;
    font-size: 18px;
  }
  .main-menu-level-1-link--active,
  .main-menu-level-1-link--active:hover {
    color: salmon;
  }
}
@media screen and (min-width: 1060px) and (min-width: 1060px) and (max-width: 1366px) {
  .top-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu-menu-column-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu {
    width: 100%;
  }
  .main-menu-root-list > li:first-child a {
    padding-left: 20px;
  }
  .main-menu-root-list > li:last-child a {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1060px) and (min-width: 1366px) {
  .main-menu-root-list li:first-of-type a {
    padding-left: 0;
  }
  .main-menu-root-list li:last-of-type a {
    padding-right: 0;
  }
}
/**
 * Footer menu styles
 *
 * @package eurodyssey/styling
 */
.footer-menu {
  text-align: center;
}
.footer-menu .menu-item {
  display: inline-block;
  padding: 2rem 2rem;
}
.footer-menu .menu-item a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
}
.footer-menu .menu-item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    padding-bottom: 1rem;
  }
  .footer-menu .menu-item {
    width: 100%;
    display: block;
    padding: 1rem;
  }
}
#my-account-special-li:hover a {
  background: #213369;
}
#my-account-special-li:hover > a:hover {
  color: salmon !important;
}

#my-account-special-li:hover a.login-menu__a {
  color: white;
}

.my-account__submenu {
  position: absolute;
  background: #213369;
  z-index: 11;
  display: none;
  text-align: left;
  color: white;
  top: 100%;
  padding-bottom: 10px;
}
.my-account__submenu a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 5px 10px 5px 20px;
}
.my-account__submenu a:hover {
  color: salmon;
}
.my-account__submenu li:hover {
  background-color: salmon;
}

.my-account__submenu:hover,
.my-account:hover .my-account__submenu {
  display: block;
}

.my-account__submenu .menu-item {
  text-align: left;
  min-width: 180px;
}

#my-account-special-li > a:hover > span {
  color: white;
}

#my-account-special-li > a:hover > span::after {
  display: none;
}

#my-account-special-li > a > span {
  background: none;
  color: salmon;
}

/**
 * Important links menu styles
 *
 * @package eurodyssey/styling
 */
.important-links-menu a {
  font-weight: bold;
}
.important-links-menu .nav {
  text-align: right;
}
.important-links-menu .menu-item {
  display: inline-block;
}
.important-links-menu .menu-item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.important-links-menu .menu-item a:hover {
  color: salmon;
}

@media screen and (max-width: 768px) {
  .important-links-menu .nav {
    text-align: center;
  }
}
@media screen and (min-width: 1060px) {
  .login-and-important-links {
    display: inline-grid;
  }
  .login-menu__li {
    display: inline-block;
  }
  .important-links-menu {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .important-links-menu > ul > li:not(:last-child) {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 1060px) {
  .login-menu,
  .important-links-menu,
  #menu-important-links-menu,
  .login-menu__list {
    display: inline;
  }
  .login-and-important-links {
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .important-links-menu > ul > li:not(:last-child) {
    margin: 0 1rem;
  }
  .login-menu__li {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .login-and-important-links {
    padding-left: 15px;
  }
  .important-links-menu a {
    font-size: 15px;
  }
  .important-links-menu > ul > li:not(:last-child) {
    margin: 0 4px;
  }
}
/**
 * Language Switcher Styles
 */
.wpml-ls-current-language {
  height: 23px;
  max-height: 23px;
  width: 40px;
  position: relative;
  z-index: 10;
  margin-left: 1rem;
}
.wpml-ls-current-language .dropdown-menu {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.wpml-ls-current-language:hover .dropdown-menu {
  width: 23px;
  left: 21px;
  visibility: visible;
}

.wpml-ls-current-language > a:after {
  content: "▼";
  font-size: 12px;
  text-decoration: none;
  color: black;
  position: relative;
  bottom: 5px;
  right: 5px;
}

.wpml-ls-item a {
  text-decoration: none;
}

.wpml-ls-item {
  position: relative;
  left: -20px;
}

/**
 * Login Menu Styles
 */
.login-menu ul {
  text-align: right;
}
.login-menu li {
  display: inline-block;
}
.login-menu a.login-menu__a--my-account {
  color: #213369;
  font-weight: bold;
  pointer-events: none;
}

a.login-menu__a--animate {
  /*
   animation-name: tada;
   transform-origin: center bottom;
   animation-duration: 1s;
   animation-timing-function: ease-in-out;
   */
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.my-account {
  position: relative;
  text-align: center;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .login-menu ul {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .login-menu__a {
    padding: 0 0;
    min-width: 60px;
    font-size: 15px;
  }
}
/**
 * Form Styling
 */
/**
 * Young person registration form specific styles.
 */
.lang-table__header-title {
  line-height: 1.5rem;
  padding-top: 1rem;
}

.eurodyssey-form input,
.eurodyssey-form select,
.eurodyssey-form textarea {
  width: 100%;
  display: block;
}

.eurodyssey-form input[type=checkbox] {
  width: 10px;
  display: inline;
}

/**
 * Error message styling.
 */
.access-denied {
  max-width: 1366px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Legacy Eurodyssey styles.
 */
:root {
  --ed-blue: #213369;
  --ed-blue-hover: #2d468b;
}

.current-menu-parent > a > span,
.current-menu-item > a > span {
  color: white;
}

.ed-blue a {
  color: var(--ed-blue);
}

#menu-header-menu .current-menu-item > a,
#menu-bottom-menu .current-menu-item > a,
#menu-header-menu .current-page-item > a,
#menu-header-menu .current-menu-item > a:active,
#menu-bottom-menu .current-menu-item > a:active,
.executive-pro-orange a.button {
  background: var(--ed-blue);
}

:root .executive-pro-orange a.button {
  color: white !important;
}

.executive-pro-orange a.button:hover {
  background: var(--ed-blue-hover);
}

:root .special-link:hover {
  background: var(--ed-blue);
}

.special-link span {
  color: var(--ed-blue);
  font-weight: bold;
}

:root .home-cta a {
  color: #fff !important;
}

.sub-menu li .sub-menu li {
  position: relative;
  left: 40px;
  top: -56px;
  border-top: 1px solid white;
}

#menu-header-menu > li > .sub-menu {
  padding-top: 18px !important;
}

.special-link + .sub-menu .menu-item {
  top: -3px;
}

.eurodyssey-search {
  display: none;
}

li[id^=menu-item-wpml] {
  max-width: 70px;
}

.executive-pro-orange input[type=submit] {
  background-color: #213369;
  color: white;
}

.executive-pro-orange input[type=submit]:hover {
  background: #2d468b;
}

.printfriendly {
  display: none;
}

.footer-logo {
  margin: 25%;
}

#menu-bottom-menu li a span {
  font-size: 17px;
  text-transform: initial;
}

div.textwidget {
  font-size: 13px;
  color: #f58474;
  font-style: normal;
  line-height: 10px;
}

.footer-logo {
  display: none;
}

.footer-widgets {
  padding-left: 15%;
  padding-right: 15%;
}

.footer-widgets .wrap {
  padding: 0px;
}

.home-middle.widget-area h4 {
  font-size: 30px;
  text-transform: initial;
  line-height: 35px;
  text-align: center !important;
}

.textwidget p {
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.widget-title.widgettitle {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 27px;
  text-transform: initial;
  font-weight: 500;
}

#footer-copyright-notice {
  background: #e6e6e6;
}

.home-middle.widget-area {
  padding-top: 60px;
  padding-bottom: 50px;
}

.page.type-page.status-publish.has-post-thumbnail.entry a {
  width: 100%;
}

.page.type-page.status-publish.has-post-thumbnail.entry a img {
  width: 100%;
}

.widget-wrap .category-testimonials img,
.widget-wrap > .category-testimonials > a {
  width: 100%;
}

.post-93.post.type-post.status-publish.format-standard.has-post-thumbnail.category-testimonials.entry {
  margin-bottom: -40px;
}

.home-top.widget-area h4 {
  font-size: 30px;
  text-transform: initial;
  text-align: center !important;
}

.home-top.widget-area {
  padding-bottom: 60px;
}

.home-cta.widget-area {
  background: #213369;
}

.home-cta.widget-area p {
  line-height: 10px;
}

.site-title a {
  max-width: 75% !important;
}

:root .site-header .title-area {
  width: unset !important;
}

.header-widget-area {
  float: right;
  max-width: 600px;
}

.widget-area.header-widget-area {
  margin: 0px !important;
}

.widget-area.header-widget-area section {
  padding-top: 10px;
}

.widget-area.header-widget-area section p {
  margin-top: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.featured-content article.category-traineeships {
  margin-bottom: 10px;
}

.featured-content article.category-traineeships a {
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
}

.featured-content article.category-traineeships a:hover {
  text-decoration: underline;
}

.page main.content {
  min-height: 1000px;
}

#menu-header-menu.menu.genesis-nav-menu.menu-primary.responsive-menu a span {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

#menu-header-menu {
  padding-left: 10%;
  padding-right: 10%;
}

h2.entry-title {
  line-height: 26px;
}

.big-leader {
  width: 100%;
  max-height: 350px;
}

.col-md-2.right-widget-area.widget-column {
  background: #e6e6e6;
}

#footer-second-row {
  display: none;
}

#footer-first-row {
  padding-bottom: 30px;
}

.footer-widgets .widget {
  margin: 20px;
}

.widget-area h2 {
  text-decoration: none;
  border: none;
}

home article.category-traineeships * {
  text-align: center;
}

#menu-header-menu > li {
  width: unset;
  padding: 0 20px;
  text-align: center;
}

#menu-bottom-menu li {
  width: unset;
  padding: 0 20px;
}

home article.category-testimonials h2 {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.widget-column {
  padding-top: 15px;
}

a.more-link {
  max-width: 130px;
}

#comment {
  background: #fff;
  border: 1px solid #213369;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}

#latest-traineeships-widget-2 h3 {
  padding-left: 10px;
  padding-right: 10px;
}

.home .category-traineeships h2 {
  margin: 0 !important;
  padding: 0;
  text-align: center;
}

.home article.category-traineeships {
  margin-bottom: 10px !important;
}

.home .category-testimonials h2 {
  margin: 0 !important;
  padding: 0;
}

#featured-post-4 {
  border: 1px;
  border-style: solid;
  padding: 30px;
}

#featured-post-4 h4 {
  color: #213369;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0px;
}

#featured-post-4 a {
  color: #213369;
  line-height: 40px;
}

:root footer a.vademecum-link {
  color: white !important;
}

#search-3 .widget-title {
  text-transform: uppercase;
  font-weight: bold;
}

:root .site-inner a.vademecum-link {
  color: white !important;
}

img[alt=Bruxelles-Capitale] {
  display: none;
}

#text-4 > div > div > p {
  color: black !important;
  font-size: 14px;
  position: relative;
  top: 20px;
}

a.special-link {
  border: none !important;
}

.nav-primary .submenu li, .nav-primary .submenu a {
  border: none !important;
  border-left-width: 0 !important;
}

.ul.submenu a {
  border-width: 0 !important;
  border: none !important;
}

:root .genesis-nav-menu .sub-menu a {
  border: none !important;
}

li[id^=menu-item] {
  border: none !important;
}

#menu-header-menu {
  padding: 30px 0;
}

#menu-header-menu .menu-item a:hover span::after {
  height: 1px;
}

.action-form .button,
.action-form button, .executive-pro-orange button {
  background: #213369 !important;
}

*[id$=table_filter] input,
*[id$=table_length] select {
  background: none;
  border-radius: 5px;
  border-color: #213369;
}

*[id$=table_filter] label {
  border-radius: 5px;
}

.ed-table-row td {
  border-top-color: #213369;
}

.ed-table-row tr {
  padding-top: 5px;
}

.even {
  background-color: #fff;
}

.remove-link {
  margin-top: 20px;
}

.post-edit-link {
  display: none;
}

/**Full width**/
.site-container {
  max-width: 100%;
}

:root .header-widget-area {
  margin-right: 20px;
}

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

.single-region-profile .widget-column .widget_kdmfi:nth-of-type(1) {
  margin-top: 20px;
}

.widget_kdmfi h3 {
  text-align: center;
}

.widget_kdmfi {
  margin-bottom: 40px;
}

#company-profile-title {
  text-align: left !important;
}

.widget_kdmfi img {
  display: block;
  margin: auto;
}

.home-cta .widget-title {
  margin-bottom: 20px !important;
}

.home-cta a {
  color: white;
}

.region-profile-website-row {
  margin-top: 80px;
}

.left-widget-area,
.button, .entry-content .button {
  background: var(--ed-blue);
}

.button:hover, .entry-content .button:hover {
  background: var(--ed-blue-hover);
}

.current-menu-parent:hover > a > span,
.current_page_ancestor:hover > a > span {
  color: var(--ed-blue) !important;
}

/**End full width styles **/
.main-row {
  padding-left: 15px;
  padding-right: 15px;
}

.ed-blue-color {
  color: var(--ed-blue);
}

.type-region-profile time, .entry-meta {
  display: none;
}

.lang-val-wrapper {
  margin-bottom: 40px;
}

:root .special-link:hover span {
  color: white;
}

:root .country-region-list li {
  list-style-type: none;
  margin-left: 50px;
}

.fw-normal {
  font-weight: normal;
}

.the-regions-country-img {
  max-width: 35px;
  height: auto;
  position: relative;
  top: -2px;
}

.the-regions__country-header {
  margin-bottom: 0;
}

.the-regions__country-title {
  margin-left: 8px;
}

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

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

h1.entry-title {
  text-align: left;
}

.breadcrumb {
  display: none;
}

.country {
  margin-left: 0 !important;
}

/*Youth Listing Page*/
.ed-table {
  margin-top: 20px;
}

.ed-table th, td {
  padding: 5px;
}

th[class^=sorting]::after {
  top: 3px;
}

.page-title {
  text-align: center !important;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}

#company-table_length,
#youth-user-table_filter,
#youth-user-table_length,
#traineeship-table_filter,
#traineeship-table_length {
  max-width: 300px;
}

#company-table_wrapper,
#traineeship-table_wrapper {
  margin-top: 40px;
}

#youth-user-table_filter,
#company-table_filter,
#traineeship-table_filter {
  margin-left: 100px;
}

.entry-title,
.page-title {
  font-weight: bold !important;
}

.specify-language a {
  color: var(--ed-blue);
}

/*Youth Single Page*/
.main-field-name {
  font-weight: normal;
}

.main-fields {
  margin-bottom: 20px;
}

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

.youth-profile-picture {
  margin-bottom: 20px;
}

#youth-profile-title {
  margin-bottom: 20px;
}

#youth-user-table_length,
#company-table_length {
  margin-bottom: 20px;
}

.youth-picture-thumbnail {
  max-width: 270px;
}

p.youth-field {
  margin-bottom: 10px;
}

.youth-user .field-value {
  font-weight: bold;
}

.validation-error {
  border: 2px solid red;
}

#youth-single-lang-table th {
  font-size: 14px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

#youth-single-lang-table td,
#company-table td {
  width: 20%;
}

.dataTables_filter {
  margin-bottom: 40px;
  width: 100%;
}

a.paginate_button {
  padding-left: 3px;
  padding-right: 3px;
}

/**Parsley**/
.parsley-required {
  color: red;
  list-style-type: none !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/**Forms**/
input,
select,
textarea {
  padding: 8px;
  background-color: rgb(222, 222, 222);
}

@media (min-width: 992px) {
  .main-row {
    display: flex;
  }
}
@media (min-width: 768px) {
  #youth-user-table_length,
  #company-table_length {
    max-width: 100px;
    text-align: left;
  }
}
#excel-export {
  margin-top: 20px;
}

#excel-export-icon {
  max-width: 50px;
  cursor: pointer;
}

.special-link + .sub-menu li {
  color: white !important;
  border: 0;
}

/**Bootstrap Callouts**/
/**Imported from Bootstrap**/
.bs-callout {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-top-width: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-family: "Open Sans", sans-serif;
}
.bs-callout h1, .bs-callout h2, .bs-callout h3, .bs-callout h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.bs-callout p {
  font-size: 16px;
  margin-top: 5px;
}
.bs-callout p:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.bs-callout a {
  text-decoration: none;
}
.bs-callout a:hover {
  color: salmon !important;
}

.bs-callout-xl {
  margin-left: 0px;
}

.bs-callout-lg {
  margin-left: 50px;
}

.bs-callout-md {
  margin-left: 100px;
}

.bs-callout-sm {
  margin-left: 150px;
}

.bs-callout-xs {
  margin-left: 200px;
}

.bs-callout h4 {
  margin-top: 0;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 4px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-top-color: #777;
  background-color: white;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-top-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-top-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-top-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-top-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-top-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

/* bg transparency and disabled effects for Bootstrap callout */
.bs-callout-default.transparent {
  background-color: rgba(247, 247, 249, 0.7); /*#f7f7f9*/
}

.bs-callout-success.transparent {
  background-color: rgba(239, 255, 232, 0.7); /*#efffe8*/
}

.bs-callout-warning.transparent {
  background-color: rgba(254, 251, 237, 0.7); /*#fefbed*/
}

.bs-callout-danger.transparent {
  background-color: rgba(252, 242, 242, 0.7); /*#fcf2f2*/
}

.bs-callout-info.transparent {
  background-color: rgba(240, 247, 253, 0.7); /*#f0f7fd*/
}

.bs-callout.disabled {
  opacity: 0.4;
}

@media screen and (max-width: 1060px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1060px) {
  .mobile-only {
    display: none;
  }
}
/**
 * Various CSS helpers.
 */
:root .d-none {
  display: none;
}

:root .d-block {
  display: block;
}

@media screen and (max-width: 1060px) {
  :root .d-none-mobile {
    display: none;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9001;
}

.modal-dialog {
  padding: 15px;
  position: relative;
}

.modal-btn-dismiss {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  font-weight: bold;
  color: #213369;
  font-size: 22px;
}
.modal-btn-dismiss:hover {
  cursor: pointer;
  color: salmon;
}

.modal-body-text {
  min-height: 20px;
}

.modal-footer {
  min-height: 23px;
}

.modal-title {
  padding-top: 0;
  border-bottom: 1px solid #213369;
  color: #213369;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.modal-dialog {
  background: white;
  border-radius: 10px;
}

@media screen and (min-width: 1060px) {
  .modal-dialog {
    min-width: 500px;
  }
}
.traineeship-template-modal-label {
  padding-left: 5px;
  margin-bottom: 7px;
  display: inline-block;
}

.modal-title--traineeship-template {
  margin-bottom: 0 !important;
}

.select-template-offer {
  background: white;
  border: 1px solid #213369;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.select-template-offer:focus {
  outline: none;
}

.template-offer-info {
  margin-top: 10px;
}

.select-template-offer-label {
  display: inline-block;
  margin-right: 10px;
}

.submit-company-new-traineeship-type {
  min-width: 125px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 6px;
  border: none;
  background-image: none;
  outline: none;
  font-size: 16px;
  background: #213369;
  color: white;
  padding: 11px 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  transition: all 0.2s ease;
  margin-top: 10px;
  box-shadow: none;
  float: right;
}
.submit-company-new-traineeship-type:hover {
  background: salmon;
  cursor: pointer;
}

body.admin-bar .top-header {
  top: 32px;
}
body.admin-bar .main-menu--visible {
  top: 97px;
}

@media screen and (min-width: 600px) and (max-width: 782px) {
  body.admin-bar .top-header {
    top: 46px;
  }
  body.admin-bar .main-menu--visible {
    top: 111px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar {
    margin-top: -46px;
    padding-top: 46px;
  }
  body.admin-bar .top-nav {
    width: 100vw;
  }
  body.admin-bar .top-header {
    top: 0;
  }
  body.admin-bar .main-menu--visible {
    position: sticky;
    width: 100%;
    top: 46px;
  }
}
/**
 * Miscellaneous item styles.
 */
body {
  overflow-x: hidden;
}

.ed-read-more-link {
  color: #213369;
  text-decoration: none;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
}
.ed-read-more-link:hover {
  color: salmon;
}

.ed-read-more-link--salmon {
  color: salmon;
}
.ed-read-more-link--salmon:hover {
  color: #213369;
}

.clipboard-link {
  position: relative;
  color: #213369;
}
.clipboard-link::after {
  content: "";
  width: 15px;
  position: relative;
  top: 1px;
  height: 15px;
  display: inline-block;
  background-color: #213369;
  mask-image: url("/wp-content/themes/custom/images/clipboard.svg");
  -webkit-mask-image: url("/wp-content/themes/custom/images/clipboard.svg");
  mask-size: 70%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: 5px;
}
.clipboard-link:hover {
  cursor: pointer;
  color: salmon;
}
.clipboard-link:hover::after {
  background-color: salmon;
}
.clipboard-link::before {
  content: "Copied!";
  background: white;
  border: 1px solid #213369;
  color: #213369;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  position: absolute;
  left: calc(100% + 3px);
  top: -4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.clipboard-link.show-notice::before {
  visibility: visible;
  opacity: 1;
}

*[name$=-table_length],
.dataTables_length {
  display: none !important;
}

.dataTables_info {
  display: none;
}

.ed-pagination {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 10px;
}

.ed-count {
  text-align: right;
  font-size: 14px;
  color: #213369;
}

.page-numbers {
  text-decoration: none;
  color: #213369;
  margin-bottom: 20px;
}

.traineeship-region-profile-deadline {
  display: block;
  color: salmon;
}

.custom-file-upload {
  margin: 0;
}

.custom-file-upload__left {
  background: #213369;
  color: white;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  font-size: 16px;
}

.custom-file-upload__right {
  pointer-events: none;
  border: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin: 0 !important;
}

.file-upload-group__label {
  margin-bottom: 10px;
}

.custom-file-upload {
  border: 1px solid #213369;
  position: relative;
  display: inline-grid;
  grid-template-columns: 140px auto;
  cursor: pointer;
  min-width: 300px;
  border-radius: 10px;
  padding: 0;
}
.custom-file-upload:hover {
  border-color: salmon !important;
}
.custom-file-upload:hover > .custom-file-upload__left {
  background: salmon;
}
.custom-file-upload .parsley-errors-list {
  position: absolute;
  top: 36px;
  right: 90px;
}
.custom-file-upload i {
  margin-right: 10px;
}
.custom-file-upload:active, .custom-file-upload:active, .custom-file-upload:focus {
  background: salmon;
}
.custom-file-upload + input[type=file] {
  display: none;
}
.custom-file-upload > * {
  padding: 15px 12px;
  overflow: hidden;
}

:root .file-upload-group {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.custom-file-upload-remove {
  color: #213369;
  position: absolute;
  right: 10px;
  top: calc(100% + 5px);
}
.custom-file-upload-remove:hover {
  color: red;
  cursor: pointer;
}
.custom-file-upload-remove:active {
  cursor: salmon;
}

.custom-file-upload-remove__icon {
  position: relative;
  bottom: 1px;
}

:root .admin-remove-attachment-link {
  padding: 10px 10px !important;
  border-color: darkred !important;
  background: darkred !important;
}

@media screen and (min-width: 576px) {
  .file-upload-group,
  .custom-file-upload {
    min-width: 430px;
  }
}
/**
 * Regions contacts page styling.
 */
.page-content-container--regions-contacts {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.regions-contacts {
  margin-left: auto;
  margin-right: auto;
}

.regions-contacts__inner {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px) s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-region-contact {
  width: 285px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 15px;
  min-height: 250px;
}

.single-region-contact--hidden {
  display: none;
}

.no-region-contact-info {
  margin-top: 20px;
}

.single-region-contact__title {
  margin-top: 0;
  padding-bottom: 3px;
  text-align: center;
  padding-left: 0;
  font-size: 20px;
}

.contact-attribute-name {
  padding-bottom: 3px;
  padding-top: 0;
  font-size: 16px;
}

.contact-attribute-value {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-search {
  min-height: 200px;
  background: #213369;
  padding-top: 22px;
  padding-bottom: 22px;
  color: white;
}

.contact-search-title {
  color: white;
  margin: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
}

.contact-search-label {
  font-size: 16px;
  font-weight: bold;
}

.contact-search-label-wrapper {
  margin-bottom: 16px;
}

.contact-search-select,
.contact-search-input {
  background: none;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  padding: 12px 15px;
  position: relative;
}

.contact-search-select option,
.contact-search-input option {
  color: black;
}

.contact-search-select:focus, .contact-search-select:active,
.contact-search-input:focus,
.contact-search-input:active {
  outline: none;
}

.contact-search-actions {
  text-align: center;
}

:root .contact-search-action {
  background: white;
  display: inline-block;
  margin: 0 6px;
  border: none;
  background-image: none;
  outline: none;
  font-size: 20px;
  color: #213369;
  padding: 11px 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  transition: all 0.2s ease;
}

:root .contact-search-action:hover {
  background: salmon;
  cursor: pointer;
}

.contacts-filters {
  margin-top: 40px;
}

.contact-search-select--country {
  margin-right: 20px;
}

.regions-contacts__single-contact--hidden {
  display: none;
}

.contact-search-select--region {
  min-width: 232px;
}

.contact-search-select {
  color: #213369;
  border-color: #213369;
}

.region-contacts-separator {
  border-color: #213369;
  border-bottom: 1px solid #213369;
  border-top: none;
  background: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*# sourceMappingURL=regions-contacts.css.map */
