.footer{
    background: #002839;
    color:white;
}
.footerItems {
    display: inline-block;
    margin-right: 25px;
}
.footerItems a{
    color: white;
    text-decoration: none;
    font-size: 16px;
	font-weight: 500;
    letter-spacing: 0.1em;
}
.footerContact{
    display:none;
}
.privacyGC a{
    color:white;
    text-decoration:none;
}
@media screen and (max-width:768px){
    .footerItems {
    margin-right:20px;
}
}
@media screen and (min-width:450px) and (max-width:768px){
	.footerItems a{
		font-size:12px;
	}
}
@media screen and (min-width:560px){
    .footerLogo{
        max-width: 100%;
        display: block;
    }
}
@media screen and (max-width:450px){

    .footerContact{
        display:block;
        float: right;
        margin-bottom: 45px;
        font-size: 20px;
    }
    .footerItems{
     list-style: none;
    padding: 10px;
    width: 100%;
    }
    .footerItemInline{
    width: inherit !important;
    }
    .footerItems {
        margin-right:0px;
    }
    .footerpaddingleftzero{
        padding-left: 0px;
    }
    .socialLinks{
        border: none;
        display: inline;
    }
    .borderBtm{
        margin-bottom: 25px;
    }
    .privacyGC,.footerText ,.privacyGC p{
        font-size: 14px;
    }
    .footer .row{
        margin:0px;
    }

}