.navigation ul.nav li ul.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 226px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
}

.navigation ul.nav li:hover ul.dropdown-menu {
    display: block;
}

.navigation ul.nav li ul.dropdown-menu li {
	border-bottom: 2px solid #878787;
}

.navigation ul.nav li ul.dropdown-menu li a{
	padding: 10px;
}

.site-content h3, h4 {
	margin: 10px 0;
	border-bottom: none !important;
}

.benefits-padding {
	margin: 10px;
}

.benefits-padding h4{
	margin-left: 22px;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

table.solutions-table tr td {
	padding: 5px;
}

table.solutions-provider-table {
	background-color: #fff;
}

table.solutions-provider-table tr td {
	border: 1px solid #878787;
	padding: 10px;
}

table.solutions-provider-table tr td:nth-child(1) {
	width: 60%;
}

table.solutions-provider-table tr td:nth-child(2) {
	width: 40%;
}

table.solutions-provider-table tr td h4 {
	margin: 10px 0;
}

table.solutions-partner-table {
	background: #fff;
	border: 1px solid #222;
}

table.solutions-partner-table tr td{
	padding: 15px;
	width: 20%;
}

@media only screen and (min-width:640px) and (max-width:768px) {
	table.solutions-provider-table tr td:nth-child(1) {
		width: 60%;
		float: left;
	}

	table.solutions-provider-table tr td:nth-child(2) {
		width: 40%;
		float: left;
	}

}

@media only screen and (min-width:180px) and (max-width:640px) {
	table.solutions-partner-table tr td {
		width: 100%;
	}

	table.solutions-provider-table tr td:nth-child(1) {
	width: 50%;
	}

	table.solutions-provider-table tr td:nth-child(2) {
	width: 50%;
	}

	table.solutions-provider-table tr td:nth-child(1) p {
		font-size: 12px;
		line-height: 1.2;
	}
}