#footer-test {
    background: #185f7d;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    width:100%;
}
#footer-test .top {
    margin-top: 60px;
}
#footer-test .logo{
    display: inline-block;
    vertical-align: middle;
}

#footer-test.logo {
    margin: 0;
    width: 122px;
}

#footer-test a {
    font-size: 10px;
    color: rgba(255,255,255,.85);
}
.logo {
	width: 125px;
	height: 51px;
    display: block;
    background-position: 0 0;
}
.top-row {
    display: inline;
}
.bi-sg-logo {
	background: url('../images/sprites_sister_sites.png?1') no-repeat 0 -551px;
	width: 125px;
	height: 70px;
}

.bi-my-logo {
	background: url('../images/sprites_sister_sites.png?1') no-repeat 0 -661px;
	width: 125px;
	height: 67px;
}
#footer-test .social-icons {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 52px;
}
#footer-test .social-icons ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding-left: 0;
    vertical-align: middle;
}
#footer-test .social {
    margin-right: 20px;
    display: inline-block;
}
#footer-test .social-icons a {
    font-size: 36px;
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
#footer-test .social-prompt {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    color: #fff;
}
#footer-test .sister-sites {
	background: url("../images/sprites_sister_sites.png");
    display: inline-block;
    width: 125px;
    height: 62px;
}
#footer-test .sister-sites-container {
    display: inline-block;
    vertical-align: middle;
}
.sister-site-prompt {
    display: inline-block;
    margin-right: 40px;
    padding-top: 13px;
    vertical-align: top;
    color: #fff;
}
#footer-test .sister-sites.sister-one {
    background-position: 0 -386px;
	width: 125px;
	height: 51px;
}
#footer-test .sister-sites.sister-two {
    margin-left: 50px;
    background-position:  0 -468px;
	width: 125px;
	height: 51px;
}
#footer-test .list-pipes:first-of-type {
    margin-top: 85px;
}

#footer-test .list-pipes li {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,.5);
    line-height: 9px;
    padding:0 3px;
    margin-left: 0;
}
#footer-test .list-pipes>ul>li:first-child {
    margin-right: 0;
    border: 0;
    padding: 0;
}
.td-footer-info {
    display: none;
}

.dropdown {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) { 

    #footer-test .logo, #footer-test .sister-sites-container, #footer-test .social-prompt, 
    #footer-test .list-pipes:first-of-type li, .international-links.list-pipes  {
        display: none;
    }
    .td-custom-html-mob {
        padding: 0;
    }
    #footer-test {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer-test .top {
        margin-top: 50px;
    }
    #footer-test .social-icons {
        width: 100%;
    }
    #footer-test .social-icons a {
        font-size: 26px;
    }
    #footer-test .list-pipes li {
        line-height: 18px;
    }
    #footer-test .list-pipes:first-of-type {
        margin-top: 0;
    }

    #footer-test .list-pipes:first-of-type li:first-child {
        display: block;
    }


    /* Dropdown Button */
    .dropbtn {
        background-color: #185f7d;
        color: #fff;
        font-size: 12px;
        border: 1px solid #14516a;
        padding: 12px 16px;
        margin-top: 20px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
    }

    .dropdown-content {
        display: none;
        background-color: #fff;
        min-width: 160px;
        z-index: 1;
        max-height: 90px;
        overflow: scroll;
        margin-bottom: 30px;
    }

    #footer-test .dropdown-content a {
        font-size: 12px;
        color: #00709a;
        padding: 8px 10px;
        text-decoration: none;
        display: block;
        border: 1px solid #ddd;
    }

    #footer-test .dropdown-content a:nth-child(even) {
        border-bottom: 0;
        border-top: 0;
    }

    .show {
        display:block;
    }
    .fa.fa-angle-down {
        font-size: 18px;
        vertical-align: top;
        margin-left: 5px;
    }

    #footer-test .dropdown-content .active {
        background-color: #185f7d;
        color: #fff;
    }

}

@media (min-width: 768px) and (max-width: 1018px) {	
    #footer-test .top {
		margin-top: 20px;
	}

    .top-row {
        display: inline-block;
        width: 100%;
    }

    #footer-test .logo {
        margin-right: 50px;
    }

    #footer-test .social-icons {
        width: auto;
    }

    #footer-test .sister-sites-container {
        margin-top: 40px;
    }

}

@media (max-width: 1240px) and (min-width: 1019px) {
    #footer-test .social-icons {
        width: 40%;
    }    
}
   
@media (min-width: 1240px) {
    #footer-test .social-icons {
        width: 50%;
    }        

}

#footer-test>.list-pipes ul {
   margin-top: 0px;
}
#footer-test>.international-links ul{
   margin-top: 13px !important;
}