/*
Theme Name: Northside Veterinary Specialists
Version: 1.0
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/

/* start presets */

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, font, img, ins, kbd, q, s, samp, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html, html a {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html, body {
	height: 100%;
}

a, input {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
}

input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1.6;
	/* Browsers have different default form fonts */
	font-size: 14px;
	font-family: Arial;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #5b5b5c;
	background-color: #1999ce;
	font-size: 14px;
	line-height: 1.65;
}


main {
	display:block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}


/* Changes the main content areas to border-box */

div.wrap,
header,
nav#primary,
main,
footer {
	margin: auto;
	box-sizing: border-box;
}

/* End Presets */

/* Start Basic Structure */

.wrap {
	width: 100%;
	background-color: #ffffff;
}

#container {
	text-align: center;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

header {
	height: 145px;
	width: 1100px;
	margin: auto;
	position: relative;
}

div#header-hours, div#header-contact {
	color: #f9a64c;	
	position: absolute;
	bottom: 11px;
	text-align: left;
	box-sizing: border-box;
}

div#header-hours {
	width: 38%;
	right: 33.3%;
}

div#header-contact {
	width: 33%;
	right: 0px;
	border-left: 2px solid #c7c7c8;
	padding-left: 30px
}

header img#logo {
	position: absolute;
	left: 0px;
	top: 10px;
}

div.main-image-container {
	background-color: #ffffff;
}

div.main-image {
	width: 100%;
	height: 40vw;
	background-position: center;
	background-size: cover;
}

main {
	width: 1100px;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer {
	clear: both;
	height: 35px;
	line-height: 35px !important;
	font-size: 11px !important;
}

/* End Basic Structure */

/* Defines Inline Images */

.aligncenter {max-width: 100%; height: auto; display: block; margin: auto}
.alignleft {max-width: 100%; height: auto; float: left}
.alignright {max-width: 100%; height: auto; float: right}
.alignnone {max-width: 100%; height: auto; }

/* End Inline Images */

/* Default Link Styles */

a:link {color: #f9a64c; text-decoration: none;}
a:visited {color: #f9a64c; text-decoration: none;}
a:hover {color: #1999ce; text-decoration: none;}
a:active {color: #f9a64c; text-decoration: none;}

main a:link {color: #1999ce; text-decoration: none; font-weight: 700;}
main a:visited {color: #1999ce; text-decoration: none;}
main a:hover {color: #f9a64c; text-decoration: none;}
main a:active {color: #1999ce; text-decoration: none;}

footer a:link {color: #ffffff; text-decoration: none;}
footer a:visited {color: #ffffff; text-decoration: none;}
footer a:hover {color: #f9a64c; text-decoration: none;}
footer a:active {color: #ffffff; text-decoration: none;}

/* Start Link Button */

span.button-wrap {
	text-align: left;
	display: block;
}

a.button {
	display: inline-block;
	color: #ffffff !important;
	background-color: #1999ce;
	text-decoration: none;
	padding: 1em 1.5em;
	text-align: center !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-box-shadow: inset 250px 0px 0px 0px rgba(25, 153, 206, 1);
	-moz-box-shadow:    inset 250px 0px 0px 0px rgba(25, 153, 206, 1);
	box-shadow:         inset 250px 0px 0px 0px rgba(25, 153, 206, 1);
}

a.button:after {
	font-family: 'FontAwesome';
	content: '\f061';
	color: #f9a64c;
	padding-left: 1em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 

}

a.button:hover:after {
	color: #1999ce;
}

a.button:hover {
	background-color: #f9a64c;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(25, 153, 206, 1);
	-moz-box-shadow:    inset 0px 0px 0px 0px rgba(25, 153, 206, 1);
	box-shadow:         inset 0px 0px 0px 0px rgba(25, 153, 206, 1);
}

/* End Link Button */

/* Miscellaneous */

span.wpr_title, #wprmenu_menu.wprmenu_levels ul li a {
	font-family: 'Open Sans' !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}


.clear {clear: both;}

.one_half, .one_half_last {
	text-align: left;
}

img.shadow {
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);	
}

/* Start Main Typography */

main h1,
main h2,
main h3,
main h4,
main h5,
main p,
main ul,
main ol,
main .button {
	margin-bottom: 20px;
	line-height: 1.75;
}

main h1 {
	font-size:36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1999ce;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px
}

main h1:after {
	content: '.';
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0px;
	height: 0px;
	width: 40px;
	border-bottom: 4px solid #f9a64c;
	color: transparent;
}

main h2 {
	font-size: 16px;
	font-weight: 700;
	opacity: .75;
}

main h3 {
}

main h4 {
}

main p {
}

main ul {
}

main ol {
}

/* End Main Typography */

/* Start Homepage Specialist Services */

ul#home-specialist-services {
	width: 80%;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	column-gap: 50px;
	margin: auto;
	font-weight: 700;
	padding-top: 30px;
}

ul#home-specialist-services li {
	text-align: left;
	background-size: 60px;
	height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}


/* End Homepage Specialist Services */

/* Start For Clients page */

body.for-clients main ol {
	text-align: left;
	width: 90%;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	column-gap: 50px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 22px;
}

body.for-clients main ol li {
	position: relative;	
	padding-left: 40px;
	margin-bottom: 20px;
	counter-increment: item;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: inline-block;
}

body.for-clients main ol li:nth-child(3n+3) {
	margin-bottom: 0px;
}

body.for-clients main ol li:after {
	content: counter(item);
	font-weight: 700;
	font-size: 36px;
	color: #f9a64c;
	position: absolute;
	left: 0px;
	top: 0px;
}

body.for-clients main ol li:before {
	content: '\A';
	display: block;
	height: 12px;
}

/* End For Clients page */

/* Start Procedures for Vets page */

body.for-vets-procedures main p, body.for-vets-procedures main h2 {
	text-align: left;
}

body.for-vets-procedures main ul {
	text-align: left;
	width: 100%;
	-moz-column-count: 3;
	column-count: 3;
	-moz-column-gap: 4vw;
	column-gap: 4vw;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	-webkit-column-rule: 1px solid #f9a64c; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #f9a64c; /* Firefox */
	column-rule: 1px solid #f9a64c;
}

body.for-vets-procedures div.procedure-type {
	padding: 10px;
	box-sizing: border-box;
}


body.for-vets-procedures div.procedure-type:nth-of-type(even) {
	background-color: #f3fafd;
}

body.for-vets-procedures main ul li {
	margin-bottom: 15px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}


/* End Procedures for Vets page */

/* Start For Vets page */

body.for-vets main ol {
	text-align: left;
	width: 100%;
	-moz-column-count: 3 !important;
	column-count: 3;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 22px;
}

body.for-vets main ol li {
	position: relative;	
	padding-left: 40px;
	margin-bottom: 20px;
	counter-increment: item;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

@-moz-document url-prefix() { 	/* Fix for Firefox's page-break bug */
	body.for-vets main ol li {
	display: inline-block;
  }
}

body.for-vets main ol li:nth-child(2n+2) {
	margin-bottom: 0px;
}

body.for-vets main ol li:after {
	content: counter(item);
	font-weight: 700;
	font-size: 36px;
	color: #f9a64c;
	position: absolute;
	left: 0px;
	top: 0px;
}

body.for-vets main ol li:before {
	content: '\A';
	display: block;
	height: 12px;
}

/* Start For Vets staff members */

div#for-vets-staff {
	margin-bottom: 50px;
	margin-top: 40px;
}

div.staff-member {
	display: block;
	float: left;
	width: 17%;
	margin-right: 3.75%;
}

div.staff-member img {
	width: 100%;
	height: auto;
}

div.staff-member strong {
	display: block;
}

div.staff-member:nth-of-type(5) {
	margin-right: 0% !important;
}

/* End For Vets staff members */

/* Start For Vets Partners */

div#partners {
	display: table;
	height:100%;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 50px;
}

div#partners div.cell {
	box-sizing: border-box;
	vertical-align: top;
	display: table-cell;
	height:100%;
	width: 25%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #e7f5fa;
}

div#partners .cell:nth-child(2) {
	background-color: #97c531;
	border-right: 10px solid #ffffff;
}

div#partners .cell:nth-child(3) {
	border-left: 10px solid #ffffff;
}

div#partners .cell:nth-child(4) {
	background-color: #ffffff;
}

div#partners div.cell p {
	margin-bottom: 0px;
	line-height: 1.5;
}

div#partners div.cell.logo {
	padding: 0px;
}

div#partners div.cell.logo a {
	display: block;
	height: 100%;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);	
}

/* End For Vets Partners */

/* End For Vets page */

/* Start Staff Members pages */

body.page-template-staff main {
	padding-top: 0px;
}

div.staff-page-member {
	display: table;
	height:100%;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #f9a64c;
}

div.staff-page-member div.cell {
	box-sizing: border-box;
	vertical-align: top;
	display: table-cell;
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.staff-page-member div.cell.photo {
	width: 30%;
}

div.staff-page-member div.cell.text {
	width: 70%;
	padding: 40px;
}

div.staff-page-member div.cell.text h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

div.staff-page-member div.cell.text span {
	display: inline-block;
	padding-left: 30px;
}

/* End Staff Members pages */

/* Start Contact Page */

body.contact main h1:after {
	left: 0px;
}

body.contact main {
	padding-top: 0px;
	overflow: hidden;
	position: relative;
}

div.caldera-grid input[type="Submit"] {
	display: inline-block;
	color: #ffffff !important;
	background-color: #1999ce;
	text-decoration: none;
	padding: 1em 1.5em;
	text-align: center !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-box-shadow: inset 250px 0px 0px 0px rgba(25, 153, 206, .1);
	-moz-box-shadow:    inset 250px 0px 0px 0px rgba(25, 153, 206, .1);
	box-shadow:         inset 250px 0px 0px 0px rgba(25, 153, 206, .1);
	background-image: url(images/arrow-orange.png);
	background-repeat: no-repeat;
	background-position: right 1.3em center;
	padding-right: 3.5em;

}

div.caldera-grid input[type="Submit"]:hover {
	background-color: #f9a64c;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(25, 153, 206, 1);
	-moz-box-shadow:    inset 0px 0px 0px 0px rgba(25, 153, 206, 1);
	box-shadow:         inset 0px 0px 0px 0px rgba(25, 153, 206, 1);
	background-image: url(images/arrow-blue.png);
}

body.contact article {
	width: 50%;
	text-align: left;
	float: right;
	padding-left: 40px;
	padding-top: 40px;
	box-sizing: border-box;
}

body.contact div.map {
	width: 50%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
/*	padding-bottom: 56.25%;*/
	position: absolute;
	left: 0;
	top: 0;
}

/* End Contact Page */

/* start main menu */

nav#primary {
	display: block;
	width: 1100px;
	height: 60px;
	margin: auto;
	position: relative;
}

nav#primary ul {
	text-transform: uppercase;
	line-height: 60px;
}

nav#primary ul ul {
	z-index: 999999999999;
}


nav#primary ul li {
	display: block;
	float: left;
}

nav#primary ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	width: auto;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	background-color: transparent;
	position: relative;
	z-index: 99998;
	padding-left: 20px;
	padding-right: 20px;
}

nav#primary ul li:after {
	content: '.';
	position: absolute;
	height: 38px;
	border-left: 1px solid rgba(255,255,255,.25);
	right: -4px;
	top: 10px;
	color: transparent;
}

nav#primary ul li:last-child:after {
	content: none;	
}

nav#primary ul li li:after {
	content: none;	
}

nav#primary ul li a:hover {
	color: #f9a64c;
	background-color: #ffffff;
}

/* start main submenu */

nav#primary ul li {
	position: relative;
}

nav#primary ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
	width: 154px;
	text-align: left;
	line-height: 35px;
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);	
}

nav#primary ul li ul li {
	display: block;
	float: none;
	height: auto;
}

nav#primary ul li ul a {
	display: block !important;
	height: auto;
	color: #adadad;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}

nav#primary ul li ul a:hover {
	color: #ffffff;
	background-color: #f9a64c;
}

nav#primary ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

nav#primary ul li li {
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	display: block;
}

/* end main submenu */

/* Start Social */

div#social {
	font-family: 'FontAwesome';
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 0;
}
div#social a {padding: 0px 5px;}
div#social a:link {color: #f9a64c; text-decoration: none;}
div#social a:visited {color: #f9a64c; text-decoration: none;}
div#social a:hover {color: #ffffff; text-decoration: none;}
div#social a:active {color: #f9a64c; text-decoration: none;}

/* End Social */

/* Start Privacy Policy */

body.privacy-policy main {
	text-align: left;
}

body.privacy-policy main h1 {
	text-align: center;
}

body.privacy-policy main ul  {
	margin-bottom: 18px;
}

body.privacy-policy main ul li {
	position: relative;	
	padding-left: 30px;
	margin-bottom: 10px;
}

body.privacy-policy main ul li:before {
	font-family: 'FontAwesome';
	content: '\f061';
	color: #f9a64c;
	position: absolute;
	left: 0px;
	top: -2px;
}

/* End Privacy Policy */

/* Start Animations */

/* Start Fade in From Top */

.fade-in-from-top{
  animation: fadeinfromtop ease-in-out .75s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadeinfromtop ease-in-out .75s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadeinfromtop ease-in-out .75s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -ms-animation: fadeinfromtop ease-in-out .75s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes fadeinfromtop{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:100;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes fadeinfromtop{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:100;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes fadeinfromtop {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:100;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes fadeinfromtop {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:100;
    -ms-transform:  translate(0px,0px)  ;
  }
}

/* End Fade in From Top */

/* Start simple Fade In */

.fadein{
  animation: FadeIn linear .7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: FadeIn linear .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: FadeIn linear .7s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: FadeIn linear .7s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: FadeIn linear .7s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes FadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes FadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes FadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes FadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/* End simple Fade In */

/* End Animations */


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


/* iPad Landscape and ipad Pro Portrait tweak for contact details  */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:portrait) {

div#header-contact {
    padding-left: 15px;
}

}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

div#header-contact {
    padding-left: 15px;
}

}




/* END iPad Landscape and ipad Pro Portrait tweak for contact details  */



@media only screen and (max-width: 1180px) {
	
	header, nav#primary, main {
	width: 100%;	
	}
	
	header, main {
	padding-left: 40px;
	padding-right: 40px;
	}
	
	header img#logo {
	left: 40px;
	top: 10px;
	}

	div#social {
	right: 40px;
	}
	
}

@media only screen and (max-width: 1000px) {

	div#header-hours, div#header-contact {
	width: auto !important;
	padding-left: 260px !important;
	border-left: 0;
	padding: 5px;
	position: static;
	}

	div#header-hours {
	padding-top: 30px;
	}

	div#header-hours br, div#header-contact br {
	display: none;
	}

}

@media only screen and (max-width: 768px) {

	header {
	height: auto;
	padding: 30px 30px 15px;
	}

	header img#logo {
	display: block;
	position: static;
	margin: auto;
	margin-bottom: 30px;
	}

	div#header-hours, div#header-contact {
	width: 100%;
	display: block;
	padding: 0px !important;
	margin-bottom: 15px;
	text-align: center;
	}

	div#header-hours br, div#header-contact br {
	display: block;
	}

	ul#home-specialist-services {
	width: 90%;
	}

	body.for-vets main ol {
	-moz-column-count: 1 !important;
	column-count: 1;
	}

	body.for-vets main ol li:nth-child(2n+2) {
	margin-bottom: 20px;
	}

	div.staff-page-member div.cell.photo {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 120%;
	margin-top: 40px;
	}

	div.staff-page-member div.cell.text span {
	display: block;
	padding-left: 0px;
	}

}

@media only screen and (max-width: 630px) {


	/* Start Staff Members pages */

	div.staff-page-member {
	display: block;
	height:100%;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 0;
	margin-bottom: 20px;
	}

	div.staff-page-member div.cell {
	box-sizing: border-box;
	vertical-align: top;
	display: block;
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}

	div.staff-page-member div.cell.photo {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 70%;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #f9a64c;
	}

	div.staff-page-member div.cell.text {
	width: 100%;
	padding: 0px;
	}

	div.staff-page-member div.cell.text h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	}

	div.staff-page-member div.cell.text span {
	display: block;
	padding-left: 0px;
	}

	/* End Staff Members pages */

	main p {
	text-align: left;
	}

	ul#home-specialist-services {
	width: 100%;
	-moz-column-count: 1;
	column-count: 1;
	}

	ul#home-specialist-services li {
	margin-bottom: 30px;
	}

	/* jdhghvfkjdshfldsv */

	body.for-clients main ol {
	width: 100%;
	-moz-column-count: 1;
	column-count: 1;
	padding-top: 15px;
	}

	body.for-clients main ol li {
	margin-bottom: 20px;
	}

	body.for-clients main ol li:nth-child(3n+3) {
	margin-bottom: 20px;
	}


	/* Start For Vets staff members */

	div#for-vets-staff {
	margin-bottom: 20px;
	margin-top: 20px;
	}

	div.staff-member {
	display: inline-block;
	float: none;
	width: 40%;
	margin-right: 3.75%;
	margin-left: 3.75%;
	margin-bottom: 30px;
	}

	div.staff-member:nth-of-type(5) {
	margin-right: 0% !important;
	}

	/* End For Vets staff members */

	/* Start For Vets Partners */

	div#partners {
	display: block;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 40px;
	}

	div#partners div.cell {
	box-sizing: border-box;
	vertical-align: top;
	display: block;
	height: auto;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #e7f5fa;
	}

	div#partners .cell:nth-child(2) {
	background-color: #97c531;
	border-right: 0;
	margin-bottom: 20px;
	}

	div#partners .cell:nth-child(3) {
	border-left: 0;
	}

	div#partners .cell:nth-child(4) {
	background-color: #ffffff;
	}

	div#partners div.cell p {
	margin-bottom: 0px;
	line-height: 1.5;
	}

	div#partners div.cell.logo {
	padding: 0px;
	height: 100px;
	}

	div#partners div.cell.logo a {
	display: block;
	height: 100%;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.13);	
	}

	/* End For Vets Partners */

	body.for-vets-procedures main ul {
	text-align: left;
	width: 100%;
	-moz-column-count: 1;
	column-count: 1;
	-moz-column-gap: 4vw;
	column-gap: 4vw;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	-webkit-column-rule: 1px solid #f9a64c; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #f9a64c; /* Firefox */
	column-rule: 1px solid #f9a64c;
	}


	body.contact article {
	width: 100%;
	text-align: left;
	float: none;
	padding-left: 0px;
	padding-top: 0px;
	box-sizing: border-box;
	}

	body.contact div.map {
	width: 100%;
	float: none;
	box-sizing: border-box;
	overflow: hidden;
	/*	padding-bottom: 56.25%;*/
	position: static;
	left: 0;
	top: 0;
	}




}