@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-trans {
	background-image: linear-gradient(#ffffff, #1d70c4);
	margin: 0px;
 }

#footer {
	clear: both;
	margin: 0px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: #ffffff;
	background-image: linear-gradient(#1d70c4, #02073d);
}

#footer a {
	text-decoration: none; 
	color: #ffffff;
}

#footer-left {
	width: 49%;
	float: left;
	text-align: left;
	font-style: normal;
 }
 
#footer-right { 
	width: 49%;
	float: right;
	text-align: left;
	font-style: normal;
}

#sendMsgForm .sendMsgText {
	width: 100%;
	font-size: 1.75vw;
}

#mailAddress {
	text-align: center;	
}

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

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

.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 {
	width: 100%;
	font-size: 2vw;
}

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

#frlogo { 
	margin-right: auto; 
	margin-left: 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 {
	text-align: right;
	float: left;
	padding: 10px 5px;
}

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

.corporatelogo {
	padding: 1%;
}

.downCarat {
	width: 8px;
	display: inline-block;
}

.hiddenindent {
	margin-left: 20px;
}

.clear {
	clear: both;
}

/* End Shared Style */

/* Desktop Styles */
@media only screen and (min-device-width : 1024px) {
	p {
		padding: 10px 10px 5px 10px;
	}
	
	#header {
		padding: 0px 0px 10px 0px;
	}
	
	#frlogo {
		width: 600px;
		display: block;
	}
	
	#shlogo988 {
		width: 20vw;
	}
	
	#sponsorlogos {
		width: 65%;
	}
	
	
	#main {
		margin-top: 10px;
		min-width: 790px;
	}
	
	#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: 580px;
		margin: auto;
		text-align: center;
	}
	
	#MainMenu {
		width: 580px;
		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;
	}
	
	.contactLeftCol {
		width: 25%;
	}
	
	.contactRightCol {
		width: 45vw;
	}
	
	.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;
	} 
	
	#frlogo { 
		position: relative; 
		width: 100%; 
	}
	
	#shlogo988 {
		width: 25vw;
	}
	
	#main {
		margin: 10px auto;
		width: 90%;
	}
	
	#sponsorlogos {
		width: 90%;
	}
	
	#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 {
		width: 20%;
	}
	
	.contactRightCol {
		width: 70%;
	}
	
	.corporatelogo {
		width: 23%;
	}	
}  /*End Mobile Style */

