body {
   font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

p {
    line-height: 28px;
}

.header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.reviews {
    margin: 30px 0;   
}

.header .container {
  position: relative;
  z-index: 2;
}

.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.12;
  z-index: 1;
}

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

article.faq {
    background-color: #F4F4F4;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar .logo {
    padding-left: 0;
}

.navbar-btn {
    margin: 0; 
}


.vertical-align {
    display: flex;
    align-items: center;
}



@media (max-width: 767px) {
    .vertical-align {
        display: block;
    }
    .container-fluid.customBackground {
        padding: 0;    
    }
}

.header, .relatedProducts, .productAdvisorLink {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 60px 0;
    color: #fff;
    height: auto;
}

.page-node-type-nutrition .header {
    padding: 139px;
}

.relatedProducts {
    margin-bottom: 0px;
}

.videoArea h2, .productAdvisor h2 {
   font-family: 'Nunito', sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 0 0 40px;
}

.productAdvisor {
    padding: 70px 0;
}

.quizNav {
    top: 130px;
    position: relative;
}


.quizButton {
    color: #fff;
    padding: 15px 60px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.path:hover {
    cursor: pointer;
}
.back {
    background: #AEAEAE;
}

.next {
    background: #D0021B;
}

.quiz h2 a span {
    display: none;
}

.footer {
    border-top: 0;
}

.path-frontpage .productAdvisorLink, .page-node-type-quiz .productAdvisorLink {
    display: none;
    
}


.productAdvisor .quiz, .productAdvisor .advisor {
/*    border: 1px solid #c7c7c7;
    -webkit-box-shadow: 10px 10px 19px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 19px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 19px -11px rgba(0,0,0,0.75);
    */
}

.productAdvisor .quiz div.wrap, .productAdvisor .advisor div.wrap  {
    min-height: 560px;
    text-align: center;
}

.productAdvisor .quiz div.wrap:focus, .productAdvisor .advisor div.wrap:focus {
    outline: none !important;
}

.slick-prev {
    left: 10px;
    z-index: 2000;
}

.slick-next {
    right: 10px;
    z-index: 2000;
}

.relatedProductsItems .slick-next {
    right: -15px;
}

.relatedProductsItems .slick-prev {
    left: -15px;
}

.relatedProductsBackground {
    background-color: #FAFAFA;
    padding: 80px 0;
}

.relatedProductTitle {
    color: #590B65;
    margin-bottom: 50px;
}
        
.quiz div.wrap h2, .advisor div.wrap h2 {
    margin: 30px 0 60px;
}

.questionNumber {
    margin-top: 80px;
}

.dogName, .catName {
    background-color: #F8F8F8;
    border: 1px solid #c7c7c7;
    padding: 19px;
    color: #7C7C7C;
    width: 320px;
}

.home-page .header {
    height: auto;
    margin-bottom: 0;
}

.measurement {
    display: inline-block;
    margin: 30px 15px;
}

.home-page .header h1 {
   font-family: 'Nunito', sans-serif;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
}

.buttonIcon {
    display: flex;
    flex-wrap: wrap;
}

.buttonLinkParent {
    width: 25%;
    display: block;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .buttonLinkParent {
        width: 50%;   
    }
}

.buttonLink {
    display: block;
    background-size: cover;
    background-position: center;
        -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.buttonLabel {
    position: absolute;
    top: 5%;
    left: 5%;
   font-family: 'Nunito', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 42px;
}

.videoArea {
    background-color: #F4F4F4;
    padding-top: 75px;
    padding-bottom: 75px;
}

@media(max-width: 991px) {
    .buttonLabel {
        font-size: 25px;    
    }
}

.buttonLink:hover,
.buttonLink:focus {
     -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.buttonLink:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.relatedProducts, .productAdvisorLink {
    border: none;
    height: 260px;
}

.productAdvisorLink {
    height: 400px;
    background-position: center;
    margin-bottom: 0px;
    background-image: url(/sites/default/files/2019-02/relatedBanner.png);
}

.page-node-type-store-locator .productAdvisorLink {
    margin-top: 50px;    
}

.ps-container {
    margin-top: 20px;
}

.text-center img {
    display: inline;
}


.productImg {
    text-align: center;
    display: none;
}

.productImages img {
    width: 500px;
}

.productImages {
    margin-top: 30px;
    margin-bottom: 30px;
}

.slick-slide img {
    display: inline;
    text-align: center;
}

.slick-dots {
    bottom: -20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #E6E6E6;
   font-family: 'Nunito', sans-serif;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #E6E6E6;
    width: 33%;
    text-align: center;
    border-right: solid 1px #FBFBFB;
    border-left: solid 1px #B8B8B8;
    position: relative;
    margin-right: -4px;
    font-size: 18px;
    font-weight: bold;
    color: #9D9D9D;
}

ul.tabs li:first-child { 
    border-left: none;
}

ul.tabs li:last-child { 
    border-right: none;
}

ul.tabs li.current{
    background-color: #F4F4F4;
    color: #222;
    border-top: solid #D0021B;
    color: #000;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}
.tab-content .vertical-align {
    margin: 25px 0;
}

.tab-content.current{
    display: block;
    background-color: #F4F4F4;
}

.relatedHeader {
   font-family: 'Nunito', sans-serif;
    font-size: 48px;
    font-weight: normal;
}

.advisorHeader {
   font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: normal;
}

.slick-dots li button:before {
    font-size: 10px;
}


.productAdvisorButton {
	background-color:rgba(0, 0, 0, 0.5);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight: normal;
    padding: 10px 50px;
	text-decoration:none;
    border: 1px solid #fff;
}
.productAdvisorButton:hover {
	background-color:rgba(0, 0, 0, 0.7);
    color:#ffffff;
    text-decoration:none;
}

.MadeByLogo {
    color: #fff;
   font-family: 'Nunito', sans-serif;
    font-size: 28px;
    background-color: #FCE7FF;
    padding: 20px 0;
}

.MadeByLogo img {
    max-width: 90%;
}

.advisor .relatedProductsItem {
    border: 1px solid #979797;
    -webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
}

.relatedProductsItem {
    position: relative;
    display: inline-block;
    width: 320px;
    text-align: center;
    max-width: 100%;
}

.relatedProductImage {
    max-width: 100%;
    text-align: center;
    padding: 0;
    transition: all 1s ease;
}

.relatedProductImage:hover {
    transform: scale(1.05);
}

.relatedProductsName {
   font-family: 'Nunito', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    height: 30px;
}

.relatedProductButton, .buyNow {
    color: #fff;
    background: #D0021B;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 20px 50px;
    text-transform: uppercase;
    -moz-border-radius:2px;
	-webkit-border-radius: 3px;
	border-radius:2px;
    font-size: 13px;
}

.relatedProductButton:hover, .buyNow:hover {
    text-decoration: none;
    background: #B40016;
}

.visibility-hidden {
    visibility: hidden;
}

.buyNow {
    margin: 0;
    display: inline-block;
    padding: 10px 50px;
    margin-top: 40px;
}

.relatedProductButton:hover, .relatedProductButton:focus, .buyNow:hover, .buyNow:focus {
    color: #fff;
}

.slick-prev, .slick-next {
    width: 25px;
    height: 35px;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    background: url(images/next.png) no-repeat;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url(images/previous.png) no-repeat;
}

.slick-prev:before, .slick-next:before {
    color: transparent;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 30px 50px 30px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    background-color: #fff;
   font-family: 'Nunito', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    border-top: 4px solid #B1B1B1;
}

.accordion.active, .accordion:hover {
    background-color: #fff;
    border-top: 4px solid #C80D14;
}


.faqInfo, .productInfo {
    padding: 0 60px 0 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: none;
}

.faqInfo p:last-child {
    margin-bottom: 30px;
}

.accordion {
    background: #fff url(images/down.png) no-repeat;
    background-position: calc(100% - 20px)
    
}


.accordion.active {
    background: #fff url(images/up.png) no-repeat;
    background-position: calc(100% - 20px)
}

.productInfoWrap .accordion {
    background-color: #EBEBEB;
    margin-top: 0;
   font-family: 'Nunito', sans-serif;
    color: #9D9D9D;
}

.productInfoWrap .accordion.active, .productInfoWrap .accordion:hover {
    color: #000;
}

.productInfo {
    background-color: #F4F4F4;
}

.mb-100 {
    margin-bottom: 100px;
}

.m-50 {
    margin: 50px 0;
}

.videoList {
    margin: 50px auto;
    max-width: 100%;
    text-align: center;
}

.petPath {
    max-width: 100%;
    margin: 20px 0;
}

.videoImage {
    display: block;
}

.videoList {
    display: inline-flex;
}

.video {
    width: 320px;
    height: auto;
    display: block;
    position: relative;
    max-width: 100%;
    margin: 10px;
    background-color: #fff;
}

.videoText {
    margin: 15px 2px;
    height: 49px;
}

.videoText a {
    color: #222222;
}

.videoText a:hover {
    text-decoration: none;
}

.watchNowBtn {
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 50px;
    text-decoration: none;
    border: 1px solid #000;
    transition: all 0.2s;
}
.watchNowBtn:hover, .watchNowBtn:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    text-decoration: none;
}

.watchNow {
    margin: 10px 10px 20px 10px;
}

.videoImage {
    overflow: hidden;
}

.video .videoImage img.videoImg {
    transition: all 1s;
}

.video:hover .videoImage img.videoImg {
    transform: scale(1.1);
}


.playVideoButton {
    position: absolute;
    top: 65px;
    left: 130px;
}

.videoTitle {
    padding: 10px 5px;
    color: #222222;
    text-align: left;
    background-color: #fff;
    
}

.videoTitle:hover, .videoTitle:focus {
    color: #222222;
}

.page-node-type-videos .videoList {
    display: block;
}

.field--name-body {
    margin: 20px 0;
}

.field--name-field-contact-image img{
    width: 100%;
}

.contactContainer {
    background-color: #FFF;
    padding: 100px 0;
}

.contactContainer h2 {
   font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #590B65;
}

.contactImage {
    padding-left: 0;
    display: block;
    background-size: cover;
    background-position: center;
}

.contactRow {
    background-color: #fff; display: flex;

}

.field--name-field-contact-image {
    visibility: hidden;
}

@media(max-width: 991px) {
    .contactRow {
        display: block;
    }
    .field--name-field-contact-image {
        visibility: visible;
    }
}

.contactForm {
    padding: 50px;
    background-color: #F4F4FF;
}

label {
    font-weight: normal;
}

.btn-primary {
    background-color: transparent;
    border: none;
    padding: 8px 45px;
}

.btn-primary:hover {
    color: #590B65;
    background-color: transparent;
    border-color: #590B65;
}

.margin-80 {
    margin: 25px 0 40px;
}

.padding-bottom-100 {
    margin-bottom: 100px;
}

.sitemap a strong {
    color: #000000;
    margin: 40px 0 0;
    display: block;
    text-transform: uppercase;
}

.sitemap a, .sitemap a:hover {
    color: #000000;
}

.sitemap a:hover strong {
    color: #000000;
}



.sitemap .sitemapbottom a strong {
    margin: 0;
}

.sitemap .sitemapbottom {
    margin-top: 50px;
}


.view-content li {
    background-color: #fff;
    display: inline-block;
    width: 320px;
    margin: 25px 3px;
    max-width: 100%;
}

.view-content ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.views-field-title {
    color: #424242;
}

.footer {
    margin-top: 0px;
}


.navbar-nav { 
    margin-top: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 4px solid #590B65;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-bottom: 4px solid #AD3AFF;
}

.navbar-default .navbar-nav > li > a {
    color: #590B65;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #590B65;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 5px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
}


.dropdown-menu > li > a {
    text-transform: uppercase;
    color: #590B65;
    font-weight: bold;
}
.navbar-nav > li {
    height: 50px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;   
}

.navbar-nav > li > a {
    padding: 0;
    margin: 10px 12px;
    font-weight: bold;
    font-size: 15px;
}

.input-group .form-control::placeholder {
    color: #590B65; 
    font-weight: bold;
}

.main-container {
    margin-top: 100px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.toolbar-tray-open .fixed-top {
    top: 79px;
}


@media (min-width: 1200px) {
    .home-page .header {
        padding: 8em 0;    
        margin-top: -1px;
    }
    
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
    
}



.dropdown-menu div {
    display: inline-grid;
    padding: 20px 50px;
}

.dropdown-menu div li a {
    width: auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8em;
}

.footer {
    background-color: #590B65;
}

.footercol img {
    max-width: 100%;
}


.footercol .menu li a {
    font-size: 13px;
    color: #D5D5D5;
    text-transform: uppercase;
    padding: 3px 0px;
}

.footercol .menu li a:hover, .footercol .menu li a:focus {
    background-color: transparent;
    text-decoration: underline;
}

.footercol .menu li.first a {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 10px;
}

.footer .footercol a img {
    text-align: center;
}

.footercol.endcol .menu li.first a {
    margin-bottom: auto;
}

.footercol.endcol .menu li a {
    color: #D8D8D8;
    line-height: 2em;
}

.footercol.endcol a:hover {
    text-decoration: none;
}

.footercol.endcol a img {
    padding: 5px;
}

.year {
    background-color: #310039;
}

.year p {
    font-size: 14px;
    padding: 20px;
    color: #949494;
}

footer.footer {
    padding: 80px 20px 100px
}
.messages__wrapper {
    z-index: 20000000000000;
    display: block;
    position: fixed;
    width: 100%;
}

.category img {
    width: 320px;
    max-width: 100%;
}

.productCategories {
    text-align: center;
    margin: 50px 0;
}
.view-content {
    margin: 80px 0;
}

.topLevelCategory {
    padding: 65px 0;
}

.topLevelCategory p {
    padding-right: 120px;
}

.category {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    margin: 3px 5px;
}

.categoryTitle a, .views-field-title .field-content a, .relatedProductsName a {
    color: #4A4A4A;
   font-family: 'Nunito', sans-serif;
    line-height: 24px;
    font-size: 18px;
}

.categoryTitle a, .views-field-title .field-content a:hover, .relatedProductsName a:hover {
    text-decoration: none;
}

.categoryImg {
    overflow: hidden;
}

.categoryImg img {
    transition: all 1s;
}

.categoryImg:hover img {
    transform: scale(1.1);
}

.views-field-title, .categoryTitle {
    height: 55px;
    padding: 0px 1px 20px;
}
.page-node-type-product-categories-top-level {
    background-color: #F4F4F4;
}

.breadcrumbs {
    background:rgba(255,255,255,0.15);
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #fff;
}

.videoImg {
    width: 100%;
}
.views-field-field-product-images {
    overflow: hidden;
}

.views-field-field-product-images img {
    transition: all 1s ease;
}

.views-field-field-product-images:hover img {
    transform: scale(1.05);
}

.navbar-nav {
    margin-top: 46px;
}

.node--blog-post-full .node__content .field--type-text-with-summary, .node--blog-post-full .node__content .node__title {
    font-family: 'Nunito', sans-serif;
}

@media (min-width: 1200px) {
    .activateSearch {
        background-color: #DDDDDD;
        float: right;
        padding: 25px 20px 26px;
        border-radius: 0px;
    }
    .activateSearch:hover {
        background-color: #CCCCCC;    
    }
    .activateSearch:active, .activateSearch:active:hover {
        background-color: #BBBBBB;  
    }
    .activateSearch.active, .activateSearch.active:hover {
        background-color: #AAA;      
    }
    
    .glyphicon-search {
        top: 3px;
        font-size: 25px;
        color: #878787;
    }
    
    #navbar-collapse .search-block-form {
        right: 0;
        position: absolute;
        transition: all 0.15s ease-out;

    }
    #navbar-collapse .search-block-form.active {
        display: block;
        visibility: visible;
        opacity: 1;
        height: 80px;
        transition: all 0.15s ease-out;
    }
    
    .form-type-search .input-group {
        top: 18px;
        margin-left: 10px;    
    }

    
    .form-type-search .input-group-btn .btn-primary {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 2px;
        padding: 9px 35px;
        margin-left: 10px;
        margin-top: 0;
        display: none;
    }
    
    
    .form-type-search .input-group .form-control {
        height: 46px;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        color: #590B65;
        font-size: 15px;
        margin-top: 23px;
        background-image: url(/sites/default/files/magnify.png);
        background-repeat: no-repeat;
        background-position: 10px;
        padding-left: 33px;
        width: 150px;
        transition: background-color 1s ease;
        
    }
    
    .form-type-search .input-group .form-control:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        background-color: #fff;
        border: 1px solid #ccc;
        transition: background-color 1s ease;
    }
    
    .form-type-search .input-group .form-control::placeholder {
        height: 46px;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        color: #590B65;
    }
    
    .form-type-search button.js-form-submit .sr-only {
        position: relative;
        width: auto;
        height: auto;
        padding: 0;
        margin: auto;
        overflow: hidden;
        clip:auto;
        border: 0;
        text-transform: uppercase;
    }
    .form-type-search button.js-form-submit .glyphicon-search {
        display: none;    
    }
    
/*
.search-block-form {
    height: 80px;
}

.search-block-form .js-form-submit, .search-block-form .js-form-type-search, .search-block-form .input-group {
    height: 100%;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-block-form .form-submit {
    background-color: #EEEEEE;
}

.search-block-form .js-form-submit.btn-primary {
    padding: 8px 15px;
    z-index:99999
}

.js-form-submit.btn-primary:hover {
    background-color: #DDDDDD;
}

.glyphicon-search {
    font-size: 25px;
    color: #878787;
}

.input-group input[type=search] {font-size: 18px; width: 0px; left: 25px; height: 100%;  float: right;  -webkit-transition: all 0.2s ease;  transition: all 0.4s ease-in-out;}
.input-group input[type=search]:focus {left: 0px; width: 200px;}
.input-group:hover input[type=search] {left: 0px; width: 200px;}
    
    */
}


.mobileSocial {
    display: none;
}

.path-search .search-form {
    display: none;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #D0021B;
    border-color: #B10016;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #B10016;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #B10016;
    background-color: #eeeeee;
    border-color: #B10016;
}

.path-search h3 {
    margin: 100px;
}

.path-search ol li h3 {
    margin: auto;
    color: #D0021B;
}

.path-search ol li h3 a {
    color: #D0021B;
}

.path-search h2 {
    margin: 50px 0 25px;
    color: #4A4A4A;
}

.path-search ol {
    list-style: none;
    padding-left: 0;
}

.path-search ol li {
    padding: 15px 0;
}

.productAdvisorLink h2 {
    color: #fff;
    margin-bottom: 30px;
}
.productAdvisorLink p {
    margin-bottom: 30px;
}
body.ps-open .ps-lightbox.ps-open {
    top: 180px !important;
}
.ps-widget[ps-sku], .ps-widget[data-ps-sku] {
    margin-bottom: 50px;
}




.field--name-field-about-summary {
    padding: 50px 50px;
}


/*fruitables*/

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #590B65;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #AD3AFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #AD3AFF;
}


.field--name-field-food-and-nutrition {
    padding: 50px 0;
}

.field--name-field-food-and-nutrition img {
    width: 350px;
    max-width: 100%;
}

.vertical-align-middle {
    display: flex;
    align-items: center;
}

.vertical-align-middle.ultimateColor {
    align-items: flex-start;
}

.homeSection {
    width: 50%;
}

.homeSection.padding {
    padding: 80px 10%;
}

.purpleBackground {
    background-color: #590B65;
    color: #fff;
}

.smaller {
    width: 214px;
}
.superFoodInfo .smaller {
    width: 250px;
}

.nutritionInfo, .field--name-field-about-us {
    margin: 80px 0;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}
.navbar-toggle {
    border: none;
}

.field--name-field-caloriesmart-ethos h2, .field--name-field-about-us h2, {
    color: #590B65
}

.field--name-field-caloriesmart-squareimage img, .field--name-field-about-image img {
    width: 100%;
}

.no-padding {
    padding: 0;
}


.field--name-field-header-info {
    padding-right: 100px;
}

.field--name-field-header-info h2 {
    color: #EA1F2F;
}

.SuperFoods {
    color: #590B65;
}

.field--name-field-caloriesmart-ethos h2 {
    color: #590B65;
}

.superFoodsLearnMore .button {
    background-color: #590B65;
    color: #fff;
    font-weight: bold;
}

.superFoodsLearnMore .button:hover, .superFoodsLearnMore .button:active {
    color: #fff;
}

.page-node-type-privacy-policy h1 {
    margin-top 80px
    margin-bottom: 80px;
}

.field--name-field-privacy-policy {
    margin-bottom: 100px;
}

.page-node-type-about .header {
    padding: 0;
}


.page-node-type-home-page .superFood, 
.page-node-type-top-level-categories .superFood,
.path-dog-treats .superFood,
.path-toppers .superFood,
.path-cat-treats .superFood,
.page-node-type-superfood .superFood,
.page-node-type-about .superFood,
.page-node-type-faqs .superFood,
.page-node-type-store-locator .superFood,
.page-node-type-testimonials .superFood,
.page-node-type-privacy-policy .superFood,
.page-node-type-blog-index .superFood,
.page-node-type-blog-post .superFood
{
    display: none;
}

.page-node-type-testimonials .testimonalHidden, 
.page-node-type-products .testimonalHidden, 
.page-node-type-privacy-policy .testimonalHidden,
.page-node-type-blog-index .testimonalHidden,
.page-node-type-blog-post .testimonalHidden {
    display: none;
}

.testimonialFooter a:hover {
    text-decoration: none;
}

#glass {
    background-color: transparent;
}

.menu--nutrition {
    margin-bottom: 20px;
}

.testimonials {
    margin: 5px 3px;
}


@media(max-width: 991px) {
    .vertical-align-middle {
        display: block;    
    }
    
    .homeSection {
        width: 100%;
    }
    
    .homeSection.padding {
        padding: 10% 10%;
    }
    
    .field--name-field-caloriesmart-image {
        margin: 20px 0;    
    }
}

@media(max-width: 768px) {
    .field--name-field-caloriesmart-summary, .field--name-field-about-summary {
        padding: 50px 0;
    } 
}


.fullWidth {
    width: 100%;
}

.fixed-max-width {
  max-width: 1170px; /* Example, but you can replace by the value you need */
  margin: 0 auto;
}

.custom-background {
  background: linear-gradient(90deg, red 50%, yellow 50%);
}

.icon {
    cursor: pointer
}

.icon-replace {
    display: none;
    cursor: pointer
}

.logo img {
    height: 100px;   
}

.text-center .icon-replace {
    display: none;
    cursor: pointer
}

h1.productTitle {
    color: #fff;
}

.iconContainer {
    display: inline-block;
    margin: 30px;
}

.iconContainer:hover .icon {
    display: none;
}

.iconContainer:hover .icon-replace {
    display: inline-block;
}

.iconContainer.active .icon {
    display: none;
}

.iconContainer.active .icon-replace {
    display: inline;
}

.superFoodInfo {
    display: none;
    position: absolute;
    width: 100%;
    padding: 65px 0;
    /*width: 0;
    height: 0;
    */
    left: 0;
    overflow: hidden;
    background: #F0F0F0;
    text-align: left;
    
    border-radius: 5px;
    /*
      -webkit-transition: height 1s -0.25s ease-out;
     -moz-transition: height 1s -0.25s ease-out;
       -o-transition: height 1s -0.25s ease-out;
      -ms-transition: height 1s -0.25s ease-out;
          transition: height 1s -0.25s ease-out;
    */
}

.superFoodInfo img.maxWidth {
    padding-left: 0;
}

.active .superFoodInfo {
    display: block;
    position: absolute;
    width: 100%;
    /*
     -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
    */
}


.field--name-field-caloriesmart-summary {
    padding: 50px;
}


.imgContainer {
    display: inline;
}

.iconContainer.active {
    height: 680px;
}

.xout {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}



h1 .field--name-field-product-title {
    font-size: 46px;
    color: #fff;
}

.field--name-body {
    color: #fff;
    margin-bottom: 50px;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
.slick-dots li button:before {
    color: #fff;
}

.views-field-view-node.button .field-content a {
    color: #590B65;
    font-weight: bold;
         padding: 9px 39px;
    display: inline-block;
    border: 2px solid #590B65;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #590B65;
    margin-top: 0;
    font-size: 13px;
}

.field--name-field-icon-lists {
    margin-top: 20px;
}


.form-actions .btn {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary:active {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #590B65;
}
.form-actions .btn.icon-before {
    display: none;
}






.button, .field--name-field-button-link a {
    padding: 14px 60px;
    display: inline-block;
    border: 2px solid #590B65;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #590B65;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

a.button:hover {
    color: #590B65;
}

.views-field-view-node.button {
     padding: 0;
    display: block;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #590B65;
    margin-top: 0;
}


.button a {
    color: #590B65;
    font-weight: bold;
}

.views-field-view-node.button {
    margin-top: 0;
}

.field--name-field-button-link a {
    border: 2px solid #FFF;
    color: #fff;
}

.maxWidth {
    max-width: 100%;
}

.triangle {
    text-align: center;
    margin-top: -30px;
    position: relative;
    visibility: hidden;
}

.active .triangle {
    visibility: visible;
}

.purple {
    background-color: #FEF4FF;
    padding: 50px;
    margin: 50px auto;
}

.center-block {
    float: none;
}

.faqTitle {
    font-weight: bold;
    font-size: 18px;
    list-style-type: circle;
    display: list-item;
    color: #590B65;
    list-style-type: disc;
    
}
.faqs {
    
}
.faq {
    padding: 10px 40px;
}

.testimonialFooter {
    margin: 40px 0 80px;
}
.testimonialFooter h2 {
    color: #590B65;
    margin: 75px 0 40px;
}

.field--name-field-super-food-summary h2 {
    color: #590B65;
    margin-top: 40px;
}

.field--name-field-summary {
    margin: 20px 0;
}


h1 sup {
    top: -1.3em;
    font-size: 40%;
}

h2 sup {
    top: -1.5em;
    font-size: 30%;
}

.iconContainer .button {
    padding: 9px 35px
}

.home .field--name-field-button-link a {
    background: #fff;
    color: #590B65;
}
/*
.img-0 {
  display: block;
  transition-property: transform, color;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, color;
  -webkit-transition-duration: 0.8s;
  -ms-transition-property: -ms-transform, color;
  -ms-transition-duration: 0.8s;
}

.img-0:hover {
  color: #24a159 !important;
  transform: rotate(780deg);
  -webkit-transform: rotate(780deg);
  -ms-transform: rotate(780deg);
}
*/


.home .field--name-field-header-info p {
    padding: 20px 165px 25px;
}


h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
}


.dropdown-menu > li > a {
    padding: 15px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}


@media (max-width: 1200px) {
    .petPath {
        margin: 0;    
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
        border-bottom: 1px solid #EEE;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    .navbar-default .navbar-collapse {
        background-color: #fff;
    }
    .navbar-default .navbar-nav > li > a {
        color: #590B65;
        font-weight: Bold;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        border-bottom: none;
        color: #590B65;
        background-color: #FFF;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #590B65;
        text-decoration: underline;
        border-bottom: none;
    }
    
    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        background: url(/sites/default/files/downPurple.png) no-repeat;
        background-position: calc(100% - 20px);
    }
    .navbar-default .navbar-nav > li.open > a.dropdown-toggle {
        background: url(/sites/default/files/upPurple.png) no-repeat;
        background-position: calc(100% - 20px);
    }
    .caret {
        display: none;    
    }

    .header, .relatedProducts {
        background-position: 42%;    
    }
    
    .productAdvisorLink {
        
    }
    
    .navbar-toggle {
        margin-top: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        position: relative;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #EEEEEE;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 0;
    }
    .navbar-nav > li {
        height: auto;
    }
    
    .dropdown-menu {
        top: auto;    
    }
    
    .dropdown-menu li {
        margin: 5px 0;    
    }
    
    .dropdown-menu div {
        padding: 0px 30px;
    }
    
    .search-block-form .js-form-submit.btn-primary {
        background-color: #FFF;
        margin-top: 0;
    }
    
    .search-block-form {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    
    .form-type-search .input-group {
        padding: 0;
    }
    
    .form-type-search .btn-primary {
        padding: 5px 25px;
    }
    
    .mobileSocial {
        display: block;
        border-top: 1px solid #B00015;
        margin: 0 -15px;
        padding: 16px;
        border-bottom: 1px solid #B00015
    }
    
    .socialFacebook {
        margin-right: 10px;    
    }
    
}

h1 {
    font-size: 40px;  
    font-family: 'Nunito', sans-serif;
    margin-top: 50px;
    color: #590B65;
}

.tm {
    font-size: 25px;
    top: -20px;
    position: relative;
}

.field--name-field-header-info .productAdvisorButton {
        margin-top: 40px;
    }


@media (min-width: 768px) {
    .search-block-form {
        padding: 0 15px;    
    }
    .mobileSocial {
        padding-left: 30px;   
    }
    body {
        margin-top: 0;
    }
    
}

@media (max-width: 992px) {
    .field--name-field-header-info {
        padding-right: 0px;
    }
    .header video {
        left: 30%;
    }
    
    .videoList {
        display: block;    
    }
    
    .video {
        display: inline-block;
    }
    
    .iconContainer.active {
        height: 1370px;    
    }
    
    .home .field--name-field-header-info p {
        padding: 0 0;
    }

}
/*MOBILE*/
@media (max-width: 768px) {
    
    .topLevelCategory p, .field--name-field-header-info {
        padding-right: 0px;
    }
    
    .home .field--name-field-button-link a {
        width: 200px;
        
    }
    
    .button, .field--name-field-button-link a {
        width: 100%;
        padding: 11px 50px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        
    }

    
    h2 {
        font-size: 26px;
            line-height: 30px;
    }
    .iconContainer.active {
        height: 1270px;    
    }
    
    .header.Dog.Health {
        background-position: 25%;
    }
    
    .tm {
        font-size: 15px;
        top: -8px;
        position: relative;
    }
    
    .relatedProductsItems .slick-next {
            right: 5px;
    }
    .relatedProductsItems .slick-prev {
        left: 10px;
    }
    
     .breadcrumbs {
        display: none;    
    }
    
    .nascLogo{ 
        float: right
    }
    
    .nutrivetLogo {
        margin-top: 20px;    
    }
    .header video {
        left: 20%;
    }
    
    .home-page .header h1 {
        font-size: 36px;   
    }
    .productAdvisorButton {
        width: 90%;    
    }
    .field--name-field-header-info .productAdvisorButton {
        width: auto;    
    }
    
    
    .field--name-field-used-for-blurb, .field--name-field-product-facts-blurb, .field--name-field-guidelines-for-use-blurb {
        margin: 15px 0;    
    }
    
    .productAdvisorLink {
        height: 400px;
        background-position: center;
        margin-bottom: 0px;
        background-image: url('/themes/bootstrap/images/mobileProductSelectorImage.png');
    }
    
    
    .relatedProductButton, .buyNow {
        margin: 10px 40px;
    }
    .relatedProductsName {
        height: 33px;
    }

}

@media (max-width: 500px) {
    
    .iconContainer.active {
        height: 1070px;    
    }
    /*
    .navbar-default .navbar-collapse {
        background-color: #FFF;
        top: 80px;
        bottom:0;
        position:fixed;
        overflow-y:scroll;
        overflow-x:hidden;
    }
    */
    .nascLogo{ 
        float: right;
        width: 46%;
    }
    
    .nutrivetLogo {
        width: 46%;   
    }
    .header video {
        left: 0%;
    }
}

@media (max-width: 400px) {
    .header video {
        left: -30%;
    }
    
    .navbar .logo {
        width: 240px;
    }
    
    .navbar .logo img {
        width: 100%;
        height: auto;
    }
    .main-container {
        margin-top: 70px;    
    }
}
@media (min-width: 1500px) {
    .home-page .header {
        padding: 10em 0;    
    }
    .header video {
        left: 50%;    
    }
    
    .navbar-nav {
        margin-left: 20px;    
    }
    
    .navbar-nav > li > a {
        margin: 10px 25px;
    }
    
    
}