.content {
    padding: 1.875rem;
}

@media screen and (max-width: 81.25rem) {
    .content {
        font-size: 0.875rem;
    }
    .content h1 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 40.625rem) {
    .content {
        font-size: 0.75rem;
    }
    .content h1 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 31.25rem) {
    .content h1 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 52.375rem) {
    .content {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 45rem) {
    .content {
        padding: 0.625rem;
    }
}

@media screen and (max-width: 45rem) {
    .paragraph>.paragraph__column {
        padding: 0 !important;
    }
}

.paragraph>.paragraph__column .card-block {
    padding: 0;
}

#menu_col {
    list-style: none;
}

@media screen and (max-width: 74.25rem) {
    #menu_col {
        display: none;
    }
}

#content_col {
    border-right: thin solid #ccc;
}

@media screen and (max-width: 74.25rem) {
    #content_col {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        border: none;
    }
}

ol.breadcrumb {
    background: 0 0;
    padding: 0;
}

li.breadcrumb-item a {
    color: #afafaf;
    font-size: 1rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #afafaf;
    content: "/";
}

.top-header-second div#main_nav {
    background: #ecf1f7;
}

.top-header-second div#main_nav ul.navbar-nav.ml-auto {
    font-size: 1rem;
    background: #ecf1f7;
    height: 33px;
    margin-top: -0.3125rem;
}

div#back {
    margin-top: 0.9375rem;
}

#content_gray {
    background: #f0f5f9;
}

#content_white {
    background: #fff;
    z-index: 1;
    min-height: 600px;
}

.tab-content>.active {
    border: none;
}

.tab-pane-content {
    background: #f0f5f9;
    padding: 0.9375rem;
    border: none !important;
}

ul#myTab {
    row-gap: 10px;
    background: #fff;
    border: none;
    border: 1px solid #dee2e6;
}

#myTab {
    row-gap: 10px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
}

.ribbon {
    position: relative;
    text-align: center;
    background: #303a65;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.3125rem 0.1875rem 0.3125rem;
    border-top-right-radius: 8px;
    height: 38px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    z-index: 100;
    vertical-align: middle;
    margin-top: auto;
    display: block;
    height: 100%;
    min-height: 30px;
    -webkit-box-shadow: 0 0 15px #65625d9e;
    box-shadow: 0 0 15px #65625d9e;
}

@media screen and (max-width: 82.25rem) and (min-width: 59.4375rem) {
    .ribbon {
        max-width: 250px;
        padding: 0.3125rem 0.3125rem 0.3125rem;
    }
}

@media screen and (max-width: 59.4375rem) and (min-width: 500px) {
    .ribbon {
        max-width: 150px;
    }
}

.ribbon:before {
    height: 0;
    width: 0;
    top: 0;
    left: -12px;
    border-top: 10px solid #112c58;
    border-left: 12px solid transparent;
    border-radius: 70px 10px 0 0;
    z-index: -1;
}

.ribbon:after,
.ribbon:before {
    content: "";
    position: absolute;
}

.ribbon:after {
    height: 0;
    width: 0;
    right: -12px;
    top: 0;
    border-top: 10px solid #112c58;
    border-right: 12px solid transparent;
    border-radius: 0 70px 0 10px;
}

a.nav-link {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

ul#myTab li {
    margin-top: -0.75rem;
    border-bottom: none !important;
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
}

@media screen and (max-width: 500px) {
    ul#myTab li {
        width: 100%;
    }
}

ul#myTab li a {
    height: 100%;
}

a.nav-link.active {
    background: #fff !important;
    margin: 0;
    border-color: #fff !important;
}

a.nav-link.active .ribbon {
    background: #d2b938;
}

a.nav-link.active .ribbon:before {
    border-top: 10px solid #ab9839;
}

a.nav-link.active .ribbon:after {
    border-top: 10px solid #ab9839;
}

ul ul :not(a.is-active)~ul {
    display: none;
}

.ckeditor-accordion-container>dl dt>.ckeditor-accordion-toggle:after,
.ckeditor-accordion-container>dl dt>.ckeditor-accordion-toggle:before {
    background: #303a65;
}

.ckeditor-accordion-container>dl dt>a {
    background-color: #f0f5f9;
    color: #303a65;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px #bed3e2;
    box-shadow: 0 0 5px #bed3e2;
    margin-bottom: 0.9375rem;
}

.ckeditor-accordion-container>dl dt>a:hover {
    background-color: #fff;
}

.ckeditor-accordion-container>dl dt.active>a {
    background-color: #f0f5f9;
}

.ckeditor-accordion-container>dl {
    border: 1px solid #fff;
}

.node__content img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.tab-content {
    background: #fff;
    padding: 0;
}

.highlighted .fade:not(.show) {
    opacity: 1;
}

.tab-content .content {
    padding: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: 0 0;
}

.card-header {
    background-color: #f0f5f9;
    color: #303a65;
    border-bottom: 1px solid #fff;
    /* -webkit-box-shadow: 0 0 5px #bed3e2;
    box-shadow: 0 0 5px #bed3e2; */
    padding: 0;
    margin-bottom: 0.625rem;
}

.card-header .panel-title {
    font-weight: 700;
}


/* .card-header :hover {
  background-color: #fff;
} */

.card-block {
    background: #fff;
}

.paragraph--bp-accordion-container .card {
    background-color: #fff !important;
}

.table .thead-light th {
    background-color: #f0f5f9 !important;
    vertical-align: top;
}

.table-hover tbody tr:hover {
    background-color: #f0f5f9 !important;
}

.speciality_card .field.field--name-field-text.field--type-string.field--label-hidden.field__item {
    display: inline;
}

h1.title {
    color: #303a65;
    margin-bottom: 2.5rem;
}

.paragraph>.paragraph__column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.accordion-button {
    display: block;
    padding: 10px;
    background-color: #f0f5f9;
    color: #303a65;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px #bed3e2;
    box-shadow: 0 0 5px #bed3e2;
    margin-bottom: 0.625rem;
    outline: none;
    border: none;
    text-align: left;
    width: 100%;
    font-weight: 700;
}

.accordion-button:hover {
    color: #0056b3;
    text-decoration: underline;
}

.accordion-item:first-child .accordion-button {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.accordion-button:after {
    content: "";
    float: right;
}

#myTab .nav-link {
    color: white;
    background: #303a65;
}

#myTab>.nav-link:not(:last-child) {
    margin-right: 10px;
}

#myTab .nav-link.active {
    background: #d2b938;
}


#cookie-modal.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 600px;
    max-width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  }
  
  #cookie-modal .modal-header {
    padding: 10px 18px;
    background-color: #eff6ff;
  }
  
  #cookie-modal .modal-header h5 {
    margin: 0;
  }
  
  #cookie-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 18px;
    background-color: rgba(231, 231, 231, 0.788);
  }
  
  #cookie-modal .modal-body {
    padding: 20px;
  }
  
  #cookie-modal .modal-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  
  #cookie-modal .label {
    font-size: 14px;
    color: #a1a1a1;
  }
  
  #cookie-modal .description {
    font-size: 16px;
    margin: 0;
  }
  
  #cookie-modal .description a {
    color: #303a65;
    text-decoration: none;
  }
  
  #cookie-modal .description a:hover {
    color: darken(#303a65, 20%);
  }
  
  #cookie-modal .button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
  
  #cookie-modal .button-primary {
    background-color: #303a65;
    color: #fff;
  }
  
  #cookie-modal .button-outline {
    background-color: #fff;
    color: #303a65;
    border: 1px solid #303a65;
  }
  
  #cookie-modal .button:focus {
    outline: 2px solid #303a65;
  }
  
  #cookie-modal.modal input[type="checkbox"]:checked {
    background-color: #303a65;
    border-color: #303a65;
  }
  
  #cookie-modal.modal input[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(48, 58, 101, 0.25);
  }
  
  #cookie-banner.cookie {
    z-index: 100;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 30px;
    background: #303a65;
    color: #fff;
    padding: 20px 100px 20px 85px;
    line-height: 18px;
  }
  
  #cookie-banner.cookie p {
    text-align: justify;
    flex: auto;
  }

  #cookie-banner.cookie a {
    color: #dcbb0c;
  }
  
  #cookie-banner .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .footer__bottom-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
#cookie-button {

    color: white;
}

  #cookie-banner .cookie-button {
    border-radius: 5px;
    padding: 7px 12px;
    background: #dcbb0c;
    color: #000;
    border: none;
    cursor: pointer;
  }
  
  #cookie-banner .decline-button {
    color: #fff;
    background: #ce0000;
    border-radius: 5px;
    padding: 7px 12px;
    border: none;
    cursor: pointer;
  }
  
  @media (max-width: 991px) {
    #cookie-banner.cookie {
      padding: 20px;
      flex-direction: column;
      gap: 15px;
    }
  
    #cookie-banner.cookie p {
      margin: 15px 5px;
      text-align: justify;
    }
  
    #cookie-banner .buttons {
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
    }
  }
  
  @media (max-width: 490px) {
    #cookie-banner.cookie {
      padding: 10px 15px;
    }

    #cookie-modal .description {
      font-size: 13px;
    }
  }