@charset "utf-8";
/* Primary colors/fonts 
 Orange: #f88f1c
 Dark Grey: #585858
 Fonts: "brandon_grotesque", Arial, Helvetica, sans-serif !important;
 Header fonts: font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
*/
body {
    font-family: 'brandon_grotesqueregular', sans-serif !important;
    font-size: 14px;
    line-height: 19px;
    background-color: #fff;
    color: #666666 !important;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.maroonColor .center-text h4 {
    font-size: 18px!important;
}
.joinCommunity .col-xs-12, .footMenu .col-xs-12, #wd_content_f2, #wd_content_w2, #wd_content_q1 {
    width: 100%
}
.joinGrowing-section-r p {
    font-size: 16px;
    line-height: 18px;
}
.joinGrowing-section-r p:last-child {
    margin-bottom: 20px
}
.noPad {
    padding: 0;
}
main {
    width: 100%;
    margin: 0 auto;
}
.onecolumn {
    width: 100%;
}
.twocolumn {
    float: left;
    width: 50%;
}
.threecolumn {
    float: left;
    width: 33.33%;
}
.tab-panel {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    clear: both;
}
.content_block {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.newsletterSection .content_block {
    display: block
}
.center {
    text-align: center;
}
.left {
    text-align: left !important;
}
.hide {
    display: none !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
/* Background colours */
.white {
    background-color: #fff;
}
.green {
    background-color: #53CEBC;
}
.orange {
    background-color: #f88f1c;
}
.grey {
    background-color: #f0eeeb;
}
.purple {
    background-color: #441844;
}
.white-text {
    color: #fff;
}
.green-text {
    color: #3ecbb6;
}
.orange-text {
    color: #f88f1c;
}
.grey-text {
    color: #f0eeeb;
}
.dark-text {
    color: #101820;
}
input[type=text], select {
    padding: 12px 12px;
    border-radius: 5px;
}
.pad-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* HEADINGS ==============================================================================================================================================================  */
h1 {
    font-size: 70px;
    font-weight: 500;
    text-transform: none;
    color: #090909;
}
h2 {
    font-size: 40px;
    color: #090909;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}
h3 {
    font-size: 32px;
    color: #090909;
    font-weight: 500;
    margin-top: 0;
}
h4 {
    font-size: 24px;
    color: #090909;
    font-weight: 500;
    margin-top: 0;
}
/* PARAGRAPHS ---- */
p {
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    color: #090909;
    font-weight: 400;
}
p strong {
    font-weight: 700;
}
sub, sup {
    font-size: 60%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li, ol li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
/* BUTTONS ======================================================================================================================= */
.btn {
    padding: 14px 34px;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    /* ease-in-out */
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    font-family: 'brandon_grotesque', sans-serif !important;
    font-weight: 550;/* ease-in-out */
}
.btn:hover {
    text-decoration: none !important;
    background: #D57D1A;
    color: #fff;
}
/* UPPER BANNER */
.upper_header {
    height: 36px;
    width: 100%;
    background-color: #441844;
    margin: 0 auto;
}
a.btn.green:hover {
    background: #1DAF9A;
}
.uh_content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    padding: 10px 20px
}
.uh_content_left {
    float: left;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}
.uh_content_left p {
    color: #fff;
    text-transform: uppercase;
}
.uh_content_right {
    float: right;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}
/* HEADER ================================================================================================================================ */
header {
    width: 100%;
    margin: 0 auto;
    height: 101px;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 9999;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.5);
}
.header-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.logo {
    width: 20%;
    background: url(../images/pawclub_logo.svg) no-repeat center !important;
    background-repeat: no-repeat !important;
    height: 32px;
    display: inline-block;
    margin: 37px auto 0;
    text-align: center;
}
.mm-item-4 {
    width: 25%;
}
.mm-item-5 {
    width: 20%;
}
.ext_nav {
    width: 10%;
    float: left;
    overflow: hidden;
    height: 95px;
}
.ext_nav_icon {
    width: 50%;
    float: left;
}
a.search {
    width: 23px;
    height: 23px;
    margin-right: 30px;
    background-image: url(../images/Search_Icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
a.paw {
    width: 29px;
    height: 29px;
    margin-right: 0;
    background-image: url(../images/pawclub_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/* Override for new paw menu trigger */
.paw-ovr {
    position: absolute;
    right: 43px;
    top: 32px;
    cursor: pointer;
}
header.sticky .paw-ovr {
    right: 43px;
    top: 12px;
}
.open a.paw, .open.mobPaw {
    background-image: url(../images/PawClub_Icon_Active.svg);
}
.open a.paw:after {
    content: none;
}
.services .navbar-nav .nav-item:first-child > a, .healthWellbeing .navbar-nav .nav-item > a#health, .behavior .navbar-nav .nav-item > a#behavior, .treatment .navbar-nav .nav-item > a#treatment {
    color: #f88f1c;
}
.services .navbar-nav .nav-item:first-child > a:after, .healthWellbeing .navbar-nav .nav-item > a#health:after, .behavior .navbar-nav .nav-item > a#behavior:after, .treatment .navbar-nav .nav-item > a#treatment:after {
    content: '';
    background-color: #f88f1c;
    width: 100%;
    height: 6px;
    top: 61px;
    left: 0;
    position: absolute;
}
.services .sticky .navbar-nav .nav-item:first-child > a:after, .healthWellbeing .sticky .navbar-nav .nav-item > a#health:after, .behavior .sticky .navbar-nav .nav-item > a#behavior:after, .treatment .sticky .navbar-nav .nav-item > a#treatment:after {
    top: 38px;
}
/* Breed widgets */
/* .breed-container {
  border:1px solid #DADBE6; 
  background: #f0eeeb;
  background: -moz-linear-gradient(top, #f0eeeb 0%, #f0eeeb 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f0eeeb 0%,#f0eeeb 50%,#ffffff 50%,#ffffff 50%,#ffffff 100%);
  background: linear-gradient(to bottom, #f0eeeb 0%,#f0eeeb 50%,#ffffff 50%,#ffffff 50%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeeb', endColorstr='#ffffff',GradientType=0 );
  height:310px;
  max-width:310px;
} */
.breed-img {
    text-align: center;
    width: 100%;
    flex-grow: 1;
}
.breed-img img {
    width: auto;
    max-height: 189px;
}
.breed-content {
    text-align: center;
}
.breed-content h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.breed-content h4 {
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.breed-content h4 a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.hli, .hga, .hse, .hfa, .hsi, .hgr {
    display: none
}
.search-icon-mob {
    display: none;
}
/* Navigation ====================================== */
/* Overrides for mobile to be refactored */
@media screen and (max-width: 767px) {
/* Menu items */
  /* Menu items */
.logo {
    width: 50%;
}
.upper_header {
    height: auto;
}
.uh_content {
    padding: 10px;
}
header {
    height: 50px;
    text-align: center;
}
header.sticky {
    position: relative;
}
header.sticky .paw-ovr {
    right: 43px;
    top: 12px;
}
header:after {
    clear: both;
    display: table;
}
header .logo {
    margin: 10px auto 0;
    display: inline-block;
}
a#search.mobilesearch:before {
    content: none!important;
}
header .navbar {
    padding: 0;
    min-height: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
}
header .navbar-nav {
    display: block;
    width: 100%;
}
header .mobPaw.paw {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.paw-ovr {
    right: 12px;
    top: 12px;
}
.navbar-toggle {
    float: none;
    position: absolute;
    left: 0;
    display: block;
    width: auto;
}
.navbar-toggle .icon-bar {
    background-color: #353a58;
    position: relative;
}
.navbar-toggle.collapsed .icon-bar {
    transform: rotate(0deg);
    opacity: 1;
}
.openMenu a.menu-item {
    border-bottom: 0px !important;
}
.sub-menu.openMenu li:first-child > a.menu-item strong {
    color: #f88f1c !important;
}
.sub-title a.menu-item {
    border-bottom: 1px solid #E5E5E5 !important;
}
a.menu-item.preNav {
    border-bottom: 2px solid #F88F1C !important;
    margin-bottom: 6px;
}
.navbar-toggle .icon-bar:nth-child(2) {
    transition: transform 250ms linear;
}
.navbar-toggle .icon-bar:nth-child(3) {
    transition: opacity 250ms linear;
}
.navbar-toggle .icon-bar:nth-child(4) {
    transition: transform 250ms linear;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg) translate(0px, 8px);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
}
li.nav-item.dropdown.mega-dropdown {
    width: 100%;
    float: left;
    padding: 0 20px;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    transform: rotate(-45deg) translate(0px, -9px);
}
div.mobileSearch {
    display: none;
}
nav.navbar.navbar-default {
    background-color: #fff;
    padding-bottom: 0px;
}
.mobileSearch .searchInput {
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 40px 10px 10px;
    text-transform: uppercase;
}
.nav-item.dropdown {
    line-height: 45px !important;
}
.mobileSearch button {
    position: absolute;
    background: url(../images/search.png);
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    right: 55px;
    top: 28px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
}
li.nav-item.dropdown.mega-dropdown.open a {
    color: #000 !important;
}
ul.navbar-nav {
    padding-left: 0;
}
.navbar-nav > li {
    float: none;
}
.openMenu a.menu-item {
    border-bottom: 0px !important;
}
.nav-item.dropdown {
    padding: 0 50px;
}
.navbar-nav .dropdown > a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    position: relative;
    margin-right: 0;
    color: #000;
}
a.menu-item strong {
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
}
li.nav-item.dropdown.mega-dropdown.open a {
    border-bottom: 3px solid #6D3F6D;
}
header .navbar-nav {
    display: block;
    width: 100%;
    float: left;
}
.navbar-nav .dropdown > a:before {
    content: '';
    border-top: 1px solid #acacac;
    border-right: 1px solid #acacac;
    transform: rotate(45deg);
    position: absolute;
    right: 9px;
    top: 14px;
    width: 8px;
    height: 8px;
}
.nav-item.dropdown {
    line-height: 45px;
}
nav.navbar-default .navbar-nav > .open > a {
    font-size: 16px;
    transition: all 250ms ease-in-out;
    color: #555;
}
nav.navbar-default .navbar-nav > .open > a:not(.paw):after, nav.navbar-default .navbar-nav > .open > a:not(.search):after {
    background-color: #6d3f6d;
    height: 2px;
    top: 36px;
}
nav.navbar-default .navbar-nav > .open > a:hover, nav.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
}
div.slide-nav {
    background-color: #fff;
    padding: 0;
    position: static;
    box-shadow: none;
}
.sub-menu li > a.menu-item {
    padding: 10px 5px;
    display: block;
    position: relative;
    text-align: left;
    color: #000;
}
.sub-menu li:first-child > a.menu-item {
    border-bottom: 1px solid #e7e7e7;
}
.sub-menu li:first-child > a.menu-item:after {
    content: '+';
    right: 0;
    font-size: 22px;
    position: absolute;
}
.sub-menu.openMenu li:first-child > a.menu-item {
    color: #f88f1c;
    border-bottom-color: #f88f1c;
}
.sub-menu.openMenu li:first-child > a.menu-item:after {
    content: '-';
    color: #f88f1c;
}
.sub-menu li:not(:first-child) > a.menu-item {
    padding: 0;
}
nav .megamenu .col-md-2 {
    width: 100%;
}
.megamenu .sub-menu {
    height: 42px;
    overflow: hidden;
}
.megamenu .sub-menu.openMenu {
    height: auto;
}
li.sub-title:not(:first-child) {
    margin-bottom: 8px;
    margin-left: 20px;
}
.uh_content_left {
    display: none;
}
.uh_content_right {
    width: 100%;
}
#mobPawMenu .col-xs-12::-webkit-scrollbar {
 width: 1em;
}
#mobPawMenu .col-xs-12::-webkit-scrollbar-track {
 border-radius: 3px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#mobPawMenu .col-xs-12::-webkit-scrollbar-thumb {
 border-radius: 3px;
 background-color: #00bd86;
 outline: 2px solid slategrey;
}
#mobPawMenu .col-xs-12::-webkit-scrollbar:vertical {
 display: none;
}
#mobPawMenu .col-xs-12.mainWrap {
    padding-left: 0;
    padding-right: 0;
}
#mobPawMenu .col-xs-12 {
/* width: 100vw; */
    /* overflow-x: scroll; */
}
.maroonColor .center-text h3 {
    font-size: 27px;
}
}
/* Tabbed content ====================================================================================== */
.nav-tabs li:before {
    content: none!important
}
.nav-tabs li span {
    font-weight: bold;
}
.tab-content>.active {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    opacity: 1;
}
.tab-content .active .pad {
    margin-right: 0 !important;
}
.product_content {
}
.product_content .pad {
    margin-right: 15%;
}
.product_content h2 {
    text-align: left;
    text-transform: uppercase !important;
    font-size: 30px;
}
.prod_image_content {
    min-height: 400px;
    background-color: #ffffff;
}
.prod_image {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
.tab_btn {
    margin: 0 auto;
}
.tab-content .article-item.featured {
    height: 250px;
}
.tab-content .article-item.featured .article-item_content {
    background-color: #fff;
    height: 250px;
}
.tab-content .article-item.featured .article-item_viewport {
    height: 250px;
}
/* End tabs */
.services #infowindow-content {
    display: none;
}
.services #infowindow-content .title {
    font-weight: bold;
}
.services #map #infowindow-content {
    display: inline;
}
.services .tab-content {
    min-height: 821px;
    padding: 0;
    margin-top: -10px;
    max-width: 100%;
}
.services .tab-content > .active {
    max-width: none;
}
.services .tab-content #places, .services .tab-content #vets {
    margin-top: 10px;
    height: 90px;
}
.services .tab-content #places .col-md-6 {
    padding-left: 0;
    padding-right: 0
}
.services .tab-content #places .mapSearchBoxes, .services .tab-content #vets .mapSearchBoxes {
    padding: 25px 75px;
}
.services .tab-content #places {
    color: #fff;
}
.services .tab-content #places .filterText {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    border-top: 6px solid #fff;
}
.services .tab-content #places .mapSearchBoxes {
    background-color: #6d3f6d;
}
.services .tab-content #vets {
    color: #111c24;
}
.services .tab-content #vets .filterText {
    color: #111c24;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    border-top: 6px solid #fff;
}
.services .tab-content #vets .mapSearchBoxes {
    background-color: #53cebc;
}
.services .col-xs-12:not(.input), .services .col-sm-6:not(.input) {
    padding: 0;
}
.services .mapSearchBoxes {
    text-align: center;
}
.services .mapSearchBoxes .input {
    margin-bottom: 22px;
    padding: 0 15px;
}
.services .mapSearchBoxes .input.dropper {
    position: relative;
}
.services .mapSearchBoxes .input.dropper .dropList {
    display: block;
    text-align: left;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
    z-index: 1;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.services .mapSearchBoxes .input.dropper .dropList.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.services .mapSearchBoxes .input.dropper .dropList a {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.services .mapSearchBoxes .input.dropper .dropList a:last-child {
    margin-bottom: 0;
}
.services .mapSearchBoxes .input.dropper input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.services .mapSearchBoxes .input.dropper .input-group-addon {
    background-color: #fff;
    border: 1px solid #dadbe6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.services .mapSearchBoxes .input.dropper:hover .dropList, .services .mapSearchBoxes .input.dropper:focus .dropList, .services .mapSearchBoxes .input.dropper:focus-within .dropList, .services .mapSearchBoxes .input.dropper .show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.input.dropper:hover .dropList, .input.dropper:focus .dropList, .input.dropper:focus-within .dropList, .input.dropper .show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.services .mapSearchBoxes .input.locationSearch {
    position: relative;
}
.services .mapSearchBoxes .input.locationSearch input {
    padding-left: 53px;
}
.services .mapSearchBoxes .input.locationSearch .fa-location {
    position: absolute;
    width: 21px;
    height: 21px;
    margin: auto;
    display: inline-block;
    transform: translateY(-25%);
    overflow: visible;
    top: 50%;
    left: 37px;
}
.services .mapSearchBoxes input {
    color: #101820;
    padding: 13px 20px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #dadbe6;
    width: 100%;
}
.services .mapSearchBoxes input:disabled {
    background-color: #fff;
    color: #101820;
}
.services .mapSearchBoxes .btn {
    background-color: #f88f1c;
    margin-bottom: 10px;
    display: none
}
.services .mapBox {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.services .mapBox .tab-content {
    background: none;
}
.services .mapBox .mapWrapper {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}
.services .placesText p, .services .vetText p, .services .placesText a, .services .vetText a {
    text-align: center;
    padding: 10px 75px 45px;
    display: block;
}
.services .placesText p:hover, .services .vetText p:hover, .services .placesText a:hover, .services .vetText a:hover, .services .placesText p:active, .services .vetText p:active, .services .placesText a:active, .services .vetText a:active, .services .placesText p:focus, .services .vetText p:focus, .services .placesText a:focus, .services .vetText a:focus {
    text-decoration: none;
}
.services .placesText p, .services .placesText a {
    color: #fff;
    background-color: #6d3f6d;
}
.services .vetText p, .services .vetText a {
    color: #111c24;
    background-color: #53cebc;
}
.services .nav-tabs {
    max-width: none;
    border-top: none;
    display: flex;
    flex-direction: row;
    padding-top: 40px
}
.services .nav-tabs li {
    float: left;
    width: 50%;
    max-width: none;
}
.services .nav-tabs li a {
    padding: 35px 30px 6px;
    display: block;
    text-align: center;
    -webkit-transition: none;
    transition: none;
    font-size: 28px;
    line-height: 30px;
    text-transform: none;
    font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    height: auto;
}
.services .nav-tabs li a svg {
    height: 45px;
    display: block;
    margin: 0 auto 12px;
}
.services .nav-tabs li a:hover, .services .nav-tabs li a:active, .services .nav-tabs li a:focus {
    border-bottom: none;
    padding: 35px 30px 6px;
}
.services .nav-tabs li.active {
    position: relative;
}
.services .nav-tabs li.active a {
    border-bottom: none;
    padding: 35px 30px 6px;
}
.services .nav-tabs li.active a:hover, .services .nav-tabs li.active a:active, .services .nav-tabs li.active a:focus {
    border-bottom: none;
    padding: 35px 30px 6px;
}
.services .nav-tabs li.active.placeItem:before, .services .nav-tabs li.active.vetItem:before {
    content: '' !important;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    top: -35px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.services .nav-tabs li.active.placeItem:before {
    background-color: #6d3f6d;
}
.services .nav-tabs li.active.vetItem:before {
    background-color: #53cebc;
}
.services .nav-tabs li:first-child a {
    color: #fff;
    background-color: #6d3f6d;
    border-bottom: none;
}
.services .nav-tabs li:first-child a:hover, .services .nav-tabs li:first-child a:active, .services .nav-tabs li:first-child a:focus {
    color: #fff;
    background-color: #6d3f6d;
}
.services .nav-tabs li:first-child.active a {
    color: #fff;
    background-color: #6d3f6d;
}
.services .nav-tabs li:last-child a {
    color: #111c24;
    background-color: #53cebc;
}
.services .nav-tabs li:last-child a:hover, .services .nav-tabs li:last-child a:active, .services .nav-tabs li:last-child a:focus {
    color: #111c24;
    background-color: #53cebc;
}
.services .nav-tabs li:last-child.active a {
    color: #111c24;
    background-color: #53cebc;
}
.services .nav-tabs li.placeItem {
    background-color: #6d3f6d;
}
.services .nav-tabs li.vetItem {
    background-color: #53cebc;
}
.services .nav-tabs li.vetItem a {
    border-bottom: none;
}
@media (max-width: 991px) {
.services .mapBox {
    position: static;
}
.services .tab-content {
    margin-top: 0;
    min-height: 192px;
}
.mapViewList.vetMapShown {
    display: none
}
.mapWrapper #map.vetMapShown {
    left: 0;
    margin: 0
}
}
@media (max-width: 767px) {
.services .nav-tabs .placesText a, .services .nav-tabs .vetText a, .services .nav-tabs .placesText p, .services .nav-tabs .vetText p {
    padding: 39px 20px 5px;
}
.hideSmall {
    display: none
}
.servicesHeading {
    margin-bottom: 30px
}
.services .nav-tabs li a {
    border: none;
    min-height: 180px;
    font-size: 18px;
    line-height: 21px;
}
.services .nav-tabs li > div {
    z-index: -1;
    display: none;
}
.services .nav-tabs li.active > a {
    padding: 35px 30px 25px;
    font-size: 18px;
    line-height: 21px;
}
.services .nav-tabs li.active > a:hover, .services .nav-tabs li.active > a:active, .services .nav-tabs li.active > a:focus {
    padding: 35px 30px 25px;
    font-size: 18px;
    line-height: 21px;
}
.services .nav-tabs li.active > div {
    width: 200%;
    z-index: 99999;
    overflow: hidden;
    margin-bottom: -10px;
    display: block;
}
.services .nav-tabs li.vetItem.active > div {
    transform: translateX(-50%);
}
.services .tab-content {
    margin-top: 0;
    min-height: 267px;
}
.services .tab-content #places .mapSearchBoxes, .services .tab-content #vets .mapSearchBoxes {
    padding: 25px 20px;
    display: flex;
    flex-direction: column
}
.services .tab-content #places .mapSearchBoxes .input, .services .tab-content #vets .mapSearchBoxes .input {
    padding: 0;
}
.services .mapSearchBoxes .input.locationSearch {
    order: 2
}
.services .mapSearchBoxes .input.dropper .dropList {
    top: -245px
}
 .services .mapSearchBoxes .input.dropper:hover .dropList, .services .mapSearchBoxes .input.dropper:focus .dropList, .services .mapSearchBoxes .input.dropper:focus-within .dropList {
 transform: translateY(83%);
}
.services .tab-content #places .mapSearchBoxes .input.locationSearch .fa-location, .services .tab-content #vets .mapSearchBoxes .input.locationSearch .fa-location {
    left: 17px;
}
}
#map.vetMapShown {
    left: 15px;
    margin: 0 15px
}
.mapBox.vetMapShown {
    width: 100%;
}
.mapList > .form-check {
    text-align: left;
}
.mapList label {
    font-size: 16px;
    line-height: 20px;
    color: #111C24;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mapList .form-check-input {
    position: absolute;
    opacity: 0;
}
.mapList .form-check-input + label {
    position: relative;
    margin-left: 30px
}
.mapList .form-check-input + label:before {
    content: '';
    margin-right: 10px;
    margin-left: -30px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    transition: background-color 300ms ease-in-out, opacity 300ms ease-in-out;
}
.mapList .form-check-input:hover + label:before {
    background-color: #F4BE83;
}
.mapList .form-check-input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(218, 219, 230, 1);
}
.mapList .form-check-input:checked + label:before {
    background-color: #F88F1C;
}
.mapList .form-check-input:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.mapList .form-check-input:disabled + label:before {
    box-shadow: none;
    background-color: #ddd;
}
.mapList .form-check-input:checked + label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 9px;
    background-color: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mapWrapper {
    position: relative;
    margin-bottom: 30px;
}
.mapWrapper #map {
    min-height: 630px;
}
.mapWrapper #map p {
    color: #000
}
.mapWrapper .mapOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 100px;
    max-width: 40%;
}
.mapWrapper .mapSelector {
    position: relative;
}
.mapWrapper .mapSelector ul {
    height: 0;
    overflow: hidden;
    position: absolute;
}
.mapWrapper .mapSelector:hover ul {
    height: auto;
}
.slide-nav#searchbox {
    right: calc(20% - 100px);
    width: 40%;
    left: auto;
}
.slide-nav#searchbox .desktopSearch {
    display: flex
}
.slide-nav#searchbox .searchInput {
    margin-right: 10px;
    flex-grow: 1
}
span.weight.semiWide {
    width: 280px;
    float: left;
}
/* paw menu start ==================================================================================================== */
#pawmenu.slide-nav, .pawmenu.slide-nav {
    width: 100%;
    left: auto;
    background-color: #fff;
    right: 0;
    max-width: 850px;
}
#pawmenu .row, .pawmenu .row {
    display: flex;
}
#pawmenu .row .wide, .pawmenu .row .wide {
    width: 400px;
}
.row.slider.conditionSlider, .row.slider.placesSlider {
    width: 100%;
}
#pawmenu .row .gender .top, .pawmenu .row .gender .top, #pawmenu .row .spay .top, .pawmenu .row .spay .top {
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}
#pawmenu .row .gender.male .top, .pawmenu .row .gender.male .top {
    background: url(../images/male.png);
}
#pawmenu .row .gender.female .top, .pawmenu .row .gender.female .top {
    background: url(../images/female.png);
}
#pawmenu .row .gender.both .top, .pawmenu .row .gender.both .top {
    background: url(../images/bothFade.png);
}
#pawmenu .row .spay.nonSpayed .top, .pawmenu .row .spay.nonSpayed .top {
    background: url(../images/nonspayed.png);
}
#pawmenu .row .spay.spayed .top, .pawmenu .row .spay.spayed .top {
    background: url(../images/check_orange.png);
}
.pawmenu .row .wide:last-child, #pawmenu .row .semiWide, .pawmenu .row .semiWide {
    flex-grow: 1;
}
span.location.wide {
    float: left;
}
#pawmenu .row .narrow, .pawmenu .row .narrow {
    width: 213px;
}
#pawmenu .row > span, .pawmenu .row > span {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 80px;
    color: #101820;
    background-color: #f0ebf0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#pawmenu .row span:last-child, .pawmenu .row span:last-child {
    border-right: none;
}
#pawmenu .row span .top, .pawmenu .row span .top {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    color: #111C24;
    line-height: 30px;
    text-transform: capitalize;
}
#pawmenu .row.row2 span .top, .pawmenu .row.row2 span .top {
    font-size: 25px;
}
#pawmenu .row span .bottom, .pawmenu .row span .bottom {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    display: block;
    color: #000;
}
#pawmenu .row span.location, .pawmenu .row span.location {
    text-transform: uppercase;
    display: none
}
#pawmenu .row span.birthday, .pawmenu .row span.birthday {
    display: none
}
#pawmenu .dogFace, .pawmenu .dogFace {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    float: left;
    overflow: hidden;
    margin-right: 16px;
    border: 4px solid #53CEBC;
}
#pawmenu .dogFace img, .pawmenu .dogFace img {
    width: auto;
    height: 100%;
}
#pawmenu .dogRow, .pawmenu .dogRow {
    margin-bottom: 16px;
    padding: 0;
    display: flex;
    align-items: flex-end;
}
#pawmenu .dogRow, .pawmenu .dogRow {
    padding: 0;
}
#pawmenu .row:first-child > span:first-child, .pawmenu .row:first-child > span:first-child {
    border-top-left-radius: 4px;
}
#pawmenu .row:first-child > span:last-child, .pawmenu .row:first-child > span:last-child {
    border-top-right-radius: 4px;
}
#pawmenu .dogRow .selector, .pawmenu .dogRow .selector {
    text-transform: uppercase;
    margin-left: 60px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding-bottom: 12px;
}
#pawmenu .dogRow .selector span, .pawmenu .dogRow .selector span {
    position: relative;
    color: #000!important;
    font-size: 12px;
    line-height: 20px;
}
#pawmenu .dogRow .selector span:after, .pawmenu .dogRow .selector span:after {
    content: '';
    border-top: 1px solid #090909;
    border-right: 1px solid #090909;
    transform: rotate(135deg);
    position: absolute;
    right: -20px;
    top: 0;
    width: 8px;
    height: 8px;
}
#pawmenu .dogName, .pawmenu .dogName {
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-size: 24px;
    color: #111C24;
    line-height: 37px;
}
#pawmenu .dogButton, .pawmenu .dogButton {
    background-color: #f0f1f7;
    max-width: none;
    font-weight: 400;
    padding: 17px 10px 17px;
    text-align: center;
    margin: 0 0 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    float: right;
    height: 56px;
    border: 1px solid #DADBE6;
}
#pawmenu .dogButton img, .pawmenu .dogButton img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.dogList span.dogFace {
    border: 3px solid #53CEBC !important;
}
#pawmenu .dogButton:hover, .pawmenu .dogButton:hover, #pawmenu .dogButton:active, .pawmenu .dogButton:active, #pawmenu .dogButton:focus, .pawmenu .dogButton:focus {
    background-color: #f6f6fa;
    transition: background-color 200ms ease-in-out;
}
#pawmenu .dogList, .pawmenu .dogList {
    background-color: #fff;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.75);
    padding: 10px;
    min-width: 188px;
    width: auto;
    position: absolute;
    z-index: 999;
    display: none;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 16px;
}
#pawmenu .selector:hover .dogList, .pawmenu .selector:hover .dogList, #pawmenu .selector:active .dogList, .pawmenu .selector:active .dogList, #pawmenu .selector:focus .dogList, .pawmenu .selector:focus .dogList {
    display: block;
}
#pawmenu .dogList ul, .pawmenu .dogList ul {
    list-style: none;
    padding-left: 0;
}
#pawmenu .dogList li, .pawmenu .dogList li {
    padding: 4px;
}
#pawmenu .dogList li a, .pawmenu .dogList li a {
    max-width: none;
    display: flex;
    align-items: center;
}
#pawmenu .dogList li.active, .pawmenu .dogList li.active {
    background-color: #53CEBC;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom:4px;
}
#pawmenu .dogList .dogFace, .pawmenu .dogList .dogFace {
    vertical-align: bottom;
    width: 30px;
    height: 30px;
}
#pawmenu .dogList ul span:after, .pawmenu .dogList ul span:after {
    content: none !important;
}
#pawmenu .slider, .pawmenu .slider {
    background-color: #f0ebf0;
    padding: 17px 10px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #fff;
}
a.dogButton.col-md-3 {
    margin-right: 0;
}
#pawmenu .slider .sleeve, .pawmenu .slider .sleeve {
    display: flex;
    margin-bottom: 6px;
}
#pawmenu .dogButton:hover {
    background: #53CEBC;
    color: #fff;
    border: 1px solid #53CEBC;
}
a.dogButton.col-md-offset-3.col-md-6 {
    width: 200px;
}
.dogRow .col-xs-5 {
    padding-left: 0;
}
#pawmenu .slider .rowTitle, .pawmenu .slider .rowTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
#pawmenu .sliderWrapper, .pawmenu .sliderWrapper {
    overflow: hidden;
    margin: 0 60px;
}
#pawmenu .slider ul, .pawmenu .slider ul {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    padding-left: 0;
    position: relative;
}
#pawmenu .dogLeft, .pawmenu .dogLeft, #pawmenu .dogRight, .pawmenu .dogRight {
    height: 0.1px;
    width: 0.1px;
    font-size: 0.1px;
}
#pawmenu .dogLeft:after, .pawmenu .dogLeft:after {
    content: '';
    border-top: 1px solid #090909;
    border-right: 1px solid #090909;
    transform: rotate(225deg);
    position: relative;
    display: inline-block;
    right: -27px;
    top: -12px;
    width: 26px;
    height: 26px;
}
#pawmenu .dogRight:after, .pawmenu .dogRight:after {
    content: '';
    border-top: 1px solid #090909;
    border-right: 1px solid #090909;
    position: relative;
    display: inline-block;
    top: -12px;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    right: 54px;
}
#pawmenu .slider:last-child, .pawmenu .slider:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.slider li {
    display: inline-block;
    background-color: #fff;
    padding: 7px 37px;
    border-radius: 100px;
    max-height: 32px;
    margin-right: 28px;
    color: #111C24;
    text-transform: capitalize;
}
@media (max-width: 991px) {
.pawmenu > div {
    background-color: #f0eeeb;
    padding: 16px 18px 20px;
}
#pawmenu.slide-nav {
    width: 100%;
}
.pawmenu.slide-nav {
    width: 100%;
}
.pawmenu .row > span {
    background-color: #53cebc;
    border-bottom: 1px solid #a9e6dd;
}
.pawmenu .row.slider {
    background-color: #53cebc;
    border-bottom: 1px solid #a9e6dd;
}
.pawmenu .row.slider:last-child {
    border-bottom: none;
}
.pawmenu .row > span {
    border-bottom: none;
}
.pawmenu .row > span {
    border-right: 1px solid #a9e6dd;
    border-bottom: 1px solid #a9e6dd;
}
.pawmenu .row .wide {
    width: 60%;
}
.pawmenu .row.row2 .narrow {
    width: 40%;
}
#pawmenu .dogButton {
/* float: left; */
}
.pawmenu .dogButton {
    float: left;
    background-color: #fff;
}
#pawmenu .dogButton:first-of-type, .pawmenu .dogButton:first-of-type {
    margin-bottom: 5px;
}
#pawmenu .noPad, .pawmenu .noPad {
}
#pawmenu .row.row2 span .top, .pawmenu .row.row2 span .top {
    font-size: 18px;
}
}
@media (max-width: 474px) {
.pawmenu .dogRow .selector {
    margin-left: -10px;
}
.pawmenu .dogRow .dogButton {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.pawmenu .dogRow .noPad {
    padding: 0;
}
}
/* paw menu finish ========================================================================================================= */
/* Overrides for mobile to be refactored */
.mobileSearch, .mobPaw.paw {
    display: none;
}
.navbar {
    position: static;
    margin-bottom: 0;
    height: 100%;
}
.navbar .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    border-radius: 0;
}
.nav-item.dropdown {
    position: static;
    justify-content: space-around;
    flex: 1 1 auto;
    max-width: 134px;
}
.nav-item.dropdown:last-child a {
    margin-right: 0;
}
.slide-nav {
    display: none;
    width: 100%;
    background-color: #f0eeeb;
    padding: 22px 30px 42px;
    top: 101px;
    left: 0;
    z-index: 9999;
    position: absolute;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.sticky .slide-nav {
    top: 55px;
}
nav {
    width: 80%;
    float: right;
}
nav a:not(.menu-item) {
    display: inline-block;
    max-width: 93px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #090909;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.navbar-nav {
    list-style-type: none !important;
    position: static;
    display: flex;
    width: 80%;
    height: 100%;
    align-items: center;
}
.navbar-default .navbar-nav > .open > a {
    background-color: #fff;
    color: #f88f1c;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #f88f1c;
}
.navbar-default .navbar-nav > .open > a:not(.paw):after, .navbar-default .navbar-nav > .open > a:not(.search):after {
    content: '';
    background-color: #f88f1c;
    width: 100%;
    height: 6px;
    top: 61px;
    left: 0;
    position: absolute;
}
.navbar-default .navbar-nav > .open > a.paw:after, .navbar-default .navbar-nav > .open > a.search:after {
    content: none;
}
.sticky .navbar-default .navbar-nav > .open > a:after {
    top: 38px;
}
.megamenu {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.megamenu .sub-menu {
    float: left;
}
a.menu-item {
    font-size: 16px;
    text-transform: none !important;
    color: #090909;
    line-height: 20px;
}
a.menu-item:hover {
    color: #f88f1c;
}
a.menu-item strong {
    text-transform: uppercase !important;
    font-size: 14px;
}
.megamenu .col-md-2 {
    width: 20%;
}
.sub-menu-callout {
    border-radius: 5px;
    background-color: #441844;
    padding: 20px;
}
li.sub-title {
    margin-bottom: 18px;
}
/* CONTENT ========================================================================================================================= */
/* Panel content general styles */
.onecolumn p, .twocolumn p, .threecolumn p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "brandon_grotesque", Arial, Helvetica, sans-serif;
    color: #363636;
}
.onecolumn .mapWrapper p, .twocolumn .mapWrapper p, .threecolumn .mapWrapper p {
    font-size: initial;
    line-height: initial;
    font-weight: initial;
    font-family: initial;
    color: #fff;
}
.hero_content h2 {
    font-size: 40px;
    line-height: 38px;
}
.content_block h2 {
    text-align: center;
    font-size: 25px;
    font-family: 'brandon_grotesqueregular', arial;
    font-weight: normal;
    margin-bottom: 30px;
}
/* Specific Content ============================================ */
/* Error Validation */
.alert-form {
    text-align: center;
    margin-top: -10px;
    color: red;
}
/* Banner search */
.banner-search {
    width: 100%;
    z-index: 100;
    position: relative;
    top: -125px;
    margin-bottom: -145px;
    padding: 38px 10px;
    /*background-image: url(../images/shade_bg.png);*/
  
    background-color: rgba(0,0,0,0.2);
    background-repeat: repeat;
    border-top: 1px solid #fff;
}
.bs-search {
    width: 100%;
    max-width: 1100px;
}
.bs-text p {
    max-width: 234px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin: 0 auto;
}
.bs-text p + p {
    text-transform: none
}
.bs-select {
    width: 100%;
    max-width: 160px;
    margin-right: 20px;
    float: left;
    vertical-align: middle;
    display: table-cell;
}
.bs-select select {
    padding: 15px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
}
.bs-breed {
    width: 100%;
    max-width: 230px;
    margin-right: 20px;
    float: left;
    display: table-cell;
    vertical-align: middle;
}
.bs-breed select {
    padding: 15px 35px 15px 15px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.bs-breed.inlineSearchList {
    max-width: 325px
}
.bs-input {
    width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 20px;
    display: table-cell;
    vertical-align: middle;
}
.bs-input.inlineSearchinput {
    max-width: 265px
}
.bs-input input {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    color: black !important;
    text-transform: uppercase;
}
.bs-button {
    float: left;
}
.bs-button-nofloat {
    padding-bottom: 20px;
}
/* Center first panel text */
.center-text {
    width: 100%;
    max-width: 1100px;
    text-align: center;
}
.center-text .pad {
    padding: 30px 10%;
}
.center-text h3 {
    font-size: 50px;
    color: #101820;
    text-align: center;
    font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    margin-bottom: 20px;
}
.center-text-white h3 {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    margin-bottom: 20px;
}
.center-text h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #101820;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.onecolumn.center-text p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #101820;
}
.center {
    text-align: center;
}
.headliner h4 {
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    text-transform: none;
    font-size: 28px;
}
/* Green double comumn */
.greencol {
    color: #fff;
    text-align: center;
    padding: 30px 80px;
}
.greencol h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
}
.greencol p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.greencol a {
    color: #f88f1c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.gc-right {
    border-left: 1px solid #fff;
}
/* Purple double comumn */
.purplecol {
    color: #fff;
    text-align: center;
    padding: 30px 80px;
    margin-bottom: 20px;
}
.purplecol h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
}
.purplecol p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.purplecol a {
    color: #f88f1c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.pc-right {
    border-left: 1px solid #fff;
}
/* Centre aligned button banner */
.button-banner .pad {
    padding: 30px 0;
}
.tf-column {
    padding: 30px 15px;
    min-height: 200px;
    text-align: center;
}
.tf-column h4, #rightdog h4 {
    font-size: 18px;
    text-transform: uppercase;
}
.tf-column img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tf-column-m {
    padding: 30px 15px;
    min-height: 200px;
    text-align: center;
    background-color: #d4d4d4;
}
.tf-column-m h4 {
    font-size: 18px;
    text-transform: uppercase;
}
.tf-column-m img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Poll */
.poll_panel {
    padding: 30px 15px;
}
/* Testimonials */
.tml_panel {
    padding: 50px 15px;
    text-align: left;
}
.tml_content em {
    color: #fff;
}
/* HERO BANNERS ================================================================================================================================= */
.hero_container {
    position: relative;
    width: 100%;
    height: 660px;
    margin-bottom: 0;
    background-color: #f1f1f1;
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: visible !important;
    background-position: center top !important;
}
.hero_content {
    width: 100%;
    max-width: 1100px;
}
.hero_content .pad {
    padding-top: 100px;
}
.hero_content h2 {
    color: #fff;
    font-size: 60px;
    line-height: 73px;
    letter-spacing: 0;
    text-align: left;
    font-family: 'abril-fatface', 'brandon_grotesqueregular', Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    text-transform: none !important;
    margin-bottom: 20px;
}
.hero_content h3 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.hero_content p {
    line-height: 20px;
    color: #fff;
}
.hero-text {
    width: 100%;
    max-width: 380px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
}
.hero_content a {
    color: #fff;
    text-decoration: underline;
}
.head_btn {
    padding-bottom: 30px;
    max-width: 239px;
}
.head_btn .btn {
    margin: 0;
}
.rw_surr {
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../images/shade_bg.png);
    background-repeat: repeat;
    margin-top: 30px;
}
.rw-content {
    text-align: center;
}
.rw-content h3 {
    text-align: center;
}
/* CAROUSELS ====================================================================================================================== */
.flexslider {
    padding: 0 !important;
    height: auto;
}
.flexslider ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.flex-control-paging li a {
    background: #9f9f9f !important;
}
.flex-control-paging li a.flex-active {
    background: #dedada !important;
}
.flex-prev {
    display: inline-block;
    background-image: url(../image/left_car_arrow.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 68px;
    color: #f7911f;
    text-shadow: none;
}
.flex-next {
    display: inline-block;
    background-image: url(../image/right_car_arrow.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 68px;
    color: #f7911f;
    text-shadow: none;
}
.slider_fullwidth .grey .content_block {
    max-width: 1340px;
}
.comm_slide p {
    color: #fff;
    text-align: right !important;
    font-size: 12px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.comm_slide a {
    color: #fff;
    text-align: right !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 700;
}
.comm_slide span {
    font-size: 18px !important;
    font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    line-height: 18px !important;
}
.comm_right .pad {
    padding: 70px 160px 70px 60px;
    text-align: center;
}
.comm_right h3 {
    font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 40px;
}
.comm_right select {
    font-size: 13px;
}
.slides li {
    margin-bottom: 0 !important;
}
/* Double column carousel ==================================================== */
.pt_sliders {
    padding: 0 20px 50px 20px;
}
.pt_sliders .car_slides {
    width: 100% !important;
}
/* Left column ============================== */
.pt_sliders_col1 {
    width: 50%;
    float: left;
}
.pt_sliders_col1_inner {
    padding: 40px;
    border-radius: 10px;
    min-height: 850px;
}
.pt_sliders_col1_inner h4 {
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
    font-size: 40px;
    color: #090909;
    font-weight: 500;
    text-align: center;
}
.pt_sliders_col1_inner p {
    font-size: 16px !important;
    line-height: 24px;
    text-align: center;
    padding: 0 50px;
}
.pt_popname_table {
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.pt_popname_tab-left {
    width: 47%;
    margin-right: 3%;
    float: left;
}
.pt_popname_tab-left span {
    width: 100%;
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #090909;
    color: #090909;
    font-weight: 700;
    margin-bottom: 3px;
}
.pt_popname_tab-right {
    width: 47%;
    margin-left: 3%;
    float: left;
}
.pt_popname_tab-right span {
    width: 100%;
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #090909;
    color: #090909;
    font-weight: 700;
    margin-bottom: 3px;
}
.pt_rm-panel {
    width: 100%;
    margin: 0 auto;
}
.pt_rm {
    width: 100%;
    overflow: hidden;
}
.pt_rm_image {
    width: 50%;
    float: left;
    min-height: 177px;
}
.pt_rm_text {
    width: 50%;
    float: left;
    background-color: #fff;
    padding: 20px;
    color: #090909;
    font-size: 12px;
    min-height: 177px;
}
.pt_rm_text a {
    color: #f88f1c;
    text-transform: uppercase;
}
.pt_rm_text span {
    text-transform: uppercase;
    font-size: 16px;
}
/* Right column ============================== */
.pt_sliders_col2 {
    width: 50%;
    float: left;
}
.pt_sliders_col2_inner {
    padding: 40px;
    border-radius: 10px;
    min-height: 850px;
}
.pt_sliders_col2_inner h4 {
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
    font-size: 40px;
    color: #090909;
    font-weight: 500;
    text-align: center;
}
.pt_sliders_col2_inner p {
    font-size: 16px !important;
    line-height: 24px;
    text-align: center;
    padding: 0 50px;
}
.pt_dogname_table {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pt_dogname_tab-inner {
    width: 100%;
}
.pt_dogname_tab-inner a {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #090909;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #090909;
}
.pt_dogname_tab-inner a:hover {
    color: #f88f1c;
}
.pt_dogname_buttons {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.pt_dogname_buttons a.pt_dn_btn_left {
    height: 177px;
    width: 49%;
    float: left;
    margin-right: 1%;
    background-color: #441844;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    font-family: 'abril-fatface', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-position: center;
}
.pt_dogname_buttons a.pt_dn_btn_right {
    height: 177px;
    width: 49%;
    float: left;
    margin-left: 1%;
    background-color: #441844;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    font-family: "abril-fatface", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-position: center;
}
.pt_rmarg {
    margin-right: 2%;
}
.pt_lmarg {
    margin-left: 2%;
}
/* Wysiwyg content styles ======================================================================  */
.bullets li {
    margin-bottom: 20px;
}
.content__inner-col p, .article-item__description p {
    font-size: 18px !important;
}
.authorable .article-item__heading a {
    font-size: 28px !important;
}
.main_content img {
    margin: 0 auto;
}
/* Tabbed content ====================================================================================== */
.nav-tabs {
    border-bottom: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin: 0 auto;
    padding-top: 15px;
    border-top: 5px solid #363636;
    max-width: 950px;
    text-align: center;
    display: flex;
    justify-content: space-between
}
.dogTabbedArea .nav-tabs {
    border-top: none
}
.nav-tabs li:before {
    content: none !important;
}
.nav-tabs li span {
    font-weight: bold;
}
.nav-tabs > li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.nav-tabs > li > a {
    line-height: 14px;
    border: none;
    border-bottom: 5px solid #fff;
    border-radius: 0;
    color: #565656;
    padding: 10px 0 30px 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.dogTabbedArea .nav-tabs > li {
    max-width: none
}
.dogTabbedArea .nav-tabs > li > a {
    color: #111C24;
    border-bottom: 3px solid #000;
}
.dogTabbedArea .nav-tabs > li.active > a, .dogTabbedArea .nav-tabs > li > a:focus, .dogTabbedArea .nav-tabs > li > a:hover {
    color: #F88F1C;
    padding: 12px 0
}
.dogTabbedArea .nav-tabs > li > a:before {
    margin: 0 auto 10px;
    display: block;
    content: '';
    background-image: url(/assets/images/tabsprite.png);
    background-repeat: no-repeat;
    height: 42px;
    overflow: hidden;
}
.dogTabbedArea .nav-tabs > li.breedTab > a:before {
    width: 53.35px;
    background-position: -112px -9px;
}
.dogTabbedArea .nav-tabs > li.breedTab.active > a:before {
    background-position: -179px -10px;
}
.dogTabbedArea .nav-tabs > li.ageTab > a:before {
    width: 44px;
    background-position: -8px -7px;
}
.dogTabbedArea .nav-tabs > li.ageTab.active > a:before {
    background-position: -57px -7px;
}
.dogTabbedArea .nav-tabs > li.locationTab > a:before {
    width: 30.63px;
    background-position: -123px -56px;
}
.dogTabbedArea .nav-tabs > li.locationTab.active > a:before {
    background-position: -190px -56px;
}
.dogTabbedArea .nav-tabs > li.conditionTab > a:before {
    width: 31px;
    background-position: -15px -63px;
}
.dogTabbedArea .nav-tabs > li.conditionTab.active > a:before {
    background-position: -62px -63px;
}
.dogTabbedArea .tab-content {
    background-color: #fff;
    padding: 20px 0 60px;
}
.dogTabbedArea .tab-content {
    width: 100%;
    display: block;
}
.dogTabbedArea .userDogHeader {
    width: 100%;
    display: block;
    padding: 30px 10px 10px
}
.dogTabbedArea .userDogHeader img {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    max-height: 500px;
}
.dogTabbedArea .userDogHeader .dogSizeMarker {
    position: relative;
    display: none;
}
.dogTabbedArea .userDogHeader .dogSizeMarker, .dogTabbedArea .dogTabHeader {
    max-width: 1050px;
    margin: 0 auto;
}
.dogTabbedArea .dogTabHeader, .dogTabbedArea .houndGroupfoot {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #80849B;
    color: #6D3F6D;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 12px;
}
.dogTabbedArea .houndGroupfoot {
    border-bottom: none;
    text-align: left;
    padding-bottom: 0
}
.dogTabbedArea .dogTabHeader .dogHeadLeft, .dogTabbedArea .houndGroupfoot .left {
    position: relative;
    padding-left: 20px;
    display: none;
}
.dogTabbedArea .dogTabHeader .dogHeadLeft:before, .dogTabbedArea .houndGroupfoot .left:before {
    content: url(/assets/images/dogTabPaw.svg);
    width: 14px;
    height: 16px;
    position: absolute;
    left: 0;
    display: none;
}
.dogTabbedArea .dogTabHeader .dogHeadRight, .dogTabbedArea .houndGroupfoot .right {
    float: right;
    display: none;
}
.dogTabbedArea .dogTabHeader .dogHeadRight #fb-share-button {
    background: none;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    width: 14px;
    margin-left: 10px;
}
.dogTabbedArea .dogTabHeader .dogHeadRight #fb-share-button:after {
    content: url(/assets/images/dogTabFb.svg);
    height: 14px
}
.dogTabbedArea .dogTabHeader .dogHeadRight .twitter_icon {
    display: inline-block;
    width: 14px;
    position: relative;
    top: 1px
}
.dogTabbedArea .dogTabHeader .dogHeadRight .twitter_icon:after {
    content: url(/assets/images/dogTabtw.svg);
    height: 14px
}
.dogTabbedArea .userDogHeader .dogSizeMarker img {
    width: 100px;
    margin: 0;
    margin-left: 15%;
    position: relative;
    top: 1px
}
.dogTabbedArea .dogTabContentWrapper {
    padding: 30px 10px
}
.dogTabbedArea .dogTabContentWrapper h2 {
    font-family: 'abril-fatface', sans-serif;
    font-size: 30px;
    line-height: 1
}
.dogTabbedArea .dogTabContentWrapper p:last-of-type, .dogTabbedArea .dogTabContentWrapper a.btn {
    margin-bottom: 20px
}
.dogTabbedArea .dogTabContentWrapper .links {
    margin-top: 0
}
.dogTabbedArea .dogTabContentWrapper .calc {
    margin-bottom: 20px
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar, .breed-container {
    width: 100%;
    border: 1px solid #DADBE6;
    border-top-width: 2px;
    padding: 10px;
    margin-bottom: 20px;
    background: rgb(240,238,235);
    position: relative;
    min-height: 254px;
    background: -moz-linear-gradient(top, rgba(240,238,235,1) 0%, rgba(240,238,235,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,238,235,1) 0%, rgba(240,238,235,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(240,238,235,1) 0%, rgba(240,238,235,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeeb', endColorstr='#ffffff', GradientType=0 );
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar .houndGroupDog {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar .houndGroupDog img, .breed-container img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar h2, .dogTabbedArea .dogTabContentWrapper .houndGroupSimilar .title {
    font-family: 'brandon_grotesqueregular', sans-serif;
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar h2 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0
}
.dogTabbedArea .dogTabContentWrapper .tabHeader {
    font-family: "abril-fatface", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar h3 {
    font-family: "abril-fatface", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
}
.dogTabbedArea .dogTabContentWrapper .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar > span {
    float: right;
    width: 50px
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar .smallDog {
    content: url(/assets/images/smallMarker.svg);
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar .medDog {
    content: url(/assets/images/mediumMarker.svg);
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar .largeDog {
    content: url(/assets/images/largeMarker.svg);
}
.breedList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.similerBreed ~ section :after {
    content: none
}
.breedList .wd_surr {
    width: 100%;
    padding: 0 1%;
}
.breedList:after {
    content: '';
    flex: auto;
}
.breedList .wd_surr::last-of-type {
 margin-left: 20px
}
@media screen and (min-width: 480px) {
.breedList .wd_surr {
    width: 50%;
}
}
@media screen and (min-width: 768px) {
.breedList .wd_surr {
    width: 33.3%;
}
}
@media screen and (min-width: 1024px) {
.breedList .wd_surr {
    width: 25%;
}
}
.breed-container {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 478px) {
.dogTabbedArea .nav-tabs > li > a,  .dogTabbedArea .nav-tabs > li.active > a,  .dogTabbedArea .nav-tabs > li.active > a:hover,  .dogTabbedArea .nav-tabs > li.active > a:active,  .dogTabbedArea .nav-tabs > li.active > a:focus {
    border-bottom-width: 5px;
    padding: 10px 34px;
}
}
@media(max-width:767px) {
form.form-horizontal.ng-pristine.ng-valid {
    width: 100%;
    float: left;
}
.white-container {
    background-color: white;
    padding: 0px 0px;
}
.input-large, .input-xlarge {
    min-height: 0;
    width: 100%;
}
}
@media screen and (min-width: 768px) {
.dogTabbedArea .nav-tabs > li > a,  .dogTabbedArea .nav-tabs > li.active > a,  .dogTabbedArea .nav-tabs > li.active > a:hover,  .dogTabbedArea .nav-tabs > li.active > a:active,  .dogTabbedArea .nav-tabs > li.active > a:focus {
    padding: 12px 0;
}
.dogTabbedArea .houndGroup {
    border-top: 1px solid #80849B;
    padding-top: 20px
}
.dogTabbedArea .houndGroup > div {
    display: flex;
    justify-content: space-between;
}
.dogTabbedArea .dogTabContentWrapper .houndGroupSimilar {
    width: 30%;
}
.dogTabbedArea .dogTabContentWrapper .calc {
    padding-left: 15px;
    padding-right: 15px
}
.dogTabbedArea .dogTabContentWrapper .tabHeader {
    font-size: 50px;
    line-height: 1
}
}
.nav-tabs > li > a:hover {
    text-decoration: none;
    color: #ff671f;
    border: none;
    background-color: transparent;
    border-bottom: 5px solid #ff671f;
    cursor: pointer;
}
.nav-tabs > li.active > a {
    color: #ff671f;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #ff671f;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ff671f;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #ff671f;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}
.tab-content {
    width: 100%;
    border-left: none;
    border-right: none;
    min-height: 510px;
    margin-top: 0;
    overflow: hidden;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
services.tab-content > .active {
    text-align: left;
}
.tab-content table {
    border-right: 1px solid #ff671f;
}
.tab-content table tbody tr th {
    padding: 5px;
    background-color: #ff671f;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
.tab-content table tbody tr td {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #ff671f;
    border-bottom: 1px solid #ff671f;
    line-height: 16px;
    background-color: #fff;
}
.tabbed-section {
    padding-top: 0 !important;
    margin-top: 0;
    float: left;
    width: 960px;
}
.tab-container {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
}
.dogTabbedArea .tab-container {
    background-color: #F0EEEB;
    background: -moz-linear-gradient(top, rgba(240,238,235,1) 0%, rgba(240,238,235,1) 500px, rgba(255,255,255,1) 500px, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,238,235,1) 0%, rgba(240,238,235,1) 500px, rgba(255,255,255,1) 500px, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(240,238,235,1) 0%, rgba(240,238,235,1) 500px, rgba(255,255,255,1) 500px, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeeb', endColorstr='#ffffff', GradientType=0 );
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.col-sm-8 {
    width: 100%;
    padding: 2% 0 2% 0;
}
.col-md-4 {
    margin: 0;
}
.col-sm-4 {
}
.tiles {
    margin: 0;
}
/* OPTIONAL ELEMENTS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Active sticky nav content padding */
/* Fixed 'sticky' behaviour */
.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 800;
    border-top: 0;
    margin: 0 auto;
    transition: all 0.2s ease-in-out !important;
}
.sticky + .selectable-content {
    padding-top: 140px;
}
header.sticky {
    height: 55px;
    transition: all 0.2s ease-in-out !important;
}
.sticky .logo {
    margin-top: 10px;
}
.sticky nav {
    margin-bottom: 0;
}
/* ARTICLES ========================================================================================================================= */
.artp-content {
    padding: 30px 0;
    overflow: hidden;
    padding-top: 0;
}
.article-feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.article-item {
    flex: 0 1 33.333%;
    height: 250px;
    padding-right: 0;
    margin-bottom: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.article-item.featured {
    width: 100% !important;
    height: 340px;
}
.article-item_viewport {
    position: relative;
    width: 50%;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}
.article-item.featured .article-item_viewport {
    height: 340px;
}
.article-item_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
}
.article-subject {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #090909;
}
#wd_content_w2 li.all.j-social-icon.highlight {
    background: transparent !important;
    border-bottom: 0px !important;
}
.article-item_heading {
    height: auto;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #090909;
    text-align: left;
    margin-bottom: 9px;
}
.article-item_heading a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #090909;
    font-family: 'Abril Fatface', cursive !important;
}
.article-item_content {
    width: 50%;
    float: left;
    padding: 15px;
    height: 250px;
    background-color: #fcfcfc;
}
.article-item.featured .article-item_content {
    background-color: #fff;
    height: 340px;
}
.authorable A.article-item_link-button {
    display: inline-block;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #090909;
}
.authorable A.article-item_link-button:hover {
    color: #D57D1A !important;
    text-decoration: underline;
}
#dogAge_senior a.article-item_link-button:hover {
    color: #D57D1A !important;
    text-decoration: underline;
}
.article_surr {
    width: 33.33%;
    float: left;
}
.article-item_description P {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0;
    color: #090909 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 18px;
}
.article_sort {
    position: absolute;
    right: 0;
    z-index: 30;
    margin-top: 25px;
}
.article_surr {
    display: none;
}
/* Load More */
.loadMore {
    padding: 13px 30px;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #ff6400;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    width: 28%;
    min-width: 200px;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    clear: both;
    text-align: center;
    margin-top: 30px;
}
#rightdog .loadMore {
    background: none;
    color: #000;
    text-decoration: underline;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.loadMore:hover {
    color: #ffffff;
    text-decoration: none;
    ;
    background-color: #0075bc;
}
#rightdog .loadMore:hover {
    color: #ff6400
}
#loadMore {
    padding: 10px;
    text-align: center;
    color: #090909;
    background-color: #f88f1c;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 24px !important;
    text-transform: uppercase;
    background-image: url(../images/down-arrows.png);
    background-repeat: no-repeat;
    background-position: 70%;
}
#loadMore:hover {
    color: #090909;
    text-decoration: none;
}
.art_search {
    width: 100%;
    padding: 15px 20px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.art_text {
    width: 17%;
    padding-right: 10px;
    float: left;
    font-size: 16px;
    padding-top: 15px;
}
.art_select {
    width: 23%;
    padding-right: 10px;
    float: left;
}
.art_select select {
    width: 100%;
    border: 1px solid #ddd;
}
.art_select_search {
    width: 13%;
    float: left;
}
.artp_surr {
    width: 50%;
    float: left;
}
.ar_surr {
    width: 50%;
    float: left;
}
.article-item_description P {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0;
    color: #090909 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 18px;
}
.article_sort {
    position: absolute;
    right: 0;
    z-index: 30;
    margin-top: 25px;
}
.article_surr {
    display: none;
}
/*.artp_surr {
	display: none;
}*/
.ar_surr {
    display: none;
}
/* FOOTER ========================================================================================================================= */
footer {
    width: 100%;
    margin: 0 auto;
    height: 108px;
    background-color: #f88f1c;
}
.footer-inner {
    width: 100%;
    max-width: 1100px;
    padding: 25px 0;
}
.footer-logo {
    max-width: 125px;
}
/*ACCORDIONS */
.ac-container div article>p {
    Margin-top: 1px;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ac-container div article>p span {
    color: #b4015c!important;
    font-weight: 700;
}
.article__body li {
    font-size: 16px;
    color: #666666 !important;
}
.article-header {
    font-size: 26px;
    padding-bottom: 15px
}
.faq-sectionheading {
    display: none
}
.ac-container {
    width: 100%;
    margin: 10px auto 30px;
    text-align: left
}
.ac-container label {
    position: relative;
    text-transform: uppercase;
    z-index: 20;
    margin-bottom: 1px;
    width: 100%!important;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #000000;
    line-height: 33px;
    font-size: 18px!important;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}
.ac-container input, .footer-standard, .header-standard, .nav-megamenu, .page-controls {
    display: none
}
.ac-container label:hover {
    background: transparent
}
.ac-container input:checked+label:after, .ac-container label:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 21px;
    right: 0;
    top: 20px;
    background: url(../images/expand_btn.svg) 0 1px no-repeat
}
/*.ac-container input:checked ~ article.ac-small {
 height:auto !important;
 overflow:inherit !important;
}*/
.ac-container label h2 {
    color: #000000;
    line-height: 24px;
    font-size: 24px!important;
    margin: 0;
    font-weight: 700 !important;
}
.ac-container div {
    margin-bottom: 29px;
}
.ac-container article p, .ac-container article ul {
    color: #727272!important;
    line-height: 21px!important;
    font-size: 18px!important
}
/*.ac-container input:checked+label:after {
	background: url(../images/faq-pluminus.png) 0 -34px
}*/
.ac-container article {
    margin-top: -2px;
    overflow: auto;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}
.ac-container article p {
    padding: 25px;
}
.ac-container article ul {
    padding: 25px;
}
.ac-container input:checked~article {
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear;
    transition: height .5s ease-in-out, box-shadow .1s linear
}
.ac-container input:checked~article.ac-small {
    height: auto;
    padding-bottom: 0
}
.ac-container input:checked~article.ac-medium {
    height: 180px
}
.ac-container input:checked~article.ac-large {
    height: 230px
}
/* MODAL POPUPS ================================================================================================================================================== */
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 25px;
    border-bottom: none;
    background-color: #333;
}
.modal-header .close {
    margin-top: -2px;
    float: right;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
}
.modal-title {
    line-height: 28px;
    text-align: center;
    color: #fff;
    max-width: 340px;
    margin: 0 auto;
    font-size: 28px !important;
}
.modal-body {
    position: relative;
    padding: 42px 60px;
    text-align: center;
}
.modal-body p {
    font-size: 20px !important;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.modal-buttons {
    margin-top: 30px;
    height: 60px;
    text-align: center;
}
.flex-direction-nav {
    list-style-type: none;
}
@media (min-width: 768px) {
.navbar-collapse.collapse {
    height: 100% !important;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
    width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
    width: 900px;
}
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
/* Box menu section */
.bm-outer_thumb {
    background-color: #451f44;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    min-height: 312px;
    overflow: hidden;
}
.bm_thumb {
    float: left;
    width: 100%;
}
.bm_thumb img {
    width: 100%;
}
a.bm_caption {
    font-size: 25px;
    font-family: 'abril-fatface', sans-serif !important;
    color: #fff;
    padding: 24px 0;
    display: inline-block;
}
.search-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
button.searchbtn {
    width: 100%;
    max-width: 240px;
}
input[type="search"] {
    width: 100%;
    max-width: 400px;
}
/* Juicer overrides */
/* Border needs to be !important as the embedded stylesheet for juicer overrides it */
.juicer-feed.modern li.pawclub {
    border: 1px solid #efefef !important;
}
/* ============================================== MEDIA QUERIES ============================================== */
@media screen and (max-width: 959px) {
.micro-site-nav-megamenu #micro-site-logo {
    float: left;
    max-width: 100%;
}
.micro-site-nav-toggle-btn.btn-link.pull-left {
    display: none;
}
.micro-site-nav-main {
    display: block;
}
.micro-site-container .micro-site-nav-megamenu {
    overflow: visible;
}
.micro-site-nav-main UL > LI {
    display: block;
    border: none;
    border-top-width: 0;
    text-transform: none;
}
.micro-site-nav-main UL LI A {
    padding: 14px 10px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}
.sticky {
/*     position: relative; */
}
.sticky + .selectable-content {
    padding-top: 0;
}
.accimg-container input:checked ~ article.ac-small {
    height: 180px;
    overflow: hidden;
    padding-top: 10px;
}
.authorable img {
    display: inline !important;
}
.tab-container {
    width: 100%;
}
.nav-tabs > li > a {
    padding: 10px 50px;
}
.micro-site-container .micro-site-nav-main-mob {
    display: none !important;
}
.menu-selected {
    background-color: #01505d !important;
    color: #fff !important;
}
.menu-selected a, .menu-selected span, .menu-selected:hover, .menu-selected a:hover, .menu-selected span:hover {
    background-color: #01505d !important;
    color: #fff !important;
}
.uh_content_right {
    float: left;
}
.upper_header {
    height: 55px;
}
.navbar-nav {
    width: 97%;
}
.paw-ovr {
    right: 10px;
}
header.sticky .paw-ovr {
    right: 10px;
}
.header-content {
    padding: 0px 15px;
}
}
@media screen and (max-width: 767px) {
/* Header */
/* Content */
/* Tabs */
.cust_banner {
    margin-bottom: 25px;
    background-position: center;
}
.cust_banner_content_top {
    min-height: 300px;
    max-width: 430px;
    background-color: transparent;
    /* opacity: .9; */
    text-align: center;
    padding: 30px 30px 30px 30px;
}
.cust_banner_content {
    min-height: 300px;
    padding: 0;
    border-top: 2px solid #ddd;
}
.cust_banner_content_top h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}
.icon_text {
    margin-bottom: 30px;
}
.content_block h2 {
    font-size: 40px;
    line-height: 38px;
}
.promo-text h2 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #ffffff;
}
.product_content h2 {
    font-size: 25px;
}
.onecolumn p, .twocolumn p, .threecolumn p {
    font-size: 16px;
    line-height: 20px;
}
.tab_btn {
    padding: 12px 15px;
    font-size: 11px;
}
#rightdog li img {
    display: none
}
.nav-tabs > li {
    float: left;
}
.nav-tabs > li > a {
    padding: 10px 15px;
    font-size: 12px;
}
.tab-content {
    padding: 40px 30px 30px 40px;
    min-height: 400px;
}
.product_content h2 {
    font-size: 25px;
}
.nav-tabs > li.active > a {
    padding: 20px 0 10px;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    padding: 20px 0 10px;
}
.nav-tabs > li > a:hover {
}
.btn {
    padding: 12px 15px;
    font-size: 11px;
    margin: 5px;
}
.prod_image_content {
    min-height: 330px;
}
.prod_image img {
    width: 70%;
}
.kb_icon {
    width: 50%;
    margin-right: 22px;
    min-height: 130px;
    font-size: 12px;
    margin-top: 5px;
    max-width: 120px;
}
.services .nav-tabs li.active a {
    padding: 35px 30px 6px;
}
.onecolumn p, .twocolumn p, .threecolumn p, .dogThumd~p {
    font-size: 18px;
    line-height: 20px;
}
  
/* Profile section */
.selctrgtbordermonths::after {
    right: 13%;
}
.selctrgtborderyears::after {
    right: 44%;
}
.selctrgtborder::after {
    right: 14%;
}
.profileblock .havedog_block.dogbreeds a.purebredBtn, .profileblock .havedog_block.dogbreeds a.mixeddBtn {
    width: 49%;
    margin-bottom: 10px;
}
.pull-left {
    width: 49%;
}
.pull-right {
    width: 49%;
}
  
/* Newsletter purple box */
.newsLetter-leftForm {
    padding: 50px 25px 32px;
}
.newsletterSection .newsLetter-leftForm ul li {
    font-size: 15px;
}
.newsletterSection .newsLetter-leftForm ul {
    margin-top: 20px;
    margin-left: 5px;
    padding-left: 0;
}
}
@media (pointer: fine) {
  .birthYear li:hover {
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
.nav-tabs > li > a {
    padding: 10px 34px;
}
.pop_nm .col-sm-6, .pop_nm_new .col-sm-6 {
    padding: 0;
}
.wd_surr .newsLetter-leftForm {
    float: right;
    width: 100%;
}
.newsLetter-leftContent {
    padding: 0 !important;
}
.onecolumn.petLife-caption p {
    color: #000;
    text-align: center;
    margin-top: 5px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
}
.newsletterSection .newsLetter-leftForm h2 {
    font-size: 30px;
}
.newsLetter-leftForm h3 {
    font-size: 20px !important;
}
}
@media screen and (max-width: 767px) {
/* Wysiwyg content styles  */
H1 {
    font-size: 36px;
}
H2 {
    font-size: 32px;
}
H3 {
    font-size: 24px;
}
H4 {
    font-size: 18px;
}
.authorable H2, H2.section-heading {
    font-size: 32px;
}
.micro-site-nav-main ul li {
    width: 100% !important;
    border-bottom: 2px solid #fff;
}
.micro-site-nav-main ul li a {
    padding: 10px 10px !important;
    font: 18px proxima-nova-condensed, Helvetica, Arial, sans-serif !important;
    width: 100%;
    text-align: left;
}
.micro-site-nav-megamenu.sticky + .col-md-8.col-sm-8 {
    padding-top: 0;
}
.nav-tabs > li > a {
    padding: 10px 7px;
    font-size: 10px;
}
.authorable div ul, .authorable div ol {
    margin-bottom: 0;
    margin-left: 26px;
    margin-right: 10px;
}
.authorable div ul li, .authorable div ol li {
    font-size: 17px;
    line-height: 24px;
    color: #555;
    margin-bottom: 10px;
}
.authorable p {
    font-size: 17px;
}
.micro-site-container .micro-site-nav-main-mob {
    display: none !important;
}
.pad .authorable > P {
    width: 100% !important;
}
.cust_banner {
    min-height: 380px;
    background-position: center;
}
.authorable img {
    width: auto;
}
.threecolumn {
    width: 100%;
}
.main_content {
    overflow: hidden;
}
.scroll-arrow {
    margin-top: 30px;
}
.nav-tabs {
    padding-top: 0;
}
.nav-tabs > li {
    max-width: none;
    display: inline;
    float: none;
}
.nav-tabs > li.active > a {
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 3px solid #ff671f;
    width: 100%;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 3px solid #ff671f;
    width: 100%;
}
.nav-tabs > li > a {
    padding: 12px 0;
    font-size: 14px;
    line-height: 10px;
    border-bottom: 3px solid #ddd;
    width: 100%;
}
.btn {
    width: 92%;
}
.pop_name h2 {
    text-align: center;
    font-size: 30px;
}
h3 {
    font-size: 27px !important;
    line-height: 35px !important;
}
.dogAge.pop_section h2 {
    font-size: 26px;
}
.dogNameGen form a.btn {
    width: 96%;
}
.product_content h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.juicer-feed .j-display-filters li:first-of-type {
    margin: 0 10px 11px 14px;
}
.juicer-feed .j-display-filters {
    margin: 15px 0 30px;
}
.maroonColor .center-text .pad {
    padding: 5px 0;
}
.nav-item.dropdown {
    max-width: 100%;
}
.backBtn, .nextBtn {
    width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
}
.dogProfileSubmit {
    margin: 0;
    padding: 17px 0px;
    margin-bottom: 10px;
}
.search-icon-mob {
    position: absolute;
    display: block;
    right: 58px;
    top: 15px;
    width: 23px;
    height: 23px;
    background-image: url(../images/Search_Icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#pawmenu.slide-nav {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 250px;
}
#pawmenu .dogFace, .pawmenu .dogFace {
    height: 60px;
    width: 60px;
    display: none;
}
#pawmenu .dogRow .selector, .pawmenu .dogRow .selector {
    margin-left: 0px;
}
#pawmenu .dogRow .selector, .pawmenu .dogRow .selector {
    margin-top: 17px;
    padding-bottom: 12px;
}
.dogRow .col-xs-5 {
    width: 50%;
    height: 117px;
    text-align: left;
}
.dogRow .col-xs-8 {
    width: 50%;
}
.yourdog-details {
    padding: 0;
}
.mediumdogblk {
    min-height: 170px;
}
.mediumdogblk .inertxt {
    display: none;
}
.mediumdogblk .dogimg {
    float: left;
    margin-left: 13%;
    margin-top: -20px;
}
}
@media screen and (max-width: 479px) {
.cust_banner_content {
    padding: 50px 22px 30px 22px;
}
.cust_banner {
    background-position: right;
}
.cust_banner_content_top h1 {
    font-size: 60px;
    line-height: 50px;
}
.cust_banner_content_top h1 span {
    line-height: 68px;
}
.cust_banner_content_top p {
    font-size: 22px !important;
    line-height: 22px;
}
.authorable H2, H2.section-heading {
    font-size: 28px;
}
.authorable H2, H2.section-heading {
    min-height: 50px;
    border-bottom: 0 solid #ddd;
}
.authorable H2 STRONG, H2.section-heading STRONG {
    min-height: auto;
    width: 100%;
}
.twocolumn {
    width: 100%;
}
.cust_banner_content {
    padding: 0;
}
.cust_banner {
    min-height: auto;
}
.cust_banner_content_top {
    min-height: 120px;
    padding: 25px 22px 20px 20px;
}
.cust_banner_content_top_left img {
    max-width: 80%;
}
.cust_banner_content_bottom {
    padding: 15px 15px 15px 20px;
}
.cust_banner_content_bottom p {
    font-size: 14px !important;
    line-height: 18px !important;
}
.product_content .pad {
    margin-right: 0;
    margin-bottom: 25px;
}
.tab-content {
    padding: 30px 25px;
}
.prod_image_content {
    min-height: 300px;
    padding: 10px;
}
.navbar {
    border: 0;
}
nav.navbar.navbar-default {
    padding-bottom: 0px;
}
header {
    box-shadow: none;
}
/* New mobile updates 12/11/18 */
/*   .tab-panel {
    padding: 0 0px;
}
.banner-search {
    padding: 38px 20px;
}
.bs-search .bs-text {
    max-width: 100%;
    text-align: left;
    margin-bottom: 15px;
    overflow: hidden;
}
.joinGrowing-section-r {
    padding: 20px !important;
}
.joinGrowing-section-r {
    margin-right: 0px;
    right: 0px;
}
.twocolumn {
    padding: 0px;
}
.pop_section {
    padding: 0px 20px 40px;
}
.pop_section {
    margin: 0px 10px;
}
.links {
    padding: 25px 20px 40px;
    margin: 10px 10px;
}
.banner-search {
  margin-top: 0px;
  padding: 20px 10px;
}
.hero_container {
  min-height: 400px;
  padding-bottom: 0px;
} */
}
#Spinneroverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(251, 251, 251);
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#Spinnerimg {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    opacity: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}