#templateContainer {
	background-color: #EDEDED;
	margin:100px 50px 0px 250px;
	overflow:auto;
	height:90%;
	min-width:1026px;
	position:relative;
}

#templateContainer1 {
	background: #1e3769;
	position:relative;
}

header {
	width: 1000px;
	margin: auto;
	height: 56px;
	padding-top: 30px;
}

header h1 {
	color: #A80D32;
}

#logo {
	float:left;
}

#regphone {
	float:right;
	font-family: 'Alegreya', serif;
	font-size: 28px;
	color: #A80D32;
	text-align: center;
	margin-top: 20px;
	margin-right: 30px;
}

#fullbanner {
	width: 102%;
	background-color: #EDEDED;
	background-image: url('../site_images/bannerfullbackground.jpg');
	background-position:center;
	height: 860px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 24px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 24px 0px rgba(50, 50, 50, 0.75);
	overflow:hidden;
}

#banner2 {
	width: 102%;
	background-color: #fff;
}

#banner3 {
	width: 102%;
	background-color: #1e3769;
	background-image: url('../site_images/vecteezy_abstract-vivid-vector-background-with-stripes-images-best_10244796.jpg');
	background-position:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#infosectionbanner {
	width: 102%;
	background-color: #fff;
}

#banner{
	/*background-image:url('images/bannerbackground.png');*/
	margin:auto;
	width: 1000px;
	height: 860px;
	overflow: hidden;
	position: relative;
}

/*
#eventwrap {
	position:relative;
	width: 800px;
	/* background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(5%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* IE10+ */
/*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
/*background-color: rgba(255,255,255,.85);
height: 285px;
margin-top: 70px;
margin-left: 30px;
border-radius: 500px;
padding-left: 30px;

}

#event{
	float:left;
	width: 500px;
	text-align:center;
	color: #A80D32;
	padding: 10px;
}

#event h1 {
	font-family: 'Tangerine', cursive;
	font-size: 50px;
}

#event h2 {
	font-family: 'Alegreya', serif;
	font-size: 18px;
	margin-bottom: 20px;
}

#date1 {
	float:left;
	margin-left: 20px;
}

#date1 h3 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-size: 22px;
}

#date1 p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}

#date2 {
	float:right;
	margin-right: 20px;
}

#date2 h3 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-size: 22px;
}

#date2 p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}

#date3 {
	float:left;
	margin-left: 20px;
}

#date3 h3 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-size: 22px;
}

#date3 p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}

#date4 {
	float:left;
	margin-left: 20px;
}

#date4 h3 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-size: 22px;
}

#date4 p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}

#restaurant {
	font-family: 'Alegreya', serif;
	font-size: 22px;
	margin-top: 70px;
}

.restlogo {
	width: 130px;
	margin-bottom: 5px;
}*/

#form {
padding: 20px;
width: 960px;
position: absolute;
	/*top: 20px;
	left: 600px;*/
	color: #fff;
}


#form h1 {
	font-size: 36px;
	font-family: "arial", sans-serif;
    font-weight: 700;
    font-style: italic;
	text-transform: uppercase;
	text-align: center;
	color: white;
	margin-bottom: 10px;
	
}

#form p{
	font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400;
	font-size: 15px;
	padding-bottom: 2px;
	color: white;
}

#form h3 {
    text-align: center;
}

input {
	background-color: #fff;
	opacity: 0.8;
	border-radius: 5px;
	padding: 5px;
	border: 1px #c8bca3 solid;
	margin-bottom: 10px;
}

textarea{
    resize: none;
    width: 97%;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 5px;
    padding: 5px;
    border: 1px #c8bca3 solid;
    margin-bottom: 3px; 
}

#csz {
	width: 15%;
	/*background-color: #fff;*/
	border-radius: 5px;
	/*padding: 5px;*/
	/*border: 1px #c8bca3 solid;*/
	margin-bottom: 10px;
}

#csz input{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

#block {
    width: 48%;
    border-radius: 5px;
    margin-bottom: 10px;
}

#block input{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

select {
  background-color: #fff;
	opacity: 0.8;
	border-radius: 5px;
	padding: 5px;
	border: 1px #c8bca3 solid;
	margin-bottom: 10px;
	height: 30px;
	width: 245px;
}

#enroll_form button {
height: 50px;
	margin-top: 10px;
	background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
border-radius: 10px;
color: #fff;
font-size: 20px;
width: 50%;
}

#enroll_form button:hover {
	background: rgb(150,169,45); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(150,169,45,1) 0%, rgba(104,135,31,1) 50%, rgba(83,124,0,1) 51%, rgba(116,149,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,169,45,1)), color-stop(50%,rgba(104,135,31,1)), color-stop(51%,rgba(83,124,0,1)), color-stop(100%,rgba(116,149,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(150,169,45,1) 0%,rgba(104,135,31,1) 50%,rgba(83,124,0,1) 51%,rgba(116,149,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(150,169,45,1) 0%,rgba(104,135,31,1) 50%,rgba(83,124,0,1) 51%,rgba(116,149,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(150,169,45,1) 0%,rgba(104,135,31,1) 50%,rgba(83,124,0,1) 51%,rgba(116,149,33,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(150,169,45,1) 0%,rgba(104,135,31,1) 50%,rgba(83,124,0,1) 51%,rgba(116,149,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96a92d', endColorstr='#749521',GradientType=0 ); /* IE6-9 */

}

#letterinfo {
    margin:auto;
    padding-top: 20px;
	width: 1000px;
	height: 578px;
	overflow: hidden;
	position: relative;
}
#letterinfoform {
    margin:auto;
	width: 1000px;
	height: 345px;
	overflow: hidden;
	position: relative;
}

.information{
    width: 94%;
    padding-left: 20px;
    padding-right: 20px;
}

.information h1{
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 56px !important;
    color: #1e3769;
}

.information h2{
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 300;
    font-size: 16px !important;
    color: #1e3769;
    padding-top: 10px;
}

.dataform{
    width: 450px;
}

#contentwrapper{
	width: 1000px;
	margin:auto;
	font-family: 'Muli',sans-serif;
	color: #8c8069;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

#contentwrapper p {
	margin-bottom: 10px;
	line-height: 19px;
}

#contentwrapper h1 {
	font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 500;
	font-size: 21px;
	color: #002256;
	height: 63px;
}

#contentwrapper h2 {
	font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 300;
    font-size: 16px;
    color: black;
    padding-top: 16px;
	margin-bottom: 10px;
}

.infosection {
	width: 100%;
	float:left;
	padding: 10px;
	position: relative;
}

.infosection ul {
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 300;
    font-size: 16px;
    color: black;
	list-style-type: disc; 
	padding-left: 20px;
	line-height: 19px;
	height: 136px;
}

.infosection li {
	margin-bottom: 5px;
}

.border {
	border-right: 1px #c8bca3 solid;
	position: absolute;
   top: 20%;
left: -5px;
bottom: 20%;
}

.left {
	border-left: 1px #c8bca3 solid;
}

footer {
	clear:both;
	width: 102%;
	text-align:center;
	background-color: #1e3769;
	font-family: 'Muli', sans-serif;
	color: #fff8ea;
	padding-top: 20px;
	padding-bottom: 20px;
}

#graph {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	float:left;
	margin-right: 15px;
}

#letterinfo h5{
    text-align: center;
}

#thankyougraphic {
	height: 530px;
	margin: 0 auto;
	padding-top: 20px;
}

#complogo {
    height: 100px;
    float: right;
    position: absolute;
    right: 50px;
    top: 20px;
    
}

#agent {
	width: 220px;
	border: 1px #112F41 solid;
	margin: 0 auto;
	margin-top:3px;
	float:left;
	margin-right: 15px;
}

.infosectionlarge {
	width: 61%;
	float:left;
	padding: 10px;
	position: relative;
	padding-right: 15px;
}

#thanks {
	margin-top: 40px;
}

#thanks h2 {
	font-size: 25px;
}

#thanks h1 {
	font-size: 75px;
}

.friendform {
	margin-top: 25px;
	height: 300px;
	
}

#wrapper {
	min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -56px;
}

footer, .push {
	height: 56px;
}

#loading, #invite_another, #success {
	font-family: 'Muli', sans-serif;
}

#invite_another a:link{
	color: #508AC8;
}

#invite_another a:hover{
	color: #6ea4dd;
}


