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

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  color: black;
  
}

body {
	margin-top: 0px;
	background-color: #FFFBF3;
	
}

.wrapper {
	background-color: #dcdbd7;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;

}


header {
	width: 100%;
	top: 0;
	height:231px;

}

map {
	
}


.siteNav {
	padding-top: 15px;
	width: 1000px;;
	margin: 0 auto;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: visible;
	
	
}

.siteNav ul li{
	list-style-type: none;
	line-height: 30px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 16px;
	text-align: center;	
}


.siteNav a:hover {
	color: #B2282E;
}

a href:hover {
	color: #B2282E;
}

 
.siteNav li a {
	text-decoration: none;
	color: #1b3376;
	display: block;
}


/* hiding drop down items */
.siteNav ul li ul  {
	display: none;
    position: absolute;
    
}

.siteNav ul li ul li a {
	display: block;
	width: 150px;
	text-align: left;
	position: relative;
	margin-left: 0px;
	
}


.siteNav li:hover ul {
	visibility: visible;
	z-index: 50;
	line-height: 30px;
	width: 240%;
	margin-left: 0px;
	display: block;
	position: absolute;
	background-color: #dcdbd7;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	
}


.main {
	width: 80%;
	margin: 40px auto;
	border-top: 1px solid black;
	padding-top: 50px;

}

.mainText {
	width: 75%;
	margin: 40px auto;
	
}

.galleryText {
	width: 75%;
	margin: 20px auto 40px auto;
	text-align: center;
}

.mainImg {
	display: block;
	text-align: center;
	
}

.gallery {
	width: 80%;
	margin: auto;
}
.galleryVIDEO {
	width: 84%;
	margin: auto;
	margin-bottom: 5%;
}

.mainText h1 {
	font-size: 2em;
	font-weight: 600;
	color: #1b3376;
	margin: 0 auto;
  	text-align: center;
		

}

.mainText p {
	line-height: 2em;
	font-size: 1.2em;
	font-weight: 400;
}

.beneLogo {
	-webkit-filter: drop-shadow(3px 3px 3px #222 );
 	filter: drop-shadow(3px 3px 3px #222 );
}


address {
	color: black;
	font-size: 1em;
	margin-left: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.4em;
}

.mainText h2 {
	font-size: 1.3em;
	font-weight: 600;
	color: #1b3376;
	text-transform: uppercase;
	margin: 10px auto;
  	text-align: center;
	
}

.mainText h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 2em;
	line-height: 1.5;
}

.mainText ul li{
	list-style-type: disc;
	line-height: 2.4em;
	margin-right: 10px;
	margin-left: 50px;
	font-weight: 400;
	
	font-size: 1.2em;
	
}


.donatepayText p {
	line-height: 1.4em;
}



.beneLogo {
	text-align: center;
	margin: 20px 0 40px 0;
}

.apply {
	text-align: center;
}

.apply p {
	text-transform: uppercase;
	margin-top: 10px;
	color: black;
	font-weight: 600;
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}





footer {
	width: 100%;
	top: 0;
	height: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0 auto;
	
}

footer p {
	float: left;
	margin-left: 60px;
	
	
}

.sponsorLogos {
	vertical-align: middle;
	padding-top: 30px;
	text-align: center;
	
}

.sponsorLogosRow2  {
	vertical-align: middle;
	padding-top: 30px;
	text-align: center;
	clear: both;
	margin-left: 50px;
	
}

.sponsorLogosRow2 img {
	margin-right: 70px;
	margin-left: 20px;
}


.sponsorLogos img {
	margin-right: 70px;
	margin-left: 20px;
}

.footerInfo {
	width: 100%;
	background-color: darkgray;
	margin-top: 3%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 100px;
	position: relative;
	
}

.bottomNav  {
	list-style-type: none;
	font-size: 1em;
	left: 5em;
	width: 400px;
	margin-top: 2em;
	text-transform: uppercase;
	position: relative;
	
}

.bottomNav li {
	float: left;
	margin-right: 2em;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 1.7em;
	
}
.bottomNav a:hover {
	text-decoration: none;
}
.bottomNav a  {
	color:black;
	text-decoration: none;
}


.footerInfo address {
	float: right;
	width: 200px;
	margin-right: 8em;
	margin-top: 1em;
	font-size: .9em;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: right;
	position: relative;
	
}
.copyright {
	float:left;
	font-size: 1em;
	letter-spacing: .2em;
	position: absolute;
	bottom: .3em;;
	margin-left: 36%
	
}

.hidden {
	display: none;
}

#amznCharityBanner {
	clear: both;
	margin: 0 auto;
    width: 100px;
	padding-top: 30px;
	margin-right: 675px;
}


/********************** BUTTON STYLES ****************************/

.centerButton { 
  text-align: center;
}

.centerButton input{
	height: auto;
	
}

.donatepayText .button input{
	text-align: left;
	height: auto;
	margin-bottom: 10px;
	margin-top: -20px;
	

}



/********************** CONTACT FORM STYLES ****************************/

form {
	position: relative;
	padding-top: 20px;
	 
		
}

label {
	text-align: left;
	width: 6em;
	float: left;
	vertical-align: bottom;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	
}

.long {
	width: 20em;
}



input {
	-webkit-box-sizing; border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 1.6em;
	
}

textarea {
	width: 50%;
	resize: none;
	height: 150px;
}

.clear {
	clear: both;
}

.submit {
	width: 20%;
	height: 3em;
	margin-left: 27%;
	margin-bottom: 6%;
	margin-top: 3em;
	background-color: #1b3376;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
	font-size: .7em;
	font-weight: 600;
	
}

/************************** APPLYFORM STYLES ***********************/

.applyForm {
	height: auto;
	padding: 0;
	width: 100%;
	text-align: center;
}


.row {
	width: 100%;
	padding-left: 30px;
	
}


/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding:10px;
	
	
}

.columnHeading {
	font-size: 1.2em;
	margin-bottom: 1em;
	
	}

.column p {
	margin-bottom: 2em;
}

.column label {
	clear: both;
	margin-right: 1em;
	width: 10em;
	line-height: 1em
	
}

.column input  {
	height: 1.6em;
	width: 40%;
	
}


.column input, text, textarea {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.column select {
	width: 40%;
	
}

.column textarea {
	width: 80%;
	margin-top: 1%;
}

input[type=submit] {
	width: 10%;
	height: 3em;
	margin-bottom: 4%;
	margin-top: 2%;
	margin-left: 15%;
	background-color: #1b3376;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}





/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }

	
	


