@charset "UTF-8";

.hamburger-menu-aside {
  display: none;
}

.owl-carousel.owl-filter {
  display: block;
}

/* MOBILE */

@media (max-width: 763.98px) {
  .modal-dialog,
  .modal-body form .form-control {
    max-width: 100%;
    min-width: 100%;
  }

  .owl-stage {
    padding-left: 0 !important;
  }

  .container-fluid,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-logo-link {
    display: block;
  }

  .custom-logo-link img {
    height: auto;
    min-height: unset;
  }

  .hamburger-menu-toggle {
    align-items: center;
    justify-content: flex-end;
    display: flex;
  }

  .hamburger-menu-toggle::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../icons/hamburger-menu.svg);
    mask-image: url(../icons/hamburger-menu.svg);
    background-color: #003156;
  }

  .hamburger-menu-toggle.opened::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../icons/close.svg);
    mask-image: url(../icons/close.svg);
    background-color: #003156;
  }

  .hamburger-menu-toggle > span {
    display: none;
    visibility: hidden;
    opacity: 0;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
  }

  .hamburger-menu-aside {
    background-color: #0e4ca1;
  }

  .aside-menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .aside-menu li {
    display: block;
    list-style: none;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .aside-menu li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
  }

  .social-menu {
    display: block;
    list-style: none;
    padding: 20px;
    margin: 0;
  }

  .social-menu li {
    display: inline-block;
    margin-right: 20px;
  }

  .social-menu li:last-child,
  .social-menu li:last-of-type {
    margin-right: 0;
  }

  .social-menu .menu-icon {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
  }

  .social-menu .title-span {
    display: none;
  }

  .social-menu .menu-icon > span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ffffff;
  }

  .footer .custom_bottom_column,
  .footer .custom_bottom_column_1_footer_widget,
  .footer .custom_bottom_column_4_footer_widget {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .footer .custom_bottom_column_1_footer_widget {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer .custom_bottom_column_4_footer_widget {
    padding-bottom: 0;
  }

  .featured-portrait article {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-portrait figure {
    margin-bottom: 20px;
  }

  .featured-portrait .btn-primary {
    margin: auto;
    display: block;
    max-width: 70%;
  }

  .featured-portrait .btn-link {
    margin-bottom: 40px;
  }

  .archive-medias .gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .owl-carousel.home-featured-medias-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home .archive-items {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home .archive-events::before {
    height: 160px;
    top: -2em;
    left: -1.5em;
  }

  .home .archive-releases::before {
    background-position: top right;
    width: 100%;
    height: 260px;
    top: -7em;
  }

  .home .archive-medias::before {
    background-position: top left;
    width: 100%;
    height: 200px;
    top: -6.3em;
  }

  .home .professionals > .container-fluid::before {
    background-position: top right;
    width: 100%;
    height: 115px;
    top: -6.75rem;
    right: -1em;
  }

  .home .archive-items * {
    z-index: 9;
  }

  .section-title,
  .homepage-hero .title {
    font-size: 26px;
  }

  .featured-portrait .title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .professionals .section-title {
    margin-bottom: 0;
  }

  .professionals .item {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 100%;
  }

  .professionals .item a {
    font-size: 16px;
    line-height: 22px;
    height: calc(100% - 30px);
  }

  .professionals .item::before {
    bottom: 60px;
  }

  .archive-hero {
    height: 180px;
  }

  .archive-hero h1 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
  }

  .archive-hero .dropdown {
    margin-top: 20px;
  }

  .archive-hero .dropdown,
  .archive-hero .dropdown-toggle {
    max-width: 100%;
    width: 100%;
  }

  .events-hero {
    background-image: url(../img/events-hero-mobile.jpg);
  }

  .releases-hero {
    background-image: url(../img/releases-hero-mobile.jpg);
  }

  .projects-hero {
    background-image: url(../img/projects-hero-mobile.jpg);
  }

  .portraits-hero {
    background-image: url(../img/portraits-hero-mobile.jpg);
  }

  .directories-hero {
    background-image: url(../img/directories-hero-mobile.jpg);
  }

  body.archive .archive-releases .item.release {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
  }

  .archive-releases .thumbnail {
    padding-right: 6px;
    padding-bottom: 6px;
  }

  body.archive .archive-releases .thumbnail {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  body.archive .archive-releases .heading {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    padding-left: 4%;
  }

  .archive-directories .item.directory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px;
    flex-direction: row-reverse;
  }

  .archive-directories .thumbnail {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .archive-directories .content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 0;
    padding-left: 4%;
  }

  .archive-items .directory h2 a {
    font-size: 18px;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .single-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 25px;
  }

  .single-content aside .apply,
  .single-content aside .newsletter {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .single .archive-items .section-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .single .archive-items {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .media-content .single-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 28px;
  }

  .release-content .aside-flex {
    margin-bottom: 40px;
  }

  ul.related_portraits figure {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  ul.related_portraits .title {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .release-content .is_public {
    margin-top: -20px;
  }

  .release-content .is_public,
  .release-content .taxonomies {
    margin-bottom: 30px;
  }

  .project-content .single-title {
    line-height: 37px;
  }

  .project-content .block-title {
    margin-top: 28px;
  }

  .single-content .laureate figure.thumbnail {
    margin-right: 15px;
  }

  .laureate .name {
    font-size: 20px;
    color: #777577;
  }

  .single-content .excerpt {
    margin-bottom: 40px;
  }

  .single-content .apply,
  .single-content .newsletter {
    width: 100%;
    margin-bottom: 40px;
  }

  .single-content .contact address dl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-content .contact address dl:first-child,
  .single-content .contact address dl:first-of-type {
    padding-right: 0;
    border-right: 0;
  }

  .single-content .contact address dl:last-child,
  .single-content .contact address dl:last-of-type {
    padding-left: 0;
    margin-top: 10px;
  }

  .portrait-content .block-title {
    margin-top: 28px;
  }

  .portrait-content .aside-flex figure {
    margin-bottom: 30px;
  }

  .directory-content .aside-flex {
    margin-bottom: 40px;
  }

  .owl-carousel.owl-filter {
    position: relative;
  }

  .owl-carousel.owl-filter .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    margin: 0;
    z-index: 9;
  }

  .owl-carousel.owl-filter .owl-nav [class*="owl-"] {
    position: absolute;
    color: transparent !important;
    font-size: 0 !important;
    display: block;
    cursor: pointer;
    border-radius: 0;
    width: 40px;
    height: 38px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0 !important;
    background: rgb(255, 255, 255);
    z-index: 2;
  }

  .owl-carousel.owl-filter .owl-nav [class*="owl-"].disabled {
    display: none;
  }

  .owl-carousel.owl-filter .owl-nav .owl-prev {
    left: 0;
    background: -moz-linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }

  .owl-carousel.owl-filter .owl-nav .owl-next {
    right: 0;
    background: -moz-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }

  .owl-carousel.owl-filter .owl-nav [class*="owl-"]::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #777577;
    z-index: 3;
  }

  .owl-carousel.owl-filter .owl-nav .owl-prev::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #777577;
    border-left: 0;
    z-index: 3;
  }

  #releases-filter-alphabetic.archive-filter .btn {
    margin-right: 5px;
    margin-bottom: 12px;
    padding: 6px 0;
    width: 34px;
    text-align: center;
  }

  .btn-primary {
    font-size: 16px;
  }

  #newsletterModal .modal-dialog-centered {
    margin: 0;
    min-height: 100%;
  }

  #newsletterModal .modal-content {
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 20px 20px 20px;
  }

  #newsletterModal .modal-header {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #dedede;
  }

  #newsletterModal .modal-title {
    font-size: 30px;
    line-height: 37px;
    padding-top: 12px;
    margin-bottom: 12px;
    margin-top: 40px;
  }

  #newsletterModal button.close {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #newsletterModal .modal-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  #newsletterModal .modal-body .form-check {
    margin-top: 40px;
  }

  .release-content .author,
  .release-content .author a {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .release-content .single-title {
    margin-bottom: 5px;
  }

  .release-content .taxonomies {
    font-size: 14px;
  }

  .release-content .aside-flex .thumbnail {
    width: 100%;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: 2;
  }

  .release-content .aside-flex .thumbnail::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-color: #d9d9d9;
    z-index: -1;
  }

  .owl-carousel .owl-video-play-icon {
    height: 52px;
    width: 52px;
    margin-left: -26px;
    margin-top: -26px;
    background-image: url(owl.video.play.png) no-repeat;
    background-size: contain;
  }

  .owl-theme figure figcaption {
    width: 100%;
  }

  .single-content.event-content article > figure.thumbnail {
    margin-left: -20px;
    margin-right: -20px;
  }

  .event-content .single-title {
    margin-bottom: 30px;
  }

  .archive-medias .item .thumbnail {
    margin-bottom: 20px;
  }

  .page-hero {
    height: auto;
  }

  .page-hero .hero-image {
    position: relative;
  }

  .page-hero .hero-image img {
    height: auto;
  }

  .page-content h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .page-content h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 23px;
    margin-bottom: 25px;
  }

  .page-content p {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .directory-content .aside-flex {
    width: 100%;
  }

  .directory-content .aside-flex .thumbnail {
    max-width: 100%;
    width: 100%;
  }

  .directory-content .aside-flex .img {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .portrait-content .aside-flex {
    width: 100%;
  }

  .portrait-content .aside-flex .thumbnail {
    max-width: 100%;
    width: 100%;
  }

  .portrait-content .aside-flex .img {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  #header #language-nav {
    display: none;
  }

  .home .archive-items * {
    z-index: 9;
  }

  .collapse-card .card-header {
    font-size: 20px;
    padding: 17px 20px;
  }

  .collapse-card .card-header::after {
    right: 20px;
  }

  /**/

  .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-logo-link {
    display: block;
  }

  .custom-logo-link img {
    height: auto;
    min-height: unset;
  }

  .single-content.project-content .thumbnail {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* TABLET */
@media (max-width: 1023.98px) {
  .single-content .contact address dl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .single-content .contact address dl:first-child,
  .single-content .contact address dl:first-of-type {
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }

  .single-content .contact address dl:last-child,
  .single-content .contact address dl:last-of-type {
    margin-top: 0 !important;
  }

  .home .archive-items * {
    z-index: 9;
  }

  .archive-hero {
    height: 180px;
  }

  .featured-portrait article {
    padding-left: 0;
    padding-right: 0;
  }

  #header .language-nav,
  #main-nav {
    display: none;
  }

  .container-fluid,
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hamburger-menu-toggle {
    align-items: center;
    justify-content: flex-end;
    display: flex !important;
  }

  .hamburger-menu-toggle::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../icons/hamburger-menu.svg);
    mask-image: url(../icons/hamburger-menu.svg);
    background-color: #003156;
  }

  .hamburger-menu-toggle.opened::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../icons/close.svg);
    mask-image: url(../icons/close.svg);
    background-color: #003156;
  }

  .hamburger-menu-toggle > span {
    display: none;
    visibility: hidden;
    opacity: 0;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
  }

  .professionals .item a {
    height: 160px;
    font-size: 18px;
  }
}
/* 
@media (min-width: 576px) and (max-width: 767.98px) {
  .container-fluid,
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
} */

@media (min-width: 764px) and (max-width: 1023.98px) {
  html, body {
    overflow-x: none;
  }

  .hamburger-menu-aside {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 99;
    background-color: #0e4ca1;
    width: 45vw;
    padding-top: 80px;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 500ms;
  }

  .hamburger-menu-aside.opened {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .aside-menu {
    display: block;
    list-style: none;
    padding: 0 25px;
    margin: 0;
  }

  .aside-menu li {
    display: block;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .aside-menu li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
  }

  .social-menu {
    display: block;
    list-style: none;
    padding: 20px;
    margin: 0;
  }

  .social-menu li:last-child,
  .social-menu li:last-of-type {
    margin-right: 0;
  }

  .social-menu li {
    display: inline-block;
    margin-right: 20px;
  }

  .social-menu .menu-icon {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
  }

  .social-menu .menu-icon > span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ffffff;
  }

  .social-menu .title-span {
    display: none;
  }

  .hamburger-menu-toggle {
    position: relative;
    z-index: 100;
  }

  .hamburger-menu-toggle.opened::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../icons/close.svg);
    mask-image: url(../icons/close.svg);
    background-color: #fff;
  }
}

@media (min-width: 1024px) and (max-width: 1479.98px) {
  .archive-hero {
    height: 180px;
  }
}
