.topics-section:after {
    content:"";
    display:block;
    clear:both;
}
.topics-section .topics {
	display: none;
    width: 87%;
    float: left;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.topics-search-form {
    margin: 1em 0;
    padding: 20px 30px;
    background: #eee;
    font-size: 16px;
    text-align: center;
}
.topics-section .topics li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 1em ;
}
.topics-section label{
	font-weight: bold;
	display:inline-block;
	margin:0 1em 0 0;
}
.topics-section #spanid_topic{
	margin:0 0 1em;
	display: block;
}
.topics-search-form input{
	border-radius: 6px;
    border: solid 1px #ddd;
    font-size: 16px;
    padding: 1px 1px 1px 3px;
}
.life-search-button {
    font-size: 16px;
    border: none;
    background: none;
    height: 24px;
    vertical-align: top;
    margin: 1px 0 1px -33px;
    line-height: 16px;
    color: #888;
}
.topics-section select{
	font-size:16px;
}
.life-box-wrap {
    margin: 1em 0;
}
.life-to-top{
	cursor:pointer;
    color:#ffb608;
}
.buff-life-logo {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

@media (min-width: 1020px) {
	.topics-section #spanid_topic{
		float: left;
		width:13%;
		padding:10px 0;
		margin:0;
	}
	.topics-section select{
		display: none;
	}
	a.topic-link{
		color:#231f20;
	}
	a.current-topic{
		color:#ffb608;
	}
	.topics-section .topics {
		display: block;

	}
	.topics-search-form input{
		width:300px;
	}

	.buff-life-logo {
	    display: inline-block;
	    width: 14%;
	    vertical-align: middle;
	   	text-align: left;
	}
	.buff-life-intro-copy {
	    display: inline-block;
	    margin-left: 0;
	    width: 84%;
	    vertical-align: middle;
	}
}