﻿


/**	Locator Search
============================ */

form.nobel-locator span.search-field {
	position: relative;
	display: block;
	border-radius: 6px;
	background: #FFFFFF;
}
form.nobel-locator input {
	background: #FFFFFF;
}
form.nobel-locator span.search-field input,
form.nobel-locator span.search-field button,
form.nobel-locator span.search-field select {
	border: 0;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	margin: 0 0 0 0;
}
form.nobel-locator span.search-field button,
form.nobel-locator span.search-field select {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 0.5em;
}
form.nobel-locator span.search-field button {
	background: #009DDC;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFFFFF;
}
form#nobel_locator span.search-field input {
	padding-right: 7.5em !important;
}
form.nobel-locator span.search-field select {
	max-width: 7em;
	border-left: 1px solid rgba(0,0,0, 0.25);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


form.nobel-locator p.search-all {
	text-align: right;
	float: right;
}
form.nobel-locator p.search-all a {
	color: #FFFFFF;
	display: inline-block;
	padding: 0 0 0;
	font-size: 1.2em;
	text-decoration: none;
}




/**	Locator Results
============================ */
#nobel_locations {
	list-style: none;
	margin: 0 0 0 0;
}
#nobel_locations .searching {
	display: block;
	text-align: center;
	color: var(--ltgrey);
	font-size: 1.4em;
	margin: 2em 0 0;
}
#nobel_locations .searching i {
	margin-right: 8px;
}
#nobel_locations .region h2 {
	margin: 0 0 1rem;
}
#nobel_locations li.nobel-school {
	margin: 0 0 0.75em;
	padding: 0 0 0.75em;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#nobel_locations li.nobel-school:last-of-type {
	border-bottom: none;
}

#nobel_locations li.nobel-school ul,
#nobel_locations li.nobel-school ul li ul {
	list-style: none;
	margin: 0 0 0 0;
}
#nobel_locations li.nobel-school ul li {
	display: block;
	color: #75787B;
}
#nobel_locations li.nobel-school ul li a {
	text-decoration: none;
}
#nobel_locations li.nobel-school ul li.school-marker,
#nobel_locations li.nobel-school ul li.contact-info.tablet {
	display: none;
}
#nobel_locations li.nobel-school ul li span {
	display: block;
	font-size: 1em;
	line-height: 1.3;
}
#nobel_locations li.nobel-school ul li span.school-name a {
	font-size: 1.2em;
	font-weight: 500;
	color: #003865;
	text-decoration: none;
}
#nobel_locations li.nobel-school ul li span.school-name span.coming-soon {
	color: #003865;
	display: inline;
}
#nobel_locations li.nobel-school ul li.distance-info,
#nobel_locations li.nobel-school ul li span.school-programs {
	display: none;
}
#nobel_locations li.school-info,
#nobel_locations li.program-info {
	margin: 0 0 0.7em 0;
}
#nobel_locations li.nobel-school ul li.contact-info span {
	display: inline-block;
	width: 30%;
	margin: 0 2% 0 0;
}
#nobel_locations li.nobel-school ul li.contact-info span.school-website {
	display: none;
}
#nobel_locations li.nobel-school ul li span a span.btn-link {
	display: inline;
	width: auto;
	display: block;
	text-align: center;
	background: #003865;
	color: #FFFFFF;
	padding: 0.5em 0;
	border-radius: 6px;
}
#nobel_locations li.nobel-school ul li span a span.btn-link i {
	margin-right: 3px;
}
#nobel_locations li.nobel-school ul li span a span.txt-link {
	display: none;
	margin: 0 0 0.5em 0;
}


#nobel_locations.state-search li.distance-info span.school-distance,
#nobel_locations.brand-search li.distance-info span.school-distance{
	display: none;
}

.online-academy #nobel_locations {
    margin-top: 1em;
    padding-top: 2em;
    border-top: 3px solid var(--blue);
}

/**	Locator Map
============================ */
#map {
	display: none;
}
div.school-bubble {
	width: 275px;
	height: 80px;
}
div.school-bubble a {
	text-decoration: none;
}
div.school-bubble a h3  {
	font-weight: 500;
	color: #003865;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	line-height: 1.2;
	font-size: 1.4em;
}
div.school-bubble p {
	line-height: 1.2;
}
div.school-bubble div.school-bubble-info {
	float: left;
}
div.school-bubble div.school-bubble-link {
	float: right;
}
div.school-bubble div.school-bubble-link p.market-contact-link {
	display: none;
}
div.school-bubble div.school-bubble-link a {
	display: block;
	background: #003865;
	color: #FFFFFF;
	padding: 5px 8px;
	margin: 8px 0 0 0;
	border-radius: 4px;	
}
/* HACK */
.gm-style > div > div:nth-of-type(4) > div:nth-of-type(4) > div > div > div:nth-of-type(1) {
	display: none;
}
.gm-style > div > div:nth-of-type(4) > div:nth-of-type(4) > div > div > div:nth-of-type(3) {
	display: none !important;
}
.gm-style > div > div:nth-of-type(4) > div:nth-of-type(4) > div > div > div:nth-of-type(4) {
	border: 2px solid #0099CC;
}
.gm-style .gm-style-iw-t {
	bottom: 40px!important;
}


@media only screen and ( min-width: 360px ) {
	
	/** Simple Form */
	form#nobel_locator_simple p.search-all {
		padding: 0.5em 0 0;
	}
	form#nobel_locator_simple #locate_me {
		font-size: 16px;
	}
}


@media only screen and ( min-width: 768px ) {
	
	#map {
		display: block;
		width: 100%;
		height: 247px;
	}
	
	
	#nobel_locations li.nobel-school ul li,
	#nobel_locations li.nobel-school ul li.school-marker {
		display: inline-block;
		vertical-align: top;
	}
	#nobel_locations li.nobel-school ul li.school-marker { width: 5%; }
	#nobel_locations li.nobel-school ul li.school-info { width: 38%; }
	#nobel_locations li.nobel-school ul li.program-info { width: 25%; }
	#nobel_locations li.nobel-school ul li.distance-info {  }
	#nobel_locations li.nobel-school ul li.contact-info { width: 32%; }
	
	#nobel_locations li.nobel-school ul li span {
		line-height: 1.3;
	}
	#nobel_locations li.nobel-school ul li span.school-programs {
		display: block;
	}	
	#nobel_locations li.nobel-school ul li span.school-name a {
		font-size: 1.2em;
		text-decoration: none;
	}
	#nobel_locations li.nobel-school ul li span.map-marker {
		text-align: center;
	}
	#nobel_locations li.nobel-school ul li span.map-marker img {
		margin: 0.25em 0 0;
	}
	#nobel_locations li.nobel-school ul li.contact-info span.school-phone a span.btn-link {
		display: none;
	}
	#nobel_locations li.nobel-school ul li.contact-info span.school-phone,
	#nobel_locations li.nobel-school ul li.contact-info span.school-phone a span.txt-link {
		display: block;
		width: auto;
		color: #003865;
	}
	#nobel_locations li.nobel-school ul li.contact-info span {
		display: inline-block;
		width: 48%;
	}
}

@media only screen and ( min-width: 1024px ) {
		
	#map {
		height: 325px;
	}
	
	#nobel_locations li.nobel-school ul li.distance-info {
		display: inline-block;
	}
	#nobel_locations li.nobel-school ul li.distance-info span.school-directions {
		display: none;
	}
	
	#nobel_locations li.nobel-school ul li.school-marker { width: 6%; }
	#nobel_locations li.nobel-school ul li.school-info { width: 34%; }
	#nobel_locations li.nobel-school ul li.program-info { width: 25%; }
	#nobel_locations li.nobel-school ul li.distance-info { width: 12%; }
	#nobel_locations li.nobel-school ul li.contact-info { width: 23%; }
	
}


@media only screen and ( min-width: 1280px ) {
	
	body.slug-find-a-school #locator_searchbox {
		display: block;
		min-width: 18em;
	}
	
	#map {
		height: 479px;
		padding-top: 70px;
	}
	
	
	#nobel_locations li.nobel-school ul li span a span.btn-link {
		display: none;
	}
	#nobel_locations li.nobel-school ul li.contact-info span,
	#nobel_locations li.nobel-school ul li span a span.txt-link {
		display: inline-block;
		width: auto;
		margin: 0 0 0 0;
		color: #003865;
	}
	#nobel_locations li.nobel-school ul li.distance-info span.school-directions,
	#nobel_locations li.nobel-school ul li.contact-info span.school-website {
		display: block;
	}
	#nobel_locations li.nobel-school ul li.contact-info span.school-directions {
		display: none;
	}
	
	#nobel_locations li.nobel-school ul li.school-marker { width: 6%; }
	#nobel_locations li.nobel-school ul li.school-info { width: 40%; }
	#nobel_locations li.nobel-school ul li.program-info { width: 24%; }
	#nobel_locations li.nobel-school ul li.distance-info { width: 16%; }
	#nobel_locations li.nobel-school ul li.contact-info { width: 14%; }
	
}


@media only screen and ( max-width: 768px ) {
	
	
}
