article#search{
	max-width: 1200px;
	margin: auto;
	background-color: white;
	width: 80%;
}
div#pgsa-records-search-container{
	margin-bottom: 90px;
}

div#pgsa-records-search-container div.search-criteria{
	margin-bottom: 30px;
}

div#pgsa-records-search-container div.search-criteria div.search-selection{
	display: inline-block;
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	cursor: pointer;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #9B9B9B;
}

div#pgsa-records-search-container div.search-criteria div.search-selection.active-selection{
	color: white;
	background-color: #9F3224;
}

div#pgsa-records-search-container div.search-criteria div.search-selection:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid #9B9B9B;
}

div#pgsa-records-search-container div.search-criteria div.search-selection:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div#pgsa-records-search-container div.record-set{
	margin-bottom: 40px;
	display: none;
}

div#pgsa-records-search-container div.record-set[data-attr-group="birth"]{
	display: block;
}

div#pgsa-records-search-container a.submit-search-button{
	display: block;
	color: white;
	text-align: center;
	border-radius: 5px;
	background-color: #9F3224;
	font-size: 24px;
	cursor: pointer;
	width: 350px;
	margin-top: 20px;
	padding: 10px;
}

div#pgsa-records-search-container a.submit-search-button img{
	width: 25px;
    height: 25px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    display: none;
}

div#pgsa-records-search-container div.database-select{
	width: 75%;
}

div#pgsa-records-search-container div.database-select input[type="radio"].church-search{
	margin-right: 5px;
}

div#pgsa-records-search-container div.database-select img.members-only{
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    margin-left: -26px;
}

div#pgsa-records-search-container div.search-entity-container{
	display: none;
}

div#pgsa-records-search-container div#people-search-container{
	display: block;
}


div#pgsa-search-call-to-action.full-width-call-to-action{
	width: 75%;
	float: none;
	margin: auto;
}

div.search-validation{
	color: #9F3224;
	font-size: 12px;
	display: none;
}

div.call-to-action-header{
	color: #404040;
	font-size: 35px;
	font-weight: 200;
}

span.with-pgsa-membership{
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

div.left-call-to-action{
	width: 50%;
	float: left;
}

a#join-now-button{
	display: block;
	color: white;
	background-color: #9F3224;
	font-size: 18px;
	text-align: center;
	margin: auto;
	width: 150px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 35px;
}

img#call-to-action-image{
	max-width: 200px;
}

div.right-call-to-action{
	width: 50%;
	float: left;
}
article#search:after{
	content: "";
	display: table;
	clear: both;
}
input[type="text"].search-input{
	width: 80%;
	border: 1px solid #9B9B9B;
}
select#search-type{
	padding: 5px 8px;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: 1px solid #9B9B9B;
	width: 80%;
	border-radius: 3px;
	background: #FFFFFF url("../img/select-icon.svg") no-repeat 97% 50%;
}
