.contact-bottom-wrapper {
	display: block;
}

.contact-map{
	width: 100%;
}
.contact-page .entry-content ul li {
    list-style: none !important;
}
.contact-page .small-icon {
	position: relative;
	padding: 5px 0px 0px 56px;
	color: #000;
	margin-bottom: 50px;
}
.get-help-now-block > .panel-grid-cell {
    padding-bottom: 50px;
}
.contact-page .small-icon a{
	color: #000;
}

.contact-page .entry-content .small-icon i {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
	background: none;
	font-size: 36px;
	line-height: 1;
}

.contact-page .entry-content .small-icon.email {
	padding-top: 8px;
}

.contact-page .entry-content .address {
	margin-bottom: 30px;
	font-size: 14px;
	color: #000;
	padding: 0 0 20px 56px;
}

.contact-page .entry-content .contact-numbers,
.contact-page .entry-content .contact-numbers a {
	margin-bottom: 20px;
	font-size: 19px;
	color: #000;
}

.contact-page-bottom-cta {
	background: #777777;
	background-size: cover;
	background-attachment: fixed;
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}

.contact-page-bottom-cta * {
	color: #fff;
}

.contact-page .site-container .contact-map {
	line-height: 0;
}

.contact-page .content-sidebar-wrap {
	line-height: 1.45;
	padding-bottom: 0px;
}
.get-help .widget-title{
	margin-top: 20px;
	margin-bottom: 0;
}

.header-strip-message {
	background: #22303c;
}

@media only screen and ( max-width: 1023px ) {
    .contact-page .content-sidebar-wrap .right-side,
    .contact-page .content-sidebar-wrap .left-side {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
    .contact-page .help-form-block {
        padding: 0;
    }
    .contact-page .help-form-block .section-left {
        padding: 20px 0;
    }
    .contact-page .form-block .section-right {
        margin-left: -20px;
        margin-right: -20px;
    }

    .contact-page .content-sidebar-wrap {
        padding-bottom: 0;
    }

    .contact-page .content-sidebar-wrap .left-side,
	.contact-page .content-sidebar-wrap .right-side {
		display: block;
		margin-left: auto;
		margin-right: auto;
        float: none;
        width: 100%;
    }
}