
.submitOverlay {
	display : none;
	background-color: #000;
	opacity: 0.2; 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width : 100%;
	height : 100%;
}

.spinnerContainer {
	display: none;
	position: fixed;
	z-index: 200;
	top: 50%;
	left: 50%;
}


body {
  background-color: white;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  color: #004487;
  font-size: 29px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat, sans-serif;
  color: #004987;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-right: 11px;
  font-family:'PT Sans', sans-serif;
  color: #004487;
  font-size: 20px;
  line-height: 23px;
  list-style-type: disc;
}

input.validationError, select.validationError {
	border: 2px solid darkred;	
}	

div.formErrors { 
	color: red; 
	margin: 0px 10px 0px 10px;
}	



.button {
  display: inline-block;
  margin-top: -6px;
  margin-bottom: 19px;
  padding: 17px 21px 18px;
  float: right;
  border-radius: 5px;
  background-color: #789900;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #c4d600;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}
.section {
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  background-color: white;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: white;
}
.section.hero {
  margin: 0px auto 0px;
  padding-top: 64px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  background-image: url('/cares-pub/images/Blue-Sparkle-Background-2000x600.jpg'); 
  background-size: cover;  
}
.section.grey {
  max-width: 1000px;
  min-width: 0px;
  margin: auto;
  padding-top: 28px;
  padding-bottom: 13px;
  background-color: white;
}
.section.purple {
  max-width: 1000px;
  min-width: 0px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #004487;
}
.new-section.top-blue {
  height: 40px;
  background-color: #004487;
}
.call-us-top {
  margin-top: 10px;
  float: left;
  font-family:'Droid Serif', serif;
  color: white;
  font-size: 12px;
}
.email-us-top {
  margin-top: 10px;
  font-family:'Droid Serif', serif;
  color: white;
}
.important-text {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family:'PT Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}
.blue-tag-image {
  margin-top: -38px;
}
.form-graphic {
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 87px 14px 9px;
  background-image: url('/cares-pub/images/2014/08/Step-One-Column.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.form-graphic.form-graphic-header {
  margin-bottom: 8px;
  padding-bottom: 0px;
  background-image: url('/cares-pub/images/2014/08/Blue-Header.jpg');
  background-size: contain;
}
.form-graphic.form-graphic-header.form-graphic-header-payment {
  margin-top: 16px;
  padding-top: 83px;
  background-image: url('/cares-pub/images/2014/08/Blue-Header-2.jpg');
}
.field-label {
  margin-left: 0px;
  font-family:'PT Sans', sans-serif;
  color: #696363;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.field-label.field-label-blue-tag {
  padding-right: 32px;
}
.field-label.field-label-spay {
  padding-right: 0px;
}
.two-columns {
  height: 50px;
  padding-left: 0px;
}
.two-columns-labels {
  height: 20px;
}
.submit-button {
  margin-top: 18px;
  padding-top: 13px;
  padding-bottom: 12px;
  float: right;
  background-color: #789900;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, black 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family:'PT Sans', sans-serif;
  font-size: 20px;
  text-align: right;
}
.submit-button:hover {
  background-color: #c3d500;
}


.submit-in-progress {
	background-image : url('/cares-pub/images/spinner_50x50.gif');
	background-repeat : no-repeat;
	background-position: center bottom;
}

.text-field {
  color: #696363;
  text-align: justify;
}
.two-columns-container {
  height: 43px;
  padding-right: 5px;
  padding-left: 0px;
}
.field-label-header {
  margin-top: 0px;
  padding-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  color: #004987;
  font-size: 16px;
}
.field-label-header.field-label-header-options {
  font-family:'PT Sans', sans-serif;
  font-size: 16px;
  text-align: left;
}
.field-label-header.field-label-header-options.field-label-total {
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 9px;
  background-color: transparent;
  text-align: right;
}
.field-label-header.field-label-primary-contact {
  margin-top: 16px;
}
.two-columns-container-options-left {
  padding-right: 5px;
}
.two-columns-container-options-right {
  padding-left: 5px;
}
.pet-recovery-radio-button {
  text-align: right;
}
.pet-recovery-radio-button-field {
  margin-top: 5px;
  padding-left: 20px;
  text-align: right;
}
.html-div-line {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.html-div-line.html-div-line-step-1 {
  margin-top: 11px;
}
.total-container {
  border: 0px solid black;
  background-color: transparent;
}
.two-columns-card-info {
  height: 43px;
}
.single-container {
  height: 43px;
  padding-left: 6px;
}
.billing-text-field {
  margin-top: 9px;
}
.billing-text-field.billing-address-text-field {
  margin-top: 0px;
}
.single-container-2 {
  height: 43px;
  padding-left: 6px;
}
.final-label {
  margin-top: 34px;
  font-family:'PT Sans', sans-serif;
  color: #004987;
  font-size: 18px;
}
.header-text {
  font-size: 17px;
}
.header-text.header-h1 {
  margin-top: 35px;
  font-family:'PT Sans', sans-serif;
  color: #004987;
  font-size: 48px;
}
.h3-header-text {
  margin-top: 13px;
  font-family:'PT Sans', sans-serif;
  color: #004987;
  font-size: 20px;
  line-height: 34px;
}
.three-columns {
  height: 30px;
}
.three-column-container {
  height: 30px;
}
.checkbox {
  margin-top: 3px;
  text-align: right;
}

/* DTA STyle tag order CSS */
.mask {
	position:absolute;
	top:0;
	left:0;
}

.secondary {
	left:0;
	top:0;
    position: absolute;
    z-index: 500;
}

.swatch {
	padding:5px 0;
	position:relative;
}

.swatch:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.swatch a {
	display:block;
	width:25px;
	height:25px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	margin:2px;
	background-image: linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -o-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
}

.swatch a span {
	display:block;
	height:100%;
}
.swatch a.active span {
	border:2px solid yellow;
	height:21px;
}

.pet-id-pets-name {
  display: block;
  overflow: hidden;
  border-bottom: 1px none #d4d6d6;
  font-family: 'PT Sans', sans-serif;
}


.enrollment-tag-name-entry {
  position: relative;
  margin-top: 40px;
}



.dta-enrollment-pet-name-area {
  position: relative;
  padding-top: 95px;
  height : 18px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}


.dta-enrollment-id-number-area {
  position: relative;
  padding-top: 45px;
  color: #000000;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}



.hdc-round-enrollment-pet-name-area {
  position: relative;
  padding-top: 0px;
  top: 128px;
  height : 18px;
  color: #7c7c7c;
  font-size: 16px !important;
  text-align: center;
  text-transform: uppercase;
}

.hdc-round-enrollment-id-number-area {
  position: relative;
  padding-top: 0px;
  top: 86px;
  color: #7c7c7c;
  font-size: 22px !important;
  text-align: center;
  text-transform: uppercase;
}



.enrollment-tag-back-text-area {
  width: 180px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pet-id-design-radio-button {
  display: inline-block;
  margin-left: 0px;
  float: none;
  text-align: center;
}

/* .webui-popover-content{display:none}.webui-popover{position:absolute;top:0;left:0;z-index:9999;display:none;min-width:50px;min-height:32px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right{margin-top:-10px}.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom{margin-left:10px}.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right{margin-top:10px}.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom{margin-left:-10px}.webui-popover.pop{-webkit-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transition:transform .15s cubic-bezier(0.3,0,0,1.5);-o-transition:transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5);opacity:0;filter:alpha(opacity=0)}.webui-popover.pop-out{-webkit-transition-property:"opacity,transform";-o-transition-property:"opacity,transform";transition-property:"opacity,transform";-webkit-transition:.15s linear;-o-transition:.15s linear;transition:.15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.fade,.webui-popover.fade-out{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.out{opacity:0;filter:alpha(opacity=0)}.webui-popover.in{-webkit-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}.webui-popover .webui-popover-content{padding:9px 14px;overflow:auto;display:block}.webui-popover-inner .close{font-family:arial;margin:8px 10px 0 0;float:right;font-size:16px;font-weight:700;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);text-decoration:none}.webui-popover-inner .close:hover,.webui-popover-inner .close:focus{opacity:.5;filter:alpha(opacity=50)}.webui-popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:700;line-height:18px;background-color:#fff;border-bottom:1px solid #f2f2f2;border-radius:5px 5px 0 0}.webui-popover-content{padding:9px 14px;overflow:auto;display:none}.webui-popover-inverse{background-color:#333;color:#eee}.webui-popover-inverse .webui-popover-title{background:#333;border-bottom:1px solid #3b3b3b;color:#eee}.webui-no-padding .webui-popover-content{padding:0}.webui-no-padding .list-group-item{border-right:none;border-left:none}.webui-no-padding .list-group-item:first-child{border-top:0}.webui-no-padding .list-group-item:last-child{border-bottom:0}.webui-popover>.arrow,.webui-popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.webui-popover>.arrow{border-width:11px}.webui-popover>.arrow:after{border-width:10px;content:""}.webui-popover.top>.arrow,.webui-popover.top-right>.arrow,.webui-popover.top-left>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.webui-popover.top>.arrow:after,.webui-popover.top-right>.arrow:after,.webui-popover.top-left>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.webui-popover.right>.arrow,.webui-popover.right-top>.arrow,.webui-popover.right-bottom>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.webui-popover.right>.arrow:after,.webui-popover.right-top>.arrow:after,.webui-popover.right-bottom>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.webui-popover.bottom>.arrow,.webui-popover.bottom-right>.arrow,.webui-popover.bottom-left>.arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.webui-popover.bottom>.arrow:after,.webui-popover.bottom-right>.arrow:after,.webui-popover.bottom-left>.arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.webui-popover.left>.arrow,.webui-popover.left-top>.arrow,.webui-popover.left-bottom>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.webui-popover.left>.arrow:after,.webui-popover.left-top>.arrow:after,.webui-popover.left-bottom>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.webui-popover-inverse.top>.arrow,.webui-popover-inverse.top-left>.arrow,.webui-popover-inverse.top-right>.arrow,.webui-popover-inverse.top>.arrow:after,.webui-popover-inverse.top-left>.arrow:after,.webui-popover-inverse.top-right>.arrow:after{border-top-color:#333}.webui-popover-inverse.right>.arrow,.webui-popover-inverse.right-top>.arrow,.webui-popover-inverse.right-bottom>.arrow,.webui-popover-inverse.right>.arrow:after,.webui-popover-inverse.right-top>.arrow:after,.webui-popover-inverse.right-bottom>.arrow:after{border-right-color:#333}.webui-popover-inverse.bottom>.arrow,.webui-popover-inverse.bottom-left>.arrow,.webui-popover-inverse.bottom-right>.arrow,.webui-popover-inverse.bottom>.arrow:after,.webui-popover-inverse.bottom-left>.arrow:after,.webui-popover-inverse.bottom-right>.arrow:after{border-bottom-color:#333}.webui-popover-inverse.left>.arrow,.webui-popover-inverse.left-top>.arrow,.webui-popover-inverse.left-bottom>.arrow,.webui-popover-inverse.left>.arrow:after,.webui-popover-inverse.left-top>.arrow:after,.webui-popover-inverse.left-bottom>.arrow:after{border-left-color:#333}.webui-popover i.icon-refresh:before{content:""}.webui-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url(../img/loading.gif) no-repeat}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg)}}.webui-popover-backdrop{background-color:rgba(0,0,0,.65);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9998}.webui-popover .dropdown-menu{display:block;position:relative;top:0;border:none;box-shadow:none;float:none} */

.copyright {
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 13px;
  text-align: left;
}
.footer-link {
  color: #ffffff;
  text-decoration: none;			
}
.primary-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 12px;
  float: left;
  font-family:'PT Sans', sans-serif;
  text-decoration: none;  
  text-align: center;
  background-color: #c3d500;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0px;
  box-shadow: none;
  transition-duration: 400ms;
}

.primary-button:hover {
  background-color: #27ae60;
}

.primary-button.right-justified {
  display: inline-block;
  padding-top: 13px;
  float: right;
  font-family:'PT Sans', sans-serif;
  font-size: 17px;
  text-align: center;
  
}

.primary-button.right-justified:hover {
  background-color: #27ae60;
}

.primary-button.right-justified.top-margin {
  display: block;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
}

.top-section {
  height: 40px;
  background-color: #004487;
  color: #004487;
}

.pet-id-product-image {
  cursor: pointer;
}

.akc-silencer-description {
	margin-top: 12.5%;
	margin-bottom: 0%;
}

@media (max-width: 991px) {
  body {
    overflow-x: visible;
    overflow-y: visible;
  }
  p {
    padding-right: 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .section.grey {
    margin-top: 18px;
  }
  .call-us-top {
    margin-left: 0px;
  }
  .important-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .form-graphic {
    background-size: contain;
    background-attachment: scroll;
  }
  .submit-button {
    font-size: 18px;
  }
  .field-label-header.field-label-header-options {
    font-size: 14px;
  }
  .final-label {
    margin-top: 24px;
  }
  .header-text.header-h1 {
    margin-top: 38px;
    font-size: 41px;
  }
  .h3-header-text {
    font-size: 16px;
  }
  .three-column-container {
    padding-right: 0px;
  }

  .copyright {
    font-size: 11px;
  }   
  
  .primary-button {
    display: inline-block;
    padding: 10px 12px;
    float: none;
    font-size: 17px;
    line-height: 18px;
  }
  .primary-button.right-justified {
    padding: 13px 12px 12px;
  }
  .primary-button.right-justified.modal {
    margin-top: 5px;
    margin-right: 0px;
  }
  
   
}

@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  p {
    padding-right: 29px;
    padding-left: 25px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .section.grey {
    margin-top: 0px;
    padding-top: 4px;
  }
  .call-us-top {
    padding-left: 117px;
  }
  .important-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blue-tag-image {
    margin-top: 12px;
  }
  .form-graphic {
    background-size: contain;
  }
  .submit-button {
    margin-right: 0px;
  }
  .field-label-header {
    margin-top: 26px;
  }
  .field-label-header.field-label-header-options {
    padding-right: 171px;
  }
  
.enrollment-tag-name-entry {
    margin-top: 7px;
  }
  
.copyright {
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
  }  
  
  .primary-button {
    display: inline-block;
    margin-top: 10px;
    float: none;
  }
  .primary-button.right-justified {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 13px;
  }
  
  .akc-silencer-description {
	margin-top: 0%;
	margin-bottom: 0%;
  }  
   
}



@media (max-width: 479px) {
  h2 {
    padding-left: 0px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    padding-right: 17px;
    padding-left: 12px;
  }
  .button {
    margin-top: 24px;
    margin-right: 24px;
    margin-left: 1px;
    padding-right: 20px;
  }
  .section {
    text-align: center;
  }
  .section.grey {
    padding-top: 12px;
  }
  .call-us-top {
    padding-left: 10px;
    font-size: 11px;
  }
  .email-us-top {
    font-size: 11px;
  }
  .important-text {
    margin-left: 0px;
    padding-right: 0px;
  }
  .submit-button {
    margin-right: 86px;
  }
  .field-label-header.field-label-header-options {
    padding-right: 47px;
  }
  .header-text.header-h1 {
    font-size: 26px;
    line-height: 16px;
  }
  .h3-header-text {
    line-height: 21px;
  }
  .copyright {
    text-align: center;
  }  
  .primary-button {
    display: inline-block;
  }
  .primary-button.right-justified {
    margin-right: 0px;
    font-size: 14px;
  }  
}

