/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */


.printme {display:none;}



.messages {	}
	
	
/* TEXT STYLES */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
  font: 13px/1.5 Arial, sans-serif;
}

a:link, a:visited {
  color: #1a62c8;
  text-decoration: none;
}

a:hover {
  color: #202124;
  text-decoration: underline;
}

a:active {
  color: #202124;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
  clear:both;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', arial, sans-serif; 
  font-weight:400;
  letter-spacing: 0.02em;
  color:#113d6a;
  font-display: swap;
}

h1 {
  font-size: 24px;
  color:#113d6a;
  margin-bottom:0;
}

h2 {  font-size: 18px; margin:1em 0 .25em 0 !important; color:#113d6a;}
h3 {  font-size: 16px; margin:1em 0 .25em 0 !important; color:#113d6a;}
h4 {  font-size: 14px; margin:1em 0 .25em 0 !important; color:#113d6a;}
h5 {  font-size: 12px; margin:1em 0 .25em 0 !important; color:#113d6a;}
h6 {  font-size: 11px; margin:1em 0 .25em 0 !important; color:#113d6a;}

sup {
	vertical-align: super;
	font-size: smaller;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 36px;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 18px;
  margin: 0;	
}

h2.node-title, h2.field-content {
  font-size: 16px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.node ol,
.node ul {
  padding-left: 1.2em;
}

.node li {
  margin-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}

form {border:none; margin:0; padding:0;}

table {border:none; margin:0 0 1em 0; padding:0;}
table.border {border-top:1px solid #ccc;border-left:1px solid #ccc;}
table.border td, table.border th {border-bottom:1px solid #ccc;border-right:1px solid #ccc;}

/* reset omega td hover state... */
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none !important;
}

.floatleft {float:left; margin:0 20px 20px 0; clear:left;}
.floatright {float:right; margin:0 0 20px 20px; clear:right;}

/* simple ad area */
.simplead-container {margin-bottom:10px;}


/* ANNOUNCEMENT AREA */
.announcement {
	background:url(/themes/acvs_consumer/images/background_footerPartner.jpg) repeat-x #FEECC3;
	padding:4px 8px;
	float:left;
	margin:3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	}
.announcement p { margin:0;}
.announcement a { font-weight:bold;}

.logout-form {display:inline; margin:0; padding:0;}
.login-welcome {font-weight:bold; display:inline-block; padding:1px;}
.logout-button {
	border: none !important;
    display: inline-block !important;
    margin: -2px 0 0 0 !important;
    padding: 0 !important;
    outline: none !important;
    outline-offset: 0em !important;
    /* Look like a link */
    background: none !important;
    color: white !important;
    cursor: pointer !important;
    font: inherit !important;
	font-size:11px;
	text-shadow:none  !important;
	}

.logo-img {
	width:100%;
	margin-top:0;
	max-width:759px;
}	
#logo {width:100%; min-width:250px; max-width:759px; height:auto;}

#zone-user-wrapper {background:#123c68; font-size:11px;}
#zone-user-wrapper p {margin:0;}
#region-user-first {}
#region-user-second {float:none; padding:5px 0; text-align:right; color:white;}
#region-user-second a {color:white; text-decoration:none;}
#region-user-second a:hover {text-decoration:underline;}

#zone-branding-wrapper {background: url(/themes/acvs_consumer/images/background_brandingWrapper.jpg) repeat-x #113d6b;}

body {font-family:Arial, Helvetica, sans-serif;}

.utility {
	float: right;
	padding-top: 1px;
	width:auto;
	font-size:11px;
}
.utility a {
	color: white !important;
	font-weight: bold;
	text-decoration: none;
}
.utility a:hover {
	text-decoration: underline;
}
.utility form, .utility p {
	display: inline-block;
}
.utility form #searchfield {
	background: none;
	border:none;
	color: #aac2e6;
	font-size: 11px;
	height:auto;
	padding-bottom:3px;
	width:74px;
}
.utility form #searchfield:focus {
	outline-width: 0;
	box-shadow: none;
}
#searchbox {
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #345d86;
	background: url(/themes/acvs_consumer/images/button_gradient_dark.png) repeat-x #214d7b;
	padding:2px;
	width:100px;
	position:relative;
	}



.breadcrumb {
	color: #666;
	font-size: 11px;
	margin-top:0;
	padding-top:8px;
}
.breadcrumb a {
	text-decoration: none;
	color: #666;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #000;
}


blockquote {
	padding:10px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 auto 1em auto;
	width:70%;
	background:#e0e7ee;
}


.news-date {margin:0;}
.news-headline {margin-top:0;}



/* TEXT SIZER STUFF */
.block-textsize {
	overflow: hidden;
}
.block-textsize .block-inner {
	float: right;
	font-family: Arial, Helvetica, sans-serif !important;
	border-right: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom:15px;
	padding-right:10px;
}
.block-textsize h2 {
	font-family: Arial, Helvetica, sans-serif !important;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #7f7f7f;
	float:left;
	margin:2px 0 0 0 !important;
}
.block-textsize .block-inner .content {
	float: right;
	display: inline !important;
	margin-left: 5px;
	color: #7f7f7f;
	clear: none !important;
}

.block ul.textsize_inline {margin:0 !important; padding:0 !important;}

head:first-child+body a.textsize_increase, head:first-child+body a.textsize_increase:visited {
	background-image: url("/themes/acvs_consumer/images/increase.png") !important; /* !important for page style module */
}
head:first-child+body a.textsize_decrease, head:first-child+body a.textsize_decrease:visited {
	background-image: url("/themes/acvs_consumer/images/decrease.png") !important; /* !important for page style module */
}
head:first-child+body a.textsize_increase:hover {
	background-image: url("/themes/acvs_consumer/images/increase.png") !important; /* !important for page style module */
}
head:first-child+body a.textsize_decrease:hover {
	background-image: url("/themes/acvs_consumer/images/decrease.png") !important; /* !important for page style module */
}
a.textsize_increase, a.ts_increase_variable, a.ts_increase_fix {
	width: 18px; /* NOTE icon specific */
	height: 18px; /* NOTE icon specific */
	margin-right:10px !important;
}
a.textsize_decrease, a.ts_decrease_variable, a.ts_decrease_fix {
	width: 18px; /* NOTE icon specific */
	height: 18px; /* NOTE icon specific */
}
#textsize_current {display:none;}



/* homepage stuff */

#homewrapper #zone-content-wrapper {padding-top:17px;}



/* #homewrapper .feature {display:none;} */
.page-front-page .feature {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
	overflow:hidden;
	margin-bottom:15px;
}

.page-front-page .feature img {
	width:100% !important;
	height:auto;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.feature-headline {
	background: url(/themes/acvs_consumer/images/background_feature_headline.png);
	padding:5px 10px;
	color:white;
	font-family: 'Roboto Condensed', arial, sans-serif;
    font-display: swap;
	font-weight:400;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-shadow:#333 1px 1px 1px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100% !important;
	height:auto !important;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0;
	position: relative;
	/*	*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.flexslider img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 0;
}
/* Direction Nav */

.views-slideshow-controls-text {
*height: 0;
width:100%;
position: absolute;
z-index:1000;
top:50%;
}

.views-slideshow-controls-text a {
	width: 30px;
	height: 30px;
	margin: 0 0 0;
	display: block;
	background: url(/themes/acvs_consumer/images/bg_direction_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display:block;
	position:absolute;
}

.views_slideshow_controls_text_next a {
	background-position: 100% 0;
	right:-30px;
}
.views_slideshow_controls_text_previous a {
	left: -30px;
}

.flexslider:hover .views-slideshow-controls-text-next a {
	opacity: 1 !important;
	right: 5px;
}
.flexslider:hover .views-slideshow-controls-text-previous a {
	opacity: 1 !important;
	left: 5px;
}


/* Control Nav */
.flex-control-nav {
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}





/* #homewrapper .home-sidebar {display:none;} */ 

.page-front-page .block-textsize {display:none;}
.page-front-page #block-block-16 {display:none;}
.page-front-page .region-sidebar-second {background:none; text-align:center;	}

.region-sidebar-second-inner img {
	width:100%;
	height:auto;
	max-width:380px;
	vertical-align:bottom !important;
}

.home-sidebar .block-inner {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
	overflow:hidden;
	margin-bottom:10px;
	background:none !important;
}

.home-sidebar .block-inner img {
	width:100%;
	height:auto;
	vertical-align:bottom !important;
}

.home-sidebar .block-inner p {
	margin:0 !important;
	padding:0 !important;
	white-space-collapse:collapse;
}





/* homepage topic boxes */

.page-front-page .cta-large,
.page-front-page .cta-small {margin-top:80px !important;} 

.page-front-page .cta-image {
	position: relative;
}

.page-front-page .cta-small .cta-inner {}

.page-front-page .cta-small .cta-image {
	width:100%;
	height:auto;
	max-width:375px;
	margin-top:-30px;
	display:block;
	margin-left:auto;
	margin-right:auto;	
	}

.page-front-page .cta-large .cta-inner {}

.page-front-page .cta-small .cta-inner h2,
.page-front-page .cta-large .cta-inner h2 { margin-top:0 !important;}


.page-front-page .cta-large .cta-image {
	width:100%;
	height:auto;
	max-width:375px;
	margin-top:-30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
.morebutton {
	float:right;
	clear:left;	
	display:block;
	margin:0 0 20px 0;
}

#home-advertisement img {
	width:100%;
	height:auto;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;	
}

#home-advertisement p {
	font-size: 11px;
	margin-top: 8px;
}



/* content images
#region-content img {max-width:120px; height:auto;} */
#region-content img {max-width:100% !important; height:auto !important;}

/* special headers */

#zone-header-wrapper {
	background-color:#DFDFDF;
}

.header-photo {display:none;}
.header-callout {display:block; color:black;}
.header-callout img {display:none;}
.header-title {display:block; color:black;}
.header-title h1 {
	position:relative;
	float:none;
	left:0;
	top:0;
	}

/* TURN OFF CONTENT THEME AND CONTENT SECTION AREAS FROM THE CONTENT BLOCK */
.field-name-field-content-theme {display:none;}
.field-name-field-content-section {display:none;}


/* SHARE THIS PAGE STUFF */
#block-block-16 {float:right; padding:2px 0 0 15px;}


/* sidebar stuff */
.region-sidebar-second {
	background:#DFDFDF; 
	padding:10px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	
/* SUBNAV COLLAPSIBLE BUTTONS */
.view-taxonomy-subnav div.views-field 
	{
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#1e64c9;
	background-image: url("/themes/acvs_consumer/images/button_gradient_light.png");
	background-repeat:repeat-x;
	color:white;
	text-align:center;
	font-family: 'Roboto Condensed', arial, sans-serif;
    font-display: swap;
	font-weight: 400;
	font-size: 16px;
	padding:0 12px;
	line-height:1.6em;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	}

.view-taxonomy-subnav div.views-field:hover {background-color:#387ee2;	}

.view-taxonomy-subnav div.views-field a {color:white; text-shadow: #333 1px 1px 1px; display:block; padding:3px 0;}
.view-taxonomy-subnav div.views-field a:hover {text-decoration:none;}

	

/* mega footer stuff */
#zone-postscript-wrapper {
	background: url(/themes/acvs_consumer/images/background_megaFooter.jpg) repeat-x #2c6ecc;
	padding:10px; 
	margin:10px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
	text-shadow:#333 1px 1px 2px;
	}

#zone-postscript-wrapper strong a, #zone-postscript-wrapper strong {
	color: #fff !important;
}

#zone-postscript-wrapper a {
	color: #d5e6e3 !important;
}




/* SNAZZY BUTTONS */
	
.button, .button:visited {
	background: #222 url(/themes/acvs_consumer/images/button_gradient_light.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none;
	/**/
	-moz-border-radius: 3px !important; 
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
}
.button:hover {	background-color: #111;	color: #fff; text-decoration:none;}
.button:active {	top: 1px;}
.small.button, .small.button:visited {	font-size: 11px}

a.button, a.button:visited,  a.medium.button, a.medium.button:visited {
	line-height: 1;
	text-shadow: #333 1px 1px 1px;
	font-family: 'Roboto Condensed', arial, sans-serif;
    font-display: swap;
	font-size:12px;
	 color:white !important;
}
a.large.button, a.large.button:visited {	font-size: 14px;	padding: 8px 14px 9px; color:white !important;}
a.super.button, a.super.button:visited {font-size: 18px;	padding: 8px 14px 9px; color:white !important;}

a.red.button, a.red.button:visited {	background-color: #8f2144; color:white !important;}
a.red.button:hover {	background-color: #bb3862;}

.arrow {padding-right:20px; background: url(/themes/acvs_consumer/images/overlay-arrow.png) no-repeat right top;}

#zone-postscript-wrapper a.button {color:white !important;}




#footer-industry {
	margin-top: 20px;
	margin-bottom:10px;
}
#footer-premier {
	display: none;
	margin-top:10px;
}

.footer-logos {
margin:0 auto;
overflow:hidden;
-webkit-border-radius:4px;
border-radius: 4px;
border-width:1px;
border-style:solid;
border-color:#ccc;
background:white;
}

.footer-logos h2 {
	margin: 0 !important;
	font-family: arial, sans-sarif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	font-weight:bold;
}
.premier h2 {	background: url('/themes/acvs_consumer/images/background_footerPremier.jpg') repeat-x;}
.partners h2 {	background: url('/themes/acvs_consumer/images/background_footerPartner.jpg') repeat-x;}

.footer-logos p {
	margin: 0 !important;
}

.footer-logos a {
    display:block;
    text-align:center;
    min-width:170px;
    padding:10px 0 5px !important;
    height:auto !important;
    line-height: normal !important;
}


.footer-logos img {
	vertical-align: middle;
    margin:0 !important;
    border-radius:0 !important;
    float:none !important;
}
.footer-logos .col-3 img {
	height:auto !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	float:none !important;
	margin:0 !important;
	}

/* nav */

#navcontent {
	width: 100%;
	height: 48px;
	padding: 2px 0;
	margin: 0 auto;
	position: relative;
}
.navinner {
	width: 100%;
	float: none !important;
	text-align: center;
}
.nav {
	position: relative;
	margin: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	max-width: 100% !important;
}
.nav li {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
}
.nav a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	line-height: 46px;
	height: 46px;
	font-family: 'Roboto Condensed', arial, sans-serif;
    font-display: swap;
	font-weight: 400;
	color: #113d6a;
	font-size: 14px;
	text-shadow: #ccc 1px 1px 1px;
}
.nav a:hover {
	color: #000;
}
/* the animal owners button... */
.nav #navright {
	background: #147264;
	color: #000;
	text-shadow: #ccc 1px 1px 1px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-image: linear-gradient(bottom, rgb(28,100,200) 0%, rgb(221,232,247) 100%);
	background-image: -o-linear-gradient(bottom, rgb(28,100,200) 0%, rgb(221,232,247) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(28,100,200) 0%, rgb(221,232,247) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(28,100,200) 0%, rgb(221,232,247) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(28,100,200) 0%, rgb(221,232,247) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(28,100,200)),  color-stop(1, rgb(221,232,247))  );
}
/* the vet professionals button... */
.nav #navleft {
	background: #147264;
	color: #000;
	text-shadow: #ccc 1px 1px 1px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-image: linear-gradient(bottom, rgb(73,146,135) 0%, rgb(220,234,232) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,146,135) 0%, rgb(220,234,232) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,146,135) 0%, rgb(220,234,232) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,146,135) 0%, rgb(220,234,232) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,146,135) 0%, rgb(220,234,232) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(73,146,135)),  color-stop(1, rgb(220,234,232))  );
}


/* MOBILE NAV */
#navcontent {display:none;}
#mobilenav {}
.toggleMenu {
    display:  none;
    padding: 10px 10px 5px 10px;
	background: url("/themes/acvs_consumer/images/mobile-nav-icon.png") no-repeat #0e345c;
	height:25px;
	width:12px;
	position:absolute;
	top:-40px;
	left:0;
	z-index:1000;
	color:white !important;
}
.mobile-nav-menu {
    list-style: none;
     *zoom: 1;
     background:#0e345c;
}
.mobile-nav-menu:before,
.mobile-nav-menu:after {
    content: " "; 
    display: table; 
}
.mobile-nav-menu:after {
    clear: both;
}
.mobile-nav-menu ul {
    list-style: none;
    width: 9em;
	margin-bottom:0;
}
.mobile-nav-menu a {
    padding: 8px 15px;
    color:#fff;
}
.mobile-nav-menu li {
    position: relative;
}
.mobile-nav-menu > li {
    float: left;
    border-top: 1px solid #fff;
}
.mobile-nav-menu > li > .parent {
    background-image: url("/themes/acvs_consumer/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.mobile-nav-menu > li > a {
    display: block;
  }
.mobile-nav-menu li  ul {
    position: absolute;
    left: -9999px;
}
.mobile-nav-menu > li.hover > ul {
    left: 0;
}
.mobile-nav-menu li li.hover ul {
    left: 100%;
    top: 0;
}
.mobile-nav-menu li li a {
    display: block;
    background: #082a4e;
    position: relative;
    z-index:100;
	padding-left:30px;
	border-top:1px solid #32567d;
}
.mobile-nav-menu li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .mobile-nav-menu > li {
        float: none;
    }
    .mobile-nav-menu > li > .parent {
        background-position: 95% 50%;
    }
    .mobile-nav-menu li li .parent {
        background-image: url("/themes/acvs_consumer/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .mobile-nav-menu ul {
        display: block;
        width: 100%;
    }
   .mobile-nav-menu > li.hover > ul , .mobile-nav-menu li li.hover ul {
        position: static;
    }

}












/* HEALTH TOPICS COLLAPSIBLE PANELS */

.node-type-health-topics-small .field, 
.node-type-heath-topics-large .field, 
.node-type-surgical-procedure .field,
.node-type-health-topics-small-animal-sp .field, 
.node-health-topics-large-animal-sp .field, 
.node-type-surgical-procedure-sp .field 
	{
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
.node-type-health-topics-small .field-label, 
.node-type-heath-topics-large .field-label, 
.node-type-surgical-procedure .field-label,
.node-type-health-topics-small-animal-sp .field-label, 
.node-health-topics-large-animal-sp .field-label, 
.node-type-surgical-procedure-sp .field-label 
	{
	cursor:pointer;
	color:#113d6a;
	font-family: 'Roboto Condensed', arial, sans-serif;
    font-display: swap;
	font-weight: 400;
	font-size: 16px;
	padding:6px 6px 6px 35px;
	background: url("/themes/acvs_consumer/images/background_collapse_arrow.png") no-repeat center left;
	}
	
.node-type-health-topics-small .active-label, 
.node-type-heath-topics-large .active-label, 
.node-type-surgical-procedure .active-label,
.node-type-health-topics-small-animal-sp .active-label, 
.node-health-topics-large-animal-sp .active-label, 
.node-type-surgical-procedure-sp .active-label 
	{
	background: url("/themes/acvs_consumer/images/background_collapse_arrow_down.png") no-repeat center left !important;
	}
	
	
.node-type-health-topics-small .field-items, 
.node-type-heath-topics-large .field-items, 
.node-type-surgical-procedure .field-items,
.node-type-health-topics-small-animal-sp .field-items, 
.node-health-topics-large-animal-sp .field-items, 
.node-type-surgical-procedure-sp .field-items 
	{
	padding:6px 35px; 
	overflow:hidden;
	}

.node-type-health-topics-small .field-label:hover, 
.node-type-heath-topics-large .field-label:hover, 
.node-type-surgical-procedure .field-label:hover,
.node-type-health-topics-small-animal-sp .field-label:hover, 
.node-health-topics-large-animal-sp .field-label:hover, 
.node-type-surgical-procedure-sp .field-label:hover 
	{
	background-color:#ebebeb;
		}

.field-name-field-english-spanish-toggle a {
    display: block;
    float:right;
    color:#fff !important;
	background-color:#1e64c9;
	background-image: url("/themes/acvs_consumer/images/button_gradient_light.png");
	background-repeat:repeat-x;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-weight: bold;
}


/* HEALTH TOPICS SELECT MENU */

.block-small-animal-topics-menu-block select, 
.block-large-animal-topics-menu-block select, 
.block-surgical-procedures-menu-block select,
.block-5f8ddb1013900ae0af261ac82a1fcdcc select, 
.block-7e956032b15368f7cd6f0ffeed2311cc select, 
.block-649d07ef56d2595c7471812b9b0620f6 select
	{
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#1e64c9;
	background-image: url("/themes/acvs_consumer/images/button_gradient_light.png");
	background-repeat:repeat-x;
	color:white;
	font-family: 'Roboto Condensed', arial, sans-serif;
    font-display: swap;
	font-weight: 400;
	font-size: 16px;
	padding:6px 12px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	height:auto;
	}


/* ANIMAL TOPICS ALPHA SELECT LIST */

.content > .view-large-animal-farm-animal,
.content > .view-small-animal-health-topics,
.content > .view-large-animal-health-topics-sp,
.content > .view-small-animal-health-topics-sp
 {
	padding-bottom:30px;
}

.view-large-animal-farm-animal .attachment .view-content,
.view-small-animal-health-topics .attachment .view-content, 
.view-large-animal-health-topics-sp .attachment .view-content,
.view-small-animal-health-topics-sp .attachment .view-content 

{
	color:#1e64c9;
	background-color:#1e64c9;
	background-image: url("/themes/acvs_consumer/images/button_gradient_light.png");
	background-repeat:repeat-x;
	padding:0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	display:inline-block;
}

.view-large-animal-farm-animal .attachment .view-content a,
.view-small-animal-health-topics .attachment .view-content a,
.view-large-animal-health-topics-sp .attachment .view-content a,
.view-small-animal-health-topics-sp .attachment .view-content a
 {
	color:white;
	padding:6px 0;
	min-width:30px;
	border-right:1px solid #75A1DE;
	display:block;
	float:left;
	text-align:center;
}

.view-large-animal-farm-animal .attachment .view-content .views-summary:last-child a,
.view-small-animal-health-topics .attachment .view-content .views-summary:last-child a,
.view-large-animal-health-topics-sp .attachment .view-content .views-summary:last-child a,
.view-small-animal-health-topics-sp .attachment .view-content .views-summary:last-child a
  {
	border-right:none;
}


.view-large-animal-farm-animal .attachment .view-content a:hover,
.view-small-animal-health-topics .attachment .view-content a:hover,
.view-large-animal-health-topics-sp .attachment .view-content a:hover,
.view-small-animal-health-topics-sp .attachment .view-content a:hover
 {
	background:#75A1DE;
	text-decoration:none;
}

.view-large-animal-farm-animal  .attachment .view-content a.active,
.view-small-animal-health-topics  .attachment .view-content a.active,
.view-large-animal-health-topics-sp  .attachment .view-content a.active,
.view-small-animal-health-topics-sp  .attachment .view-content a.active
 {
	background:#93294B;
	display:inline;
}

.view-large-animal-farm-animal .field-content a,
.view-small-animal-health-topics .field-content a,
.view-large-animal-health-topics-sp .field-content a,
.view-small-animal-health-topics-sp .field-content a
 {
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-display: swap;
  font-weight:400;
  font-size:16px;
  letter-spacing: 0.02em;
  color:#113d6a;
}

.field-name-field-also-known-as {display:none !important;}









/* IMAGE CAPTIONS */

.caption {
	float:right; 
	clear:right;
	border:1px solid #ccc; 
	padding:10px; 
	height:auto !important; 
	margin:0 0 10px 20px; 	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.caption img {	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 auto 5px auto !important;
	max-width: 240px !important;
}

.caption p {
	font-size:11px; color:#666; margin-bottom:5px; line-height:normal; font-weight:normal;
}

.caption.align-center p {
	text-align:center;
}




/* YOUTUBE RESPONSIVE VIDEO PLAYER */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.rate-widget {
	border:1px solid #ccc; 
	padding:10px; 
	background:#E0EEEC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	margin-bottom:10px;
	}
.rate-widget .item-list ul {margin:5px 0; padding:0;}
.rate-widget .item-list:before {content: "Was this information helpful to you?";}
.rate-button {
	padding: 5px 10px;
	text-decoration: none;
	-moz-border-radius: 3px !important; 
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) !important;
	border:none;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
	background-color: #8f2144; color:white !important;
	font-size:12px;
	color:white !important;
	text-indent:0;
}

.rate-button:hover {
	background-color: #bb3862; color:white !important;
}

.rate-widget .item-list li {text-indent:-99em; display:inline-block; margin-right:40px;}


.pager {margin-bottom:20px !important;}
.pager-previous a {width:60px !important;}



/* PRETTY PHOTO OVERLAY */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/themes/acvs_consumer/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/themes/acvs_consumer/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/themes/acvs_consumer/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/themes/acvs_consumer/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/themes/acvs_consumer/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


