/*@import url("bootstrap.css");*/

/*Fonts.com Web fonts*/
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

@import url("https://fast.fonts.com/t/1.css?apiType=css&projectid=bcb2a9b1-9df3-494f-9e6a-12d75ab476b1");
@font-face {
 font-family:"AmericanTypwrterITCW01- 731010";
 src:url("Fonts/3f151e9d-b34f-476b-9d6e-15779083f80f.eot?#iefix");
 src:url("Fonts/3f151e9d-b34f-476b-9d6e-15779083f80f.eot?#iefix") format("eot"), url("Fonts/e6d44dab-a04b-4199-8e5b-982c8cea39b6.woff") format("woff"), url("Fonts/3da61d62-d39f-4bbe-978a-dd2feff89180.ttf") format("truetype"), url("Fonts/84a639b4-b415-4952-9945-151693076ef8.svg#84a639b4-b415-4952-9945-151693076ef8") format("svg");
}
@font-face {
 font-family:"AmericanTypwrterITCW02- 737097";
 src:url("Fonts/b0a6ffcb-0fd8-40ef-8d6c-5dd763edff98.eot?#iefix");
 src:url("Fonts/b0a6ffcb-0fd8-40ef-8d6c-5dd763edff98.eot?#iefix") format("eot"), url("Fonts/6a3e8126-55e1-4ddf-b2ca-05501d7e0b49.woff") format("woff"), url("Fonts/95cbe64e-450b-4cab-b793-926491fab6a4.ttf") format("truetype"), url("Fonts/3fdb1dae-45c4-4b42-9d3e-1909103844be.svg#3fdb1dae-45c4-4b42-9d3e-1909103844be") format("svg");
}
/* End Fonts.com Web fonts*/

/* Cookie consent styles as per main site */
.cookiemessage {
	background-color: #f7e792;
	color: #000;
	overflow: hidden;
	text-align: center;
}
.cookiemessage p {
	margin: 0;
	line-height: 28px;
	font-size: 11px;
}
.cookiemessage a {
	color: #000;
	text-decoration: underline;
	margin-left: 10px;
}
a.cookie_button {
	text-shadow: none;
	font-size: inherit;
	line-height: normal;
	box-shadow: none;
	background: #ccc;
	padding: 2px 5px;
	color: #000;
	/* font-family: Arial, Helvetica, sans-serif !important; */
border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
a.closecookie {
	background-image: url('/images/close-btnicon.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
body {
	background:url(../img/design/body-background1x970.png) left top repeat-x #fff;
}
/*
.container{
	max-width:960px;
}
*/ 
p {
	line-height:120%;
}
h1,
h2,
h3,
h4,
h5,
.btn {
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
}
h1 {
	margin-bottom: 10px;
	color: #002596;
}
h2,
h3,
h4,
h5 {
	margin-bottom: 5px;
	color: #002596;
}
.btn {
	font-weight:bold;
}
h2 {
	line-height: 26px;	
}
h3 {
	font-size:24px;
}
h4 {
	font-size:18px;
	line-height:21px;
	font-weight:normal;
}
h5 {
	font-size:13px;
	font-weight: 600;
	line-height:25px;
}
.whiteBackground {
	background:#fff;
}
.blueBackground {
	background:#ADCFDE; /*Light Blue*/
}
.spacer {
	height:20px;
} /*adds height for a spacer row*/
.thumbnail {
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.075);
	box-shadow:  0px 1px 10px rgba(0, 0, 0, 0.4);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #dedede;
}
/*START - 01 March 2013 client request to reduce spacing on homepage, this will be global wih current mark-up */
.thumbnails {
	margin-bottom:0;
}
.thumbnails > li {
	margin-bottom:10px;
}
/*END*/

#homepage-hero {
	width:981px;
}
/*|HEADER|~~~~~~~~~~~~*/

#petplan-logo {
	margin: 15px 0 0 20px;
}
#topsearchbar {
	margin-top: 30px;
	height: 40px;
}
/*#strapline {
	position:relative;
	color:#0457a7;
	margin-top: 25px;
}
#strapline h2 {
	font-weight:normal;
	font-size:22px;
	line-height:36px;
	font-weight: 600;
	float: right;
	margin-right: 95px;
}
#dogTag {
	position:absolute;
	right: 20px;
	top:-25px;
}*/
/*|TOP NAV|~~~~~~~~~~~~*/

.horizontal-nav .navbar {
	margin-bottom: 0;
}
.horizontal-nav .navbar-inner {
	background:#c7c7c6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.horizontal-nav .navbar-inner .nav li a {
	color:#002596;
	text-shadow:none;
	font-weight:bold;
	/*17 Feb 2013 - added extra padding, client request*/
padding: 9px 20px 11px 20px;
	text-transform: capitalize;
}
.horizontal-nav .navbar-inner .nav li a:hover {
	color:#fff;
}
.navbar .nav .active > a {
	background-color:#999;
}
.navbar .nav .active:hover > a {
	background-color:#999;
}
.horizontal-nav .nav li {
	border-right:1px solid #999;
	border-left:1px solid #dedede;
}
.horizontal-nav .nav li:first-child {
	border-left:none;
}
.horizontal-nav .nav li:last-child {
	border-right:none;
}
.horizontal-nav .nav li a i {
	margin:1px 0 0 0;
	opacity:0.4;
}
.nav li.dropdown a.active {
	background-color: #f4f4f4; /* light grey bg for active nav only */
}
.horizontal-nav .navbar-inner .nav li a:hover.active {
	color: #002596; /* override white hover state for active nav link only */
}
/*/*|TOP NAV - DROPDOWN|~~~~~~~~~~~~*/

	.horizontal-nav .nav li ul.dropdown-menu li {
	border:none;
}
.dropdown-menu li > a:hover {
	color:#fff;
}
/*/*|END - TOP NAV - DROPDOWN|~~~~~~~~~~~~*/

/*|END - TOP NAV|~~~~~~~~~~~~*/

/*|MAINTENANCE MODE|~~~~~~~~~~~~*/
#maintenanceMode {
	background-color: #adcfde;	
	padding: 10px;
	clear:both;
	margin-top:10px;
	width: 80%;
}
#maintenanceMode img {
	float:right;
	border: 0;
}
/*|END - MAINTENANCE MODE|~~~~~~~~~~~~*/

/*|HOMEPAGE DRIVERS|~~~~~~~~~~*/

/*/*|REGISTER DRIVER|~~~~~~~~~~*/
	.welcomeRegister {
	background:rgb(164,210,233);
	color:#002596;
	padding-bottom:7px;
	width:333px;
	height:210px; /* Force alignement with hero regardless of copy changes */
}
.welcomeRegister .thumbnail {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
.welcomeRegister h3 {
	font-size:30px;
}
.welcomeRegister h3,
.welcomeRegister p {
	margin:5px 10px 5px 10px;
}
ul.tick-green {
	padding:0;
	margin:5px 0 10px 4px;
}
ul.tick-green li {
	background:url(../img/design/tick-green.png) no-repeat 0 4px;
	padding:5px 0 5px 26px;
	list-style:none;
}
.welcomeRegister .btn {
	width:180px;
	margin-left:60px;
	font-weight:bold;
}
/*/*|END - REGISTER DRIVER|~~~~~~~~~~*/
/*/*|QUICK LOGIN DRIVER|~~~~~~~~~~*/
	/*Offical Allianz Orange: rgb(244,119,33);*/
	
.quickLogin {
	/*Clients prefered softer Orange*/
background:rgb(234,167,85);
	color:#fff;
}
.quickLogin .thumbnail {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding-bottom:0;
	border:none;
	padding:10px;
}
.quickLogin .thumbnail .row {
	padding:4px 0 4px 0;
}
.input-span {
	margin-left:0;
}
.quickLogin-pages .input-span {
	margin-left:20px;
}
.quick-login-btn {
	margin-top:10px;
}
.quickLogin-home .quick-login-btn-home {
	float:right;
}
.quickLogin-home {
	width:333px
}
.quickLogin-home {
	/*CHROME,SAFARIheight:178px;*/ /*FIREFOX,OPERA need 176px for pixel perfection*/
}
.quickLogin-pages {
	/*height:240px;*/
	/*height:275px;*/
}
/*/*|END - QUICK LOGIN DRIVER|~~~~~~~~~~*/	
/* |QUICK LOGIN auto login popup| */
#loginPopup {
	display: block;
	width: 100%;
	height: 180px;
	position: fixed;
	top: 150px;
	z-index: 20;
	opacity: 1;
}
#loginPopup #quicklogin {
	width: 350px;
	margin: auto;
}
#loginPopup .quickLogin {
	background-color: #EEB876;
	padding:10px;
}
#loginPopup form {
	width: 340px;
	margin: auto;
	padding: 10px 10px 0px 0px;
}
#loginPopup .control-group {
	margin-bottom:5px;
}
#loginValidate {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 2000px;
	z-index: 10;
	opacity: 0.8;
	background: #CCCCCC;
}
#loginPopup .form-horizontal .asterisk-green {
	margin-left: 0px;
}
/* |END QUICK LOGIN auto login popup| */
/* |LOGOUT| */

#current-user h3 {
	color:#0457a7;
	border-bottom:2px solid #0457a7;
	text-align:left;
}
#current-user .btn {
	margin-top:0;
	margin-left:10px;
}
#current-user {
	text-align:left;
}
/* |LOGOUT| */

/*/*| MAIN DRIVER|~~~~~~~~~~*/
	
.main-driver {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
/*/*|END - MAIN DRIVER|~~~~~~~~~~*/

.homepage-drivers {
	clear:both;
}
.homepage-drivers h3 {
	color:#002596; /*dark blue*/
	margin:10px;
}
.homepage-drivers .slopets h3 {
	font-size: 22px;
	letter-spacing: -1px;
}
.homepage-drivers h3.too-long {
	font-size: 21px;
}
.homepage-drivers h4 {
	color:#8ebe3f; /*default green*/
	margin:10px;
}
.homepage-drivers .thumbnail {
	height:350px;
	position:relative;
}
.homepage-drivers .thumbnail p {
	margin:10px;
}
.homepage-drivers .thumbnail .btn {
	width:150px;
	font-size:20px;
	position:absolute;
	left:60px;
	bottom:10px;
}
/*/*|DONATE DRIVER|~~~~~~~~~~*/
#donate {
	background:#fff;
}
/*		#donate img
	{
	margin:10px 0 10px 1px;
	}
	
	#donate p
	{
	font-weight:bold;
	}
*/
/*/*|END - DONATE DRIVER|~~~~~~~~~~*/
/*/*|PIA DRIVER|~~~~~~~~~~*/
/*
	#driver-PIA
	{
	background:url(../img/design/background-PIAaward316x362.jpg) bottom left no-repeat #b64942;
	}
	
	#driver-PIA h3,#driver-PIA p
	{
	color:#fff;
	}
	
	#driver-PIA p
	{
	font-size:24px;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	margin:60px 0 20px 30px;
	width:100px;
	}
*/
/*/*|END - PIA DRIVER|~~~~~~~~~~*/
/*/*|TV AD DRIVER|~~~~~~~~~~*/
	#driver-tv-ad {
	background: url(/img/design/petplan-filmstrip-promo300x190.jpg) 0% 59% no-repeat #fff;
}
/*/*|END TV AD DRIVER|~~~~~~~~~~*/
/*/*|AWARDS DRIVER|~~~~~~~~~~*/
	#driver-awards {
	/*background:url(../img/design/background-dogVet2-316x230.jpg) bottom left no-repeat #fff;*/
	background:url(../img/design/background-cat-on-internet-316x230.jpg) bottom right no-repeat #fff;
}
#driver-awards span.bigDate-type {
	font-size:60px;
	color:#999;
	margin:10px;
}
#driver-awards span {
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
}
#driver-awards p {
	width:240px;
}
/*/*|END AWARDS DRIVER|~~~~~~~~~~*/
/*/*|FACEBOOK DRIVER|~~~~~~~~~~*/

.large-drivers h3 {
	color:#002596; /*dark blue*/
	margin:10px 0 0 10px;
}
.large-drivers .thumbnail {
	position:relative;
	height:430px;
}
.large-drivers .btn {
	position:absolute;
	bottom:20px;
	right:100px;
	font-size:20px;
}
#driver-facebook {
	background:#fff;
	position:relative;
}
#driver-facebook p {
	font-size:16px;
	font-weight:bold;
	color:#002596; /*dark blue*/
	margin:20px 0 0 10px;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	line-height:25px;
}
#driver-facebook img {
	position:absolute;
	top:45px;
	right:0;
}
#driver-facebook ul {
	padding:0;
	margin:20px 0 10px 5px;
}
#driver-facebook ul li {
	background:url(../img/design/tick-green.png) no-repeat 0 4px;
	padding:5px 0 5px 27px;
	list-style:none;
	color:#002596; /*dark blue*/
	font-weight:bold;
}
#facebook-likes {
	display:block;
	clear:both;
	position:relative;
	width:145px;
	margin:-20px 0 0 160px;
}
#facebook-likes img {
	position:absolute;
	top:0;
	left:0;
}
#facebook-likes span {
	color:#002596; /*dark blue*/
	font-weight:bold;
}
#facebook-likes div.facebook-likes-inner {
	float:right;
	height:90px;
	width:80px;
}
#facebook-likes div.fb-like {
	position:relative;
	margin:5px 0 0 0;
}
/*/*|END - FACEBOOK DRIVER|~~~~~~~~~~*/
/*|FACEBOOK DRIVER - LEFT COL|~~~~~~~~~~*/

#facebook-leftCol {
	padding:5px 10px 5px 15px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(180deg, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
}
#facebook-leftCol h3 {
	margin-bottom:5px;
}
#facebook-leftCol h3 img {
	float:left;
}
#facebook-leftCol .fb-like {
	float:right;
	margin:18px 50px 0 0;
}
#facebook-leftCol p {
	margin:10px 0 10px 0;
}
#facebook-leftCol ul {
	margin:10px 10px 10px 15px;
}
/*|END - FACEBOOK DRIVER - LEFT COL|~~~~~~~~~~*/
/*|LATEST VIDEO - DRIVER|~~~~~~~~~~*/
#latest-video {
	background:#ADCFDE; /*Light Blue*/
}
#latest-video .nav-tabs li a {
	padding-left:10px;
	padding-right:10px;
}
#latest-video .nav li a {
	color:#002596; /*dark blue*/
	font-weight:bold;
	background:none;
	border:none;
	cursor:pointer;
}
#latest-video .nav {
	border-bottom:none;
}
#latest-video .nav li a:hover,
#latest-video .nav .active a {
	background:none;
	border:none;
}
#latest-video .nav li a:hover {
	text-decoration:underline;
}
#latest-video .nav {
	margin-top:5px;
	margin-bottom:10px;
}
#latest-video .nav li a {
	padding-top:0;
	padding-bottom:0;
}
#latest-video .nav li {
	border-right:1px solid #002596; /*dark blue*/
}
#latest-video .nav li:first-child {
	border-left:none;
}
#latest-video .nav li:last-child {
	border-right:none;
}
#latest-video iframe {
	width: 100% !important;
	height: 254px !important;
	overflow: hidden;
	margin-bottom:10px;
	border:none;
}
#latest-video strong {
	color:#002596;/*dark blue*/
	font-size:16px;
}
/*|END - LATEST VIDEO - DRIVER|~~~~~~~~~~*/
/*|FOOTER||~~~~~~*/
.footer {
	background:#E6E6E6;
}
.footerlinks {
	margin-top:20px;
}
.bigfooter-links {
	margin:0 20px 0 20px;
	display:block;
}
.bigfooter-links li {
	float:left;
	vertical-align:top;
	margin:0 5px 0 5px;
	list-style:none;
}
.bigfooter-links li a {
	font-size: 14px;
	color: #002596;
	font-weight: bold;
	margin: 8px 0 8px 0;
	display: block;
	text-transform: uppercase; /* 2013-03-14 STCR */
}
.bigfooter-links li ul {
	margin:0;
}
.bigfooter-links li ul li {
	display:list-item !important;
	float:none;
	list-style:none;
	padding:0;
	margin:0px 30px 0 0;
}
.bigfooter-links li ul li a {
	font-size: 11px;
	color: #424242;
	padding:0;
	margin:0;
	font-weight:normal;
	text-transform: capitalize; /* 2013-03-14 STCR */
}
.footer_nav {
	margin:5px 40px 20px 20px;
	padding:5px 0 0 0;
	border-top:dashed 1px #999;
}
.footer_nav li {
	float:left;
	list-style:none;
}
.footer_nav li a {
	font-size:11px;
}
.footer_nav li .btn {
	font-family:arial;
}
#copyright {
	margin:2px 10px 10px 20px;
	font-size:12px;
	width:550px;
	float:left;
	padding-bottom:10px;
}
.footer_social_media img {
	position:absolute;
	right:0;
	bottom:0;
}
.footer_social_media {
	position:relative;
	width:310px;
	float:right;
	margin:0;
}
.footer_social_media a {
	display:block;
	background:none;
	line-height:240%;
	height:32px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}
.footer_social_media .twitter-link span {
	background:url(../img/design/social-Icons.png) 64px 0;
}
.footer_social_media .facebook-link span {
	background:url(../img/design/social-Icons.png) 0 0;
}
.footer_social_media .youtube-link span {
	background:url(../img/design/social-Icons.png) 32px 0;
}
.footer_social_media span {
	display:block;
	height:32px;
	width:32px;
	float:left;
}
/*|END - FOOTER||~~~~~~*/

/*|SOCIAL MEDIA LINKS||~~~~~~*/
#socialMedia a {
	height:32px;
	width:32px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.facebook-link {
	background:url(../img/design/social-Icons.png) 0 0;
}
.twitter-link {
	background:url(../img/design/social-Icons.png) 66px 0;
}
.youtube-link {
	background:url(../img/design/social-Icons.png) 32px 0;
}
/*|END - SOCIAL MEDIA LINKS||~~~~~~*/

/*|SCROLLING TEXT||~~~~~~*/

#scrollingText {
	height:20px;
	color:#002596;/*dark blue*/
	padding: 10px 0;
	background: #FFFFFF;
}
#scrollingText p {
	float:left;
	font-weight:bold;
	padding-top:3px;
	padding-left:5px;
}
/* JA comment out marquee tag code, use old icker code as more widely supported. 
#scrollingText marquee
{
width:730px;
float:right;
}
*/
/*|END - SCROLLING TEXT||~~~~~~*/
/*|VERT NAV INTRO|~~~~~~*/
#vert-nav, 
#stock-basket {
	border:1px solid #002596;
	border-bottom:none;
}
#vert-nav .nav-header,
#stock-basket .nav-header {
	background:#002596;/*dark blue*/
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	color:#fff;
	font-size:18px;
	text-transform:none;
	text-shadow:none;
}
#vert-nav .nav-list .active a,
#stock-basket .nav-list .active a {
	background:rgba(164, 210, 233, 1); /*Light Blue*/
	color:#002596;/*dark blue*/
	text-shadow:none;
	font-weight:bold;
}
#vert-nav .nav-list a,
#stock-basket .nav-list a {
	border-bottom:1px solid #002596;
	padding:5px 5px 5px 15px;
	text-transform: capitalize;
}
#stock-basket {
	margin-top: 20px;
}
#stock-basket .nav-list a {
	text-transform: none;
	/* padding-left: 33px; */
	padding-right: 33px;
}
#stock-basket .nav-list a.basket-remove {
	display:inline;
	/* position:absolute;
	left:0px; */
	float:right;
	/*margin:3px 0px 0px 4px;*/
	margin:3px -12px 3px 5px;
	padding:2px 1px 0px 3px;
	background-color: rgb(205, 58, 58);
	border:1px solid #666; 
	border-radius:2px;
}
#stock-basket .nav-list a.basket-remove:hover {
	border-color: #000;
}
#stock-basket .nav-list a.basket-remove:hover i.icon-white.icon-remove {
	background-image: url('../img/glyphicons-halflings.png');
}
/*|END VERT NAV INTRO|~~~~~~*/
/*|EXTRANET INTRO|~~~~~~*/
#extranetIntro {
	position:relative;
	height:227px;
	margin-bottom:20px;
	margin-left:0;
	width:720px; /* STCR, was 718px; */
}
#extranetIntro p,
#extranetIntro h3,
#extranetIntro h2 {
	margin:10px;
}
#extranetIntro p {
	width:450px;
	text-align:left;
}
#extranetIntro img {
	position:absolute;
	top:0;
	right:0;
}
/*|END - EXTRANET INTRO|~~~~~~*/
/*|PAGE CONTENT INTRO|~~~~~~*/
.pageIntro {
	background: #ADCFDE;
	padding: 56px 20px 10px;
	margin: -56px 0px 10px -20px;
	width: 680px;
	float: left;
	min-height: 70px;
}
.pageIntro img {
	float:right;
	margin-top: -45px;
}
/*|END - PAGE CONTENT INTRO|~~~~~~*/
/*|VERT BUTTONS DRIVERS|~~~~~~*/
.vert-buttonDrivers {
	padding-top:10px;
	text-align:left;
}
.vert-buttonDrivers .span3 .btn {
	margin: 5px 0 5px 10px;
}
/*.vert-buttonDrivers .btn
{
margin:10px 0 10px 0 ;
-webkit-box-shadow: 0px 1px 10px  rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0px 1px 10px  rgba(0, 0, 0, 0.075);
box-shadow:  0px 1px 10px  rgba(0, 0, 0, 0.4);
}
*/
.vert-buttonDrivers .btn-large {
	margin:0 0 10px 0;
}
/* 2013-02-20 STCR - adjustment after swapping button tags for a tags. BD can tweak later. */
.vert-buttonDrivers a.btn-large {
	width:190px;
}
.vert-buttonDrivers h3 {
	color:#fff;
	margin:10px;
}
.vert-buttonDrivers h3 img {
	float:right;
}
.vert-buttonDrivers p {
	margin:10px;
	font-weight:bold;
	text-align:left;
}
.vert-buttonDrivers .thumbnail {
	height:115px;
	margin-top:10px;
}
.vert-buttonDrivers .thumbnail .btn {
	float:right;
	margin-right:10px;
}
.vert-buttonDrivers .login {
	text-align:left;
}
.vert-buttonDrivers #twitter {
	margin-top:10px;
	margin-bottom:10px;
}
.vert-buttonDrivers #twitter h3 {
	background:#0DA2D9;
	margin:0;
	font-size:14px;
	padding:3px 10px 3px 10px;
}
.vert-buttonDrivers .login {
	background:#faab54;
}
/*|END - VERT BUTTONS DRIVERS|~~~~~~*/
/*|EXTRANET THUMBNAILS|~~~~~~*/
.extranet-thumbnails > li {
	margin-bottom:20px;
}
.extranet-thumbnails .span1point5 {
	width:100px;
}
.extranet-thumbnails .thumbnail {
	box-shadow:none;
	border:none;
	height:250px;
}
.extranet-thumbnails .thumbnail h3 {
	font-size:16px;
	margin-bottom:0;
	line-height:20px;/* 2013-02-19 STCR reduced from 18px due to text wrapping, may need to review when font finalised */
}
.extranet-thumbnails .thumbnail {
	position:relative;
}
.extranet-thumbnails .thumbnail .caption {
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	position:absolute;
	bottom:39px;
	width:194px;
	right:4px;
}
.extranet-thumbnails .thumbnail .caption p {
	margin:0;
}
.extranet-thumbnails .thumbnail .btn {
	width:210px;
	height:35px;
	font-size:18px;
	margin-top:10px;
}
/* 2013-02-20 STCR - adjustment after swapping button tags for a tags. BD can tweak later. */
.extranet-thumbnails .thumbnail a.btn {
	width: 190px;
	height: 18px;
	padding: 6px 10px;
}
/*|END - EXTRANET THUMBNAILS|~~~~~~*/
/*|LATEST NEWS|~~~~~~*/
#latestNews .thumbnails div.thumbnail a.btn {
	margin: 5px 10px;
}
#latestNews .thumbnails li.span9 div.thumbnail img.news-image-thumb {
	padding:0px; 
	max-width:275px; 
	height:auto; 
	max-height:175px; 
	margin:0px 10px 20px 20px; 
	border:1px solid #c7c7c6;
}
#latestNews .thumbnails li.span9 div.thumbnail div { /* workaround for pasted content without p tags */
	margin-left: 10px;
	margin-bottom: 5px;
}
#latestNews.newscomments {
	padding-top:20px;
}
#latestNews h2 {
	width:200px;
	float:left;
}
#latestNews div.thumbnail img {
	padding:13px 13px 8px 13px;
}
.view-past-news {
	float:right;
	margin-right:20px;
	/* padding-top:5px; */
	padding-bottom:8px;
}
#latestNews ul.thumbnails li {
	margin-left: 0px;
}
#latestNews .thumbnail {
	float: left;
	width: 670px;
	margin-bottom: 5px;
	min-height:140px;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(180deg, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	margin-right:20px;
	position:relative;/*behavior: url(/pie/PIE.htc);*/
}
#latestNews .thumbnail h3 {
	font-size:16px;
	line-height:20px;
	margin:10px;
	width:400px;
}
#latestNews .thumbnail p {
	margin:10px;
}
#latestNews .thumbnail .date {
	position:absolute;
	top:10px;
	right:10px;
	color:#0457a7;/*blue*/
}
#latestNews .thumbnail .commentcount {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#latestNews .thumbnail ul {
	margin:0 0 0 50px;
}
/*|END - LATEST NEWS|~~~~~~*/
/* 2013-02-20 STCR |NEWS ARTICLE| */
#newsimage {
	float: left;
	margin: 0px 20px 10px 0px;
}
h1.article-title {
	display:inline-block;
	max-width: 525px; /* Ensure space for floated date */
}
.articledate {
	margin-left: 15px;
	color:#0457a7;/*blue*/
}
.newsarticle {
	margin-right: 10px;
}
.news-back-button {
	float:right;
	margin-right: 20px;
}
#latestNews.newscomments h2 {
	width: auto;
	max-width: 650px;
}
.newscomments {
	clear:both;
}
.newscomments .thumbnail {
	word-wrap: break-word;
}
.control-group .controls p {
	margin-bottom:5px;
	padding-top:7px;
}
#commentform h3 {
	margin-left: -18px;
}
/* STCR |END - NEWS ARTICLE| */
/*|RIGHT COL PIC|~~~~~~*/
.rightcol-picture-container {
	background:#adcfde;
	height:100px;
	position:relative;
	margin-top:120px;
}
.rightcol-picture-container img {
	position:absolute;
	bottom:10px;
	right:10px;
}
.thick-border {
	margin: 10px;
	border: 10px solid #adcfde;
}
/*|END - RIGHT COL PIC|~~~~~~*/
/*|CONTACT FORM|~~~~~~*/
.asterisk-green {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../img/design/asterisk-green.png);
}
.asterisk-green-sm {
	display:inline-block;
	width:8px;
	height:8px;
	background:url(../img/design/asterisk-green-sm.png);
}
.form-horizontal .asterisk-green {
	margin-left:-15px;
}
.form-horizontal .asterisk-green-sm {
	margin: 0 0 4px 3px;
}
.form-horizontal {
	margin-left:15px;
}
.form-horizontal .controls {
	margin-left: 150px;
}
.form-horizontal label {
	color:#0457a7;/*blue*/
}
#practiceDetails {
	margin:10px 0 10px 0;
}
#practiceDetails tr td {
	width:155px;
	vertical-align:top;
}
/*|END - CONTACT FORM|~~~~~~*/

#pets-carousel .carousel .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
#pets-carousel .carousel .active.left {
	left:0;
	opacity:0;
	z-index:2;
}
#pets-carousel .carousel .next {
	left:0;
	opacity:1;
	z-index:1;
}
#pets-carousel .carousel-control {
	display:none;
}
/* JA menu Hover */
ul.nav {
	z-index: 1;
}
/*
// JA menu hover CSS superceeded by jquery slidedown animation
ul.nav li.dropdown:hover  > .dropdown-menu 
{
  display:block;
}
*/
.navbar .dropdown-menu {
	margin-top: 0px;
}
/* end menu hover */


.breadcrumb {
	margin-left: -20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-left: none;
	border-right: none;
	padding-left: 20px;
	display: none; /* 2013-03-20 request to remove breadcrumbs in favour of blue intro boxes */
}
.span12 .breadcrumb { /* 2013-02-26 STCR variation for one-col-public pages */
	margin-right: 20px;
	display: block; /* 2013-03-20 keep breadcrumbs for one-col-public pages */
}
.span9 h1:first-child,
.span8 h1:first-child,
.span7 h1:first-child,
.span6 h1:first-child {
	margin-top: 10px; /* 2013-03-20 in lieu of breadcrumb bottom margin */
	position: relative;
}
#latest-video .nav li.active {
	text-decoration: underline;
}
/* STCR testing normal font-weight used on main site */
.btn,
h1,
h2,
h3,
#strapline h2,
.welcomeRegister .btn,
#vert-nav .nav-header,
#stock-basket .nav-header {
	font-weight: normal;
}
/*PRODUCT ORDER FORM*/

.product-group-wrapper {
	border:1px solid #BBB;
	margin:10px 20px 10px 0;
	padding:10px;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(180deg, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
}
.product-group-wrapper .product-group-content .product {
	border:1px solid #BBB;
	margin:10px 0 10px 0;
	padding:10px;
}
.product-group-wrapper h3 {
	font-size:16px;
	margin-left:10px;
}
.product-group-wrapper h2 a:hover {
	text-decoration:none;
}
.control-group button.btn-right {
	float:right;
	margin-right:20px;
}
/*END - PRODUCT ORDER FORM*/
/* PRODUCT PAGE 2014 */
.form-horizontal .prodgroupsWrapper.span9 {
	margin-left: 5px; /* 20px-15px offset because this is nested inside a form-horizontal */
	margin-bottom: 20px;
}
.prodgroupsRow {
	margin-bottom: 15px;
}
.prodgroup h2 {
	font-size: 16px;
	line-height: 22px;
}
.prodgroup:hover {
	cursor:pointer;
}
.prodgroupThumbWrapper {
	width: 175px;
	height: 150px;
	background-color: #DDE8F6;
	display: table-cell;
	vertical-align: middle;
	border-radius: 2px;
	border: 1px solid #aaa;
}
#prodgroupHeader1 .prodgroupThumbWrapper,
.productsWrapper1 .rowStyle0 {
	background-color: #E3EDF0;
}
#prodgroupHeader2 .prodgroupThumbWrapper,
.productsWrapper2 .rowStyle0 {
	background-color: #D5EAB6;
}
#prodgroupHeader3 .prodgroupThumbWrapper,
.productsWrapper3 .rowStyle0 {
	background-color: #E0D1EA;
}
#prodgroupHeader4 .prodgroupThumbWrapper,
.productsWrapper4 .rowStyle0 {
	background-color: #FAD9B4;
}
#prodgroupHeader5 .prodgroupThumbWrapper,
.productsWrapper5 .rowStyle0 {
	background-color: #E0D1EA;
}
#prodgroupHeader6 .prodgroupThumbWrapper,
.productsWrapper6 .rowStyle0 {
	background-color: #E3EDF0;
}
img.prodgroupThumb {
	display: block;
	margin: auto auto;
	max-width: 165px;
	max-height: 140px;
}
.prodgroupProducts {
	width: 655px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.prodgroupProducts .prodgroupProductsHeader {
	padding: 5px 0px 1px 15px;
}
.productsWrapper h3 {
	font-size: 16px;
}
.productsWrapper .quantity-heading {
	font-size: 16px;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	color: #002596;
	position: absolute;
	right:60px;
	top: 9px;
}
.productsWrapper .product .quantity-dropdown {
	position: absolute;
	right:45px;
	margin-top: 6px;
}
.productsWrapper .product {
	padding-left: 10px;
}
.product img {
	padding-right: 10px;
	margin: 5px 0px 5px 5px;
}

/* END PRODUCT PAGE 2014 */

/*TABLE*/

.table tbody:hover tr td,
.table:hover tbody tr th {
	background:#fff;
}
.table-striped tbody tr:nth-child(odd) th {
 background:#3573C1;
 color:#fff;
}
.table-striped tbody tr:nth-child(odd) td {
 background:#DCE7F4;
}
.table-bordered thead tr th {
	background: none repeat scroll 0 0 #3573C1;
	color: #FFFFFF;
}
#promotion-table tbody tr:hover td {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
/* STCR variation for tables on popups where h tags inside th rows are invalid */
.table th.blueBackground span {
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	height: 28px;
	line-height: 30px;
	font-size: 22px;
	height: 28px;
	line-height: 30px;
}
.table .whiteBackground,
.table:hover .whiteBackground {
	background:#fff;
}
.table .blueBackground,
.table:hover .blueBackground {
	background:#ADCFDE;
}
.table th.darkBlueBackground,
.table td.darkBlueBackground,
.table:hover th.darkBlueBackground,
.table:hover td.darkBlueBackground {
	background-color: #002596;
	color: #fff;
}
/*END - TABLE*/

.main-driverBox-Grey { /* 2013-03-15 STCR removed background grad, trying backgroun from #latestNews .thumbnail */
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(180deg, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 5px;
}
.main-driverBox-Grey img {
	margin: 10px 10px 10px 0;
	float:left;
	border-radius:2px;
	border:1px solid #DEDEDE;
}
.main-driverBox-Grey h3 {
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.main-driverBox-Grey a {
	float:right;
	margin:10px;
}
.main-driverBox-Grey p {
	padding-right: 15px;
}
.main-driverBox-Grey p.imgleft {
	margin-left: 60px;
}
.main-driverBox-White {
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
	margin-top:10px;
	padding-left: 10px;
}
.main-driverBox-White img {
	margin: 10px 10px 10px 0;
	float:left;
}
.main-driverBox-White h3 {
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.main-driverBox-White p {
	padding-right: 15px;
}


.main-driverBox-IDD {
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left:50px;
	padding-left: 10px;
}
.main-driverBox-IDD img {
	margin: 10px 10px 10px 0;
	float:left;
	width: 100%;
}
.main-driverBox-IDD h3 {
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 14px;
	min-height: 30px;
}
.main-driverBox-IDD p {
	padding-right: 15px;
	min-height: 50px;
}

.main-driverBox-IDD a {
	margin:0;
}

#feedback {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 63px;
	height: 64px;
	background: url("../images/feedback_cornerpage.png") no-repeat;
	z-index: 101;
}
#feedback a {
	display: block;
	width: 63px;
	height: 64px;
}


/*RECAPTCHA PANEL VISIBILITY*/
.grecaptcha-badge {    
    z-index: 120;
    bottom: 75px !important;
}

.content-image-left {
	margin:50px 0 0 5px;
}
/* Allianz green override of button*/

/*this is the base Green as taken from Allianz style guide - 27th Feb 2013*/
.btn-success {
	background-color:#8ebe3f;
	background-image: -moz-linear-gradient(top, #8ebe3f, #79a236);
	background-image: -ms-linear-gradient(top, #8ebe3f, #79a236);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #8ebe3f), to(#79a236));
	background-image: -webkit-linear-gradient(top, #8ebe3f, #79a236);
	background-image: -o-linear-gradient(top, #8ebe3f, #79a236);
	background-image: linear-gradient(180deg, #8ebe3f, #79a236);
	background-repeat: repeat-x;
	border-color: #79a236 #79a236 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #79a236 /*#51a351)*/;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 /*\9*/;
}
/* Training progress bar using Allianz green*/
.progress .bar-success {
	background-color: #8ebe3f;
	background-image: -moz-linear-gradient(top, #8ebe3f, #79a236);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #8ebe3f), to(#79a236));
	background-image: -webkit-linear-gradient(top, #8ebe3f, #79a236);
	background-image: -o-linear-gradient(top, #8ebe3f, #79a236);
	background-image: linear-gradient(to bottom, #8ebe3f, #79a236);
	background-repeat: repeat-x;
}
/* JA Additional styles */
#shadowbox_container {
	height: 0 !important;
}
input,
textarea {
	width: 290px;
}
select {
	width: 300px;
}
.checkgroup {
	padding-top: 5px;
}
.form-horizontal label {
	color: #002596;
}
.form-horizontal .control-label {
	text-align: left;
}
a {
	color: #002596;
}
.product-group-wrapper select {
	width: 220px;
}
.table-striped tbody tr:nth-child(2n) td {
 background: none repeat scroll 0 0 #FFFFFF;
}
#petplan-logo,
#petplan-awards-logo {
	margin-top: 10px;
}
#dogTag {
	z-index: 2;
}
#vert-nav .nav-list a,
#stock-basket .nav-list a {
	border-bottom: 1px solid #ADCFDE;
}
#vert-nav,
#stock-basket {
	border-style: none solid none none;
	border-right: #ADCFDE 1px solid;
}
#stock-basket {
	border-bottom: 1px solid #ADCFDE;
	margin-top:405px;
}
.nav > li > a:hover,
.nav > li > a.active {
	background-color: #ADCFDE;
	text-shadow: none;
}
.dropdown-menu {
	border: 0;
	margin-left: -1px;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	background-color: #E5E5E5; /*#ADCFDE*/
}
.horizontal-nav .navbar-inner .nav li ul.dropdown-menu a {
	padding: 5px 15px;
	font-weight: normal;
}
.horizontal-nav .navbar-inner .nav li ul.dropdown-menu a:hover {
	color: #002596;
}
.horizontal-nav .navbar-inner .nav li ul.dropdown-menu a.active {
	color: #fff;
	background-color: #ADCFDE;
}
#vert-nav .nav-header,
#stock-basket .nav-header {
	font-size: 22px;
	height: 28px;
	line-height: 30px;
}
#vert-nav .nav-list li.levelThree a,
#stock-basket .nav-list li.levelThree a {
	padding-left: 30px;
	background-image: url('/img/design/arrow-levelThree.png');
	background-repeat: no-repeat;
	background-position: 17px 9px;
}
#staff-thumbnails p {
	text-align: center;
	margin: 5px 0 0 0;
}
.dropdown-menu {
	border-radius: 0 0 0 0;
}
.navbar .dropdown-menu:before {
	content: none;
}
.navbar .dropdown-menu:after {
	content: none;
}
.bigfooter-links li ul li {
	margin: 0 5px 0 0;
}
#footer-homepage {
	width: 70px;
}
#footer-registration {
	width: 140px;
}
#footer-about-us {
	width: 90px;
}
#footer-contact-us {
	width: 120px;
}
#footer-my-home {
	width: 120px;
	margin: 0 0 0 5px;
}
#footer-why-pet-insurance {
	width: 170px;
}
#footer-petplan-insurance {
	width: 160px;
}
#footer-practice-support {
	width: 160px;
}
#footer-order-stock-form {
	width: 120px;
}
#footer-contact-us-vet {
	width: 92px;
}
#footer-my-training,
#footer-training-faq,
#footer-training-reference-material {
	margin-right: 40px;
}
#footer-training-modules {
	width: 400px;
}
#footer-training-modules ul {
	width: 200px;
	display: inline;
	float: left;
}
.arrow-dropdown {
	width: 10px;
	height: 7px;
	background-image: url('/img/design/arrow-dropdown.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 2px;
}
#activateIVC {
	width: 150px;
	float:left;
	margin-left:10px;
}
div.imageholder {
	text-align: center;
}
.minusMargin {
	margin-left:-20px;
}
#little-tabbed-ul {
	margin-top:10px;
	margin-bottom:10px;
	width:140px;
}
#little-tabbed-ul li span {
	float:right;
}
/*Blue content intro box - 17/04/2013 BD*/

	.pageIntroAward {
	background: none repeat scroll 0 0 #ADCFDE;
	margin: 0 -60px 10px 0px;
	padding: 20px 150px 5px 15px;
	position: relative;
	min-height: 200px;
	width: 775px;
}
.pageIntroAward h2 {
	padding-bottom:5px;
}
.pageIntroAward p {
	width: 680px;
}
/* Margin / Padding offset for centralizing UL thumbnails*/

.left-margin-offset {
	margin-left:100px;
}
.left-padding-offset {
	padding-left:100px;
}
.thumbnails.landing-grid h5 {
	font-size:15px;
	font-weight:normal;
	padding:0px 5px;
}
.thumbnails.landing-grid li .thumbnail {
	position:relative;
	height: 220px;
}
.thumbnails.landing-grid li .thumbnail .btn {
	position:absolute;
	bottom:7px;
	right:7px;
}
.veterinary-awards .row .winner {
	position:relative;
}
.veterinary-awards .row .winner img {
	margin-bottom: 20px;
	width: 425px;
}
.veterinary-awards .row .winner img.watch-now-corner {
	width:77px;
	height:77px;
	position:absolute;
	top:0px;
	left:348px;
}
.veterinary-awards .row .other-finalists {
	margin: 29px 0px;
}
.veterinary-awards .row .other-finalists p {
	margin-left: 20px;
}
.veterinary-awards .row .other-finalists .icon {
	float: left;
}
.veterinary-awards .nomination-videos h4 {
	margin: 10px 0px;
}
.veterinary-awards .nomination-videos a {
	text-decoration:underline;
	color:rgb(0,0,255);
}
/*FLOATING SIDE TABS*/

#floatingSideTabs {
	position:fixed;
	right:0px;
	top:70px;
	width:38px;
	z-index:102;
}
#floatingSideTabs a {
	transition:all ease 0.5s
}
#floatingSideTabs .awards-register {
	width:38px;
	height:329px;
	display:block;
	background:url(/images/awards/side-flyout-tabs_reg38x329.png) no-repeat;
	z-index:103;
}
#floatingSideTabs .awards-register:hover {
	background:url(/images/awards/side-flyout-tabs_reg_hover38x329.png) no-repeat;
}
/*
#floatingSideTabs .awards-back {
width:38px;
height:212px;
display:block;
background:url(/images/awards/side-flyout-tabs_back38x212.gif) no-repeat;
margin-top:5px;
z-index:10;
}


#floatingSideTabs .awards-back:hover {
background:url(/images/awards/side-flyout-tabs_back_hover38x212.gif) no-repeat;
}
*/
/*END - FLOATING SIDE TABS*/
/*AWARDS PICTURE GALLEY PAGE - 22 April 2012*/

css3-container {
	z-index:0;
}
.awards-picture-gallery li {
	position: relative;
	z-index:1; /*resets the stack order of the list items - later we'll increase this*/
}
.awards-picture-gallery li img {
	z-index:2;
}
.awards-picture-gallery li span {
	position:absolute;
	left: -9999px;
	/*zoom: 1;*/
	/*filter: alpha(opacity=0);*/
	opacity: 0;
	transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition-delay: 0.5s;
	pause-before:10s;
}
.awards-picture-gallery li:hover {
	z-index: 50;
	cursor:pointer;
}
.awards-picture-gallery li.thumbnail:hover span,
.awards-picture-gallery li ul li.thumbnail:hover span {
	top: -30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
	opacity:1;
	/*zoom: 1;
	filter: alpha(opacity=100);*/
	opacity: 1;
	width: auto;
	max-width: 970px;
	/*width:454px;*/
	height:426px;
}
.awards-picture-gallery li:hover:nth-child(2) span,
.awards-picture-gallery li ul li:hover:nth-child(2) span,
.awards-picture-gallery li ul li:hover:nth-child(5) span {
	left: -300px;
}
.awards-picture-gallery li:hover:nth-child(3) span,
.awards-picture-gallery li ul li:hover:nth-child(3) span,
.awards-picture-gallery li:hover:nth-child(4) span,
.awards-picture-gallery li:hover:nth-child(5) span,
.awards-picture-gallery li:hover:nth-child(7) span,
.awards-picture-gallery li ul li:hover:nth-child(7) span {
	left: -400px;
}
.awards-picture-gallery li,
.awards-picture-gallery li a {
	background:#fff;
}
.smallbox-row-li {
	margin-left:16px !important;
}
.big-box-left {
	margin-right: -5px !important;
}
.big-box-right {
	margin-left: 14px !important;
}
/*END - AWARDS PICTURE GALLEY PAGE*/
.alertmsg {
	color:#c9252c;
	font-weight:bold;
}
.veterinary-awards .landing-grid {
	padding-left: 80px;
}
.veterinary-awards .thumbnails.landing-grid > li {
	margin-right: 40px;
}
.margin-top-30 {
	margin-top:30px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
/*ORDER STOCK POP-UPS*/

#stock-pop-up {
	overflow-y:auto;
}
#stock-pop-up #popUpContainer {
	margin-left:15px;
}
#stock-pop-up-outer {
	margin:20px auto;
}
#stock-pop-image {
	display:inline;
	float:left;
	clear:left;
	width:390px;
	padding-left:5px
}
#stock-pop-up-text {
	text-align:left;
	display:inline;
	float:left;
	clear:right;
	width:250px;
	padding-left:10px
}
#stock-pop-up-text h3 {
	margin:10px 5px 20px 0px;
	font-size:22px;
}
#stock-pop-up-text p {
	margin:auto;
}
#stock-pop-up-text ul {
	margin-left:0px;
	padding-left:15px;
	list-style-position:outside;
}
#stock-pop-up-text li {
	margin-bottom:15px;
}
/* Vet Awards */
.photo-grid {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photo-grid .thumbnail {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 42px;
}
.photo-grid .thumbnail img {
	height: 70px;
	margin: 0px auto 0px;
}
.assets-table .imageholder {
	width: 100px;
}
h1.heading-bordered,
h2.heading-bordered,
h3.heading-bordered,
h4.heading-bordered,
h6.heading-bordered {
	border-bottom: 2px solid #ADCFDE;
	margin-bottom: 10px;
}
.form-horizontal.form-squeezed .control-group {
	margin-bottom: 10px;
}
.form-horizontal .control-group.control-group-onecol .controls {
	margin-left: 0px;
}
.form-horizontal .control-group.control-group-onecol .controls .checkbox,
.form-horizontal .control-group.control-group-onecol .controls .checkbox-inline {
	padding-left: 0px;
}
.form-horizontal .control-group.control-group-onecol .controls label {
	position: relative;
	width: 450px;
}
.form-horizontal .control-group.control-group-onecol .controls label.checkbox input {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 3px;
}
.form-horizontal .control-group.control-group-onecol .controls label.checkbox-inline input {
	margin: 2px 4px 4px 0px;
}
.highlightBox {
	padding: 10px;
	border: #ddd 1px solid;
	background-color: #dce7f4;
}
/*---[MODAL BOX - EDIT MY DETAILS]---*/
#editMyDetails.modal.fade.in {
/*	top: 30%;
	left: 60%; */
}
#editMyDetails,
#myDetailsTabsContent .staffLoginRegister {
	width:380px;
}
#editMyDetails .modal-header,
#myDetailsTabsContent .staffLoginRegister .modal-header {
	padding:0 10px 0 0px;
	border-bottom:none;
}
#editMyDetails .modal-header h3,
#myDetailsTabsContent .staffLoginRegister .modal-header h3 {
	border-bottom:none;
}
#editMyDetails .modal-header h3,
#editMyDetails h4,
#myDetailsTabsContent .staffLoginRegister .modal-header h3,
#myDetailsTabsContent .staffLoginRegister .modal-header h4 {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#editMyDetails .modal-body,
#myDetailsTabsContent .staffLoginRegister .modal-body {
	max-height:500px;
	padding:0 15px 15px 15px;
}
#editMyDetails p,
#myDetailsTabsContent .staffLoginRegister p {
	margin:10px 0 10px 0;
	font-weight:normal;
}
#editMyDetails .modal-footer,
#myDetailsTabsContent .staffLoginRegister .modal-footer {
	border-top:none;
	background-color:#fff;
}
#editMyDetails legend,
#myDetailsTabsContent .staffLoginRegister legend {
	color:#0457a7;
	border:none;
	margin-bottom:0px !important;
	font-size:16px;
}
#editMyDetails form,
#myDetailsTabsContent .staffLoginRegister form {
	margin-left:0;
}
#editMyDetails label,
#myDetailsTabsContent .staffLoginRegister label {
	width:20px;
}
#myDetailsTabsContent .staffLoginRegister label.wider {
	width:140px;
}
#editMyDetails .controls,
#myDetailsTabsContent .staffLoginRegister .controls {
	margin-left:25px;
}
#editMyDetails .control-group,
#myDetailsTabsContent .staffLoginRegister .control-group {
	margin-top:0px;
}
#editMyDetails .btn-small {
	margin-right:10px;
}
#editMyDetails .glyphicon-asterisk,
#myDetailsTabsContent .staffLoginRegister form.form-horizontal .glyphicon-asterisk {
	font-size: 1.0em;
	color:#8ebe3f;
}
#editMyDetails fieldset,
#myDetailsTabsContent .staffLoginRegister fieldset {
	margin-top:-10px;
}
/*---[MY DETAILS ACCORDIAN]---*/

#myDetailsTabsContent .myHomeThumbnails li {
	width:200px;
}
#myDetailsTabsContent #myHome .myHomeThumbnails h3 {
	font-size:14px;
}
#myDetailsTabsContent #myHome .myHomeThumbnails .btn {
	width:180px;
}
#myDetailsTabsContent #myHome .myHomeThumbnails .myHomeThumbnailsImage {
	position:relative;
	height:185px;
	margin-bottom:8px;
}
#myDetailsTabsContent #myHome .myHomeThumbnails .myHomeThumbnailsImage img {
	width:200px;
}
#myDetailsTabsContent #myHome .myHomeThumbnails .myHomeThumbnailsImage span {
	/*background:#000;*/
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	padding:5px;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	width:190px;
}
#myDetailsTabs {
	margin-bottom:0;
	margin-left:20px;
	border-bottom:none;/* margin-top:30px; */
}
#myDetailsTabsContent .tab-pane {
	width:650px;
	padding: 10px;
	line-height: 20px;
	border: 1px solid #ddd;
	/*	border-top:none;*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

*/
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	*/
	
background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 44%, #f2eded 81%, #e0dbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #fff), color-stop(81%, #f2eded), color-stop(100%, #e0dbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 44%, #f2eded 81%, #e0dbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 44%, #f2eded 81%, #e0dbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 44%, #f2eded 81%, #e0dbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 44%, #f2eded 81%, #e0dbdb 100%); /* W3C */
}
/*Accordians - +Dec 2013 b.d.*/ 

#myDetailsTabs li a {
	background:#eee;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	font-size:13px;
	padding:8px 5px 8px 5px;
	color:#000;
}
#myDetailsTabs li a {
	padding-left: 30px;
	padding-right: 30px;
}
#myDetailsTabs li a:hover {
	color:#002596;
}
#myDetailsTabs li a:focus {
	outline:none;
	background:#fff;
}
#myDetailsTabs > li.active > a {
	background:#fff;
}
#myDetailsTabs .dropdown-menu li a {
	background:#fff;
	color:#000;
}
#myDetailsTabs .dropdown-menu li a:hover {
	background:#fff;
	color:#002596;
}
#myDetailsTabsContent .tableHeadings {
	background:rgb(252, 247, 212);
}
#myDetailsTabsContent .tableHeadings th a {
	color: #333333;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon,
#myDetailsTabsContent .tab-pane table tr th .popover-inner .glyphicon {
	font-size:1.4em;
	color:#00209f;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon-ok-circle,
#myDetailsTabsContent .tab-pane table tr th .popover-inner .glyphicon-ok-circle {
	color:#8ebe3f;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon-ok-circle.warning,
#myDetailsTabsContent .tab-pane table tr th .popover-inner .glyphicon-ok-circle.warning {
	color:#faa732;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon-remove-circle,
#myDetailsTabsContent .tab-pane table tr th .popover-inner .glyphicon-remove-circle {
	color:#ed1c24;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon-plus-sign {
	color:#999;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon-play {
	background:#00209f;
	color:#fff;
	font-size:9px;
	padding:3px 7px 4px 6px;
}
#myDetailsTabsContent .tab-pane table tr td .glyphicon-list-alt {
	padding-left: 1px;
}
#myDetailsTabsContent .tab-pane table tr td .cpd-oval {
	width: 20px;
	height: 10px;
	background: #00209f;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	-moz-border-radius: 15px / 9px;
	-webkit-border-radius: 15px / 9px;
	border-radius: 15px / 9px;
	padding:2px 3px 2px 3px;
	margin-left:-3px;
}
#myDetailsTabsContent #offlineTraining .moduleFormatIcon span {
	margin-left: 6px;
}
#myDetailsTabsContent table tr td .progress {
	height:15px;
	margin-top:2px;
}
#myDetailsTabsContent #onlineTraining table tr td .progress,
#myDetailsTabsContent #offlineTraining table tr td .progress {
	margin-right:5px;
	float:left;
}
#myDetailsTabsContent #onlineTraining table tr td .progress {
	width:105px;
}
#myDetailsTabsContent #offlineTraining table tr td .progress {
	width:130px;
}
/* #myDetailsTabsContent #offlineTraining table tr td:last-child {
	color:#8ebe3f;
} */
#myDetailsTabsContent #onlineTraining .tab-pane h3 {
	font-size:20px;
}
#myDetailsTabsContent #practiceStaff button {
	width:100px;
	padding-top:2px;
	padding-left:0;
}
#myDetailsTabsContent #practiceStaff .btn {
	width:88px;
	padding: 3px 5px;
}
#myDetailsTabsContent .table td .popover-title,
#myDetailsTabsContent .table th .popover-title {
	display:none;
}
#myDetailsTabsContent .table td .popover-inner,
#myDetailsTabsContent .table th .popover-inner {
	padding:0;
	background:none;
	width:320px;
}
#myDetailsTabsContent #practiceStaff .popover-inner {
	font-weight: bold;
}
#myDetailsTabsContent .table td .popover-inner ul,
#myDetailsTabsContent .table th .popover-inner ul {
	margin-top: 10px;
}
#myDetailsTabsContent .table td .popover-inner li,
#myDetailsTabsContent .table th .popover-inner li {
	margin:3px 0 3px 0;
}
#myDetailsTabsContent .table td .popover-inner li a,
#myDetailsTabsContent .table th .popover-inner li a {
	vertical-align:top;
}
#myDetailsTabsContent .table td .popover-inner span,
#myDetailsTabsContent .table th .popover-inner span {
	margin-right:5px;
	margin-top:-2px;
}
#myDetailsTabsContent .table td .popover-inner span.red,
#myDetailsTabsContent .table th .popover-inner span.red {
	color:#ed1c24;
}
#myDetailsTabsContent table th {
	padding:5px 0px 5px 0;
}
#myDetailsTabsContent table th:first-child {
	padding-left:5px;
}
#myDetailsTabsContent table td:first-child {
	color:#002596;
}
#myDetailsTabsContent .table tbody:hover tr td,
.table:hover tbody tr th {
	background:none;
}
#userDetailsAccordian .item {
	height:256px;
	color:#fff;
	outline-color: red;
}
/*
#userDetailsAccordian .slideOne h1 {
	color:#fff;
	padding-top:10px;
}
#userDetailsAccordian .slideOne {
	background:rgb(234,167,85);
}
*/
#userDetailsAccordian .bigFont {
	color:#ed1c24;
	font-size:17em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:-4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff;
	display:block;
	line-height:140px;
	margin-top:10px;
	margin-left:30px;
	float:left
}
.chevronIE7 {
	display:none;
}
.smallCornerSquare {
	height:5px;
	width:8px;
	background: #74a8c1;
	margin-top:-8px
}
.left.carousel-control .smallCornerSquare {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius: 3px;
}
.right.carousel-control .smallCornerSquare {
	margin-left:32px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}
#userDetailsAccordian .btn {
	margin-right:50px;
	margin-top:25px;
}
#userDetailsAccordian .carousel-control {
	width: 40px;
	height: 40px;
	margin-top: 0px;
	font-size: 60px;
	font-weight: 100;
	line-height: 47px;
	color: #ffffff;
	text-align: center;
	background: #adcfde;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1.0;
	/*filter: alpha(opacity=100);*/
	font-size:30px;
}
#userDetailsAccordian .left.carousel-control {
	left:-7px;
}
#userDetailsAccordian .right.carousel-control {
	right:-7px;
}
.moduleTitle {
	background-color: #ADCFDE;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.moduleTitle h1,
.moduleTitle h1:first-child {
	margin-top: 7px;
	padding-left: 12px;
}
#training-materials h2 {
	line-height: 26px;
}
#training-materials i {
	color: #002596;
}
/* Sneak for oversized blue bullets whilst retaining body color text, without using list-style-image or extra spans. Ok down to and including IE8. Using parent>child selector to avoid cascading down inside box containers */
div#training-materials>ul {
	list-style: none;
	margin-left: 0px;
}
div#training-materials>ul li { 
	padding-left: 10px; 
	text-indent: -10px;
	margin-bottom: 8px;
}
div#training-materials>ul li:before {
	font-size: 15px;
	content: "\002022";
	padding-right: 5px;
	color: #002596;
}
.checkList.small {
	margin-left: 0px;
	list-style: none;
}
.checkList.small li {
	vertical-align: middle;
	line-height: 16px;
	padding-left: 21px;
	padding-bottom: 7px;
}
.checkList.small.tick li {
	background: url('/img/design/bullet-tick-small.png') no-repeat;
}
.checkList.small.cross li {
	background: url('/img/design/bullet-cross-small.png') no-repeat;
}

.keyFactsHighlight {
	background: #ffd9ab; /* #ffcb05; */
	padding:15px 20px 10px 20px;
	display:inline-block;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	min-height:70px;
}
.keyFactsHighlight h4 {
	width:86%;
	margin-left:93px;
	/* font-size:18px; */
	font-size: 16px;
	line-height: 19px;
}
.keyFactsHighlight span~p,
.keyFactsHighlight h4~p {
	margin-left: 93px;
	color: #002596;
}
.keyFactsHighlight p+ul,
.keyFactsHighlight p+ul {
	margin-top:-5px;
}
.keyFactsHighlight h4 span.factNumber {
	margin-left: -20px;
	font-weight: bold;
}
.keyFactsHighlight span.icon {
	background:url(../img/design/icon-key.png) no-repeat;
	width:95px;
	height:115px;
	position:absolute;
	top:-15px;
	left:-7px;
	text-align:center;
}
.keyFactsHighlight span.icon p {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	margin:15px 0 0 24px;
	line-height:16px;
}
.keyFactsHighlight span.small-text {
	font-size: 12px;
	line-height: 14px;
}
.keyFactsHighlight ul {
	margin-left:108px;
	color: #002596;
}
.keyFactsHighlight ul.checkList {
	margin-left: 90px;
	list-style: none;
}
.keyFactsHighlight ul.checkList li {
	background: url('/img/design/bullet-tick.png') no-repeat;
	vertical-align: middle;
	line-height: 30px;
	padding-left: 35px;
}
.keyFactsHighlight ol.largeBullets,
.keyFactsHighlight ul.largeBullets {
	margin-left: 93px;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	font-size: 16px;
	color: #002596;
	list-style-position: inside;
}
.summaryHighlight {
	background: #d3e6b4;
	padding:15px 20px 10px 20px;
	display:inline-block;
	position:relative;
	margin-top:15px;
	margin-bottom:15px
}
.summaryHighlight h4 {
	width:80%;
	margin-left:90px;
	font-size:22px;
}
.summaryHighlight p {
	margin-left:90px;
	color: #002596;
}
.summaryHighlight ul {
	margin-left:108px;
	color: #002596;
}
.summaryHighlight ul li {
	font-size: 12px;
	color: #002596;
	margin-bottom: 5px;
}
.summaryHighlight span.icon {
	background:url(../img/design/icon-summary.png) no-repeat;
	width:107px;
	height:105px;
	position:absolute;
	top:-20px;
	left:-11px;
	text-align:center;
}
.summaryHighlight span.icon p {
	display:none;
	text-transform:uppercase;
	color:#fff;
	font-size:8px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	margin:31px 0 0 14px;
}
.summaryHighlight span.small-text {
	font-size: 50%;
	line-height: 14px;
}

div#training-materials > ul.pawTrackBulletsPink li {
    background: url("/img/design/icon-pawPrint-pink.png") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    color: #333;
    display: block;
    padding-left: 35px;
    padding-top: 3px;
    margin-bottom: ;
	text-indent: -5px;
}
div#training-materials > ul.pawTrackBulletsPink li strong{
	color: #f60396;
	font-size: 14px;
}
div#training-materials > ul.pawTrackBulletsPink li::before { 
	content: "";
	font-size: 13px;
}
div#training-materials > p.headerPink {
	color: #f60396;
	font-size: 14px;
	font-weight: bold;
}
.topTipHighlight {
	background: #fbcce8;
	padding:15px 20px 10px 20px;
	display:inline-block;
	position:relative;
	margin-top:20px;
	margin-bottom:15px
}
.topTipHighlight h4 {
	width:82%;
	margin-left:100px;
	font-size:18px; /* 22px; */
}
.topTipHighlight span.icon {
	background:url(../img/design/icon-bone-up.png) no-repeat;
	width:122px;
	height:97px;
	position:absolute;
	top:-27px;
	left:-11px;
	text-align:center;
}
.topTipHighlight span.icon p {
	padding-top:40px;
	margin-left:-11px;
	transform:rotate(-19deg);
	-ms-transform:rotate(-19deg);
	-webkit-transform:rotate(-19deg);
	color:#fff;
	font-size:15px;
	font-weight:bold;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	line-height:16px;
}
.topTipHighlight span.small-text {
	font-size: 50%;
	line-height: 14px;
}
#overview .btn {
	margin-top:20px;
	margin-right:5px;
}
#myDetailsTabsContent .drivers {
	padding-top:30px;
}
#perfectDriver {
	background:#adcfde;
	padding:10px;
	position:relative;
}
#perfectDriver h4 span {
	letter-spacing:5px;
	font-weight:bold;
}
#perfectDriver li {
	display:inline-block;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	color:#002596;
	font-size:16px;
	width:145px;
}
#perfectDriver .topTip p {
	padding:38px 0 0 12px;
	transform:rotate(18deg);
	-ms-transform:rotate(18deg);
	-webkit-transform:rotate(18deg);
	font-size:16px;
	font-weight:bold;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
}
#perfectDriver .topTip {
	position:absolute;
	top:-27px;
	right:-20px;
	color:#fff;
	width:121px;
	height:97px;
	text-align:center;
	background:url(../img/design/icon-bone-down.png) no-repeat;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome*/
}
#progressBar {
	margin-top: 10px;
}
#progressBar img {
	margin:10px 0 10px 0;
}
#myCertificates img {
	margin-bottom:15px;
}
#training-materials .span1,
.moduleTab .span1 {
	position:relative;
}
#training-materials .quickQuiz .span1 {
	position:static;
}
/* .row.quickQuiz {
	margin-bottom: 20px;
} */
#quickQuizCircle {
	margin:10px 20px 0 0;
	background:purple;
	padding:0;
	border-radius:60px;
	display:block;
	width:92px;
	height:91px;
	padding:4px 0 0 5px;
	position:relative;
	right:11px;
	top:-7px;
}
#quickQuizCircle span {
	text-align:center;
	background:purple;
	padding:10px;
	color:#fff;
	font-size:20px;
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	border-radius:45px;
	display:block;
	width:60px;
	height:60px;
	border:4px #fff solid;
	line-height:18px;
	position:relative;
}
#quickQuizCircle span strong {
	font-weight: normal;
	font-size: 32px;
}
.quizNumber {
	/* float:left;
	margin-right:5px;
	width:20px;
	height:20px;
	display:inline-block;
	text-align: center;
	margin-top:-2px; */
	display: none; /* 2014-03-07 */
}
.quizForm h4 {
	margin-right:20px;
}
.quizForm h5 {
	font-weight: normal;
}
.quizForm p {
	/* float:left;
	width:275px; */
	/* Layout changed 2014-02-12 */
}
.quizForm .btn {
	/* margin:0 0 20px 0; */
	/* Layout changed 2014-02-12 */
}
#standardQuizForm .progress {
	width:200px;
	float:left;
	margin-right:10px;
	margin-bottom: 10px; /* Layout changed 2014-02-12 */
}
/* 2014-03-05 removed spacing because 'Questions Completed' has been removed
#standardQuizForm .btn {
	margin-top:30px;
} */
.quizForm.form-horizontal {
	margin-bottom: 10px;
}
.quizForm.form-horizontal .controls {
	margin-left:0;
	padding-left:0;
}
#quickQuizForm.quizForm.form-horizontal .controls .radio {
	margin-left:30px;
}
#quickQuizForm.quizForm.form-horizontal .controls .radio input {
	float:right;
	margin-right: -30px;
	/* Layout changed 2014-02-12 */
}
.quizQuestion {
	margin-top: 7px;
	margin-left: 0px;
}
#quickQuizForm .quizQuestion {
	margin-left: 6px;
}
.accordianBreadCrumbs {
	padding-top:10px;
	padding-left:20px;
	display: none; /* 2014-03-03 STCR from JM feedback */
}
.accordianBreadCrumbs a {
	font-family: "AmericanTypwrterITCW02- 737097", 'Copse', serif;
	margin-right:20px;
	text-decoration:underline;
}
/*Accordian End*/


/*PIE Additions*/
/*To get PIE workig for IE elements need position:relative;, the below is being applied to the imported bootstrap values*/
input,
select,
textarea,
.table-bordered,
.btn,
.table,
.thumbnail,
#facebook-leftCol,
.progress,
.bar,
.tab-content,
.tab-pane,
.nav-tabs > li > a {
	position:relative;/*behavior: url(/pie/PIE.htc);*/
}
#pets-carousel h3 {
	margin-left:20px;
}
#pets-carousel .span1 {
	width:50px;
}
#pets-carousel .carousel-control.right {
	margin-left:10px;
}
#pets-carousel .carousel-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height:124px;
	position:relative;
	margin-top:0;
	line-height: inherit;
	display:block;
	background:#adcfde;
	font-size:3em;
	border:none;
}
#pets-carousel .carousel-control span {
	margin-top: 30px;
}
#pets-carousel .carousel-control.right span {
	margin-left:-3px;
}

.mobile-only{display:none;}

/*JA added this in to hide phone-only social media footer icons on non-mobile optimised pages */
.visible-phone {
    display: none;
}

.scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 18px;
	margin-bottom: 2px;
	width: 100px;
	overflow: hidden;
	position: relative;
}

.scorebarBorder .score {
	color: #000;
	font-size: 85%;
	position: absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
	font-weight: bold;
}

.scorebarBorder .scorebar {
	background-image: url("/img/design/bg_strength_gradient.jpg");
	background-repeat: no-repeat;
	background-position: 0;
	position: absolute;
	width: 100px;
	z-index: 0;
}

small#newPwdHelp {
    font-size: 90%;
}

.text-muted {
    color: #6c757d!important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		background: #eee;
	}
}

/*bootstrap-responsive.css media queries set to 700px for mobile to kick in*/

@media screen and (max-width: 700px) {

	.cfdebug,
	.debug {
		display:none;
	}

	.mobile-hidden{
	display:none;
	}
	
	.page-responsive .mobile-only{
	display:block;
	}

	body.page-responsive  {
	padding-right:0px;
	padding-left:0px;
	
	}

	.page-responsive  .container{
	padding-left:4px;
	padding-right:4px;
	}
	
	.page-responsive input,
	.page-responsive textarea,
	.page-responsive select {
		max-width: 100%;
	}

	.page-responsive  #homepage-hero,
	.page-responsive  .welcomeRegister,
	.page-responsive  .quickLogin-home,
	.page-responsive  #copyright,
	.page-responsive  .footer_social_media{
	width:inherit;
	}
	
	.page-responsive  #topsearchbar{
	display:none;
	}
	
	.page-responsive  #strapline{
	display:none;
	}
	
	.page-responsive  #extranetIntro{
	padding-top:5px;
	margin-top:10px;
	padding-bottom:10px;
	height:auto;
	}
	
	.page-responsive  #extranetIntro, 
	.page-responsive  #extranetIntro p{
	width:inherit;
	}
	
	.page-responsive #extranetIntro img{
	display:none;
	}
	
	.page-responsive h1.beforePageIntro {
	width: 94%;
	padding: 10px 3% 0px;
	padding-right: 3%;
	background-color: #ADCFDE;
	}
	.page-responsive .pageIntro {
	width: 94%;
	background-color: #ADCFDE;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3%;
	padding-right: 3%;
	}
	
	.page-responsive #current-user .btn {
	margin-left: 0px;
	margin-right:20px;
	margin-top:10px;
	}
	
	.page-responsive  #vert-nav {
	display:none;	
	}
	
	.page-responsive  #vert-nav:hover {
	}
	
	.page-responsive  .mobile-only{display:block;}
	.page-responsive  .mobile-hidden{display:none;}
	.page-responsive  .nav-header .icon-chevron-down{
	margin-top:3px;
	margin-left:4px;
	}

	.page-responsive  .quickLogin-home{
	height:auto;	
	}
	
	.page-responsive  .welcomeRegister .btn{
	margin-left:0px;
	}
	
	.page-responsive  .quickLogin-home .quick-login-btn-home{
	float:left;
	margin-top:10px;
	}
		
	/*.page-responsive .quickLogin div[class*="span"] */
	.page-responsive .quickLogin div.span2,
	.page-responsive .quickLogin .quick-login-password div[class*="span"] {
		width:45% !important;
		float:left;
	}
	.page-responsive .quickLogin .quick-login-password div.span3 {
		width:55% !important;
	}
	.page-responsive .quickLogin .quick-login-password div.span1 {
		width:35% !important;
	}
	
	.page-responsive .quickLogin form.form-inline {
		margin-bottom:0px;	
	}

	.page-responsive .quickLogin .quick-login-btn-home{
	/*float:right;
	margin-right:-15px;
	*/}
	
	.page-responsive  #myCarousel{
	display:none;
	}
	
	.page-responsive #myCarousel .item img{
	margin-left:0px !important;	
	}
	
	.page-responsive  #myCarousel .item .btn{
	position: relative !important;
	left:inherit !important;
	right: inherit	!important;
	top: inherit !important;

	margin: auto;
	display: block;
	margin-top: -40px;
	margin-bottom: 10px;
		
	width: 150px;
	font-size: 20px;
	line-height: inherit !important;
	}
	
	.page-responsive .homepage-drivers li.span4{
	width:50%;
	float:left;
	padding-right: 5px;
	padding-left: 5px;
	} 
	
	.page-responsive .homepage-drivers p {
	display:none;
	}
	
	.page-responsive .homepage-drivers p.mobile-only {
	display:block;
	}
	
	.page-responsive .homepage-drivers .thumbnail,
	.page-responsive .awards-2015 .thumbnail{
	height:300px;
	}
	
	.page-responsive  .awards .thumbnail,
	.page-responsive  #driver-tv-ad,
	.page-responsive  .homepage-drivers .thumbnail{
	text-align:center;
	padding-bottom:20px;
	}
	
	.page-responsive  .awards .thumbnail img{
	margin-left:0;
	}

	.page-responsive  .homepage-drivers .thumbnail  img
	{
	margin-left:0;
	margin: auto !important;
	margin-bottom:10px;
	display:block;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 85px;
	}
	
	.page-responsive .homepage-drivers .thumbnail h3.too-long~a img {
	bottom: 75px;
	}

	.page-responsive  .homepage-drivers .thumbnail{
	text-align:center;
	}
	
	.page-responsive  .homepage-drivers .thumbnail .btn{
	width: 50%;
	font-size: 20px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom:5px;
	}
	
	/*SOCIAL MEDIA*/
	
	.page-responsive  #driver-facebook{
	display:none;
	}
	
	.page-responsive  #latest-video{
	display:none;
	}
	
	.page-responsive  #facebook-likes{
	margin:0 0 0 10px;
	width:80px;
	}

	.page-responsive .footer_social_media{
	padding-left:0px;
	margin: 30px 0 0 5px;
	float:left;
	}
	
	
	/*FOOTER*/
	/**/
	.page-responsive .footerbase .footer_nav,
	.page-responsive .bigfooter-links{
	display:none;
	}
	
	.page-responsive .footer{
	margin-top:20px;
	}
	
	/*
	.page-responsive  .footer_nav {
	border-top: none;
	padding-bottom:10px;
	clear:both;
	margin: 5px 40px 20px 10px;
	}
	
	.page-responsive  .bigfooter-links {
	margin: 0 20px 0 10px;
	}
	
	.page-responsive  .bigfooter-links li{
	width:auto !important;	
	clear:both;
	}
	
	.page-responsive  .bigfooter-links li a{
	font-size:12px;
	}
	*/
	.page-responsive #copyright{
		margin-left:0;
		padding:10px;
	}
	.page-responsive .container.vets-and-vet-staff-site #copyright,
	.page-responsive .container.extranet #copyright {
		padding-bottom:90px; /* Ensure visible above mobile extranet fixed bottom buttons and feedback peel */
	}

	.page-responsive .vert-buttonDrivers {
		padding-top:0px;
	}
	.page-responsive .navbar .navbar-inner {
		min-height: 0px;
	}
	.page-responsive .nav-collapse .nav {
		margin-bottom: 0px;
	}
	
	.page-responsive  .navbar .btn-navbar {
		/*float: right;*/
		position:absolute;
		top:15px;
		right:10px;
		padding: 7px 10px;
		margin-right: 5px;
		margin-left: 5px;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #ededed;
		background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
		background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
		background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
		background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
		background-repeat: repeat-x;
		border-color: #e5e5e5 #e5e5e5 #bfbfbf;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
		}
		
		.page-responsive  .navbar .btn-navbar:hover{
		color: #ffffff;
		background-color: #e5e5e5;
		}
		
		.page-responsive .horizontal-nav{
		margin-top:10px;
		}
		
		.page-responsive .horizontal-nav .nav li {
			border-right: 0;
			border-left: 0;
			border-bottom:1px solid #999;
			width:100%;
			clear:both;
		}
		
		.page-responsive .horizontal-nav .nav li:last-child{
			border-bottom:none;
		}
		
		.page-responsive .horizontal-nav .navbar .dropdown-menu {
		margin-top: 0px;
		margin-left: 20px;
		}
		
		.page-responsive .horizontal-nav .navbar-inner .nav{
		width:100%;	
		}
		
		.page-responsive .horizontal-nav .navbar-inner .nav li a{ padding-left:5px;}
		
		.page-responsive .horizontal-nav .navbar-inner .nav li a:hover {
		color: #002596;
		background:#ADCFDE;
		}
		
		.page-responsive  #scrollingText{
		display:none;
		}
		
		.page-responsive  #activateIVC {
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}
		
		.page-responsive #current-user{
		position: fixed;
		bottom:0;
		height:50px;
		background:#fff;
		width:100%;
		z-index:3000;
		border-top:2px solid #ccc;
		text-align:center;
		}
		
		.page-responsive .vets-and-vet-staff-site #feedback,
		.page-responsive .extranet #feedback,
		.page-responsive .charity-extranet #feedback {
		bottom: 50px !important;
		}
		
		.page-responsive .activateIVC-parent{
		background: rgb(234,167,85);
		padding:20px 0 20px 0;
		margin:0 0 20px 0;
		}
			
		.page-responsive  .vert-buttonDrivers #current-user{
		padding:0;
		}
		
		.page-responsive  .extranet-thumbnails .thumbnail{
		padding:0;
		text-align:center;
		height:auto;
		}
				
		.page-responsive  .extranet-thumbnails .span3
		{
		width:50%;
		float:left;
		padding-right: 5px;
		padding-left: 5px;
		}
		
		.page-responsive .extranet-thumbnails .thumbnail h3 {
    	font-size: 14px;
    	line-height: 20px;
		position:absolute;
		top:0;
		left:0;
		background:#fff;
		width:100%;
		}
		
		
		.page-responsive  .extranet-thumbnails .thumbnail img{
		width:101%;
		max-height:300px;
		}	
	
		.page-responsive  .extranet-thumbnails .thumbnail .caption {
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		position: absolute;
		/*top: 130px;*/
		bottom:42px;
		right: 0;
		left: 0;
		margin: auto;
		height:50px;
		padding:0;
		width:100%;
		}
		
		.page-responsive  .extranet-thumbnails .thumbnail .caption p{
		margin:5px;
		line-height:14px;
		}
		
		.page-responsive .extranet-thumbnails .thumbnail a.btn {
		width: 100%;
		padding: 6px 0 6px 0;
		}
		
		.page-responsive  a.btn[href="../activate-ivc/"],
		.page-responsive  a.btn[href="/downloads/online-ivc-how-to-guide.cfm"]
		{
			margin: auto;
			display: block;
			margin-bottom: 20px;
			margin-top: 10px;	
		}
		
		.page-responsive  #vert-nav{
		border:none;
		}
		
		.page-responsive  .welcomeRegister {
		height: 235px;		
		}
		
		/*Extranet Homepage*/
		.page-responsive #current-user h3,
		.page-responsive #current-user p{
		display:none;
		} 
		 .page-responsive #vet-site-wrapper{
		text-align:center;	
		}
		
		.page-responsive #vet-site-wrapper p,
		.page-responsive #vet-site-wrapper h1,
		.page-responsive #vet-site-wrapper h2{
		text-align:left;	
		}
		
	.page-responsive.training .carousel-inner {
		max-width: 100%;
	}

	.page-responsive .homepage-drivers .thumbnail.petsdvd img {
	    top: 55px;			

}
/* END max-width: 700px */




@media screen and (max-width: 600px) {
	.page-responsive .homepage-drivers h3 {
		color: #002596;
		margin: 10px;
		font-size:22px;
		line-height:21px;
	}
	
	.page-responsive .homepage-drivers .slopets h3 {
		margin: 5px;
		font-size:22px;
	}	
	.page-responsive .homepage-drivers h3.too-long {
		font-size:21px;
	}
	.page-responsive .homepage-drivers .thumbnail h3.too-long~a img {
	bottom: 50px;
	}
	
}

@media screen and (max-width: 500px) {
	.page-responsive .homepage-drivers .thumbnail, .page-responsive  .awards-2015 .thumbnail{
	height:250px;
	}
	
	.page-responsive #extranetIntro {
	/* min-height:300px; */
	}
	
	.page-responsive .span9 h1:first-child,
	.page-responsive .span8 h1:first-child,
	.page-responsive h1.beforePageIntro,
	.page-responsive #extranetIntro h2 {
	font-size:20px;
	line-height:22px;
	}
	.page-responsive .pageIntro {
	padding-top:42px;
	margin-top:-42px;
	}
	
	.page-responsive .homepage-drivers h3{
	font-size:18px;
	}
	
	.page-responsive .homepage-drivers .slopets h3{
	font-size:15px;
	}	
	
	.page-responsive .homepage-drivers h3.too-long {
	font-size:15px;
	}
	
	.page-responsive .homepage-drivers .thumbnail img {
	top: 100px;
	}

	.page-responsive .homepage-drivers .thumbnail h3.too-long~a img {
	bottom: 15px;
	max-height:45%;
	}
	
	.page-responsive .extranet-thumbnails .thumbnail h3 {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
	}
	
	.page-responsive .extranet-thumbnails .thumbnail .caption {
	height:52px;
	}
	
	.page-responsive .extranet-thumbnails .thumbnail .caption p {
	font-size:12px;
	line-height: 15px;
	}
	.page-responsive .extranet-thumbnails .thumbnail a.btn {
		font-size: 14px;
		padding: 3px 0px;
	}
	.extranet-thumbnails .span1point5 {
		display:none;
	}
	

@media screen and (min-width: 400px) and (max-width: 499px)
{
	.page-responsive .homepage-drivers .thumbnail img {
	top: 65px;
	}	
	.page-responsive .homepage-drivers .thumbnail img.lower {
	top: 75px;
	}
	
	.page-responsive .homepage-drivers .thumbnail.petsdvd img.lower {		
		top: 40px;		
		max-width: 90%;
	}	
}


@media screen and (max-width: 300px){
	.page-responsive h2{
	font-size:19px;
	}
	
	.page-responsive #extranetIntro {
    margin-top: 5px;
    padding-top: 2px;
	}
	
	.page-responsive #extranetIntro h2 {
    margin: 5px;
	}
	
	.page-responsive .extranet-thumbnails .thumbnail h3 {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
	}
	
	.page-responsive .extranet-thumbnails .thumbnail .caption {
	height:70px;
	}
	
	.page-responsive .extranet-thumbnails .thumbnail .btn {
	font-size:14px;	
	}
}

@media screen and (min-width: 701px) {
  .page-responsive .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}