	/* News Search Form */

		#news-search {
			text-align: right;
		}
		#news-search form {
			margin-top: 0;
		}
		#news-search #searchform input[type="text"] {
			border:1px solid #ccc;
			border-radius: 2px;
			max-width: 250px;
			width: 60%;
			padding: 8px;
			margin-right: 5px;
		}
		#news-search input[type='submit'] {
			font-family: 'Franchise-Bold', sans-serif, arial;
			font-weight: 400;
			font-size: 20px;
			background: #E45800;
			color: #FFF;
			text-shadow:none;
			border: none;
			border-radius: 4px;
			padding: 5px 10px;
			box-shadow: none;
		}
		.search-no-results #news-search {
				text-align: left;
			}
			
		@media only screen and (max-width:768px) {
			#news-search {
				text-align: left;
			}
			#news-search form {
				margin-left: 10px 0
			}
			#news-search #searchform input[type="text"] {
				margin-left: 1.3em;
			}
		}

		@media screen and (max-width: 980px) {
			#news-search {
				text-align: left;
			}
			#news-search form {
				margin-left: 10px 0
			}
			
		}


		/* One Page Menu */

		.onepagemenu {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 300px;
		}
		.onepagemenu li {
			margin: 0;
			border-bottom: 1px solid #EEE;
		}
		.onepagemenu li a {
            font-size: 16px;
            display: block;
            color: #000;
            padding: 8px 5px;
            font-family: 'Open Sans',sans-serif,arial;
        }
		.onepagemenu li a:hover {
			background: #eee
		}
		@media only screen and (max-width:768px) {
			#onepagemenu {
				margin: 0 -20px;
			}
			.onepagemenu {
				width: 100%;
				border-top: 1px solid #D7D7D7;
			}
			.onepagemenu li a {
				font-size: 16px;
				display: block;
				color: #000;
				padding: 15px 5px 15px 20px;
				background: #EEE;
				font-weight: 700
			}
			.onepagemenu li {
				border-top: 1px solid #FAFAFA;
				border-bottom: 1px solid #D7D7D7;
			}
		}

/* Hall of Fame */
.post-entry,  .post-entry a {
        float: none !important;
    }
    .hof-title {
        color: #BFA769 !important;
        font-weight: 400;
    }
    .hof-col {
        text-align: center;
        width: 33%;
		height: 270px;
    }
    .post-type-archive-hall_of_fame .grid {
        float: left !important;
    }
    @media only screen and (max-width:768px) {
        .post-type-archive-hall_of_fame #container {
            padding: 0 20px;
        }
        .hof-entry img {
            width: 100%;
        }
        .hof-col {
            width: 45%;
            margin-right: 20px;
        }
        .hof-col:nth-child(even) {
            margin-right: 0;
        }
    }
    @media only screen and (max-width:480px) {
        .hof-archive-name {
            font-size: 16px;
        }
        .hof-title-upper img {
            float: left;
            margin: 10px 0 0 0;
        }
    }
/* Add to ba.css */
		#mega-menu-wrap {
			overflow: visible;
		}
		.megamenu-arrow {
			position: absolute;
			left: 592px;
		}
@media only screen and (min-width:1025px) {
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .home #header {
     position: absolute;
     width: 100%;
    }
    .home #news {
    	margin-top: 62px;
    }
}
}
		#mega-menu-wrap .hide-from-mega-menu {
		  display: none !important;
		}