@charset "utf-8";
/* CSS Document */

html {
  font-size:100%;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body {
  font-family:open-sans, sans-serif;
  font-style:normal;
  font-weight:400;
  line-height:1.42857143;
  color:#4f4f4f; 
}
body {
  padding-top:0;
}
a {
  color:#44a190;
  text-decoration:none;
}
a:hover,
a:focus {
  color:#2c9dab;
  text-decoration:underline;
}
a:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
a.inverse {
  color:#fff;
  text-decoration:none;
}
a.inverse:hover,
a:focus {
  color:#f6f6f6;
  text-decoration:underline;
}
/*Text Formatting */
.h1,.h2,.h3,.h4,.h5,.h6 {
   color:#222;
	font-size:100%; 
	font-weight:600;
	line-height:.95;
	margin:0 0 .6em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top:1em;
  margin-bottom:.6em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top:1em;
  margin-bottom:.6em;
}
h1,
.h1 {
  font-size: 32px; /* font-size: 36px; */
}
h2,
.h2 {
  font-size: 28px; /* font-size: 30px; */
}
h3,
.h3 {
  font-size: 22px; /* font-size: 24px; */
}
h4,
.h4 {
  font-size: 18px; /* font-size: 18px; */
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}	
.sans       { font-family:"open-sans", "calibri", "helvetica", sans-serif; font-style:normal; font-weight:400; }
.semi       { font-family:"open-sans", "calibri", "helvetica", sans-serif; font-style:normal; font-weight:600; }
.serif      { font-family:"chaparral-pro", "cambria","times-new-roman", serif; font-style:normal; font-weight:400; }
.serif-ital { font-family:"chaparral-pro", "cambria","times-new-roman", serif; font-style:italic; font-weight:400; }
.serif-semi { font-family:"chaparral-pro", "cambria","times-new-roman", serif; font-style:normal; font-weight:600; }
.bold-cond  { font-family:"open-sans-condensed", sans-serif; font-style:normal; font-weight:700; }
i           { font-family:"open-sans", sans-serif; font-style:italic; font-weight:400; }
.center     { text-align:center; margin:0 auto; }
.indent-rt  { margin-right:1.5em; }
.indent-lt  { margin-left:1.5em; }

.ls1        { letter-spacing:1px; }
.lx         { line-height:.85714;  }
.l0         { line-height:.92857;  }
.l1         { line-height:1.0; }       
.l2         { line-height:1.07142; } 
.l3         { line-height:1.14285; } 
.l4         { line-height:1.28571; } 
.l5         { line-height:1.38889; } 
.l6         { line-height:1.42857; }
.l7         { line-height:1.57142; }
.l8         { line-height:1.66667; }
.l9         { line-height:1.78571; }
.h1         { font-size:36px; }
.h2         { font-size:30px; }
.h3         { font-size:24px; }
.h4         { font-size:18px; }
.h5         { font-size:14px; }
.h6         { font-size:12px; }
.h7         { font-size:11px; }
.h8         { font-size:10px; }
p           { margin:0 0 10px; }
.p1 		   { font-size:22px; }
.p2	      { font-size:20px; }
.p3 		   { font-size:18px; }
.p4 		   { font-size:16px; }
.p5         { font-size:14px; }
.p6         { font-size:13px; }
small {
  font-size:85%;
}

/* Elements
==================================================*/
.page { margin-top:20px; }
.parallax {
      /* The image used */
      background-image:url("../images/veterinarian-care_sm.jpg");
      /* Set a specific height */
      height:300px; 
      background-attachment:scroll;
      background-position:center;
      background-repeat:no-repeat;
      background-size:cover;
    }
@media (min-width: 1024px) {
   .parallax { 
       /* The image used */
       background-image:url("../images/veterinarian-care.jpg");
       /* Set a specific height */
       height:350px; 
       /* Create the parallax scrolling effect */
       background-attachment:fixed;
       background-position:center;
       background-repeat:no-repeat;
       background-size:cover;
   }
}
h1.leader { color:#fff; font-size:30px; margin-top:.8em; }
@media (min-width: 1024px) {
   h1.leader { 
      color:#fff; font-size:36px; margin-top:2em;
   }   
}
p.sublead { font-family:"open-sans", "calibri", "helvetica", sans-serif; font-style:normal; font-weight:600; color:#fff; font-size:14px; }
@media (min-width: 1024px) {
   p.sublead { 
      color:#fff;
      font-family:"open-sans", "calibri", "helvetica", sans-serif; 
      font-style:normal; 
      font-weight:600;
      font-size:18px;
   }   
}
.hero {
   display:block;
	height:auto;
	width:1005;
	float:left;
	margin:0 0 0;
	overflow:hidden;
	position: relative;
}
.hero .info, .hero .cover {
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   width:100%;
   background-color: rgba(13,34,64,0.7);
   font-family:"open-sans", sans-serif;
   color: #fff;
   text-align:left;
   padding:1em 1.5em;
   position:absolute;
   bottom:0;
}
.hero .info span.hdr, .hero .cover span.hdr {
	font-size:14px;
	line-height:1em;
}
.hero .info span.subhdr, .person .cover span.subhdr  {
	font-size:11px;
	line-height:1em;
}
@media (min-width: 768px) {
   .hero {
      display:block;
      height:auto;
      width:100%;
      float:left;
      margin:-20px 0 0;
      overflow:hidden;
      position: relative;
   }
   .hero .info, .hero .cover {
      -moz-box-sizing:border-box;
      box-sizing:border-box;
      width:100%;
      background-color: rgba(13,34,64,0.7);
      font-family:"open-sans", sans-serif;
      color: #fff;
      text-align:left;
      padding:2em 4em;
      position:absolute;
      right:20px;
      bottom:10px;
      left:20px
   }
   .hero .info span.hdr, .hero .cover span.hdr {
	font-size:30px;
	line-height:1em;
}
   .hero .info span.subhdr, .person .cover span.subhdr  {
      font-size:18px;
      line-height:1em;
   }
}
.displaybg .info {
	-moz-box-sizing:border-box;
  	box-sizing:border-box;
	width:100%;
	background-color: rgba(13,34,64,0.7);
  	font-family:"chaparral-pro", "cambria","times-new-roman", serif; 
   font-style:normal; 
   font-weight:400;
	color:#fff;
	text-align:left;
	padding:.8em;
	position:absolute;
	bottom:0;
}
.displaybg .info span.hdr {
      color:#84c2bb;
      font-size:24px;
      margin:0 0 .6em;
 }
.displaybg .info span.txt {
	font-size: 14px;
	line-height:1.2em;
}
@media (min-width: 468px) {
   .displaybg .info {
      -moz-box-sizing:border-box;
      box-sizing:border-box;
      width:100%;
      background-color: rgba(13,34,64,0.7);
      font-family:"chaparral-pro", "cambria","times-new-roman", serif;
      font-style:normal; 
      font-weight:400;
      color:#fff;
      text-align:left;
      padding:1.5em;
      position:absolute;
      bottom:0;
   }
   .displaybg .info span.hdr {
      color:#84c2bb;
      font-size:32px;
      margin:0 0 .6em;
   }  
   .displaybg .info span.txt {
      color:#fff;
      font-size:18px;
      line-height:1.2em;
   }    
}
ul.list {
   margin:0;
   padding:.6em;
}
.list li {
  color:#435e7c;
  padding-bottom:.4em;
  margin-bottom:.3em;
  margin-left:1em;
}
ul.points {
   margin:0;
   padding:0;
}
.points li {
  font-size:14px;
  font-weight:600;
  padding-bottom:2px;
  margin-bottom:3px;
  margin-left:4em;
}
ul.steps {
   margin:0;
   padding:.6em;
}
.steps li {
  font-size:18px;
  font-family:"chaparral-pro", "cambria","times-new-roman", serif;
  line-height:1.3;
  color:#e4e6dd;
  list-style:none;
  padding-bottom:2px;
  margin-bottom:.3em;
  margin-left:0;
}
.underscore {
 text-decoration:underline;
 -moz-text-decoration-color:#6ba5dc; /* Code for Firefox */
 text-decoration-color:#6ba5dc;
 margin-bottom:4px;
 padding-bottom:0;
}
/* Attributes
==================================================*/
.img {
   margin:16px;
}
.img-left {
   float:left;
   clear:right;
   margin:0px 20px 16px 0;
   border:4px solid #cccec5;
}
.sm-img {
   width:60%;
   height:auto;
   margin:10px auto;
}
@media (min-width: 1024px) {
   .sm-img {
      width:100%;
      height:auto;
      margin:-16px 0 16px -16px;
   }
}
.img-width { width:85%; }
@media (min-width: 768px) and (max-width: 1024px) {
   .img-width {
      width:65%;
   }  
}
.leadin {
   margin:1em 0;
}
.rail-left {
	width:auto;
	text-align:left;
	border-left:5px solid #eceded;
	padding:1em;
	margin-bottom:1.5em;
   margin-left:3em;	
}
.rail-pane {
	width:auto;
	text-align:left;
	border-right:5px solid #eceded;
	border-left:5px solid #eceded;
	margin:10px;
	padding: 1.2em 1em 2em;
	font-weight:normal;
	line-height: 1.5;
	background-color: rgba(241,241,241,.6);	
}
.rule-left {
	width:auto;
	text-align:left;
	border-left:5px solid #c8c8c8;
	padding:1em;
	margin-bottom:1.5em;	
}
.pullquote {
 color:#4d5f7a;
 font-family:"chaparral-pro", "cambria","times-new-roman", serif;
 font-style:normal; 
 font-weight:600;  
 font-size:18px;
 width:auto;
 text-align:center;
 border-top:5px solid rgba(28,106,172,.4);
 border-bottom:5px solid rgba(28,106,172,.4);
 padding:1em;
 margin:.5em 0;
}
.author {
  color:#9b8859;
  font-family:"chaparral-pro", "cambria","times-new-roman", serif;
  font-weight:400;
  font-style:italic;   
}
hr {
  width: 100%;
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 0;
}
hr.inverse {
  width:100%;
  margin:2px 0;
  border:0;
  border-top:6px solid #efefef;
  border-bottom:0;
}
hr.deep {
  width: 100%;
  margin: 10px 0;
  border: 0;
  border-top: 6px solid #ececec;
  border-bottom: 0;
}
@media (min-width:468px) {
   .margin-drp { height:680px; }
}
@media (min-width:768px) {
   .margin-rt { margin-right:4em; }
}
.bdr { border-right:1px solid #a48262; border-left:1px solid #a48262; }
.copyright {
  font-family:'chaparral-pro', 'cambria', serif;
  font-weight:400;
  font-style:normal;
  font-size:14px;
  color:#455877;  
}
/* Table
==================================================*/
.table-spotlight {
   background:rgba(89,137,161, .675); 
   border-top:10px solid #c1c2bd; 
   border-left:10px solid #c1c2bd; 
   padding:16px;   
}
.table { font-weight:600; margin:10px 0; }
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #d7e4e4;
}
/* Form
==================================================*/
form {
	font:400 .9em/1em "Chaparral Pro", Cambria, serif;

	padding:10px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:5px 5px 10px #878787;
	-moz-box-shadow:5px 5px 10px #878787;
	box-shadow:5px 5px 10px #878787;
	background-image:url(../images/noisetexture.png);
	background-color:#f6f6f6;
	margin:0;
	border:solid 1px #ccc;
}
button,
input,
optgroup,
select,
textarea { margin:0; font:inherit; color:inherit; }

form .hint { font-weight:normal; color:#006b95; }
form .error { font-weight:normal; color:#c8271f; }
form .formhdr {
	font-family:'open-sans', calibri, 'helvetica neue', helvetica, sans-serif;
	color:#fff;
	background-color:#4d556d;
	background:url("") right 15px center no-repeat,-moz-linear-gradient(#4d556d,#53839b);
	background:url("") right 15px center no-repeat,-o-linear-gradient(#4d556d,#53839b);
	background:url("") right 15px center no-repeat,-webkit-linear-gradient(#4d556d,#53839b);
	background:url("") right 15px center no-repeat,linear-gradient(#4d556d,#53839b);
	background-clip: padding-box;
	margin-top:0;
	margin-bottom:0.3em;
	padding:10px;
}
form p {
	font-weight:normal;
	font-size:15px;
	line-height:1.42857143;
	padding:0 0 .6em;
}
fieldset {
  min-width:0;
  padding:0;
  margin:0;
  border:0;
}
legend {
  padding:0;
  border:0;
}
legend {
  display:block;
  width:100%;
  padding:0;
  margin-bottom:20px;
  font-size:21px;
  line-height:inherit;
  color:#626262;
  border:0;
  border-bottom:1px solid #e5e5e5;
}
label {
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
  font-weight:normal;
}
.form-control {
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn {
  color:#2b132d;
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:13px;
  font-weight:normal;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
      touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  background-color:#c5b68f;
  border:1px solid #aa9868;
  border-radius:4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color:#333;
  text-decoration:none;
}
.btn:active,
.btn.active {
  background-image:none;
  outline:0;
  -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* Buttons */
.btn {
  font-family:"open-sans", "calibri", sans-serif;
  font-style:normal; 
  font-weight:600;
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:13px;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
      touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:18px;
}
.btn-default {
  color: #333;
  background:#cbc0cf; 
  background:-moz-linear-gradient(left,rgba(188,225,150,.1),rgba(107,192,207,1));
  background:-o-linear-gradient(right,rgba(188,225,150,.1),rgba(107,192,207,1));
  background:-webkit-linear-gradient(right,rgba(188,225,150,.1),rgba(107,192,207,1));
  background:linear-gradient(to right,rgba(188,225,150,.1),rgba(107,192,207,1));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce196', endColorstr='#cbc0cf)',GradientType=0 );
  background-clip:padding-box;
  border:1px solid #e6e6e6;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background:#cbc0cf; 
  background:-moz-linear-gradient(left,rgba(188,225,150,.1),rgba(107,192,207,1));
  background:-o-linear-gradient(right,rgba(188,225,150,.1),rgba(107,192,207,1));
  background:-webkit-linear-gradient(right,rgba(188,225,150,.1),rgba(107,192,207,1));
  background:linear-gradient(to right,rgba(188,225,150,.1),rgba(107,192,207,1));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce196', endColorstr='#cbc0cf)',GradientType=0 );
  background-clip:padding-box;
  border:1px solid #adadad;
}
.btn-primary {
  /*width:55%;*/
  color:#fff;
  background-color:#0094c0;
  border-color:#c6c6c6;
}
.btn-primary:focus,
.btn-primary.focus {
  color:#e6e6e6;
  background-color:#0086a9;
  border-color:#b6b6b6;
}
.btn-primary:hover {
  color:#fff;
  background-color:#0086a9;
  border-color:#b6b6b6;
}

a.pointer {
  background:url("../images/pointer.png") no-repeat 100% 50%;
  padding-top:0px;
  padding-right:20px;
  font-family:"open-sans-condensed", sans-serif; 
  font-size:18px;
  font-weight:700;
}
.social { width:40px; height:auto; }
@media (min-width: 768px) {
    .social { width:50px; height:auto; }
}
/* Backgrounds
==================================================*/
.blockhdr {
   color:#fff;
   background-color:#485253;
   background-color:rgba(72,82,83,.875);
   margin:5px 0 10px 0;
   padding:2px 5px; 
}

.bkgd-blue {
   background-color:#6796ac;
   background-color:rgba(103,150,172,1);
   padding:2em;
}
.bkgd-blue-pl {
   background-color:#b4d3d8;
   background-color:rgba(180,211,216,.675);
   padding:2em;
}
.gradient-block {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
   background: -moz-linear-gradient(top, rgba(27,97,157,1) 20%, rgba(115,121,147,1) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(27,97,157,1) 20%, rgba(115,121,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(27,97,157,1) 20%, rgba(115,121,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ 
   border-left:16px solid #c1c2bd;
   margin:0;
   padding:1em;
}
.gradient-block-2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
   background: -moz-linear-gradient(top, rgba(27,97,157,1) 0%, rgba(66,93,148,1) 20%, rgba(44,41,62,1) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(27,97,157,1) 0%, rgba(66,93,148,1) 20%, rgba(44,41,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(27,97,157,1) 0%,rgba(66,93,148,1) 20%, rgba(44,41,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425d94ff', endColorstr='#2c293eff',GradientType=0 ); /* IE6-9 */ 
   border:16px solid #c1c2bd;
   margin:10px;
   padding:1em;
}
.inset-fader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
   background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ 
   margin:0;
   padding:1em;
}
/* Color Palette
==================================================*/
.taupe              { color:#a3a698; }
.taupe-lt           { color:#c1c2bd; }
.taupe-pl           { color:#cccec5; }
.blue               { color:#0094c0; }
.blue-dk            { color:#0086a9; }
.violet-mt          { color:#4c5072; } 
.alpine             { color:#4f7698; }
.blueviolet         { color:#435e7c; }
.bluviolet-dk       { color:#35596f; }  
.bluviolet-mt       { color:#5989a1; } 
.charcoal           { color:#222222; }
.charcoal-dk        { color:#485253; }
.charcoal-md        { color:#787870; }
.gold-dk            { color:#9b8859; }
.plum               { color:#5e6373; }
.teal               { color:#007183; }
.teal-dk            { color:#1a6d77; }
.teal-bl            { color:#5e9fb0; }
.bluegrn-md         { color:#55939b; }
.blue-dk            { color:#007183; }
.teal-md            { color:#005269; }
.aquagrn            { color:#84c2bb; }
.aquagrn-md         { color:#61a9a1; }
.aquagrn-dk         { color:#5da59c; }
.sage               { color:#9eccc1; }
.spruce             { color:#6da2a2; }
.spruce-dk          { color:#4d8686; }
.evergreen          { color:#55787c; }
.goldenrod          { color:#e7a73d;}
.white              { color:#ffffff; }
