.header, .header-fixed
{
	background-image: none;
	position: fixed;
	background-color: rgba(51, 51, 51, 0.9);
	padding: 0;
}

.phone-menu {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    height: 100%;
    width: 10%;
}

.phone-menu div
{
	width: 30px;
	height: 4px;
	background: #D2232C;
	display: block;
	margin: 4px auto 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.phone-menu div:first-of-type { margin-top: 20px; }

.nav-phone-active div { background-color: #fff; }

.header-fixed .menu-main-container, .menu-main-container, ul.sub-menu, .menu > li > .sub-menu
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 60px;
	left: -100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 0;
	padding: 20px 20px 100px 20px;
	overflow: hidden;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
	
}

ul.sub-menu, .menu > li > .sub-menu
{
	background-color: rgba(255, 255, 255, 1);
}

.header-fixed .menu-main-container li, .menu-main-container li
{
	text-align: left;
	position: relative;
}

.header-fixed .menu-main-container li a, .menu-main-container li a, .header .menu > li > a, .menu > li > .sub-menu a
{
	color: #000;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
	text-shadow: none;
}

.menu > li > a:hover, .menu-hover {
    background-color: rgba(0, 0, 0, 0);
}

.menu-main-container li { border-top: 1px rgba(55, 55, 55, .2) solid; }
.menu-main-container li:nth-child(1) { border-top: 0; }
li.current-menu-item a { color: #D2232C; }

.menu-main-container, .menu-main-container li
{
	display: block;
	line-height: 20px;
	padding: 4px;
}

.sub-menu { z-index: 3001; }

.menu-item-close a
{
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 40px;
	background-color: #ccc;
}

.logo-text, .header-fixed .logo-text
{
	top: 0;
	right: 10px;
	left: auto;
	width: 100%;
}

.site-title
{
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	width: 80%;
}

.logo-hammerman, .header-text, .header-fixed .header-text
{
	width: 0;
	height: 0;
	display: none;
}

.header-container, .header-fixed .header-container
{
	height: 60px;
	padding: 0;
}

.footer > div { width: 100%; }

.header .menu-main-active, .menu-main-active, ul.menu-main-active, .sub-menu-active, ul.sub-menu-active, .menu > li > .sub-menu-active
{
	left: 0;
	overflow: auto;
	z-index: 4001;
}

.page-container {
    padding-top: 100px;
}

.float-right, .alignright, .content-container .alignright
{
	float: none;
	margin: 10px 0 10px 0;
}

.content-container {
    padding: 20px;
    width: 100%;
}

.content-container img {
    width: 94%;
    max-width: 94%;
    min-width: 94%;
    height: auto;
    float: none;
}


.footer > div
{
	font-size: 14px;
	border-top: 2px rgba(0,0,0,.2) solid;
	padding: 40px 20px 20px 20px;
	margin-top: 20px;
}

@media all and (min-width: 768px) and (max-width: 1024px)
{
	.footer > div
	{
		padding: 40px;
	}

}

.footer > div:nth-of-type(1) {
	border-top: 0;
}

.footer > div:nth-child(1) p {
    width: 100%;
}

.footer-tfc, .footer-nahbs { background-position: center center; }

.footer .footer-block:nth-of-type(3):before, .footer .footer-block:nth-of-type(4):before {
    content: '\00a0';
    border-top: 0;
    display: block;
}

.footer-block span {
    padding-bottom: 0;
    margin-bottom: 0;
}

.social-buttons {
    border-bottom: 0;
}

.ssba { display: none; }

.page-nav a { font-size: 14px; }

.page-title {
    font-size: 22px;
 }
 
 
.page-date {
    font-size: 14px;
}