@charset "UTF-8";
@media screen and (min-width: 1200px) {
  .container-fluid-xl {
    max-width: 1440px;
  }
}
/*ROW*/
.row-grid {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.container-grid .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.centered-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000 !important;
}

.blue {
  color: #579EC0 !important;
}

.light-blue {
  color: #58C9FF !important;
}

.orange {
  color: #F07D17 !important;
}

.light-orange {
  color: #FF8E2B !important;
}

h1.georgia, .h1.georgia {
  font-size: 34px;
  line-height: 50px;
}

p {
  text-align: justify;
}

.header-print, .footer-print {
  display: none;
}

/*ARTICLE CONTENT*/
.article-content {
  color: #0C303C;
}

.article-content h1, .article-content .h1 {
  font-size: 24px;
  line-height: 36px;
}

.article-content h2, .article-content .h2 {
  font-size: 21px;
  line-height: 32px;
}

.article-content h3, .article-content .h3 {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 1920px) {
  .article-content h1, .article-content .h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .article-content h2, .article-content .h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .article-content h3, .article-content .h3 {
    font-size: 21px;
    line-height: 32px;
  }
}
.article-content a {
  color: #0C303C;
  text-decoration: none;
  padding-bottom: 0px;
}

.orange .article-content a {
  border-bottom: 1px solid #F07D17;
}

.blue .article-content a {
  border-bottom: 1px solid #58C9FF;
}

.article-content .network_menu a {
  border-bottom: none;
}

.article-content h2 a {
  text-decoration: none;
}

.article-content a:hover {
  color: #0C303C;
  text-decoration: none;
}

.blue .article-content a:hover {
  color: #579EC0;
}

.orange .article-content a:hover {
  color: #F07D17;
}

/*NAV LINK*/
a.article-nav-link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  display: block;
  border-bottom: none !important;
}

a.article-nav-link:hover {
  text-decoration: none;
  color: #000;
}

a.article-nav-link-blue svg path {
  stroke: #579EC0;
}

a.article-nav-link-orange svg path {
  stroke: #F07D17;
}

a.article-nav-link-blue:hover {
  color: #579EC0;
}

a.article-nav-link-orange:hover {
  color: #F07D17;
}

a.article-nav-next-link {
  max-width: 310px;
  float: right;
  position: relative;
  padding-right: 18px;
}

a.article-nav-next-link .icon-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  display: block;
  line-height: 17px;
}

/*IMG*/
.grey-img-link {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}

.grey-img-link:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: none; /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
}

.card {
  background-color: #000;
  color: #ffffff;
  border: none;
}

.card > a {
  border-bottom: none !important;
}

.card img {
  opacity: 0.45;
}

#archive-current_students .card img {
  opacity: 0.75;
}

.card-img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.card-title {
  margin-bottom: 0;
  line-height: 35px;
  font-size: 1.35rem;
  line-height: 1.3em;
}

.card-title br {
  display: none;
}

@media screen and (min-width: 992px) {
  .card-title {
    font-size: 1.75rem;
  }
  .container-grid .card-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-title br {
    display: block;
  }
}
.card-text-bottom, .card-profession {
  line-height: 18px;
  font-size: 13px;
}

.card-link {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
}

.cards-blue .card-link:hover {
  color: #579EC0 !important;
}

.cards-orange .card-link:hover {
  color: #F07D17 !important;
}

.cards-blue .card-link:after {
  content: "";
  display: block;
  color: #ffffff;
  position: absolute;
  width: 100%;
  background-color: #579EC0;
  height: 1px;
  bottom: -3px;
}

/*card-page*/
.card-page {
  height: 360px;
}

.card-page.card-portrait {
  background-color: #ffffff;
  box-shadow: 0 0 12px -7px rgba(0, 0, 0, 0.5);
}

.card-page .card-img-overlay {
  border-radius: 0.25rem;
  overflow: hidden;
}

.card-img-overlay .img-overlay {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.card-page.card-portrait .card-img-overlay {
  width: 33%;
  height: 100%;
  margin-left: auto;
  border-radius: 0 0.25rem 0.25rem 0;
}

.card-page.card-portrait .card-img-overlay .img-overlay {
  opacity: 1;
}

.card-page .img-overlay {
  transform: scale(1);
  transition: transform 0.22s ease-out;
}

.card-page.card-portrait:hover .img-overlay {
  transform: scale(1.043);
}

.card-page:hover .img-overlay {
  transform: scale(1.033);
}

.card-body {
  z-index: 2;
}

.card-page .card-body {
  position: relative;
  z-index: 2;
}

.card-page.card-portrait .card-body {
  border-radius: 0.25rem 0 0 0.25rem;
}

.card-page.card-portrait .wrapper-link {
  padding-right: 0;
}

.card-page.card-portrait .card-body {
  width: 67%;
  color: #000;
}

.card-page.card-portrait .card-link {
  color: #000;
}

.card-page.card-landscape .wrapper-link {
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .card-page.card-portrait .card-img-overlay {
    width: 45%;
  }
  .card-page.card-portrait .card-body {
    width: 55%;
  }
}
/*CARD PAGE TESTIMONIALS*/
.testimonials .card-page {
  height: 300px;
}

.testimonials .card-title {
  font-size: 20px;
}

.testimonials .card-page.card-landscape .card-body {
  max-width: 66%;
}

@media screen and (min-width: 540px) {
  .testimonials .card-title {
    font-size: 24px;
  }
  .testimonials .card-page.card-landscape .card-body {
    max-width: 60%;
  }
}
.sup-title {
  line-height: 1rem !important;
}

/*CARD NEWSLETTER*/
.card-body-newsletter {
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-newsletter .card-img-overlay {
  background-size: cover;
}

.card-body-newsletter {
  border-right: 5px solid #ffffff;
}

.card-newsletter .btn.form-control:hover {
  background-color: #FF8E2B;
  color: #ffffff;
  border-color: transparent;
}

.card-newsletter .latest-news a:hover {
  text-decoration: none;
  color: #58C9FF !important;
}

.card-newsletter .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.card-newsletter .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}

/*CARD GOVERNANCE*/
.card-governance {
  border-radius: 0;
  background-color: #ffffff;
  color: #000;
}

.card-governance img {
  opacity: 1;
  border-radius: 0;
}

.professions {
  font-size: 14px;
  list-style: none;
  padding-left: 10px;
}

.professions li {
  position: relative;
  display: block;
  line-height: 20px;
  margin-bottom: 3px;
}

.professions li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -9px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #000;
}

/*CARD LIST*/
.card-list .card {
  background-color: #ffffff;
  border: 1px solid #0C303C;
  color: #0C303C;
}

.card-list .card-header a {
  border: none;
}

.availability_job {
  min-width: 140px;
  line-height: 14px;
}

.card-list .card-body a {
  font-size: 15px;
}

.card-list .small {
  line-height: 14px;
}

/*
Carousel structure is define mostly by its image,
we target a fixed height (via carousel-item) rather than a fluid image
this bring to the apparition of white margin after 1920px window width (see : container-xxl: _structure)

*/
/*MAIN STRUCTURE*/
.carousel-inner {
  padding-bottom: 30px;
}

.carousel-item {
  height: 340px;
  background-color: #4A4E56;
}

@media screen and (min-width: 1900px) {
  .carousel-item {
    height: 460px;
  }
}
.carousel-item > img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-content {
  width: 100%;
  height: 100%;
}

.carousel-content .container, .carousel-content .row {
  height: 100%;
}

/*CONTENT STYLES*/
.carousel-title {
  color: #ffffff;
}

.carousel-title {
  font-size: 26px;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .carousel-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-title {
    font-size: 38px;
  }
}
.carousel-title br {
  display: none;
}

@media screen and (min-width: 1200px) {
  .carousel-title br {
    display: block;
  }
}
.carousel-title a {
  color: #579EC0;
}

.orange .carousel-title a {
  color: #F07D17;
}

.carousel-title a:hover, .orange .carousel-title a:hover {
  text-decoration: none;
  color: #ffffff;
}

.carousel-link {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  border: none !important;
}

.carousel-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.carousel-link.light-blue:hover {
  color: #58C9FF;
}

.carousel-link.light-orange:hover {
  color: #FF8E2B;
}

.carousel-link:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #ffffff;
  z-index: 2;
}

.carousel-link.line-light-blue:after {
  background-color: #58C9FF;
}

.carousel-link.line-light-orange:after {
  background-color: #FF8E2B;
}

/*CAROUSEL INDICATORS*/
.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #D3D3D3;
}

/*.carousel-indicators li.active.light-blue {
	background-color: $light-blue;
}
.carousel-indicators li.active.light-orange {
	background-color: $light-orange;
}*/
/*CAROUSEL PAGE*/
/*CAROUSEL DATA*/
/*CAROUSEL NUMBER*/
.carousel-item-data {
  color: white;
}

.carousel-item-data .data-number {
  font-size: 62px;
}

.carousel-item-data .data-title {
  font-size: 24px;
}

.carousel-item-data .data-title br {
  display: block !important;
}

.carousel-item-data .data-description {
  font-size: 15px;
}

/*CAROUSEL GRAPHIC*/
.graphic-circle {
  position: relative;
  height: 86px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.graphic-circle .data-number {
  font-size: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -5px;
}

.graphic-circle-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#students-filtering .element {
  display: none;
}
#students-filtering .element-displayed {
  display: block;
}

@font-face {
  font-family: "din";
  src: url("../fonts/din/l.woff2") format("woff2"), url("../fonts/din/d.woff") format("woff"), url("../fonts/din/a.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
body {
  font-family: HelveticaNeue-Regular, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1900px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
.legend {
  font-size: 14px;
  line-height: 22px;
  color: #818181;
}

b,
strong {
  font-weight: 600;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 500;
}

.no-link:hover {
  text-decoration: none;
}

.din {
  font-family: din, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: geometricPrecision;
}

p {
  text-align: justify;
}

.georgia,
.article-content h1,
.article-content .h1,
.article-content h2,
.article-content .h2,
.article-content h3,
.article-content .h3,
.card-title,
.wp-block-quote p:before,
.wp-block-quote p:after {
  font-family: Georgia, "Lucida Bright", "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: geometricPrecision;
  font-style: italic;
}

.helvetica-upper,
#main_menu > li > a,
#carousel .h4,
.sidebar > ul > li.nav-item:first-child .nav-link,
.latest-news h4,
.latest-news .h4,
.article-content h4,
.article-content .h4,
.card .sup-title {
  font-family: HelveticaNeue-Medium, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-transform: uppercase;
  color: #0C303C;
}

/**/
.nowrap {
  white-space: nowrap;
}

.wrapper-link {
  color: #000;
}

.wrapper-link:hover {
  text-decoration: none;
}

.wrapper-link:hover {
  color: #000;
}

/**/
.underlined-link {
  font-size: 15px;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none !important;
}

@media screen and (min-width: 1200px) {
  .underlined-link {
    font-size: 16px;
    line-height: 28px;
  }
}
.underlined-link {
  color: #0C303C;
  text-decoration: none;
  padding-bottom: 0px;
}

.page-color-orange .underlined-link {
  border-bottom: 1px solid #F07D17;
}

.page-color-blue .underlined-link {
  border-bottom: 1px solid #58C9FF;
}

.line-light-orange {
  border-bottom: 1px solid #F07D17 !important;
}

.line-light-blue {
  border-bottom: 1px solid #58C9FF !important;
}

.underlined-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.underlined-link.light-blue:hover {
  color: #58C9FF;
}

.underlined-link.light-orange:hover {
  color: #FF8E2B;
}

.underlined-link {
  transition: color 0.16s linear;
}

.underlined-link.line-light-blue:hover {
  color: #58C9FF !important;
}

.underlined-link.line-light-orange:hover {
  color: #FF8E2B !important;
}

/*BUTTON*/
button:focus {
  outline: 1px dotted;
  outline: none;
}

.btn {
  border: 1px solid #0C303C;
}

.btn-filter {
  border: none;
}

.btn-filter:focus,
.btn-filter:hover,
.btn-filter.active {
  outline: 0;
  color: #579EC0;
  box-shadow: none;
}

.cards-orange .btn-filter:focus,
.cards-orange .btn-filter:hover,
.cards-orange .btn-filter.active {
  color: #F07D17;
}

.orange .btn {
  border: 1px solid #F07D17;
}

.orange .btn:hover {
  background-color: #F07D17;
  color: #fff;
}

.blue .btn {
  border: 1px solid #579EC0;
}

.blue .btn:hover {
  background-color: #579EC0;
  color: #fff;
}

.orange input.post-password-class {
  color: #F07D17;
}

.blue input.post-password-class {
  color: #579EC0;
}

.btn-no-style {
  padding: 5px;
  border: none !important;
}

.btn-no-style:hover,
.btn-no-style:focus {
  background-color: transparent !important;
  box-shadow: none;
}

/*PRINT ICON*/
.pom-small-black {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url("../../medias/print-icon-small-black.png");
  background-repeat: no-repeat;
  top: 5px;
  position: relative;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #F07D17 !important;
}

/*MAIN STRUCTURE*/
#main-nav {
  min-height: 134px;
  position: relative;
  z-index: 2;
}

/*BRAND AND BUTTON*/
.navbar-brand img {
  width: 210px;
}

@media screen and (min-width: 360px) {
  .navbar-brand img {
    width: 250px;
  }
}
@media screen and (min-width: 576px) {
  .navbar-brand img {
    width: 319px;
  }
  .navbar-brand img .logo_subtitle {
    display: block;
  }
}
/*HEADER MENU*/
#header_menu {
  flex-direction: row-reverse;
  align-items: baseline;
}

@media screen and (min-width: 992px) {
  #header_menu {
    flex-direction: column;
  }
}
.network_menu-blue svg path {
  fill: #579EC0;
}

.network_menu-orange svg path {
  fill: #F07D17;
}

/*MAIN MENU*/
#main_menu {
  width: 100%;
}

.navbar-collapse {
  display: flex;
}

@media screen and (min-width: 992px) {
  #main_menu {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  #main_menu {
    font-size: 16px;
    margin-top: 15px;
  }
  .dropdown-menu {
    display: block;
    background-color: transparent;
    border: none;
    padding-top: 0;
  }
  .dropdown-menu .menu-item br {
    display: none;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
}
.orange .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(240, 125, 23)' stroke-width='4' stroke-linecap='' stroke-miterlimit='10' d='M0 2h30M0 12h30M0 22h30'/%3e%3c/svg%3e");
}

.blue .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(87, 158, 192)' stroke-width='4' stroke-linecap='' stroke-miterlimit='12' d='M0 2h30M0 12h30M0 22h30'/%3e%3c/svg%3e");
}

#main_menu .dropdown-menu {
  margin: 0;
  font-size: 14px;
}

#main_menu .dropdown:hover > .dropdown-menu {
  display: block;
}

#main_menu .dropdown-item {
  color: #0C303C;
  font-size: 0.9rem;
  padding: 0.35rem 1.5rem;
  line-height: 18px;
}

#main_menu .menu-item-blue .dropdown-item:hover, #main_menu .menu-item-blue a:hover {
  color: #579EC0;
}

#main_menu .menu-item-orange .dropdown-item:hover, #main_menu .menu-item-orange a:hover {
  color: #F07D17;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #ffffff;
}

/*NETWORK MENU*/
.network_menu {
  width: 40px;
}

@media screen and (min-width: 992px) {
  .network_menu {
    width: auto;
    margin-left: auto;
    flex-direction: row;
  }
  .network_menu_vertical .network_menu {
    width: 40px;
    flex-direction: column;
  }
}
.network_menu .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.network_menu_center .network_menu li:first-child {
  margin-left: auto;
}

.network_menu_center .network_menu li:last-child {
  margin-right: auto;
}

.newsletter-icon svg {
  width: 21px;
}

.linkedin-icon svg {
  width: 21px;
}

.twitter-icon svg {
  width: 24px;
}

.facebook-icon svg {
  width: 12px;
}

/*MAIN LOGO*/
.logo_title {
  font-size: 48px;
  letter-spacing: -0.03em;
}

.logo_subtitle_1, .logo_subtitle_2 {
  font-size: 13px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.logo_title, .logo_subtitle_2 {
  fill: #0C303C;
}

.logo_detail_2, .logo_subtitle_1 {
  fill: #579EC0;
}

.logo_detail_1 {
  fill: #F07D17;
}

.logo_reverse .logo_title,
.logo_reverse .logo_subtitle_1 {
  fill: #ffffff;
}

.logo_reverse .logo_subtitle_2 {
  fill: #D3D3D3;
}

/*NEXT ICON*/
.icon-next path {
  stroke: #0C303C;
}

/**/
.white svg path {
  fill: #ffffff;
}

/*
Carousel structure is define mostly by its image,
we target a fixed height (via carousel-item) rather than a fluid image
this bring to the apparition of white margin after 1920px window width (see : container-xxl: _structure)

*/
/*MAIN STRUCTURE*/
.carousel-inner {
  padding-bottom: 30px;
}

.carousel-item {
  height: 340px;
  background-color: #4A4E56;
}

@media screen and (min-width: 1900px) {
  .carousel-item {
    height: 460px;
  }
}
.carousel-item > img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-content {
  width: 100%;
  height: 100%;
}

.carousel-content .container, .carousel-content .row {
  height: 100%;
}

/*CONTENT STYLES*/
.carousel-title {
  color: #ffffff;
}

.carousel-title {
  font-size: 26px;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .carousel-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-title {
    font-size: 38px;
  }
}
.carousel-title br {
  display: none;
}

@media screen and (min-width: 1200px) {
  .carousel-title br {
    display: block;
  }
}
.carousel-title a {
  color: #579EC0;
}

.orange .carousel-title a {
  color: #F07D17;
}

.carousel-title a:hover, .orange .carousel-title a:hover {
  text-decoration: none;
  color: #ffffff;
}

.carousel-link {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  border: none !important;
}

.carousel-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.carousel-link.light-blue:hover {
  color: #58C9FF;
}

.carousel-link.light-orange:hover {
  color: #FF8E2B;
}

.carousel-link:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #ffffff;
  z-index: 2;
}

.carousel-link.line-light-blue:after {
  background-color: #58C9FF;
}

.carousel-link.line-light-orange:after {
  background-color: #FF8E2B;
}

/*CAROUSEL INDICATORS*/
.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #D3D3D3;
}

/*.carousel-indicators li.active.light-blue {
	background-color: $light-blue;
}
.carousel-indicators li.active.light-orange {
	background-color: $light-orange;
}*/
/*CAROUSEL PAGE*/
/*CAROUSEL DATA*/
/*CAROUSEL NUMBER*/
.carousel-item-data {
  color: white;
}

.carousel-item-data .data-number {
  font-size: 62px;
}

.carousel-item-data .data-title {
  font-size: 24px;
}

.carousel-item-data .data-title br {
  display: block !important;
}

.carousel-item-data .data-description {
  font-size: 15px;
}

/*CAROUSEL GRAPHIC*/
.graphic-circle {
  position: relative;
  height: 86px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.graphic-circle .data-number {
  font-size: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -5px;
}

.graphic-circle-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sidebar.sidebar-wrapped {
  height: 100%;
}

#sidebar.sidebar-wrapped:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 40px;
  width: calc(100% - 40px);
  left: 20px;
}

#sidebar.sidebar-wrapped:after {
  content: "scroll ↓";
  position: absolute;
  z-index: 1;
  bottom: -3px;
  height: 30px;
  right: 20px;
  font-size: 13px;
}

.sidebar-wrapped #sidebar-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: auto;
}

#sidebar.sidebar-wrapped.sidebar-blue:before {
  box-shadow: inset 0px -50px 20px -20px #F2F7FA;
}

#sidebar.sidebar-wrapped.sidebar-orange:before {
  box-shadow: inset 0px -50px 20px -20px #FEF6EE;
}

#sidebar.sidebar-wrapped.sidebar-blue:after {
  color: #579EC0;
}

#sidebar.sidebar-wrapped.sidebar-orange:after {
  color: #F07D17;
}

.sidebar {
  font-size: 14px;
  padding-bottom: 15px;
}

.sidebar > ul > li.nav-item:first-child {
  border-bottom: 2px solid #ffffff;
}

.sidebar > ul > li.nav-item:nth-child(2) .nav-link {
  margin-top: 0.5rem;
}

.sidebar > ul > li.nav-item .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.sidebar > ul > ul {
  padding-left: 15px;
}

.sidebar > ul > ul > li.nav-item {
  line-height: 20px;
}

.sidebar > ul > ul > li .nav-link {
  padding-bottom: 0.25rem;
}

.sidebar > ul > ul > li:first-child .nav-link {
  padding-top: 0rem;
}

/*COLORS*/
.sidebar-blue {
  background-color: #F2F7FA;
}

.sidebar-orange {
  background-color: #FEF6EE;
}

.sidebar .nav-link {
  color: #0C303C;
}

.sidebar-blue .nav-link:hover, .sidebar-blue .nav-link.active {
  color: #579EC0 !important;
}

.sidebar-orange .nav-link:hover, .sidebar-orange .nav-link.active {
  color: #F07D17 !important;
}

/*ARTICLE CONTENT*/
.article-content {
  color: #0C303C;
}

.article-content h1, .article-content .h1 {
  font-size: 24px;
  line-height: 36px;
}

.article-content h2, .article-content .h2 {
  font-size: 21px;
  line-height: 32px;
}

.article-content h3, .article-content .h3 {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 1920px) {
  .article-content h1, .article-content .h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .article-content h2, .article-content .h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .article-content h3, .article-content .h3 {
    font-size: 21px;
    line-height: 32px;
  }
}
.article-content a {
  color: #0C303C;
  text-decoration: none;
  padding-bottom: 0px;
}

.orange .article-content a {
  border-bottom: 1px solid #F07D17;
}

.blue .article-content a {
  border-bottom: 1px solid #58C9FF;
}

.article-content .network_menu a {
  border-bottom: none;
}

.article-content h2 a {
  text-decoration: none;
}

.article-content a:hover {
  color: #0C303C;
  text-decoration: none;
}

.blue .article-content a:hover {
  color: #579EC0;
}

.orange .article-content a:hover {
  color: #F07D17;
}

/*NAV LINK*/
a.article-nav-link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  display: block;
  border-bottom: none !important;
}

a.article-nav-link:hover {
  text-decoration: none;
  color: #000;
}

a.article-nav-link-blue svg path {
  stroke: #579EC0;
}

a.article-nav-link-orange svg path {
  stroke: #F07D17;
}

a.article-nav-link-blue:hover {
  color: #579EC0;
}

a.article-nav-link-orange:hover {
  color: #F07D17;
}

a.article-nav-next-link {
  max-width: 310px;
  float: right;
  position: relative;
  padding-right: 18px;
}

a.article-nav-next-link .icon-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  display: block;
  line-height: 17px;
}

/*IMG*/
.grey-img-link {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}

.grey-img-link:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: none; /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
}

/*wp-block-embed*/
.wp-block-embed.is-type-video {
  width: 100%;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-block-embed.is-type-video:after {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

/*wp-block-separator*/
hr.wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 1.44rem;
}

.orange hr.wp-block-separator {
  border-color: #ffc491;
}

.blue hr.wp-block-separator {
  border-color: #beeaff;
}

/*wp-block-image*/
.wp-block-image img {
  height: auto;
}

.wp-block-image a {
  border-bottom: none !important;
}

/*wp-block-group*/
.wp-block-group a {
  border-bottom: none !important;
}

.wp-block-group h2 {
  margin-left: 0.5rem;
  margin-bottom: 0;
  border-left: 1px dashed;
  padding: 0.2rem 0 1.2rem 1rem;
}

.wp-block-group h2:last-child {
  border: none;
}

.blue .wp-block-group h2 {
  border-color: #579EC0;
}

.orange .wp-block-group h2 {
  border-color: #F07D17;
}

.blue .wp-block-group h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #579EC0;
}

.orange .wp-block-group h4 {
  color: #F07D17;
}

/*.wp-block-button__link*/
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #0C303C;
}

a.wp-block-button__link {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #0C303C;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.orange a.wp-block-button__link {
  border-color: #F07D17;
}

.blue a.wp-block-button__link {
  border-color: #579EC0;
}

/*wp-block-quote*/
.wp-block-quote p:first-child {
  margin-top: 1rem;
}

.wp-block-quote p:first-child:before, .wp-block-quote p:last-child:after {
  display: inline;
  font-size: 2rem;
  position: relative;
  top: 6px;
}

.wp-block-quote p:first-child:before {
  content: "“ ";
  line-height: 0.5rem;
}

.wp-block-quote p:last-child:after {
  content: " ”";
  line-height: 0.5rem;
}

.card {
  background-color: #000;
  color: #ffffff;
  border: none;
}

.card > a {
  border-bottom: none !important;
}

.card img {
  opacity: 0.45;
}

#archive-current_students .card img {
  opacity: 0.75;
}

.card-img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.card-title {
  margin-bottom: 0;
  line-height: 35px;
  font-size: 1.35rem;
  line-height: 1.3em;
}

.card-title br {
  display: none;
}

@media screen and (min-width: 992px) {
  .card-title {
    font-size: 1.75rem;
  }
  .container-grid .card-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-title br {
    display: block;
  }
}
.card-text-bottom, .card-profession {
  line-height: 18px;
  font-size: 13px;
}

.card-link {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
}

.cards-blue .card-link:hover {
  color: #579EC0 !important;
}

.cards-orange .card-link:hover {
  color: #F07D17 !important;
}

.cards-blue .card-link:after {
  content: "";
  display: block;
  color: #ffffff;
  position: absolute;
  width: 100%;
  background-color: #579EC0;
  height: 1px;
  bottom: -3px;
}

/*card-page*/
.card-page {
  height: 360px;
}

.card-page.card-portrait {
  background-color: #ffffff;
  box-shadow: 0 0 12px -7px rgba(0, 0, 0, 0.5);
}

.card-page .card-img-overlay {
  border-radius: 0.25rem;
  overflow: hidden;
}

.card-img-overlay .img-overlay {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.card-page.card-portrait .card-img-overlay {
  width: 33%;
  height: 100%;
  margin-left: auto;
  border-radius: 0 0.25rem 0.25rem 0;
}

.card-page.card-portrait .card-img-overlay .img-overlay {
  opacity: 1;
}

.card-page .img-overlay {
  transform: scale(1);
  transition: transform 0.22s ease-out;
}

.card-page.card-portrait:hover .img-overlay {
  transform: scale(1.043);
}

.card-page:hover .img-overlay {
  transform: scale(1.033);
}

.card-body {
  z-index: 2;
}

.card-page .card-body {
  position: relative;
  z-index: 2;
}

.card-page.card-portrait .card-body {
  border-radius: 0.25rem 0 0 0.25rem;
}

.card-page.card-portrait .wrapper-link {
  padding-right: 0;
}

.card-page.card-portrait .card-body {
  width: 67%;
  color: #000;
}

.card-page.card-portrait .card-link {
  color: #000;
}

.card-page.card-landscape .wrapper-link {
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .card-page.card-portrait .card-img-overlay {
    width: 45%;
  }
  .card-page.card-portrait .card-body {
    width: 55%;
  }
}
/*CARD PAGE TESTIMONIALS*/
.testimonials .card-page {
  height: 300px;
}

.testimonials .card-title {
  font-size: 20px;
}

.testimonials .card-page.card-landscape .card-body {
  max-width: 66%;
}

@media screen and (min-width: 540px) {
  .testimonials .card-title {
    font-size: 24px;
  }
  .testimonials .card-page.card-landscape .card-body {
    max-width: 60%;
  }
}
.sup-title {
  line-height: 1rem !important;
}

/*CARD NEWSLETTER*/
.card-body-newsletter {
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-newsletter .card-img-overlay {
  background-size: cover;
}

.card-body-newsletter {
  border-right: 5px solid #ffffff;
}

.card-newsletter .btn.form-control:hover {
  background-color: #FF8E2B;
  color: #ffffff;
  border-color: transparent;
}

.card-newsletter .latest-news a:hover {
  text-decoration: none;
  color: #58C9FF !important;
}

.card-newsletter .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.card-newsletter .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}

/*CARD GOVERNANCE*/
.card-governance {
  border-radius: 0;
  background-color: #ffffff;
  color: #000;
}

.card-governance img {
  opacity: 1;
  border-radius: 0;
}

.professions {
  font-size: 14px;
  list-style: none;
  padding-left: 10px;
}

.professions li {
  position: relative;
  display: block;
  line-height: 20px;
  margin-bottom: 3px;
}

.professions li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -9px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #000;
}

/*CARD LIST*/
.card-list .card {
  background-color: #ffffff;
  border: 1px solid #0C303C;
  color: #0C303C;
}

.card-list .card-header a {
  border: none;
}

.availability_job {
  min-width: 140px;
  line-height: 14px;
}

.card-list .card-body a {
  font-size: 15px;
}

.card-list .small {
  line-height: 14px;
}

/*LATEST NEWS FRONT PAGE*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news h4, .latest-news h3 {
    margin-bottom: 0rem;
  }
  .latest-news p {
    margin-bottom: 0rem;
  }
}
/*SINGLE NEWS*/
.news-post .legend {
  font-size: 12px;
  margin-top: 2px;
}

.news-post-content p {
  margin-bottom: 0px;
}

.post-cat-links {
  line-height: 20px;
}

.post-cat-links a {
  color: #579EC0;
  border-bottom: none !important;
  text-decoration: none;
  padding-bottom: 0;
}

.post-cat-links a:hover {
  border-bottom: 1px solid #579EC0 !important;
}

.main-footer {
  background-color: #D3E1FF;
}

.footer-address p {
  margin: 0;
  line-height: 22px;
}

.footer-address img {
  margin-bottom: 8px;
}

.edit_post_link a {
  color: #F07D17;
  padding: 3px 5px 5px 6px;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #F07D17;
}

.orange .edit_post_link a, .cards-orange .edit_post_link a {
  border: 1px solid #F07D17;
  color: #F07D17;
}

.blue .edit_post_link a, .cards-blue .edit_post_link a {
  border: 1px solid #579EC0;
  color: #579EC0;
}

.edit_post_link a:hover {
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}

.card-edit_post_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: block;
  z-index: 4;
}

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