#siteSearch {
	display: none;
	width: 450px;
}


a#searchCancel {
	height: 56px !important;
	font-size: 18px !important;
	font-weight: normal;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	color: #999 !important;
	display: inline-block !important;
	line-height: 50px;
	padding-left: 10px;
	width: 20% !important;
}


#siteSearch form.headerSearch input.siteSearchField {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    height: 47px;
    width: 70%;
    font-size: 2em;
}


#siteSearch form.headerSearch input#searchSubmit {
	background:url(../images/search_icon.png);
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	border: 0;
	cursor: pointer;
}


#siteSearch form.headerSearch input#searchSubmit:hover {
	background:url(../images/search_icon-hover.png);
}

.searchOverlay {
    background: rgba(252, 237, 243, 0.88) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.12s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 997;
}

.searchOverlay.show {
    opacity: 1;
    visibility: visible;
}

.bioData div.modelDescription {
	font-size: 1.5em !important;
	font-weight: normal !important;
	margin-top: 1em;
}

.bioData div.modelDescription:first-letter {
    text-transform: uppercase;
}

.videosFeatured a {
	color: #ed2c7b !important;
}

@media (min-width:768px) and (max-width:991px){
	#siteSearch {
		display: none;
		width: 330px;
	}

	#siteSearch form.headerSearch input.siteSearchField {
	    width: 70%;
	}
}

@media (max-width:767px){
	#siteSearch {
		display: none;
		width: 100% !important;
	}
	#siteSearch form.headerSearch input.siteSearchField {
	    width: 60%;
	}

	.signupButtonHeader {
		width: 50% !important;
	}

	.pitchBottom a {
	  font-size: 4em;
	}

}
@media (max-width:479px){
	#siteSearch {
		display: none;
		width: 100% !important;
	}
	#siteSearch form.headerSearch input.siteSearchField {
	    width: 60%;
	}

	header {
		padding-bottom: 3px !important;
	}

	.pitchBottom a {
	  font-size: 3em;
	}

}

@media (max-width: 1199px) and (min-width: 992px)
{
	#navbar a {
	    font-size: 2.2em;
	    height: 2.235em;
	    line-height: 2.235em;
	}
}


#disclaimer {
	display: relative;
	color: white;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 376px;
	padding: 10px 12px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #fff;
	z-index: 4;
}
#disclaimer .close {
	position: absolute;
	top: 3px;
	right: 5px;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: white;
	text-align: center;
	background: none;
}
#disclaimer button {
	border: none;
	color: white;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 20px;
	margin: 0.5rem 0;
	background: #ed2c7b;
}
#disclaimer .close {
	position: absolute;
	width: 25px;
	right: 0;
	border-radius: 20px;
	top: 0;
	border: 1px solid #000;
	cursor: pointer;
	opacity: 1;
}

#disclaimer p.header {
	font-size: 1rem;
	text-transform: uppercase;
}
#disclaimer p {
	text-align: center;
	margin: 0;
}
#disclaimer p span.bold {
	font-weight: bold;
}
#disclaimer p.footer {
	font-size: 0.7rem;
	line-height: 0.9rem;
}
#disclaimer p.footer a{
	color: #ed2c7b;
}
@media only screen and (min-width: 1280px){
	#disclaimer {
	display: block;
	}
}
