@font-face {
  font-family: 'Gotham-bold';
  /*src: url('../../../fonts/gothambold1.woff'); */
	src: url('/wp-content/themes/prestige/assets/fonts/Gotham-Bold.woff');
  
}
@font-face {
  font-family: 'Gotham-book';
	/*src: url('../../../fonts/gothambook.ttf'); */
	src: url('/wp-content/themes/prestige/assets/fonts/Gotham-Book.woff'); 
  
}

.appCode{
    text-transform: uppercase;
}

form div{
	background-color:transparent;
}

.page-header-content .appointment-search .verifySection .fields-container{
	width:40%;
	float:right;
}
#cityName, #statelist{
	background-color: #fff;
	font-size:16px;
	padding:5px;
	border:none;
	height: 32px;
}

#cityName{
	width: 30%;
    float: left;
    margin-right: 10px;
	height: 32px;
}
#locateSchoolSection{
	text-decoration: underline;
    text-decoration-style: dotted;
	display:none;
	margin-top:-6px;
}
#locateSchool{
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}
.page-header-content .appointment-search .verifySection .fields-container .appCodeBtn {
    background-color: rgb(156, 56, 56);
}
.page-header-content .appointment-search .verifySection .fields-container .appCodeBtn button:disabled {
    background-color: transparent;
}
.appt-code{
	color: #fff;
	font-size: 10.66pt;
    font-family: 'Gotham-Book';
}

.page-template-page-home .appointment-search .verifySection .question-mark, .page-template-page-home-php .appointment-search .verifySection .question-mark {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}
.searchEventBtn{
    background-color: #a1414d;
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'Gotham-Book';
    margin-left: 5px;
	text-decoration: none;
	line-height: 16px;
	height: 32px;
}
.page-header-content h1.page-header-business-line:before, .page-header-content h1.page-header-business-line:after {
	    content:none;
}
.header-line{
	font-weight:900;
}
.page-template-page-home .appointment-search .verifySection p, .page-template-page-home-php .appointment-search .verifySection p{
	font-family: 'Gotham-Bold';
}
.page-template-page-home .appointment-search .verifySection .question-mark, .page-template-page-home-php .appointment-search .verifySection .question-mark{
	background-color: #a1414d;
}
.hint{
	margin-right:10px;

}
.page-template-page-home .appointment-search .verifySection .tooltip, .page-template-page-home-php .appointment-search .verifySection .tooltip {
	bottom: -50%;
	z-index:9;
	margin-bottom:0px;
	left: 100%;
}
.tooltip p{
	text-align: center;	
}
.or{
	position: absolute;
    margin-top: -45px;
    background-color: #555;
    margin-left: 39%;
    color: #fff;
    padding: 10px;
    font-family: Gotham-Bold;
}
input[type="text"] {
	line-height:32px;
}
hr{
	margin: 1.5em 0;
}



@media (min-width: 940px){
	.locate-school-div{
		display: flex;
	}
	
.page-home .page-header-image:after, .page-home .page-header-image:before {
    background: none;
	}
.page-header{
		height:32em;
	}
.page-header-content {
    transform: none;
    top: 0;
}
}
@media (min-width: 1440px){
.page-header-content {
    top: 25px;
	}
}
@media (max-width: 1366px){
.page-header {
    height: 23em !important;
	}
	.page-header-content .appointment-search{
		margin-top:0px;
	}	
}
@media (max-width: 1440px){
.page-header {
    height: 24em;
	}
	.page-header-content .appointment-search {
    margin-top: 0px;
}	
}
@media (max-width:1280px) and (min-width: 940px){
	.page-home .page-header-content {
    width: 65%;
	}
}
@media (max-width: 940px){
	.page-home .page-header-content {
		width:100%;
	}
	.page-header {
    height: auto !important;
}
	
.appt-code {
    margin-top: 30px;
}
	.page-template-page-home .appointment-search .verifySection .tooltip, .page-template-page-home-php .appointment-search .verifySection .tooltip {
    bottom: 76%;
    left: 0%;
}
	
	hr{
		margin-top:75px;
	}	
.or {
margin-top: -45px;
}
.page-header-content .appointment-search .verifySection .fields-container {
		width:100%;
}
#cityName{
		margin-bottom: 10px;
		width:100%;
	}
}
