@import url('fonts/stylesheet.css');

/*
beige: #D5BE95
black: #231F20
 */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	/* background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: 65%; */
}
#pageContent {
	min-height: 90vh;
}
#header {
	position: relative;
	width: 100%;
	height: auto;
	background-color:#231F20;
	padding-top: 5px;
	padding-bottom: 16px;
	z-index: 10;
}
#headerContent {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: auto;
	display: table;
}
#headerLogo {
	position: relative;
	width: 10%;
	vertical-align: bottom;
	display: table-cell;
}
#headerLogo img {
	width: 180px;
	margin: 8px 20px 0px 20px;
}
#headerNavigation {
	position: relative;
	width: 90%;
	vertical-align: bottom;
	display: table-cell;
}
.navigation {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	z-index: 99;
}
.navigation li {
	position: relative;
	font-family: 'TheBoldFont', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D5BE95;
	display: inline-block;
	margin: 10px 25px;
	/* width: 12%; */
	text-align: left;
	z-index: 99;
}
.navigation li a {
	color: #D5BE95;
	text-decoration: none;
}
.navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.fullPageContainer {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.mainContent {
	position: relative;
	max-width: 1400px;
	width: 98%;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}
.mainCol {
	position: relative;
	vertical-align: middle;
	display: table-cell;
}
.mainColTop {
	position: relative;
	vertical-align: top;
	display: table-cell;
}
.serviceContent {
	position: relative;
	max-width: 1400px;
	width: 98%;
	margin: auto;
	display: block;
	border-collapse: separate;
	border-spacing: 10px;
	text-align:center;
	overflow: hidden;
}
.serviceCol {
	position: relative;
	vertical-align: middle;
	margin-top: 12px;
	margin-left: 3%;
	margin-right: 3%;
	/* width: 25%; */
	display: inline-block;
	cursor: pointer;
}
.serviceCol img {
	max-width: 350px;
	width: 100%;
	height: auto;
}
.serviceColPage {
	position: relative;
	vertical-align: middle;
	margin-left: 2%;
	margin-right: 2%;
	width: 20%;
	display: inline-block;
	cursor: pointer;
}
.serviceColPage img {
	max-width: 240px;
	width: 100%;
	height: auto;
}

.serviceText {
	position: absolute;
	bottom: 5px;
}
.serviceTextCenter {
	position: relative;
	margin-left: 8%;
	margin-right: 15%;
	margin-bottom: 6px;
	text-align: left;
}
.serviceTextCenter h3 {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 24px;
	color: #D5BE95;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: .08em;
}
.serviceTextCenter p {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	color: #D5BE95;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	white-space:nowrap;
}
.mainCol img {
	max-width: 100%;
	height: auto;
}
.w75 {
	width: 75%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w33 {
	width: 33%;
}
.w30 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}
.w5 {
	width: 5%;
}





h1 {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 44px;
	color: #000000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}
h2 {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 32px;
	color: #000000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}
h3 {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}

.pagesHeadline {
	color: #D5BE95;
	padding: 12px 80px 12px 30px;
	background-image: url(../images/heading-back.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 85px;
}
.dogPawList {
	list-style-position: inside;
	list-style-image: url(../images/dog-paw-black-sm.png);
}



.headerTxt {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 42px;
	color: #000000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}
.basicTxt {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 185%;	
}
.basicTxt a, .smallTxt a {
	color: #000000;
	text-decoration: underline;
}
.basicTxt a:hover, .smallTxt a:hover {
	color: #666666;
	text-decoration: none;
}
.smallTxt {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 185%;	
}
.largeTxt {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 165%;	
}
.largeTxt a {
	color: #000000;
	text-decoration: underline;
}
.largeTxt a:hover {
	color: #666666;
	text-decoration: none;
}
.veryLarge {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 54px;
	color: #000000;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}
.veryLargeBeige {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 48px;
	color: #D5BE95;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}
.veryLargeBeigeNormal {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 40px;
	color: #D5BE95;
	line-height: 100%;
	margin: 0px;
	padding: 0px;	
}
.indentTxt {
	text-indent: 35px;
}
.dogPrintBkg {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.dogPrintBkgBtmRgt {
	background-image: url(../images/dog-prints-bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40%;
}
.dogPrintBkgBtmRgt2 {
	background-image: url(../images/dog-prints-bottom-right2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20%;
}
.blackHiLite {
	position: relative;
	width: 100%;
	background-color:#231F20;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.blackHiLiteContent {
	position: relative;
	width: 94%;
	margin: auto;
}
.blackHiLiteContent p, .blackHiLiteContent h3 {
	color: #D5BE95;
	line-height: 145%;
}
.blackHiLiteContent a {
	padding: 6px 10px;
	background-color: #D5BE95;
	border-radius: 12px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 21px 8px;
	line-height: 145%;
	text-decoration: none;
	white-space:nowrap;
	letter-spacing: -0.03em;
}
.blackHiLiteContent a:hover {
	background-color: #FFFFFF;
}

.beigeHiLite {
	position: relative;
	width: 100%;
	background-color:#D5BE95;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.beigeHiLiteContent {
	position: relative;
	width: 94%;
	margin: auto;
}
.beigeHiLite p, .beigeHiLite h3 {
	color: #000000;
	font-size: 16px;
	line-height: 145%;
	margin-left: 5%;
	margin-right: 5%;
}
.beigeHiLite a {
	padding: 6px 10px;
	background-color: #D5BE95;
	border-radius: 12px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 21px 8px;
	line-height: 145%;
	text-decoration: none;
	white-space:nowrap;
	letter-spacing: -0.03em;
}
.beigeHiLite a:hover {
	background-color: #FFFFFF;
}
.whiteBack {
	background-color:rgba(255,255,255,0.9);
}
.serviceBackLink {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 24px;
	color: #333333;
	line-height: 285%;
	text-decoration: none;
}
.serviceBackLink:hover {
	color: #666666;
	text-decoration: underline;
}

.leftArrow {
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 16px solid #231F20;
	display: inline-block;
	margin-left: 25px;
	margin-right: 12px;
	margin-bottom: 8px;
	vertical-align: middle;
}

#comingSoon {
	width: 90%; 
	margin: auto;
	background-color: #D5BE95;
	vertical-align: middle;
	padding-top: 120px;
	padding-bottom: 120px;
}
#donateBox {
	width: 90%; 
	margin: auto;
	background-color: #231F20;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}
#donateBoxContent {
	position: relative;
	width: 90%; 
	margin: auto;
	background-color: #231F20;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}
.donateLink {
	position: absolute;
	top: 15%;
	width: 100%;
}
.donateLinkContent {
	width: 70%;
	max-width: 270px;
	margin: auto;
}
.donateLink p {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 54px;
	color: #FFFFFF;
	line-height: 120%;
	margin: auto;
	padding: 0px;
	white-space: nowrap;
}
.donateLink a {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 120%;
	margin: 0px;
	padding: 10px 20px;
	white-space: nowrap;
	border: solid 3px white;
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.donateLink a:hover {
	background-color: rgba(255,255,255,0.2);
}
.theBoldFont {
	font-family: 'TheBoldFont', sans-serif;	
}
.displayTable {
	position: relative;
	background-color: #D5BE95;
	border-collapse: separate;
	border-spacing: 0px 6px;
	width: 98%;
	margin-top: 20px;
}
.displayTable th {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.displayTable td {
	background-color: #FFFFFF;
	border-right: solid 6px #D5BE95;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 185%;
}
.displayTable td:last-of-type {
	background-color: #FFFFFF;
	border-right: solid 6px #FFFFFF;
}
.displayTableBlack {
	position: relative;
	background-color: #231F20;
	border-collapse: separate;
	border-spacing: 0px 6px;
	width: 90%;
	margin: 20px auto;
}
.displayTableBlack th {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 18px;
	color: #D5BE95;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.displayTableBlack td {
	background-color: #D5BE95;
	border-right: solid 6px #231F20;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 185%;
}
.displayTableBlack td:last-of-type {
	background-color: #D5BE95;
	border-right: solid 6px #D5BE95;
}


#footer {
	clear:both;
	position: relative;
	width: 100%;
	height: auto;
	background-color:#231F20;
	padding-top: 5px;
	padding-bottom: 16px;
	overflow: hidden;
}
#footerContent {
	position: relative;
	width: 96%;
	max-width: 1400px;
	margin: auto;
	display: table;
}
.footerCol {
	position: relative;
	vertical-align: top;
	display: table-cell;
	width: 50%;
	font-family: 'SourceSansProRegular', sans-serif;
	font-size: 18px;
	color: #D5BE95;
	line-height: 145%;
	overflow: hidden;
}
.footerCol .bold {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 21px;
	color: #D5BE95;
	line-height: 145%;
	text-transform: uppercase;
}
.footerCol a {
	color: #D5BE95;
	text-decoration: none;
}
.footerCol a:hover {
	color: #FFFFFF;
}
.footerBlock {
	position: relative;
	float: left;
	overflow: visible;
	padding-right: 30px;
}
.footerBlock img {
	width: 35px;
	display: inline;
	vertical-align: top;
	margin-top: 3px;
}
.footerChecking {
	position: relative;
	float: left;
	overflow: visible;
	padding-right: 30px;
	padding-left: 30px;
	border-left: solid 4px #D5BE95;
}
.footerSocial {
	position: absolute;
	top: 180px;
	right: 0px;
	overflow: visible;
	padding-right: 0px;
	padding-left: 30px;
}
.footerSocial img {
	width: 70px;
	max-width: 50%;
	margin: 3px 10px;
}
.sectionBreak {
	clear:both;
	height: 45px;
}
#mLink {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D5BE95;
	text-decoration: none;
	padding-right: 34px;
	text-align:center;
	display: none;
	width:130px;
	margin: 0px auto 8px auto;
	line-height: 24px;
	cursor: pointer;
	background-image: url(../images/menu-link-black.png);
	background-repeat: no-repeat;
	background-position: 73% top;
	float: right;
	/* 
	background-color: #232323;
	border: solid 1px #FFFFFF; */
}
#mLink:hover {
	color: #FFFFFF;
	background-image: url(../images/menu-link.png);
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #231F20;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}

#spaInfo {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 32px 10px;
}
#spaInfoLeft {
	position: relative;
	width: 50%;
	vertical-align: top;
	display: table-cell;
}
#spaInfoRight {
	position: relative;
	width: 50%;
	vertical-align: middle;
	display: table-cell;
}
#spaInfoRightContent {
	width: 80%;
	margin: auto;
}
#trainingContainer {
	position: relative;
	width: 96%;
	margin: auto;
	display: table;
	
	border-collapse: separate;
	border-spacing: 0px 0px;
}
.trainingCol {
	position: relative;
	width: 34%;
	margin: auto;
	height: 100%;
	border-left: solid 6px #D5BE95;
	vertical-align: top;
	display: table-cell;
}
.trainingCol:first-of-type {
	border-left: solid 6px #FFFFFF;
}
.trainingCol h3 {
	background-color: #D5BE95;
	text-align: center;
	line-height: 155%;
	padding: 8px auto;
}
.trainingColInfo .basicTxt, .trainingColInfo .smallTxt {
	margin-left: 14px;
	margin-right: 14px;
}
.trainingColInfo .captionTxt {
	padding:  7px 14px;
	font-family: 'SourceSansPro', sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 225%;
	background-color: #D5BE95;
	display: inline;
}
.googleMapContainer {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
	border: solid 14px #231F20;
}
.googleMap {
	width: 100%;
	max-width: 800px;
	height: 485px;
	margin: auto;
}
#treatsHead {
	position: relative;
	width: 100%;
	margin: -47px auto 0px auto;
	display: block;
	z-index: 0;
}
.formIndent {
	margin-left: 50px;
}
.formButton {
	padding: 15px 28px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 30px;
	border: solid 2px #D5BE95;
	border-radius: 12px;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 42px;
	color: #D5BE95;
	text-transform: uppercase;
	background-color: #FFFFFF;
	cursor: pointer;	
}
.formButton:hover {
	color: #FFFFFF;
	background-color: #D5BE95;
}
.formLeftX {
	position:relative;
	clear: both;
	margin-top: 15px;
	width: 48%;
	float: left;
	text-align: right;
	vertical-align: top;
}

.formRightX {
	position:relative;
	margin-top: 15px;
	width: 48%;
	float: right;
	text-align: right;
	vertical-align: top;
}
.formLeft, .formRight {
	position:relative;
	clear: both;
	margin: 10px auto;
	padding-bottom: 5px;
	width: 650px;
	max-width: 94%;
	text-align: LEFT;
	vertical-align: top;
}
.formLeft .left, .formRight .left {
	width: 100%;
	text-transform: uppercase;
}
.formLeft .right,.formRight .right  {
	width: 100%;
}
.leftcol {
	clear: both;
	margin-top: 15px;
	float: left;
	width: 47%;
}
.rightcol  {
	margin-top: 15px;
	float: right;
	width: 50%;
}
#application {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 185%;
}
#application input[type="checkbox"] {
	border: solid 1px #000000;
	background-color: #EDE3D1;
}
#application input[type="text"] {
	border: solid 1px #000000;
	width: 95%;
	padding: 5px;
	background-color: #EDE3D1;
}
#application input[type="password"] {
	border: solid 1px #000000;
	width: 95%;
	padding: 5px;
	background-color: #EDE3D1;
}
#application input[type="email"] {
	border: solid 1px #000000;
	width: 95%;
	padding: 5px;
	background-color: #EDE3D1;
}
#application textarea {
	border: solid 1px #000000;
	width: 100%;
	max-width: 900px;
	padding: 5px;
	background-color: #EDE3D1;
}
.apptlargeTxt {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 26px;
	color: #000000;
	line-height: 110%;	
}
.apptButton {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 28px;
	color: #D5BE95;
	line-height: 145%;
	text-transform: uppercase;
	white-space: nowrap;
}
.apptButton a {
	padding: 10px 20px;
	color: #D5BE95;
	text-decoration:none;
	background-color: #333333;
	border-radius: 15px;
}
.apptButton a:hover {
	padding: 8px 20px;
	color: #333333;
	text-decoration:none;
	background-color: #D5BE95;
}

.apptSmallButton {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 14px;
	color: #D5BE95;
	line-height: 300%;
	text-transform: uppercase;
}
.apptSmallButton a {
	padding: 8px 16px;
	color: #D5BE95;
	text-decoration:none;
	background-color: #333333;
	margin: auto 5px;
	border-radius: 15px;
	white-space: nowrap;
}
.apptSmallButton a:hover {
	color: #333333;
	text-decoration:none;
	background-color: #D5BE95;
}

.apptContent {
	position: relative;
	max-width: 1400px;
	width: 98%;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}
.apptCol {
	position: relative;
	vertical-align: top;
	display: table-cell;
	margin-bottom: 45px;
}
.apptSubmit {
	font-family: 'SourceSansProBlack', sans-serif;
	font-size: 28px;
	color: #D5BE95;
	line-height: 145%;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #333333;
	text-decoration:none;
	background-color: #D5BE95;
	border-radius: 15px;
}
.apptSubmit:hover {
	padding: 8px 20px;
	color: #333333;
	text-decoration:none;
	background-color: #CCCCCC;
}
.boaLink {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 24px;
	line-height: 145%;
	text-align: center;
	white-space:nowrap;
	letter-spacing: 0.03em;
	margin-bottom: 45px;
}
.boaLink a {
	padding: 9px 18px;
	background-color: #D5BE95;
	border-radius: 12px;
	color: #000000;
	margin: 21px 8px;
	text-decoration: none;
	white-space:nowrap;
	border: solid 2px #231F20;
}
.boaLink a:hover {
	background-color: #FFFFFF;
	color: #999999;
	border: solid 2px #999999;
}
.petTable {
	position: relative;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.petTable td {
	border-bottom: solid 1px #DDDDDD;
}
#mainArea {
	position: relative;
	width: 85%;
	max-width: 1200px;
	height: 100%;
	margin: auto;
	display: block;
}
.petPhoto {
	position: relative;
	width: 55%;
	max-width: 300px;
	border: solid 1px #333333;
}
.petThumb {
	position: relative;
	width: 100%;
	max-width: 120px;
	border: solid 1px #333333;
}

@media only screen and (max-width: 1400px) {
	.navigation li {
	font-size: 24px;
	margin: 10px 18px;
	}
	.navigation li:first-of-type {
	display: none;
	}
	.serviceCol {
	margin-left: 1%;
	margin-right: 1%;
	}
}

@media only screen and (max-width: 1200px) {
	.navigation li {
	font-size: 21px;
	margin: 10px 10px;
	}
	
	#headerLogo img {
	width: 140px;
	margin: 8px 12px 0px 12px;
	}
	
	.serviceCol img {
	max-width: 310px;
	width: 100%;
	height: auto;
	}
	serviceTextCenter h3 {
	font-family: 'TheBoldFont', sans-serif;
	font-size: 21px;
	color: #D5BE95;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: .08em;
	}
	.serviceTextCenter p {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 14px;
	color: #D5BE95;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}
	.serviceBackLink {
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 135%;
	text-decoration: none;
	}
	.leftArrow {
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #231F20;
	display: inline-block;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	vertical-align: middle;
	}
	.noMobile1200 {
	display: none;
	}
	.formIndent {
	margin-left: 30px;
	}
	

}
@media only screen and (max-width: 1000px) {
	#mLink {
	display: block;
	}
	.navigation {
	display: none;
	position: absolute;
	width: 100%;
	max-width: 200px;
	top: 99%;
	right: 0px;
	background-color: #231F20;
	}
	.navigation li {
	font-size: 24px;
	text-align: right;
	margin: 0px;
	padding: 10px 20px;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	}
	.navigation li a {
	}
	.navigation li:first-of-type {
	display: none;
	}
	#headerLogo img {
	margin: 8px 12px 0px 30px;
	}
	
	.serviceContent {
	display: block;
	}
	.serviceCol {
	/*display: inline;
	 float: none;
	width: 50%; */
	margin: 18px;
	}
	.veryLargeBeige {
	font-size: 44px;
	}
	.veryLargeBeigeNormal {
	font-size: 34px;
	}
	.noMobile1000 {
	display: none;
	}
	.dogPrintBkgBtmRgt, .dogPrintBkgBtmRgt2 {
	background-image: none;
	}
	.formLeft, .formRight {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	float: none;
	text-align: left;
	}
	.formLeft .left, .formRight .left {
	float: none;
	width: 100%;
	}
	.formLeft .right,.formRight .right  {
	float: none;
	width: 100%;
	}
	.leftcol {
	clear: both;
	float: none;
	width: 100%;
	}
	.rightcol  {
	float: none;
	width: 100%;
	margin-top: 0px;
	}
	.apptContent {
	position: relative;
	max-width: 1400px;
	width: 98%;
	margin: auto;
	display: block;
	border-collapse: separate;
	border-spacing: 10px;
	}
	.apptCol {
	position: relative;
	vertical-align: middle;
	display: block;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	.apptlargeTxt {
	font-size: 21px;
	}
	.apptButton {
	font-size: 24px;
	}
	.footerSocial {
	margin-top: 20px;
	}
	.footerSocial img {
	width: 50px;
	margin: 3px 3px 3px 5px;
	}
}

@media only screen and (max-width: 860px) {
	.mainCol, .mainColTop {
	display: block;
	}
	.w50, .w75, .w60, .w33, .w45, .w40, .w30 {
	width: 100%;
	}
	.w25, .w20, .w10 {
	width: 100%;
	}
	#footerContent {
	width: 60%;
	margin: auto;
	display: block;
	}
	.footerCol {
	display: block;
	width: auto;
	}
	.footerBlock {
	float: left;
	overflow: visible;
	padding-right: 30px;
	}
	.noMobile {
	display: none;
	}
	.dogPrintBkg {
	background-image: none;
	}
	
	.veryLargeBeige {
	font-size: 40px;
	}
	.veryLargeBeigeNormal {
	font-size: 30px;
	}
	.googleMapContainer {
	width: 90%;
	}
	.formIndent {
	margin-left: 15px;
	}
	.formLeft, .formRight {
	width: 80%;
	}
	.formButton {
	font-size: 36px;
	}
	.apptButton {
	font-size: 21px;
	}
	.petTable {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	}
}
@media only screen and (max-width: 600px) {
	#footerContent {
	width: 90%;
	margin: auto;
	display: block;
	}
	.footerCol {
	display: block;
	width: auto;
	text-align: center;
	}
	.footerBlock {
	float: none;
	overflow: visible;
	padding-right: 0px;
	text-align: center;
	}
	.footerChecking {
	float: none;
	overflow: visible;
	padding-right: 0px;
	text-align: center;
	padding-left: 0px;
	border-left: solid 0px #D5BE95;
	}
	.footerSocial {
	position: relative;
	width: 100%;
	top: 0px;
	right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	.footerSocial img {
	width: 40px;
	}
	.donateLink p {
	font-size: 44px;
	}
	.donateLink a {
	font-size: 28px;
	}
	.serviceColPage {
	width: 40%;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	#spaInfo {
	width: 100%;
	display: block;
	}
	#spaInfoLeft {
	width: 80%;
	display: block;
	margin: auto;
	}
	#spaInfoRight {
	width: 80%;
	display: block;
	margin:auto;
	}
	#trainingContainer {
	position: relative;
	width: 100%;
	margin: auto;
	display: block;
	}
	.trainingCol {
	position: relative;
	width: 100%;
	border-left: solid 0px #D5BE95;
	display: block;
	padding-bottom: 35px;
	}
	.trainingCol:first-of-type {
	border-left: solid 0px #FFFFFF;
	}
	.googleMap {
	height: 405px;
	}
	.formIndent {
	margin-left: 0px;
	}
	.formLeft, .formRight {
	width: 90%;
	}
	.formButton {
	font-size: 32px;
	}
	.boaLink {
	font-size: 21px;
	}
}

@media only screen and (max-width: 500px) {
	.headerTxt {
	font-size: 32px;
	}
	h1 {
	font-size: 34px;
	}
	h2 {
	font-size: 21px;
	}
	h3 {
	font-size: 16px;
	}
	.donateLink p {
	font-size: 42px;
	}
	.donateLink a {
	font-size: 24px;
	}
	.serviceColPage {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	.googleMap {
	height: 305px;
	}
	.apptButton {
	font-size: 18px;
	}
	.boaLink {
	font-size: 18px;
	}
}

@media only screen and (max-width: 360px) {
	.donateLink p {
	font-size: 36px;
	}
	.donateLink a {
	font-size: 18px;
	}

}
