
.site-footer {
background: var(--darkblue);
}
.site-footer *{
font-size: 0.9375rem;
}
.site-footer .content {
color: inherit;
color:var(--white);
}
.site-footer .block{
border: 0;
}
.site-footer__top .region {
float: none;
}
.site-footer__top{
display: flex;
align-items: first baseline;
}
.site-footer__top p {
margin-top: 0;
}
#clewFooterMenu{
display: grid;
width: 100%;
margin-left: 4rem;
}
#clewFooterMenu ul{
grid-template-columns: 1fr 1fr 1fr 1fr;
display: grid;
padding: 0;
margin: 0;
}
#clewFooterMenu ul ul{
display: block;
background: transparent;
}
#clewFooterMenu .dropdown-item.active, 
#clewFooterMenu .dropdown-item:active {
background-color: transparent !important;
}
#clewFooterMenu ul ul li,
#clewFooterMenu ul ul li a{
display: block;
padding: 0;
margin: 0;
}
#clewFooterMenu ul li a{
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-family: "OpenSansBold";
padding-bottom: .3125rem;
display: block;
}
#clewFooterMenu ul li a:after{
display: none;
}
#clewFooterMenu ul ul li a{
text-transform: none;
font-family: "OpenSans";
padding-bottom: .3125rem;
}
#clewFooterContact{
color: #fff;
border-right: 1px solid #fff;
padding-right: 5rem;
}
#clewFooterContact a{
color:#2bacef;
text-decoration: none;
}
#clewFooterContact span{
font-size: 1.25em;
line-height: 1.35em;
margin-bottom: 2px;
font-weight: 400;
display: block;
margin-top: 1.25rem;
}

#clewFooterContact span a{
color:#fff;
}
#clewFooterLinks{
margin-top: 1.5rem;
}
.clewFooterLinks{
display: flex;
}
#clewFooterContactSocial{
margin-top: 3rem;
display: flex;
}
#clewFooterContactSocial a{
display: block;	
width: 36px;
height: 45px;
text-indent: -999999px;
}
#clewFooterContactSocial .socialX{
background: url(/themes/custom/clew_barrio/icons/uEA1B-x.svg) no-repeat;
background-position: 0 10px;
background-size: 20px;
}
#clewFooterContactSocial .socialLI{
background: url(/themes/custom/clew_barrio/icons/uEAB1-linkedin.svg) no-repeat;
background-position: 0 10px;
background-size: 21px;
}
#clewFooterContactSocial .socialBS{
background: url(/themes/custom/clew_barrio/icons/uEBA1-bluesky.svg) no-repeat;
background-position: 0 10px;
background-size: 25px;
}

#main .clewSlogan{
text-align: center;
margin-top: 4rem;
}
#main .clewSlogan p{
color: var(--lightgrey);
font-size: 1.875rem;
display: inline-block;
margin-bottom: 2.5rem;
}
#main .clewSlogan:before,
#main .clewSlogan:after{
content: '';
display: inline-block;
width: 137px;
height: 4px;
background-color: #1E9FCF;
margin-bottom: 8px;
}
#main .clewSlogan:before,
#main .clewSlogan:after{
content: '';
display: inline-block;
width: 137px;
height: 4px;
background-color: #1E9FCF;
margin-bottom: 8px;
}
#main .clewSlogan:before{
margin-right: 2rem;
}
#main .clewSlogan:after{
margin-left: 2rem;
}


.site-footer .region-footer-first a{
color:var(--link);
}

#clewFooterLinks a{
color: #fff;
text-decoration: none;
}


.newsletterLink{
margin-right: 1.5rem;
}

#clewFooterCopyright{
display: flex;
justify-content: flex-end;	
}
#clewFooterCopyright ul{
display: flex;
margin-right: 3rem;
}
#clewFooterCopyright ul li{
margin-left: 3px;
list-style: none;
list-style-type: none;
}
#clewFooterCopyright ul li a{
text-decoration: none;
}
#clewFooterCopyright ul li:first-child a:after{
content: ' | '
}
#clewFooterCopyright *{
color:#fff;
font-size: .75rem;
}


#clewFlyoutMenu{
position: fixed;
right: 0;
top:13.25rem;
background: var(--lightredbkgr);
transform: translateX(78%);  
transition: transform 0.3s ease;
z-index: 9;
}
#clewFlyoutMenu:hover {
transform: translateX(0); 
}
#clewFlyoutMenu ul,
#clewFlyoutMenu li{
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
}
#clewFlyoutMenu li:after{
content: '';
display: block;
width: 42px;
height: 1px;
background-color: #fff;
margin-left: 11px;
}
#clewFlyoutMenu li:last-child:after{
display: none;
}
#clewFlyoutMenu a{
display: block;
color: #fff;
text-decoration: none;
padding: 20px 69px 18px 60px;
background-size: 35px !important;
background-position: 14px 14px !important;
font-family: "OpenSansBold";
}
#clewFlyoutMenu a:hover{
background-color: var(--darkredbkgr);
}
#clewFlyoutMenu .iconNewsletter{
background: url(/themes/custom/clew_barrio/icons/uEA0F-newsletter.svg) no-repeat;
}
#clewFlyoutMenu .iconNetwork{ 
background: url(/themes/custom/clew_barrio/icons/uEA0D-network.svg) no-repeat;	
}
#clewFlyoutMenu .iconExperts{
background: url(/themes/custom/clew_barrio/icons/uEA0B-interview_partner.svg) no-repeat;
}



#toTop{
position: absolute;
right: 0;
bottom: 0;
text-transform: uppercase;
background: #122F4E;
}
#toTop a{
background: url(/themes/custom/clew_barrio/icons/uEA04-arrow_up.svg) no-repeat;
position: relative;
font-family: "OpenSans";
font-size: 0.875em;
line-height: 5px;
display: block;
color: #2bacef;
text-decoration: none;
padding: 15px 13px 10px 37px;
font-weight: 600;
background-size: 17px;
background-position: 10px 9px;
}







