.clear {
	clear: both;
}

div#franchise_map {
	height: 460px;
	width: 100%;
	background: #aaa;
}

.findtechsearchbox{
    background: #4e8833;
    color: #fff;
    display: block;
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-align: center;
}

.findtechsearchbox .text{
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.findtechsearchbox .searchfield input[type="text"]{
    border: none;
    padding: 0 40px 0 10px;
    width: 225px;
    height: 35px;
    font-size: 16px;
    float: left;
}

.findtechsearchbox .searchfield{
    position: relative;
    display: inline-block;
    top: 5px;
}

.findtechsearchbox .searchfield input[type="button"],
.findtechsearchbox .searchfield input[type="submit"]{
    position: absolute;
    background: url(../images/search-button-2.jpg) no-repeat center center #ffbd31;
    border: none;
    border-radius: 0px;
    width: 45px;
    height: 35px;
    text-indent: -9999px;
    right: 0;
}

/**** Franchise Manager ****/
ul#franchise_countries { margin: 20px auto 0; padding: 0; text-align: center; }
ul#franchise_countries li{ list-style-type: none; display: inline-block; margin-right: 60px; }
ul#franchise_countries li:last-child{ margin-right: 0; }

div#franchise_map{ height: 460px; width: 100%; background: #aaa; }

div.locationsearchtop #postal_search_2 #inputpostal2,
div.locoptions #postal_search #inputpostal { border: 1px solid #959596; font-size: 14px; height: 27px; margin: 0; padding-bottom: 0; padding-left: 20px; padding-top: 4px; width: 180px; -webkit-border-radius: 0; }
div.locationsearchtop #postal_search_2 #submitpostal2,
div.locoptions #postal_search #submitpostal{ background: #569943; border: none; color: #fff; margin-left: -5px; padding: 4px 10px; cursor: pointer; -webkit-border-radius: 0; -webkit-appearance: none; -moz-appearance: none }
div.locoptions span#viewby{display: inline-block; font-size: 19px; margin-left: 50px;}
div.locoptions span#viewby a{ display: inline-block; margin: 0 5px; }

div.locationsearchtop{ margin-bottom: 30px; text-align: center; }

div#franchise_profiles a{ text-decoration: none; }
div#franchise_profiles a:hover{ color: #165686; }
div#franchise_profiles > ul{ width: 85%; margin: 0 auto; }
div#franchise_profiles > ul li{list-style-type: none; float: left; width: 49%; text-align: left; margin-bottom: 20px; padding-left: 20px; min-height: 170px; line-height: 22px; }
div#franchise_profiles > ul li span{ display: block; float: left; width: 135px;}

div#franchise_profiles ol{ margin: 0; float: left; width: 100%; }
div#franchise_profiles ol li{list-style-type: inherit; float: left; width: 45%; text-align: left; margin-bottom: 20px; padding-left: 20px; min-height: 170px; line-height: 22px; }
div#franchise_profiles ol li span{ display: block; float: left; width: 135px;}

div#franchise_profiles ol#closest_franchise{ width: 765px; margin: 0 auto; display: block; float: none; }

div#franchise_profiles .foundtext{ float: left; margin-left: 40px; }
div#franchise_profiles .foundtext a{ color: #6f1113; }


ol#closest_franchise{ margin-left: 0; padding-right: 0; list-style-type: none; }
ol#closest_franchise li { counter-increment: step-counter; }
ol#closest_franchise li::before { content: counter(step-counter) ")"; float: left; font-size: 20px; margin-left: -20px; font-weight: bold; }

div#franchise_profiles h2{ font-size: 35px; margin-bottom: 20px; text-transform: uppercase; text-align: center; }
div#franchise_profiles h3{ background: #6f1113; font-size: 20px; font-weight: bold; margin-bottom: 20px; padding: 10px; color: #fff; text-align: center; }

div#franchise_profiles ul li a.moredetails{background: #569943; color: #fff; display: inline-block; font-size: 18px; margin-top: 5px; padding: 4px 10px;}
div#franchise_profiles ul li img{float: left; margin-left: 10px; max-height: 105px; max-width: 105px; }

div#franchise_profiles ol li a.moredetails{background: #569943; color: #fff; display: inline-block; font-size: 18px; margin-top: 5px; padding: 4px 10px;}
div#franchise_profiles ol li img{float: left; margin-left: 10px;}

#viewmapfullscreen{ display: inline-block; font-size: 16px; font-weight: 600; float: right; margin-top: -20px; margin-bottom: 10px; }
#franchise_map a{ text-decoration: none; }




.map-contact-info{
	width: 280px;
	position: relative;
	z-index: 10;
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.getaquote{
	margin-top: 20px;
	margin-bottom: 16px;
}

.getaquote a{
	color: #00b400;
	font-size: 26px;
	font-weight: 600;
	font-family: jaf-bernino-sans-condensed,sans-serif;
}

.map-bubble-container .contactuslogo{
	display: none;
}

.assignpostal{
	margin-top: 10px;
	color: #878787;
	line-height: 20px;
	font-size: 12px;
	max-width: 370px;
	word-wrap: break-word;
}

.contactuslogo{
	position: absolute;
	width: 120px;
	height: 106px;
	right: 0;
}

#searchresulttext{
	margin: 0px;
	background: #275a87;
	text-align: center;
	color: #fff;
}

.map-bubble-container{
	min-height:190px;
	padding-right: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
	.getaquote{
		margin-left: 0 !important;
	}
}

#franchise-locations-map{
	max-width: 1440px;
	margin: 30px auto 0;
}

#franchise_search_label h2{
	font-size: 35px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	display: none;
}

#franchise_search_label p{
	margin-top: 20px;
}

#franchise_search_label strong{
	display: inline-block;
	margin-top: 20px;
}


@media screen and (max-width: 500px) {
	div#franchise_profiles > ul{
		width: 100% !important;
	}
	div#franchise_profiles ul li{
		width: 100%;
	}

	.map-bubble-container{
		max-width: 270px;
		min-width: auto;
	}

	ul#franchise_countries li{
		float: left;
	}
}
@media screen and (max-width: 420px) {
	.map-bubble-container{
		min-width: 0;
	}
	.map-contact-info{
		width: 180px;
	}
	
	.getaquote a:first-child{
		font-size: 19px;
		bottom: 7px;
	}
	
	.assignpostal{
		width: 100%;
	}
	
	.contactuslogo{
		width: 80px;
		height: 71px;
	}
	
	span.forsale{
		margin: 0;
	}
}