
.credits_block {
	display: inherit;
}

.reg_header {
	background: url(navigate-wordmark.svg) no-repeat;
    background-position-x: 18px;
    background-position-y: 13px;
    background-size: 270px;
    height: 90px;
}
.reg_header_text {
}

.header_invader_position {
	top: -90px;
    height: 90px;
}
.header_invader_logo_width {
	width: 228px;
}

.demo_footer {
	background-color: #262E2F;
	color: white;
	position: relative;
}

.demo_footer_content {
	padding: 14px 24px 12px 26px;
    border-bottom: 3px solid #FF5C39;
    box-sizing: border-box;
}

.demo_social_links {
	float:right;
}

.demo_social_links_text {
	font-size: 93%;
    padding-right: 14px;
    padding-left: 14px;
    display: inline-block;
    padding-top: 7px;
}

ul.demo_social_links_list {
	padding-right: 9px;
    list-style: none;
    margin: 0;
    float: right;
    line-height: 37px;
}

.demo_social_links_list > li {
    padding-left: 4px;
    padding-right: 3px;
    vertical-align: top;
    display: inline;
}

.demo_social_links_list > li > a {
	color: #002D56;
	background: #f7f1f1;
	display: inline-block;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #444;
    transition: none;
}

.demo_social_links_list > li > a:hover {
    background: #fff;
    border-color: #fff;
    color: #2f2f2f;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.mc_logo {
    float: right;
    background: url(navigate-logo-white.png) no-repeat;
    background-size: 25px;
    background-position-x: 0px;
    background-position-y: 6px;
    /* margin-left: 10px; */
    width: 30px;
    height: 32px;
}

@media only screen and (max-width:680px) { /* Under 680px wide */
	.reg_header {
		background-size: 120px;
	    background-position-y: 19px;
	    background-position-x: 16px;
	    width: 136px;
	    height: 70px;
	}
	.header_invader_position {
		top: -70px;
    	height: 70px;
	}
	.header_invader_logo_width {
		width:132px;
	}
	#page_results {
    	background: none;
    	padding-bottom: 0px;
	}
}
@media only screen and (max-width:500px) { /* Under 680px wide */
	.reg_header {
		max-width: 158px;
	}
}

