  /* site css here */
/* CSS Document */


.submit-frame {
    width: 50%;
	height: 2500px;
	max-height: 100%;
    padding:0 0 0 5px;
	display: table;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
body.poly .sitesearch-modern {
    display: none;
}
body.poly div.tool-items a {
    color: #fff;
}

#lw_cal_events h1 {font-family: 'Open Sans Bold', 'oswald', sans-serif; color:maroon; font-size: 17px; font-weight: normal;}

#flat-head .tool-items a {
    color: #fff !important;
}
@media (min-width: 280px) and (max-width: 320px) {
.submit-frame {
	width: 100%;
    padding:0;
    margin:0;
}
}
@media (min-width:321px) and (max-width: 767px) {
    .submit-frame {
    width: 100%;
    margin-left:8px;
}
}