/**
 * @file
 * Subtheme specific CSS.
 */
:root {
  --main-color: #00368A;
  --border-color:#ccc;
}

body{
    background-color: #e1e2e2;
}
b, strong{
    font-weight: bold;
}
header{
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}
header .region-secondary-menu{
    margin-left: auto;
}
header .region-secondary-menu a,
header .region-secondary-menu a:hover{
    color:black;
    padding-top: 0;
    padding-bottom: 0;
}
header .region-secondary-menu a:not(:last-of-type){
    border-right: 1px solid var(--border-color);
}
header .region-secondary-menu a.nav-link--user::before{
    background-image: url('data:image/svg+xml,<svg class="bi bi-person-check" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M11 14s1 0 1-1-1-4-6-4-6 3-6 4 1 1 1 1h10zm-9.995-.944v-.002.002zM1.022 13h9.956a.274.274 0 00.014-.002l.008-.002c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664a1.05 1.05 0 00.022.004zm9.974.056v-.002.002zM6 7a2 2 0 100-4 2 2 0 000 4zm3-2a3 3 0 11-6 0 3 3 0 016 0zm6.854.146a.5.5 0 010 .708l-3 3a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708L12.5 7.793l2.646-2.647a.5.5 0 01.708 0z" clip-rule="evenodd"/></svg>');
}
header .region-secondary-menu a.nav-link--user::before{
    background-image: url('data:image/svg+xml,<svg class="bi bi-person-check" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M11 14s1 0 1-1-1-4-6-4-6 3-6 4 1 1 1 1h10zm-9.995-.944v-.002.002zM1.022 13h9.956a.274.274 0 00.014-.002l.008-.002c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664a1.05 1.05 0 00.022.004zm9.974.056v-.002.002zM6 7a2 2 0 100-4 2 2 0 000 4zm3-2a3 3 0 11-6 0 3 3 0 016 0zm6.854.146a.5.5 0 010 .708l-3 3a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708L12.5 7.793l2.646-2.647a.5.5 0 01.708 0z" clip-rule="evenodd"/></svg>');
}
header .region-secondary-menu  a.nav-link--user-logout::before{
    background-image: url('data:image/svg+xml,<svg class="bi bi-lock" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M11.5 8h-7a1 1 0 00-1 1v5a1 1 0 001 1h7a1 1 0 001-1V9a1 1 0 00-1-1zm-7-1a2 2 0 00-2 2v5a2 2 0 002 2h7a2 2 0 002-2V9a2 2 0 00-2-2h-7zm0-3a3.5 3.5 0 117 0v3h-1V4a2.5 2.5 0 00-5 0v3h-1V4z" clip-rule="evenodd"/></svg>');
}
header .region-secondary-menu  a.nav-link--user-login::before {
  background-image: url('data:image/svg+xml,<svg class="bi bi-unlock" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M9.655 8H2.333c-.264 0-.398.068-.471.121a.73.73 0 00-.224.296 1.626 1.626 0 00-.138.59V14c0 .342.076.531.14.635.064.106.151.18.256.237a1.122 1.122 0 00.436.127l.013.001h7.322c.264 0 .398-.068.471-.121a.73.73 0 00.224-.296 1.627 1.627 0 00.138-.59V9c0-.342-.076-.531-.14-.635a.658.658 0 00-.255-.237A1.122 1.122 0 009.655 8zm.012-1H2.333C.5 7 .5 9 .5 9v5c0 2 1.833 2 1.833 2h7.334c1.833 0 1.833-2 1.833-2V9c0-2-1.833-2-1.833-2zM8.5 4a3.5 3.5 0 117 0v3h-1V4a2.5 2.5 0 00-5 0v3h-1V4z" clip-rule="evenodd"/></svg>');
}
header .navbar-brand img{
    max-width: 250px;
    width: 100%
}
header .navigation .navbar-nav .nav-item a.nav-link--::before{
    content:none;
}
header .navigation .navbar-nav .nav-item{
    padding-left: 30px;
}
header .navigation .navbar-nav .nav-item a{
    color:black;
    border-bottom: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
}
header .navigation .navbar-nav .nav-item.active a,
.ga-environment header .navigation .navbar-nav .nav-item:nth-child(2) a,
header .navigation .navbar-nav .nav-item a.is-active{
    color:var(--main-color);
    font-weight: bold;
    border-bottom-color: var(--main-color);
}
header .navbar .container .container.region{
    width: auto;
}
footer.site-footer{
    margin-top: 90px;
}
#page .highlighted{
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px;
    margin-bottom: 30px;
    padding-top: 60px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#page .highlighted:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#page .highlighted aside{
    position: relative;
    z-index: 1;
}
.ga-environment #page .highlighted{
    background-image: url(../img/bg/ga-environment.jpg);
}
.page-title{
    display: flex;
}
.page-title .subtitle{
    font-size: 1.4rem;
}
.page-title .dropdown-wrapper{
    margin-left: auto;
    text-align: right;
}
.page-title .dropdown-wrapper p{
    color:var(--main-color);
    margin-bottom: 0;
}
.page-title .dropdown-toggle{
    color: black;
    text-decoration: none;
    border:none;
    outline: none;
    background-color: transparent;
    align-items: center;
    display: flex;
}
.page-title .material-icons{
    padding-right: 5px;
}
.page-title .dropdown-item{
    align-items: center;
    display: flex;
}
.page-title .dropdown-menu{
    border-radius: 0;
    border-color: var(--border-color);
}
/**
.alert-wrapper{
    bottom: auto;
    top: 100px;
    max-width: 800px;
    right: 50px;
    left: auto;
}
**/
.alert-wrapper:empty {
    display: none;
}
.main-content .tabs{
    margin-bottom: 0;
    display: flex;
}
.main-content .tabs ul{
    border: none;
    margin-left: auto;
    margin-right: 15px;
}
.main-content .tabs .nav-item{
    margin-left: 15px;
}
.main-content .tabs .nav-item .nav-link{
    border:1px solid var(--border-color);
    border-bottom: none;
    background-color: transparent;
    color:black;
}
.main-content .tabs .nav-item.active .nav-link{
    background-color: var(--border-color);
}
.main-content .tabs + .block .content{
    background-color: white;
    border:2px solid var(--border-color);
    padding:30px;
}
.main-content .tabs + .block .content .links ul{
    list-style: none;
    padding:0;
    margin:0;
}
.main-content .tabs + .block .content .links ul li{
    margin-bottom: 10px;
}
.main-content .tabs + .block .content .links ul li a{
    min-width: 200px;
    display: flex;
    align-items: center;
    max-width: 250px;
}
.main-content .tabs + .block .content .links ul li a span{
    margin-left: auto;
    margin-right: 5px;
    border-radius: 15px;
    background-color: #00c791;
    transition: margin-right 0.5s ease-in;
}
.main-content .tabs + .block .content .links ul li a:hover span{
    margin-right: 0;
   transition: margin-right 0.5s ease-in;
}
.questions-responses .item-cuestion{
    margin-bottom: 30px;
}
.questions-responses .item-cuestion .question,
.focus-responses .item-cuestion .question{
    background-color: var(--main-color);
    color:white;
    padding:5px;
}
.questions-responses .item-cuestion .question p:last-child,
.focus-responses .item-cuestion .question p:last-child,
.questions-responses .item-cuestion .response p:last-child,
.focus-responses .item-cuestion .response p:last-child,
.questions-responses .item-cuestion .description p:last-child{
    margin-bottom: 0;
}
.focus-responses .item-cuestion .question p br:last-child,
.questions-responses .item-cuestion .question p br:last-child{
    display: none;
}
.questions-responses .item-cuestion .response,
.focus-responses .item-cuestion .response{
    padding:15px;
    border:1px solid var(--border-color);
}
.questions-responses .item-cuestion .update,
.questions-responses .item-cuestion .files,
.focus-responses .item-cuestion .update,
.focus-responses .item-cuestion .files{
}
.file li{
    border:none;
    background-color: transparent;
    margin-bottom: 15px;
}
.focus-responses .item-cuestion .update{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.policies-responses{
    margin-top: 30px;
}
.policies-responses .item-cuestion{
    margin-bottom: 30px;
}
.policies-responses .item-cuestion > div{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted var(--border-color);
}
.table-responsive th{
    background-color: var(--main-color);
    min-width: 150px;
}
.table-responsive .list-group-item{
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 4px;
}
footer.site-footer .site-footer__top{
    display: flex;
}
footer.site-footer .site-footer__top .region{
    width: auto;
}
footer.site-footer .block{
    margin:0;
    border:none;
    padding: 0;
}
footer.site-footer .site-footer__top .region:last-child{
    margin-left: auto;
}
form[class^='ga-environment-']:not(.ga-environment-aspects) fieldset .fieldset-legend,
form[class^='ga-environment-'] div[id*='-response-format-help'],
form[class^='ga-environment-'] div[id*='-format-help'],
form[class^='ga-environment-']:not(.ga-environment-aspects) .table-responsive thead,
form[class^='ga-environment-'] .tabledrag-toggle-weight-wrapper{
    display: none;
}
form[class^='ga-environment-'] button.form-submit::before{
    content:none;
}
form[class^='ga-environment-'] .table-responsive .description:first-of-type p{
    font-size: 18px;
    font-weight: bold;
}
form[class^='ga-environment-'] .description p br{
    display: none;
}

form[class^='ga-environment-'] #edit-policies-questions label{
    font-weight: bold;
}
form.ga-environment-aspects fieldset .fieldset-legend{
    font-family: "Philosopher",sans-serif;
    font-size: 2rem;
}
form.ga-environment-aspects div[class*='form-item-aspects-'] label{
    display: none;
}
form.ga-environment-aspects input + div[class*='form-item-aspects-indicators-'] label{
    display: block;
}
form[class^='ga-environment-'] *[id*='-remove-button'],
form[class^='ga-environment-'] .multivalue-add-more-submit{
    font-size: 12px;
    padding: 5px;
    line-height: 1;
    background: transparent;
    color: var(--main-color);
    width: auto;
    padding-left: 20px;
    padding-top: 5px;

}
label[for*='response-update-value']{
    font-weight: bold;
}
form.ga-environment-aspects .field-multiple-table thead{
    display: none;
}
form.ga-environment-aspects .field-multiple-table td,
form.ga-environment-aspects .field-multiple-table tr{
    background-color: transparent;
    border:none;
    --bs-table-accent-bg:none;
}
form.ga-environment-aspects .field-multiple-table td{
    border-bottom: 1px solid white;
}
form[class^='ga-environment-'] *[id*='-remove-button']{
    background-image: url(../img/bin.svg);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 4px;
}
form[class^='ga-environment-'] .multivalue-add-more-submit{
    background-image: url('../img/add.svg');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 4px 4px;
}
.page-user-login main .region-content, .page-user-password main .region-content{
    max-width: 800px;
    background: transparent;
}
.anchor-wrapper{
    display: flex;
    list-style: none;
    padding:0;
    margin:0 0 30px 0;
}
.anchor-wrapper li{
    margin-right: 15px;
}
.anchor-wrapper li::after{
    content:"|";
    padding-left: 15px;
    position: relative;
    top: -1px;
}
.anchor-wrapper li:last-of-type:after{
    content:none;
}
.anchor-wrapper li a{
    text-decoration: none;
    color:black;
    font-weight: bold;
}
.description.more-info{
    margin-bottom: 15px;
}
.description.more-info > div{
    max-height: 100px;
    height: 100%;
    overflow: hidden;
    position:relative;
    text-overflow: ellipsis;
    transition: 0.4s ease;
}
.description.more-info.more-info-larger > div{
    max-height: 210px;
}
.description.more-info.active > div{
    max-height: 100%;
    transition: 0.4s ease;
}
.description.more-info > div + a{
    display: inline-block;
    margin-top: 5px;
    color:var(--main-color);
}
.description.more-info > div + a:after{
    content:" +";

}
.description.more-info.active > div + a:after{
    content:" -";
}
.description.more-info > div:empty,
.description.more-info > div:empty + a{
    display: none;
}

a.btn.btn-outline-primary.btn-sm {
    text-align: left;
    border: none;
    width: 100%;
}