/* ======================================================
    Google or other fonts that you want to import.
  ====================================================== */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css);
/* ======================================================
    Variables
  ====================================================== */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css);
.grid + .copyright {
  padding-top: 0px;
  border-top: none; }

/* ======================================================
    COLORS
  ====================================================== */
/* ======================================================
    COLORS
  ====================================================== */
.button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
  color: #ffffff !important;
  background: #01CB81;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px; }
  .button:hover {
    background-color: #01b271 !important;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white; }
  .button:active {
    background-color: #01b271;
    box-shadow: none; }

.button-green {
  background: #01CB81;
  text-decoration: none;
  color: #ffffff !important; }
  .button-green:hover {
    background: #01b271;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #01e491; }
  .button-green:active {
    background: #01b271;
    box-shadow: none; }

.button-blue {
  background: #196CB6;
  text-decoration: none;
  color: #ffffff !important; }
  .button-blue:hover {
    background: #165fa0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1c79cc; }
  .button-blue:active {
    background: #165fa0;
    box-shadow: none; }
  .button-blue:hover {
    background-color: #165fa0 !important;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white; }

.button-margin-rt {
  margin-right: 30px; }

.button-social {
  box-shadow: none;
  background: none;
  margin: 0 0;
  padding: 0 0; }

.medical-services .button {
  padding: 8px 10px !important; }

.state-selection {
  width: 200px;
  height: 40px;
  padding: 20px 25px 8px 25px; }

.ui.selection.dropdown {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
  color: #9CA6AF;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  display: inline-block;
  border: 1px solid rgba(34, 36, 38, 0.15); }

input[type=button], input[type=submit], button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
  color: #ffffff !important;
  background: #01CB81;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px; }
  input[type=button]:hover, input[type=submit]:hover, button:hover {
    background-color: #01b271 !important;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white; }
  input[type=button]:active, input[type=submit]:active, button:active {
    background-color: #01b271;
    box-shadow: none; }

.button.gform_button_select_files {
  padding: 0px 5px !important;
  margin-top: 0px !important;
  margin-left: 5px !important; }

/* ======================================================
    COLORS
  ====================================================== */
/* ======================================================
    Typography
  ====================================================== */
body {
  font-family: 'Hind', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #152431;
  line-height: 28px; }

p {
  font-family: 'Hind', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #152431;
  line-height: 28px; }

.copy {
  font-size: 1.6rem; }

a {
  color: #F37021;
  text-decoration: none; }
  a:visited {
    color: #F37021; }
  a:hover {
    color: #F37021;
    text-decoration: underline; }
  a:active {
    color: #F37021; }

hr {
  border: 0;
  height: 1px;
  background-color: #F5F7FA; }

h5 a {
  color: #196CB6;
  text-decoration: none; }
  h5 a:visited {
    color: #196CB6; }
  h5 a:hover {
    color: #196CB6;
    text-decoration: none; }
  h5 a:active {
    color: #196CB6; }

h1, h2, h3, h4, h5 {
  font-family: 'Poppins',Arial, Helvetica, sans-serif; }

h1 {
  font-weight: 700;
  font-size: 42px;
  color: #152431;
  line-height: 60px; }

h2 {
  font-weight: 400;
  font-size: 40px;
  color: #196CB6;
  line-height: 50px; }

h3 {
  font-weight: 400;
  font-size: 32px;
  color: #196CB6;
  line-height: 42px; }

h4 {
  font-weight: 400;
  font-size: 20px;
  color: #196CB6;
  line-height: 30px; }

h5 {
  font-size: 20px;
  color: #196CB6;
  line-height: 28px;
  margin-top: 20px; }

h6 {
  font-weight: 400;
  font-size: 16px;
  color: #196CB6;
  line-height: 26px; }

/*
.lead {
	padding-top:20px;
	font-size: 22px;
	line-height: 32px;
  }
*/
.medical-articles-lead {
  padding-top: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #152431;
  font-style: italic;
  padding-right: 20px; }

/* ======================================================
    NextGenn Slide Show
  ====================================================== */
.widget_slideshow h4, .hslice h4 {
  color: #196CB6 !important;
  font-size: 3.6rem !important;
  line-height: 4.4rem; }

/* ======================================================
    Hero Title
  ====================================================== */
.slider-title h3 {
  font-size: 44px !important;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 60px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.page-id-75 .section-title p {
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 32px; }

/*
.section-title {

	font-size: 52px!important;
	font-weight: 700;
	color: $bp-white!important;
	line-height: 60px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
}
*/
.page-headline h5 {
  font-size: 3.6rem !important;
  line-height: 4.4rem; }

.page-sub-headline h5 {
  font-size: 3rem !important;
  line-height: 4.0rem; }

.faq-title h5 {
  color: #15375F; }

.large h5 .heading {
  font-size: 3.8rem !important;
  line-height: 4.6rem; }
.large .heading-location {
  font-size: 3.2rem !important;
  line-height: 4.6rem;
  margin-top: 0px; }

.excerpt {
  /*
  	h5 {color: $bp-blue; margin-top: 1.5rem; line-height: 40px;
  		a:active {color: $bp-blue!important;}
  
  	}
  */ }
  .excerpt ul {
    color: #152431; }
  .excerpt p:not(:first-child) {
    margin-top: 1.3rem; }

.articles .heading {
  font-size: 2.4rem;
  font-weight: 400; }
.articles .excerpt h4 {
  margin-top: 20px; }
  .articles .excerpt h4 :first-child {
    margin-top: 10px !important; }
.articles .excerpt h5 {
  color: #152431;
  margin-top: 0px;
  font-size: 20px;
  line-height: 40px; }
.articles .excerpt h6 {
  font-size: 16px;
  color: #9CA6AF;
  line-height: 26px; }
.articles .excerpt ul {
  padding-left: 0px;
  list-style-type: none;
  color: #152431;
  margin: 0 0 0 1rem !important; }
.articles .excerpt p:first-child {
  margin-top: 10px; }
.articles .excerpt p:not(:first-child) {
  margin-top: 0.5rem; }

.bio {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .bio .heading {
    font-size: 2.6rem;
    font-weight: 400;
    color: #196CB6; }
  .bio .excerpt h4 {
    margin-top: 20px; }
    .bio .excerpt h4 :first-child {
      margin-top: 10px !important; }
  .bio .excerpt h5 {
    color: #152431;
    margin-top: 0px;
    font-size: 20px;
    line-height: 28px; }
  .bio .excerpt h6 {
    font-size: 16px;
    color: #9CA6AF;
    line-height: 26px; }
  .bio .excerpt ul {
    padding-top: 10px;
    padding-left: 0px;
    color: #152431;
    margin: 0 0 0 1rem !important; }
  .bio .excerpt li {
    list-style-type: circle !important; }
  .bio .excerpt p:first-child {
    margin-top: 20px; }
  .bio .excerpt p:not(:first-child) {
    margin-top: 0.8rem; }

.class-posting {
  background-color: #eeeeee;
  border-radius: 20px;
  border-bottom: 1px solid #ddd;
  /*
  	padding-bottom: 30px;
  	margin-bottom: 30px;
  */
  padding: 20px; }
  .class-posting h3 {
    font-size: 28px; }
  .class-posting h5 {
    font-size: 16px; }

.page-id-99 .excerpt h5 {
  margin-top: 25px; }

small {
  font-size: 86%; }

blockquote {
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838; }
  blockquote p {
    color: #196CB6;
    font-size: 24px; }
  blockquote :before {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 88px;
    color: #D2E1F0;
    display: block;
    content: "\201C";
    position: absolute;
    left: -20px;
    top: 5px; }
  blockquote cite {
    color: #9CA6AF;
    font-size: 14px;
    display: block;
    margin-top: 5px; }
    blockquote cite :before {
      content: "\2014 \2009"; }
  blockquote small {
    display: block;
    font-size: 90%;
    line-height: 1.42857143;
    color: #9CA6AF; }

/* ======================================================
    Location Title
  ====================================================== */
.location-header {
  font-family: 'Poppins', sans-serif; }
  .location-header h3 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #15375F; }
  .location-header h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 28px;
    color: #15375F; }
  .location-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #15375F;
    margin-top: 0px !important; }
  .location-header span {
    height: 21px;
    width: 21px;
    margin-top: -5px; }
  .location-header .phone-number {
    font-size: 24px; }

/* ======================================================
    NAV CLASSES
  ====================================================== */
.nav-horizontal li a {
  font-family: 'Poppins', sans-serif;
  /*
  		font-size: 20px;
  		line-height: 0.6;
  */
  font-weight: 400; }

/* ======================================================
    EMPHASIS CLASSES
  ====================================================== */
.text-muted {
  color: #b4bcc2; }

.text-primary {
  color: #152431; }

.text-warning {
  color: #F37021; }

.text-danger {
  color: #FA0203; }

.text-success {
  color: #18bc9c; }

.text-info {
  color: #3498db; }

/* ======================================================
    SOCIAL ICONS - FONT AWESOME
  ====================================================== */
#social-icons ul li {
  display: inline !important;
  padding-left: 10px; }

.footer-content .fa {
  font-size: 30px; }

.fa-facebook, .fa-facebook-square, .fa-facebook-square, .fa-twitter, .fa-linkedin, .fa-linkedin-square, .fa-pinterest, .fa-feed {
  color: #9CA6AF; }

.fa-facebook a:hover {
  color: #196CB6; }

.fa-facebook-square a:hover {
  color: #196CB6; }

.fa-twitter a:hover {
  color: #89C5EC; }

.fa-linkedin a:hover {
  color: #0C79BF; }

.fa-linkedin-square a:hover {
  color: #0C79BF; }

.fa-pinterest a:hover {
  color: #CE1C1E; }

.fa-feed a:hover {
  color: #F37021; }

.footer-content .menu_first li {
  display: table-cell;
  text-align: left; }

.footer-content .menu_first li:last-child {
  margin-right: 0;
  text-align: left; }

/* ======================================================
    PAGE HEADERS
  ====================================================== */
.header h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 64px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

/* ======================================================
    Secondary Nav
  ====================================================== */
.header-secondary {
  padding: 0px; }

#menu-secondary-nav a {
  font-weight: 600; }
#menu-secondary-nav li {
  padding: 10px 5px; }
#menu-secondary-nav li:last-child {
  background-color: #FA0203;
  border-left: 1px solid #0E4672;
  border-right: 1px solid #0E4672; }

/* ======================================================
    Google or other fonts that you want to import.
  ====================================================== */
/* ======================================================
    Variables
  ====================================================== */
.grid + .copyright {
  padding-top: 0px;
  border-top: none; }

/* ======================================================
    COLORS
  ====================================================== */
body {
  background-color: #F5F7FA; }

.header-site:not(.is_stuck) {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding-top: 10px !important;
  padding-bottom: 2px !important; }
  @media only screen and (min-width: 769px) {
    .header-site:not(.is_stuck) .header-site {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); } }

.site-logo-link img, .custom-logo-link img, .mark img {
  max-height: 62px; }

/* ======================================================
    HEADER BACKGROUND COLORS
  ====================================================== */
.header-secondary {
  background: #196CB6; }

.bkd-generic {
  background-image: url(../img/bkd-paw.png); }

.bkd-about {
  background-image: url(../img/bkd-paw-about.png); }

.bkd-careers {
  background-image: url(../img/bkd-paw-careers.png); }

.bkd-info {
  background-image: url(../img/bkd-paw-patientinfo.png);
  background-color: #F5E7B8; }

.bkd-library {
  background-image: url(../img/bkd-paw-petlibrary.png); }

.bkd-location {
  background-image: url(../img/bkd-paw-location.png); }

.page-child .wrapper-content, .page-parent .wrapper-content, .page-template .wrapper-content, .post-type-archive-doctors .wrapper-content, .single-doctors .wrapper-content, .single-tribe_events .wrapper-content, .wrapper-site .wrapper-content, .single-newsletter .wrapper-content, .search-results .wrapper-content {
  margin-top: 44px; }
.page-child .container, .page-parent .container, .page-template .container, .post-type-archive-doctors .container, .single-doctors .container, .single-tribe_events .container, .wrapper-site .container, .single-newsletter .container, .search-results .container {
  padding: 0 0; }
.page-child .list-grid, .page-child .list-masonry, .page-child .widget_slideshow, .page-child .hslice, .page-child .gform_widget, .page-parent .list-grid, .page-parent .list-masonry, .page-parent .widget_slideshow, .page-parent .hslice, .page-parent .gform_widget, .page-template .list-grid, .page-template .list-masonry, .page-template .widget_slideshow, .page-template .hslice, .page-template .gform_widget, .post-type-archive-doctors .list-grid, .post-type-archive-doctors .list-masonry, .post-type-archive-doctors .widget_slideshow, .post-type-archive-doctors .hslice, .post-type-archive-doctors .gform_widget, .single-doctors .list-grid, .single-doctors .list-masonry, .single-doctors .widget_slideshow, .single-doctors .hslice, .single-doctors .gform_widget, .single-tribe_events .list-grid, .single-tribe_events .list-masonry, .single-tribe_events .widget_slideshow, .single-tribe_events .hslice, .single-tribe_events .gform_widget, .wrapper-site .list-grid, .wrapper-site .list-masonry, .wrapper-site .widget_slideshow, .wrapper-site .hslice, .wrapper-site .gform_widget, .single-newsletter .list-grid, .single-newsletter .list-masonry, .single-newsletter .widget_slideshow, .single-newsletter .hslice, .single-newsletter .gform_widget, .search-results .list-grid, .search-results .list-masonry, .search-results .widget_slideshow, .search-results .hslice, .search-results .gform_widget {
  padding-left: 86px;
  padding-right: 86px;
  background: #fff; }

.single-tribe_events .grid {
  margin-top: 200px; }

.page-template .list-grid.menu {
  border-radius: 5px 5px 0 0; }

/* ======================================================
    Client Stories / Media Releases / In the news // Blog // Search
  ====================================================== */
.list-list {
  padding-left: 86px !important;
  padding-right: 86px !important;
  background: #fff; }

.page-id-98 .section-title .heading h1, .parent-pageid-1399 .section-title .heading h1, .page-id-725 .section-title .heading h1, .search-results .section-title .heading h1, .page-id-19085 .section-title .heading h1 {
  margin-bottom: 10px;
  font-size: 22px !important;
  line-height: 32px !important; }
.page-id-98 .section-title .heading a, .parent-pageid-1399 .section-title .heading a, .page-id-725 .section-title .heading a, .search-results .section-title .heading a, .page-id-19085 .section-title .heading a {
  color: #196CB6 !important;
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: 400; }
.page-id-98 .push-bottom-large, .parent-pageid-1399 .push-bottom-large, .page-id-725 .push-bottom-large, .search-results .push-bottom-large, .page-id-19085 .push-bottom-large {
  margin-bottom: 1%; }
.page-id-98 .layers-post-widget, .parent-pageid-1399 .layers-post-widget, .page-id-725 .layers-post-widget, .search-results .layers-post-widget, .page-id-19085 .layers-post-widget {
  background-color: transparent; }
.page-id-98 .button, .parent-pageid-1399 .button, .page-id-725 .button, .search-results .button, .page-id-19085 .button {
  padding: 5px 20px; }

.meta-item {
  display: inline-block;
  margin-right: 10px; }

/* ======================================================
    Blog
  ====================================================== */
.page-id-725 .wrapper-site .wrapper-content .content-main, .search-results .wrapper-site .wrapper-content .content-main, .search .wrapper-site .wrapper-content .content-main {
  padding: 0 0;
  padding-left: 86px;
  padding-right: 86px;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding-top: 50px; }

.page-template-template-blog .wrapper-site .grid, .search-results .wrapper-site .grid {
  border-radius: 5px 5px 0 0; }
.page-template-template-blog .wrapper-content .title-container, .search-results .wrapper-content .title-container {
  background-color: transparent !important; }
.page-template-template-blog h1, .search-results h1 {
  font-weight: 400;
  font-size: 14px; }
.page-template-template-blog .section-title, .search-results .section-title {
  margin-bottom: 10px; }

.type-post header.section-title .heading, .type-post header.section-title .heading a, .type-page header.section-title .heading, .type-page header.section-title .heading a, .heading.comment-title, .heading.comment-title a, .comment-reply-title, .comment-reply-title a {
  font-size: 28px;
  color: #196CB6 !important;
  line-height: 40px;
  font-weight: 400; }

.category-blog .story img {
  margin: 2%;
  border-radius: 5px; }
.category-blog .copy a:not(.button):hover, .category-blog .story a:not(.button):hover {
  color: #f79b64;
  border-bottom-color: none; }
.category-blog .story a:not(.button) {
  border-bottom: none; }

.story a:not(.button) {
  border-bottom: 0px solid #ddd !important; }

/* ======================================================
    GForm
  ====================================================== */
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: 5px; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  width: auto;
  height: 14px;
  padding: 0;
  margin: 0 5px 0 5px;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  display: inline-block; }

p[id] {
  margin-top: 100px; }

.gform_widget {
  border-radius: 20px 20px 0px 0px;
  padding-top: 40px; }
  .gform_widget .section-title h4 {
    color: #196CB6;
    margin-top: 40px; }
  .gform_widget .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    color: #196CB6;
    margin-top: 20px; }
  .gform_widget .gform_wrapper .gfield_required {
    color: red !important; }
  .gform_widget .gform_wrapper label {
    font-weight: 400; }
  .gform_widget .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 400;
    color: #196CB6; }

/*
	textarea, input, select, button {
	    width: 100%;
	    background-color: #fff;
	    border: 1px solid $bp-grey;
	    color: #8f8f8f;
	    font-family: "Hind", Helvetica, Arial, sans-serif;
	    font-size: 1.5rem;
	    border-radius: 5px;
	}
*/
/* ======================================================
    NextGenn Slide Show
  ====================================================== */
.lgmj-main-container {
  padding-left: 86px;
  padding-right: 86px;
  padding-bottom: 80px;
  background: #fff; }

.widget_slideshow, .hslice {
  margin-bottom: 40px; }
  .widget_slideshow img, .hslice img {
    border-radius: 10px; }

.ngg_slideshow, .hslice {
  padding-bottom: 50px; }

.breadcrumbs-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px !important; }
  .breadcrumbs-container p {
    color: #9CA6AF; }

.breadcrumbs-events {
  margin: 10px 0px !important;
  width: 100%;
  font-size: 1.6rem; }

.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px !important;
  display: inline-block;
  margin: 0 0 15px;
  overflow: hidden;
  color: #9CA6AF !important;
  font-size: 1.6rem; }

nav.bread-crumbs li {
  color: #9CA6AF !important; }

nav.bread-crumbs a {
  color: #F37021 !important; }

nav.bread-crumbs a:hover {
  color: #F37021 !important; }

.parent-pageid-644 .list-grid:first-child {
  border-radius: 5px 5px 0px 0px; }

/*
#navcontainer {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	border-radius: 5px 5px 0px 0px;
	padding: 30px 0;
	text-align: left;
	background-color: $bp-yellow;

	ul {
	list-style-type: none;
	margin: 0 0 0 0!important;
	li:first-child {
		margin: 0 0 0 50px;
		padding: 29px 20px 29px 20px;
}
	li {
		display: inline;
		padding: 29px 20px;
		a {

		text-decoration: none;
		color: $bp-dk-blue;
		}

	  &:hover {
	  	color: $bp-dk-blue;
		background-color:darken($bp-yellow,5%)!important;
		transition: all 0.3s ease;
		text-decoration: none;
		color:lighten($bp-dk-blue,5%);
	  }
	  &:active {
	    background-color:darken($bp-yellow,5%);
	    box-shadow: none;
	  }

	}
	.selected { background-color: $bp-dk-yellow; padding: 30px 20px;	}
	}
}
*/
/* Margin & Padding for articles and career blocks   */
.margin-bottom-block {
  margin-bottom: 80px; }

/* ======================================================
    TABS
  ====================================================== */
.nav-tabs {
  padding-left: 86px;
  background: #fff; }

#tabs-container {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 30px 0;
  text-align: left;
  background-color: #196CB6;
  margin-bottom: 20px; }
  #tabs-container ul {
    list-style-type: none; }
    #tabs-container ul li:first-child {
      border-radius: 0px 0px 0px 0px;
      padding: 29px 20px 29px 20px; }
    #tabs-container ul li {
      display: inline;
      padding: 29px 20px; }
      #tabs-container ul li a {
        text-decoration: none;
        color: #ffffff; }
      #tabs-container ul li:hover {
        background-color: #165fa0 !important;
        transition: all 0.3s ease;
        text-decoration: none;
        color: white; }
      #tabs-container ul li:active {
        background-color: #165fa0 !important;
        box-shadow: none; }
    #tabs-container ul .selected {
      background-color: #15375F;
      padding: 29px 20px;
      color: #ffffff; }

ul#menu-top-left.nav.nav-horizontal {
  padding-top: 10px; }

/* ======================================================
    SUB NAV
  ====================================================== */
.sub-menu {
  background-color: #ffffff;
  line-height: normal;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05); }

.sub-menu li {
  width: 220px;
  border: none;
  border-bottom: 1px solid #F5F7FA; }

.sub-menu li a {
  padding: 8px 10px;
  background: none;
  color: #454545;
  text-transform: none;
  text-decoration: none; }

.sub-menu li a:hover {
  background-color: #F5F7FA !important;
  color: #15375F !important; }

.nav-vertical .sub-menu {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05); }

/* ======================================================
    Home Page
  ====================================================== */
.page-id-75 .wrapper-content {
  margin-top: 0px; }
.page-id-75 .swiper-slide {
  border-radius: 0px 0px 0px 0px; }
.page-id-75 .hp-location .list-grid {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background: transparent; }
.page-id-75 .hp-location .heading {
  font-size: 38px;
  color: #152431;
  line-height: 61px;
  margin-top: 10px; }
.page-id-75 .hp-location .content {
  padding: 0px;
  padding-top: 40px;
  padding-bottom: 5px; }
.page-id-75 .hp-location p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0rem !important; }
.page-id-75 .hp-location h5 {
  font-weight: 600;
  font-size: 16px;
  color: #FA0203;
  line-height: 22px; }
.page-id-75 .hp-location h6 {
  font-size: 14px;
  line-height: 14px;
  color: #152431; }
.page-id-75 .hp-map {
  height: 290px;
  /*
  		top: -30px;
  		position: relative;
  		float: right;
  		z-index: 666;
  */
  border-radius: 5px; }
.page-id-75 .hp-vets p {
  font-size: 18px !important;
  line-height: 28px; }
.page-id-75 .hp-vets .list-grid {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  padding: 75px; }
.page-id-75 .hp-vets .heading {
  font-size: 38px;
  color: #152431;
  line-height: 61px; }
.page-id-75 .hp-vets .content {
  padding: 0px;
  padding-top: 40px;
  padding-bottom: 5px; }
.page-id-75 .wrapper-site .list-masonry {
  padding-left: 10px;
  padding-right: 10px; }

.swiper-slide {
  border-radius: 5px 5px 0px 0px; }

.newsletter .heading {
  font-size: 3.6rem !important;
  line-height: 4.4rem;
  font-weight: 400;
  color: #196CB6;
  line-height: 61px;
  margin-top: 20px; }
.newsletter p {
  font-size: 18px;
  color: #152431;
  line-height: 26px; }
.newsletter .grid {
  padding-left: 86px;
  padding-right: 86px;
  background: #fff;
  border-radius: 5px 5px 0px 0px; }

.anchor {
  position: relative;
  top: -90px;
  display: block; }

/*
.single-tribe_events, .post-type-archive-tribe_events {
	  .grid {
		padding-left: 86px;
		padding-right: 86px;
		background: #fff;
		border-radius: 5px 5px 0px 0px;
		}
}
*/
.single-tribe_events .story h1 {
  color: #196CB6 !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  margin-bottom: 5px !important; }
.single-tribe_events .story h2 {
  font-weight: 400;
  color: #FFD07B;
  margin-bottom: 5px !important;
  line-height: 2.9rem; }
.single-tribe_events .story h4 {
  margin-bottom: 26px;
  font-size: 2rem;
  font-weight: 400; }

.single-newsletter ul {
  margin: 0 0 26px 35px; }
.single-newsletter ul li {
  margin: 0 0 6px; }
.single-newsletter .newsletter-nav ul li {
  list-style: none !important; }
.single-newsletter .story h1 {
  color: #196CB6 !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  margin-bottom: 5px !important; }
.single-newsletter .story h2 {
  font-weight: 400;
  color: #152431;
  margin-bottom: 5px !important;
  line-height: 2.9rem; }
.single-newsletter .story h4 {
  margin-bottom: 26px;
  font-size: 2rem;
  font-weight: 400; }
.single-newsletter .copy a:not(.button):hover, .single-newsletter .story a:not(.button):hover {
  color: #f79b64;
  border-bottom-color: none; }
.single-newsletter .story a:not(.button) {
  border-bottom: none; }

.single-post article {
  padding-top: 50px;
  padding-left: 86px;
  padding-right: 86px; }
.single-post .grid {
  /*
  		padding-top: 50px;
  		padding-left: 86px;
  		padding-right: 86px;
  */
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  /*
  	 .footer-content {
  		padding-left: 0px!important;
  		padding-right: 0px;
  		padding-top: 0px!important;
  		background: #c0c;
  	 }
  */ }
  .single-post .grid .heading h1 {
    font-size: 3.6rem !important;
    line-height: 4.4rem;
    color: #196CB6 !important;
    line-height: 61px;
    margin-top: 20px; }

.footer-grid, .footer-grid-container {
  background: #F5F7FA !important; }

/* ======================================================
    BIOS
  ====================================================== */
.bios .grid article {
  padding-right: 40px; }
.bios .grid h4 {
  margin-top: 20px; }

.bio img, .bios img {
  border-radius: 20px; }

/* ======================================================
    Newsletter SIgn Up
  ====================================================== */
.newsletter-signup {
  background-color: #D6F8F8;
  border-radius: 5px;
  padding-right: 20px;
  margin-top: 60px;
  height: 170px; }
  .newsletter-signup .heading {
    font-size: 34px;
    color: #196CB6;
    line-height: 61px;
    margin-top: 10px; }
  .newsletter-signup p {
    font-size: 18px;
    color: #152431;
    line-height: 26px; }
  .newsletter-signup .excerpt p:not(:first-child) {
    margin-top: 0rem; }
  .newsletter-signup .left-content {
    width: 170px;
    height: 170px;
    border-radius: 5px 0px 0px 5px;
    float: left;
    background-image: url(/wp-content/uploads/2016/06/img-newsletter.png);
    /*
    		  position: absolute;
    		  z-index: 666;
    */ }
  .newsletter-signup .center-content {
    margin-left: 50px;
    width: 390px;
    display: inline-block; }
  .newsletter-signup .right-content {
    width: 185px;
    float: right;
    padding-top: 6%; }

p.ctct-form-footer {
  font-size: 12px !important;
  line-height: 18px !important;
  margin-top: 20px !important; }

/* ======================================================
    Newsletter SIgn Up Vet
  ====================================================== */
.newsletter-signup-vet {
  background-color: #D6F8F8;
  border-radius: 5px;
  padding-right: 20px;
  margin-top: 60px;
  height: 170px; }
  .newsletter-signup-vet .heading {
    font-size: 34px;
    color: #196CB6;
    line-height: 61px;
    margin-top: 10px; }
  .newsletter-signup-vet p {
    font-size: 18px;
    color: #152431;
    line-height: 26px; }
  .newsletter-signup-vet .excerpt p:not(:first-child) {
    margin-top: 0rem; }
  .newsletter-signup-vet .left-content {
    width: 170px;
    height: 170px;
    border-radius: 5px 0px 0px 5px;
    float: left;
    background-image: url(/wp-content/uploads/2016/06/img-newsletter-companion.png); }
  .newsletter-signup-vet .center-content {
    margin-left: 50px;
    width: 390px;
    display: inline-block; }
  .newsletter-signup-vet .right-content {
    width: 185px;
    float: right;
    padding-top: 6%; }

.phone-number {
  display: block; }

.directions {
  margin-top: 5%; }

 /* ======================================================
	 right column nav
  ====================================================== */
.side-nav, .side-nav-FAQ, .side-nav-leadership, .side-nav-vet-leadership, .side-nav-is-this-emergency {
  line-height: 30px;
  text-align: right;
  padding: 15px;
  background-color: rgba(145, 210, 196, 0.2);
  border-radius: 8px; }
  .side-nav a, .side-nav-FAQ a, .side-nav-leadership a, .side-nav-vet-leadership a, .side-nav-is-this-emergency a {
    font-size: 14px; }
  .side-nav ul li, .side-nav-FAQ ul li, .side-nav-leadership ul li, .side-nav-vet-leadership ul li, .side-nav-is-this-emergency ul li {
    list-style: none; }

.side-nav-row {
  max-height: 10px; }

.side-nav-FAQ {
  top: -1500px; }

.side-nav-leadership {
  top: -5800px; }

.side-nav-vet-leadership {
  top: -7660px; }

.side-nav-is-this-emergency {
  top: -180px; }

.side-nav-locations {
  margin-left: 60px; }
  .side-nav-locations h5:not(:first-child) {
    margin-top: 20px !important; }
  .side-nav-locations ul {
    margin: 0 0 0 0 !important;
    margin-top: 0px; }
    .side-nav-locations ul li {
      list-style: none; }
  .side-nav-locations img {
    border-radius: 10px; }
  .side-nav-locations .excerpt p:not(:first-child) {
    margin-top: 0rem; }
  .side-nav-locations .gallery-rollover {
    /*BLUR*/ }
    .side-nav-locations .gallery-rollover img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
    .side-nav-locations .gallery-rollover img:hover {
      -webkit-filter: blur(2px); }

.column-push-down {
  margin-top: 40px; }

.bottom-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F7FA; }

.medical-articles, .medical-services {
  margin-bottom: 50px;
  text-align: center; }
  .medical-articles img, .medical-services img {
    border-radius: 10px;
    width: 90%;
    height: 90%;
    border: 1px solid #F5F7FA; }
  .medical-articles .articles-cat, .medical-services .articles-cat {
    margin-left: 80px; }
  .medical-articles .articles-exotics, .medical-services .articles-exotics {
    margin-left: 80px; }

.careers img {
  border-radius: 10px;
  width: 90%;
  height: 90%; }

.text-wrap {
  float: left;
  margin-right: 10px; }

.page-design p:first-child {
  padding-top: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #152431;
  font-style: italic; }
.page-design p:not(:first-child) {
  margin-top: 1rem !important; }
.page-design img {
  border-radius: 20px;
  margin-top: 10px; }
.page-design ul {
  font-family: 'Hind', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-left: 0px;
  list-style-type: none;
  color: #152431;
  margin: 0 0 0 0 !important;
  margin-top: 0px; }
.page-design h4 {
  font-weight: 400;
  font-size: 20px;
  color: #196CB6;
  line-height: 30px;
  margin-top: 1.5rem; }
  .page-design h4 a:active {
    color: #196CB6 !important; }
  .page-design h4 a:hover {
    color: #196CB6 !important; }
.page-design h5 {
  font-weight: 400;
  font-size: 20px;
  color: #196CB6;
  line-height: 28px;
  margin-top: 1.5rem; }
  .page-design h5 a:active {
    color: #196CB6 !important; }

.page-design-trials img {
  border-radius: 20px;
  margin-top: 10px; }
.page-design-trials h4 {
  font-weight: 400;
  font-size: 20px;
  color: #196CB6;
  line-height: 30px;
  margin-top: 1.5rem; }
  .page-design-trials h4 a:active {
    color: #196CB6 !important; }
  .page-design-trials h4 a:hover {
    color: #196CB6 !important; }
.page-design-trials h5 {
  font-weight: 400;
  font-size: 20px;
  color: #196CB6;
  line-height: 48px;
  margin-top: 0px; }
  .page-design-trials h5 a:active {
    color: #196CB6 !important; }

.page-design-locations p:first-child {
  padding-top: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #196CB6;
  font-style: italic; }
.page-design-locations ul {
  font-family: 'Hind', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-left: 0px;
  list-style-type: none;
  color: #152431;
  margin: 0 0 0 0 !important;
  margin-top: 0px; }
.page-design-locations h5 {
  font-weight: 400;
  font-size: 20px;
  color: #196CB6;
  line-height: 40px;
  margin-top: 0px; }
  .page-design-locations h5 a:active {
    color: #196CB6 !important; }

.page-design-rounded {
  margin-bottom: 50px; }
  .page-design-rounded img {
    border-radius: 20px; }

/* ======================================================
	Forms
	===================================================== */
.single-post .category-forms .meta-info {
  display: none !important;
  margin-top: -20px; }

.search-results .archive .meta-info {
  display: none !important;
  margin-top: -20px; }

.category-dogs .grid header .section-title, .category-cats .grid header .section-title, .category-birds .grid header .section-title, .category-exotics .grid header .section-title {
  margin-bottom: 5px !important;
  color: #c0c; }
.category-dogs .meta-info, .category-cats .meta-info, .category-birds .meta-info, .category-exotics .meta-info {
  display: none !important;
  margin-top: -20px; }
.category-dogs .button, .category-cats .button, .category-birds .button, .category-exotics .button {
  font-size: 14px;
  padding: 5px 10px; }

.page-template-page-med-articles {
  margin-bottom: 50px; }
  .page-template-page-med-articles img {
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px; }

.page-template-page-med-articles .logo img {
  border-radius: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important; }

.footer-grid img {
  border-radius: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important; }

.page-template-page-med-articles .layers-masonry-column > p:nth-child(2) {
  padding-top: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #152431;
  font-style: italic; }

#field_58_15 {
  margin-top: -20px !important;
  margin-bottom: 20px !important; }

#field_58_19 {
  margin-top: -20px !important;
  margin-bottom: 20px !important; }

.blog_roll .section-title, .archive .section-title, .parent-pageid-91 .section-title {
  margin-bottom: 5px; }

div#layers-widget-column-3-347.layers-masonry-column.layers-widget-column-347.span-6.first.column {
  left: 5px !important; }

.gm-style {
  border-radius: 5px; }

/* ======================================================
	EVENTS
	===================================================== */
.ecs-event-list .entry-title a:active {
  color: #196CB6 !important; }
.ecs-event-list .entry-title a:visited {
  color: #196CB6 !important; }

li.ecs-event {
  list-style: none;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #9CA6AF;
  padding-bottom: 40px; }

li.ecs-event:last-child {
  border-bottom: none;
  padding-bottom: 0px; }

.page-template-page-portal .wrapper-site .list-grid {
  border-radius: 5px 5px 0 0;
  padding-top: 40px; }
.page-template-page-portal h1 {
  font-size: 3.6rem !important;
  line-height: 4.4rem;
  font-weight: 400;
  color: #196CB6 !important; }

/* ======================================================
    PAGE BACKGROUND COLORS
  ====================================================== */
.rounded-corner .list-grid {
  border-radius: 5px 5px 0px 0px; }

.page-id-131 .wrapper-site, .parent-pageid-131 .wrapper-site, .parent-pageid-644 .wrapper-site, .page-id-1458 .wrapper-site, .parent-pageid-1458 .wrapper-site, .single-post .wrapper-site, .page-id-725 .wrapper-site, .parent-pageid-725 .wrapper-site, .parent-pageid-136 .wrapper-site, .page-id-19085 .wrapper-site {
  background: #F5F7FA;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/2016/03/bkd-paw-petlibrary.png); }

.page-id-91 .wrapper-site, .parent-pageid-91 .wrapper-site {
  background: #F5F7FA;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/2016/03/bkd-paw-patientinfo.png); }

.parent-pageid-142 .wrapper-site, .page-id-142 .wrapper-site, .page-id-21 .wrapper-site, .page-id-168 .wrapper-site, .parent-pageid-168 .wrapper-site, .page-id-1399 .wrapper-site, .parent-pageid-145 .wrapper-site, .parent-pageid-1399 .wrapper-site, .page-id-18878 .wrapper-site, .page-id-18877 .wrapper-site, .page-id-18879 .wrapper-site {
  background: #F5F7FA;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/2016/03/bkd-paw-about.png); }

.page-id-159 .wrapper-site, .parent-pageid-159 .wrapper-site {
  background: #F5F7FA;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/2016/03/bkd-paw-careers.png); }

.parent-pageid-19 .wrapper-site, .page-id-19 .wrapper-site, .page-id-23 .wrapper-site, .page-id-153 .wrapper-site, .parent-pageid-153 .wrapper-site, .page-id-163 .wrapper-site, .parent-pageid-156 .wrapper-site, .page-id-157 .wrapper-site, .single-tribe_events .wrapper-site, .single-newsletter .wrapper-site, .page-id-15618 .wrapper-site, .parent-pageid-18442 .wrapper-site, .page-template-page-portal .wrapper-site {
  background: #F5F7FA;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/2016/03/bkd-paw-location.png); }

.location-header .list-grid, .location-nav .list-grid {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent; }
.location-header .column, .location-nav .column {
  margin-bottom: 0px; }

.location-header {
  margin-bottom: 20px; }

.location-nav {
  margin-bottom: 0px; }

#location-details ul {
  margin: 0x 0 0 0; }
  #location-details ul li {
    list-style: none; }

.map {
  border-radius: 20px; }

.small-map {
  margin-top: 20px;
  margin-bottom: 20px; }

#additional-locations ul {
  margin: 0 0 0 0; }
  #additional-locations ul li {
    list-style: none; }

.location-column {
  margin-left: 60px; }
  .location-column h5:not(:first-child) {
    margin-top: 20px !important; }
  .location-column ul {
    margin: 0 0 0 0 !important;
    margin-top: 0px; }
    .location-column ul li {
      list-style: none; }
  .location-column img {
    border-radius: 10px; }
  .location-column .excerpt p:not(:first-child) {
    margin-top: 0rem; }
  .location-column .gallery-rollover {
    /*BLUR*/ }
    .location-column .gallery-rollover img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
    .location-column .gallery-rollover img:hover {
      -webkit-filter: blur(2px); }

/* ======================================================
    Side Bar Placement
  ====================================================== */
.column-place {
  /*
  float:right;
  position: absolute;
  top: 100px;
  */ }

.offset-by-88 {
  margin-left: 60px; }

/* ======================================================
    Footer
  ====================================================== */
.footer-top {
  /*
  	background-color: #ffffff!important;
  	margin-top: -30px;
  	padding-bottom: 100px;
  */ }
  .footer-top .container {
    border-left: none;
    border-right: none; }
  .footer-top .list-grid {
    padding-left: 0;
    padding-right: 0;
    background: transparent; }

.footer-content .links {
  font-size: 12px; }
.footer-content .container {
  border-left: none;
  border-right: none; }
.footer-content .list-grid {
  background: transparent; }
.footer-content .footer-image {
  margin-top: -30px; }

.footer-site {
  background-color: #F5F7FA !important; }
  .footer-site .container {
    border-left: none;
    border-right: none; }
  .footer-site .list-grid {
    padding-left: 46px;
    padding-right: 46px;
    background: transparent; }
  @media screen and (max-width: 320px) {
    .footer-site {
      text-align: center; }
      .footer-site .list-grid {
        padding-left: 10px;
        padding-right: 10px; } }
  .footer-site .excerpt ul {
    margin: 0 0 0 0 !important; }

#footer-nav-main ul {
  margin: 0 0 0 0; }
  #footer-nav-main ul li {
    font-size: 1.4rem;
    display: inline;
    padding-left: 20px; }
#footer-nav-main a {
  color: #152431; }
  #footer-nav-main a :hover {
    color: #F5F7FA; }

#footer-nav-secondary ul li {
  font-size: 1.2rem;
  display: inline;
  padding-left: 18px; }
#footer-nav-secondary a {
  color: #152431; }
  #footer-nav-secondary a :hover {
    color: #F5F7FA; }

@media only screen and (max-width: 500px) {
  .page-child .wrapper-content, .page-parent .wrapper-content, .page-template {
    margin-top: 5px; }

  .page-child .list-grid, .page-child .list-masonry, .page-parent .list-grid, .page-parent .list-masonry, .page-template .list-grid, .page-template .list-masonry {
    padding-left: 10px;
    padding-right: 10px; }

  /*
  	#navcontainer {
  		padding: 15px 5px;
  		ul {
  		list-style-type: none;
  
  		li:first-child {margin: 0 0 0 0px;}
  		li {
  			display: block;
  			padding: 15px 5px;
  			a {	padding: 15px 5px;		}
  			a:active, a:hover {
  			padding: 15px 5px;
  			}
  
  		}
  		.selected { padding: 15px 5px;	}
  		}
  	}
  */
  .location-header .excerpt {
    text-align: center !important; }

  .location-column {
    margin-left: 20px; }

  .side-nav-locations {
    margin-left: 10px;
    margin-right: 10px; }
    .side-nav-locations .excerpt p:not(:first-child) {
      margin-top: 0rem; }

  .page-design img {
    margin-left: 0px; }

  .side-nav {
    float: none;
    position: relative;
    top: 0;
    left: 0; }

  .side-nav, .side-nav-FAQ, .side-nav-leadership, .side-nav-vet-leadership, .side-nav-is-this-emergency {
    top: 5px;
    width: 100%; }
    .side-nav ul li, .side-nav-FAQ ul li, .side-nav-leadership ul li, .side-nav-vet-leadership ul li, .side-nav-is-this-emergency ul li {
      text-align: left !important; }
    .side-nav .text-right, .side-nav-FAQ .text-right, .side-nav-leadership .text-right, .side-nav-vet-leadership .text-right, .side-nav-is-this-emergency .text-right {
      text-align: left !important; }

  /* ======================================================
      Newsletter Sign Up - Mobile
    ====================================================== */
  .newsletter-signup, .newsletter-signup-vet {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    height: 100%; }
    .newsletter-signup .heading, .newsletter-signup-vet .heading {
      font-size: 28px;
      line-height: 38px;
      margin-top: 0px;
      margin-bottom: 8px; }
    .newsletter-signup p, .newsletter-signup-vet p {
      font-size: 18px;
      color: #152431;
      line-height: 26px; }
    .newsletter-signup .excerpt p:not(:first-child), .newsletter-signup-vet .excerpt p:not(:first-child) {
      margin-top: 0rem; }
    .newsletter-signup .left-content, .newsletter-signup-vet .left-content {
      display: none; }
    .newsletter-signup .center-content, .newsletter-signup-vet .center-content {
      margin-left: 5px;
      width: 100%;
      display: inline-block; }
    .newsletter-signup .right-content, .newsletter-signup-vet .right-content {
      float: left;
      padding-top: 0px; } }
/* end mobile responsive */
@media only screen and (max-width: 768px) {
  .page-child .list-grid, .page-child .list-masonry, .page-parent .list-grid, .page-parent .list-masonry, .page-template .list-grid, .page-template .list-masonry {
    padding-left: 10px;
    padding-right: 10px; }

  .location-column {
    margin-left: 20px; }

  .site-details h3 {
    text-align: center; }

  .alignright {
    float: none; }

  .wrapper-site .list-grid {
    padding-left: 10px;
    padding-right: 10px; }

  .breadcrumbs {
    margin: 10px 10px; }

  .newsletter .grid {
    padding-left: 10px;
    padding-right: 10px; }

  .media-body {
    text-align: center; }

  /*
  	#navcontainer {
  		padding: 15px 5px;
  		ul {
  		list-style-type: none;
  
  		li:first-child {margin: 0 0 0 0px;}
  		li {
  			display: block;
  			padding: 15px 5px;
  			a {	padding: 15px 5px;		}
  			a:active, a:hover {
  			padding: 15px 5px;
  			}
  
  		}
  		.selected { padding: 15px 5px;	}
  		}
  	}
  */
  .nav-tabs {
    padding-left: 86px;
    background: #fff; }

  #tabs-container {
    padding: 15px 5px; }
    #tabs-container ul {
      list-style-type: none;
      margin: 0 0 0 0 !important; }
      #tabs-container ul li:first-child {
        margin: 0 0 0 0px; }
      #tabs-container ul li {
        display: block;
        padding: 15px 5px; }
        #tabs-container ul li a {
          padding: 15px 5px; }
        #tabs-container ul li a:active, #tabs-container ul li a:hover {
          padding: 15px 5px; }

  .page-child .wrapper-content, .page-parent .wrapper-content, .page-template {
    margin-top: 5px; }

  .side-nav-locations {
    margin-left: 20px;
    width: 100%; }

  .side-nav, .side-nav-FAQ, .side-nav-leadership, .side-nav-vet-leadership, .side-nav-is-this-emergency {
    top: 5px;
    width: 100%; }
    .side-nav ul li, .side-nav-FAQ ul li, .side-nav-leadership ul li, .side-nav-vet-leadership ul li, .side-nav-is-this-emergency ul li {
      text-align: left !important; }
    .side-nav .text-right, .side-nav-FAQ .text-right, .side-nav-leadership .text-right, .side-nav-vet-leadership .text-right, .side-nav-is-this-emergency .text-right {
      text-align: left !important; } }
/* end tablet responsive */
@media (max-width: 450px) {
  .page-template .list-grid.site-details .excerpt, .page-template .list-grid.site-details .text-right {
    text-align: center; } }
/* Iphone 6 Landscape  */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .directions {
    float: right;
    position: relative;
    top: -170px;
    margin-left: 75%; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .location-column {
    margin-left: 0px; } }
/* ======================================================
   Newsletter specific fix
  ====================================================== */
@media only screen and (min-width: 501px) and (max-width: 567px) {
  .newsletter-signup, .newsletter-signup-vet {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    height: 100%; }
    .newsletter-signup .heading, .newsletter-signup-vet .heading {
      font-size: 28px;
      line-height: 38px;
      margin-top: 0px;
      margin-bottom: 8px; }
    .newsletter-signup p, .newsletter-signup-vet p {
      font-size: 18px;
      color: #152431;
      line-height: 26px; }
    .newsletter-signup .excerpt p:not(:first-child), .newsletter-signup-vet .excerpt p:not(:first-child) {
      margin-top: 0rem; }
    .newsletter-signup .left-content, .newsletter-signup-vet .left-content {
      display: none !important; }
    .newsletter-signup .center-content, .newsletter-signup-vet .center-content {
      margin-left: 5px;
      width: 100%;
      display: inline-block; }
    .newsletter-signup .right-content, .newsletter-signup-vet .right-content {
      float: left;
      padding-top: 0px; }
    .newsletter-signup .media.medium .button, .newsletter-signup-vet .media.medium .button {
      margin-top: 0rem; } }
@media only screen and (min-width: 568px) and (max-width: 986px) {
  .newsletter-signup, .newsletter-signup-vet {
    height: 100%;
    padding-right: 10px; }
    .newsletter-signup .heading, .newsletter-signup-vet .heading {
      font-size: 28px !important;
      line-height: 38px;
      margin-top: 0px;
      margin-bottom: 8px; }
    .newsletter-signup .center-content, .newsletter-signup-vet .center-content {
      margin-left: 200px;
      width: 65%;
      display: block; }
    .newsletter-signup .right-content, .newsletter-signup-vet .right-content {
      float: left;
      padding-top: 0px;
      margin-left: 24px; }
    .newsletter-signup .media.medium .button, .newsletter-signup-vet .media.medium .button {
      margin-top: 0rem; } }
/* ======================================================
   Location Nav Container specific fix
  ====================================================== */
@media only screen and (max-width: 542px) {
  .nav_container li:first-child {
    margin: 0 0 0 0; }

  .nav_container li {
    width: 100%;
    display: block; } }
@media only screen and (min-width: 543px) and (max-width: 748px) {
  .nav_container {
    font-size: 1.4rem; }

  .nav_container li:first-child {
    margin: 0 0 0 0; }

  .nav_container li {
    padding: 29px 10px; } }
@media (max-width: 450px) {
  .nav_container li:first-child {
    margin: 0;
    padding: 29px 20px; } }
/* end nav fix */
@media (min-width: 769px) {
  .page-template .list-grid.site-details {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-type-archive-our-team .list-grid.site-details {
    margin-left: 20px; }
    .post-type-archive-our-team .list-grid.site-details .directions {
      margin-top: 5% !important;
      float: right !important;
      top: -200px !important;
      margin-left: 65% !important;
      margin-bottom: -200px !important;
      position: relative !important; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .post-type-archive-our-team .list-grid.site-details {
    margin-left: 10px; }
    .post-type-archive-our-team .list-grid.site-details .directions .text-right {
      text-align: center !important;
      margin-left: -10px;
      margin-top: -30px; }

  .image-top {
    margin-left: 10px; }

  .div.column.span-5.last.menu_third {
    width: 100%; } }
@media only screen and (min-width: 770px) and (max-width: 860px) {
  .column.span-5.last.menu_third {
    width: 100%; }

  .column.span-7.first.menu_second {
    width: 100%; } }
@media only screen and (min-width: 769px) {
  .admin-bar .header-sticky.is_stuck.is_stuck_show {
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); } }
/* ======================================================
    Helpers
  ====================================================== */
.sm-margin-top {
  margin-top: 10px; }

.sm-margin-bottom {
  margin-bottom: 10px; }

.sm-padding-top {
  padding-top: 10px; }

.sm-padding-bottom {
  padding-bottom: 10px; }

.md-margin-top {
  margin-top: 20px; }

.md-margin-bottom {
  margin-bottom: 20px; }

.md-padding-top {
  padding-top: 20px; }

.md-padding-bottom {
  padding-bottom: 20px; }

.lg-margin-top {
  margin-top: 30px; }

.lg-margin-bottom {
  margin-bottom: 30px; }

.xl-margin-top {
  margin-top: 60px; }

.xl-margin-bottom {
  margin-bottom: 60px; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.no-pad-right {
  padding-right: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.margin-left {
  margin-left: 50px !important;
  width: 800px; }

.weight-light {
  font-weight: 200; }

.weight-med {
  font-weight: 300; }

.bold {
  font-weight: 500; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-small {
  font-size: 60%; }

.txt-lg {
  font-size: 105% !important; }

.txt-xlg {
  font-size: 130% !important; }

.push-right {
  float: right; }

.push-left {
  float: left; }

/* ======================================================
    Template SetUp and General UI
  ====================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==== Over rides  ==== */
/* ==== Layout ==== */
/* ====  Navigation ==== */
.nav-text {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #9CA6AF;
  line-height: 13px; }