@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:974px) {
/* General */
p{
	font-size: 18px!important;
    line-height: 28px!important;
}
h1 {
    font-size: 30px!important;
    line-height: 40px!important;
}

.WateaButton {
    padding: 10px 20px!important;
	font-size: 18px!important;
}
	
.flyerCTA > div {
    width: 150px!important;
}
.flyerCTA > a {
    padding-left:90px !important;
}
#Header_Container_left #Header_Content {
    width: 620px!important;
}	
#Header_Width {
	width: 768px;}	
	
#captionWrapper{
	width: 768px;}
	
#MainMenu {
    width: 655px!important;
    float: right;
}
#MainMenu UL LI A {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#HomeContentWidth {
	width:768px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:230px;}
	

	
#HomeCallouts UL LI H2{
	font-size:18px;
}

	


#dropdownNavLinks{
	display:none;
}

/* Interior */
 #InteriorContentWidth {
    width: 768px;}
    
    
/* Homeslideshow */

#HomeSlideshow{
	height:300px;
}
.narrow #slideshow{
	width:768px;
}
.rslides li {
	height:300px;}

.caption {
	width: 300px;
}
#slideControls UL{
	width:768px;}

/* Interior Pages */
.raffleInfo, .vehSponsors{
	flex-direction: column !important;
}
.raffleInfo > div{
	width:90% !important;
}
#ContentContainer{
	/*width:768px;*/
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	}

#ContentLeft {
	float: left;
	width: 300px;}

#ContentRight {
	width: 460px;
	float: right;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 355px;
}
/* Watea Difference */
.differenceIconSection{
	flex-wrap:wrap;
}
.differenceIcons{
	width:29%;
}
.differenceIcons > img {
    height: 70px!important;
}

/* Wheels to Work */

.wheelToWorkBG {
    background-position: -80px center!important;
}
.wheels {
    width: 350px!important;
}
.wheels > div {
    width: 300px!important;
}

/* commute 2 careers */
.commuteBG {
    background-position: 430px center!important;
}
.commute {
    width: 270px!important;
}

/* Driving */
.driving > div {
    margin: 20px 0!important;
}
.mission{
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}
.backgroundText {
    font-size: 30px!important;
}

/* Adult Training */
    .TrainingOptions ul {
    flex-direction:column !important;
}






#FooterSection, .testimonialBG{
	/* background-position: bottom left 30px!important; */
    background-size: 150px!important;
}
#FooterContent{
	width:auto;}
	
#FooterWidth {
    width: 768px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 300px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 460px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 300px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 460px;
}

}

