/* original issue ETR-2108 */
.fjord-stretch-btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: flex;
    height: 28px;
    align-items: center;
    padding: 5px 20px;
    text-transform: uppercase;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 32px;
    line-height: 1;
    color: #333333;
    justify-content: center;
}
#footer #footer-main{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: white;
    border-top: thin solid rgb(212,212,212);
    padding: 0;
    color: rgb(102, 102, 102);
    text-align: left;
}
#footer #footer-main a{
    font-size: 14px;
    color: #666666;
}
.footer-top-section{
    border-bottom: thin solid rgb(212,212,212);
}
#footer-main .inner-wrapper{
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footer-top-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-l-logo{
    margin: 25px;
}
.footer-l-logo img{
    width: 125px;
    height: 32px;
}
.footer-r-logo{
    display: flex;
    margin-top: 48px;
}
.footer-r2{
    margin-right: 48px;
    margin-left: 10px;
}
.footer-r1 img{
    width: 350px;
}
.footer-items-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 10px;
    border-bottom: thin solid rgb(212,212,212);
}
.footer-items-section ul{
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.footer-links-container a{
    padding: 8px 0;
    display: block;
}
#footer #footer-main .footer-top-link a{
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.footer-buttons-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
#footer #footer-main .footer-buttons-container .launch-btn{
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: lowercase;
    justify-content: space-between;
    padding: 16px;
    width: 280px;
    height: auto;
    color: rgba(0, 0, 0, 0.8);
}
#footer #footer-main .fjord-stretch-btn.co-browse{
    width: 170px;
    padding: 16px;
    height: auto;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.footer-social-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer-opco-name{
    padding: 0 10px;
}
.footer-social-links ul{
    list-style: none;
    margin: 24px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-social-links li{
    padding: 0 8px;
}
.footer-social-links img{
    opacity: 0.5;
    max-width: 100%;
    height: auto;
}
.footer-social-links img:hover{
    opacity: 1;
}
.footer-links-container li a,
.footer-bottom-section a,
.footer-copyright{
    opacity: 0.7;
}
.footer-bottom-section{
    padding: 0 10px;
}
.footer-bottom-links{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bottom-links li + li{
    padding-left: 24px;
}
.footer-copyright{
    margin: 12px  0;
    max-width: 778px;
    line-height: 1.4;
}
.footer-bottom-section * {
    font-size: 13px;
}
#footer #footer-main .inner-wrapper {
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 820px) {
    #footer #footer-main .inner-wrapper{
        height: auto;
    }
    .footer-r1{
        display: none;
    }
    .footer-top-section{
        display: block;
    }
    .footer-l-logo{
        text-align: center;
    }
    .footer-r-logo{
        margin: 0;
        padding: 16px 0;
    }
    .footer-r2{
        margin: 0 auto;
    }
    .footer-top-section{
        border-bottom: none;
    }
    .footer-links-container{
        width: 100%;
    }
    .footer-links-container ul{
        display: none;
    }
    .footer-links-container a{
        padding: 20px;
        display: block;
        border-top: thin solid rgb(212,212,212);
    }
    .footer-links-container ul{
        background: #f9f9f9;
        margin: 0;
    }
    .footer-buttons-container{
        width: 100%;
        align-items: center;
    }
    .footer-top-link a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-top-link a:after{
        content: "\f067";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 20px;
    }
    .footer-top-link a.is-open:after{
        content: "\f068";
    }
}