/* TricomB2B, edited 2017-04-24 by Todds */
.imgmap-dialog {
	z-index: 9;
	max-width:400px;
}

.imgmap-dialog .ui-dialog-titlebar {
	background-color: #fff;
	padding: 0px;
}

.imgmap-dialog button {
	background: url("../plugins/close-button.jpg");
	background-repeat: no-repeat;
	padding: 20px;
}

.imgmap-dialog #dialog-content img {
	width: auto;
	float: left;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
}

.imgmap-front-end-image #mapster_wrap_0,
.imgmap-front-end-image .mapster_el {
	width: 100%;
	height: 100%;
}


/* TricomB2B, added 1/9/17, 3/14/17 */
@media (max-width: 768px) {
	.global_inner_page_top {
		background-size: 100%;
		height: 100%;
	}

	/* Todd on 2017-04-24 */
	.imgmap-dialog {
		max-width: 250px;
		margin: 0 auto;
	}

	.imgmap-dialog #dialog-content img {
		max-width: 80px !important;
		float: none;
	}
}


@media (min-width: 769px) {
.page { max-height: 100%; } 

.content .wrapper {
	margin-bottom: 0px;
	max-height: 100%;
}

.global_inner_page_top{
	height:700px!important;
}

.global_call_to_action {
	background: none!important;
	padding-bottom: 0px!important;
}

.global_call_to_action .wrapper {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3f4856 0%, #13171f 100%) no-repeat scroll center center;
	padding: 45px 0px 0px;
	width: 100%;
}

.global_call_to_action .inner_wrapper {
	width: 880px;
	margin: 0 auto;
}

.global_call_to_action_button {
	margin-bottom: 45px!important;
}

.education .global_call_to_action {
	padding-top: 0px;
}

.nav > ul > li > a {
	padding: 0px 7px 35px!important;
}

}


