body{
	padding: 0px;
	margin: 0px;
}
.search-page-header{
	width:100%;
	height: 80px;
	background:#b63a09;
	border-bottom:1px solid;
}
.search-page-subheader{
	background: #0C468F;
	width: 100%;
	height:150px;
	padding-top: 80px;
	color:#fff;
	font-family: 'Monoton', cursive;
	font-size:54px;
	font-weight: bold;
	text-align: center;
}
.search-page-row{
	border-top:3px solid;
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	min-height:280px;
	background: #d2d1d1;
}
.search-page-heading{
	width:100%;
	height: 38px;
	background:#b68109;
	border-bottom:1px solid;
}
button.learn-more {
    width: 12rem;
    height: auto;
}
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    color: #fff;
    background: #282936;
    border-radius: 1.625rem;
}
button.learn-more .circle:hover {
    width: 12rem;
    height:2rem;
    color:#fff;
    padding-top: 6px;
    font-size: 20px;
    background: #282936;
    border-radius: 1.625rem;
}