fieldset {
  box-sizing: border-box;
}

/* Added for Whitepages */
.universal-region--main hr {
	display: none;
}
/*form buttons*/
.non-haul-form input.text {
	padding: 0.5rem 1rem;
	width: 80%;
}
.non-haul-form .input-row {
	margin: 0.25em 0 0.25em 0;
}
.non-haul-form input[type="checkbox"], .non-haul-form input[type="radio"] {
	margin-top: 0.25em;
}
p.whitepages-text {
	font-size: 1em;
	line-height: 1.3em;
}

@media (max-width: 48em) {
.non-haul-form input.text {
	width: 100%!important;
}
}
.universal-region--main input[type="submit"] {
	color: #3172ae;
	border: 2px solid #418fde;
	display: inline-block;
	padding: 0.5rem 1rem;
	background: white;
	width: auto;
}
.universal-region--main input[type="submit"]:hover {
	background: #3172ae;
	color: white;
}

@media (min-width: 48em) {
.non-haul-form input.button-primary {
	margin-left: 0.5em;
}
}

@media (max-width: 48em) {
.non-haul-form input.button-primary {
	margin-top: 0.5em;
	clear: left;
	margin-left: 0;
}
}
/**************************************************
Old Haul Search Panel - Classes used by Whitepages
**************************************************/

.search-panel-wrapper {
	background: #f1f1f1!important;
	margin-bottom: 1em;
}
fieldset.search-panel {
	border: 0!important;
}
.search-panel {
	padding: 1em;
	box-sizing: border-box;
	overflow: hidden;
}
.search-panel p {
	padding-top: 4px;
	padding-bottom: 0px;
}
.search-panel-small-divider {
	background: #fff url(/images/dot.gif) repeat-y 288px 0;
}
.search-panel input {
	float: left;
}
.search-panel p {
	float: left;
	padding: 2px 0px 0px 5px;
	color: #565152;
}
.search-panel .description {
	float: left;
	padding: 2px 0px 0px 5px;
	color: #565152;
}
.search-panel .header {
	padding-bottom: 4px;
	font-weight: bold;
}
.search-panel label {
	font-weight: bold;
}
.search-panel label.whitepages {
	float: left;
	margin: 0 0.5em 0.5em 0.5em;
}
.search-panel .input-fields {
	padding-bottom: 4px;
}
.search-panel .note {
	padding-top: 1em;
	font-weight: normal;
}
.search-panel-wrapper-right {
	float: right;
}
/* added by mlupi 7.20.2009 */
.search-panel .srchopt input {
	float: none;
}
.search-result li {
	font-size: 11px;
	padding-bottom: 20px;
}
.search-result h5 {
	font-size: 13px;
	font-weight: bold;
}
.search-paging {
	text-align: right;
	margin-top: -35px;
	padding-bottom: 20px;
}
.search-paging-google {
	text-align: right;
	padding-bottom: 20px;
	padding-top: 10px;
}
.search-box {
	padding: 10px;
}
.gold-box {
	background: #cc9;
	margin-bottom: 5px;
}
.grey-box {
	background: #ccc;
	margin-top: 5px;
}
.search-box-header {
	width: 100%;
	overflow: hidden;
}
.search-box-header h3 {
	float: left;
}
.search-box-header p {
	float: right;
}
.search-list-people {
	padding-top: 7px;
	line-height: 16px;
}
.search-box .search-result li {
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}
.search-box .search-result li.indent {
	padding-left: 15px;
}
.search-box .search-paging {
	width: 100%;
	overflow: hidden;
	margin-top: -5px;
	padding-bottom: 5px;
}
.search-box .search-paging .search-paging-left {
	float: left
}
.search-box .search-paging .search-paging-right {
	float: right
}
/*DHTML Tooltips Feature*/
#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}
/* iFrame Embed */
.embed-container {
	position: relative;
    padding-bottom: 120%; 
	border: 1px solid #bebebe;
	background: #f1f1f1;
	height: 0; 
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media (min-width: 48em) {
  .embed-container {
    padding-bottom: 75%; 
  }
}

@media (min-width: 64em) {
  .embed-container {
    padding-bottom: 56.25%; 
  }
}
/* Mobile Full Screen Toggle*/
.mobile-only {
  display: inline-block;
  margin-bottom: 1em;
}
label.credit {
  display: block;
}
@media (min-width: 64em) {
  .mobile-only {
    display: none;
  }
  label.credit {
  display: inline-block;
  }
}
