html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-image: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	width: 100%;
}
/*end css reset*/

body {
	background-color: #ffffff;
	font-size: 12pt;
	overflow-y: scroll;
	color: #333333;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
	font-weight: normal;
}
.header {
	text-align: center;
	max-width: 100%;
	color: #003399;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	padding-top: .25em;
	padding-bottom: .25em;
	z-index: 10;
	top: 0px;
	border-bottom-color: #8c3f31;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-image: -webkit-linear-gradient(270deg,rgba(0,51,153,0.15) 0%,rgba(0,51,153,0.00) 49.74%,rgba(255,255,255,0.49) 79.28%,rgba(0,51,153,0.14) 96.37%);
	background-image: -moz-linear-gradient(270deg,rgba(0,51,153,0.15) 0%,rgba(0,51,153,0.00) 49.74%,rgba(255,255,255,0.49) 79.28%,rgba(0,51,153,0.14) 96.37%);
	background-image: -o-linear-gradient(270deg,rgba(0,51,153,0.15) 0%,rgba(0,51,153,0.00) 49.74%,rgba(255,255,255,0.49) 79.28%,rgba(0,51,153,0.14) 96.37%);
	background-image: linear-gradient(180deg,rgba(0,51,153,0.15) 0%,rgba(0,51,153,0.00) 49.74%,rgba(255,255,255,0.49) 79.28%,rgba(0,51,153,0.14) 96.37%);
	background-color: #FFFFFF;
}
.header a:hover {
	color: #0099ff;
	text-decoration: none;
}
.location {
	width: 50% !important;
	max-width: 500px !important;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.1em !important;
	line-height: 1.1em !important;
	text-align: left !important;
	margin-top: .5em;
	color: #333333;
	margin-bottom: 1em;
}
.steps {
	width: 100%;
	max-width: 660px;
	height: auto;			
}
.steps-right {
	width: 100%;
	max-width: 220px;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.doNotWrap {
   white-space: nowrap;
}
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
}
ul {
	margin-left: 2em;
	list-style-type: circle;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
}
li {
	padding-bottom: 1em;
}
.content {
	width: 100%;
	max-width: 500px;
	padding-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.content p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;	
}
img {
	max-width: 100%;
	height: auto;
}
.img-float-left {
	float: left;
}
.img-border {
	border-color: #000000;
	border-width: thin;
	border-style: solid;
}
.shadow {
	-webkit-box-shadow: 3px 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px 3px #999999;
}
.words {
	width: 95%;
	max-width: 500px;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.bold-type {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
#back {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 75px;
	height: auto;
}
.send {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5em;
	width: 8em;
	height: auto;
}
/*FORM RELATED*/
.checkbox {
	margin-left: 2px;
	margin-right: 5px;
	width: 1em;
	float: left;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
}
input, textarea {
	width: 95%;
	max-width: 500px;
	-webkit-box-shadow: 1px 1px 3px 2px #CCCCCC;
	box-shadow: 1px 1px 3px 2px #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
}
label {	
	font-size: 1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
select {
	width: 95%;
	max-width: 500px;
	-webkit-box-shadow: 1px 1px 3px 2px #CCCCCC;
	box-shadow: 1px 1px 3px 2px #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;	
}
.select-date {
	width: 50%;
	max-width: 250px;
	-webkit-box-shadow: 1px 1px 3px 2px #CCCCCC;
	box-shadow: 1px 1px 3px 2px #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;	
}
.cur_client{
	margin-top: 20px;
}
#message-status {
	text-align: left;
	padding-top: 0.5px;
	margin-left: 0px;
	margin-top: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 95%;
	max-width: 500px;
	margin-bottom: 20px;
}
div#additional_information-status {
	text-align: left;
	float: right;
	margin-right: 1em;
	padding-top: 0.5px;
	margin-left: 0px;
	margin-top: .5em;
	position: relative;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
div#questions-status {
	text-align: left;
	float: right;
	margin-right: 1em;
	padding-top: 0.5px;
	margin-left: 0px;
	margin-top: .5em;
	position: relative;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
div#How_Is_Pet_Doing-status,div#Comments-status {
	text-align: left;
	float: right;
	margin-right: 1em;
	padding-top: 0.5px;
	margin-left: 0px;
	margin-top: .5em;
	position: relative;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.submit {
	margin-top: 10px;
	width: 8em;
	margin-left: 2em;
	margin-bottom: 5em;
}
.hiddenfield {
	display: none;
}
.phantomfield {
	display: none;
}
.middlename {
	display: none;
}
.file-att {
	background-color: #FFFFFF;
}
.required {
	color: #e30528;
}
hr {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#Top_Btn {
	/*background-color: #D6D6D6;*/
	padding-top: .5em;
	padding-right: .75;
	padding-bottom: .5em;
	padding-left: .5em;
	position: fixed;
	display: none;
	bottom: 4em;
	z-index: 99;
	cursor: pointer;
	opacity: 1;
	border-top-left-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
	font-weight: normal;
	font-size: .9em;	
	color: #003399;
	right: 0px;
	border-color: #CCCCCC;
}
#mobimenu {
	display: none;
	bottom: 0px;
	width:100%;
	height: 30px;
}
#mmleft {
	float:left;
}
#mmmid {
	float: left;	
}
#mmrite {
	float :left;
}
@media screen and (max-width: 1030px){
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 950px){
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
.content{
	float:left !important;
}
}
@media screen and (max-width: 850px){
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
#Top_Btn {	
	opacity: .75;
}
}
@media screen and (max-width: 800px) {
.header {	
	font-size: 1.5em;
}
}
/*@media screen and (max-width: 750px){
.header {	
	font-size: 1.5em;	
	z-index: 10;    
}*/
.wrapper {
	margin-left: auto;
	margin-right: auto;	
}
}
@media screen and (max-width: 675px){
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 575px){	
.header {
	font-size: 1.1em;
	z-index: 10;
	padding-top: .25em;
	padding-bottom: .25em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.5em;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 500px){
#BB {
	display: none;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
.header {	
	font-size: 1.1em;	
}
#mobimenu {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	background-color: #003399;
	height: 30px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	font-size: 1.1em;	
}
#mmleft {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-left:5px;
	width: 30%;
}
#mmmid {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-left:10px;
	width: 30%;
}
#mmrite {
	float: left;
	text-align: center;
	padding-left:0px;
	padding-top: 5px;
	width: 30%;
}
#mmleft a:link, #mmmid a:link, #mmrite a:link {
	color: #ffffff;
	text-decoration: none;
}
#mmleft a:visited, #mmmid a:visited, #mmrite a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mmleft a:hover, #mmmid a:hover, #mmrite a:hover {
	color: #ffffff;
	text-decoration: none;
}
#mmleft a:active, #mmmid a:active, #mmrite a:active {
	color: #ffffff;
	text-decoration: none;
}
.back {
	margin-bottom: 50px;
}
}
@media screen and (max-width: 400px){
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 366px){
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
.header {
	font-size: 1em;	
}
}
@media screen and (max-width: 285px){
.header {
	font-size: .9em;	
}	
}
@media screen and (max-width: 276px){
#mobimenu {
	font-size:.9em;
}
}
@media screen and (max-width: 250px){
.header {
	font-size: .7em;	
}	
}
@media screen and (max-width: 200px){
#mobimenu {
	font-size:.8em;
}
}