/* EQ various edits throughout file */
/* Let's go responsive, baby! */

img {
	max-width:100%;
	height:auto;
}

.logoMain img{transition:all 0.7s ease-out 0s;}

/* parallax stuff */
.mobile body {
	overflow: hidden;
}
.mobile .BGTable {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.mobile #scroller {
	height: 3000px;
}

@media only screen and (max-width : 880px) {
	H1, .h1 {
	font-size:36px;
	}
	H2, .h2 {
	font-size:28px;
	}
}

@media only screen and (max-width : 640px) {
	H1, .h1 {
	font-size:30px;
	}
	H2, .h2 {
	font-size:24px;
	}
	H3, .h3 {
       font-size:20px;
    }

}

@media only screen and (max-width : 320px) {
	H1, .h1 {
	font-size:28px;
	}
	H2, .h2 {
	font-size:20px;
	}
    H3, .h3 {
      font-size:18px;
       }
    H4, .h4 {
       font-size:16px;
       }
	
}

@media (max-width:1179px) {
	.siteWidth {
		width:auto !important;
	}
	
	/* Recent News */
	.left.rn_content{width:140px;}
}
@media (max-width:1024px) {
	/* modules */
	.aquaeSkins .MainPane #mdMemberList > li {
		width:50%;
	}
	.aquaeSkins .ModDNNFeedbackC fieldset:first-of-type .Feedback_Field {
		width:100%;
	}
	.aquaeSkins .ModDNNFeedbackC fieldset:first-of-type > div:nth-child(2n-1),
	.aquaeSkins .ModDNNFeedbackC fieldset:first-of-type > div:nth-child(2n) {
		padding:0;
	}
}

@media only screen and (max-width : 992px) {
	.logoMain {
		padding: 10px 0;
		height: 55px;
	}
	.logoMain img {
		height: 35px;
	}
}

@media (min-width:769px) and (max-width:992px) {
	/* Sign In to match size of main menu text when window narrows */
	.loginMain {
		font-size: 14px;
	}
	
	/* Recent News (2 column footer) */
	.left.rn_content{width:260px;}
}

/* Switch to mobile menu, etc */
@media (max-width:640px) {
	
	.bannerMainFull .parallaxMe .siteWidth {
		margin-top:160px;
	}
	.bannerMainFull .parallaxMe img {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
	}

	.bannerMainFull .parallaxMe h1,
	.backgroundMe .owlCarousel h1 {
		font-size:45px;
	}
	.bannerMainFull .parallaxMe h2,
	.backgroundMe .owlCarousel h2 {
		font-size:25px;
	}

	/* modules */
	.DnnAnnImage {
		width:50%;
	}
	.aquaeSkins .MainPane #mdMemberList > li {
		width:100%;
	}
	
	/* content */
	.WhiteBox {
	  margin:40px;
	}
	
	.triggerAnimation.delay750.animated.bounceInDown{top:100px!important;}
	.triggerAnimation.delay1000.animated.bounceInDown{top:155px!important;font-size: 40px;}

	/*  owlCarousel */
	.owlCarousel-img{position:absolute!important;text-align:center!important;width:100%;}
	.owlCarousel-img img{opacity: 0.2;}
	.owlCarousel-img+.col-md-6{}
}

@media (max-width:640px) {	
	/* Recent News (1 column footer) */
	.left.rn_content{width:280px;}
}

@media (max-width:599px) {
	.imgLeft,
	.imgRight {
		float:none;
		margin:0 auto 20px;
		display:block;
	}
}

@media (max-width:480px) {
	/* EQ Show banner text in smaller size, with correction for reduced padThis */
	/*
	h1.bannerText {
		font-size:28px;
		padding:40px 20% 0 0;
	}
	
	h2.bannerText {
		font-size:18px;
		padding:0 20% 0 0;
	}
	*/
	/* EQ end*/
	
	.padThis {
		padding:10px 15px;
	}
	
	.alignContBottom {
		margin-bottom:-25px
	}
	a.nextScreenButton {
		border-top-left-radius: 100%;
		border-top-right-radius: 0;
		width: 50px;
		height: 50px;
		line-height: 70px;
		padding-left: 10px;
		left:auto;
		right:0;
		margin:0;
	}
		
	
	/* content */
	.WhiteBox {
		margin: 30px;
	}

	.bannerMainFull .parallaxMe h1,
	.backgroundMe .owlCarousel h1 {
		margin-top:80px;
		font-size:35px;
	}
	.bannerMainFull .parallaxMe h2,
	.backgroundMe .owlCarousel h2 {
		font-size:20px;
	}
	/* modules */
	.showControlBar .aquaeSkins .ModBlogC .blog-main-content {
	  padding: 5.5em 0 0;
	}
	.showControlBar .aquaeSkins .ModBlogC .dnnPrimaryAction,
	.showControlBar .aquaeSkins .ModBlogC .dnnSecondaryAction {
	  padding:7px;
	}
	.aquaeSkins .dnnMemberDirectory .mdSearchBar input[type="text"] {
		display: block;
		float: left;
		width: 160px;
	}
	.triggerAnimation.delay750.animated.bounceInDown{top:50px!important;}
	.triggerAnimation.delay1000.animated.bounceInDown{top:100px!important;font-size:30px;}
}

@media (max-height:480px) {	
	/* content */
	.bannerMainFull .parallaxMe h1,
	.backgroundMe .owlCarousel h1 {
		margin-top:80px;
		font-size:35px;
	}
	.bannerMainFull .parallaxMe .position1,
	.bannerMainFull .parallaxMe .position2,
	.backgroundMe .owlCarousel .position1,
	.backgroundMe .owlCarousel .position2,
	.backgroundMe .owlCarousel .position3 {
		max-width: 22%;
	}
}

@media (max-width:350px) {
	/* EQ Hide sub-heading on banner */
	/*
	h2.bannerText {
		display: none;
	}
	*/
	/* EQ end*/
}
	
@media (max-width:400px) {
	.breadLeft {
	  float: none;
	  padding: 15px 0 0;
	}
	.breadRight {
	  float: none;
	  padding: 5px 0 15px;
	}

	/* modules */
	.aquaeSkins .DnnAnnImage {
		width:100%;
		margin-bottom:10px;
	}
	.aquaeSkins .dnnForm.FeedbackForm .dnnFormItem .RadCaptcha.RadCaptcha_Default {
		width: 100%;
	}

	/* search results */
	.aquaeSkins .dnnSearchBox_advanced,
	.aquaeSkins .dnnSearchBoxClearText.dnnShow {
		display: none !important;
	}
	.aquaeSkins .dnnSearchBoxPanel .dnnSearchBox {
		margin-right: 10px;
	}
	.aquaeSkins .dnnSearchResultAdvancedTip {
		overflow: hidden;
		visibility: hidden;
	}
	.aquaeSkins .dnnSearchBox > a.dnnSearchButton {
		right: 7px;
	}
	.aquaeSkins .dnnSearchBox > input {
		width: 85% !important;
	}
	.aquaeSkins .dnnSearchResultPanel {
		display: none;
	}

	/* content */
	.WhiteBox {
	  margin: 0;
	}
	
	/* Recent News (1 column footer) */
	.left.rn_content{width:150px;}
}

@media (max-width:250px) {
	.TopBarPane {
		display:none;
	}
	
	/* Recent News (1 column footer) */
	.left.rn_content{width:100px;}
}

@media only screen and (max-width : 740px) {
.breadRight { display:none; }
}

@media only screen and (max-width : 740px) {
.breadAbsolute { display:none; }
}

