 /* Class selectors -----------------------------------------------*/
        .globalFooterModule {
            clear: both;
            box-sizing: border-box;
            display: block
        }
        .footerTopHeader {
            background-color: #d8dbdd;
            min-height: 60px;
            max-height: 100px;
            box-sizing: border-box
        }
        .container {
            display: table;
            margin-right: auto;
            margin-left: auto;
            margin-top: auto;
            margin-bottom: auto;
        }
        .row {
            clear: both;
            box-sizing: border-box;
            display: table;
            font-family: "Apercu","Helvetica Neue",Arial,sans-serif;
            list-style-type: none;
            width: 100%;
	    margin: 0;
            padding-left: 50px;
            font-size: 15px;
        }
        .col-xs-12, .col-sm-2, .col-lg-1 {
            position: relative;
            overflow: hidden;
            display:table-cell;
        }
        .navItems {
            font-size: 14px;
            margin-bottom: 10px;
            list-style-type: none;
            display:inline-flex;
            padding-left: 30px;
        }
        .library-footer-nav{
            position: relative;
            overflow: hidden;
            display: table-cell;
        }
	.socialMediaIcons ul{
	    padding-left: 65%;
	}
        .socialMediaIcons.navItems li li{
            list-style: none;
            display: inline;
        }
        .lbl {
            padding-left: 15px;
	    font-size: 20px;
        }
	.globalFooterModule .footerTopHeader .library-footer-nav {
	    padding-left: 40px;
	}
        .globalFooterModule .footerTopHeader a {
            text-decoration: none;
	    font-weight: bold;
        }
	.globalFooterModule .footerTopHeader a:link {
	    color: #474747; 
	}
        .globalFooterModule .footerTopHeader a:hover {
            text-decoration: underline;
	    background: none;
        }
 

/* Element Selectors */
	li {
	    display: inline-flex;
            padding-right: 15px;
        }
        a img {
            display: inline-block;
            width: 25px;
            height: 25px;
            margin: 0;
            vertical-align: middle;
        }
