.gate-outer-2 {
	float: none !important;
}
.reset-btn {
	background-color: transparent;
	border:0px solid rgba(0,0,0,0);
	font-size:10px;
	text-transform:none;
	color:#021e2f;
	padding:3px;
	margin-right:3px;
}
.reset-btn:hover {
	color:#000;
}
.searchText {
	background-color: #333;
	color: #fff;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	padding: 10px 25px 10px 10px;
	margin-top: 10px;
	border-radius: 5px;
	margin-right: 14px;
	position: relative;
}
.clearSearchText {
	position: absolute;
	right: 5px;
	top: 17px;
	font-size: 18px;
	cursor: pointer;
}
.searchText .supportingText {
	display: block;
	font-size: 11px;
	color: rgba(255,255,255,0.7);
}
#searchTextFormatted {
	min-height: 18px;
}

.directions-panel form {
	padding: 5px;
}
input.directions-to {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.5);
}
img.adp-marker {
    margin: 5px !important;
}
.directions-panel input[type="submit"] {
	margin-top: 5px;
	width: 50%;
	border: 0px;
	border-radius: 25px;
	background-color: #333;
  color: #fff;
  padding: 10px 10px 10px 10px;
}
.directions-panel .close-directions {
	margin-top: 5px;
	width: 50%;
	border: 0px;
	border-radius: 25px;
	background-color: rgba(0,0,0,0.2);
  color: #333;
  padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

body.TAL #pac-input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.TAL .state-drop select {
  font-family: "aviano-sans", sans-serif !important;
}

.locator.TAL .details-container {
	margin-top: 80px !important;
}

.locator.TAL.isVisitor .details-container {
	margin-top: 0px !important;
}

body.TAL .dbl-swg {
	background-color: transparent !important;
}
body.TAL .dbl-swg img {
	border: 2px solid #000 !important;
}

body.TAL .verify-btns .btn-brand-alt2 {
	padding: 10px 15px;
font-size: 15px;
}

.storelocator-panel {
	position: relative;
}

.directions-panel {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}


@media screen and (max-width: 1170px) {
	.details-container {
		width:100% !important;
		max-width: inherit;
	}

.details-container .gate-h1{
		text-align:center;
		font-size: 20px !important;
	}
	.verify-header .btn {
		font-size:12px;
	}
	/*
	.verify-header {
		-ms-transform: scale(.8,.8);
	    -webkit-transform: scale(.8,.8);
	    transform: scale(.8,.8);
	}
	*/
}
@media screen and (max-width: 919px) {
	.details-container .gate-h1{
			font-size: 17px !important;
		}
		.verify-header .btn {
			font-size:10px;
		}
/*
	.verify-header {
		-ms-transform: scale(.6,.6);
	    -webkit-transform: scale(.6,.6);
	    transform: scale(.6,.6);
	}
	*/
}
/*
@media only screen and (max-width: 1170px) and (-webkit-min-device-pixel-ratio: 1) {

}
@media only screen and (max-width: 919px) and (-webkit-min-device-pixel-ratio: 1) {

}
*/
