

.header-text-bubble.free-consult {
	color: #fff;
	width: 263px;
	height: 115px;
	background-image: url(../../../uploads/2017/06/text-bubble.png);
	background-size: contain;
	display: block;
}
.header-text-bubble.free-consult span {
	display: block;
	text-transform: uppercase;
	padding: 0 2em;
}
.header-text-bubble.free-consult span.line-1 {
	color: #000;
	padding-top: 1em;
}
.header-text-bubble.free-consult span.line-2 {
	font-size:18px;
}
.header-text-bubble.free-consult span.line-3 {
	font-weight: bold;
	padding-bottom: 1em;
	font-size:18px;
}

.top-sub-menu {
	display: block;
	position: relative;
}
.top-sub-menu .prev, .top-sub-menu .next {
	display: none;
}
.top-sub-menu .wrapper {
	display: flex;
	flex-wrap: nowrap;
	min-width: 100%;
}
.top-sub-menu .wrapper .item {
	flex-grow: 1;
	text-align: center;
	padding: 0 15px;
}
.top-sub-menu .wrapper .item a {
	text-decoration: none;
}
.top-sub-menu .wrapper .item img {
	height: 88px;
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
.top-sub-menu .wrapper .item span {
	display: block;
	text-align: center;
	padding: 5px 0;
}
.top-sub-menu .wrapper .item:hover span{
	background: #025196;
    color: #fff;
    border-radius: 5px;
}

.services-checklist {
}

.services-checklist h3 {
	background-color: #777777;
	color: #fff;
	padding: 10px 20px;
	margin: 0;
	text-transform: uppercase;
	font-size: 22px;
}

.services-checklist ul {
	list-style-type: none;
	color: #878888;
	margin: 0;
}

.services-checklist ul li {
	background-color: #F1F3F4;
	padding: 10px 20px;
	font-size:12px;
}
.services-checklist ul li:nth-child(2n) {
	background-color: #E6E8E9;
}

.services-checklist .learn-more {
	display: none;
	text-align: right;
}

.grid-6 {
}
.grid-6 .item {
	width: 32.5%;
	display: inline-block;
}
.grid-6 .item a:before, .grid-6 .item a:after {
    content: " ";
    display: table;
}
.grid-6 .item a:after {
    clear: both;
}

.grid-6 .item a {
	display: block;
	width: 100%;
	position: relative;
	height: 190px;
	margin-bottom:4px!important;
}
.grid-6 .item a img {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height:100%;
	width:100%;
}
.grid-6 .item a span {
	position: absolute;
	left: 0; bottom: 0; right: 0;
	color: #fff;
	background-color: rgba(2,81,150,0.5);
	text-align: center;
	padding: 0.5em 0;
}
.grid-6 .item a:hover span{
	background-color: rgba(2,81,150,0.9);
}

@media only screen and (max-width : 650px) {
	.top-sub-menu {
		height: 152px;
		overflow: hidden;
	}
	.top-sub-menu .prev, .top-sub-menu .next {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 100;
		font-size: 2em;
	}
	.top-sub-menu .prev:hover, .top-sub-menu .next:hover {
		text-decoration: none;
		background: #025196;
		color: #fff;
		border-radius: 20px;
		padding: 0 5px;
	}
	.top-sub-menu .prev { left: 0; }
	.top-sub-menu .next { right: 0; }
	.top-sub-menu .wrapper {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		height: 152px;
	}
	.top-sub-menu .wrapper .item {
		display: block;
		width: 100%;
		position: absolute;
		left: 0; top: 0;
		z-index: 5;
		opacity: 0;
		transition: opacity 0.5s;
	}
	.top-sub-menu .wrapper .item.current {
		opacity: 1;
		z-index: 6;
	}
}