footer {
	padding: 80px 20px 20px 20px;
	color: #464646;
	width: 100%;
}
	footer .logo {
		margin-top: -20px;
	}

	footer a {
		text-decoration: none;
		color: #464646;
	}
		footer a:hover {
			text-decoration: underline;
		}

	footer p {
		font-size: 14px;
	}
	
	footer h4 a {
		color: #012A4B;
		cursor: pointer;
	}

	footer .breadcrums {
		font-size: 13px;
    }

    .explore-bar {
        background-color: #F2F2F2;
        padding: 40px 0px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .explore-bar a {
        text-transform: uppercase;
    }
    
    .explore-bar .row {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }  
        
    @media screen and (max-width: 680px) {
        .explore-bar .row {
            flex-direction: column;
        }  
    }
    
    .explore-bar h3 {
        font-size: 18px;
    }  
    
    .explore-bar .btn {
        padding-left: 30px;
        padding-right: 30px;
        white-space: nowrap;
    }

    .explore-bar-item {
        margin: 10px;
    }

@media screen and (max-width: 680px) {
	footer span {
		font-size: 12px !important;
		line-height: 1.2em;
	}
}