@media screen and (max-width: 1280px) {
	.inner {
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
		min-width: 300px;
	}
	div#content .inner {
		padding: 10px;
	}
}
@media screen and (max-width: 1100px) {
	div#rotatingBanner div.line1 {
		bottom: 162px;
	}
	div#rotatingBanner div.line2 {
		bottom: 106px;
	}
	div#rotatingBanner div.line3 {
		bottom: 50px;
	}
	div#rotatingBanner h1 {
		bottom: 50px;
	}
}
@media screen and (max-width: 1000px) {
	div#rotatingBanner div.line1 {
		font-size: 26px;
		left: 20px;
		line-height: 30px;
	}
	div#rotatingBanner div.line2 {
		font-size: 26px;
		left: 20px;
		line-height: 30px;
	}
	div#rotatingBanner div.line3 {
		font-size: 26px;
		left: 40px;
		line-height: 30px;
	}
	div#rotatingBanner h1 {
		font-size: 26px;
		left: 40px;
		line-height: 30px;
	}
	
	
	
	div#header div.logo {
		float: none;
	}
	div#header div#menu {
		float: none;
		text-align: left;
		width: 100%;
		margin-top: 25px;
	}
	div#header div.mainBanner {
		top: 0px;
		position: relative;
		margin-top: 25px;
	}
	div#header div.mainBanner .slide {
		height: calc(70vh - 180px) !important;
	}
	div#header {
		height: auto;
	}
	
	div#footer_menus dl {
		width: 100%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 900px) {
	div#rotatingBanner div.line1 {
		font-size: 22px;
		line-height: 26px;
		bottom: 147px;
	}
	div#rotatingBanner div.line2 {
		font-size: 22px;
		line-height: 26px;
		bottom: 91px;
	}
	div#rotatingBanner div.line3 {
		font-size: 22px;
		line-height: 26px;
		bottom: 40px;
	}
	div#rotatingBanner h1 {
		font-size: 22px;
		line-height: 26px;
		bottom: 40px;
	}
	div.showcase .item {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	div#menu.fixed {
		position: static;
		width: auto;
	}
	div#menu ul.inner {
		border-left: 0;
		border-right: 0;
		min-width: auto;
		max-width: auto;
		width: auto;
		min-height: initial;
		max-height: initial;
		height: initial;
		padding-left: 0px;
		padding-right: 0px;
	}
	div#menu ul.inner li {
		max-height: 0px;
		overflow: hidden;
		display: block;
		margin-right: 0px;
		background: #f6f6f6;
		padding-left: 10px;
		padding-right: 10px;
	}
	div#menu ul.inner li.openmenu {
		display: block;
		background: url("/images/structure/menu_icon.png") no-repeat 10px 10px;
		padding-top: 45px;
		cursor: pointer;
	}
	div#menu .inner li span.opensub {
		display: inline-block;
		text-indent: -9999px;
		position: absolute;
		padding: 11px;
		right: 0px;
		top: 0px;
		width: 21px;
		height: 21px;
		background: url("/images/structure/menu_arrow.png") no-repeat center;
		cursor: pointer;
	}
	div#menu ul.inner li ul {
		position: static;
		max-height: 0px;
		visibility: visible;
		opacity: 1;
		top: 0px;
		width: auto;
		-webkit-transition: max-height 0.8s !important;
		-moz-transition: max-height 0.8s !important;
		transition: max-height 0.8s !important;
	}
	div#menu ul.inner li {
		-webkit-transition: max-height 0.8s;
		-moz-transition: max-height 0.8s;
		transition: max-height 0.8s;
	}
	div#menu ul.inner.open li {
		max-height: 1000px;
		border-top: 1px solid #dadada;
		border-bottom: 0px solid #dadada;
	}
	div#menu ul.inner li.openmenu {
		border-top: 0px solid #dadada;
	}
	div#menu ul.inner li a, div#menu ul.inner li span, div#menu ul.inner li a:hover {
		border-top: 0px solid #ffffff;
	}
	div#menu ul.inner li ul {
		border-top: 0px solid #73a2b7;
	}
	div#menu ul.inner li ul.open {
		max-height: 1000px;
	}
	div#menu ul.inner li ul li a, div#menu ul.inner li ul li span {
		border-bottom: 0px solid #dcdadb;
	}
	div#rotatingBanner div.line1 {
		font-size: 18px;
		line-height: 22px;
		bottom: 130px;
	}
	div#rotatingBanner div.line2 {
		font-size: 18px;
		line-height: 22px;
		bottom: 81px;
	}
	div#rotatingBanner div.line3 {
		font-size: 18px;
		line-height: 22px;
		bottom: 30px;
	}
	div#rotatingBanner h1 {
		font-size: 18px;
		line-height: 22px;
		bottom: 30px;
	}
	div#h1Crumbtrail h1 {
		float: none;
		clear: both;
		width: auto;
	}
	div#h1Crumbtrail div.crumb {
		float: none;
		clear: both;
		width: auto;
		display: none;
	}
}
@media screen and (max-width: 670px) {
	div#bottomNav dl {
		width: auto;
		float: none;
		clear: both;
		padding-bottom: 45px;
	}
	div#bottomNav dl.quicklinks, div#bottomNav dl.latestbulletin, div#bottomNav dl.contactus {
		padding-left: 20px;
		padding-right: 20px;
	}
	div#footer .column1 {
		padding-bottom: 15px;
	}
	div#footer .column1, div#footer .column2 {
		text-align: center;
		width: auto;
		float: none;
		clear: both;
	}
	
	div#header div#menu ul li {
		display: block;
		margin-bottom: 8px;
	}
	div#header div#menu ul li ul {
		position: relative;
		top: 0px;
		width: 100%;
		overflow: hidden
		-webkit-transition: max-height 500ms ease-in-out;
		-moz-transition: max-height 500ms ease-in-out;
		-o-transition: max-height 500ms ease-in-out;
		transition: max-height 500ms ease-in-out;
	}
	div#header div#menu ul li ul {
		visibility: visible;
		opacity: 1;
	}
}

/* Start Main Mobile Menu Set */
@media screen and (max-width: 670px) {
	div#header div.logo {
		background: transparent url(../../images/structure/logo.png) no-repeat bottom center;
		background-size: contain;
	}
	div#header div#menu {
		overflow: hidden;
		clear: both;
	}
	div#header div#menu div.menuopener {
		width: 40px;
		height: 40px;
		display: block;
		background: url(/images/structure/menu_icon.png) no-repeat center;
		text-indent: -999999px;
		float: right;
		clear: both;
		cursor: pointer;
	}
	div#header div#menu ul {
		clear: both;
		max-height: 0px;
		overflow: hidden;
		
		-webkit-transition: max-height 1000ms ease-in-out;
		-moz-transition: max-height 1000ms ease-in-out;
		-o-transition: max-height 1000ms ease-in-out;
		transition: max-height 1000ms ease-in-out;
	}
	div#header div#menu ul li ul {
		clear: both;
		max-height: 0px;
		overflow: hidden;
		
		-webkit-transition: max-height 500ms ease-in-out;
		-moz-transition: max-height 500ms ease-in-out;
		-o-transition: max-height 500ms ease-in-out;
		transition: max-height 500ms ease-in-out;
	}
	div#header div#menu ul.open, div#header div#menu ul li ul.open {
		max-height: 2000px;
	}
	div#header div#menu ul li ul.open {
		max-height: 500px;
	}
	div#header div#menu ul li div.submenuopener {
		width: 19px;
		height: 19px;
		position: absolute;
		top: 11px;
		right: 7px;
		text-indent: -999999px;
		background: url(/images/icons/open.png) no-repeat center;
		cursor: pointer;
	}
	div#header div#menu ul li div.submenuopener.open {
		background: url(/images/icons/close.png) no-repeat center;
	}
	div#header div#menu ul li ul li {
		margin-top: 8px;
	}
	div#header div#menu ul li a, div#header div#menu ul li ul li a {
		background: rgba(0,0,0,0.3);
		padding-right:30px;
	}
	div#header div#menu ul li ul li a, div#header div#menu ul li ul li span {
		margin-left: 17px;
		padding-right:30px;
	}
	div#header div#menu ul li span, div#header div#menu ul li ul li span {
		color: #2f7cbf;
		background: rgba(0,0,0,0.6);
	}
	div#header div#menu ul li a:hover, div#header div#menu ul li ul li a:hover {
		background: rgba(0,0,0,0.6);
	}
}
/* End Main Mobile Menu Set */

@media screen and (max-width: 665px) {
	div#rotatingBanner {
		padding-bottom: 25px;
	}
	div#rotatingBanner .slide {
		padding-top: calc(100vw * (545 / 2000));
		height: initial;
	}
	div#rotatingBanner.smaller .slide {
		padding-top: calc(100vw * (350 / 2000));
		height: initial;
	}
	div#rotatingBanner div.line1 {
		position: static;
		bottom: 0px;
		left: 0px;
		padding: 0px 10px 10px 10px;
		background: transparent;
	}
	div#rotatingBanner div.line2 {
		position: static;
		bottom: 0px;
		left: 0px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	div#rotatingBanner div.line3 {
		position: static;
		bottom: 0px;
		left: 0px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	div#rotatingBanner h1 {
		position: static;
		bottom: 0px;
		left: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	div.showcase .item {
		width: 100%;
		float: none;
		clear: both;
	}
}