
.footer_logo.center_footer_logo{
    float:none;
    padding: 0;
}
/**UIC new class**/
.footer_logo_container{
    text-align: center;
    padding-bottom:40px;
}

.footer.center_footer{
    background-color: #131313;
    padding: 36px 0;
}

.footer.center_footer h2{
    background: none;
    text-transform: none;
    font-size:16px;
    font-weight: normal;
    height: 16px;
    min-height: 0;
}

.footer .contact.center_contact{
    width:38%;
    padding-right: 0;
}
/**UIC new class*/
.footer .useful_links{
    width:20%;
}
.footer .useful_links ul li a:hover{
    text-decoration:underline;
}
/**UIC new class**/
.footer .useful_links ul{
    display: inline-block;

}
/**UIC new class*/
.footer .useful_links .links_first_column{
    padding-right: 50px;
}
/**UIC new class**/
.footer .useful_links ul li{
    padding-bottom: 20px;
}

.container.center_container{
    width:1000px;
    max-width: 100%;
}

.center_container > div{
    float:left;
}

.footer .follow_us.center_follow_us{
    width:38%;
}

.footer .tablet_follow_us{
    display: none;
}

.footer .follow_us.tablet_follow_us{
    width:215px;
    margin:0 auto;
    margin-bottom: 30px;
}

.footer .follow_us.center_follow_us ul{
    padding: 0;
}

.footer .follow_us.center_follow_us ul li {
    display: inline-block;
    float:left;
    width: auto;
    padding:0 5px;
}

.footer .follow_us.center_follow_us ul li:first-child{
    padding-left:0;
}
/**UIC new class**/
.footer .center_follow_us .follow_icon{
    width: 45px;
    height: 45px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top;
}
/**UIC new class**/
.footer .follow_us.center_follow_us .twitter_link .follow_icon{
    background-image: url("https://www.techskills.org/Areas/Careers/Static/images/tw.png");
}
/**UIC new class**/
.footer .follow_us.center_follow_us .facebook_link .follow_icon{
    background-image: url("https://www.techskills.org/Areas/Careers/Static/images/fb.png");
}
/**UIC new class**/
.footer .follow_us.center_follow_us .google_link .follow_icon{
    background-image: url("https://www.techskills.org/Areas/Careers/Static/images/g.png");
}
/**UIC new class**/
.footer .follow_us.center_follow_us .linkedin_link .follow_icon{
    background-image: url("https://www.techskills.org/Areas/Careers/Static/images/in.png");
}

.footer_links_bottom.small_footer_links_bottom ul li{
    text-transform: none;
    line-height: 76px;
}

.footer_links_bottom .container.links_bottom_container{
    width: 671px;
    max-width: 100%;
}

.footer_links_bottom.small_footer_links_bottom{
    min-height: 76px;
}

.footer_links_bottom.small_footer_links_bottom ul li{
    padding-left:60px;
}

.footer_links_bottom.small_footer_links_bottom ul li:first-child{
    padding-left:0px;
}

.footer_links_bottom.small_footer_links_bottom ul {
    padding-left:0px;
}


@media only screen and (max-width:1023px){
    .footer .tablet_follow_us{display: block;}
    .footer .follow_us.desktop_follow_us{display:none; }

@media only screen and (min-width:768px) and (max-width:1023px){
    .footer .contact.center_contact{
        float:left;
        width:65%;
        width: 55%;
        padding-left: 10%
    }
    .footer .useful_links{width:30%;}
}

    @media only screen and (max-width:767px) {
        .footer .follow_us.tablet_follow_us {
            margin: 0;
            margin-bottom: 40px;
            padding-left: 35px;
        }

        .footer .useful_links {
            width: 200px;
            padding-left: 35px;
        }

        .footer .contact.center_contact {
            padding-left: 35px;
        }

        .footer_container .footer.center_footer {
            background-color: #000000;
            padding-bottom: 0;
        }

        .contact.center_contact address {
            font-size: 13px;
        }

        .footer_links_bottom .container.links_bottom_container {
            margin: 0;
        }

        .footer_links_bottom.small_footer_links_bottom ul {
            width: 100%;
        }

            .footer_links_bottom.small_footer_links_bottom ul li {
                padding-left: 0;
                line-height: 20px;
            }

                .footer_links_bottom.small_footer_links_bottom ul li:first-child {
                    padding-left: 35px;
                }

                .footer_links_bottom.small_footer_links_bottom ul li:nth-child(4) {
                    clear: both;
                    padding-left: 35px;
                }

                .footer_links_bottom.small_footer_links_bottom ul li, .footer_links_bottom.small_footer_links_bottom ul li:first-child {
                    width: auto;
                    padding-right: 15px;
                }
    }
    @media only screen and (max-width:322px){
        .footer_links_bottom.small_footer_links_bottom ul li:first-child,.footer_links_bottom.small_footer_links_bottom ul li:nth-child(4){padding-left:0;}
        .footer_links_bottom.small_footer_links_bottom ul li a{font-size: 12px;}
        .footer_links_bottom.small_footer_links_bottom ul li{padding-right: 15px;}
        .footer_links_bottom.small_footer_links_bottom ul, .footer .follow_us.tablet_follow_us,.footer .contact.center_contact,.footer .useful_links{padding-left:4%;}
    }
