/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* SET GLOBAL VALUES - Required_field is in main_top.css */

html, body { font: normal normal 300 18px/30px "Roboto", Arial, Helvetica, sans-serif; color: #555555; } /* Padding/margin resets and width/height 100% are in main_top.css */
body { 
	/*background: #FFF url("https://5c0c4e.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/bkg_body.png") repeat-y center top; */
	background: rgb(217,217,217);
	background: linear-gradient(90deg, rgba(217,217,217,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(217,217,217,1) 100%);
	}
.main_wrapper { background-color: transparent; } /* Everything but footer. Put background here if need full-height background. Min-height and position in main_top.css */

a:link { color: #d2252c; text-decoration: underline; }
a:visited { text-decoration: none; }
a:link, a:hover, a:active, a:visited { __text-decoration: none !important; }

strong { font-weight: 700 !important; }
em { font-style: italic; }

.errmsg { color: #F00; font-size: 11px; line-height: 11px; font-style: italic; font-weight: bold; padding-top: .6em; } /* "IS REQUIRED" type of form messages */
.invalid { outline: 2px solid #F00; font-weight: bold; } /* Regex fail form messages */

p { padding: 0px; margin-top: 1em; }
h1,h2,h3,h4,h5,h6 { font-family: "Roboto",Arial,Helvetica,sans-serif; font-weight: 700; margin: 0px; padding: 0px; font-feature-settings: "kern"; text-rendering: optimizelegibility; }
h1 { font-size: 2.625em; line-height: .95em; }
h2 { font-size: 2.0625em; line-height: 1em; }
h3 { font-size: 1.5em; line-height: 1.25em; }
h4 { font-size: 1.333em; line-height: 1.1em; }
h5 { font-size: 1em; line-height: 1.3em; }

img { max-width: 100%; }

/* NOTE - CONTENT and CONTENT_WRAPPER below are simply for microdata and adding a pad for sticky footer. SECTION will be used for most segments/areas */
.masthead, .menu, .banner, .content, .section, .footer { width: 320px; margin: 0px auto; position: relative; }
.masthead_wrapper, .menu_wrapper, .banner_wrapper, .content_wrapper, .section_wrapper, .footer_wrapper { position: relative; clear: both; }

/* MASTHEAD */

.masthead_wrapper, .masthead { overflow: visible; height: 100px; }
.masthead_wrapper {  
	z-index: 9998; /* Not necessary, but makes certain modifications easier */
	/* INSET BANNER WITH DROP SHADOW */
	/*
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
	*/
	}
.masthead {  }

.lang { position: absolute; right: 0px; top: 0px; z-index: 9999; }
.lang a { color: #FFF; background-color: #999999; text-decoration: none; display: block; padding: 5px 15px; transition: 0.4s; border-radius: 0px 0px 5px 5px; }
.lang a span { padding-left: .25em; }
.lang a:hover { background-color: #234866; transition: 0.4s; }

/* INSET BANNER WITH DROP SHADOW */
.section_first {
	/*
	-moz-box-shadow: 0px -2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px -2px 8px rgba(0,0,0,0.6);
	box-shadow: 0px -2px 8px rgba(0,0,0,0.6);
	*/
	}
.nobanner {
	-moz-box-shadow: 0px 0px 0px transparent !important;
	-webkit-box-shadow: 0px 0px 0px transparent !important;
	box-shadow: 0px 0px 0px transparent !important;
	}

.masthead_logo {
	width: 380px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 20px;
	background: transparent url("https://41885b.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/masthead_logo.svg") no-repeat left top;
    background-size: contain;
	z-index: 9998; /* Not necessary, but makes certain modifications easier */
    
    width: 280px;
    height: 74px;
    top: 16px;
    left: 50%;
    margin-left: -140px;
	}
.es .masthead_logo { background-image: url("https://97b1bf.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/masthead_logo_es.svg"); }
.masthead_logo h2 { display: none; }

/* MENU */

.mobile_icon { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 100%; 
	height: 40px;  
	cursor: pointer;
	z-index: 9999; /* Not necessary, but makes certain modifications easier */
	color: #FFF;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	padding-top: 8px;
	box-sizing: border-box;
	}
.mobile_icon span { font-size: .90em; }
.mobile_menu_icon {  }

.menu_wrapper, .menu {
	height: 40px;
	}
.menu_wrapper { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#719e32+0,8dc63f+25,8dc63f+75,719e32+100 */
	background: rgb(30,61,87);
	background: linear-gradient(90deg, rgba(30,61,87,1) 0%, rgba(35,72,102,1) 25%, rgba(35,72,102,1) 75%, rgba(30,61,87,1) 100%);
	/*
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	*/
	z-index: 9999;
	}

.sitenav { display: none; }

	/* DROP-DOWN */
	
	.sitelinks {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		position: absolute; 
		left: 0px; 
		top: 40px;
		width: 100%;
		z-index: 9000;
		}
	.sitelinks li { 
		display: block; 
		margin: 0px;
		padding: 0px; 
		position: relative;
		}
	.sitelinks li a { 
		background-color: #234866; /* Sets the color for the entire menu when it first drops down */
		border-bottom: 1px solid rgba(255,255,255,0.3);
		font-weight: 300;
		font-size: 25px;
		line-height: 25px;
		text-align: center;
		text-decoration: none; 
		color: #FFF; /* Sets the font color for the menu items. Inherit to use base font color for the site. */
		display: block;  /* This (and the two below it) makes the whole thing clickable ... who knew?!? */ 
		padding: 13px 0px 17px 0px;
		width: 100%; 
		}
	.sitelinks li a:hover { color: #234866; background-color: #FFF; } /* Sets the highlight color for the menu items */
	.sitelinks li.menu_last a { border-bottom: none; }
	
	/* DROP-DOWN SUB-MENUS */
		
		.m_expand { 
			position: absolute; 
			top: 5px; 
			right: 0px; 
			cursor: pointer; 
			width: 52px; 
			height: 45px; 
			background: transparent url("https://7c60a9.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/sprites.png") no-repeat 0px -240px; 
			}
		.services_subnav, .sitelinks .divider { display: none; }
		.sitesublinks {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
		.sitesublinks li {
			margin: 0px;
			}
		.sitesublinks li a { 
			background-color: #FFF; /* Sets the color for the entire SUB-menu when it first drops down */
			border-bottom: 1px solid rgba(255,255,255,0.3);
			font-weight: 300;
			font-size: 18px;
			line-height: 18px;
			text-decoration: none; 
			__color: #FFF; /* Sets the font color for the sub-menu items. Inherit to use base font color for the site. */
			display: block;  /* This (and the two below it) makes the whole thing clickable ... who knew?!? */ 
			padding: 12px 0px 13px 0px;
			width: 100%; 
			}
		.sitesublinks li a:hover { background-color: #7a7c80; }
		.sitesublinks li.first { __border-top: 1px solid rgba(255,255,255,0.3); }
		.sitesublinks li.last a { border-bottom: none; }

/* SOCIAL ICONS - 30px */

.social_icons { position: absolute; top: 57px; right: 0px; width: auto; display: none; }
.social_icon { 
	width: 30px; 
	height: 30px; 
	float: left; 
	margin: 0px 10px 0px 5px; 
	background: transparent url("https://7c60a9.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/sprites.png") no-repeat 0px -149px;
	}
.facebook { background-position: 0px -149px; }
.facebook:hover { background-position: 0px -119px; }
.twitter { background-position: -30px -149px; }
.twitter:hover { background-position: -30px -119px; }
.pinterest { background-position: -60px -149px; }
.pinterest:hover { background-position: -60px -119px; }
.instagram { background-position: -90px -149px; }
.instagram:hover { background-position: -90px -119px; }
.googleplus { background-position: -120px -149px; }
.googleplus:hover { background-position: -120px -119px; }
.tumblr { background-position: -150px -149px; }
.tumblr:hover { background-position: -150px -119px; }
.youtube { background-position: -180px -149px; }
.youtube:hover { background-position: -180px -119px; }
.vimeo { background-position: -210px -149px; }
.vimeo:hover { background-position: -210px -119px; }
.linkedin { background-position: -240px -149px; }
.linkedin:hover { background-position: -240px -119px; }
.snapchat { background-position: -270px -149px; }
.snapchat:hover { background-position: -270px -119px; }

/* SOCIAL ICONS - 23px */
/*
.social_icons { position: absolute; top: 64px; right: 0px; width: auto; }
.social_icon { 
	width: 23px; 
	height: 23px; 
	float: left; 
	margin: 0px 10px 0px 5px; 
	background: transparent url("https://7c60a9.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/sprites.png") no-repeat 0px -73px;
	}
.facebook { background-position: 0px -73px; }
.facebook:hover { background-position: 0px -96px; }
.twitter { background-position: -23px -73px; }
.twitter:hover { background-position: -23px -96px; }
.pinterest { background-position: -46px -73px; }
.pinterest:hover { background-position: -46px -96px; }
.instagram { background-position: -69px -73px; }
.instagram:hover { background-position: -69px -96px; }
.googleplus { background-position: -92px -73px; }
.googleplus:hover { background-position: -92px -96px; }
.tumblr { background-position: -115px -73px; }
.tumblr:hover { background-position: -115px -96px; }
.youtube { background-position: -138px -73px; }
.youtube:hover { background-position: -138px -96px; }
.vimeo { background-position: -161px -73px; }
.vimeo:hover { background-position: -161px -96px; }
.linkedin { background-position: -184px -73px; }
.linkedin:hover { background-position: -184px -96px; }
.snapchat { background-position: -207px -73px; }
.snapchat:hover { background-position: -207px -96px; }
*/

/* BANNER */

.banner_wrapper, .banner { overflow: visible; background-size: cover; background-position: center center; height: 180px; /* 16:9 - height: 169px; if width is standard 300px */ }
.banner_wrapper { background-color: #EEE; }
.banner {  }
.banner a { text-color: inherit !important; text-decoration: none !important; } /* Prevent some browsers from underlining the NBSP placeholder */

.bx-wrapper, .bxslider {  }
.bxslider { }
.bx-wrapper, .bxslider, .bxslider li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%; 
	height: 180px; 
	}
.banner_curve {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 102px;
	background: transparent url("https://5843ac.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/banner_curve_grad.svg") no-repeat center bottom;
	}
.banner_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	__background-color: rgba(26,255,0,0.56);
	}
.banner_overlay_text {
	text-align: center;
	width: 100%;
	display: block;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -10px;
	/* MOBILE */
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	}
.banner_overlay_button {
	text-align: center;
	display: inline-block;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #8dc63f;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 14px rgba(0,0,0,0.6);  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 14px rgba(0,0,0,0.6);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	/* MOBILE */
	margin: 15px auto 0px auto;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 14px 4px 14px;
	}
.banner_overlay_button span {
	display: block;
	text-transform: none;
	/* MOBILE */
	font-size: 8px;
	line-height: 8px;
	}

/* FEATURES */

.home_feature {
    background: transparent url(/assets/aqchealth.com/css/main.css) no-repeat left top; 
    position: relative;
    }
.home_feature a { text-decoration: none !important; color: inherit !important; }
.feature_pic {
    width: 100%;
    padding-bottom: calc(100% * .4733);
    background: transparent url(/assets/aqchealth.com/css/main.css) no-repeat left top; 
    background-size: cover;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
    }
.feature_text { 
    color: #5d5e5f; 
    font-size: 18px; 
    line-height: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    position: relative;  
    width: 100%;
    }
.feature_top { margin-top: 8px; }
.feature_bottom { font-size: 36px; line-height: 38px; margin-top: 1px; } 
.feature_icon {
    position: absolute;
    width: 140px;
    height: 142px;
    top: 23px;
    right: 0px;
    }
.es .feature_bottom { font-size: 28px; }

/* CONTENT */

.col { display: block; margin: 0px 10px; __background-color: #EEE; }
.nomargin { margin: 0px; }
.col_full, .col_half, .col_third, .col_twothirds, .col_quarter, .col_threequarters { width: 300px; }
.col_full.nomargin, .col_half.nomargin, .col_third.nomargin, .col_twothirds.nomargin, .col_quarter.nomargin, .col_threequarters.nomargin { width: 320px; }
.content, .sidebar { padding-bottom: 30px; }

.col_pic {
	height: 213px;
    __padding-bottom: calc(320 * .6667);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
.col_title {
	margin-top: 15px;
	color: #818285;
	font-size: 24px;
	line-height: 28px;
	}
.col_button {
	text-transform: uppercase;
	font-weight: 700;
	color: #8dc63f;
	margin: 10px 0px 30px 0px;
	}

/* OVERVIEW */

.overview { padding-top: 30px; } /* in case we need to clear something or add a margin */
.title { /*font-size: 3.157em; line-height: .9em; margin-top: 19px; font-weight: 700;*/ }
.subtitle { font-size: 1.333em; line-height: 1.1em; margin-top: .2em; font-style: italic; color: #818285; }
.description {  }
.description h1, .description h2, .description h3, .description h4, .description h5, .description h6 { margin-top: .85em; }
.pic_full, .pic_half { display: block; width: 100%; clear: both; }
.pic_full { margin: 10px 0px; }

.dpc_table {
    border-collapse: collapse;
    }
.dpc_table td { border: 1px solid #CCC; padding: 4px 12px; vertical-align: top; }

/* OVERVIEW PICS */

.pic_box {
	width: 300px;
	display: block;
	margin: 18px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	}
.youtube {
	width: 300px;
	height: 169px;
	}
.pic {
	max-width: 100%;
	}
.caption {
	font-size: .8em;
	text-align: center;
	padding: 8px 0px 0px 0px;
	font-style: italic;
	color: #a0a0a0;
	}
	
.pic_multi_box {  }
.pic_multi {
	float: left;
	width: 145px;
	height: 97px;
	background-color: #CCC;
	margin: 10px 10px 0px 0px;
	background-size: cover; 
	background-position: center center;
	position: relative;
	overflow: hidden;
	}
.pic_multi:nth-child(2n) { margin-right: 0px; }
.pic_multi_spacer { width: 145px; height: 97px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.pic_multi_spacer img { display: none; }

/* OVERVIEW MULTI-PIC GALLERY */

.gallery {
	margin: 15px 15px 15px 15px;
	overflow: auto;
	}
.gallery_main {
	width: 270px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-color: #CCC;
	}
.gallery_thumb {
	width: 135px;
	height: 90px;
	background-size: cover;
	background-position: center center;
	float: left;
	background-color: #EEE;
	position: relative;
	}
.gallery_main img, .gallery_thumb img { display: none; }
.gallery_count {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(35,144,159,0.75);
	font: normal normal 700 28px/28px "Roboto Slab", "Courier New", Courier, monospace;
	color: #FFF;
	padding-top: 30px;
	}

/* DOWNLOADS */

.downloads { /* container */
	width: 300px;
	display: block;
	margin: 10px 0px 0px 0px;
	}
.downloads_header {
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	}
.downloads_header_text {
	font-weight: 700;
	text-transform: uppercase;
	color: #a0a0a0;
	padding: 12px 15px 11px 15px;
	float: left;
	line-height: 28px;
	}
.downloads_header_icon {
	width: 51px;
	height: 51px;
	background: #cfcfcf url("https://3f12f6.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/bkg_downloads_icon.png") no-repeat center center;
	border-right: 1px solid #a0a0a0;
	float: left;
	}
.downloads ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.downloads ul li {
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
.downloads a { text-decoration: none !important; color: inherit !important; }
.dl_item {  
	font-size: 16px;
	line-height: 18px;
	font-weight: 700; 
	padding: 3px 0px 5px 53px;
	padding-left: 35px;
	background: transparent url("https://cc28ec.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_pdf.png") no-repeat 13px 0px;
	background-position: 0px 0px;
	}
.dl_item.pdf { background-image: url("https://cc28ec.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_pdf.png"); }
.dl_item.doc, .dl_item.docx { background-image: url("https://3c5c2a.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_doc.png"); }
.dl_item.xls, .dl_item.xlsx { background-image: url("https://26d252.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_xls.png"); }
.dl_item.ppt, .dl_item.pptx { background-image: url("https://d3e247.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_ppt.png"); }
.dl_item.txt { background-image: url("https://756c14.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_txt.png"); }
.dl_item.jpg, .dl_item.jpeg, .dl_item.png, .dl_item.tif, .dl_item.gif { background-image: url("https://f483e8.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_jpg.png"); }
.dl_item.web { background-image: url("https://229288.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/icon_web.png"); }

/* SECTION OVERVIEW */

.section_overview { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#719e32+0,8dc63f+25,8dc63f+75,719e32+100 */
	background-color: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(left, #cfcfcf 0%, #ebebeb 25%, #ebebeb 75%, #cfcfcf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cfcfcf 0%,#ebebeb 25%,#ebebeb 75%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cfcfcf 0%,#ebebeb 25%,#ebebeb 75%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#cfcfcf',GradientType=1 ); /* IE6-9 */
	}

/* HOME FEATURES */

.home_feature {
	margin-bottom: 30px;
	margin-top: 30px;
	}
.knowyournumbers {
	margin-top: 0px;
	}

/* SECTION RED */

.section_red { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#719e32+0,8dc63f+25,8dc63f+75,719e32+100 */
	background: rgb(97,30,21);
	background: linear-gradient(90deg, rgba(97,30,21,1) 0%, rgba(114,35,25,1) 25%, rgba(114,35,25,1) 75%, rgba(97,30,21,1) 100%);
	color: #FFF;
	}
.section_red a {
	color: #FFF !important;
	text-decoration: underline !important;
	font-weight: 700;
	}
.section_red a:visited {
	color: #e8abab !important;
	}

.redbar_logo {
	margin: 0px;
	}
.red_text {
	padding: 0px 0px 40px 0px;
	text-align: center;
}
.red_title { margin-top: 20px; }
.red_map { text-align: center; padding: 20px 0px 20px 0px; }
.red_map_pic {  }

/* BROWSE */

.browse {  } /* in case we need to clear something or add a margin */
.browse_record {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	}
.browse_record.last { padding-bottom: 0px; border-bottom: 0px none transparent; }
.browse_title { margin-top: 0px; font-size: 1.5em; line-height: 1.25em; font-weight: 700; }
.browse_subtitle { font-size: 1em; line-height: 1.1em; margin-top: .4em; }
.browse_description { margin-top: .5em; }
.browse_more {
	margin-top: .85em;
	}
.browse_more a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.1);
	color: #999 !important;
	text-decoration: none !important;
	}
.browse_more a:hover {
	color: #000 !important;
	background-color: rgba(0,0,0,0.1);
	}
.browse_download {
	margin-top: .75em;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	}
.browse_download span { padding-right: 10px; }
.browse_download a {
	color: inherit !important;
	text-decoration: none !important;
	}
.browse_download a:hover {
	color: #8dc63f !important;
	}

/* STAFF */

.staff { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.nameplate { background-color: rgba(35,72,102,0.75); color: #FFF; position: absolute; left: 0px; bottom: 10px; padding: 8px 10px; width: 100%; }
.name { font-size: 16px; line-height: 16px; font-weight: 700; }
.jobtitle { font-size: 11px; line-height: 14px; margin-top: 4px; font-style: italic; }

/* CONTACT PAGE */

.contactbox {
    width: calc(100% - 20px);
    border-radius: 10px;
    background-color: #234866;
    margin: 10px 0px 0px 10px;
    color: #FFF;
    box-sizing: border-box;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    }
.contactbox a { color: inherit !important; text-decoration: none !important; }
.contactbox_company { font-size: 24px; line-height: 24px; }
.contactbox_address { font-weight: 400; }
.contactbox_info {  }
.contactbox_info span { padding-right: .5em; }
.hoursbox {
    width: calc(100% - 20px);
    margin: 10px 0px 0px 10px;
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    }
.hoursbox_title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #234866;
    }
.hourset {
    margin-top: 6px;
    }
.hourset_label {
    font-weight: 700;
    }
.hourset_notes {
    font-style: italic;
    line-height: 20px;
    }
.section_location {
    background: rgb(235,235,235);
    background: -webkit-linear-gradient(left, rgba(200,200,200,1) 0%, rgba(235,235,235,1) 25%, rgba(235,235,235,1) 75%, rgba(200,200,200,1) 100%);
    background: -o-linear-gradient(left, rgba(200,200,200,1) 0%, rgba(235,235,235,1) 25%, rgba(235,235,235,1) 75%, rgba(200,200,200,1) 100%);
    background: linear-gradient(to right, rgba(200,200,200,1) 0%, rgba(235,235,235,1) 25%, rgba(235,235,235,1) 75%, rgba(200,200,200,1) 100%);
    }
.location_map { padding: 25px 25px 0px 25px; }
.map { max-width: 100%; }
.location_info { padding: 25px; }
.section_pricing {
    background: rgb(97,115,37);
    background: -webkit-linear-gradient(left, rgba(83,98,31,1) 0%, rgba(97,115,37,1) 25%, rgba(97,115,37,1) 75%, rgba(83,98,31,1) 100%);
    background: -o-linear-gradient(left, rgba(83,98,31,1) 0%, rgba(97,115,37,1) 25%, rgba(97,115,37,1) 75%, rgba(83,98,31,1) 100%);
    background: linear-gradient(to right, rgba(83,98,31,1) 0%, rgba(97,115,37,1) 25%, rgba(97,115,37,1) 75%, rgba(83,98,31,1) 100%);
    color: #FFF;
    }
.pricing { padding: 25px; text-align: center; }
.pricing_title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    }

/* FOOTER */

.content_wrapper { padding-bottom: 342px; padding-bottom: 300px; } /* Padding matches footer height. This container JUST makes room for footer. Add about 20px to footer height to ensure bottom content pad */
.footer_wrapper, .footer { height: 342px; height: 300px; } 
.footer_wrapper { margin-top: -342px; margin-top: -300px; background: #818285 url("https://b6cae3.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/bkg_footer_grad.svg") repeat center top; z-index: 9999; }
.footer {  }

.phone_social {
	position: relative;
	height: 60px;
	color: #818285;
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	box-sizing: border-box;
	padding: 12px 10px 0px 10px;
	}
.phone_social a {
	color: inherit !important;
	text-decoration: none !important;
	}
.phone_social a:hover {
	color: #234866 !important;
	}
.big_phone { float: left; }
.big_number { display: none; }
.big_social { float: right; }
.big_social span { margin-left: .2em; }

.footer .divider {
	color: rgba(255,255,255,0.25);
	padding: 0px 10px;
	}

.footer_text { 
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	color: #FFF; 
	}
.footer_companylogo {
	width: 115px;
	height: 44px;
	margin: 0px auto;
	background: transparent url("https://7c60a9.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/sprites.png") no-repeat -140px -300px;
	display: block;
	}
.footer_companylogo:hover { background-position: -140px -344px; }
.company_name { padding-top: 5px; }
.company { 
	font-family: "Roboto Slab",Arial,Helvetica,sans-serif; 
	font-size: 20px;
	line-height: 26px; 
	font-weight: 700;
	}
.tagline { 
	display: block; 
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	font-style: italic;
	padding-top: 0px;
	}
.address {
	padding-top: 9px;
	}
.contact_numbers { display: block; }
.fineprint {
	font: normal normal 300 9px/14px Roboto, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	text-align: center;
	color: #FFF;
	}
.fineprint a, .credits a, .footer_text a { color: #FFF !important; }
.fineprint a:hover, .credits a:hover, .footer_text a:hover { text-decoration: underline !important; }

.footer_logos { width: 142px; height: 24px; position: absolute; bottom: 20px; left: 50%; margin-left: -71px; }
.footer_logo { height: 24px; background: transparent url("https://7c60a9.claudeassets.com/20250614080649im_/https://aqchealth.com/css/images/sprites.png") no-repeat 0px 0px; float: left; }
	.beansprout { width: 67px; background-position: 0px 0px; } .beansprout:hover { background-position: 0px -25px; }
	.coloredbean { width: 63px; background-position: -68px 0px; margin-left: 12px; } .coloredbean:hover { background-position: -68px -25px; }

/* TOGGLER */

.toggler, .closeSlider { cursor: pointer; }
.slider { display: none; }
.collapseSlider { display: none; }
.sliderExpanded .collapseSlider { display: block; }
.sliderExpanded .expandSlider { display: none; }

/* GLOBAL OVERRIDES */

.nobreak { white-space: nowrap; }
.hideme { visibility: hidden; display: none; }
.tp { padding-top: 10px; }
.tm { margin-top: 10px; }
img.blur {
	filter: url("https://a98552.claudeassets.com/20250614080649im_/https://aqchealth.com/css/blur.svg#blur");
	-webkit-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

/* HIDE ON MOBILE @ 719px OR LESS */

@media only screen and (max-width: 719px) { 
    .m_hide { display: none !important; visibility: hidden !important; } 
    .staffbox { width: calc(100% - 40px) !important; padding-bottom: calc((100% - 40px) * 1.3333) !important; }
}

/*
     FILE ARCHIVED ON 19:30:20 Mar 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:01:12 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.363
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.026
  esindex: 0.005
  cdx.remote: 7.163
  LoadShardBlock: 1101.763 (3)
  PetaboxLoader3.resolve: 1076.332 (3)
  PetaboxLoader3.datanode: 59.498 (4)
  load_resource: 266.322
*/