@charset "UTF-8";
/* fonts */
/* colors */
/* blau principal */
/* blau secundari */ /*unificat amb #004374 perquè són massa semblats*/
/* unificat amb #AFE1F5 perquè són massa semblants */
/* s'unifica a blue-main-menu #459EDA; */ /* unificat amb #439FD9 i #439ED9 perquè són pràcticament idèntics */
/* eliminats 2 darreres xifres de transparència per al cas table__classic */
/* aquest blau no té cap sentit perquè no és de la mateixa gamma #001470; */
/* mirem d'unificar tot al blau del header user #164168; */ /*unificat amb #17436A perquè són massa semblats*/
/*unificat amb  #06090b perquè són massa semblants */
/*unificat amb #f7f7f7*/
/* unificat amb #edeef0; perquè són molt semblants */
/*unificat amb #ddd i amb #d1d1d1 perquè són massa semblants*/
/*unificat amb #555555 perquè són massa semblants*/
/* paddings and widths*/
.color-light {
  background: #e0f4ff;
}

.color-mid {
  background: #86d3ff;
}

.color-dark {
  background: #009fdf;
}

.layout-container {
  overflow: clip !important;
}

.node--unpublished {
  background-color: #fff4f4;
}

.uic-paragraph {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .uic-paragraph {
    margin-bottom: 100px;
  }
}

.study-menus .menu-wrapper {
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
.study-menus .menu-wrapper .darkblue-menu {
  background-color: #be1a1a;
  width: 100%;
}
@media (min-width: 576px) {
  .study-menus .menu-wrapper .darkblue-menu {
    display: flex;
  }
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .darkblue-menu {
    background-color: #00416bD6;
    padding-right: 50px;
    height: 80px;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 500;
  }
}
@media (min-width: 1200px) {
  .study-menus .menu-wrapper .darkblue-menu {
    padding-right: 80px;
  }
}
.study-menus .menu-wrapper .darkblue-menu .get-informed-button {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 1.5rem;
  display: block;
  width: 100%;
  text-align: center;
}
.study-menus .menu-wrapper .darkblue-menu .get-informed-button.secondary {
  background-color: #951320;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .darkblue-menu .get-informed-button.secondary {
    background-color: #be1a1a;
  }
}
.study-menus .menu-wrapper .darkblue-menu .get-informed-button:hover {
  background-color: #ffffff;
  color: #be1a1a;
}
@media (min-width: 576px) {
  .study-menus .menu-wrapper .darkblue-menu .get-informed-button {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .darkblue-menu .get-informed-button {
    background-color: #be1a1a;
    margin: auto 1rem;
    color: #ffffff;
    padding: 8px 38px;
    border-radius: 30px;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
}
.study-menus .menu-wrapper .lightblue-menu {
  background-color: #009fdf;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .lightblue-menu {
    flex-direction: row;
    width: 100%;
  }
  .study-menus .menu-wrapper .lightblue-menu .lightblue-menu-chevron {
    display: none;
  }
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-chevron {
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-chevron.opened {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .lightblue-menu .lightblue-menu-chevron {
    display: none;
  }
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-logo {
  background-color: #009fdf;
  height: 56px;
  display: none;
  position: fixed;
  bottom: auto;
  top: 0;
  width: 100%;
  margin-left: 0;
  padding: 0 3rem;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-logo .logos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .lightblue-menu .lightblue-menu-logo .logos {
    flex-direction: row;
  }
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-logo .logos .study-title {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-logo .logos img {
  width: 40px;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons {
  background-color: #009fdf;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  min-height: 56px;
  margin: 0 3rem;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons {
    width: 100%;
    justify-content: flex-end;
    margin-right: 6rem;
  }
}
@media (min-width: 1200px) {
  .study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons {
    margin: 0 9rem;
  }
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #ffffff;
  padding-left: 30px;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > * {
  padding: 0 25px 0 25px;
  display: flex;
  flex-direction: row;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > *:last-child {
  padding-right: 0;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > * a {
  color: #ffffff;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > * svg {
  stroke: #ffffff;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > *:hover a {
  color: #00416b;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > *:hover svg {
  stroke: #00416b;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > *::after {
  content: "";
  position: relative;
  right: -25px;
  width: 1px;
  height: 28px;
  background-color: #ffffff;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > *:last-child::after {
  content: none;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links .study-dossier a, .study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links .study-dossier > div {
  display: flex;
  flex-direction: row;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links .study-dossier a {
  white-space: nowrap;
}
.study-menus .menu-wrapper .lightblue-menu .lightblue-menu-icons .lightblue-menu-links .study-dossier svg {
  margin-left: 12px;
  width: auto;
}
.study-menus .menu-wrapper.is-sticky {
  width: 100%;
  position: fixed;
  bottom: 0;
  top: auto;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper.is-sticky .darkblue-menu {
    background-color: #009fdf;
    height: 56px;
    width: 185px;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper.is-sticky .darkblue-menu .get-informed-button {
    font-size: 1.6rem;
    padding: 5px 30px;
  }
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper.is-sticky .lightblue-menu {
    width: calc(100% - 185px);
  }
}
.study-menus .menu-wrapper.is-sticky .lightblue-menu .lightblue-menu-logo {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper.is-sticky .lightblue-menu .lightblue-menu-logo {
    position: static;
    display: flex;
  }
  .study-menus .menu-wrapper.is-sticky .lightblue-menu .lightblue-menu-logo .logos {
    justify-content: flex-start;
    column-gap: 3rem;
  }
}
.study-menus .menu-wrapper.is-sticky .lightblue-menu .lightblue-menu-icons {
  justify-content: flex-end;
  margin: 0 3rem;
}
.study-menus .menu-wrapper.is-sticky .lightblue-menu .lightblue-menu-icons .lightblue-menu-chevron {
  display: none;
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper.is-sticky .lightblue-menu .lightblue-menu-icons .lightblue-menu-links > *:last-child::after {
    content: "";
  }
}
@media (min-width: 992px) {
  .study-menus .menu-wrapper.is-sticky {
    flex-direction: row-reverse;
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
.study-menus.no-darkblue-menu .menu-wrapper.is-sticky .lightblue-menu-icons .lightblue-menu-links > *:last-child::after {
  content: none;
}

.study-header {
  background: #000000;
  color: #ffffff;
}
.study-header .header-wrapper {
  height: calc(100vh - 319px);
  position: relative;
}
@media (min-width: 992px) {
  .study-header .header-wrapper {
    height: calc(100vh - 293px);
    max-height: 808px;
  }
}
.study-header .header-image-wrapper {
  opacity: 0.75;
}
.study-header .header-image-wrapper, .study-header .header-image-wrapper div, .study-header .header-image-wrapper picture {
  min-height: inherit;
  height: inherit;
  overflow: hidden;
}
@media (min-width: 992px) {
  .study-header .header-image-wrapper, .study-header .header-image-wrapper div, .study-header .header-image-wrapper picture {
    height: auto;
  }
}
.study-header .header-image-wrapper > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .study-header .header-image-wrapper > div {
    bottom: -80px;
  }
}
.study-header .header-image-wrapper picture {
  display: flex;
}
.study-header .header-image-wrapper picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .study-header .header-image-wrapper picture img {
    height: revert-layer;
  }
}
@media (min-width: 992px) {
  .study-header .header-image-wrapper.no-darkblue-menu div {
    bottom: 0;
  }
}
.study-header .study-wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-height: 750px) and (max-width: 500px) {
  .study-header .study-wrapper {
    font-size: 1rem;
    padding: 0 25px;
    bottom: 30px;
  }
}
@media (min-height: 751px) and (max-width: 500px) {
  .study-header .study-wrapper {
    font-size: 1.5rem;
    padding: 0 25px;
    bottom: 30px;
  }
}
@media (max-height: 750px) and (min-width: 501px) {
  .study-header .study-wrapper {
    font-size: 1rem;
    padding: 0 25px;
    bottom: 30px;
  }
}
@media (min-height: 751px) and (min-width: 501px) {
  .study-header .study-wrapper {
    font-size: 2rem;
    padding: 0 25px;
    bottom: 30px;
  }
}
@media (max-height: 750px) and (min-width: 992px) {
  .study-header .study-wrapper {
    font-size: 2rem;
    padding: 0 65px;
    bottom: auto;
  }
}
@media (min-height: 751px) and (min-width: 992px) {
  .study-header .study-wrapper {
    font-size: 3rem;
    padding: 0 65px;
    bottom: auto;
    max-width: 1500px;
  }
}
@media (min-width: 1200px) {
  .study-header .study-wrapper {
    padding: 0 95px;
  }
}
.study-header .study-faculty {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.study-header .study-title {
  font-weight: 600;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.study-header .study-subtitle {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.study-side-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: #00416b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
  padding: 4rem;
  opacity: 0;
  display: none;
}
@media (min-width: 992px) {
  .study-side-popup {
    background-image: none !important;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.study-side-popup .study-side-popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.study-side-popup > div:not(.study-side-popup-close) {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .study-side-popup > div:not(.study-side-popup-close) {
    padding: 2rem 1rem;
  }
}
.study-side-popup > div:not(.study-side-popup-close):not(.study-side-popup-link) {
  width: 100%;
}
.study-side-popup > div:not(.study-side-popup-close):not(:last-child) {
  border-bottom: 1px solid #009fdf;
}
@media (min-width: 992px) {
  .study-side-popup > div:not(.study-side-popup-close):nth-last-child(2) {
    border-bottom: none;
  }
}
.study-side-popup .study-side-popup-title-date {
  font-weight: 600;
}
.study-side-popup .study-side-popup-title-date .study-side-popup-title {
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
}
.study-side-popup .study-side-popup-title-date .study-side-popup-date {
  font-size: 2.2rem;
  color: #009fdf;
  text-align: center;
}
.study-side-popup .study-side-popup-body {
  font-weight: unset;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.study-side-popup .study-side-popup-link a {
  font-weight: 600;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 1rem 4rem;
  background-color: #be1a1a;
}

.study-main .study-content .inner-menu-wrapper {
  background: #f2f2f2;
  color: #000000;
  padding: 3rem 3rem 0;
  display: none;
}
@media (min-width: 992px) {
  .study-main .study-content .inner-menu-wrapper {
    padding-top: 4rem;
    display: block;
  }
}
@media (min-width: 1800px) {
  .study-main .study-content .inner-menu-wrapper {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.study-main .study-content .inner-menu-wrapper.opened {
  display: block;
}
.study-main .study-content .inner-menu-wrapper .side-menu {
  margin-bottom: 2rem;
  position: sticky;
  top: 60px;
}
.study-main .study-content .inner-menu-wrapper .side-menu .closeButton {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .study-main .study-content .inner-menu-wrapper .side-menu .closeButton {
    display: none;
  }
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies {
  display: block;
  list-style: none;
  padding: 0;
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li {
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
  padding: 1em 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li {
    padding: 0.25em 0;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li {
    padding: 0.5em 0;
  }
}
@media (min-width: 992px) and (min-height: 750px) {
  .study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li {
    padding: 0.75em 0;
  }
}
@media (min-width: 992px) and (min-height: 850px) {
  .study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li {
    padding: 1em 0;
  }
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li span {
  width: auto;
  color: inherit;
  padding-right: 35px;
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li.active {
  padding-left: 20px;
  color: #009fdf;
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 26px;
  height: 26px;
  background: url("../../imgs/table-arrow.svg") no-repeat;
  background-size: contain;
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies li:hover:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 26px;
  height: 26px;
  background: url("../../imgs/table-arrow-black.svg") no-repeat;
  background-size: contain;
}
.study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies .menu-subheader-logo {
  display: none;
  background-image: url("../../imgsburgerUIC.svg");
  width: 25px;
  height: 18px;
  position: absolute;
  transform: inherit;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies .menu-subheader-logo {
    display: block;
  }
  .study-main .study-content .inner-menu-wrapper ul.inner-menu.only-studies .menu-subheader-logo.open {
    background-image: url(../../imgs/menu-subheader-close.svg);
    top: 23px;
    transform: none;
    width: 27px;
    height: 18px;
  }
}
.study-main .study-content .inner-menu-wrapper .xxss {
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  margin-top: 2rem;
}
.study-main .study-content .inner-menu-wrapper .xxss svg path {
  fill: black;
}

.study-tabs-content {
  padding: calc(90px / 3);
}
@media (min-width: 992px) {
  .study-tabs-content {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .study-tabs-content {
    padding: calc(90px / 1.5);
  }
}
@media (min-width: 1200px) {
  .study-tabs-content {
    padding: 90px;
  }
}
.study-tabs-content > div {
  display: none;
  position: relative;
  width: 100%;
}
.study-tabs-content > div:first-child {
  display: block;
}
.study-tabs-content a {
  color: inherit;
  font-weight: 600;
}
.study-tabs-content p > a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.study-tabs-content p > a:hover {
  color: #00416b;
}
.study-tabs-content h4 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  margin-top: 2.5em;
  font-weight: 600;
}
.study-tabs-content h5 {
  font-size: 2rem;
  font-weight: 600;
}
.study-tabs-content h6 {
  font-size: 1.8rem;
  font-weight: 600;
}
.study-tabs-content .paragraph:not(.paragraph--type--reasons-why):not(.paragraph--type--sponsors):not(.paragraph--type--wrapper-sponsors):not(.paragraph--type--multicolumn):not(.paragraph--type--image-link):not(.paragraph--type--galeria-d-imatges) ol {
  padding-left: 2.5em;
}
.study-tabs-content .paragraph:not(.paragraph--type--reasons-why):not(.paragraph--type--sponsors):not(.paragraph--type--wrapper-sponsors):not(.paragraph--type--multicolumn):not(.paragraph--type--image-link):not(.paragraph--type--galeria-d-imatges) ol li::marker {
  color: #009fdf;
  font-weight: 700;
  font-size: 2rem;
}
.study-tabs-content .paragraph:not(.paragraph--type--reasons-why):not(.paragraph--type--sponsors):not(.paragraph--type--wrapper-sponsors):not(.paragraph--type--multicolumn):not(.paragraph--type--image-link):not(.paragraph--type--galeria-d-imatges) ul:not(.tl-pa-main):not([class^=tl-pa-main-n]) {
  padding-left: 2.5em;
}
.study-tabs-content h3 {
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
  position: relative;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .study-tabs-content h3 {
    font-size: 3.5rem;
    max-width: 75%;
  }
}
.study-tabs-content h3:before {
  content: "";
  position: absolute;
  left: calc(-1 * 90px / 3);
  top: 50%;
  width: 10px;
  height: 62px;
  margin-top: -31px;
  background: #009fdf;
  display: block;
}
@media (min-width: 992px) {
  .study-tabs-content h3:before {
    left: calc(-1 * 90px / 1.5);
  }
}
@media (min-width: 1200px) {
  .study-tabs-content h3:before {
    left: calc(-1 * 90px);
  }
}
.study-tabs-content .tab-title, .study-tabs-content #subjects-list h3 {
  color: #009fdf;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .study-tabs-content .tab-title, .study-tabs-content #subjects-list h3 {
    font-size: 4.6rem;
  }
}
.study-tabs-content a.floating_file {
  background: #f2f2f2;
  padding: 1rem 2rem;
  margin-bottom: 40px;
  margin-right: 2rem;
  display: inline-flex;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .study-tabs-content a.floating_file.calendar_file {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.study-tabs-content a.floating_file::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../../imgs/icon-download-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-top: 3px;
}
.study-tabs-content #subjects-list h3::before {
  content: none;
}
.study-tabs-content #subjects-list .subjects-info {
  list-style-type: none;
  padding-left: 0;
}
.study-tabs-content #subjects-list .form-item-years {
  margin-top: 3rem;
}
.study-tabs-content .study-characteristics {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-basis: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .study-tabs-content .study-characteristics {
    margin-bottom: 100px;
  }
}
.study-tabs-content .study-characteristics div {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}
@media (min-width: 576px) {
  .study-tabs-content .study-characteristics div {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .study-tabs-content .study-characteristics div {
    flex-basis: 33.33%;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .study-tabs-content .study-characteristics div {
    flex-basis: 25%;
  }
}
@media (max-width: 575px) {
  .study-tabs-content .study-characteristics div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }
  .study-tabs-content .study-characteristics div dt,
  .study-tabs-content .study-characteristics div dd {
    flex-basis: 50%;
  }
}
.study-tabs-content .study-characteristics dt {
  color: #009fdf;
  font-weight: inherit;
}
.study-tabs-content .study-characteristics dt,
.study-tabs-content .study-characteristics dd {
  margin-bottom: 0;
}
.study-tabs-content .study-characteristics a {
  color: inherit;
}
.study-tabs-content .study-characteristics a:hover {
  text-decoration: underline;
}
.study-tabs-content #directory-list {
  padding: 0;
}
.study-tabs-content #directory-list .teacher__link {
  text-decoration: none;
}
.study-tabs-content #study-curriculum a {
  text-decoration: none;
  font-weight: 100;
}
.study-tabs-content #study-curriculum a.floating_file {
  font-weight: 600;
}
.study-tabs-content #study-teachers .container-fluid.np-container.directory-list-page:first-child {
  display: none !important;
}
.study-tabs-content #study-information .opening-days-table .header {
  display: none;
}
@media (min-width: 992px) {
  .study-tabs-content #study-information .opening-days-table .header {
    color: #009fdf;
    display: flex;
  }
}
.study-tabs-content #study-information .opening-days-table .opening-day:not(.header) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .study-tabs-content #study-information .opening-days-table .opening-day:not(.header) {
    flex-direction: row;
  }
}
.study-tabs-content #study-information .opening-days-table .opening-day {
  margin-bottom: 4rem;
  border-bottom: 1px solid black;
}
@media (min-width: 992px) {
  .study-tabs-content #study-information .opening-days-table .opening-day {
    margin-bottom: 0;
  }
}
.study-tabs-content #study-information .opening-days-table .opening-day span {
  color: #009fdf;
  display: inline-block;
  width: 100px;
}
@media (min-width: 992px) {
  .study-tabs-content #study-information .opening-days-table .opening-day span {
    display: none;
  }
}
.study-tabs-content #study-information .opening-days-table .opening-day div {
  padding: 7px 0;
  font-weight: 600;
  border-top: 1px solid black;
}
@media (min-width: 992px) {
  .study-tabs-content #study-information .opening-days-table .opening-day div {
    border-top: none;
  }
}
.study-tabs-content #study-information .opening-days-table .opening-day > a {
  border-top: 1px solid black;
}
@media (min-width: 992px) {
  .study-tabs-content #study-information .opening-days-table .opening-day > a {
    border-top: none;
  }
}
.study-tabs-content #study-information .opening-days-table .opening-day .signup {
  padding: 7px 15px;
  background-color: #e4e4e4;
}
.study-tabs-content #study-information .opening-days-table .opening-day .signup::after {
  content: "";
  position: absolute;
  right: 25px;
  margin-top: 1px;
  width: 26px;
  height: 26px;
  background: url("/themes/custom/uic_newStudy_theme/imgs/table-arrow.svg") no-repeat;
  background-size: contain;
}
.study-tabs-content #study-grants .price {
  background-color: #B7D9F1;
  margin-bottom: 40px;
  padding: 4rem;
}
@media (min-width: 992px) {
  .study-tabs-content #study-grants .price {
    margin-bottom: 100px;
  }
}

.node-related-footer ul {
  color: #000000;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .node-related-footer ul {
    grid-template-columns: 50% 50%;
  }
}
.node-related-footer ul a {
  background: #f2f2f2;
  color: inherit;
  position: relative;
  display: block;
  padding: 23px 60px 23px 40px;
  font-size: 18px;
}
.node-related-footer ul a::after {
  content: "";
  background: url(../../imgs/link-intern.svg);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
}
.node-related-footer ul a:hover {
  background: #001e32;
  color: #ffffff;
}
.node-related-footer ul a:hover::after {
  background: url(../../imgs/link-intern-white.svg);
}

.contact-area {
  background-color: #00416b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 100px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-area > h2, .contact-area div {
  padding: 25px 0 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-area > div:not(:last-child)::after {
  content: "";
  position: relative;
  bottom: -25px;
  width: 70px;
  height: 2px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .contact-area {
    flex-direction: row;
  }
  .contact-area > h2, .contact-area div {
    padding: 0 25px 0 25px;
    flex-direction: row;
  }
  .contact-area > h2:not(:last-child)::after, .contact-area div:not(:last-child)::after {
    content: "";
    position: relative;
    right: -25px;
    bottom: 0;
    width: 2px;
    height: 90px;
    background-color: #ffffff;
  }
}
.contact-area h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3.5rem;
}
@media (min-width: 992px) {
  .contact-area h2 {
    margin-bottom: unset;
  }
}
.contact-area .icon.mail, .contact-area .icon.phone {
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  font-weight: 600;
  font-size: 2.4rem;
}
.contact-area .icon.mail svg, .contact-area .icon.phone svg {
  stroke: #ffffff;
}
.contact-area .icon.mail:hover, .contact-area .icon.phone:hover {
  color: #1a1a1a;
}
.contact-area .wrapper-mail .icon.mail svg {
  width: 4.1rem;
  height: 3.2rem;
}
.contact-area .wrapper-mail .icon.mail:hover svg {
  stroke: #1a1a1a;
}
.contact-area .wrapper-phone {
  position: relative;
  top: -0.3rem;
}
.contact-area .wrapper-phone .icon.phone {
  row-gap: 0.7rem;
}
.contact-area .wrapper-phone .icon.phone svg {
  width: 4.6rem;
  height: 4.6rem;
}
.contact-area .wrapper-phone .icon.phone:hover svg {
  stroke: #1a1a1a;
}
.contact-area .wrapper-phone .icon.phone:hover circle {
  stroke: #1a1a1a;
}
.contact-area .wrapper-phone .icon.phone:hover path {
  fill: #1a1a1a;
}

#study-footer .field-study-lego-footer {
  background-color: #e4e4e4;
}
#study-footer .field-study-lego-footer .container-accreditation {
  padding: 30px 21px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}
#study-footer .field-study-lego-footer .container-accreditation .row {
  width: 100%;
}
@media (min-width: 991px) {
  #study-footer .field-study-lego-footer .container-accreditation {
    padding: 60px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #study-footer .field-study-lego-footer .container-accreditation {
    padding: 90px;
    justify-content: space-between;
  }
}
