/*
 BEGIN FULL WIDTH STYLES
*/


* {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	/*
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	*/
}

/* FIX DIRECTORY MENUS - ASHTON WAS HERE */
.main .left ul.nav {
  display: block;
}


body {
 margin: 0px;
 padding: 0px;
}

.clearfix {
 clear: both;
}

header {
 width: 100%;
 height: 155px;
 background: url("images/i-site_logo_header.jpg") no-repeat top left;
}

header .logo_text {
 text-indent: -99999px;
 background: url("images/tearoha_logo_header.jpg") no-repeat center left;
 background-size: 100% auto;
 display: inline-block;
 height: 147px;
 width: 28.1%;
 margin-top: 0px;
 margin-left: 110px;
 position: absolute;
 white-space: nowrap;
 vertical-align: top;
}

header .phone_text {
 position: absolute;
 display: inline-block;
 width: 228px;
 top: 30px;
 margin-top: 0px;
 margin-left: 10px;
 left: 40%;
 font-size: 18px;
 color: #636363;
}

header .phone_text a {
 color: #636363;
}

header .phone_text a:hover {
 color: #02a685;
 text-decoration: none;
}

header .social_icons {
 display: inline-block;
 position: absolute;
 width: 152px;
 top: 90px;
 margin-left: 110px;
 left: 40%;
}

header .social_icons a {
 display: inline-block;
 margin-right: 2px;
}

header .findus_map {
 display: inline-block;
 position: absolute;
 height: 138px;
 width: 84px;
 top: 0px;
 margin-left: 110px;
 left: 56%;
}

header .weather {
 background: url("images/weater-icon_header.jpg") no-repeat top right;
 padding-right: 65px;
 height: 45px;
 top: 10px;
 position: absolute;
 right: 20px;
}

header .weather a {
 color: #000;
 line-height: 45px;
}

header > .search {
 height: 145px;
 position: absolute;
 right: 5px;
 top: 60px;
 width: 190px;
}

header .translate_box {
 height: 145px;
 position: absolute;
 right: 5px;
 top: 85px;
 width: 190px;	
}

header > .search label {
 display: none;
}

header > .search input, header .translate_box select {
 float: right;
 clear: right;
 margin-bottom: 8px;
 padding: 4px;
 border-radius: 4px;
 border: 1px solid #A0A0A0;
 width: 190px;
}

header .translate_box .skiptranslate div {
 display: block;
 margin-top: 10px;
 height: 38px;
}

#nav {
 position: absolute;
 top: 155px;
 height: 44px;
 width: 100%;
 background: url("images/nav_bar_bg.png") repeat-x center center;
 z-index: 5;
}

#nav div {
 position: relative;
 width: 100%;
}

#nav div.responsive_nav {
 display: none;
}

#nav ul {
list-style: none;
padding: 0px;
margin: 0px;
display: block;
width: 100%;
}

#nav ul > li {
list-style: none;
display: inline-block;
padding: 0px;
margin: 0px;
padding: 0px 2% 0px;
position: relative;
}


#nav ul li ul {
 display: inline-block;
 position: absolute;
 left: 0%;
 top: 44px;
 background: #02a685;
 width: 200%;
 min-width: 260px;
 padding-right: 0;
 text-align: left;
 display: none;
}


#nav ul li ul li {
 padding: 0px 20px 0px 20px;
 display: block;
}

#nav div span {
 display: none;
 color: #FFFFFF;
 background: url("images/menu_icon.png") left center no-repeat;
 padding: 12px 0% 13px;
 padding-left: 55px;
}

#nav a {
 color: #FFFFFF !important;
 text-decoration: none;
 display: inline-block;
 width: 100%;
 margin: 0px;
 padding: 12px 0% 13px;
 white-space: nowrap;
}

#nav ul > li:hover, #nav ul > li:hover > a {
 background: #02a685;
}

#nav ul > li:hover ul {
 display: inline-block;
}

#nav ul > li ul li:hover, #nav ul li ul li:hover > a {
 background: #40454a;
}

a {
	color: #636363;
}

a:hover {
	color: #02a685;
}

footer {
 width: 100%;
 height: 200px;
}

.main {
 background: url("images/bg/background_towerview.jpg") no-repeat fixed center center;
 background-size:  100% auto;
 width: 100%;
 min-height: 900px;
}

.main article {
 position: relative;
 background: #FFFFFF;
 width: 68.5%;
 margin-left: -35%;
 left: 50%;
 min-height: 840px;
 top: 45px;
 padding: 0.75%;
 box-shadow: 0px 0px 4px #000;
 margin-bottom: 40px;
}

.main article .custom {
 display: inline;
}

.main .module_group {
 width: 69%;
 display: inline-block;
}

.main  .module {
 display: inline-block;
}

.main  .module img {
 width: 100%;
 border: none;
 opacity: 0.9;
}

.main  .module a {
 border: none;
 display: inline-block;
 width: 100%;
 background: #FFFFFF;
}

.main  .module a:hover img {
 opacity: 1;
}

.main .module_group .module {
 width: 48.4%;
 margin-right: 1.28%;
 margin-bottom: 10px;
}

.main .module.tall {
 display: inline-block;
 width: 30.5%;
 background-size: 100% auto;
 position: relative;
 top: 0px;
 vertical-align: top;
 padding-bottom: 3%;
}

.main .module.tall span {
 display: block;
 width: 100%;
 text-indent: -99999px;
 background: url("images/mod_events_text.jpg") top center no-repeat;
 background-size: 100%;
 position: absolute;
 bottom: 0px;
 height: 9%;
}

.main .content .module_group {
 width: 100%;
 margin: 10px 0px;
}

.main .content .module_group .module {
 width: 32.3%;
 margin-right: 0.3%;
 margin-left: 0.3%;
}

.main .content .module_group .module p {
	vertical-align: top;
	padding: 10px 5%;
	margin: 0px;
}

.main .content .module_group .module p a.link {
	float: right; 
	display: inline; 
	position: relative; 
	background: inherit;
	width: auto;
}
	
.main .left {
 display: inline-block;
 width: 24%;
 vertical-align: top;
}

.main .left h3 {
 color: #02a685;
 font-size: 18px;
 margin-bottom: 5px;
}

.main .left ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
 margin-left: 10px;
}

.main .left ul li {
 margin: 0px;
 padding: 0px;
}

.main .left ul li a {
 text-decoration: none;
 padding: 2px 0px 2px;
 display: inline-block;
 font-size: 14px;
}

.main .left ul li.current > a {
 font-weight: bold;
 color: #02a685;
}

.main .left ul li a:hover{
 color: #02a685;
 text-decoration: underline;
}

.main .content {
	display: inline-block;
	width: 74%;
}

footer {
 padding-top: 25px;
 position: relative;
}

footer div {
	display: inline-block;
	vertical-align: top;
}

footer .isite_logo_foot {
	width: 16%;
}

footer .isite_logo_foot img {
 width: 100%;
}

footer .mpdc_logo_foot {
	width: 10%;
}

footer .mpdc_logo_foot img {
 width: 100%;
}

footer .footer_nav {
	margin-left: 5%;
  width: 20%;
}

footer .footer_nav a,footer .footer_nav a:active {
	color: #636363;
	margin-right: 12px;
	font-size: 13px;
}

footer .footer_nav a:hover {
	color: #02a685;
}

footer .footer_nav p {
	color: #636363;
	font-size: 13px;
}

footer .qualmark {

		width: 13%;
		position: absolute;
	  right: 22%;
}

footer .qualmark img {
 margin-right: 2%;
 width: 45%;
}

footer .footer_address {

	width: 20%;
	position: absolute;
  right: 0px;

}

footer .footer_address p {
	margin-top: 0px;
}

.article-info {
	margin: 0px 0px 15px;
	padding: 0px;
}

.article-info .article-info-term {
	display: none;
}

.article-info .published {
	font-size: 12px;
	margin: 0px;
	padding: 4px;
	background: #e2e2e2;
}

.main .icons {
	margin: 0px;
	display: inline-block;
	float: right;
	padding: 4px;
}

.main .icons .dropdown-menu {
	margin: 0px;
	padding: 0px;
}

.main .icons li {
	display: inline-block;
}

.print-icon a {
	
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/glyphicons-halflings.png");
    background-position: -96px -48px;
    background-repeat: no-repeat;
	text-indent: -2222px;
}

.email-icon a {
	display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/glyphicons-halflings.png");
    background-position: -72px 0;
    background-repeat: no-repeat;
	text-indent: -2222px;
}

.moduletableside_search {
	margin-right: 16px;
}

.moduletableside_search label {
	margin-top: 16px;
}

.moduletableside_search h4 {
	margin-bottom: 0px;
	color: #777;
	font-weight: normal;
	font-size: 18px;
}

.lrg_sidemenu_link_title {

	font-size: 18px !important; 
	margin-top: 10px;
	margin-left: -10px;
}

span.nav-header {
	display: inline-block;
	margin-top: 10px !important;
}

/* Image Gallery for Listings A-Z */

#gallery .img-thumbnail {
	width: 28%;	
}

.carousel-item {
  img {
    height: 60vw;
    object-fit: cover;
    
    @media (min-width: 576px) {
      height: 350px;
    }
  }
}


/*
  END FULL WIDTH STYLES
*/


/*
 BEGIN LAPTOP / LARGE LANDSCAPE TABLET WIDTH STYLES
*/

@media screen and (min-width: 980px) and (max-width: 1180px) {


	.main {
	 background-size:  130% auto;
	 min-height:750px;
	}

	.main article {
	 position: relative;
	 background: #FFFFFF;
	 width: 90%;
	 margin-left: -46%;
	 left: 50%;
	 min-height: 200px;
	 top: 150px;
	 padding: 0.75%;
	}

	header .logo_text {
	 width: 38%;
	}

	nav a {
	 color: #FFFFFF;
	 text-decoration: none;
	 padding: 12px 1.25% 13px;
	 display: inline-block;
	 margin: 0px;
	}

	footer .qualmark {
		display: none;
	}

	footer .footer_nav {
  	width: 25%;
	}
	
	footer .isite_logo_foot {
		width: 20%;
	}
	
	footer .mpdc_logo_foot {
		width: 13%;
	}


	footer .footer_address {
  	width: 25%;
	}

}

/*
 END LAPTOP / LARGE LANDSCAPE TABLET WIDTH STYLES
*/


/*
 BEGIN LANDSCAPE TABLET WIDTH STYLES
*/

@media screen and (min-width: 765px) and (max-width: 980px) {

	.main {
	 min-height:750px;
	 padding-bottom: 100px;
	 background-size:  150% auto;
	 background-size:  150% auto;
	}

	.main article {
	 position: relative;
	 background: #FFFFFF;
	 width: 70%;
	 margin-left: -36%;
	 left: 50%;
	 min-height: 200px;
	 top: 150px;
	 padding: 0.75%;
	}
	
	.main .left {
		
		width: 96%;
		background: #ebebeb;
		left: -1%;
		top: -5px;
		position: relative;
		padding: 0 3% 15px;
		margin: 0px 0px 15px;
		
	}
	
	.main .left ul {
		padding: 0px;
		text-align: center;
	}
	
	.main .left ul li{
		display: inline-block;
		padding: 8px 12px;
	}


    .main .left ul.business_az {
        max-height: 45px;
        overflow: hidden;
    }
	
	.main .content {
		width: 96%;
		padding: 0 3% 0px;
	}

	nav {
	 height: auto;
	 min-height: 44px;
	 background-position: top left;
	 background-repeat: repeat;
	 padding: 0px;
	}

	nav a {
	 color: #FFFFFF;
	 text-decoration: none;
	 padding: 12px 1.25% 13px;
	 display: inline-block;
	 margin: 0px;
	}

	header .social_icons, header .findus_map {
	 display: none;
	}

	header .logo_text {
	 width: 45%;
	 top: 0px;
	 background-position: top left;
	}

	header .phone_text br {
	 display: none;
	}

	header .phone_text {
	 width: 320px;
	 left: 3%;
	 margin-left: 110px;
	 top: 120px;
	}
	

	.main .module_group {
	 width: 100%;
	 display: inline-block;
	}

	.main .module.tall {
	 display: none;
	}

	nav div a {
	 display: none;
	}

	nav div span {
	 display: inline-block;
	}

	nav div.web_nav {
	 display: none;
	}

	nav div a {
	 display: none;
	}

	nav div span {
	 display: inline-block;
	}
	
	nav div.responsive_nav {
	 display: block;
	}
	
	nav div.responsive_nav ul {
	 display: none;
	}
	
	nav div.responsive_nav li, nav div.responsive_nav a {
	 display: block;
	}
	
	nav div.responsive_nav span {
	 display: inline-block;
     background-size: auto 57%;
     margin-top: 0px;
     position: relative;
     width: 333px;
     padding-left: 6px;
	 height: 22px;
	 margin-bottom: 1px;
	}
	
	nav div.responsive_nav ul li {
	 height: 46px;
	 margin-bottom: 1px;
	 width: 100%;
	 display: block;
	}
	
	nav div.responsive_nav ul li a {
	 padding: 0px;
	 line-height: 48px;
	 width: 100%;
	 display: block;
	 text-align: center;
	}
	
	nav div.responsive_nav ul li ul {
	 width: 100%;
	 text-align: center;
	 position: relative;
	 z-index: 500;
	 top: -0px;
	}
	
	footer .qualmark {
		display: none;
	}

	footer .footer_nav {
  	width: 25%;
	}


	footer .footer_nav a {
  	display: block;
	}

	footer .mpdc_logo_foot {
		display: none;
	}

	footer .isite_logo_foot {
		width: 30%;
	}


	footer .footer_address {
  	width: 25%;
		right: 2%;
	}

	footer .footer_address p {
		font-size: 15px;
	}

}


/*
 END LANDSCAPE TABLET WIDTH STYLES
*/


/*
 BEGIN PORTRAIT TABLET / LANDSCAPE PHONE WIDTH STYLES
*/


@media screen and (min-width: 600px) and (max-width: 765px) {

	.main {
	 min-height:750px;
	 padding-bottom: 200px;
	 background-size:  300% auto;
	}

	.main article {
	 position: relative;
	 background: #FFFFFF;
	 width: 80%;
	 padding: 0px 5%;
	 margin-left: -46%;
	 left: 50%;
	 min-height: 200px;
	 top: 150px;
	}
	
	.main .left {
		
		width: 98%;
		padding: 0px 1%;
		background: #ebebeb;
		left: -6.1%;
		position: relative;
		padding: 0 7.2% 15px;
		margin: 0px 0px 15px;
		
	}
	
	.main .left ul {
		padding: 0px;
		text-align: center;
	}
	
	.main .left ul li{
		display: inline-block;
		padding: 8px 12px;
	}
	
    .main .left ul.business_az {
        max-height: 45px;
        overflow: hidden;
    }

	.main .content {
		width: 100%;
	}

	nav a {
	 color: #FFFFFF;
	 text-decoration: none;
	 padding: 12px 1.25% 13px;
	 display: inline-block;
	 margin: 0px;
	}

	header .social_icons, header .findus_map {
	 display: none;
	}

	header .logo_text {
	 width: 45%;
	 top: 0px;
	 background-position: top left;
	}

	header .phone_text br {
	 display: none;
	}

	header .phone_text {
	 width: 250px;
	 LEFT: 60%;
	 top: 20px;
	}

	.main .module_group {
	 width: 100%;
	 display: inline-block;
	}
	
	.main .content .module_group .module {
	 width: 47%;
	 display: inline-block;
	}

	.main .module.tall {
	 display: none;
	}
	
	nav {
	 height: auto;
	 min-height: 44px;
	 background-position: top left;
	 background-repeat: repeat;
	 padding: 0px;
	}

	nav div a {
	 display: none;
	}

	nav div span {
	 display: inline-block;
	}
	nav div.web_nav {
	 display: none;
	}

	nav div.responsive_nav {
	 display: block;
	}
	
	nav div.responsive_nav ul {
	 display: none;
	}
	
	nav div.responsive_nav li, nav div.responsive_nav a {
	 display: block;
	}
	
	nav div.responsive_nav span {
	 display: inline-block;
     background-size: auto 57%;
     margin-top: 0px;
     position: relative;
     width: 333px;
     padding-left: 6px;
	 height: 22px;
	 margin-bottom: 1px;
	}
	
	nav div.responsive_nav ul li {
	 height: 46px;
	 margin-bottom: 1px;
	 width: 100%;
	 display: block;
	}
	
	nav div.responsive_nav ul li a {
	 padding: 0px;
	 line-height: 48px;
	 width: 100%;
	 display: block;
	 text-align: center;
	}
	
	nav div.responsive_nav ul li ul {
	 width: 100%;
	 text-align: center;
	 position: relative;
	 z-index: 500;
	 top: -0px;
	}
	

	footer .qualmark {
		display: none;
	}

	footer .footer_address {
  	width: 45%;
		top: 35px;
	}

	footer .footer_nav a {
	}

	footer .isite_logo_foot {
		width: 45%;
	}

	footer .mpdc_logo_foot {
		display: none;
	}

	footer .footer_nav {
  	width: 100%;
		display: block;
		position: relative;
		margin-top: 20px;
		text-align: center;
	}

	footer .footer_address p {
		font-size: 16px;
	}
	
	
	body footer .rsformfeedback_form  h4 {
		font-size: 22px;
	}
	
	body footer .rsformfeedback_form  a.feedback_toggle {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		opacity: 0.9;
		left: 0px;
		right: 0px;
		border-radius: 0px 0px 0px 0px !important;
		font-size: 19px;
	}
	
	body footer .rsformfeedback_form {
		width: 80%;
		position: fixed;
		background: #fff;
		height: 0px;
		overflow: hidden;
		border-radius: 0px;
		padding: 10px 10%;
		box-shadow: none;
		font-size: 90%;
		border-radius: 0px 0px 0px 0px !important;
	}
	
	body footer .rsformfeedback_form.expanded {
		padding-bottom: 100px;
		position: relative;
	}
	
	
	body footer .formResponsive .formHorizontal .formControlLabel, body footer .formResponsive .formHorizontal div.formControls{
		display: block;
		width: 60%;
		max-width: 60%;
		min-width: 100%;
		margin: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		float: none;
		text-align: left !important;
		clear: both;
	}
	
	body footer .formResponsive .formHorizontal div.formControls div.formBody textarea {
		width: 60% !important;
	}
	

}


/*
 END PORTRAIT TABLET / LANDSCAPE PHONE WIDTH STYLES
*/


/*
 BEGIN LARGE PORTRAIT PHONE WIDTH STYLES
*/

@media screen and (min-width: 420px) and (max-width: 600px) {


	header .translate_box  {
	 display: none;
	}
	
	.main {
	 min-height:750px;
	 height: auto;
	 padding-bottom: 70px;
	 background-image: none;
	 background: #e2e2e2;
	}
	
	.main .left {
		
		width: 96%;
		background: #ebebeb;
		left: -1%;
		top: -5px;
		position: relative;
		padding: 0 3% 15px;
		margin: 0px 0px 15px;
		
	}
	
	.main .left ul {
		padding: 0px;
		text-align: center;
	}
	
	.main .left ul li{
		display: inline-block;
		padding: 8px 12px;
	}

    .main .left ul.business_az {
        max-height: 45px;
        overflow: hidden;
    }
	
	.main .content {
		width: 96%;
		padding: 0 3% 0px;
	}

	.main .cycle-bg-image {

		display: none !important;

	}
	
	.main .content .module_group .module {
	 width: 95%;
	 display: inline-block;
	}

	.main > div {
		position: relative !important;
	}

	.main article {
	 position: relative;
	 background: #FFFFFF;
	 width: 70%;
	 margin-left: -36%;
	 left: 50%;
	 min-height: 200px;
	 height: auto;
	 top: 60px;
	 padding: 0.75%;
	}

	nav {
		top : 250px;
		 height: auto;
		 min-height: 44px;
		 background-position: top left;
		 background-repeat: repeat;
		 padding: 0px;
	}

	nav a {
	 color: #FFFFFF;
	 text-decoration: none;
	 padding: 12px 1.25% 13px;
	 display: inline-block;
	 margin: 0px;
	}

	header {
		height: 250px;
	}

	header .social_icons, header .findus_map {
	 display: none;
	}

	header .logo_text {
	 width: 70%;
	 top: 0px;
	 background-position: top left;
	}

	header .phone_text br {
	 display: none;
	}

	header .phone_text {
	 width: 320px;
	 left: 3%;
	 top: 120px;
     margin-left: 110px;
	}

	header > .search {
		  top: 170px;
			width: 100%;
			text-align: center;
			position: relative;
			display: block;
	}

	header > .search input, header > .search select {
		float: none;
		width: 45%;
	}

	header > .search br {
		display: none;
	}

	header .weather {
		position: relative;
		top: 160px;
		width: 25%;
		left: 50%;
		margin-left: -18%;
	}

	.main .module_group {
	 width: 100%;
	 display: inline-block;
	}

	.main .module_group .module {
	 width: 100%;
	}

	.main .module.tall {
	 width: 100%;
	}

	nav div a {
	 display: none;
	}

	nav div span {
	 display: inline-block;
	}

	footer {

	}

	footer .qualmark {
		display: none;
	}

	footer .footer_address {
  	width: 45%;
		top: 35px;
		margin-right: 3%;
	}

	footer .footer_nav a {
	}

	footer .isite_logo_foot {
		width: 45%;
		margin-left: 3%;
	}

	footer .mpdc_logo_foot {
		display: none;
	}

	footer .footer_nav {
  	width: 100%;
		display: block;
		position: relative;
		margin-top: 20px;
		text-align: center;
	}

	footer .footer_address p {
		font-size: 16px;
	}

}


/*
 END LARGE PORTRAIT PHONE WIDTH STYLES
*/



/*
 BEGIN STANDARD PORTRAIT PHONE WIDTH STYLES
*/

@media screen and (max-width: 420px) {

	ul#supersized > ul#supersized  * {
		display: none;
	}

	.main {
	 min-height:750px;
	 height: auto;
	 padding-bottom: 70px;
	 background-image: none;
	 background: #e2e2e2;
	}

	header .translate_box  {
	 display: none;
	}
	
	.main .left {
		
		width: 96%;
		background: #ebebeb;
		left: -1%;
		top: -5px;
		position: relative;
		padding: 0 3% 15px;
		margin: 0px 0px 15px;
		
	}
	
	.main .left ul {
		padding: 0px;
		text-align: center;
	}
	
	.main .left ul li{
		display: inline-block;
		padding: 8px 12px;
	}

    .main .left ul.business_az {
        max-height: 45px;
        overflow: hidden;
    }

	.main .content {
		width: 96%;
		padding: 0 3% 0px;
	}

	.main .cycle-bg-image {

		display: none !important;

	}

	.main > div {
		position: relative !important;
	}

	.main article {
	 position: relative;
	 background: #FFFFFF;
	 width: 100%;
	 margin-left: 0%;
	 left: 0%;
	 min-height: 200px;
	 height: auto;
	 top: 60px;
	 padding: 0.75%;
	}

	nav {
		top : 250px;
	}

	nav a {
	 color: #FFFFFF;
	 text-decoration: none;
	 padding: 12px 1.25% 13px;
	 display: inline-block;
	 margin: 0px;
	}

	header {
		height: 290px;
		background: #fff;
	}

	header .social_icons, header .findus_map {
	 display: none;
	}

	header .logo_text {
	 width: 90%;
	 top: 0px;
	 left: 5%;
	 margin-left: 0px;
	 background-position: top left;
	}

	header .phone_text {
	 width: 90%;
	 left: 5%;
	 margin-left: 0px;
	 top: 120px;
	 text-align: center;
	}

	header .phone_text br {
		display: none;
	}

	header > .search {
		  top: 140px;
			width: 100%;
			text-align: center;
			position: relative;
			display: block;
	}

	header > .search input, header > .search select {
		float: none;
		width: 80%;
	}

	header > .search select, header > .search br {
		display: none;
	}

	header .weather {
		position: relative;
		top: 40px;
		width: 80%;
		padding: 0px;
		left: 10%;
	}

	.main .module_group {
	 width: 100%;
	 display: inline-block;
	}

	.main .module_group .module {
	 width: 100%;
	}

	.main .module.tall {
	 width: 100%;
	}
	
	nav {
	 height: auto;
	 min-height: 44px;
	 background-position: top left;
	 background-repeat: repeat;
	 padding: 0px;
	}
	
	nav div.web_nav {
	 display: none;
	}

	nav div a {
	 display: none;
	}

	nav div span {
	 display: inline-block;
	}
	
	nav div.responsive_nav {
	 display: block;
	}
	
	nav div.responsive_nav ul {
	 display: none;
	}
	
	nav div.responsive_nav li, nav div.responsive_nav a {
	 display: block;
	}
	
	nav div.responsive_nav span {
	 display: inline-block;
     background-size: auto 57%;
     margin-top: 0px;
     position: relative;
     width: 333px;
     padding-left: 6px;
	 height: 22px;
	 margin-bottom: 1px;
	}
	
	nav div.responsive_nav ul li {
	 height: 46px;
	 margin-bottom: 1px;
	 width: 100%;
	 display: block;
	}
	
	nav div.responsive_nav ul li a {
	 padding: 0px;
	 line-height: 48px;
	 width: 100%;
	 display: block;
	 text-align: center;
	}
	
	nav div.responsive_nav ul li ul {
	 width: 100%;
	 text-align: center;
	 position: relative;
	 z-index: 500;
	 top: -0px;
	}
	
	
	
	footer {
		padding-bottom: 50px;
		height: auto;
	}

	footer div {
		display: block;
	}

	footer .qualmark {
		display: none;
	}

	footer .footer_address {
  	width: 100%;
		position: relative;
		text-align: center;
	}

	footer .footer_nav a {

	}

	footer .isite_logo_foot {
		width: 90%;
		margin-left: 5%;
		left: 0%;
		text-align: center;
		margin-right: 0px;
	}

	footer .isite_logo_foot img {
		width: 100%;
	}

	footer .mpdc_logo_foot {
		display: none;
	}

	footer .footer_nav {
  	width: 90%;
		display: block;
		position: relative;
		margin-top: 20px;
		left: 0px;
		margin-left: 5%;
		text-align: center;
	}

	footer .footer_address p {
		font-size: 16px;
	}

	.load-item {
	 display: none !important;
	}

	body footer .rsformfeedback_form  h4 {
		font-size: 22px;
	}
	
	body footer .rsformfeedback_form  a.feedback_toggle {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		opacity: 0.9;
		left: 0px;
		right: 0px;
		border-radius: 0px 0px 0px 0px !important;
		font-size: 19px;
	}
	
	body footer .rsformfeedback_form {
		width: 80%;
		position: fixed;
		background: #fff;
		height: 0px;
		overflow: hidden;
		border-radius: 0px;
		padding: 10px 10%;
		box-shadow: none;
		font-size: 90%;
		border-radius: 0px 0px 0px 0px !important;
	}
	
	body footer .rsformfeedback_form.expanded {
		padding-bottom: 100px;
		position: relative;
	}
	
	
	body footer .formResponsive .formHorizontal .formControlLabel, body footer .formResponsive .formHorizontal div.formControls{
		display: block;
		width: 60%;
		max-width: 60%;
		min-width: 100%;
		margin: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		float: none;
		text-align: left !important;
		clear: both;
	}
	
	body footer .formResponsive .formHorizontal div.formControls div.formBody textarea {
		width: 60% !important;
	}
	
	a#hide_btn {
	 display: none !important; 
	}

}


/*
 END STANDARD PORTRAIT PHONE WIDTH STYLES
*/
