﻿@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3vbm6w");
  src: url("../fonts/icomoon.eot?3vbm6w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3vbm6w") format("truetype"), url("../fonts/icomoon.woff?3vbm6w") format("woff"), url("../fonts/icomoon.svg?3vbm6w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hcoj-padlock:before {
  content: ""; }

.icon-hcoj-user-alt:before {
  content: ""; }

.icon-hcoj-youtube-play:before {
  content: ""; }

.icon-hcoj-calendar:before {
  content: ""; }

.icon-hcoj-download:before {
  content: ""; }

.icon-hcoj-email:before {
  content: ""; }

.icon-hcoj-call:before {
  content: ""; }

.icon-hcoj-pin:before {
  content: ""; }

.icon-hcoj-chevron-right-bold:before {
  content: ""; }

.icon-hcoj-play:before {
  content: ""; }

.icon-hcoj-scale:before {
  content: ""; }

.icon-hcoj-briefcase:before {
  content: ""; }

.icon-hcoj-information:before {
  content: ""; }

.icon-hcoj-user:before {
  content: ""; }

.icon-hcoj-chevron-left-bold:before {
  content: ""; }

.icon-hcoj-arrow:before {
  content: ""; }

.icon-hcoj-chevron-down:before {
  content: ""; }

.icon-hcoj-chevron-up:before {
  content: ""; }

.icon-hcoj-search:before {
  content: ""; }

.icon-hcoj-youtube:before {
  content: ""; }

.icon-hcoj-facebook:before {
  content: ""; }

.icon-hcoj-skype:before {
  content: ""; }

.icon-hcoj-twitter:before {
  content: ""; }

body {
  font-family: "BPG DejaVu Sans" !important;
  background-color: #ffffff !important;
  overflow-x: hidden; }
  body * {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  body section,
  body article {
    margin-bottom: 55px; }

main {
  padding-top: 28px;
  overflow: hidden; }

.button-list .button,
.button-list button {
  margin-right: 20px; }
  .button-list .button:last-child,
  .button-list button:last-child {
    margin-right: 0; }

.button {
  border: none;
  outline: 0; }
  .button:hover, .button:focus, .button:active {
    outline: 0; }
  .button.button-primary {
    background-color: #183892;
    color: white;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    padding: 0 32px;
    border-radius: 7px;
    letter-spacing: 0.05em; }
    .button.button-primary:hover {
      background-color: #d27094; }
  .button.button-secondary {
    background-color: transparent;
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    padding: 0 32px;
    border-radius: 7px;
    border: 1px solid #a6a6a6;
    letter-spacing: 0.05em; }
    .button.button-secondary:hover {
      background-color: #a6a6a6;
      color: white; }
  .button.button-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .button.button-circle {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    padding: 17px 0; }
    .button.button-circle i {
      font-size: 24px; }
  .button.button-white {
    background-color: white;
    color: #183892; }
    .button.button-white:hover {
      background-color: #fcfcfc; }
  .button.button-white-alt {
    background-color: white;
    color: #707070; }
    .button.button-white-alt:hover {
      background-color: #fcfcfc; }

.header-wrapper {
  background-color: #f5f5f5;
  height: 157px;
  padding-top: 12px;
  box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.03); }
  .header-wrapper a:hover {
    color: #183892; }
  .header-wrapper ul {
    padding-left: 25px;
    margin-bottom: 13px; }
  .header-wrapper .navbar-brand {
    font-size: 0; }
    .header-wrapper .navbar-brand > * {
      display: inline-block; }
    .header-wrapper .navbar-brand h1 {
      margin-left: 15px;
      vertical-align: bottom; }
    .header-wrapper .navbar-brand img {
      height: 84px; }
  .header-wrapper #topNavBar {
    justify-content: flex-end;
    flex-wrap: wrap; }
  .header-wrapper #global_search_form {
    flex-basis: 100%;
    justify-content: flex-end; }
    .header-wrapper #global_search_form .input-group {
      height: 38px;
      width: 235px;
      border-radius: 4px;
      background-color: #fcfcfc; }
      .header-wrapper #global_search_form .input-group > * {
        background-color: transparent;
        border: none; }
      .header-wrapper #global_search_form .input-group input {
        color: #686868;
        border-radius: 4px 0 0 4px;
        font-size: 12px;
        letter-spacing: 0.025em;
        height: 100%;
        font-family: "BPG DejaVu Sans";
        line-height: 0;
        border: solid 1px #efefef;
        border-right: none; }
        .header-wrapper #global_search_form .input-group input:focus {
          box-shadow: none;
          border-color: #bcbcbc; }
          .header-wrapper #global_search_form .input-group input:focus ~ .input-group-btn {
            border-color: #bcbcbc; }
        .header-wrapper #global_search_form .input-group input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          opacity: 0.5 !important; }
        .header-wrapper #global_search_form .input-group input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          opacity: 0.5 !important; }
        .header-wrapper #global_search_form .input-group input::-ms-input-placeholder {
          /* Microsoft Edge */
          opacity: 0.5 !important; }
        .header-wrapper #global_search_form .input-group input:focus, .header-wrapper #global_search_form .input-group input:active, .header-wrapper #global_search_form .input-group input:active:focus {
          outline: none;
          box-shadow: none; }
    .header-wrapper #global_search_form .input-group-btn {
      border: solid 1px #efefef;
      border-left: none;
      border-radius: 0 4px 4px 0; }
      .header-wrapper #global_search_form .input-group-btn button {
        font-size: 12px;
        color: #686868;
        opacity: 0.5;
        vertical-align: middle;
        padding: 0;
        height: 100%;
        width: 38px; }
        .header-wrapper #global_search_form .input-group-btn button:hover, .header-wrapper #global_search_form .input-group-btn button:focus, .header-wrapper #global_search_form .input-group-btn button:active, .header-wrapper #global_search_form .input-group-btn button:active:focus {
          opacity: 1;
          outline: none;
          box-shadow: none; }
  .header-wrapper ul.lang-list {
    list-style: none;
    font-size: 0; }
    .header-wrapper ul.lang-list li {
      display: inline;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: 700;
      color: #686868; }
      .header-wrapper ul.lang-list li:nth-last-child(1n + 2)::after {
        content: "/";
        font-weight: 700;
        margin-left: 10px;
        margin-right: 10px; }
      .header-wrapper ul.lang-list li a {
        color: #686868; }
        .header-wrapper ul.lang-list li a:hover {
          text-decoration: none;
          color: #183892; }
      .header-wrapper ul.lang-list li.active {
        font-weight: 300; }
  .header-wrapper ul.social-list {
    list-style: none;
    font-size: 0; }
    .header-wrapper ul.social-list li {
      display: inline;
      letter-spacing: 0.1em;
      font-weight: 700; }
      .header-wrapper ul.social-list li:nth-child(1n + 2) {
        margin-left: 7px; }
      .header-wrapper ul.social-list li a {
        color: #686868;
        font-size: 24px; }
        .header-wrapper ul.social-list li a:hover {
          text-decoration: none;
          color: #183892; }
.header-wrapper ul.sound-toggle {
    list-style: none;
    font-size: 0;
}
.header-wrapper ul.sound-toggle li {
        display: inline;
        letter-spacing: 0.1em;
        font-weight: 700;
    }
.header-wrapper ul.sound-toggle li div {
    width: 25px
}
.header-wrapper ul.sound-toggle li:nth-child(1n + 2) {
            margin-left: 7px;
        }
.header-wrapper ul.sound-toggle li a {
            color: #686868;
            font-size: 24px;
        }
.header-wrapper ul.sound-toggle li a:hover {
                text-decoration: none;
                color: #183892;
            }
  .header-wrapper .top-navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px; }
  .header-wrapper .middle-navbar {
    min-height: 56px;
    background-color: white;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.03);
    padding: 0;
    align-items: stretch;
    border-radius: 6px; }
    .header-wrapper .middle-navbar .navbar-collapse {
      align-items: stretch; }
    .header-wrapper .middle-navbar .navbar-nav {
      font-family: "BPG Excelsior Caps DejaVu 2010" !important;
      font-size: 14px;
      /*text-transform: uppercase;*/
      margin: 0;
      width: 100%;
      justify-content: flex-end; }
      .header-wrapper .middle-navbar .navbar-nav .nav-item {
        margin: 0 15px;
        position: relative;
        text-align: center; }
        .header-wrapper .middle-navbar .navbar-nav .nav-item.active::after {
          transform: scaleX(1); }
        .header-wrapper .middle-navbar .navbar-nav .nav-item::after {
          display: block;
          content: "";
          transform: scaleX(0);
          margin-top: -3px;
          background-color: #d27094;
          height: 3px;
          transition: transform 0.2s ease-out; }
      .header-wrapper .middle-navbar .navbar-nav a {
        height: 100%;
        padding: 0 25px;
        line-height: 56px;
        color: #300a0a;
        letter-spacing: 0.01em; }
        .header-wrapper .middle-navbar .navbar-nav a:hover, .header-wrapper .middle-navbar .navbar-nav a:focus {
          color: #300a0a;
          outline: none; }
  .header-wrapper .middle-navbar li.dropdown > .dropdown-item {
    padding: 16px 35px 16px 25px !important; }
    .header-wrapper .middle-navbar li.dropdown > .dropdown-item:before {
      position: absolute;
      content: "";
      display: inline-block;
      right: -8px;
      top: 50%;
      opacity: 0;
      transform: translateY(-7px);
      height: 0;
      width: 0;
      border-left: 8px solid #183892;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      transition: opacity 0.2s ease-out; }
    .header-wrapper .middle-navbar li.dropdown > .dropdown-item:after {
      position: absolute;
      content: "";
      display: inline-block;
      right: 20px;
      top: 50%;
      transform: translateY(-7px);
      height: 0;
      width: 0;
      border-left: 8px solid #183892;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent; }
  .header-wrapper .middle-navbar li.dropdown:hover > .dropdown-item:before, .header-wrapper .middle-navbar li.dropdown.hover > .dropdown-item:before {
    opacity: 1; }
  .header-wrapper .middle-navbar .nav-item > .nav-link {
    /*position: relative;*/
    /*background-color: white;*/
    /*z-index: 1010;*/ }
  .header-wrapper .middle-navbar .nav-item > .dropdown-menu {
    border-radius: 0 0 8px 8px;
    box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.16);
    visibility: none;
    display: block;
    opacity: 0;
    pointer-events: none;
    /*background-color: transparent;*/ }
    .header-wrapper .middle-navbar .nav-item > .dropdown-menu > li:first-child > .dropdown-item {
      border-radius: 0; }
  .header-wrapper .middle-navbar .nav-item:hover > .nav-link, .header-wrapper .middle-navbar .nav-item.hover > .nav-link {
    color: #183892; }
  .header-wrapper .middle-navbar .nav-item:hover > .dropdown-menu, .header-wrapper .middle-navbar .nav-item.hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: initial; }
  .header-wrapper .middle-navbar .nav-item .submenu {
    visibility: hidden;
    position: absolute;
    display: block;
    pointer-events: none;
    left: 100%;
    top: 0px;
    margin: 0;
    border: none;
    opacity: 0;
    z-index: -1; }
  .header-wrapper .middle-navbar .nav-item.submenu-left > .dropdown-menu {
    right: 0;
    left: initial; }
  .header-wrapper .middle-navbar .nav-item.submenu-left > ul > li:first-child > .dropdown-item {
    border-radius: 0; }
  .header-wrapper .middle-navbar .nav-item.submenu-left .submenu {
    left: -100%; }
  .header-wrapper .middle-navbar .nav-item.submenu-left li:first-child > .dropdown-item {
    border-radius: 8px 0 0 0; }
  .header-wrapper .middle-navbar .nav-item.submenu-left li.dropdown > .dropdown-item:before {
    left: -7.5px;
    transform: translateY(-7px) scaleX(-1); }
  .header-wrapper .middle-navbar .dropdown-menu {
    width: 270px;
    margin-top: 0;
    padding: 0;
    border: none;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.16);
    transform-style: preserve-3d;
    transform: translateZ(-1px); }
    .header-wrapper .middle-navbar .dropdown-menu .dropdown-toggle:after {
      border-top: 0.3em solid transparent;
      border-right: 0;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid; }
    .header-wrapper .middle-navbar .dropdown-menu .dropdown-menu {
      margin-left: 0;
      margin-right: 0;
      background-color: transparent; }
    .header-wrapper .middle-navbar .dropdown-menu .dropdown-item {
      min-height: 50px;
      font-size: 14px;
      font-family: "BPG DejaVu Sans";
      line-height: 18px;
      padding: 16px 25px;
      white-space: normal;
      font-weight: 300;
      color: #183892;
      background-color: white; }
      .header-wrapper .middle-navbar .dropdown-menu .dropdown-item:hover, .header-wrapper .middle-navbar .dropdown-menu .dropdown-item.hover {
        background-color: #183892;
        color: white; }
    .header-wrapper .middle-navbar .dropdown-menu li {
      background-color: transparent;
      position: relative; }
      .header-wrapper .middle-navbar .dropdown-menu li:first-child > .dropdown-item {
        border-radius: 0 8px 0 0; }
      .header-wrapper .middle-navbar .dropdown-menu li:last-child > .dropdown-item {
        border-radius: 0 0 8px 8px; }
      .header-wrapper .middle-navbar .dropdown-menu li:hover > .dropdown-item, .header-wrapper .middle-navbar .dropdown-menu li.hover > .dropdown-item {
        background-color: #183892;
        color: white;
        text-shadow: 1px 0 0px white; }
    .header-wrapper .middle-navbar .dropdown-menu > li:hover > .submenu, .header-wrapper .middle-navbar .dropdown-menu > li.hover > .submenu {
      visibility: visible;
      opacity: 1;
      pointer-events: initial; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BPG Excelsior Caps DejaVu 2010";
  color: #686868; }

h1 {
  font-size: 20px !important;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 32px !important; }

h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  margin-bottom: 25px; }
  h2.h2-primary {
    font-family: "BPG Excelsior Caps DejaVu 2010";
    font-size: 18px;
    color: #183892;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 24px;
    margin-bottom: 20px; }

.note {
  font-size: 10px;
  color: #183892;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 10px; }
  .note a,
  .note b {
    border-bottom: 1px solid #d27094;
    color: #d27094;
    text-decoration: none; }
  .note a:hover {
    color: #183892;
    border-bottom-color: #183892; }
  .note.required:before {
    content: "*";
    color: #d27094; }

ul.social-list {
  list-style: none;
  font-size: 0; }
  ul.social-list li {
    display: inline;
    letter-spacing: 0.1em;
    font-weight: 700; }
    ul.social-list li:nth-child(1n + 2) {
      margin-left: 7px; }
    ul.social-list li a {
      color: #686868;
      font-size: 24px; }
      ul.social-list li a:hover {
        text-decoration: none; }

a:hover {
  text-decoration: none; }

.see-more-link {
  display: inline-block;
  text-decoration: none;
  color: #d27094;
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 32px;
  transition: 0.2s ease-out;
  padding: 0 10px; }
  .see-more-link i {
    margin-left: 15px;
    font-size: 16px;
    vertical-align: text-bottom;
    display: inline-block; }
  .see-more-link:hover {
    text-decoration: none;
    color: #183892; }
    .see-more-link:hover i.icon-hcoj-arrow {
      transform: translateX(15px); }

.link-download {
  line-height: 48px;
  max-height: 48px;
  height: 48px;
  color: rgba(136, 134, 134, 0.6);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 10px; }
  .link-download * {
    transition: none !important; }
  .link-download:hover {
    color: #183892; }
  .link-download span {
    display: inline-block; }
  .link-download i {
    display: inline-block;
    color: #183892;
    font-size: 21px;
    transform: translateY(5px);
    margin-left: 5px; }

footer .footer-top-wrapper {
  background-color: #183892; }
  footer .footer-top-wrapper .footer-top {
    padding-top: 34px;
    padding-bottom: 34px; }
    footer .footer-top-wrapper .footer-top h2 {
      margin-bottom: 20px !important;
      letter-spacing: 0.1em;
      line-height: 32px; }
  footer .footer-top-wrapper address {
    opacity: 0.51;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin: 0; }
    footer .footer-top-wrapper address span, footer .footer-top-wrapper address p, footer .footer-top-wrapper address a {
      margin-bottom: 0 !important; }
    footer .footer-top-wrapper address a {
      margin-right: 10px; }
      footer .footer-top-wrapper address a:nth-last-child(n + 2):after {
        content: "|";
        margin-left: 10px;
        color: white !important; }
  footer .footer-top-wrapper .bottom-navbar {
    font-size: 14px;
    letter-spacing: 0.005em; }
    footer .footer-top-wrapper .bottom-navbar .navbar-nav {
      width: 100%; }
    footer .footer-top-wrapper .bottom-navbar .col > li:first-child {
      margin-top: 8px; }
    footer .footer-top-wrapper .bottom-navbar .col > li:last-child {
      margin-bottom: 8px; }
    footer .footer-top-wrapper .bottom-navbar .col:nth-child(n + 2) {
      padding-left: 50px;
      position: relative; }
      footer .footer-top-wrapper .bottom-navbar .col:nth-child(n + 2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        height: 100%;
        width: 1px;
        background-color: #f0f0f0;
        opacity: 0.58; }
    footer .footer-top-wrapper .bottom-navbar .col:nth-last-child(n + 2) {
      padding-right: 50px; }
    footer .footer-top-wrapper .bottom-navbar .nav-item {
      padding: 3px 0; }
      footer .footer-top-wrapper .bottom-navbar .nav-item .nav-link {
        padding: 0;
        white-space: nowrap;
        display: inline; }
  footer .footer-top-wrapper .social-column {
    padding-top: 15px;
    text-align: right; }
    footer .footer-top-wrapper .social-column .social-list {
      padding: 0; }
    footer .footer-top-wrapper .social-column h3 {
      font-family: "BPG DejaVu Sans";
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin-bottom: 20px; }
    footer .footer-top-wrapper .social-column span {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em; }
  footer .footer-top-wrapper * {
    color: white !important; }
  footer .footer-top-wrapper a {
    text-decoration: none; }
    footer .footer-top-wrapper a:hover {
      color: #d27094 !important; }

footer .footer-middle-wrapper .footer-middle {
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #707070;
  flex: 1;
  align-items: flex-start; }
  footer .footer-middle-wrapper .footer-middle span {
    padding: 10px 50px;
    flex: 1; }
  footer .footer-middle-wrapper .footer-middle img {
    max-height: 120px;
    max-width: 250px; }

footer .footer-bottom-wrapper {
  background-color: #a6a6a6; }
  footer .footer-bottom-wrapper .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 22px 15px;
    align-items: center; }
    footer .footer-bottom-wrapper .footer-bottom span,
    footer .footer-bottom-wrapper .footer-bottom a {
      font-size: 12px;
      color: #fcfcfc;
      text-decoration: none; }
    footer .footer-bottom-wrapper .footer-bottom a:hover {
      color: #183892; }

.fixed-live-streaming-button {
  position: fixed;
  top: 207px;
  right: 0;
  z-index: 20;
  height: 50px;
  border-radius: 30px 0 0 30px;
  background-color: white;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 0 0 15px;
  transition: 0.2s ease-out;
  outline: none !important; }
  .fixed-live-streaming-button:hover {
    background-color: #fcfcfc; }
    .fixed-live-streaming-button:hover i {
      background-color: #183892; }
  .fixed-live-streaming-button i {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 17px;
    border-radius: 50%;
    background-color: #d27094;
    color: white;
    padding-left: 3px; }
  .fixed-live-streaming-button span {
    padding: 0 27px 0 23px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.005em;
    color: #183892;
    vertical-align: text-bottom; }

.video-modal .modal-dialog {
  max-width: 1318px; }
  .video-modal .modal-dialog .close {
    color: white;
    font-size: 50px;
    outline: none !important; }
    .video-modal .modal-dialog .close :hover {
      color: white; }
    .video-modal .modal-dialog .close i {
      font-size: 50px; }
  .video-modal .modal-dialog .modal-header {
    border: none; }
  .video-modal .modal-dialog .modal-content {
    border: none;
    background-color: transparent;
    outline: none;
    max-height: 100vh; }
    .video-modal .modal-dialog .modal-content .modal-body {
      padding: 0; }
      .video-modal .modal-dialog .modal-content .modal-body .video-frame-container.embed-responsive .video-frame, .video-modal .modal-dialog .modal-content .modal-body .video-frame-container.embed-responsive div.fb-video {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }

.calendar .calendar-header {
  width: 100%;
  min-height: 78px;
  background-color: #183892;
  border-radius: 7px 7px 0 0;
  padding: 29px 15px; }
  .calendar .calendar-header h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: white;
    font-family: "BPG DejaVu Sans";
    margin: 0;
    float: left; }
  .calendar .calendar-header button {
    background-color: transparent;
    float: right;
    height: 20px;
    padding: 0;
    border: none;
    color: white;
    margin-left: 15px; }
    .calendar .calendar-header button:hover i {
      color: #d27094; }
    .calendar .calendar-header button i {
      font-size: 24px; }

.calendar .calendar-content {
  width: 100%; }
  .calendar .calendar-content .calendar-week-header {
    width: 100%;
    display: flex; }
    .calendar .calendar-content .calendar-week-header .calendar-week-day {
      position: relative;
      width: calc(100% / 7);
      height: 0;
      padding-bottom: calc(100% / 7);
      font-family: "BPG Algeti";
      font-size: 18px;
      background-color: #fcfcfc; }
      .calendar .calendar-content .calendar-week-header .calendar-week-day span {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 50% 0;
        line-height: 0; }
      .calendar .calendar-content .calendar-week-header .calendar-week-day:nth-last-child(n + 2) {
        border-right: solid 2px white; }
  .calendar .calendar-content .calendar-month {
    padding: 5px 0 18px;
    background-color: #f5f5f5; }
  .calendar .calendar-content .calendar-week {
    width: 100%;
    display: flex; }
    .calendar .calendar-content .calendar-week:nth-last-child(n + 2) .calendar-day {
      border-bottom: solid 1px #e6e6e6; }
    .calendar .calendar-content .calendar-week .calendar-day {
      position: relative;
      width: calc(100% / 7);
      height: 0;
      padding-bottom: calc(100% / 7); }
      .calendar .calendar-content .calendar-week .calendar-day a {
        text-align: center;
        text-decoration: none;
        font-family: "Segoe UI";
        font-size: 20px;
        color: black;
        width: 100%;
        height: 100%;
        font-weight: normal;
        position: absolute;
        line-height: 0;
        padding: 50% 0; }
      .calendar .calendar-content .calendar-week .calendar-day:nth-last-child(n + 2) {
        border-right: solid 1px #e6e6e6; }
      .calendar .calendar-content .calendar-week .calendar-day.secondary {
        opacity: 0.6; }
        .calendar .calendar-content .calendar-week .calendar-day.secondary a {
          color: #a6a6a6; }
      .calendar .calendar-content .calendar-week .calendar-day.event {
        background-color: #d27094;
        border-color: #d27094; }
        .calendar .calendar-content .calendar-week .calendar-day.event:hover a {
          color: #183892 !important; }
        .calendar .calendar-content .calendar-week .calendar-day.event a {
          color: white; }
      .calendar .calendar-content .calendar-week .calendar-day.current a {
        font-weight: 600;
        color: #183892; }
        .calendar .calendar-content .calendar-week .calendar-day.current a::after {
          content: "";
          position: absolute;
          border: 2.5px solid #183892;
          top: calc(100% * 0.035);
          left: calc(100% * 0.035);
          width: calc(100% * 0.93);
          height: calc(100% * 0.93); }
      .calendar .calendar-content .calendar-week .calendar-day.current:hover {
        background-color: #183892; }
        .calendar .calendar-content .calendar-week .calendar-day.current:hover a {
          color: white; }
          .calendar .calendar-content .calendar-week .calendar-day.current:hover a::after {
            border-color: white; }
      .calendar .calendar-content .calendar-week .calendar-day:not(.secondary):not(.event):not(.current):hover {
        background-color: #183892;
        border-color: #183892; }
        .calendar .calendar-content .calendar-week .calendar-day:not(.secondary):not(.event):not(.current):hover a {
          color: white;
          border-color: white; }
      .calendar .calendar-content .calendar-week .calendar-day.secondary:not(.event):not(.current):hover {
        background-color: #183892; }
        .calendar .calendar-content .calendar-week .calendar-day.secondary:not(.event):not(.current):hover a {
          color: white; }
      .calendar .calendar-content .calendar-week .calendar-day.current.event {
        border: none; }
        .calendar .calendar-content .calendar-week .calendar-day.current.event a {
          font-weight: 600;
          color: #183892; }
          .calendar .calendar-content .calendar-week .calendar-day.current.event a::after {
            content: "";
            position: absolute;
            border: 2.5px solid #183892;
            top: calc(100% * 0.035);
            left: calc(100% * 0.035);
            width: calc(100% * 0.93);
            height: calc(100% * 0.93); }
        .calendar .calendar-content .calendar-week .calendar-day.current.event:hover {
          background-color: #183892; }
          .calendar .calendar-content .calendar-week .calendar-day.current.event:hover a {
            color: white !important; }
            .calendar .calendar-content .calendar-week .calendar-day.current.event:hover a::after {
              border-color: white; }

.calendar .calendar-footer {
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
  background-image: url("../img/blue-stripes.png"); }

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 25px 0 10px;
  max-width: 860px; }
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
    color: #404040;
    opacity: 0.5;
    padding-left: 0;
    letter-spacing: 0.025em;
    line-height: 12px;
    margin-bottom: 7px;
    font-weight: 300; }
    .breadcrumb .breadcrumb-item a {
      color: #404040;
      text-decoration: none; }
    .breadcrumb .breadcrumb-item:nth-child(n + 2):before {
      font-family: "icomoon";
      content: "\e906";
      margin: 0 3.5px;
      padding: 0; }
    .breadcrumb .breadcrumb-item.active {
      color: #d27094; }
      .breadcrumb .breadcrumb-item.active a {
        color: #d27094; }
    .breadcrumb .breadcrumb-item:hover {
      opacity: 1; }

ul.pagination li.page-item {
  margin: 0 3px; }
  ul.pagination li.page-item.active .page-link {
    color: #183892; }
  ul.pagination li.page-item.disabled {
    opacity: 0.6; }
  ul.pagination li.page-item.page-next .page-link, ul.pagination li.page-item.page-prev .page-link {
    background-color: transparent; }
  ul.pagination li.page-item.page-next .page-link {
    color: #183892; }
  ul.pagination li.page-item.page-prev .page-link {
    color: #707070; }
  ul.pagination li.page-item .page-link {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    background-color: #f5f5f5;
    border: none;
    color: #d27094;
    box-shadow: none;
    outline: 0; }
    ul.pagination li.page-item .page-link i {
      font-size: 7px;
      line-height: 32px;
      display: block; }
      ul.pagination li.page-item .page-link i:before {
        line-height: 0; }
  ul.pagination li.page-item a.page-link:hover {
    color: #183892;
    background-color: rgba(166, 166, 166, 0.3); }
  ul.pagination li.page-item.PagedList-skipToLast .page-link {
    color: #183892;
    background-color: transparent; }
  ul.pagination li.page-item.PagedList-skipToLast i:before {
    content: "\e905\e905" !important; }
  ul.pagination li.page-item.PagedList-skipToFirst .page-link {
    color: #707070;
    background-color: transparent; }
  ul.pagination li.page-item.PagedList-skipToFirst i:before {
    content: "\e90e\e90e" !important; }

.images-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -25px;
  margin-top: 40px; }
  .images-container .image-wrapper {
    margin: 0 25px 50px;
    border-radius: 7px;
    overflow: hidden;
    width: 405px;
    height: 270px; }
    .images-container .image-wrapper.full {
      width: 100%;
      height: auto; }
    .images-container .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 7px; }

.socials-sharer {
  display: flex;
  margin-top: 20px; }
  .socials-sharer .social-button {
    font-size: 16px;
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #183892;
    outline: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px; }
    .socials-sharer .social-button:hover {
      background-color: #d27094; }
    .socials-sharer .social-button.social-button--facebook {
      background-color: #1877f2; }
      .socials-sharer .social-button.social-button--facebook:hover {
        background-color: #0b5fcc; }
    .socials-sharer .social-button.social-button--twitter {
      background-color: #1da1f2; }
      .socials-sharer .social-button.social-button--twitter:hover {
        background-color: #0c85d0; }
    .socials-sharer .social-button.social-button--linkedin {
      background-color: #007bb5; }
      .socials-sharer .social-button.social-button--linkedin:hover {
        background-color: #005882; }

.left-side {
  /*margin-top: 45px;*/ }

.filter-box {
  background-color: #fcfcfc;
  padding: 40px 35px 15px;
  border-radius: 7px; }

.filter-message {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0.025em;
  font-weight: 300;
  color: #183892; }
  .filter-message b,
  .filter-message a {
    border-bottom: 1px solid #d27094;
    color: #d27094;
    text-decoration: none; }

.form-dark .form-control,
.form-dark .custom-file-label {
  background-color: #f5f5f5; }

.custom-radio-container > label {
  margin: 0 30px;
  font-family: "BPG DejaVu Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  color: #183892; }

.custom-radio-container .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(24, 56, 146, 0.25); }

.custom-radio-container .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #d4d4d4;
  background-color: white; }

.custom-radio-container .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #d4d4d4;
  background-color: white; }

.custom-radio-container .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #183892;
  border-radius: 50%;
  background-image: none !important; }

.custom-radio-container .custom-radio {
  padding-left: 30px;
  margin-bottom: 20px; }

.custom-radio-container .custom-control-label {
  cursor: pointer;
  font-family: "BPG DejaVu Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #54545e; }
  .custom-radio-container .custom-control-label:before {
    border: #d4d4d4 solid 1px;
    top: 4px;
    left: -30px;
    width: 16px;
    height: 16px; }
  .custom-radio-container .custom-control-label:after {
    top: 5.6px;
    left: -28px;
    width: 12.5px;
    height: 12.8px; }

.custom-checkbox-container > label {
  margin: 0 30px;
  font-family: "BPG DejaVu Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  color: #183892; }

.custom-checkbox-container .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(24, 56, 146, 0.25); }

.custom-checkbox-container .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #d4d4d4;
  background-color: white; }

.custom-checkbox-container .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #d4d4d4;
  background-color: #183892; }

.custom-checkbox-container .custom-control-input:checked ~ .custom-control-label:after {
  background-size: 10px; }

.custom-checkbox-container .custom-checkbox {
  padding-left: 30px;
  margin-bottom: 20px; }

.custom-checkbox-container .custom-control-label {
  cursor: pointer;
  font-family: "BPG DejaVu Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #54545e; }
  .custom-checkbox-container .custom-control-label:before {
    border: #d4d4d4 solid 1px;
    top: 4px;
    left: -30px;
    width: 16px;
    height: 16px; }
  .custom-checkbox-container .custom-control-label:after {
    top: 5.8px;
    left: -28.2px;
    width: 12.5px;
    height: 12.5px; }

textarea.form-control {
  min-height: 160px; }

.form-control {
  height: 48px;
  padding: 17px 18px;
  font-family: "BPG Excelsior Caps DejaVu 2010";
  font-size: 12px;
  color: #686868;
  border-radius: 7px;
  border: none;
  font-weight: 400;
  border: 1px transparent solid; }
  .form-control::placeholder {
    opacity: 0.67; }
  .form-control:focus {
    box-shadow: none;
    border-color: #bcbcbc; }

label {
  font-family: "BPG Excelsior Caps DejaVu 2010";
  font-size: 12px;
  color: #686868; }

.custom-file {
  cursor: pointer;
  height: auto; }
  .custom-file input {
    cursor: pointer;
    pointer-events: none; }
  .custom-file #file-upload-button {
    cursor: pointer; }
  .custom-file .custom-file-input {
    height: 48px; }
    .custom-file .custom-file-input:focus ~ .custom-file-label {
      box-shadow: none;
      border-color: rgba(104, 104, 104, 0.67); }
  .custom-file .custom-file-label {
    cursor: pointer;
    height: 48px;
    padding: 15px 18px;
    font-family: "BPG DejaVu Sans";
    font-size: 12px;
    color: #686868;
    border-radius: 7px;
    border: none;
    font-weight: 400;
    border: 1px transparent solid;
    margin: 0; }
    .custom-file .custom-file-label:after {
      height: 46px;
      font-size: 14px;
      padding: 14px 17px;
      border-radius: 7px;
      background-color: rgba(112, 112, 112, 0.8);
      color: white;
      letter-spacing: 0.05em;
      font-weight: 700;
      transition: all 0.2s ease-out; }
  .custom-file:hover .custom-file-label:after {
    background-color: rgba(24, 56, 146, 0.8); }

.input-group .input-group-append {
  border-radius: 0 7px 7px 0;
  border: 1px transparent solid;
  overflow: hidden; }
  .input-group .input-group-append .input-group-text {
    color: #183892;
    background-color: white;
    border: none;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px; }

.input-group .form-control:not(:last-child) {
  padding-right: 0; }

.input-group .form-control:focus {
  border-right-color: transparent; }
  .input-group .form-control:focus + .input-group-append,
  .input-group .form-control:focus + * > .input-group-append {
    border-color: rgba(104, 104, 104, 0.67);
    border-left-color: transparent; }

.input-group:focus .form-control {
  border-right-color: transparent; }
  .input-group:focus .form-control + .input-group-append,
  .input-group:focus .form-control + * > .input-group-append {
    border-color: rgba(104, 104, 104, 0.67);
    border-left-color: transparent; }

.form-group {
  border-radius: 7px;
  margin-bottom: 25px; }

.select2-container {
  font-family: "BPG Excelsior Caps DejaVu 2010";
  font-weight: 400;
  font-size: 12px;
  border-radius: 7px;
  transition: none !important; }
  .select2-container span {
    transition: none !important; }
  .select2-container .select2-selection {
    height: 48px !important;
    border: 1px transparent solid;
    outline: none;
    border-radius: 7px; }
    .select2-container .select2-selection .select2-selection__placeholder {
      opacity: 0.67; }
    .select2-container .select2-selection .select2-selection__rendered {
      height: 48px;
      padding: 17px 60px 17px 18px !important;
      line-height: 14px !important; }
    .select2-container .select2-selection .select2-selection__arrow {
      position: absolute;
      top: 16px;
      right: 30px;
      height: 12px;
      width: auto; }
      .select2-container .select2-selection .select2-selection__arrow b {
        display: none; }
      .select2-container .select2-selection .select2-selection__arrow:before {
        transition: all 0.2s ease-out;
        content: "\e907";
        font-family: "icomoon";
        color: #183892;
        display: inline-block; }
  .select2-container.select2-container--open .select2-selection .select2-selection__arrow:before {
    transform: rotate(180deg); }
  .select2-container.select2-container--open .select2-selection, .select2-container.select2-container--focus .select2-selection {
    border-color: #bcbcbc; }
  .select2-container .select2-dropdown .select2-results__option {
    position: relative; }
  .select2-container .select2-dropdown .select2-search .select2-search__field {
    height: 40px;
    padding: 13px 18px; }
    .select2-container .select2-dropdown .select2-search .select2-search__field:focus {
      outline: none; }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    min-height: 48px;
    padding: 17px 18px; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
      background-color: #183892 !important;
      color: white; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  padding: 0;
  border-radius: 7px; }
  .bootstrap-datetimepicker-widget.dropdown-menu:after {
    border-bottom-color: #183892 !important;
    top: -5px !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch {
    background-color: #183892;
    border-radius: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch a span {
      color: white; }
      .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch a span:hover {
        background-color: transparent;
        color: #d27094; }
  .bootstrap-datetimepicker-widget.dropdown-menu .datepicker {
    border-radius: 7px;
    overflow: hidden; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker td,
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker th {
      padding: 0.75rem; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker tbody {
      background-color: #f5f5f5; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .day.active {
      background-color: #d27094; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .day.today:before {
      border-bottom-color: #183892; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .day.new, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .day.old {
      opacity: 0.5; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .month.active {
      background-color: #d27094; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .month.new, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .month.old {
      opacity: 0.5; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .year.active {
      background-color: #d27094; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .year.new, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .year.old {
      opacity: 0.5; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .decade.active {
      background-color: #d27094; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .decade.new, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .decade.old {
      opacity: 0.5; }
  .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child {
    background-color: #183892;
    color: white;
    height: 50px;
    padding: 10px 0; }
    .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child .prev,
    .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child .next {
      background-color: #183892; }
    .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child th {
      border-radius: 0;
      font-size: 16px;
      letter-spacing: 0.1em;
      color: white;
      font-family: "BPG DejaVu Sans";
      font-weight: 300;
      border-top: none; }
      .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child th:hover {
        color: #d27094;
        background-color: #183892;
        font-weight: 300; }
        .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child th:hover span,
        .bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child th:hover span::before {
          transition: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu thead tr:last-child {
    font-family: "BPG Algeti";
    font-size: 18px;
    background-color: #fcfcfc; }
    .bootstrap-datetimepicker-widget.dropdown-menu thead tr:last-child th {
      font-weight: 400; }

.bootstrap-datetimepicker-widget + .input-group-append {
  border-color: rgba(104, 104, 104, 0.67);
  border-left-color: transparent; }

.text-content {
  font-size: 16px;
  font-family: "BPG DejaVu Sans";
  color: #54545e;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 40px; }
  .text-content h1 {
    font-size: 18px;
    font-weight: 700;
    font-family: "BPG Excelsior Caps DejaVu 2010";
    margin-bottom: 20px; }
  .text-content h2 {
    font-size: 16px;
    font-weight: 700;
    font-family: "BPG Excelsior Caps DejaVu 2010";
    margin-left: 0;
    margin-bottom: 20px;
    color: #54545e; }
  .text-content h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: "BPG DejaVu Sans";
    margin-bottom: 20px; }
  .text-content h4 {
    font-size: 14px;
    font-weight: 700;
    font-family: "BPG DejaVu Sans";
    margin-bottom: 20px; }
  .text-content h5 {
    font-size: 14px;
    font-weight: 300;
    font-family: "BPG DejaVu Sans";
    margin-bottom: 20px; }
  .text-content h6 {
    font-size: 12px;
    font-weight: 300;
    font-family: "BPG DejaVu Sans";
    margin-bottom: 20px; }
  .text-content a {
    color: #d27094; }
    .text-content a:hover {
      color: #183892; }

.top-message {
  background-color: white;
  padding: 20px;
  font-size: 14px;
  font-family: "BPG Excelsior Caps DejaVu 2010";
  font-weight: 400;
  text-align: center;
  color: #300a0a;
  letter-spacing: 0.01em; }

.news-preview {
  width: 100%; }

.news-preview-list {
  list-style: none;
  padding: 0;
  padding-right: 7px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch; }
  .news-preview-list .news-preview-outer {
    display: inline-block;
    width: 405px;
    flex: 1;
    flex-grow: 0;
    flex-basis: 405px;
    flex-shrink: 1;
    margin-bottom: 55px; }
    .news-preview-list .news-preview-outer .news-preview-item {
      display: flex;
      width: 405px;
      height: 100%;
      flex-direction: column;
      text-decoration: none;
      border-radius: 7px;
      background-color: #fcfcfc;
      transition: 0.2s ease-out; }
      .news-preview-list .news-preview-outer .news-preview-item.no-preview-image .news-preview-head {
        max-height: 246px;
        flex-grow: 0; }
      .news-preview-list .news-preview-outer .news-preview-item.default-preview-image .news-preview-head {
        margin-top: 46px;
        height: 220px; }
        .news-preview-list .news-preview-outer .news-preview-item.default-preview-image .news-preview-head .news-preview-image-container {
          margin-top: -46px;
          position: absolute;
          top: 0;
          z-index: -2; }
        .news-preview-list .news-preview-outer .news-preview-item.default-preview-image .news-preview-head .news-preview-bullet {
          top: 15px; }
          .news-preview-list .news-preview-outer .news-preview-item.default-preview-image .news-preview-head .news-preview-bullet:before {
            opacity: 1;
            background-color: #e0e0f2;
            height: 61px; }
      .news-preview-list .news-preview-outer .news-preview-item:hover, .news-preview-list .news-preview-outer .news-preview-item:focus, .news-preview-list .news-preview-outer .news-preview-item:active {
        box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08); }
      .news-preview-list .news-preview-outer .news-preview-item .news-preview-image-container {
        width: 100%;
        height: 270px;
        overflow: hidden;
        border-radius: 7px 7px 0 0; }
      .news-preview-list .news-preview-outer .news-preview-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-compact .news-preview-head {
        flex-grow: 0; }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-compact .news-preview-content {
        min-height: auto; }
        .news-preview-list .news-preview-outer .news-preview-item.news-preview-compact .news-preview-content h3 {
          margin: 0; }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-pink .news-preview-head .news-preview-bullet {
        background-color: #d27094; }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-pink .news-preview-head .news-preview-date {
        color: #d27094; }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-pink .news-preview-content h3 {
        color: rgba(87, 84, 84, 0.7); }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-gray .news-preview-head .news-preview-bullet {
        background-color: #d5d5d5; }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-gray .news-preview-head .news-preview-date {
        color: rgba(112, 112, 112, 0.8); }
      .news-preview-list .news-preview-outer .news-preview-item.news-preview-gray .news-preview-content h3 {
        color: rgba(87, 84, 84, 0.7); }
      .news-preview-list .news-preview-outer .news-preview-item .news-preview-head {
        position: relative;
        z-index: 1;
        min-height: 100px;
        margin-top: 20px;
        flex-grow: 0; }
        .news-preview-list .news-preview-outer .news-preview-item .news-preview-head .news-preview-date {
          display: flex;
          flex-direction: column;
          position: absolute;
          top: 15px;
          left: 45px;
          font-weight: 700;
          letter-spacing: 0;
          color: #183892;
          font-size: 12px;
          line-height: 16px; }
          .news-preview-list .news-preview-outer .news-preview-item .news-preview-head .news-preview-date .news-preview-day {
            font-size: 49px;
            line-height: 57px; }
        .news-preview-list .news-preview-outer .news-preview-item .news-preview-head .news-preview-bullet {
          position: absolute;
          right: 177px;
          background-color: #183892;
          border-radius: 50%;
          height: 57px;
          width: 57px;
          text-align: center;
          padding-right: 5px; }
          .news-preview-list .news-preview-outer .news-preview-item .news-preview-head .news-preview-bullet i {
            line-height: 57px;
            font-size: 27px;
            color: white;
            z-index: 5; }
          .news-preview-list .news-preview-outer .news-preview-item .news-preview-head .news-preview-bullet::before {
            position: absolute;
            content: "";
            display: block;
            top: 20px;
            left: -30px;
            width: 265px;
            height: 52px;
            background-color: #f5f5f5;
            z-index: -1;
            border-radius: 30px 0 0 30px; }
      .news-preview-list .news-preview-outer .news-preview-item .news-preview-content {
        display: flex;
        flex-direction: column;
        padding: 30px 45px;
        flex-grow: 0;
        position: relative;
        min-height: 272px;
        flex: 0 0 0;
        flex-basis: auto;
        flex-grow: 1;
        -ms-flex: 0 0 0%; }
        .news-preview-list .news-preview-outer .news-preview-item .news-preview-content h3 {
          font-size: 16px;
          font-family: "BPG DejaVu Sans";
          letter-spacing: 0;
          line-height: 24px;
          font-weight: 700;
          color: #183892;
          margin-bottom: 20px;
          flex-grow: 0; }
        .news-preview-list .news-preview-outer .news-preview-item .news-preview-content .news-preview-description {
          font-size: 14px;
          color: #54545e;
          line-height: 20px;
          margin-bottom: 40px;
          flex-grow: 0; }
          .news-preview-list .news-preview-outer .news-preview-item .news-preview-content .news-preview-description * {
            margin-bottom: 0; }
        .news-preview-list .news-preview-outer .news-preview-item .news-preview-content .news-preview-date {
          position: absolute;
          bottom: 30px;
          font-size: 12px;
          color: #707070;
          opacity: 0.45;
          flex-grow: 0; }

.events-calendar {
  width: 405px; }

.news-detailed {
  margin-bottom: 60px; }
  .news-detailed h2 {
    font-size: 18px;
    font-family: "BPG DejaVu Sans";
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    color: #183892;
    margin-left: 5px;
    margin-top: 5px; }
  .news-detailed .date {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #d27094;
    margin-bottom: 25px; }

.announcements-preview {
  width: 405px; }
  .announcements-preview .announcements-preview-inner {
    padding: 16px 42px;
    background-color: #f5f5f5;
    border-radius: 7px; }
  .announcements-preview .announcements-preview-list {
    list-style: none;
    padding: 0; }
    .announcements-preview .announcements-preview-list a {
      text-decoration: none; }
    .announcements-preview .announcements-preview-list li:nth-last-child(n + 2)::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #707070;
      opacity: 0.2; }
    .announcements-preview .announcements-preview-list .announcements-preview-item {
      margin: 20px 0;
      display: block; }
      .announcements-preview .announcements-preview-list .announcements-preview-item h3 {
        font-family: "BPG DejaVu Sans";
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 700;
        color: #707070;
        margin-bottom: 5px; }
      .announcements-preview .announcements-preview-list .announcements-preview-item .announcements-preview-date {
        font-size: 12px;
        color: #707070;
        letter-spacing: 0;
        opacity: 0.45;
        line-height: 14px; }
      .announcements-preview .announcements-preview-list .announcements-preview-item:hover h3, .announcements-preview .announcements-preview-list .announcements-preview-item:focus h3, .announcements-preview .announcements-preview-list .announcements-preview-item:active h3 {
        color: #183892; }

.announcements-wrapper .news-preview-list {
  margin-bottom: 0; }
  .announcements-wrapper .news-preview-list .news-preview-outer .news-preview-item {
    min-height: 252px;
    max-height: 252px;
    outline: none; }
    .announcements-wrapper .news-preview-list .news-preview-outer .news-preview-item .news-preview-content {
      padding: 5px 45px;
      flex-grow: 1;
      justify-content: center; }
      .announcements-wrapper .news-preview-list .news-preview-outer .news-preview-item .news-preview-content h3 {
        flex-grow: 0; }

.announcements-wrapper .slick-list {
  overflow-x: unset;
  margin: 0 -20px;
  padding: 0 20px; }

.announcements-wrapper .slick-arrow.slick-hidden {
  display: initial; }

.announcements-wrapper .announcements > .text-center {
  padding-right: 7px; }

.announcements-wrapper .slide-row {
  outline: none; }

.announcements-wrapper .swiper-wrapper {
  height: 906px; }

.announcements-wrapper .swiper-slide {
  height: 302px !important; }
  .announcements-wrapper .swiper-slide:first-child:not(:last-child) .news-preview-outer[data-active="true"]:first-child:last-child {
    margin-left: auto !important; }

.announcements-wrapper .accouncements-slider-wrapper {
  padding: 60px 0;
  position: relative; }
  .announcements-wrapper .accouncements-slider-wrapper .swiper-container {
    margin: 0 -25px;
    padding: 0 25px; }
  .announcements-wrapper .accouncements-slider-wrapper .news-preview-list .news-preview-outer {
    margin: 25px 0; }
  .announcements-wrapper .accouncements-slider-wrapper .swiper-button-prev {
    top: 28px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
    background-image: none; }
    .announcements-wrapper .accouncements-slider-wrapper .swiper-button-prev:after {
      content: none; }
  .announcements-wrapper .accouncements-slider-wrapper .swiper-button-next {
    background-image: none;
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%); }
    .announcements-wrapper .accouncements-slider-wrapper .swiper-button-next:after {
      content: none; }

.slide-row .news-preview-outer {
  margin: 25px 0 !important; }

.news-banner-wrapper {
  background-repeat: repeat;
  overflow: hidden;
  margin-top: 37px;
  margin-bottom: 35px; }
  .news-banner-wrapper .swiper-pagination {
    display: none !important; }
  .news-banner-wrapper .container {
    position: relative; }
    .news-banner-wrapper .container::after {
      content: "";
      height: 100%;
      right: 15px;
      width: 50vw;
      top: 0;
      position: absolute;
      margin-right: -50vw;
      background-color: #ffffff; }
  .news-banner-wrapper .news-banner {
    width: 100%;
    height: 395px;
    position: relative;
    margin-bottom: 0; }
    .news-banner-wrapper .news-banner .news-banner-images {
      list-style: none;
      margin: 0; }
      .news-banner-wrapper .news-banner .news-banner-images li .news-banner-image {
        /*display: none;*/
        width: 100%;
        border-radius: 7px 0 0 7px;
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 100%; }
      .news-banner-wrapper .news-banner .news-banner-images li:first-child .news-banner-image {
        /*display: block;*/ }
      .news-banner-wrapper .news-banner .news-banner-images .news-banner-image {
        position: absolute;
        left: 0;
        top: 0;
        height: 395px;
        z-index: 0; }
      .news-banner-wrapper .news-banner .news-banner-images .swiper-slide:not(.swiper-slide-active) {
        opacity: 0 !important; }
    .news-banner-wrapper .news-banner .news-banner-list {
      position: absolute;
      right: 563px;
      bottom: 0;
      list-style: none;
      width: 50vw;
      margin: 0;
      margin-right: -50vw;
      padding: 0;
      z-index: 10; }
      .news-banner-wrapper .news-banner .news-banner-list a {
        text-decoration: none; }
        .news-banner-wrapper .news-banner .news-banner-list a:hover, .news-banner-wrapper .news-banner .news-banner-list a:focus, .news-banner-wrapper .news-banner .news-banner-list a:active {
          color: inherit; }
      .news-banner-wrapper .news-banner .news-banner-list .swiper-slide {
        height: 115px;
        pointer-events: auto; }
      .news-banner-wrapper .news-banner .news-banner-list > li:nth-child(n + 3) .news-banner-item {
        border-top: solid 1px white; }
      .news-banner-wrapper .news-banner .news-banner-list > li:first-child .news-banner-item {
        border-radius: 4px 4px 0 0; }
      .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item {
        width: 563px;
        background-color: #183892; }
        .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item .news-banner-bullet {
          visibility: visible;
          opacity: 1;
          left: -28.5px; }
        .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item h3 {
          color: white; }
        .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item:after {
          position: absolute;
          content: "";
          bottom: 0;
          z-index: -5;
          height: 50px;
          width: 50vw;
          background-color: #d27094; }
      .news-banner-wrapper .news-banner .news-banner-list .news-banner-item {
        transition: width 0.3s ease-out;
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 115px;
        background-color: #f5f5f5;
        padding-left: 60px;
        padding-top: 20px;
        padding-bottom: 40px; }
        .news-banner-wrapper .news-banner .news-banner-list .news-banner-item .news-banner-bullet {
          position: absolute;
          visibility: hidden;
          opacity: 0;
          left: 0px;
          background-color: #d27094;
          border-radius: 50%;
          height: 57px;
          width: 57px;
          text-align: center;
          padding-right: 5px;
          top: 50%;
          transition: visibility 0.3s ease-in, opacity 0.2s ease-in, left 0.2s ease-in;
          transform: translateY(-50%); }
          .news-banner-wrapper .news-banner .news-banner-list .news-banner-item .news-banner-bullet i {
            line-height: 57px;
            font-size: 27px;
            color: white; }
        .news-banner-wrapper .news-banner .news-banner-list .news-banner-item h3 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          font-family: "BPG DejaVu Sans";
          width: 475px;
          margin-bottom: 5px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .news-banner-wrapper .news-banner .news-banner-list .news-banner-item .news-banner-date {
          font-size: 12px;
          color: #d27094;
          position: absolute;
          bottom: 20px; }
    .news-banner-wrapper .news-banner .swiper-container {
      height: 100%; }
      .news-banner-wrapper .news-banner .swiper-container.news-banner-texts-container {
        position: absolute;
        right: 0;
        bottom: 0;
        list-style: none;
        width: 50vw;
        margin: 0;
        padding: 0;
        z-index: 10;
        overflow: visible; }
        .news-banner-wrapper .news-banner .swiper-container.news-banner-texts-container .swiper-wrapper {
          justify-content: flex-end; }

.text-banner {
  margin-bottom: 0; }
  .text-banner .text-banner-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    margin-bottom: 0; }
    .text-banner .text-banner-list li {
      display: inline-block;
      min-width: 292px;
      height: 118px;
      flex: 1;
      flex-grow: 0;
      margin-bottom: 35px; }
      .text-banner .text-banner-list li a {
        text-decoration: none;
        display: flex;
        width: 100%;
        height: 100%;
        border: solid 1px #e4e4e4;
        border-radius: 4px;
        padding: 0 25px;
        align-items: center;
        position: relative;
        justify-content: center; }
        .text-banner .text-banner-list li a * {
          transition: 0.2s ease-out; }
        .text-banner .text-banner-list li a:hover i,
        .text-banner .text-banner-list li a:hover span, .text-banner .text-banner-list li a:focus i,
        .text-banner .text-banner-list li a:focus span, .text-banner .text-banner-list li a:active i,
        .text-banner .text-banner-list li a:active span {
          color: #183892 !important; }
        .text-banner .text-banner-list li a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 35px;
          background-image: url("../img/background.png"); }
        .text-banner .text-banner-list li a i {
          font-size: 57px;
          color: #d27094;
          margin-bottom: 15px; }
        .text-banner .text-banner-list li a span {
          font-size: 16px;
          padding-top: 5px;
          padding-left: 20px;
          vertical-align: middle;
          font-weight: 700;
          letter-spacing: 0.05em;
          line-height: 26px;
          color: #707070;
          margin-bottom: 15px;
          flex: 0 0 0;
          opacity: 0.77;
          -ms-flex: 1 0 0%; }
  .text-banner.text-banner-aside {
    margin-top: 45px; }
    .text-banner.text-banner-aside .text-banner-list {
      flex-direction: column; }
      .text-banner.text-banner-aside .text-banner-list li {
        min-width: 405px;
        max-width: 405px;
        margin-bottom: 29px;
        min-height: 118px; }
        .text-banner.text-banner-aside .text-banner-list li a {
          padding: 0 48px;
          height: 118px;
          justify-content: flex-start; }
          .text-banner.text-banner-aside .text-banner-list li a span {
            font-size: 20px;
            letter-spacing: 0.025em;
            line-height: 26px; }

.bottom-banner-wrapper {
  background-color: #f5f5f5;
  padding: 65px 0 0 0; }
  .bottom-banner-wrapper .bottom-banner {
    margin-bottom: 0;
    overflow: hidden; }
    .bottom-banner-wrapper .bottom-banner .bottom-banner-list {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      .bottom-banner-wrapper .bottom-banner .bottom-banner-list li {
        height: 210px;
        margin-bottom: 65px; }
        .bottom-banner-wrapper .bottom-banner .bottom-banner-list li * {
          transition: 0.2s ease-out; }
        .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a {
          text-decoration: none;
          display: flex;
          width: 100%;
          height: 100%;
          border-radius: 4px;
          padding: 0 25px;
          align-items: center;
          position: relative;
          justify-content: center;
          padding: 30px;
          overflow: hidden; }
          .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a img {
            position: absolute;
            display: inline-block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform-origin: center center; }
          .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a::before {
            content: "";
            position: absolute;
            display: inline-block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            background-color: #183892;
            opacity: 0.3;
            z-index: 1; }
          .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a::after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            border: 1px solid #fcfcfc;
            z-index: 1; }
          .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a h3 {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0;
            border-radius: 0 40px 40px 0;
            transform: translateY(-50%);
            width: 277px;
            min-height: 80px;
            font-size: 20px;
            padding: 15px 30px;
            font-family: "BPG DejaVu Sans";
            font-weight: 700;
            letter-spacing: 0.05em;
            line-height: 26px;
            color: #183892;
            background-color: white;
            z-index: 2; }
          .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a:hover img, .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a:focus img, .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a:active img {
            transform: scale(1.3); }
          .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a:hover h3, .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a:focus h3, .bottom-banner-wrapper .bottom-banner .bottom-banner-list li a:active h3 {
            color: white;
            background-color: #183892; }

.catalog-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  .catalog-list.catalog-default h3,
  .catalog-list.catalog-default h4 {
    margin-bottom: 0 !important;
    color: #41475a !important; }
  .catalog-list.catalog-default .catalog-item:hover h3,
  .catalog-list.catalog-default .catalog-item:hover h4 {
    color: #183892 !important; }
  .catalog-list > * {
    padding: 35px 0; }
    .catalog-list > *:nth-child(n + 2) {
      border-top: 1px solid rgba(24, 56, 146, 0.2); }
  .catalog-list .catalog-item {
    text-decoration: none; }
    .catalog-list .catalog-item .catalog-details {
      display: flex;
      margin-bottom: 5px; }
      .catalog-list .catalog-item .catalog-details img {
        height: 64px; }
      .catalog-list .catalog-item .catalog-details .catalog-description {
        margin-left: 15px;
        color: #707070;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px; }
        .catalog-list .catalog-item .catalog-details .catalog-description b {
          margin-right: 5px;
          font-weight: 700;
          letter-spacing: 0.1em; }
    .catalog-list .catalog-item h3,
    .catalog-list .catalog-item h4 {
      font-size: 16px;
      font-family: "BPG DejaVu Sans";
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 15px;
      max-width: 820px; }
    .catalog-list .catalog-item .meeting-info {
      font-size: 14px;
      color: #a0abc8; }
      .catalog-list .catalog-item .meeting-info b {
        margin-right: 5px;
        letter-spacing: 0.1em; }
    .catalog-list .catalog-item:hover h3,
    .catalog-list .catalog-item:hover h4 {
      color: #d27094; }

.contact-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e4e4e4; }
  .contact-list > * {
    flex-basis: 50%;
    margin-bottom: 20px;
    -ms-flex: 40%; }
    .contact-list > *:nth-child(odd) {
      padding: 0 50px 0 0; }
      .contact-list > *:nth-child(odd) a i {
        color: #183892; }
      .contact-list > *:nth-child(odd) a:hover i {
        color: #d27094; }
    .contact-list > *:nth-child(even) {
      padding: 0 50px 0 15px; }
      .contact-list > *:nth-child(even) a i {
        color: #d27094; }
      .contact-list > *:nth-child(even) a:hover i {
        color: #183892; }

.contact-item {
  display: flex;
  flex-direction: column; }
  .contact-item h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "BPG DejaVu Sans";
    color: #707070;
    opacity: 0.8;
    margin-bottom: 25px; }
  .contact-item a {
    color: black;
    text-decoration: none;
    display: flex;
    margin-bottom: 30px; }
    .contact-item a i {
      font-size: 26px;
      width: 0;
      line-height: 28px; }
    .contact-item a span {
      display: inline-block;
      margin-left: 55px;
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 28px; }
    .contact-item a:last-child {
      margin-bottom: 0; }
  .contact-item .contact-email i {
    font-size: 18px; }
  .contact-item .contact-location i {
    font-size: 28px; }

.map-wrapper {
  background-repeat: repeat; }

.contact-map {
  height: 400px; }

.info-request {
  position: relative; }
  .info-request:before {
    content: "";
    display: block;
    /*background-image: url(../img/background.png);*/
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-50vw + 10px);
    z-index: 1; }
  .info-request textarea {
    min-height: 170px; }
  .info-request .row:last-child .form-group {
    margin-bottom: 0; }

.courts .news-preview-list .news-preview-item .news-preview-content {
  min-height: unset; }
  .courts .news-preview-list .news-preview-item .news-preview-content h2, .courts .news-preview-list .news-preview-item .news-preview-content h3, .courts .news-preview-list .news-preview-item .news-preview-content h4 {
    margin-bottom: 30px; }
    .courts .news-preview-list .news-preview-item .news-preview-content h2:hover, .courts .news-preview-list .news-preview-item .news-preview-content h3:hover, .courts .news-preview-list .news-preview-item .news-preview-content h4:hover {
      color: #d27094; }

.courts .contact-info a:last-child {
  margin-bottom: 0; }

.courts .contact-info,
.court-detailed .contact-info {
  align-items: flex-start;
  -ms-flex-align: start; }
  .courts .contact-info a,
  .court-detailed .contact-info a {
    margin-bottom: 25px; }
    .courts .contact-info a i,
    .court-detailed .contact-info a i {
      color: #183892; }
    .courts .contact-info a span,
    .court-detailed .contact-info a span {
      font-size: 14px;
      line-height: 24px; }
    .courts .contact-info a:hover i,
    .court-detailed .contact-info a:hover i {
      color: #d27094; }

.court-detailed .court-image-wrapper {
  width: 405px;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 30px 30px 0; }
  .court-detailed .court-image-wrapper img {
    width: 100%; }

.court-detailed .contact-info {
  margin-bottom: 40px; }
  .court-detailed .contact-info a i {
    color: #d27094; }
  .court-detailed .contact-info a:hover i {
    color: #183892; }
  .court-detailed .contact-info:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 375px;
    height: 1px;
    background-color: rgba(112, 112, 112, 0.4); }

.court-detailed .text-content {
  margin-bottom: 25px; }

.court-detailed .judges:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 805px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.4); }

.court-detailed .judges .judges-head {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-top: 25px; }
  .court-detailed .judges .judges-head h3 {
    font-size: 18px;
    font-family: "BPG DejaVu Sans";
    color: #183892;
    font-weight: 700;
    letter-spacing: 0.05em; }
  .court-detailed .judges .judges-head select {
    width: 250px; }
  .court-detailed .judges .judges-head .select2-container {
    border-radius: 7px;
    font-family: "BPG DejaVu Sans"; }
    .court-detailed .judges .judges-head .select2-container .select2-selection {
      height: 36px !important;
      outline: none; }
      .court-detailed .judges .judges-head .select2-container .select2-selection .select2-selection__placeholder {
        opacity: 0.67; }
      .court-detailed .judges .judges-head .select2-container .select2-selection .select2-selection__rendered {
        height: 36px;
        padding: 11px 40px 11px 18px !important;
        line-height: 14px !important; }
      .court-detailed .judges .judges-head .select2-container .select2-selection .select2-selection__arrow {
        position: absolute;
        top: 10px;
        right: 20px;
        height: 12px;
        width: auto; }
    .court-detailed .judges .judges-head .select2-container .select2-selection:not(:focus)[aria-expanded="false"] {
      border-color: #cecece; }

.judges-filter-select.select2-dropdown {
  font-family: "BPG DejaVu Sans"; }
  .judges-filter-select.select2-dropdown .select2-search .select2-search__field {
    height: 35px;
    padding: 0px 18px; }
    .judges-filter-select.select2-dropdown .select2-search .select2-search__field:focus {
      outline: none; }
  .judges-filter-select.select2-dropdown .select2-results .select2-results__options .select2-results__option {
    min-height: 36px;
    padding: 11px 18px; }

.photo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 7px; }
  .photo-list > * {
    width: 405px;
    margin-bottom: 50px; }
  .photo-list .photo-item {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 270px;
    border-radius: 7px;
    overflow: hidden;
    position: relative; }
    .photo-list .photo-item:before {
      content: "";
      z-index: 1;
      display: block;
      position: absolute;
      top: 15px;
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      border-radius: 4px;
      background-color: transparent;
      border: 2px solid #fafafa; }
    .photo-list .photo-item img {
      position: absolute;
      width: 405px;
      min-height: 270px;
      object-fit: cover;
      object-position: center; }
    .photo-list .photo-item .photo-title {
      display: block;
      position: absolute;
      opacity: 0;
      top: 15px;
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      border-radius: 7px;
      overflow: hidden;
      background-color: rgba(24, 56, 146, 0.8);
      color: white;
      font-family: "BPG DejaVu Sans";
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 25px;
      padding: 40px; }
    .photo-list .photo-item:hover:before {
      opacity: 0; }
    .photo-list .photo-item:hover .photo-title {
      opacity: 1; }
    .photo-list .photo-item.no-title:hover:before {
      opacity: 1; }

.video-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 7px; }
  .video-list > * {
    width: 405px;
    margin-bottom: 30px; }
  .video-list .video-item {
    width: 405px;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .video-list .video-item .video-wrapper {
      display: block;
      height: 270px;
      border-radius: 7px;
      overflow: hidden;
      position: relative; }
      .video-list .video-item .video-wrapper iframe {
        width: 100%;
        min-height: 270px;
        margin: 0;
        border: 0; }
      .video-list .video-item .video-wrapper img {
        width: 100%;
        min-height: 270px;
        height: 100%;
        cursor: pointer;
        object-fit: cover;
        object-position: center; }
        .video-list .video-item .video-wrapper img ~ i {
          cursor: pointer;
          display: block; }
        .video-list .video-item .video-wrapper img:hover ~ i {
          transform: translate(-50%, -50%) scale(1.1);
          color: #d27094; }
      .video-list .video-item .video-wrapper i {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 48px;
        color: white;
        pointer-events: none; }
    .video-list .video-item .video-text {
      display: block;
      text-decoration: none;
      padding: 20px 0 45px;
      position: relative;
      flex-grow: 1; }
      .video-list .video-item .video-text .video-title {
        font-size: 16px;
        font-family: "BPG DejaVu Sans";
        font-weight: 700;
        color: #183892;
        line-height: 24px;
        margin-bottom: 10px; }
      .video-list .video-item .video-text .video-date {
        position: absolute;
        bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #707070;
        opacity: 0.8; }
      .video-list .video-item .video-text:hover .video-title {
        color: #d27094; }

.meeting-detailed h2 {
  max-width: 820px; }

.meeting-detailed .agenda {
  max-width: 820px; }
  .meeting-detailed .agenda .agenda-head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px; }
    .meeting-detailed .agenda .agenda-head h3 {
      display: inline-block;
      height: 56px;
      padding: 0 25px;
      background-color: #183892;
      color: white;
      font-size: 18px;
      line-height: 56px;
      letter-spacing: 0.05em;
      font-weight: 700;
      font-family: "BPG DejaVu Sans";
      border-radius: 7px 7px 0 0;
      margin-bottom: 0; }
    .meeting-detailed .agenda .agenda-head .date {
      display: inline-block;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      letter-spacing: 0.05em;
      color: white;
      border-radius: 0 2px 2px 0;
      background-color: #d27094;
      padding: 0 30px; }
    .meeting-detailed .agenda .agenda-head .link-download {
      align-self: flex-start;
      margin-left: auto; }
  .meeting-detailed .agenda .agenda-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
    .meeting-detailed .agenda .agenda-list .agenda-item {
      padding: 20px 0;
      position: relative; }
      .meeting-detailed .agenda .agenda-list .agenda-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        max-width: 725px;
        width: 100%;
        height: 1px;
        background-color: rgba(24, 56, 146, 0.2); }
      .meeting-detailed .agenda .agenda-list .agenda-item .agenda-text {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        letter-spacing: 0.05em;
        margin-bottom: 5px; }
      .meeting-detailed .agenda .agenda-list .agenda-item .agenda-author {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #183892;
        display: flex; }
        .meeting-detailed .agenda .agenda-list .agenda-item .agenda-author b, .meeting-detailed .agenda .agenda-list .agenda-item .agenda-author strong {
          font-weight: 700;
          letter-spacing: 0.1em;
          margin-right: 10px; }
        .meeting-detailed .agenda .agenda-list .agenda-item .agenda-author p:last-child {
          margin-bottom: 0; }

.meeting-detailed .audio {
  position: relative;
  margin-bottom: 35px; }
  .meeting-detailed .audio .audio-head h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #212121; }
  .meeting-detailed .audio .audio-list {
    list-style: none;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .meeting-detailed .audio .audio-list > * {
      margin: 0 20px 15px; }
    .meeting-detailed .audio .audio-list .audio-item {
      padding: 0;
      line-height: 24px; }
      .meeting-detailed .audio .audio-list .audio-item img {
        height: 64px;
        float: left;
        margin-right: 12px; }
      .meeting-detailed .audio .audio-list .audio-item i {
        margin: 0;
        display: block; }
  .meeting-detailed .audio:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    max-width: 725px;
    width: 100%;
    height: 1px;
    background-color: rgba(24, 56, 146, 0.2); }

.meeting-detailed .decisions .decision-head {
  display: flex; }
  .meeting-detailed .decisions .decision-head h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 26px;
    color: #212121;
    margin: 0; }
  .meeting-detailed .decisions .decision-head .total {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
    margin-left: 5px;
    color: #707070; }
    .meeting-detailed .decisions .decision-head .total b {
      color: #d27094; }

.meeting-detailed .decisions .catalog-list {
  margin-bottom: 10px; }
  .meeting-detailed .decisions .catalog-list > * {
    padding: 25px 0;
    border: none; }
  .meeting-detailed .decisions .catalog-list h3,
  .meeting-detailed .decisions .catalog-list h4 {
    margin-bottom: 0; }

.meeting-detailed .decisions .see-more-link {
  padding: 0; }

ul.menu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -26px; }
  ul.menu-list li {
    margin: 0 26px 37px;
    padding-right: 40px; }
    ul.menu-list li a.menu-item {
      width: 346px;
      position: relative;
      background-color: rgba(192, 198, 213, 0.5);
      border-radius: 7px;
      height: 165px;
      display: block;
      text-decoration: none; }
      ul.menu-list li a.menu-item .menu-item-inner {
        width: 346px;
        position: absolute;
        left: 40px;
        top: 20px;
        min-height: 90px;
        padding: 25px 40px;
        background-color: rgba(246, 246, 246, 0.8);
        border-radius: 7px; }
        ul.menu-list li a.menu-item .menu-item-inner:after {
          content: "";
          position: absolute;
          bottom: -17px;
          left: 28px;
          display: block;
          background-color: white;
          height: 1px;
          width: 294px;
          transition: all 0.2s ease-out; }
      ul.menu-list li a.menu-item .menu-item-text {
        font-family: "BPG DejaVu Sans";
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        color: #183892;
        margin: 0; }
      ul.menu-list li a.menu-item:hover .menu-item-inner {
        background-color: rgba(79, 104, 177, 0.8); }
        ul.menu-list li a.menu-item:hover .menu-item-inner:after {
          background-color: #6c81be; }
      ul.menu-list li a.menu-item:hover .menu-item-text {
        color: white; }

.person-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px 10px; }
  .person-list > * {
    width: 265px;
    margin: 0 18px 30px; }
  .person-list .person-item {
    min-height: 260px;
    text-decoration: none;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    display: block;
    background-color: #fcfcfc;
    height: 100%; }
    .person-list .person-item .person-image-wrapper {
      height: 175px;
      overflow: hidden; }
      .person-list .person-item .person-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .person-list .person-item:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: transparent;
      border: 2px solid #cecece;
      border-radius: 4px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); }
    .person-list .person-item .person-text {
      text-align: center;
      padding: 15px 25px 25px; }
      .person-list .person-item .person-text .person-name {
        font-family: "BPG DejaVu Sans";
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #183892;
        margin-bottom: 10px;
        letter-spacing: 0; }
      .person-list .person-item .person-text .person-position {
        color: #919191;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px; }
    .person-list .person-item:hover {
      box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08); }

.person-head {
  display: flex; }
  .person-head .person-image-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
    min-width: 320px; }
    .person-head .person-image-wrapper img {
      width: 320px; }
    .person-head .person-image-wrapper:before {
      content: "";
      position: absolute;
      display: block;
      top: 10px;
      left: 10px;
      border-radius: 4px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      background: transparent;
      border: 1px solid rgba(250, 250, 250, 0.8); }
  .person-head .person-title {
    padding-top: 60px;
    flex-grow: 1; }
    .person-head .person-title .person-name {
      position: relative; }
      .person-head .person-title .person-name .person-heading {
        display: inline-block;
        font-family: "BPG DejaVu Sans";
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 26px;
        font-weight: 700;
        color: white;
        background-color: #183892;
        min-height: 70px;
        padding: 22px 50px 22px 20px;
        border-radius: 0 7px 7px 0;
        margin: 0;
        position: relative; }
        .person-head .person-title .person-name .person-heading:before {
          content: "";
          position: absolute;
          display: inline-block;
          left: 20px;
          bottom: 0;
          height: 15px;
          width: calc(100% - 20px);
          background-image: url("../img/background.png");
          opacity: 0.5; }
      .person-head .person-title .person-name:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 100%;
        background-color: #d27094;
        border-radius: 0 2px 2px 0;
        z-index: -1; }
    .person-head .person-title .person-position {
      display: block;
      font-family: "BPG DejaVu Sans";
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 26px;
      font-weight: 700;
      padding: 25px 20px;
      color: #183892; }

.person-description .person-heading {
  margin: 30px 0 20px;
  color: #707070;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22px; }

.publication-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-right: 7px; }
  .publication-list > * {
    width: 405px;
    margin-bottom: 50px; }
  .publication-list .publication-item {
    display: block;
    padding: 45px;
    background-color: #fcfcfc;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .publication-list .publication-item .publication-image-wrapper {
      display: block;
      width: 100%;
      height: 390px;
      border-radius: 7px;
      overflow: hidden;
      position: relative; }
      .publication-list .publication-item .publication-image-wrapper:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 340px;
        background-image: url("../img/background.png");
        background-repeat: repeat; }
      .publication-list .publication-item .publication-image-wrapper img {
        display: block;
        width: 100%;
        min-height: 100%;
        /*object-fit: cover;*/ }
    .publication-list .publication-item .publication-text {
      padding: 25px 0;
      position: relative;
      flex-grow: 1; }
      .publication-list .publication-item .publication-text .publication-title {
        font-size: 16px;
        font-family: "BPG DejaVu Sans";
        line-height: 24px;
        color: #183892;
        font-weight: 700;
        margin-bottom: 15px; }
      .publication-list .publication-item .publication-text .publication-date {
        position: absolute;
        bottom: 0;
        font-size: 14px;
        color: #707070; }
      .publication-list .publication-item .publication-text i {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 23px;
        color: #707070; }
    .publication-list .publication-item:hover {
      box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08); }

.structure-content {
  text-align: center; }
  .structure-content ul.structure-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border: solid 2px #cacaca; }
    .structure-content ul.structure-list > li {
      flex-basis: 50%;
      -ms-flex: 40%;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      .structure-content ul.structure-list > li ul {
        width: 335px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding: 50px 0 0 70px; }
        .structure-content ul.structure-list > li ul li {
          text-align: left;
          position: relative;
          margin-top: 25px;
          height: 100%; }
          .structure-content ul.structure-list > li ul li:first-child {
            margin: 0; }
            .structure-content ul.structure-list > li ul li:first-child:before {
              height: calc(100% + 50px); }
          .structure-content ul.structure-list > li ul li:last-child:before {
            height: calc(50% + 26px);
            bottom: calc(50% - 1px); }
          .structure-content ul.structure-list > li ul li:last-child:first-child:before {
            height: calc(50% + 51px);
            bottom: calc(50% - 1px); }
          .structure-content ul.structure-list > li ul li:before {
            position: absolute;
            left: -52px;
            bottom: 0;
            content: "";
            display: block;
            height: calc(100% + 25px);
            width: 2px;
            background-color: #cacaca; }
          .structure-content ul.structure-list > li ul li .structure-item {
            width: 245px;
            min-height: 60px; }
            .structure-content ul.structure-list > li ul li .structure-item:before {
              left: -52px !important;
              right: auto !important; }
            .structure-content ul.structure-list > li ul li .structure-item:after {
              left: -7px !important;
              right: auto !important; }
      .structure-content ul.structure-list > li .structure-item {
        position: relative; }
        .structure-content ul.structure-list > li .structure-item:before {
          position: absolute;
          left: -52px;
          top: calc(50% - 1px);
          content: "";
          display: block;
          height: 2px;
          width: 50px;
          background-color: #cacaca; }
        .structure-content ul.structure-list > li .structure-item:after {
          position: absolute;
          left: -7px;
          top: calc(50% - 7px);
          content: "";
          border-radius: 50%;
          display: block;
          height: 14px;
          width: 14px;
          background-color: #cacaca;
          z-index: -1; }
      .structure-content ul.structure-list > li:nth-child(odd) {
        padding: 50px 0 0 50px;
        text-align: left;
        align-items: flex-start; }
      .structure-content ul.structure-list > li:nth-child(even) {
        padding: 50px 50px 0 0;
        text-align: right;
        align-items: flex-end; }
        .structure-content ul.structure-list > li:nth-child(even) .structure-item:before {
          right: -52px;
          left: auto; }
        .structure-content ul.structure-list > li:nth-child(even) .structure-item:after {
          right: -7px;
          left: auto; }
      .structure-content ul.structure-list > li:nth-last-child(-n + 2):nth-child(odd):not(:nth-child(-n + 2)) .structure-item:before, .structure-content ul.structure-list > li:last-child:not(:nth-child(-n + 2)) .structure-item:before {
        right: calc(50% - 1px);
        left: auto;
        top: auto;
        bottom: -52px;
        width: 2px;
        height: 50px; }
      .structure-content ul.structure-list > li:nth-last-child(-n + 2):nth-child(odd):not(:nth-child(-n + 2)) .structure-item:after, .structure-content ul.structure-list > li:last-child:not(:nth-child(-n + 2)) .structure-item:after {
        right: calc(50% - 7px);
        left: auto;
        top: auto;
        bottom: -7px; }
      .structure-content ul.structure-list > li:last-child:nth-child(odd) {
        text-align: center;
        display: block;
        padding-left: 0; }
      .structure-content ul.structure-list > li:last-child:first-child {
        display: block;
        text-align: center; }
        .structure-content ul.structure-list > li:last-child:first-child:before {
          display: none; }
        .structure-content ul.structure-list > li:last-child:first-child > a:before {
          left: calc(50% - 1px); }
        .structure-content ul.structure-list > li:last-child:first-child > a:after {
          left: calc(50% - 7px); }
  .structure-content .structure-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    width: 335px;
    border-radius: 7px;
    border: 1px solid #183892;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #183892;
    text-align: center;
    padding: 16px;
    font-weight: 300;
    background-color: white; }
    .structure-content .structure-item:hover {
      background-color: #d27094;
      color: white;
      border-color: #d27094; }
    .structure-content .structure-item.structure-head {
      width: 455px;
      font-size: 18px;
      line-height: 26px;
      color: white;
      background-color: #183892;
      border-color: #183892; }
      .structure-content .structure-item.structure-head ~ .structure-list {
        position: relative;
        margin-top: 50px; }
        .structure-content .structure-item.structure-head ~ .structure-list:before {
          position: absolute;
          top: -52px;
          left: calc(50% - 1px);
          content: "";
          display: block;
          height: 50px;
          width: 2px;
          background-color: #cacaca; }
      .structure-content .structure-item.structure-head:hover[href] {
        background-color: #d27094;
        color: white;
        border-color: #d27094; }
  .structure-content a {
    text-decoration: none; }
  .structure-content.structure-inner-content .structure-item.structure-head {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #183892;
    font-weight: 700; }
    .structure-content.structure-inner-content .structure-item.structure-head:hover[href] {
      background-color: #183892;
      border-color: #183892;
      color: white; }
    .structure-content.structure-inner-content .structure-item.structure-head ~ ul.structure-list:before {
      top: -50px; }
  .structure-content.structure-inner-content ul.structure-list {
    border: none; }
    .structure-content.structure-inner-content ul.structure-list > li {
      position: relative; }
      .structure-content.structure-inner-content ul.structure-list > li:before {
        content: "";
        display: block;
        width: calc(100% - 77px);
        height: 2px;
        position: absolute;
        top: 0;
        left: 77px;
        background-color: #cacaca; }
      .structure-content.structure-inner-content ul.structure-list > li > .structure-item:before {
        right: auto;
        left: 26px;
        top: -51px;
        width: 2px;
        height: 50px; }
      .structure-content.structure-inner-content ul.structure-list > li > .structure-item:after {
        right: auto;
        left: 20px;
        top: -7px;
        bottom: auto; }
      .structure-content.structure-inner-content ul.structure-list > li:nth-child(even):before {
        right: 77px;
        left: auto; }
      .structure-content.structure-inner-content ul.structure-list > li:nth-child(even) > .structure-item:before {
        left: auto;
        right: 26px;
        top: -51px;
        width: 2px;
        height: 50px; }
      .structure-content.structure-inner-content ul.structure-list > li:nth-child(even) > .structure-item:after {
        left: auto;
        right: 20px;
        top: -7px;
        bottom: auto; }
    .structure-content.structure-inner-content ul.structure-list .structure-item:hover {
      background-color: #183892;
      border-color: #183892;
      color: white; }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1348px !important; } }

.mobile-header {
  display: none; }

.menu-toggler {
  display: none; }

@media (max-width: 1348px) {
  .news-preview-wrapper .news-preview .news-preview-list {
    padding-right: 0px !important; }
    .news-preview-wrapper .news-preview .news-preview-list li {
      flex-basis: 370px; }
  .news-preview-wrapper .left-side section {
    width: 100%; } }

@media (max-width: 1200px) {
  .news-preview-wrapper .news-preview .news-preview-list li {
    flex-basis: 405px; }
  .news-banner-wrapper .news-banner .news-banner-list {
    right: 332px; }
    .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item {
      width: 332px; }
    .news-banner-wrapper .news-banner .news-banner-list .news-banner-item .news-banner-title {
      width: 240px;
      font-size: 14px; }
  .header-wrapper .middle-navbar .navbar-nav a {
    padding: 0 10px; }
  footer .footer-top-wrapper .bottom-navbar .navbar-nav {
    margin: 0 -30px; }
  .text-banner.text-banner-aside {
    width: 100%; }
    .text-banner.text-banner-aside .text-banner-list li {
      max-width: 100%;
      width: 100%; } }

@media (max-width: 991px) {
  h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px; }
    h2.h2-primary {
      font-size: 16px;
      line-height: 26px; }
  .text-content {
    font-size: 14px;
    line-height: 26px; }
  body section, body article {
    margin-bottom: 25px; }
  main {
    padding-top: 0; }
  .see-more-link {
    font-size: 12px; }
  .announcements-wrapper .swiper-wrapper {
    height: 880px; }
    .announcements-wrapper .swiper-wrapper .swiper-slide {
      height: 440px !important; }
  .announcements-wrapper .news-preview-list .news-preview-outer {
    margin: 10px 0 !important; }
    .announcements-wrapper .news-preview-list .news-preview-outer .news-preview-item {
      min-height: 200px; }
      .announcements-wrapper .news-preview-list .news-preview-outer .news-preview-item .news-preview-content {
        padding: 5px 15px; }
  .news-preview-list .news-preview-outer .news-preview-item.default-preview-image .news-preview-head {
    height: 186px; }
  .news-preview-list {
    margin-bottom: 0 !important; }
    .news-preview-list .news-preview-outer {
      flex-basis: 100% !important;
      width: 100%;
      margin-bottom: 20px; }
      .news-preview-list .news-preview-outer a.news-preview-item {
        width: 100%;
        overflow: hidden; }
        .news-preview-list .news-preview-outer a.news-preview-item .news-preview-image-container {
          height: 230px; }
        .news-preview-list .news-preview-outer a.news-preview-item .news-preview-content {
          min-height: 0;
          padding: 15px 15px 20px; }
          .news-preview-list .news-preview-outer a.news-preview-item .news-preview-content h3 {
            font-size: 12px;
            margin-bottom: 30px;
            line-height: 16px; }
          .news-preview-list .news-preview-outer a.news-preview-item .news-preview-content .news-preview-description {
            display: none; }
        .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head {
          top: 5px; }
          .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-date {
            left: 15px; }
            .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-date .news-preview-day {
              font-size: 40px;
              line-height: 46px; }
            .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-date .news-preview-month {
              font-size: 10px; }
            .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-date .news-preview-year {
              font-size: 10px; }
          .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-bullet {
            right: 150px;
            height: 40px;
            width: 40px; }
            .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-bullet i {
              line-height: 40px;
              font-size: 20px; }
            .news-preview-list .news-preview-outer a.news-preview-item .news-preview-head .news-preview-bullet:before {
              left: -20px !important;
              height: 38px !important;
              width: 235px !important;
              top: 15px !important; }
  ul.menu-list li {
    flex-basis: 100%; }
    ul.menu-list li a.menu-item {
      width: 100%;
      height: 125px; }
      ul.menu-list li a.menu-item .menu-item-inner {
        width: 100%;
        min-height: 60px;
        padding: 15px 20px; }
        ul.menu-list li a.menu-item .menu-item-inner h3 {
          font-size: 16px; }
  .calendar .calendar-header h3 {
    font-size: 14px; }
  .calendar .calendar-content .calendar-week-header .calendar-week-day {
    font-size: 14px; }
  .calendar .calendar-content .calendar-week .calendar-day a {
    font-size: 15px; }
  .news-preview-wrapper .left-side section {
    width: 100%; }
  .announcements-preview .announcements-preview-inner {
    padding: 16px 20px; }
  .fixed-live-streaming-button {
    display: none; }
  .header-wrapper {
    height: auto;
    padding: 0; }
    .header-wrapper .top-navbar {
      display: none; }
    .header-wrapper .middle-navbar {
      min-height: 0; }
      .header-wrapper .middle-navbar .mobile-header {
        padding: 16px 30px; }
        .header-wrapper .middle-navbar .mobile-header .lang-list {
          display: inline-block;
          padding: 15px 0; }
      .header-wrapper .middle-navbar .navbar-collapse {
        overflow: auto;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2000;
        background-color: white;
        height: 100vh;
        transition: all 0.2s ease-out; }
        .header-wrapper .middle-navbar .navbar-collapse.show {
          width: 100vw;
          transition: all 0.2s ease-out; }
    .header-wrapper .middle-navbar .navbar-nav {
      padding: 0;
      margin: 0; }
      .header-wrapper .middle-navbar .navbar-nav .nav-item {
        margin: 0;
        text-align: left; }
        .header-wrapper .middle-navbar .navbar-nav .nav-item .nav-link {
          display: inline-block; }
        .header-wrapper .middle-navbar .navbar-nav .nav-item:after {
          display: none; }
      .header-wrapper .middle-navbar .navbar-nav .dropdown {
        position: relative; }
        .header-wrapper .middle-navbar .navbar-nav .dropdown .menu-toggler {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          margin: 4px;
          width: 48px;
          height: 48px;
          text-align: center;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          font-size: 18px;
          float: right; }
          .header-wrapper .middle-navbar .navbar-nav .dropdown .menu-toggler:before {
            content: "\f067";
            line-height: 48px; }
        .header-wrapper .middle-navbar .navbar-nav .dropdown.open > .menu-toggler:before {
          content: "\f068"; }
        .header-wrapper .middle-navbar .navbar-nav .dropdown.open > .dropdown-menu {
          display: block; }
      .header-wrapper .middle-navbar .navbar-nav .dropdown-menu {
        display: none;
        width: 100%;
        padding-left: 20px;
        visibility: visible;
        opacity: 1;
        pointer-events: initial;
        box-shadow: none !important;
        background-color: transparent !important;
        position: relative !important; }
        .header-wrapper .middle-navbar .navbar-nav .dropdown-menu .dropdown-menu {
          position: static !important;
          z-index: 2001;
          transform-style: initial;
          transform: none; }
        .header-wrapper .middle-navbar .navbar-nav .dropdown-menu .dropdown-item {
          display: inline-block;
          width: auto;
          background-color: transparent !important;
          color: black !important;
          margin-right: 56px; }
          .header-wrapper .middle-navbar .navbar-nav .dropdown-menu .dropdown-item:before, .header-wrapper .middle-navbar .navbar-nav .dropdown-menu .dropdown-item:after {
            display: none; }
  .mobile-header {
    display: block;
    min-height: 80px;
    padding: 16px 15px; }
    .mobile-header img {
      height: 45px;
      display: inline-block; }
    .mobile-header #global_search_form {
      width: 100%;
      margin-top: 20px; }
      .mobile-header #global_search_form .input-group {
        width: 100%; }
  header > .mobile-header > .mobile-actions {
    display: inline-block;
    float: none;
    margin-left: 15px; }
  .mobile-actions {
    float: right; }
    .mobile-actions button {
      height: 48px;
      width: 48px;
      background-color: transparent !important; }
      .mobile-actions button, .mobile-actions button:hover, .mobile-actions button:focus, .mobile-actions button:active {
        border: none;
        outline: none; }
      .mobile-actions button i {
        display: inline-block;
        font-size: 28px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        padding: 9px 0 9px;
        line-height: 0; }
        .mobile-actions button i:before {
          font-size: 13px;
          line-height: 0; }
        .mobile-actions button i.icon.icon-hcoj-play {
          background-color: #d27094;
          color: white; }
        .mobile-actions button i.icon.icon-hcoj-search {
          background-color: #E4E4E4;
          color: #95989A; }
        .mobile-actions button i.fa.fa-bars {
          background-color: #183892;
          color: white;
          font-size: 32px; }
        .mobile-actions button i.fa.fa-times {
          background-color: #183892;
          color: white;
          font-size: 32px; }
  .news-banner-wrapper {
    margin-top: 0; }
    .news-banner-wrapper > .container {
      padding: 0;
      max-width: 100vw; }
    .news-banner-wrapper .swiper-pagination {
      display: flex !important;
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(calc(-50% + 7px));
      height: 20px;
      width: auto; }
      .news-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
        margin: 6px;
        background-color: white;
        opacity: 0.5; }
        .news-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          opacity: 1; }
    .news-banner-wrapper .news-banner {
      height: 300px; }
      .news-banner-wrapper .news-banner .news-banner-images {
        padding: 0; }
        .news-banner-wrapper .news-banner .news-banner-images li .news-banner-image {
          background-position: center;
          background-size: cover;
          height: 100%;
          border-radius: 0; }
        .news-banner-wrapper .news-banner .news-banner-images .news-banner-image {
          background-position: center;
          background-size: cover; }
        .news-banner-wrapper .news-banner .news-banner-images .swiper-slide {
          width: 100% !important;
          position: absolute;
          left: 0; }
      .news-banner-wrapper .news-banner .news-banner-list {
        width: 100vw;
        margin-right: 0vw;
        right: 0;
        left: 15px;
        height: 115px; }
        .news-banner-wrapper .news-banner .news-banner-list .swiper-slide {
          position: absolute;
          /*display: none;*/
          visibility: hidden; }
        .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active {
          /*display: block;*/
          visibility: visible; }
          .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item {
            width: 100%;
            padding: 15px 30px; }
            .news-banner-wrapper .news-banner .news-banner-list > li.swiper-slide-active .news-banner-item h3 {
              font-size: 12px;
              line-height: 18px;
              width: 100%; }
        .news-banner-wrapper .news-banner .news-banner-list .news-banner-item {
          border-radius: 4px 0 0 0 !important;
          border-top: none !important; }
          .news-banner-wrapper .news-banner .news-banner-list .news-banner-item .news-banner-bullet {
            display: none; }
          .news-banner-wrapper .news-banner .news-banner-list .news-banner-item h3 {
            font-size: 12px;
            line-height: 18px;
            width: 100%; }
          .news-banner-wrapper .news-banner .news-banner-list .news-banner-item .news-banner-date {
            font-size: 10px;
            bottom: 30px; }
      .news-banner-wrapper .news-banner .swiper-container {
        height: 200px; }
        .news-banner-wrapper .news-banner .swiper-container.news-banner-texts-container {
          height: 115px;
          bottom: auto;
          top: 180px;
          width: 100vw; }
  .text-banner.text-banner-aside {
    margin-top: 0px; }
  .text-banner .text-banner-list, .text-banner.text-banner-aside .text-banner-list {
    flex-direction: column !important; }
    .text-banner .text-banner-list li, .text-banner.text-banner-aside .text-banner-list li {
      width: 100% !important;
      min-width: 0 !important;
      max-width: 100vw !important;
      height: auto !important;
      min-height: 65px !important;
      margin-bottom: 15px; }
      .text-banner .text-banner-list li a, .text-banner.text-banner-aside .text-banner-list li a {
        justify-content: flex-start;
        min-height: 65px;
        height: auto; }
        .text-banner .text-banner-list li a i, .text-banner.text-banner-aside .text-banner-list li a i {
          font-size: 35px; }
        .text-banner .text-banner-list li a span, .text-banner.text-banner-aside .text-banner-list li a span {
          font-size: 14px;
          width: 100%;
          flex-grow: 1; }
        .text-banner .text-banner-list li a:after, .text-banner.text-banner-aside .text-banner-list li a:after {
          height: 12px; }
  .events-calendar {
    width: 100%; }
  .bottom-navbar {
    display: none; }
  footer .bottom-banner-wrapper {
    padding-top: 20px; }
    footer .bottom-banner-wrapper .bottom-banner .bottom-banner-list {
      padding: 0 15px; }
      footer .bottom-banner-wrapper .bottom-banner .bottom-banner-list li {
        margin-bottom: 20px;
        height: 110px; }
        footer .bottom-banner-wrapper .bottom-banner .bottom-banner-list li .bottom-banner-item {
          padding: 15px; }
          footer .bottom-banner-wrapper .bottom-banner .bottom-banner-list li .bottom-banner-item h3 {
            font-size: 11px;
            line-height: 14px;
            min-height: 27px;
            padding: 10px 15px;
            width: 160px; }
  footer * {
    text-align: left !important; }
  footer .footer-top-wrapper .footer-top {
    padding-top: 15px;
    padding-bottom: 15px; }
    footer .footer-top-wrapper .footer-top h2 {
      font-size: 12px;
      line-height: 18px; }
    footer .footer-top-wrapper .footer-top address {
      font-size: 10px; }
    footer .footer-top-wrapper .footer-top .social-column h3 {
      display: none; }
    footer .footer-top-wrapper .footer-top .social-column span {
      font-size: 10px; }
  footer .footer-top-wrapper .bottom-navbar .navbar-nav {
    margin: 0; }
  footer .footer-middle-wrapper .footer-middle {
    align-items: self-start;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px; }
    footer .footer-middle-wrapper .footer-middle img {
      height: 45px; }
    footer .footer-middle-wrapper .footer-middle span {
      font-size: 10px;
      padding: 10px 0; }
  footer .footer-bottom-wrapper .footer-bottom {
    align-items: self-end;
    flex-direction: column;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 0; }
    footer .footer-bottom-wrapper .footer-bottom span, footer .footer-bottom-wrapper .footer-bottom a {
      margin-bottom: 10px;
      font-size: 10px; }
  footer .container {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .breadcrumb .breadcrumb-item {
    font-size: 10px; }
  .news-detailed {
    margin-bottom: 20px; }
    .news-detailed h2 {
      font-size: 16px; }
    .news-detailed .date {
      font-size: 12px; }
  .images-container {
    margin-top: 20px; }
    .images-container .image-wrapper {
      margin-bottom: 20px; }
  .button-list button, .button-list .button {
    margin-right: 10px; }
  .filter-box {
    padding: 20px 15px 0px; }
  .publication-list > * {
    margin-bottom: 20px; }
  .publication-list .publication-item {
    padding: 20px; }
    .publication-list .publication-item .publication-text .publication-title {
      font-size: 14px;
      line-height: 20px; }
    .publication-list .publication-item .publication-text .publication-date {
      font-size: 12px; }
    .publication-list .publication-item .publication-text i {
      font-size: 18px; }
  .contact-item h3 {
    font-size: 14px; }
  .contact-item a span {
    font-size: 14px;
    margin-left: 35px; }
  .contact-item a i {
    font-size: 21px; }
  .contact-item a.contact-email i {
    font-size: 14px; }
  .contact-item a.contact-location i {
    font-size: 21px; }
  .catalog-list .catalog-item h4, .catalog-list .catalog-item h3 {
    font-size: 14px; }
  .catalog-list .catalog-item .meeting-info {
    font-size: 12px; }
  .catalog-list .catalog-item .catalog-details .catalog-description {
    font-size: 12px; }
  .button {
    font-size: 12px; }
    .button.button-primary {
      font-size: 12px; }
    .button.button-secondary {
      font-size: 12px; }
  .select2-container {
    font-size: 10px; }
  .form-control, label {
    font-size: 10px; }
  .custom-radio-container > label {
    font-size: 14px; }
  .custom-radio-container .custom-control-label {
    font-size: 14px; }
  .custom-file .custom-file-label {
    font-size: 10px; }
    .custom-file .custom-file-label:after {
      font-size: 12px; }
  .link-download {
    font-size: 12px; }
  .meeting-detailed .agenda .agenda-head {
    flex-wrap: wrap; }
    .meeting-detailed .agenda .agenda-head h3 {
      font-size: 16px; }
    .meeting-detailed .agenda .agenda-head .date {
      font-size: 12px; }
    .meeting-detailed .agenda .agenda-head .link-download {
      flex-basis: 100%; }
  .meeting-detailed .agenda .agenda-list .agenda-item .agenda-text {
    font-size: 14px; }
  .meeting-detailed .agenda .agenda-list .agenda-item .agenda-author {
    font-size: 12px; }
  .meeting-detailed .audio h3, .meeting-detailed .decisions h3 {
    font-size: 14px !important; }
  .person-head {
    flex-direction: column; }
    .person-head .person-title {
      padding-top: 20px; }
      .person-head .person-title .person-name:before {
        height: 25px; }
      .person-head .person-title .person-name .person-heading {
        font-size: 14px;
        line-height: 22px;
        min-height: 40px;
        padding: 12px 20px 12px 20px; }
        .person-head .person-title .person-name .person-heading:before {
          height: 15px; }
      .person-head .person-title .person-position {
        font-size: 14px;
        padding: 10px; }
  .courts .news-preview-list .news-preview-outer .news-preview-item {
    width: 100%; }
    .courts .news-preview-list .news-preview-outer .news-preview-item .news-preview-image-container {
      height: 230px; }
    .courts .news-preview-list .news-preview-outer .news-preview-item .news-preview-content {
      padding: 15px 20px; }
      .courts .news-preview-list .news-preview-outer .news-preview-item .news-preview-content h2, .courts .news-preview-list .news-preview-outer .news-preview-item .news-preview-content h3, .courts .news-preview-list .news-preview-outer .news-preview-item .news-preview-content h4 {
        font-size: 14px; }
  .courts .contact-info a span {
    font-size: 12px; }
  .court-detailed .contact-info {
    float: left;
    width: 100%; }
    .court-detailed .contact-info a span {
      font-size: 12px; }
  .court-detailed .court-image-wrapper {
    width: 100%; }
  .court-detailed .judges .judges-head {
    flex-direction: column; }
    .court-detailed .judges .judges-head form select {
      width: 100% !important; }
    .court-detailed .judges .judges-head form .select2-container {
      width: 100% !important; }
  .video-list > * {
    width: 100%; }
  .video-list .video-item {
    width: 100%; }
    .video-list .video-item .video-text .video-title {
      font-size: 14px; }
    .video-list .video-item .video-text .video-date {
      font-size: 12px; }
  .structure-content .structure-item.structure-head {
    width: 100%;
    font-size: 16px; }
  .structure-content ul.structure-list {
    border: none !important; }
    .structure-content ul.structure-list:before {
      top: -50px !important; }
    .structure-content ul.structure-list > li {
      padding: 0 !important;
      margin-bottom: 25px;
      position: relative;
      flex-basis: 100% !important; }
      .structure-content ul.structure-list > li a.structure-item {
        width: 100%;
        font-size: 14px; }
        .structure-content ul.structure-list > li a.structure-item:before, .structure-content ul.structure-list > li a.structure-item:after {
          display: none; }
      .structure-content ul.structure-list > li:not(:last-child):before {
        position: absolute;
        bottom: -25px;
        left: calc(50% - 1px);
        content: "";
        display: block;
        height: 25px !important;
        width: 2px;
        background-color: #cacaca;
        top: auto; }
      .structure-content ul.structure-list > li > ul {
        width: 100% !important;
        padding: 25px 35px 0; }
        .structure-content ul.structure-list > li > ul li {
          margin-bottom: 25px !important;
          margin-top: 0; }
          .structure-content ul.structure-list > li > ul li a {
            width: 100% !important; }
          .structure-content ul.structure-list > li > ul li:not(:last-child):before {
            position: absolute;
            bottom: -25px;
            left: calc(50% - 1px);
            content: "";
            display: block;
            height: 25px !important;
            width: 2px;
            background-color: #cacaca;
            top: auto; }
          .structure-content ul.structure-list > li > ul li:last-child {
            margin-bottom: 0 !important; }
            .structure-content ul.structure-list > li > ul li:last-child:before {
              content: none; }
          .structure-content ul.structure-list > li > ul li:first-child:not(:last-child):after {
            position: absolute;
            bottom: auto;
            left: calc(50% - 1px);
            content: "";
            display: block;
            height: 25px !important;
            width: 2px;
            background-color: #cacaca;
            top: -25px; } }

@media (max-width: 767px) {
  .text-banner .text-banner-list li {
    flex-grow: 1 !important; }
  .person-list > * {
    width: 100%; } }

@media (max-height: 901px) {
  .video-modal .modal-dialog {
    max-width: 1067px; } }

@media (max-height: 801px) {
  .video-modal .modal-dialog {
    max-width: 889px; } }
