/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */


	
		header {
			width: 93.75%; /* 960px / 1024px */
		}

		#maincontent{
					width: 93.75%; /* 960px / 1024px */
		}
		
		.maincontent{
			width: 93.75%; /* 960px / 1024px */
		}

		footer {
			width: 93.75%; /* 960px / 1024px */
		}
		
		#toplinks{
			width:93.75%;
		}
		.headerText {
			/* display:none; */
			text-align:center;
			padding-left:0px;
			margin-left:0px;
		}
		.headerLinks {
			text-align:right;
			padding-left:0px;
			margin-left:0px;
		}
		#mobileheaderLinks {
    		display:none!important;
		}
		
		.form-control {
			width:80px !important;
		}
		
		.btn-default2 {
			font-size:10px;
			width:100px;
		}
		
		#nav{
			width:93.75%;
			height: auto !important;
		}
		
		#slideshow{
			width:93.75%;
			height:350px !important;
		}
		
		#fauxslideshowcontainer {
			height:350px !important;
		}
		
		.slide{
			height: 350px !important;
		}
		
		.slide h2{
			font-size: 35px;
		}
		
		.slide p{
			font-size: 16px;
		}
		
		.slidePositioner{
			width:70%;
			left:15%;
		}
		
		#secondaryimage{
			width:93.75%;
			height:175px;
		}
.mobileLogin {
	display:none!important;
}
		.tagline {
			font-size:12px;
		}
		.tag{
			font-size: 18px;
		}