#logo img{
    max-width:225px;
}

.header-top-container .header-container{
    background: rgba(255,255,255,0.8);
    padding-bottom: 5px;
}

.header-logo-container > div > *{
    float:left;
}

#ste_container_ciLogoContent{
    margin-right:30px;
}

#ste_container_ciPhone{
    text-align: right;
    padding-top: 55px;
    font-size: 24px;
    color: #00ADEF;
}

#ste_container_ciPhone img{
    margin-right:10px;
}

.menu-toggle{
    border:1px solid #ddd;
    border-radius:3px!important;
    width:
    auto;
    padding:9px 10px;
    position: absolute;
    right: 15px;
    top: 0;
}

#ft h3{
    color:#EFEFEF;
}

.footer-content a{
    text-decoration:none;
    color:#fff;
}

.footer-content ul{
    list-style:none;
    padding:0;
}

.footer-content li a{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

.footer-nav-copyright{
    font-size:14px;
    font-weight:300;
}

.footer-nav-copyright img{
    margin-bottom:30px;
}

.footer-nav-copyright ul{
    list-style: none;
    display:flex;
    justify-content:center;
    margin: 0;
}

.footer-nav-copyright ul li:after{
    content:'|';
    margin:0px 5px;
}

.footer-nav-copyright ul li:last-child:after{
    display:none;   
}

.footer-nav-copyright ul li a{
    text-decoration:none;
    font-weight:bold;
}

.CTA a{
    height:330px;
    display:
    block;
    background-size:
    cover;
    background-position:
    center;
    border-radius:8px;
    position:
    relative;
    margin-bottom: 30px;
}

.CTA a div{
    position:absolute;
    bottom:30px;
    left:30px;
}

.CTA h3{
    color: #FFF;
    text-shadow: 2px 2px 0 rgb(0 0 0 / 30%);
}

.img-rounded{
    max-height:300px;
    border-radius: 6px;
    display:block;
    margin:0px auto 10px auto;
}

@media(max-width:767px){
    #ste_container_ciPhone{
        padding-top: 0px;
    }
    
    .header-logo-container > div > *{
        float: none;
    }

    .header-logo-container {
        float: none;
    }

    #ste_container_ciLogoContent{
        margin-right:0px;
    }

    .footer-nav-copyright ul{
        list-style: none;
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .footer-nav-copyright ul li:after{
        display:none;
    }
}
