@charset "utf-8";
/* CSS Document */

/* Shared Style */
body {
	margin: 0px;
}

a {
	color: #003;
}

a:link {

}

a:visited {
	color: #003;
}

a:active {
	color: #003;
}

a:hover {
	color:  #03F;
}

td {
	vertical-align: top;
}

#wrapper {
	background-color: #ffffff;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
}

#footer {
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	background-color: #ffffff;
}

#mailAddress {
	text-align: center;	
}

#frmAddress, #frmCity, #frmState, #frmZip {
	display: none;
}

#shlogo988 {
	position: absolute;
	top: 0px;
	right: 0px;
}

.headline {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 2em;
	text-align: center;
}

.subheadline {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.centerElement {
	text-align: center;
}

.contactForm {
	font-size: 2vw;
}

.tablePhone {
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

#sponsorlogos {
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#sendMsgForm .sendMsgTextSize {
	font-size: 1.75vw;
}

.sponsor {
	width: 100%
}

.contactLeftCol {
	width: 25%;
	text-align: right;
	float: left;
	padding: 10px 5px;
}

.contactRightCol {
	width: 45vw;
	text-align: left;
	float: left;
	padding: 10px 5px;
}

.corporatelogo {
	padding: 1%;
}

.clear {
	clear: both;
}

/* End Shared Style */

/* Desktop Styles */
@media only screen and (min-device-width : 1024px) {
	p {
		padding: 10px 10px 5px 10px;
	}
	
	#sendMsgForm .sendMsgText {
		width: 100%;
		font-size: 1.75vw;
	}
	
	#header {
		padding: 0px 0px 10px 0px;
	}
	
	#lbstlogo {
		margin-top: 4vw;
		width: 30vw;
	}
	
	#shlogo988 {
		width: 15vw;
	}

	#sponsorlogos {
		width: 65%;
	}
	
	
	#main {
		margin-top: 10px;
	}
	
	#content {
		width: 80%;
		margin: auto;
	
	}
	
	#mailAddress {
		font-size: 2em;	
	}
	
	#phoneNumbersHeader {
		font-size: 1.5em;	
		font-weight: bold;
		font-style: italic;
	}
	
	#contactLeftSide {
		width: 68%;	
	}
	
	#sendMsgForm .sendMsgTextSize {
		width: 45vw;
	}
	
	/* Desktop menu start */
	#MenuDiv {
		width: 350px;
		margin: auto;
		text-align: center;
	}
	
	#MainMenu {
		width: 500px;
		list-style-type: none;
		margin: auto;
		padding: 0;
		text-align: center;
	}
	
	#MainMenu ul li {
		text-align: left;
	}
	
	#MainMenu li {
		float: left;
		text-align: center;
		margin: 0px 5px;
	}
	
	#MainMenu a {
		text-decoration: none;
		display: block;
		padding: 4px;
	}
	
	#MainMenu a:hover {
		color: #03F;
	}
	
	#MainMenu ul {
		display: none;
		list-style-type: none;
	}
	
	#MainMenu li:hover ul {
		display: block;
		position: absolute;
		background-color: #FFFFFF;
		color: #03F;
		margin: 0;
		padding: 3px;
		text-align: left;
		box-shadow: 5px 5px 5px #BBBBBB;
		border: solid thin #CCCCCC;
	}
	
	#MainMenu li:hover li {
		float: none;
	}

	/* Desktop menu end */
	
	#rightinsetwrapper {
		min-width: 340px;
		width: 30%;
		float: right;
		padding: 0px 0px 20px 20px;
	}
	
	#rightinset {
		width: 100%;
		border: thin solid black;
	}
	
	/* Display Desktop Specific Content */
	.desktoponly {
		display: block;
	}
	
	/* Hide Mobile Specific Content */
	.mobileonly {
		display: none;
	}
	
	.headline {
		font-size: 4vw;
	}
	
	.subheadline {
		font-size: 16px;
	}
	
	.corporatelogo {
		width: 18%;
	}
	
	.clearme {
		clear: both;
	}
	
} /* End Desktop Style */

/* Mobile Style */
@media only screen and (max-device-width : 1023px) {
	body {
		font-family: Arial, Helvetica, sans-serif;
	} 
	
	#sendMsgForm .sendMsgText {
		width: 100%;
		font-size: 3vw;
	}
	
	#lbstlogo {
		margin-top: 6vw;
		margin-left: 5%;
		margin-right: 5%;
		width: 40vw;
	}
	
	#shlogo988 {
		width: 20vw;
	}

	#sponsorlogos {
		width: 90%;
	}
	
	#content {
		width: 95%;
		margin: auto;
	}
	
	#phoneNumbersHeader {
		font-size: 4vw;
		font-weight: bold;
		font-style: italic;	
	}
	
	#mailAddress {
		text-align: center;
		font-size: .65em;
	}
	
	#sendMsgForm {
		margin-left: auto;
		margin-right: auto;
	}
	
	#sendMsgForm .sendMsgTextSize {
		width: 100%;
	}
	
	/* Start Mobile Menu */
	#MainMenu {
		position: absolute;
		top: 0px;
		left: 43px;
		display: none;
		list-style-type: none;
		background-color: #FFFFFF;
		box-shadow: 5px 5px 5px #BBBBBB;
		padding-inline-start: 15px;
		padding-inline-end: 15px;
		border: solid thin #CCCCCC;
	}
	
	#MainMenu a {
		text-decoration: none;
	}
	
	#MainMenu ul {
		display: none;
		list-style-type: none;
	}
	
	#MainMenu li {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.hamburgericon {
		display: inline-block;
		height: 35px;
		position: absolute;
		top: 5px;
		left: 10px;
	}
	
	/* End Mobile Menu */
	
	/* Hide Desktop Specific Content */
	.desktoponly {
		display: none;
	}
	
	/* Display Mobile Specific Content */
	.mobileonly {
		display: block;
	}
	
	.header { 
		width: " + $sw + "px; margin: auto; border-radius: 10px; 
	}

	.contactLeftCol {
		font-size: 2em;
	}
	 
	.contactRightCol {
		font-size: 3em;
	}
	 
	.corporatelogo {
		width: 23%;
	}	
	
}  /*End Mobile Style */

