#footer-map-wrap { margin-bottom: 0 !important; }

.wpb_gmaps_widget, .wpb_map_wraper
{
    margin-bottom: 0 !important;
}

#map-sec 
{
    padding-top: 0;
    position: relative;
	overflow: visible;
}

#map-intro-row { background: #022e59; }

#map-intro-row .wpb_single_image,
#map-intro-row .vc_single_image-wrapper
{
	margin-bottom: 0 !important;
}


@media screen and (min-width: 1240px)
{
	#map-info-row 
	{
		position: absolute !important;
		top: 0;
		height: 100%;
		overflow: visible;
		z-index: 99;
		max-width: 50%;
		left: 70% !important;
		background-size: 60%;
		padding: 0 !important;
	}
}

#footer-map-logo {
    position: absolute;
    right: 0em;
    bottom: 3.25em;
    z-index: 9;
    height: 110% !important;
}

#map-sec .skew-bot-row
{
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
	  z-index: 9999;
    width: 100% !important;
}

#map-sec .skew-top-row
{
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    z-index: 9;
}

/* body.has-footer-act-ref #map-sec .skew-top-row { */
    /* background: linear-gradient(to top left, transparent 49.3%, #004488 50%); */
/* } */

#map-info-col {
    width: 100%;
    margin-left: 4em;
}

#map-info-col > div {
    padding-left: 0;
}

#map-info-row .icon-mail-line:before {
    margin-left: 0;
}

#map-info-block {
    margin-bottom: 0;
}

#map-info-block i {
    min-width: 1.5em !important;
    display: inline-block;
}

#map-info-block h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

#map-info-block p 
{
    font-size: 13px;
    line-height: 1.6;
}

#map-dir-btn 
{
    display: inline-block;
    width: auto;
    padding: 0.5em 2em 0.5em 0.5em;
    background: white;
    transform: skewX(-7deg);
    margin-left: -6em;
    margin-top: 2em;
}

#map-dir-btn > a
{
	display: inline-block;
	transform: skewX(7deg);
}

#map-info-row > :not(:last-child) {
    display: none;
}

#map-dir-btn * {
    color: black !important;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
}

@media screen and (max-width: 1700px)
{
	#map-info-col { margin-left: 0em; }	
}

@media screen and (max-width: 1600px)
{
	#map-info-col { margin-left: -2em; }
}

@media screen and (max-width: 1500px)
{
	#map-info-col { margin-left: -4em; }
}

@media screen and (max-width: 1400px)
{
	#map-info-col { margin-left: -6em; }
}


@media screen and (max-width: 1400px)
{
	#map-info-col { margin-left: -8em; }
}


@media screen and (max-width: 1239px)
{
	#map-info-row {
		background: #00428a;
		margin-top: -6em;
	}
	
	#map-dir-btn {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 2em;
	}
	
	#map-info-col { margin-left: unset !important; }
	
	#footer-map-logo {
		display: none;
	}
}