/**
 * Globals
 * An import of all abstracts
 */
/**
 * Base
 * An import for basic site setup
 */
/****** colors ******/
/****** fonts ******/
/****** font weight ******/
/****** base path ******/
/****** breakpoint ******/
.form-submit,
.btn,
.btn-primary {
  font-size: 12px;
  min-width: 115px;
  display: block;
  min-height: 29px;
  padding: 6px 5px;
  text-decoration: none;
  font-weight: bold;
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#19975D), color-stop(80%, #1A975D));
  background: linear-gradient(0deg, #19975D, #1A975D 80%);
  border-radius: 8px;
  border: solid 1px #19975D;
  color: #FFFFFF;
}
.form-submit:hover, .form-submit:focus, .form-submit:focus-visible,
.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
  color: #000000;
  border: solid 1px #19975D;
}

.btn-distributor {
  font-size: 12px;
  padding: 3px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-distributor:hover, .btn-distributor:focus, .btn-distributor:focus-visible {
  color: #FFFFFF;
}
.btn-distributor::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../campbell/images/small_icons.png") left -238px no-repeat;
  display: inline-block;
  padding-left: 32px;
  vertical-align: middle;
  line-height: 22px;
}

.btn-download {
  font-size: 12px;
  padding: 3px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-download:hover, .btn-download:focus, .btn-download:focus-visible {
  color: #000000;
}
.btn-download::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../campbell/images/small_icons.png") left -187px no-repeat;
  display: inline-block;
  padding-left: 32px;
  vertical-align: middle;
  line-height: 22px;
}

.sling.hooks,
.swivel-hoisthooks,
.eye-hoist-hooks {
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 5px;
}
.sling.hooks:hover,
.swivel-hoisthooks:hover,
.eye-hoist-hooks:hover {
  text-decoration: none;
  background-color: #999999;
}

.sling.hooks {
  background-color: #19975D;
}

.swivel-hoisthooks {
  background-color: #D3461F;
}

.eye-hoist-hooks {
  background-color: #00599C;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica_Neue_LT_Pro/HelveticaNeueLTPro-MdCn.otf") format("otf");
  font-weight: 600;
}
@font-face {
  font-family: "Helvetica Neue Condensed Bold";
  src: url("../fonts/Helvetica_Neue_LT_Pro/HelveticaNeueLTPro-BdCn.otf") format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue Condensed Black";
  src: url("../fonts/Helvetica_Neue_LT_Pro/HelveticaNeueLTPro-HvCn.otf") format("otf");
  font-weight: 800;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  body.user-logged-in {
    padding-top: 78px;
  }
}

#wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.wrapper-content {
  max-width: 1000px;
  margin: 0 auto;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .wrapper-content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 959px) {
  .wrapper-content {
    width: 1000px;
  }
}
.wrapper-content .wrapper-content {
  width: unset;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sidebar {
  background: #FFFFFF url("../../campbell/images/sidebar_sep.png") right top repeat-y;
}
@media only screen and (min-width: 766.9px) {
  .col-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .col-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 766.9px) {
  .col-sidebar {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 766.9px) {
  .col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    max-width: 54%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    max-width: 44%;
  }
}

@media only screen and (min-width: 959px) {
  .col-4-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .col-3-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.main-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67.5%;
          flex: 0 0 67.5%;
  max-width: 67.5%;
  margin-right: 2.5%;
}
@media only screen and (max-width: 766.9px) {
  .main-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .main-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

.sidebar-second {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding: 30px;
  text-shadow: 0 1px 0 #FFFFFF;
  font-size: 13px;
  background: url("../../campbell/images/img_newsbg_right.png") left top repeat-y;
}
@media only screen and (max-width: 766.9px) {
  .sidebar-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .sidebar-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
.sidebar-second .block {
  margin: 0 0 15px;
  padding: 5px 0 15px;
  background: url("../../campbell/images/contactus_right_block_sep.png") left bottom no-repeat;
}
.sidebar-second .block:last-child {
  background: none;
  margin: 0;
}
.sidebar-second .block h4 {
  margin: 0;
  color: #000000;
}
.sidebar-second .block p {
  margin: 0 0 5px;
}

body {
  font-size: 12px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

[dir=rtl] div,
[dir=rtl] span,
[dir=rtl] th,
[dir=rtl] td,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6,
[dir=rtl] p {
  text-align: right;
}
[dir=rtl] input,
[dir=rtl] label {
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

ol,
ul {
  list-style-type: none;
  padding-left: 0;
}
ol li,
ul li {
  font-size: 13px;
  line-height: 1.5;
}

p {
  font-size: 13px;
  line-height: 1.5;
}

input,
select,
textarea {
  width: 100%;
  border-top: 1px solid #737373;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #737373;
  border-radius: 5px;
  padding: 6px 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), color-stop(#FFFFFF), to(5%));
  background: linear-gradient(180deg, #CCCCCC, #FFFFFF, 5%);
  color: #737373;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  padding: 0 10px;
  color: #737373;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  padding: 0 10px;
  color: #737373;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  padding: 0 10px;
  color: #737373;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  padding: 0 10px;
  color: #737373;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  padding: 0 10px;
  color: #737373;
}

.webform-confirmation__message,
.webform-confirmation__back {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  padding: 10px;
  background: #F9F9F9;
  border: solid 1px #D3D3D3;
}

.form-type-checkbox .form-checkbox + label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.form-type-checkbox .form-checkbox + label::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  background: transparent url("../../campbell/images/checkbox_unchecked.png") 0 0 no-repeat;
}
.form-type-checkbox .form-checkbox + label:hover::before {
  background-image: url("../../campbell/images/checkbox_unchecked_hover.png");
}
.form-type-checkbox .form-checkbox:checked + label::before {
  background-image: url("../../campbell/images/checkbox_checked.png");
}
.form-type-checkbox .form-checkbox:checked + label:hover::before {
  background-image: url("../../campbell/images/checkbox_checked_hover.png");
}
.form-type-checkbox .form-checkbox {
  display: none;
}

.tabs-nav {
  position: relative;
  width: 100%;
  background: url("../../campbell/images/tab_border.png") left bottom repeat-x;
  min-height: 32px;
}
.tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -4px;
  margin-bottom: 0;
}
@media only screen and (max-width: 766.9px) {
  .tabs-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: unset;
    border-bottom: solid 1px #CCCCCC;
  }
}
.tabs-nav li a span {
  display: inline-block;
  padding: 5px 25px;
  font-size: 15.3px;
  text-decoration: none;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.5px;
  min-height: 30px;
  margin: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#DCF3E3));
  background: linear-gradient(to top, #FFFFFF 0%, #DCF3E3 100%);
  border-radius: 10px 10px 0 0;
  border: solid 1.3px #BDE9CB;
  border-bottom-color: transparent;
}
@media only screen and (max-width: 766.9px) {
  .tabs-nav li a span {
    width: 100%;
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    min-height: unset;
    padding: 5px 10px;
  }
}
.tabs-nav li.active a span {
  background: #FFFFFF;
  min-height: 36px;
}
@media only screen and (max-width: 766.9px) {
  .tabs-nav li.active a span {
    width: 100%;
    background: #19975D;
    color: #FFFFFF;
    min-height: unset;
  }
}

.tabs-content__inner {
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 766.9px) {
  .tabs-content__inner {
    padding: 0;
  }
}
.tabs-content__inner.active {
  display: block;
}

a {
  color: #000000;
}
a:hover {
  color: #000000;
}

/**
 * Fonts
 * An import of all @font-face decelerations
 */
/****** Footer ******/
.footer-container address {
  background: url("../../campbell/images/footer_back.png") repeat-x scroll left bottom #161616;
  border-top: 1px solid #000000;
  color: #FFFFFF;
  padding: 15px 0 20px;
  text-align: center;
  font-style: normal;
  margin-bottom: 0;
}
.footer-container .footer-columns {
  background: url("../../campbell/images/footer_back.png") repeat-x left top #161616;
  padding: 50px 0 10px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 959px) {
  .footer-container .footer-columns {
    padding: 25px 0 10px;
  }
}
.footer-container .views-exposed-form h2,
.footer-container .search-block-form h2 {
  display: none;
}
.footer-container .views-exposed-form .form-item-search,
.footer-container .views-exposed-form .form-type-search,
.footer-container .search-block-form .form-item-search,
.footer-container .search-block-form .form-type-search {
  background: url("../../campbell/images/campbell_search_footer.png") left top no-repeat;
  width: 190px;
}
.footer-container .views-exposed-form .form-item-search input,
.footer-container .views-exposed-form .form-type-search input,
.footer-container .search-block-form .form-item-search input,
.footer-container .search-block-form .form-type-search input {
  top: 32%;
  left: 2px;
  right: 0;
  width: 85px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 766.9px) {
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-wrapper__item {
  padding: 0 25px;
  float: left;
  width: 175px;
  background: url("../../campbell/images/footer_seprator.png") right top no-repeat;
  min-height: 118px;
}
@media only screen and (max-width: 959px) {
  .footer-wrapper__item {
    background: none;
    min-height: unset;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 766.9px) {
  .footer-wrapper__item {
    width: 95%;
    padding: 0;
    margin-top: 10px;
  }
}
.footer-wrapper__item:first-child {
  width: 260px;
  padding-left: 0;
}
@media only screen and (max-width: 766.9px) {
  .footer-wrapper__item:first-child {
    width: 95%;
    margin-top: 0;
  }
}
.footer-wrapper__item:first-child .first div {
  font-size: 11px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .footer-wrapper__item:nth-child(2), .footer-wrapper__item:nth-child(3) {
    width: 140px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .footer-wrapper__item:nth-child(4) {
    width: 160px;
    padding-right: 0;
  }
}
.footer-wrapper__item:last-child {
  background: none;
}
@media only screen and (min-width: 959px) {
  .footer-wrapper__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 959px) {
  .footer-wrapper__item:last-child {
    padding-left: 0;
  }
}
.footer-wrapper__item a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.footer-wrapper__item a:hover {
  color: #19975D;
}
@media only screen and (max-width: 959px) {
  .footer-wrapper__item a {
    margin-bottom: 0;
    line-height: 1.3;
  }
}
.footer-wrapper__item .pnumber-color {
  color: #19975D;
  font-size: 11px;
  margin-bottom: 0;
}
.footer-wrapper__item .description {
  font-size: 11px;
  padding: 8px 0;
}
.footer-wrapper .awrf-pad {
  margin-top: 20px;
}
@media only screen and (max-width: 766.9px) {
  .footer-wrapper .awrf-pad {
    margin-top: 15px;
  }
}
.footer-wrapper .nacm-pad {
  margin-top: 25px;
}
@media only screen and (max-width: 766.9px) {
  .footer-wrapper .nacm-pad {
    margin-top: 15px;
  }
}
.footer-wrapper .footer-social-out h2 {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.youtube-icon {
  background: url("../../campbell/images/youtube_normal_icon.png") left top no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
}
.youtube-icon:hover {
  background: url("../../campbell/images/youtube_hover_icon_new.png");
}

/****** Header ******/
.d-none {
  display: none;
}

.header .top-page {
  background: #19975D;
  padding-top: 5px;
}
@media only screen and (max-width: 959px) {
  .header .top-page {
    border-bottom: 5px solid #000000;
  }
}
@media only screen and (max-width: 766.9px) {
  .header .top-page {
    border-bottom: 5px solid #000000;
  }
}
.header .wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .header .wrapper-content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .header .wrapper-content .region-top-page {
    margin-right: auto;
  }
}
.header .region-header .main-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .region-header .main-nav .dropdown-menu {
  background: #000000;
  position: absolute;
  display: none;
  z-index: 3;
}
.header .region-header .main-nav li {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  background: url("../../campbell/images/main_nav_sep.png") no-repeat center right;
}
.header .region-header .main-nav li.dropdown:hover .dropdown-menu {
  display: block;
}
.header .region-header .main-nav a {
  display: block;
  color: #FFFFFF !important;
  padding: 11px 20px;
}
.header .region-header .main-nav a:hover {
  background: #222222;
  color: #FFFFFF;
}
.header .page-header {
  background: #000000;
}
@media only screen and (max-width: 766.9px) {
  .header .page-header {
    display: none;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .header .page-header {
    display: none;
  }
}
@media only screen and (max-width: 766.9px) {
  .header .default-search {
    display: none;
  }
}
.header .mobile-header {
  position: absolute;
  right: 0;
  top: 110%;
  z-index: 10;
  width: 100% !important;
}
.header .mobile-header .region-header .main-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 766.9px) {
  .header .mobile-header {
    display: none;
  }
}
.header .middle-h-right {
  display: none;
}
@media only screen and (max-width: 959px) {
  .header .middle-h-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .mobile-nav {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .header .mobile-nav {
    position: unset;
  }
}
.header .mobile-search {
  position: relative;
}
.header .mobile-search .mobile-search-icon {
  width: 40px;
  height: 40px;
  background: url("../../campbell/images/search_mobile.png") no-repeat center right;
}
@media only screen and (min-width: 766.9px) {
  .header .mobile-search .mobile-search-icon {
    display: none;
  }
}
.header .mobile-search .mobile-search-block {
  position: absolute;
  right: -56px;
  top: 120%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 0 10px 10px;
  -webkit-box-shadow: 1px 1px 5px #000000;
          box-shadow: 1px 1px 5px #000000;
  width: 320px;
  z-index: 5;
}
.header .mobile-search .mobile-search-block .m-s-close {
  background: url("../../campbell/images/close_mobile_gray.png") no-repeat center left;
  color: #737373;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  padding-left: 20px;
  display: block;
  float: right;
}
.header .mobile-search .mobile-search-block::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #000000;
  position: absolute;
  right: 56px;
  top: -15px;
}
.header .mobile-nav-icon {
  width: 40px;
  height: 40px;
  background: url("../../campbell/images/mobile_expcol.png") no-repeat center right;
}
@media only screen and (min-width: 959px) {
  .header .mobile-nav-icon {
    display: none;
  }
}

.views-exposed-form,
.search-block-form {
  position: relative;
}
.views-exposed-form .form-item-search,
.views-exposed-form .form-type-search,
.search-block-form .form-item-search,
.search-block-form .form-type-search {
  background: url("../../campbell/images/campbell_search_header.png") left top no-repeat;
  display: inline-block;
  width: 312px;
  height: 45px;
  position: relative;
  margin: 0;
  border-radius: 5px;
}
.views-exposed-form .form-item-search input,
.views-exposed-form .form-type-search input,
.search-block-form .form-item-search input,
.search-block-form .form-type-search input {
  position: absolute;
  top: 30%;
  left: 5px;
  right: 0;
  width: 143px;
  margin: auto;
  border: 0;
  padding: 1px 6px;
  font-size: 10px;
  color: #000000;
}

.form-item-search .form-actions,
.search-block-form .form-actions {
  display: none;
}

#views-exposed-form-acquia-product-search-solr-product-search .form-item-search + .form-wrapper .form-submit {
  display: none;
}

.header .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.navbar-we-mega-menu {
  background-color: #000000;
  margin-bottom: 0;
}
.navbar-we-mega-menu .views-field {
  margin-bottom: 0;
  line-height: 0.3;
}
@media only screen and (max-width: 959px) {
  .navbar-we-mega-menu .views-field.views-field-image {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .we-mega-menu-ul {
    position: relative;
    z-index: 6;
  }
}
.we-mega-menu-ul > .we-mega-menu-li > a, .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li.active > a {
  color: #FFFFFF !important;
  padding: 11px 20px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-transform: inherit;
  text-align: left;
  background: url("../../campbell/images/main_nav_sep.png") no-repeat center right;
}
.we-mega-menu-ul > .we-mega-menu-li > a:hover, .we-mega-menu-ul > .we-mega-menu-li > a:focus, .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li.active > a:hover, .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li.active > a:focus {
  background: #222222;
  color: #FFFFFF;
}
@media only screen and (max-width: 959px) {
  .we-mega-menu-ul > .we-mega-menu-li > a, .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li.active > a {
    font-size: 18px;
    font-weight: normal;
    background-color: #2B2B30;
    color: #FFFFFF;
  }
}
.we-mega-menu-ul > .we-mega-menu-li > a::before, .we-mega-menu-ul > .we-mega-menu-li > a::after, .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li.active > a::before, .we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-li.active > a::after {
  display: none !important;
}
.we-mega-menu-ul > .we-mega-menu-li:hover {
  color: #FFFFFF;
}
@media only screen and (min-width: 959px) {
  .we-mega-menu-ul .dropdown-menu:hover a {
    color: #FFFFFF;
    background-color: #222222;
  }
}

.we-mega-menu-submenu {
  background-color: #222222;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .we-mega-menu-submenu {
    position: relative;
    z-index: 10;
  }
}
.we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}
.we-mega-menu-submenu .we-mega-menu-col,
.we-mega-menu-submenu .we-mega-menu-row {
  margin: 0 !important;
  max-width: inherit;
  display: block;
}
.we-mega-menu-submenu li.we-mega-menu-li > a, .we-mega-menu-submenu li.we-mega-menu-li.active > a, .we-mega-menu-submenu li.we-mega-menu-li.active-trail > a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-transform: inherit;
  padding: 10px;
  border: 0;
  margin: unset;
}
.we-mega-menu-submenu li.we-mega-menu-li > a:hover, .we-mega-menu-submenu li.we-mega-menu-li > a:focus, .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover, .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus, .we-mega-menu-submenu li.we-mega-menu-li.active-trail > a:hover, .we-mega-menu-submenu li.we-mega-menu-li.active-trail > a:focus {
  background: #000000;
  color: #FFFFFF;
}
@media only screen and (min-width: 959px) {
  .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 959px) {
  .we-mega-menu-submenu.products-menu {
    display: none;
    background-color: #FFFFFF;
    min-width: 1000px;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .we-mega-menu-submenu.products-menu li.we-mega-menu-li > a,
  .we-mega-menu-submenu.products-menu li.we-mega-menu-li.active > a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    text-transform: inherit;
  }
  .we-mega-menu-submenu.products-menu li.we-mega-menu-li > a:hover, .we-mega-menu-submenu.products-menu li.we-mega-menu-li > a:focus,
  .we-mega-menu-submenu.products-menu li.we-mega-menu-li.active > a:hover,
  .we-mega-menu-submenu.products-menu li.we-mega-menu-li.active > a:focus {
    background: #222222;
    color: #FFFFFF;
  }
  .we-mega-menu-submenu.products-menu .we-mega-menu-submenu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
  }
  .we-mega-menu-submenu.products-menu .we-mega-menu-submenu-inner .we-mega-menu-row {
    width: 250px;
    padding: 0 15px;
    border-right: solid 1px #CCCCCC;
  }
  .we-mega-menu-submenu.products-menu .type-of-block a {
    color: #161616;
    background-color: unset;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
  }
  .we-mega-menu-submenu.products-menu .type-of-block a:hover {
    color: #384E53;
  }
}

@media only screen and (min-width: 959px) {
  .block-inner .views-field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-inner ul {
    padding-left: 35px;
  }
  .block-inner ul:first-child {
    padding-left: 0;
  }
  .block-inner ul:first-child > li > .views-field-nothing {
    margin-left: 5px;
  }
  .block-inner ul:first-child > li > .views-field-nothing .views-field-field-name a {
    text-transform: uppercase;
    color: #19975D;
  }
  .block-inner ul:first-child > li > .views-field-nothing .views-field-field-name a:hover, .block-inner ul:first-child > li > .views-field-nothing .views-field-field-name a:focus {
    color: #000000;
  }
}

.featured-menu {
  text-align: center;
}
@media only screen and (max-width: 766.9px) {
  .featured-menu {
    border-top: solid 1px #EEEEEE;
    padding-top: 15px;
    margin-top: 15px;
  }
}
.featured-menu .featured-text {
  color: #19975D;
  text-transform: uppercase;
}
.featured-menu h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666666;
}
@media only screen and (max-width: 959px) {
  .products-menu .featured-menu {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .region-we-mega-menu {
    padding: 0;
  }
  .region-we-mega-menu .navbar-toggle {
    display: none;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar {
    position: unset;
    display: block;
    padding: 0;
    width: 100%;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 15px solid #2B2B30;
    position: absolute;
    right: 20px;
    top: -15px;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li ul {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #2B2B30;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul {
    display: none;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul.open-second-level {
    display: block;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul li > ul {
    display: none;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul li > ul.open-third-level {
    display: block;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul li > .views-field-nothing.third-dropdown {
    position: relative;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul li > .views-field-nothing.third-dropdown::after {
    content: "";
    width: 25px;
    height: 36px;
    background: url("../../campbell/images/mobile_right_arrow.png") no-repeat scroll center center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > ul li > .views-field-nothing.third-dropdown.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > .views-field-nothing.second-dropdown {
    position: relative;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > .views-field-nothing.second-dropdown::after {
    content: "";
    width: 25px;
    height: 36px;
    background: url("../../campbell/images/mobile_right_arrow.png") no-repeat scroll center center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li > .views-field-nothing.second-dropdown.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar ul > li a {
    color: #FFFFFF;
    padding: 6px 15px;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar .nav-tabs > li.active > a {
    background-color: #2B2B30;
  }
  .region-we-mega-menu .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a, .region-we-mega-menu .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .region-we-mega-menu .navbar-we-mega-menu .type-of-block {
    display: block;
  }
  .region-we-mega-menu li.we-mega-menu-li.dropdown-menu {
    position: relative;
  }
  .region-we-mega-menu li.we-mega-menu-li.dropdown-menu::after {
    content: "";
    width: 25px;
    height: 39px;
    background: url("../../campbell/images/mobile_right_arrow.png") no-repeat scroll center center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .region-we-mega-menu li.we-mega-menu-li.dropdown-menu.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .region-we-mega-menu a.we-mega-menu-li {
    font-weight: normal;
  }
}

/****** Banner and Slider ******/
.homepage-banner {
  background-image: url("../../campbell/images/banner-bg.jpeg");
  background-size: cover;
  display: block;
  position: relative;
}
.homepage-banner .links {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
@media only screen and (max-width: 766.9px) {
  .homepage-banner .links {
    bottom: 0;
  }
}
.homepage-banner .links .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homepage-banner .links .view-content .views-row a {
  font-size: 16px;
  padding: 0 10px;
  color: #CCCCCC;
  border-right: solid 1px #34CB97;
  text-shadow: 2px 2px 2px #000000;
  text-decoration: none;
}
@media only screen and (max-width: 766.9px) {
  .homepage-banner .links .view-content .views-row a {
    font-size: 12px;
  }
}
.homepage-banner .links .owl-item:first-child a {
  padding-left: 20px;
}
@media only screen and (max-width: 766.9px) {
  .homepage-banner .links .owl-item:first-child a {
    padding-left: 10px;
  }
}
.homepage-banner .links .owl-item:last-child a {
  border-right: 0;
}
.homepage-banner .home-text .owl-stage {
  width: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  -webkit-transition: none !important;
  transition: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homepage-banner .home-text .owl-stage .owl-item {
  width: unset !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  white-space: nowrap;
}
.homepage-banner .home-text .owl-stage .owl-item.active a {
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0;
}
@media only screen and (max-width: 959px) {
  .homepage-banner .slider .owl-stage {
    display: contents;
  }
  .homepage-banner .slider .owl-stage .owl-item {
    width: auto !important;
    margin-right: 0 !important;
    display: none;
  }
  .homepage-banner .slider .owl-stage .owl-item.active {
    display: contents;
  }
}
@media only screen and (max-width: 766.9px) {
  .homepage-banner .slider .owl-item img {
    height: 200px;
  }
}

.owl-nav.disabled {
  display: none;
}

.page-banner {
  background-image: url("../../campbell/images/banner-bg.jpeg");
  background-size: cover;
  display: block;
  position: relative;
}
.page-banner img {
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 766.9px) {
  .page-banner img {
    height: 75px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .page-banner img {
    height: 155px;
  }
}
.page-banner .wrapper-content {
  padding: 0;
}

/****** Products Landing page ******/
.page-title {
  font-size: 35px;
  color: #19975D;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 766.9px) {
  .page-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.addthis-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.products-menu-page {
  margin: 30px 0 25px;
}
@media only screen and (max-width: 959px) {
  .products-menu-page {
    margin: 30px 0 25px;
  }
}
.products-menu-page .menu-block {
  width: 238px;
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 0.5px #CCCCCC;
}
.products-menu-page .menu-block:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 959px) {
  .products-menu-page .menu-block {
    width: 230px;
  }
  .products-menu-page .menu-block:nth-child(3) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 766.9px) {
  .products-menu-page .menu-block {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }
}
.products-menu-page .views-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-menu-page ul {
  padding-left: 35px;
}
.products-menu-page ul:first-child {
  padding-left: 0;
}
.products-menu-page ul:first-child > li > .views-field-nothing {
  margin-left: 5px;
}
.products-menu-page ul:first-child > li > .views-field-nothing .views-field-field-name a {
  text-transform: uppercase;
  color: #19975D;
}
.products-menu-page ul:first-child > li > .views-field-nothing .views-field-field-name a:hover, .products-menu-page ul:first-child > li > .views-field-nothing .views-field-field-name a:focus {
  color: #000000;
}
.products-menu-page ul .views-field-field-name {
  padding-left: 5px;
}
.products-menu-page ul .views-field-field-name a {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-transform: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 3px;
}
.products-menu-page ul .views-field-field-name a:hover, .products-menu-page ul .views-field-field-name a:focus {
  color: #384E53;
}
@media only screen and (min-width: 959px) {
  .products-menu-page .featured-menu-mobile {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .products-menu-page .featured-menu-desktop {
    display: none;
  }
}

/****** featured Products detail page ******/
.featured-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 55px;
  margin-bottom: 10px;
  background: url("../../campbell/images/feature_category_sep.png") center bottom no-repeat;
  font-size: 16px;
}
@media only screen and (max-width: 766.9px) {
  .featured-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 766.9px) {
  .featured-detail.left-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 766.9px) {
  .featured-detail.left-image .main-image {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 766.9px) {
  .featured-detail.right-image .main-image {
    margin-left: 35px;
  }
}
.featured-detail .main-image {
  width: 30%;
}
@media only screen and (max-width: 766.9px) {
  .featured-detail .main-image {
    width: 100%;
  }
  .featured-detail .main-image img {
    width: 100%;
  }
}
.featured-detail .text-section {
  width: 70%;
}
@media only screen and (max-width: 766.9px) {
  .featured-detail .text-section {
    width: 100%;
    margin-bottom: 15px;
  }
}
.featured-detail .text-section strong {
  font-size: 18px;
}
.featured-detail .text-section p {
  color: #585858;
  text-align: justify;
}
.featured-detail .text-section ul {
  list-style-type: disc;
  color: #585858;
  padding-left: 20px;
}
.featured-detail .headline {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  color: #19975D;
  line-height: 36px;
}
.featured-detail .headline .field--name-field-headline h2 {
  font-size: 24px;
  color: #000000;
}

.page-node-type-multisite-featured .field--name-field-video {
  padding-bottom: 60px;
  margin-bottom: 20px;
  background: url("../../campbell/images/feature_category_sep.png") center bottom no-repeat;
}
.page-node-type-multisite-featured .field--name-field-footer-note {
  margin-bottom: 30px;
}
.page-node-type-multisite-featured .field--name-field-footer-note p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
  line-height: 36px;
}
.page-node-type-multisite-featured .headline {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  color: #19975D;
  line-height: 36px;
}
.page-node-type-multisite-featured .headline .field--name-field-headline h2 {
  font-size: 24px;
  color: #000000;
}

.field--name-field-related-products > .field__label,
.field--name-field-related-featured-products > .field__label {
  background: none repeat scroll 0 0 #E6E6E6;
  border: 1px solid #D3D3D3;
  padding: 5px;
  font-size: 14px;
}
.field--name-field-related-products > .field__items,
.field--name-field-related-featured-products > .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.field--name-field-related-products > .field__items > .field__item,
.field--name-field-related-featured-products > .field__items > .field__item {
  width: 20%;
  padding: 6px;
  height: 270px;
  text-align: center;
  margin-bottom: 15px;
  color: #666666;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .field--name-field-related-products > .field__items > .field__item,
  .field--name-field-related-featured-products > .field__items > .field__item {
    width: 25%;
  }
}
@media only screen and (max-width: 766.9px) {
  .field--name-field-related-products > .field__items > .field__item,
  .field--name-field-related-featured-products > .field__items > .field__item {
    width: 100%;
  }
}
.field--name-field-related-products > .field__items > .field__item h2,
.field--name-field-related-featured-products > .field__items > .field__item h2 {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.field--name-field-related-products > .field__items > .field__item img,
.field--name-field-related-featured-products > .field__items > .field__item img {
  width: 135px;
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.field--name-field-related-products > .field__items > .field__item span,
.field--name-field-related-featured-products > .field__items > .field__item span {
  color: #19975D;
  font-size: 12px;
  font-weight: bold;
}

/****** Products Listing page ******/
.product-category-view-section {
  margin: 30px 0;
}

.product-listing .view-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 766.9px) {
  .product-listing .view-header {
    margin-top: 20px;
  }
}
.product-listing .views-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-bottom: solid 1px #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 766.9px) {
  .product-listing .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 766.9px) {
  .product-listing .views-row .views-field {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 959px) {
  .product-listing .views-field-field-media {
    width: 20%;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-field-field-media {
    width: 25%;
  }
}
.product-listing .views-field-field-media img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 766.9px) {
  .product-listing .views-field-field-media img {
    margin: auto;
    display: block;
  }
}
.product-listing .views-field-title {
  color: #19975D;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-field-title {
    width: 15%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-field-title {
    width: 25%;
  }
}
@media only screen and (max-width: 766.9px) {
  .product-listing .views-field-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.product-listing .views-field-field-long-description {
  color: #000000;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-field-field-long-description {
    width: 40%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-field-field-long-description {
    width: 50%;
  }
}
@media only screen and (max-width: 766.9px) {
  .product-listing .views-field-field-long-description {
    text-align: center;
  }
}
.product-listing .views-field-field-long-description a {
  color: #000000;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-field-nothing {
    width: 25%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-field-nothing {
    width: 100%;
  }
}
@media only screen and (max-width: 766.9px) {
  .product-listing .views-field-nothing {
    text-align: center;
    margin-top: 30px;
  }
}
.product-listing .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #CCCCCC;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .title-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 766.9px) {
  .product-listing .title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.product-listing.no-result .title-row {
  display: none;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-media {
    width: 20%;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-media {
    width: 25%;
  }
}
.product-listing .views-title {
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-title {
    width: 15%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-title {
    width: 25%;
  }
}
.product-listing .views-title span {
  color: #666666;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-description {
    width: 40%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-description {
    width: 50%;
  }
}
.product-listing .views-description span {
  color: #666666;
}
@media only screen and (min-width: 959px) {
  .product-listing .views-nothing {
    width: 25%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .views-nothing {
    width: 100%;
  }
}
@media only screen and (min-width: 766.9px) {
  .product-listing .btn-distributor {
    float: right;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-listing .btn-distributor {
    margin-top: 25px;
  }
}

.col-filter {
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .col-filter {
    width: 22%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .col-filter {
    width: 31%;
    margin-right: 4%;
  }
}

.col-list {
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .col-list {
    width: 74%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .col-list {
    width: 65%;
  }
}

.mobile-filter-header {
  display: none;
}

.campbell-product-category-filters,
.view-filters {
  background: #F9F9F9 url("../../campbell/images/left_nav_bg.png") left top repeat-x;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  padding: 5px 15px;
}
.campbell-product-category-filters fieldset,
.view-filters fieldset {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.campbell-product-category-filters fieldset .fieldset-legend,
.view-filters fieldset .fieldset-legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.campbell-product-category-filters fieldset .fieldset-wrapper,
.view-filters fieldset .fieldset-wrapper {
  max-height: 135px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #CCCCCC;
  padding: 10px 5px;
  background: #F9F9F9;
}
.campbell-product-category-filters fieldset .fieldset-wrapper .option,
.view-filters fieldset .fieldset-wrapper .option {
  color: #666666;
  margin-bottom: 0;
}
.campbell-product-category-filters fieldset .fieldset-wrapper .form-type-checkbox,
.view-filters fieldset .fieldset-wrapper .form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.campbell-product-category-filters fieldset .fieldset-wrapper .form-type-checkbox:last-child,
.view-filters fieldset .fieldset-wrapper .form-type-checkbox:last-child {
  margin-bottom: 0;
}

.view-new-products {
  margin: 30px 0;
}
.view-new-products .view-filters .fieldset-wrapper {
  max-height: unset;
}

.view-empty {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #FCD344;
  background-color: #FAFAEC;
  color: #3D6611;
  margin-bottom: 30px;
}

.product-category .view-filters {
  display: none;
}

/****** Pagination ******/
.pager {
  margin: 1rem 0;
}
.pager .pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .pager__items .pager__item {
  padding: 0;
  margin: 0 0.125rem 0.3125rem;
}
.pager .pager__items .pager__item a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #19975D;
  border-radius: 0;
  height: 1.625rem;
  font-weight: 700;
  width: 1.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid #CCCCCC;
  background: #D3D3D3 url("../../campbell/images/pagination_back.png") left top repeat-x;
}
.pager .pager__items .pager__item a span {
  display: none;
}
.pager .pager__items .pager__item.is-active a {
  height: 1.875rem;
  color: #666666;
  border-color: #666666;
}
.pager__item--last, .pager__item--first {
  display: none !important;
}
.pager__item--previous a, .pager__item--next a {
  position: relative;
}
.pager__item--previous a:after, .pager__item--next a:after {
  width: 0;
  top: 50%;
  left: 50%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pager__item--previous a:after {
  border-right: 0.5rem solid #161616;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
}
.pager__item--next a:after {
  border-left: 0.5rem solid #161616;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
}

.breadcrumb {
  font-size: 12px;
  padding: 7px 6px;
  display: block;
  color: #999999;
  background: url("../../campbell/images/breadcrumb_back.png") left top no-repeat;
}
@media only screen and (min-width: 959px) {
  .breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 959px) {
  .breadcrumb {
    background-size: cover;
    padding: 7px 0;
  }
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li a:hover {
  color: #999999;
}
.breadcrumb li::before {
  content: ">";
}

/****** Media Center Page ******/
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin: 30px 0;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .media-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 766.9px) {
  .media-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media-grid__item {
  margin-bottom: 6px;
}
.media-grid__item a {
  height: 245px;
  text-decoration: none;
  display: block;
  padding: 50px 15px 15px;
  background: url("../../campbell/images/mediacenter_block_back.png") left top repeat-x #666666;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18.35px;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 766.9px) {
  .media-grid__item a {
    height: 280px;
  }
}
.media-grid__item a:hover {
  background: url("../../campbell/images/mediacenter_block_back_hover.png") left top repeat-x #26723E;
}
.media-grid__icon {
  background: url("../../campbell/images/mediacenter_icons.png") left -250px no-repeat;
  width: 57px;
  height: 36px;
  display: block;
  margin-bottom: 15px;
}
.media-grid__icon.news-icon {
  background: url("../../campbell/images/mediacenter_icons.png") left top no-repeat;
}
.media-grid__icon.video-icon {
  background: url("../../campbell/images/mediacenter_icons.png") left -194px no-repeat;
}
.media-grid__icon.news-release-icon {
  background: url("../../campbell/images/mediacenter_icons.png") left -67px no-repeat;
}

/****** Products Detail page ******/
.product-detail {
  padding: 10px 0;
}
.product-detail h1 {
  font-size: 30px;
  font-weight: bold;
  color: #19975D;
  margin: 0;
}
@media only screen and (max-width: 766.9px) {
  .product-detail h1 {
    font-size: 18px;
  }
}
.product-detail .features-head {
  background: url("../../campbell/images/features_tab_h_back.png") center bottom no-repeat;
  display: block;
  padding: 10px 0;
  color: #19975D;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}
.product-detail .catalog-number {
  color: #19975D;
  margin: 10px 0 15px;
  font-weight: bold;
  font-size: 12px;
}
.product-detail .row {
  width: 100%;
}
@media only screen and (max-width: 766.9px) {
  .product-detail .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 766.9px) {
  .product-detail__slider {
    width: 50%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 959px) {
  .product-detail__links {
    width: 30%;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .product-detail__links {
    width: 45%;
  }
}
.product-detail__links .wrapper-content {
  width: unset;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-detail__links .addthis-containers {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-detail .links__item {
  margin-bottom: 3px;
  display: inline-block;
}
.product-detail .links__item a {
  min-width: 217px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .watch-video {
  color: #19975D;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  float: left;
  display: block;
  padding: 3px 0 3px 32px;
  background: url("../../campbell/images/watch_video_icon.png") left 5px no-repeat;
}
@media only screen and (max-width: 766.9px) {
  .product-detail .watch-video {
    margin: 10px 10px 15px;
  }
}

ul.field--name-field-product-features {
  list-style-type: disc;
  margin-left: 22px;
}
ul.field--name-field-product-features li {
  font-size: 12px;
  line-height: 22px;
}

.product-specifications .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px;
  border-bottom: 1px solid #D8D8D8;
}
.product-specifications .field__item:nth-child(even) {
  background: #F0F0F0;
}
.product-specifications .field__item .specs-key {
  width: 25%;
  margin-right: 5%;
  font-weight: bold;
}
.product-specifications .field__item .specs-value {
  width: 70%;
}

.product-tabs__content {
  margin-top: 30px;
}

.swiper-container {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .swiper-container.video-top {
    width: unset;
  }
}
@media only screen and (max-width: 959px) {
  .swiper-container {
    width: 300px;
  }
}

.gallery-thumbs {
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .gallery-thumbs {
    width: 300px;
  }
}
.gallery-thumbs .swiper-wrapper {
  padding: 15px 35px 15px 20px;
  width: 88%;
}
@media only screen and (max-width: 766.9px) {
  .gallery-thumbs .swiper-wrapper {
    padding: 15px 0;
  }
}
.gallery-thumbs .swiper-slide {
  width: 56px !important;
  height: 56px !important;
  border: 1px solid #D3D3D3;
  overflow: hidden;
  padding: 3px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #3D6611;
}
.gallery-thumbs .swiper-slide img,
.gallery-thumbs .swiper-slide .media {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery-top {
  overflow: hidden;
}
.gallery-top .swiper-slide {
  width: 360px;
  height: 360px;
}
.gallery-top img {
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  width: 360px;
  height: 360px;
  margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -5px !important;
  background: url("../../campbell/images/next.png") no-repeat scroll center center !important;
}

.swiper-button-prev {
  left: -5px !important;
  background: url("../../campbell/images/back.png") no-repeat scroll center center !important;
}

.video-image-thumbnail .vedio-gallery {
  padding: 0 10px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background: url("../../campbell/images/video_thumb.jpeg") no-repeat center center !important;
}
.video-image-thumbnail .vedio-gallery .field--name-field-product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.video-image-thumbnail .vedio-gallery iframe {
  z-index: -3;
}

.video-slider.vedio-gallery {
  display: none;
}

.mfp-video-gallery .mfp-content {
  max-width: 1000px;
  margin: auto;
  background: #FFFFFF;
  padding: 35px 20px 5px;
  border-radius: 10px;
}
.mfp-video-gallery .video-slider.vedio-gallery {
  display: block;
}
.mfp-video-gallery .video-slider.vedio-gallery .video-field {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 766.9px) {
  .mfp-video-gallery .video-slider.vedio-gallery .video-field .media--type-remote-video {
    height: 400px;
  }
}
.mfp-video-gallery .video-slider.vedio-gallery .video-top .swiper-wrapper,
.mfp-video-gallery .video-slider.vedio-gallery .video-top iframe {
  height: 300px;
}
@media only screen and (max-width: 766.9px) {
  .mfp-video-gallery .video-slider.vedio-gallery .video-top .swiper-wrapper,
  .mfp-video-gallery .video-slider.vedio-gallery .video-top iframe {
    height: 400px;
  }
}
.mfp-video-gallery .video-slider.vedio-gallery .video-thumbs .swiper-wrapper {
  padding: 15px 20px;
  width: 95%;
}
@media only screen and (max-width: 766.9px) {
  .mfp-video-gallery .video-slider.vedio-gallery .video-thumbs .swiper-wrapper {
    padding: 15px 0;
    width: 85%;
  }
}
.mfp-video-gallery .video-slider.vedio-gallery .video-thumbs .swiper-slide {
  width: 90px !important;
  height: 90px !important;
  border: 1px solid #D3D3D3;
  overflow: hidden;
  padding: 3px;
  cursor: pointer;
}
.mfp-video-gallery .video-slider.vedio-gallery .video-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #3D6611;
}
.mfp-video-gallery .mfp-close {
  padding: 0 35px;
}
.mfp-video-gallery .mfp-close:active {
  top: unset;
}

/****** Homepage featured sections ******/
.feature-top img {
  width: 100%;
}

.feature-desc {
  background: url("../../campbell/images/home_feature_desc.png") repeat-x scroll left top #19975D;
  background-color: #19975D;
  color: #FFFFFF;
  font-size: 13px;
  padding: 15px 20px 15px 35px;
  min-height: 77px;
}
.feature-desc h3 {
  font-size: 28px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  color: inherit;
  letter-spacing: -0.05em;
  line-height: 33px;
  text-shadow: 0 0 4px #666666;
}
.feature-desc p {
  margin-bottom: 0;
  color: #FFFFFF;
  display: inline-block;
}
.feature-desc a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.view-homepage-news .views-row {
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CCCCCC;
}
.view-homepage-news .views-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.view-homepage-news .views-row .views-field-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin: 0;
}
.view-homepage-news .views-row .views-field-field-date {
  text-transform: uppercase;
  color: #666666;
  display: block;
}
.view-homepage-news .views-row a {
  color: #19975D;
  text-decoration: none;
}

.col-sidebar .homepage-sidebar-block:last-child {
  background: none;
  margin-bottom: 0;
}

.homepage-sidebar-block {
  background: url("../../campbell/images/siderbar_block_sep.png") center bottom no-repeat;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.homepage-sidebar-block .block-title,
.homepage-sidebar-block h2 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 5px 0 10px;
  text-transform: uppercase;
  line-height: 28px;
  display: block;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, sans-serif;
}

.field--type-block-field .homepage-sidebar-block {
  background: none;
}

.webform-submission-sign-up-form input.form-email {
  width: 90%;
  margin-bottom: 3px;
}
.webform-submission-sign-up-form .description strong {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.webform-submission-sign-up-form .form-item,
.webform-submission-sign-up-form .form-actions {
  margin: 0;
}

@media only screen and (max-width: 766.9px) {
  .block-capbell-video a,
  .block-campbell-strength a,
  .block-catalogs a {
    text-align: center;
    display: block;
  }
}

.feature-list-wrap .views-row {
  padding: 0 5px;
}
.feature-list-wrap .feature-list {
  position: relative;
  display: block;
  color: #FFFFFF;
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
}
.feature-list-wrap .feature-list:hover .overlay {
  background: none;
}
@media only screen and (max-width: 766.9px) {
  .feature-list-wrap .feature-list {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .feature-list-wrap .feature-list {
    width: 230px;
    height: 230px;
  }
}
.feature-list-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-list-wrap .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#666666), to(#19975D));
  background: linear-gradient(to top, #666666 0%, #19975D 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.7;
}
.feature-list-wrap .overlay-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 10px;
}
.feature-list-wrap .overlay-text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0;
  text-align: center;
  font-size: 18px;
  text-shadow: 0 0 3px #585858, 0 0 3px #585858;
  color: #FFFFFF;
}
.feature-list-wrap .overlay-text .bottom-text {
  position: absolute;
  bottom: 10px;
}
.feature-list-wrap .overlay-text .bottom-text p {
  margin-bottom: 0;
  font-weight: bold;
  color: #FFFFFF;
}

.market-details {
  width: 100%;
  padding: 0;
  margin: 14px 0 0;
}
.market-details__title {
  color: #19975D;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 15px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
@media only screen and (max-width: 959px) {
  .market-details__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 766.9px) {
  .market-details__title {
    font-size: 25px;
    line-height: 25px;
  }
}
.market-details__image {
  margin: 0;
  padding: 0;
  width: 100%;
}
.market-details__image a {
  border: 0;
  outline: 0;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.market-details__image img {
  width: 100%;
  height: auto;
}
.market-details__description {
  width: 100%;
  color: #FFFFFF;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 6px 0 0;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../images/home_middle_desc.png") repeat-x left top #19975D;
}
.market-details__description .left {
  width: calc(100% - 40px);
}
.market-details__description .right {
  width: 30px;
}
.market-details__description .right img {
  width: 100%;
  height: 100%;
}
.market-details__description .market-details__title {
  color: #FFFFFF;
  font-size: 60px;
  margin: 0 0 4px;
  line-height: 60px;
  letter-spacing: -1.4px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, sans-serif;
}
@media only screen and (max-width: 959px) {
  .market-details__description .market-details__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 766.9px) {
  .market-details__description .market-details__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 359px) {
  .market-details__description .market-details__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.market-details__description .field--name-field-short-description p {
  margin: 0;
}
.market-details__body {
  color: #161616;
  font-size: 14px;
  line-height: 1.2;
  margin: 18px 0 24px;
}
@media only screen and (max-width: 959px) {
  .market-details__body {
    margin: 18px 0 24px;
  }
}
@media only screen and (max-width: 766.9px) {
  .market-details__body {
    margin: 16px 0 18px;
  }
}
@media only screen and (max-width: 359px) {
  .market-details__body {
    margin: 16px 0;
  }
}
.market-details__body p {
  color: #161616;
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-word;
}
@media only screen and (max-width: 766.9px) {
  .market-details__body p {
    margin: 16px 0;
  }
}

/****** Where to buy ******/
.where-to-buy-top {
  font-size: 17px;
  color: #999999;
  margin: 5px 0 15px;
}
.where-to-buy-top p {
  margin-bottom: 0;
}
.where-to-buy-top strong {
  color: #000000;
}

.where-to-buy .view-filters {
  padding: 15px;
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
}
.where-to-buy h4 {
  text-align: center;
  color: #19975D;
  font-size: 24px;
  font-weight: bold;
}
.where-to-buy input,
.where-to-buy select {
  width: 185px;
  height: 30px;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .where-to-buy input,
  .where-to-buy select {
    width: 220px;
  }
}
@media only screen and (max-width: 766.9px) {
  .where-to-buy input,
  .where-to-buy select {
    width: 100%;
  }
}
.where-to-buy input::-webkit-input-placeholder, .where-to-buy select::-webkit-input-placeholder {
  padding: 0 5px;
}
.where-to-buy input::-moz-placeholder, .where-to-buy select::-moz-placeholder {
  padding: 0 5px;
}
.where-to-buy input:-ms-input-placeholder, .where-to-buy select:-ms-input-placeholder {
  padding: 0 5px;
}
.where-to-buy input::-ms-input-placeholder, .where-to-buy select::-ms-input-placeholder {
  padding: 0 5px;
}
.where-to-buy input::placeholder,
.where-to-buy select::placeholder {
  padding: 0 5px;
}
.where-to-buy .form-actions {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 959px) {
  .where-to-buy .form-actions {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .where-to-buy .form-actions {
    margin-top: 0;
  }
}
.where-to-buy .form-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .where-to-buy .form-submit {
    margin-top: 13px;
    display: initial;
  }
}
.where-to-buy .views-exposed-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.where-to-buy .views-exposed-form .form-item label {
  text-transform: uppercase;
  color: #666666;
  font-weight: normal;
}
.where-to-buy .views-exposed-form .form-item .form-item--error-message {
  position: absolute;
  bottom: -17px;
}
.where-to-buy .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 766.9px) {
  .where-to-buy .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 766.9px) {
  .where-to-buy .form--inline {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.where-to-buy .view-footer {
  margin-bottom: 30px;
}
.where-to-buy .view-footer a {
  color: #19975D;
  text-decoration: underline;
  text-transform: uppercase;
}
.where-to-buy .attachment {
  margin: 20px 0;
}
.where-to-buy .attachment .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 766.9px) {
  .where-to-buy .attachment .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.where-to-buy .attachment .view-content .organization {
  font-weight: bold;
}
.where-to-buy .attachment .view-content .views-row {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 766.9px) {
  .where-to-buy .attachment .view-content .views-row {
    padding: 0;
  }
}
@media only screen and (min-width: 959px) {
  .where-to-buy .attachment .view-content .views-row {
    width: 200px;
  }
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .where-to-buy .attachment .view-content .views-row {
    width: 180px;
  }
}
.where-to-buy .attachment .address {
  margin-bottom: 0;
}
.where-to-buy .attachment .views-field-field-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.where-to-buy .attachment .views-field-field-phone-number .views-label {
  margin-right: 5px;
}
.where-to-buy .views-field-nothing a {
  color: #19975D;
  text-decoration: underline;
}
.where-to-buy .find-local-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
}
@media only screen and (min-width: 766.9px) {
  .where-to-buy .find-local-or {
    position: relative;
    top: 10px;
  }
}

/****** Contact page ******/
.about-uscontact-us #wrapper .block-page-title-block {
  max-width: 1000px;
  margin: 0 auto;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .about-uscontact-us #wrapper .block-page-title-block {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 959px) {
  .about-uscontact-us #wrapper .block-page-title-block {
    width: 1000px;
  }
}
.about-uscontact-us #wrapper .block-page-title-block .page-title {
  margin: 15px 0 25px;
}

.contact-accordion .accordion-title {
  position: relative;
  color: #19975D;
  font-size: 18px;
  display: block;
  padding: 10px 40px 10px 10px;
  word-break: break-word;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
  background-image: linear-gradient(#EEEEEE, #FFFFFF);
}
.contact-accordion .accordion-title::after {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 40%;
  background: url("../../campbell/images/accord_arrow_down.png") no-repeat;
}
@media only screen and (max-width: 766.9px) {
  .contact-accordion .accordion-title::after {
    right: 0;
  }
}
.contact-accordion .accordion-title.active::after {
  background: url("../../campbell/images/accord_arrow_up.png") no-repeat;
}
.contact-accordion .accordion-content {
  padding: 10px 0;
}
.contact-accordion .accordion-content p {
  font-size: 13px;
}

.contact-sidebar {
  font-size: 15px;
  color: #666666;
  margin-bottom: 15px;
  line-height: 1.1;
}
.contact-sidebar .sidebar-title {
  font-size: 16.94px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}
.contact-sidebar a {
  color: #19975D;
  text-decoration: underline;
}
.contact-sidebar a:hover {
  color: #19975D;
}
.contact-sidebar p {
  margin: 0 0 5px;
}

.want-to-hear p {
  font-size: 17px;
  color: #999999;
  margin: 20px 0;
  line-height: 1.2;
}
.want-to-hear strong {
  color: #000000;
}
.want-to-hear a {
  font-size: 12px;
  text-decoration: none;
  color: #19975D;
}

.contact-title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
}

.webform-submission-contact-us-form label,
.webform-submission-contact-us-form .fieldset-legend {
  font-weight: normal;
  color: #666666;
}
.webform-submission-contact-us-form .form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webform-submission-contact-us-form .form-radio {
  width: unset;
  margin-top: 0;
  margin-right: 3px;
}
.webform-submission-contact-us-form .option {
  margin-bottom: 0;
}
.webform-submission-contact-us-form .form-required:after {
  margin: 0 0.2em;
  background-size: 4px 4px;
}
.webform-submission-contact-us-form .form-type-processed-text a {
  font-size: 12px;
  text-decoration: underline;
  color: #19975D;
}
.webform-submission-contact-us-form .captcha {
  border: 0;
}
.webform-submission-contact-us-form .captcha summary,
.webform-submission-contact-us-form .captcha .details-description {
  display: none;
}
.webform-submission-contact-us-form .captcha .details-wrapper {
  padding: 0;
}
.webform-submission-contact-us-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.webform-submission-contact-us-form .form-actions .webform-button--reset {
  color: #666666;
  background: #CCCCCC;
  border-color: #CCCCCC;
}
.webform-submission-contact-us-form .form-actions .webform-button--reset:hover {
  color: #000000;
}

.required-fields-contact {
  color: #CC0000;
}

.accordion-content {
  display: none;
  overflow: hidden;
}

.news-accordion-content {
  display: none;
  overflow: hidden;
}

.market-other .view-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media only screen and (max-width: 766.9px) {
  .market-other .view-content {
    margin: 0 -14px;
  }
}
@media only screen and (max-width: 359px) {
  .market-other .view-content {
    margin: 0 -12px;
  }
}
.market-other__card {
  width: 25%;
  padding: 0 16px;
  margin: 0 0 16px;
}
@media only screen and (max-width: 766.9px) {
  .market-other__card {
    width: 50%;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 359px) {
  .market-other__card {
    width: 100%;
    padding: 0 12px;
  }
}
.market-other__card a {
  border: 0;
  outline: 0;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  text-decoration: none;
}
.market-other__card .title {
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/home_middle_desc.png") repeat-x left top #19975D;
}

.market-content {
  font-size: 14px;
  color: #999999;
}

.market-landing {
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 7px;
}
@media only screen and (min-width: 959px) {
  .market-landing {
    width: 90%;
  }
}
@media only screen and (max-width: 766.9px) {
  .market-landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.market-landing__list.first {
  grid-column: 1/span 2;
}
.market-landing .market-image {
  overflow: hidden;
}
.market-landing .market-image img {
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 959px) {
  .market-landing .market-image img {
    height: 200px;
  }
}
.market-landing .market-desc {
  position: relative;
  background: url("../../campbell/images/home_feature_desc.png") repeat-x scroll left top #19975D;
  background-color: #19975D;
  color: #FFFFFF;
  padding: 10px 10px 30px;
  min-height: 110px;
}
.market-landing .market-desc h3 {
  font-size: 30px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  color: inherit;
  line-height: 45px;
  width: 85%;
}
@media only screen and (max-width: 959px) {
  .market-landing .market-desc h3 {
    font-size: 24px;
    line-height: 35px;
  }
}
.market-landing .market-desc p {
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #FFFFFF;
}
.market-landing .market-desc .mkt-logo {
  min-width: 40px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.market-landing a {
  display: block;
}
.market-landing a:hover, .market-landing a:focus {
  text-decoration: none;
}
.market-landing a:hover h3,
.market-landing a:hover p, .market-landing a:focus h3,
.market-landing a:focus p {
  text-shadow: 0 0 4px #666666;
}

.path-user .block-local-tasks-block,
.path-user .user-login-form,
.path-user .user-pass {
  margin: 0 auto;
  max-width: 1000px;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .path-user .block-local-tasks-block,
  .path-user .user-login-form,
  .path-user .user-pass {
    padding: 0 20px;
  }
}
.path-user .user-login-form,
.path-user .user-pass {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 959px) {
  .path-user .user-login-form,
  .path-user .user-pass {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 959px) {
  .path-user .user-login-form,
  .path-user .user-pass {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.path-user .block-local-tasks-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766.9px) {
  .path-user .block-local-tasks-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.path-user .block-local-tasks-block .tabs .primary {
  padding: 0;
  margin: 0 -12px;
}
.path-user .block-local-tasks-block .tabs li {
  margin: 0;
  padding: 0 12px;
  position: relative;
}
.path-user .block-local-tasks-block .tabs li:not(:first-child):before {
  top: 2px;
  left: -2px;
  content: "|";
  position: absolute;
  color: #333333;
}
.path-user .block-local-tasks-block .tabs a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.2px;
  background-color: transparent;
}
.path-user .block-local-tasks-block .tabs a.is-active {
  color: #19975D;
}
.path-user .main-contane form label {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.2px;
}
.path-user .main-contane form label:after {
  content: "";
  background-image: url("../../campbell/images/required.svg");
}
.path-user .main-contane form .form-item {
  margin: 0 0 30px;
}
@media only screen and (max-width: 766.9px) {
  .path-user .main-contane form .form-item {
    margin: 0 0 15px;
  }
}
.path-user .main-contane form .form-item input {
  height: 53px;
  padding: 12px 15px;
  border: 1px solid #CCCCCC;
}
@media only screen and (max-width: 766.9px) {
  .path-user .main-contane form .form-item input {
    height: 43px;
  }
}
.path-user .main-contane form .form-item .description {
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0 0;
  color: #333333;
  letter-spacing: 0.1px;
}
.path-user .main-contane form .form-actions {
  padding: 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 766.9px) {
  .path-user .main-contane form .form-actions {
    margin: 0 0 15px;
  }
}
.path-user .main-contane form .form-actions .button {
  min-height: 53px;
  min-width: 200px;
  border-radius: 4px;
}
@media only screen and (max-width: 766.9px) {
  .path-user .main-contane form .form-actions .button {
    min-height: 43px;
    min-width: 150px;
  }
}
.path-user .main-contane form.user-pass .form-item {
  margin: 0;
}
.path-user .main-contane form.user-pass p {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.1px;
}
.path-user .main-contane form.user-pass .form-actions {
  margin: 30px 0;
}
@media only screen and (max-width: 766.9px) {
  .path-user .main-contane form.user-pass .form-actions {
    margin: 15px 0;
  }
}

article[about="/page-not-found"] .node__content,
article[about="/access-denied"] .node__content {
  margin: 0 auto;
  min-height: 500px;
  max-width: 1000px;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  article[about="/page-not-found"] .node__content,
  article[about="/access-denied"] .node__content {
    padding: 0 20px;
    min-height: 300px;
  }
}
article[about="/page-not-found"] .node__content h2,
article[about="/access-denied"] .node__content h2 {
  float: left;
  color: #19975D;
  margin: 20px 0 8px;
}
article[about="/page-not-found"] .node__content p,
article[about="/access-denied"] .node__content p {
  clear: both;
  color: #333333;
  margin: 0 0 24px;
}
article[about="/page-not-found"] .node__content p.left,
article[about="/access-denied"] .node__content p.left {
  float: left;
  margin: 0 0 56px;
  width: calc(100% - 170px);
}
@media only screen and (max-width: 959px) {
  article[about="/page-not-found"] .node__content p.left,
  article[about="/access-denied"] .node__content p.left {
    width: 100%;
    margin: 0 0 36px;
  }
}
@media only screen and (max-width: 766.9px) {
  article[about="/page-not-found"] .node__content p.left,
  article[about="/access-denied"] .node__content p.left {
    margin: 0 0 20px;
  }
}
article[about="/page-not-found"] .node__content p.right,
article[about="/access-denied"] .node__content p.right {
  width: 150px;
  float: right;
  clear: none;
  margin: 0 0 56px;
}
@media only screen and (max-width: 959px) {
  article[about="/page-not-found"] .node__content p.right,
  article[about="/access-denied"] .node__content p.right {
    width: 100%;
    text-align: center;
    margin: 0 0 36px;
  }
}
@media only screen and (max-width: 766.9px) {
  article[about="/page-not-found"] .node__content p.right,
  article[about="/access-denied"] .node__content p.right {
    margin: 0 0 20px;
  }
}
article[about="/page-not-found"] .node__content p.right a,
article[about="/access-denied"] .node__content p.right a {
  min-width: 150px;
}
@media only screen and (max-width: 959px) {
  article[about="/page-not-found"] .node__content p.right a,
  article[about="/access-denied"] .node__content p.right a {
    display: inline-block;
  }
}
article[about="/page-not-found"] .node__content p.full-image,
article[about="/access-denied"] .node__content p.full-image {
  clear: both;
  width: 100%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 959px) {
  article[about="/page-not-found"] .node__content p.full-image,
  article[about="/access-denied"] .node__content p.full-image {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 766.9px) {
  article[about="/page-not-found"] .node__content p.full-image,
  article[about="/access-denied"] .node__content p.full-image {
    margin-bottom: 28px;
  }
}
article[about="/page-not-found"] .node__content p.full-image span,
article[about="/access-denied"] .node__content p.full-image span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766.9px) {
  article[about="/page-not-found"] .node__content p.full-image span,
  article[about="/access-denied"] .node__content p.full-image span {
    min-height: 300px;
  }
}
article[about="/page-not-found"] .node__content p.full-image img,
article[about="/access-denied"] .node__content p.full-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us .main-contane .block-page-title-block,
.about-us .main-contane .node__content {
  margin: 0 auto;
  max-width: 1000px;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .about-us .main-contane .block-page-title-block,
  .about-us .main-contane .node__content {
    padding: 0 20px;
  }
}
.about-us .main-contane .page-title {
  padding: 0;
  margin: 15px 0;
}
.about-us .main-contane .field--name-body {
  margin: 18px 0 0;
  padding: 0 0 120px;
}
@media only screen and (max-width: 959px) {
  .about-us .main-contane .field--name-body {
    padding: 0 0 100px;
  }
}
@media only screen and (max-width: 766.9px) {
  .about-us .main-contane .field--name-body {
    margin: 16px 0 0;
    padding: 0 0 80px;
  }
}
.about-us .main-contane .field--name-body:before, .about-us .main-contane .field--name-body:after {
  display: none;
}
.about-us .main-contane .field--name-body h4 {
  margin: 0;
  padding: 0;
  color: #19975D;
  font-weight: 400;
}
.about-us .main-contane .field--name-body p {
  margin: 0 0 30px;
  color: #333333;
}
.about-us .main-contane .field--name-body p a {
  color: #19975D;
  text-decoration: underline;
}

.return-policy #wrapper,
.warranty #wrapper {
  position: relative;
}
.return-policy #wrapper .block-addtothis-apex-custom,
.return-policy #wrapper .block-page-title-block,
.warranty #wrapper .block-addtothis-apex-custom,
.warranty #wrapper .block-page-title-block {
  width: 670px;
  margin: 0 calc((100% - 1000px) / 2);
}
@media only screen and (max-width: 959px) {
  .return-policy #wrapper .block-addtothis-apex-custom,
  .return-policy #wrapper .block-page-title-block,
  .warranty #wrapper .block-addtothis-apex-custom,
  .warranty #wrapper .block-page-title-block {
    width: 455px;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 766.9px) {
  .return-policy #wrapper .block-addtothis-apex-custom,
  .return-policy #wrapper .block-page-title-block,
  .warranty #wrapper .block-addtothis-apex-custom,
  .warranty #wrapper .block-page-title-block {
    width: 100%;
  }
}
.return-policy #wrapper .block-addtothis-apex-custom .page-title,
.return-policy #wrapper .block-page-title-block .page-title,
.warranty #wrapper .block-addtothis-apex-custom .page-title,
.warranty #wrapper .block-page-title-block .page-title {
  margin: 15px 0 0;
}
.return-policy #wrapper .block-addtothis-apex-custom .wrapper-content,
.return-policy #wrapper .block-page-title-block .wrapper-content,
.warranty #wrapper .block-addtothis-apex-custom .wrapper-content,
.warranty #wrapper .block-page-title-block .wrapper-content {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 766.9px) {
  .return-policy #wrapper .wrapper-content .main-content,
  .warranty #wrapper .wrapper-content .main-content {
    margin: 0 0 20px;
  }
}
.return-policy #wrapper .wrapper-content .main-content .node__content .field--name-body p,
.warranty #wrapper .wrapper-content .main-content .node__content .field--name-body p {
  margin: 19px 0;
  color: #333333;
}
.return-policy #wrapper .wrapper-content .main-content .node__content .field--name-body a,
.warranty #wrapper .wrapper-content .main-content .node__content .field--name-body a {
  color: #19975D;
  text-decoration: underline;
}
.return-policy #wrapper .wrapper-content .sidebar-second,
.warranty #wrapper .wrapper-content .sidebar-second {
  padding: 10px 30px;
  margin: -100px 0 30px;
}
@media only screen and (max-width: 1367px) {
  .return-policy #wrapper .wrapper-content .sidebar-second,
  .warranty #wrapper .wrapper-content .sidebar-second {
    margin: -80px 0 25px;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 959px) {
  .return-policy #wrapper .wrapper-content .sidebar-second,
  .warranty #wrapper .wrapper-content .sidebar-second {
    margin: -60px 0 20px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 766.9px) {
  .return-policy #wrapper .wrapper-content .sidebar-second,
  .warranty #wrapper .wrapper-content .sidebar-second {
    margin: 0 0 20px;
    padding: 10px 15px;
  }
}
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell {
  padding: 0;
}
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body a,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body a {
  color: #19975D;
  text-decoration: underline;
}
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body h5,
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body h3,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body h5,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body h3 {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body h3,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body h3 {
  margin: 0 0 35px;
}
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body p,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body p {
  margin: 5px 0;
}
.return-policy #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body p strong,
.warranty #wrapper .wrapper-content .sidebar-second .block-fixed-block-contentcontact-campbell .field--name-body p strong {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #666666;
}
.return-policy #wrapper .wrapper-content .sidebar-second .underline,
.warranty #wrapper .wrapper-content .sidebar-second .underline {
  margin: 0 0 15px !important;
  padding: 0 0 30px;
  background: url("../../campbell/images/contactus_right_block_sep.png") left bottom no-repeat !important;
}

#block-contactcampbell h4 {
  font-size: 16.94px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}

.media-center-type {
  margin-top: 15px;
}
.media-center-type .title {
  font-size: 35px;
  color: #19975D;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 35px;
  font-family: Arial, sans-serif;
}
.media-center-type .filter {
  width: 660px;
  margin: 0 auto;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type .filter {
    width: 100%;
  }
}
.media-center-type .filter .view-filters {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.media-center-type .filter .view-filters form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type .filter .view-filters form .form--inline {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
.media-center-type .filter .view-filters form .form--inline label {
  margin: 0;
  width: 100px;
  padding: 0 8px 0 0;
}
.media-center-type .filter .view-filters form .form--inline > div {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type .filter .view-filters form .form--inline > div {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
}
.media-center-type .filter .view-filters form .form--inline > div select {
  padding: 2px;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type .filter .view-filters form .form--inline > div select {
    width: 100%;
  }
}
.media-center-type .filter .view-filters form .form--inline > div.form-actions .button {
  border-radius: 4px;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type .filter .view-filters form .form--inline > div.form-actions {
    width: 100%;
    margin: 16px 0 0;
  }
}
.media-center-type__wrap {
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type__wrap {
    width: 100%;
    margin: 20px 0 0;
  }
}
.media-center-type__card {
  margin: 0 0 60px;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 766.9px) {
  .media-center-type__card {
    width: 100%;
    margin: 0 0 30px;
  }
}
.media-center-type__card:not(:nth-child(2n)) {
  margin-right: 60px;
}
@media only screen and (max-width: 766.9px) {
  .media-center-type__card:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.media-center-type__card a {
  border: 0;
  outline: 0;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.media-center-type__image {
  padding: 0;
  width: 100%;
  margin: 0 0 15px;
}
.media-center-type__image img {
  height: auto;
  max-width: 100%;
}
.media-center-type__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 20px;
  color: #666666;
}
.media-center-type__title a {
  font-size: 20px;
  line-height: 1.2;
  color: #666666;
}
.media-center-type__date {
  font-size: 12px;
  color: #19975D;
  line-height: 1.2;
  padding-left: 20px;
}

.signup-webform-media-center {
  padding: 30px;
  margin: 0 auto;
  max-width: 1000px;
  margin: 20px auto 25px;
  word-wrap: break-word;
  background: url("../../campbell/images/img_news_bg_tile.png") left top repeat-x #EEEEEE;
}
@media only screen and (max-width: 959px) {
  .signup-webform-media-center {
    padding: 20px;
    margin: 18px 0;
  }
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center {
    margin: 16px 0;
  }
}
.signup-webform-media-center h2 {
  display: none;
}
.signup-webform-media-center form {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center form {
    margin: 0;
    text-align: center;
  }
}
.signup-webform-media-center form > div {
  padding: 0 15px;
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center form > div {
    padding: 0;
  }
}
.signup-webform-media-center form .form-item {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center form .form-item {
    width: 100%;
  }
}
.signup-webform-media-center form .form-item .description {
  width: 40%;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
@media only screen and (max-width: 959px) {
  .signup-webform-media-center form .form-item .description {
    width: 40%;
  }
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center form .form-item .description {
    width: 100%;
    margin: 0 0 16px;
  }
}
.signup-webform-media-center form .form-item .description strong {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.signup-webform-media-center form .form-item input.form-email {
  width: 60%;
  padding: 5px;
  border-top: 1px solid #7E7E7E;
  border-left: 1px solid #7E7E7E;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  background: #FFFFFF url("../../campbell/images/search_txt_back.png") left top repeat-x;
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center form .form-item input.form-email {
    width: 100%;
    margin: 0 0 16px;
  }
}
.signup-webform-media-center form .form-actions {
  margin: 0;
  width: 24%;
}
@media only screen and (max-width: 766.9px) {
  .signup-webform-media-center form .form-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.signup-webform-media-center form .form-actions .button {
  border-radius: 4px;
}

.privacy-policy #wrapper .node__content,
.privacy-policy #wrapper .block-addtothis-apex-custom,
.privacy-policy #wrapper .block-page-title-block {
  max-width: 1000px;
  margin: 0 auto;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .privacy-policy #wrapper .node__content,
  .privacy-policy #wrapper .block-addtothis-apex-custom,
  .privacy-policy #wrapper .block-page-title-block {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 959px) {
  .privacy-policy #wrapper .node__content,
  .privacy-policy #wrapper .block-addtothis-apex-custom,
  .privacy-policy #wrapper .block-page-title-block {
    width: 1000px;
  }
}
.privacy-policy #wrapper .node__content .page-title,
.privacy-policy #wrapper .block-addtothis-apex-custom .page-title,
.privacy-policy #wrapper .block-page-title-block .page-title {
  margin: 15px 0 25px;
}
.privacy-policy #wrapper .field--name-body .privacy-policy-logo {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 359px) {
  .privacy-policy #wrapper .field--name-body .privacy-policy-logo {
    width: 500px;
  }
}
.privacy-policy #wrapper .field--name-body .privacy-policy-logo img {
  width: 100%;
  height: auto;
}
.privacy-policy #wrapper .field--name-body a {
  color: #19975D;
  text-decoration: underline;
}
.privacy-policy #wrapper .field--name-body h4 {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 16px;
  color: #19975D;
}
.privacy-policy #wrapper .field--name-body hr {
  border: 1px solid #CCCCCC;
}
.privacy-policy #wrapper .field--name-body strong {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #333333;
}
.privacy-policy #wrapper .field--name-body p {
  color: #333333;
  margin: 0 0 16px;
}
.privacy-policy #wrapper .field--name-body > ul {
  padding: 0;
  margin: 0 0 18px 15px;
}
@media only screen and (max-width: 766.9px) {
  .privacy-policy #wrapper .field--name-body > ul {
    margin: 0 0 16px 15px;
  }
}
.privacy-policy #wrapper .field--name-body > ul > li {
  padding: 0;
  margin: 0 0 10px;
  list-style: disc;
}
.privacy-policy #wrapper .field--name-body > ul > li > ul {
  margin: 18px 0 18px 25px;
}
@media only screen and (max-width: 766.9px) {
  .privacy-policy #wrapper .field--name-body > ul > li > ul {
    margin: 16px 0 16px 20px;
  }
}
.privacy-policy #wrapper .field--name-body > ul > li > ul > li {
  padding: 0;
  margin: 0 0 10px;
  list-style: circle;
}

.companion-brands #wrapper .block-addtothis-apex-custom,
.companion-brands #wrapper .block-page-title-block,
.companion-brands #wrapper .node__content {
  margin: 0 auto;
  max-width: 1000px;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .companion-brands #wrapper .block-addtothis-apex-custom,
  .companion-brands #wrapper .block-page-title-block,
  .companion-brands #wrapper .node__content {
    padding: 0 20px;
  }
}
.companion-brands #wrapper .block-addtothis-apex-custom .page-title,
.companion-brands #wrapper .block-page-title-block .page-title,
.companion-brands #wrapper .node__content .page-title {
  margin: 15px 0 0;
}
.companion-brands #wrapper .block-addtothis-apex-custom .field--name-body,
.companion-brands #wrapper .block-page-title-block .field--name-body,
.companion-brands #wrapper .node__content .field--name-body {
  margin: 18px 0 0;
}
.companion-brands #wrapper .block-addtothis-apex-custom .field--name-body p,
.companion-brands #wrapper .block-page-title-block .field--name-body p,
.companion-brands #wrapper .node__content .field--name-body p {
  margin: 0 0 15px;
}
.companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .left,
.companion-brands #wrapper .block-page-title-block .field--name-body .left,
.companion-brands #wrapper .node__content .field--name-body .left {
  float: left;
  width: 150px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 766.9px) {
  .companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .left,
  .companion-brands #wrapper .block-page-title-block .field--name-body .left,
  .companion-brands #wrapper .node__content .field--name-body .left {
    margin: 20px auto 0;
    width: 100%;
  }
}
.companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .left img,
.companion-brands #wrapper .block-page-title-block .field--name-body .left img,
.companion-brands #wrapper .node__content .field--name-body .left img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 766.9px) {
  .companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .left img,
  .companion-brands #wrapper .block-page-title-block .field--name-body .left img,
  .companion-brands #wrapper .node__content .field--name-body .left img {
    width: 150px;
    margin: 0 auto;
  }
}
.companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .right,
.companion-brands #wrapper .block-page-title-block .field--name-body .right,
.companion-brands #wrapper .node__content .field--name-body .right {
  margin: 0;
  float: right;
  color: #999999;
  width: calc(100% - 170px);
}
@media only screen and (max-width: 766.9px) {
  .companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .right,
  .companion-brands #wrapper .block-page-title-block .field--name-body .right,
  .companion-brands #wrapper .node__content .field--name-body .right {
    width: 100%;
  }
}
.companion-brands #wrapper .block-addtothis-apex-custom .field--name-body .right strong,
.companion-brands #wrapper .block-page-title-block .field--name-body .right strong,
.companion-brands #wrapper .node__content .field--name-body .right strong {
  color: #333333;
}
.companion-brands__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 18px 0 0;
}
.companion-brands__card {
  padding: 0;
  width: 305px;
  height: 260px;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  background-position: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../../campbell/images/Crescent-rolloverNEW-4.3.19.png");
}
.companion-brands__card:after {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.5;
  height: 100%;
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#33CC66), to(#33CC66));
  background-image: linear-gradient(to top, #33CC66 0%, #33CC66 100%);
}
.companion-brands__card .link {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.companion-brands__card:hover:after {
  background-image: none;
}
.companion-brands__card:hover .companion-brands__logo {
  background-image: url("../../campbell/images/CrescentNEWOrange.png");
}
.companion-brands__logo {
  z-index: 1;
  left: 24px;
  width: 169px;
  height: 34px;
  bottom: 125px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../../campbell/images/Crescent-New-WHITE.png");
}
.companion-brands__caption {
  bottom: 0;
  z-index: 50;
  width: 100%;
  padding: 10px;
  position: absolute;
}
.companion-brands__caption .description,
.companion-brands__caption .title {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

/****** News Page ******/
.tab-filters {
  background: 0;
  border: 0;
  padding: 0;
  margin: 20px 0;
}
.tab-filters .form-wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 766.9px) {
  .tab-filters .form-wrapper legend {
    display: contents;
  }
}
.tab-filters .form-wrapper legend .fieldset-legend {
  font-weight: normal;
  color: #999999;
  margin-bottom: 0;
  margin-right: 10px;
}
.tab-filters fieldset .fieldset-wrapper {
  margin: 0;
  background: 0;
  border: 0;
  overflow: unset;
  max-height: unset;
}
.tab-filters .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-filters .form-radios .form-type-radio {
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1;
  border-right: solid 1.5px #EEEEEE;
}
.tab-filters .form-radios .form-type-radio:last-child {
  border-right: 0;
  margin-right: 0;
}
.tab-filters .form-radios .form-type-radio label {
  color: #999999;
  font-size: 14px;
}
.tab-filters .form-radios .form-radio {
  display: none;
}
.tab-filters .form-radios .form-radio:checked + label {
  color: #000000;
}

.campbell-news-release-page .view-content {
  margin-bottom: 20px;
}
.campbell-news-release-page .view-content .views-row {
  margin-bottom: 5px;
}

.campbell-in-news-page .view-footer p {
  color: #999999;
  font-size: 17px;
  margin: 25px 0;
}
.campbell-in-news-page .view-footer p a {
  color: #000000;
  font-weight: bold;
}

.news-accordion {
  margin-top: 20px;
}

.news-accordion-item {
  position: relative;
  margin-bottom: 10px;
}
.news-accordion-item .read-more {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #19975D;
  text-decoration: none;
  position: absolute;
  left: 15%;
  padding: 0 2%;
  bottom: 25%;
}
@media only screen and (max-width: 766.9px) {
  .news-accordion-item .read-more {
    left: 0;
    bottom: 11%;
  }
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 766.9px) {
  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-wrap .image {
  width: 13%;
  margin-right: 2%;
}
@media only screen and (max-width: 766.9px) {
  .content-wrap .image {
    width: 100%;
    padding: 2%;
    margin-right: 0;
  }
}
.content-wrap .image img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-wrap .date {
  font-size: 13px;
  font-weight: bold;
  color: #19975D;
  display: block;
  margin: 15px 0;
}
.content-wrap .news-title {
  width: 85%;
  padding: 2% 6.5% 2% 2%;
  background: #EEEEEE url("../../campbell/images/img_news_bg_tile.png") left top repeat-x;
  position: relative;
}
@media only screen and (max-width: 766.9px) {
  .content-wrap .news-title {
    width: 100%;
    padding: 2% 8% 13% 2%;
  }
}
.content-wrap .news-title .trimmed-title p {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 766.9px) {
  .content-wrap .news-title .trimmed-title p {
    margin-bottom: 30px;
  }
}

.news-accordion-title:hover {
  text-decoration: none;
}
.news-accordion-title.active {
  display: none;
}
.news-accordion-title.active + .read-more {
  display: none;
}
.news-accordion-title.close-link {
  display: block !important;
  background: url("../../campbell/images/acc_close_icon.png") center right no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 766.9px) {
  .news-accordion-title.close-link {
    right: 10px;
    bottom: 10px;
    background-size: 30px 40px;
  }
}

.news-accordion-content.open .trimmed-title p {
  margin-bottom: 0;
}

.campbell-news-release-page .view-header p a {
  color: #19975D;
  text-decoration: underline;
}
.campbell-news-release-page .news-list {
  padding: 2%;
  background: #EEEEEE url("../../campbell/images/img_news_bg_tile.png") left top repeat-x;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 766.9px) {
  .campbell-news-release-page .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    padding: 5% 2%;
  }
}
.campbell-news-release-page .news-list .date {
  width: 15%;
  margin-right: 2%;
  color: #19975D;
}
@media only screen and (max-width: 766.9px) {
  .campbell-news-release-page .news-list .date {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
}
.campbell-news-release-page .news-list .date .month {
  display: block;
  font-size: 37.47px;
  line-height: 44px;
  text-transform: uppercase;
}
.campbell-news-release-page .news-list .date .year {
  display: block;
  font-size: 18.39px;
  font-weight: bold;
  line-height: 19px;
}
.campbell-news-release-page .news-list .image {
  width: 12%;
  margin-right: 2%;
  min-height: 95px;
  vertical-align: middle;
}
@media only screen and (max-width: 766.9px) {
  .campbell-news-release-page .news-list .image {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
}
.campbell-news-release-page .news-list .txt-block {
  width: 69%;
}
@media only screen and (max-width: 766.9px) {
  .campbell-news-release-page .news-list .txt-block {
    width: 100%;
  }
}
.campbell-news-release-page .news-list .trimmed-title p {
  font-size: 20px;
  color: #19975D;
  text-decoration: none;
  line-height: 24px;
  margin: 0;
}
.campbell-news-release-page .news-list a {
  color: #19975D;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}
.campbell-news-release-page .news-list .more-link {
  text-align: left;
}

.news-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-detail__top h2.subtitle {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0;
  color: #666666;
}
.news-detail .date-formate .date {
  display: block;
  line-height: 1;
  font-size: 37px;
  color: #19975D;
}
.news-detail .date-formate .year {
  display: block;
  color: #19975D;
  font-size: 18px;
  font-weight: bold;
}
.news-detail .download-pdf a {
  color: #19975D;
  text-decoration: underline;
}
.news-detail .news-image {
  margin-bottom: 10px;
}

/****** Video Gallery Page ******/
.video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 30px 0;
}
@media only screen and (min-width: 766.9px) and (max-width: 959px) {
  .video-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 766.9px) {
  .video-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-gallery__item {
  margin-bottom: 20px;
}
.video-gallery__item:hover {
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.5);
  outline: 2px solid #26723E;
}
.video-gallery__item:hover .desc {
  background: url("../../campbell/images/mediacenter_block_back_hover.png") left top repeat-x #26723E;
}
.video-gallery__item .desc {
  padding: 10px;
  background-color: #19975D;
  background: url("../../campbell/images/mediacenter_block_back.png") left top repeat-x #666666;
}
.video-gallery__item .desc a {
  color: #FFFFFF;
  font-weight: bold;
}
.video-gallery__item .desc a:hover {
  text-decoration: none;
}
.video-gallery__item .desc .read-more a {
  font-size: 11px;
}
.video-gallery__item .desc .read-more a:hover {
  text-decoration: underline;
}
.video-gallery .views-field-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.video-gallery-detail {
  margin: 30px 0;
}
.video-gallery-detail .views-field-rendered-entity {
  margin-bottom: 10px;
}
.video-gallery-detail .views-field-name {
  font-size: 30px;
  font-weight: bold;
  color: #19975D;
  margin-bottom: 20px;
}
@media only screen and (max-width: 766.9px) {
  .video-gallery-detail .views-field-name {
    font-size: 22px;
  }
}

.path-search .main-contane {
  margin: 0 auto;
  max-width: 1000px;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .path-search .main-contane {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 959px) {
  .path-search .main-contane {
    width: 1000px;
  }
}
.path-search .main-contane .read-more {
  margin: 0;
  left: -1px;
  right: -1px;
  padding: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(100% + 1px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #666666;
}
.path-search .main-contane .read-more:hover, .path-search .main-contane .read-more:focus {
  color: #FFFFFF;
  background: #19975D;
}
.path-search .main-contane .views-exposed-form {
  margin: 16px 0 0;
  display: none;
}
.path-search .main-contane .views-exposed-form form {
  margin: 0 0 16px;
}
.path-search .main-contane .views-exposed-form .form-item-search {
  width: 500px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .views-exposed-form .form-item-search {
    width: 100%;
  }
}
.path-search .main-contane .views-exposed-form .form-item-search input {
  width: 100%;
  height: 100%;
  font-size: 13px;
  position: static;
  padding: 10px 16px;
}
.path-search .main-contane .view-acquia-product-search-solr .view-header {
  margin: 0 0 16px;
}
.path-search .main-contane .view-acquia-product-search-solr .view-header .view-search__header-results {
  color: #000000;
  font-size: 24px;
  margin: 30px 0;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-header .view-search__header-results {
    font-size: 22px;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-header .view-search__header-results {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.path-search .main-contane .view-acquia-product-search-solr .view-header .view-search__header-product-results {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content {
    margin: 0;
  }
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row {
  width: 33.33%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 16px 16px 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card span,
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  text-decoration: none;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .title {
  min-height: 195px;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .title {
    min-height: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .title {
    min-height: 120px;
  }
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card h2 {
    font-size: 18px;
  }
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .label {
  left: 0;
  right: 0;
  padding: 0 16px;
  position: absolute;
  top: calc(100% - 60px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .image {
  margin: 0;
  padding: 0 0 50px;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .image {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .image {
    padding: 0 0 30px;
  }
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .image .field--name-field-media {
  width: 100%;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .media {
  width: 100%;
  height: 200px;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card:hover {
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
  outline: 2px solid #19975D;
}
.path-search .main-contane .view-acquia-product-search-solr .view-content .views-row .product-search-card:hover a.read-more {
  background-color: #19975D;
}
.path-search .main-contane .view-acquia-search .view-header {
  margin: 0 0 16px;
}
.path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content {
  z-index: 0;
  width: 100%;
  padding: 16px;
  margin: 0 0 30px;
  position: relative;
  max-width: 28.4375rem;
  background-color: #19975D;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content h4 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content h4 {
    font-size: 18px;
  }
}
.path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content:after {
  top: 0;
  z-index: 0;
  content: "";
  width: 30px;
  height: 100%;
  right: -15px;
  position: absolute;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
  background-color: #19975D;
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-search .view-header .node--type-product-related-products__nav-content:after {
    display: none;
  }
}
.path-search .main-contane .view-acquia-search .view-header .view-search__header-product-results {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.path-search .main-contane .view-acquia-search .view-content .item-list ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-search .view-content .item-list ul {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-search .view-content .item-list ul {
    margin: 0;
  }
}
.path-search .main-contane .view-acquia-search .view-content .item-list ul li {
  width: 33.33%;
  margin: 0 0 30px;
  padding: 0 15px;
}
@media only screen and (max-width: 766.9px) {
  .path-search .main-contane .view-acquia-search .view-content .item-list ul li {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 576px) {
  .path-search .main-contane .view-acquia-search .view-content .item-list ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.path-search .main-contane .view-acquia-search .view-filters {
  display: none;
}

.multisite-featured-search-card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 0 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 2px solid transparent;
  border: solid 1px #CCCCCC;
}
.multisite-featured-search-card a,
.multisite-featured-search-card span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.multisite-featured-search-card .lable {
  color: #000000;
  padding: 16px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 100px;
}
.multisite-featured-search-card .field--name-field-video .media .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.multisite-featured-search-card .field--name-field-video .media .field .video-embed-field-provider-youtube {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35%;
  position: relative;
}
.multisite-featured-search-card .field--name-field-video .media .field .video-embed-field-provider-youtube iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.multisite-featured-search-card:hover, .multisite-featured-search-card:focus {
  outline-color: #19975D;
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
}
.multisite-featured-search-card:hover .read-more, .multisite-featured-search-card:focus .read-more {
  background-color: #19975D;
}

.markets-search-card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 0 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 2px solid transparent;
  border: solid 1px #CCCCCC;
}
.markets-search-card span,
.markets-search-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.markets-search-card .lable,
.markets-search-card .title {
  padding: 16px;
}
.markets-search-card .lable {
  color: #000000;
  padding: 16px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 100px;
}
.markets-search-card .title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
}
.markets-search-card .image {
  width: 100%;
  display: block;
}
.markets-search-card .image .field--name-field-listing-image .field__item {
  width: 100%;
  height: 281px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 766.9px) {
  .markets-search-card .image .field--name-field-listing-image .field__item {
    height: 322px;
  }
}
.markets-search-card .image .field--name-field-listing-image .field__item .media--image {
  width: 100%;
  height: 100%;
}
.markets-search-card .image .field--name-field-listing-image .field__item .media--image img {
  width: 100%;
  height: 100%;
}
.markets-search-card:hover, .markets-search-card:focus {
  outline-color: #19975D;
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
}
.markets-search-card:hover .read-more, .markets-search-card:focus .read-more {
  background-color: #19975D;
}

.news-search-card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 0 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 2px solid transparent;
  border: solid 1px #CCCCCC;
}
.news-search-card a {
  text-decoration: none;
}
.news-search-card .lable,
.news-search-card .body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}
.news-search-card .lable {
  color: #000000;
  padding: 16px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 100px;
}
.news-search-card .body h1,
.news-search-card .body h2,
.news-search-card .body h3,
.news-search-card .body h4,
.news-search-card .body h5,
.news-search-card .body h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 16px;
}
.news-search-card .body a {
  color: #19975D;
  text-decoration: underline;
}
.news-search-card .body p {
  margin: 0 0 16px;
}
.news-search-card .body img {
  width: 100%;
  height: auto;
}
.news-search-card:hover, .news-search-card:focus {
  outline-color: #19975D;
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
}
.news-search-card:hover .read-more, .news-search-card:focus .read-more {
  background-color: #19975D;
}

.page-search-card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 0 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 2px solid transparent;
  border: solid 1px #CCCCCC;
}
.page-search-card a,
.page-search-card span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.page-search-card .lable,
.page-search-card .title,
.page-search-card p {
  padding: 16px;
}
.page-search-card .lable {
  color: #000000;
  padding: 16px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 100px;
}
.page-search-card .title .text-formatted h1,
.page-search-card .title .text-formatted h2,
.page-search-card .title .text-formatted h3,
.page-search-card .title .text-formatted h4,
.page-search-card .title .text-formatted h5,
.page-search-card .title .text-formatted h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 16px;
}
.page-search-card .title .text-formatted a {
  color: #19975D;
  text-decoration: underline;
}
.page-search-card .title .text-formatted p {
  margin: 0 0 16px;
}
.page-search-card .title .text-formatted img {
  width: 100%;
  height: auto;
}
.page-search-card:hover, .page-search-card:focus {
  outline-color: #19975D;
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.2);
}
.page-search-card:hover .read-more, .page-search-card:focus .read-more {
  background-color: #19975D;
}

/****** Brand Timeline Page ******/
.brand-timeline {
  position: relative;
}
.brand-timeline .brand-timeline-years {
  background: none;
  border: 0;
  padding: 0;
}
.brand-timeline .brand-timeline-years fieldset {
  margin: 0 0 25px;
}
.brand-timeline .brand-timeline-years fieldset .fieldset-wrapper {
  background: none;
  border: 0;
  padding: 0;
  overflow: unset;
  max-height: unset;
}
.brand-timeline .brand-timeline-years fieldset .fieldset-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  opacity: 0.62;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.brand-timeline .brand-timeline-years .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../../campbell/images/brand_timeline_banr.png") left top repeat-x #26723E;
}
.brand-timeline .brand-timeline-years .form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.brand-timeline .brand-timeline-years .form-type-radio .form-radio {
  display: none;
}
.brand-timeline .brand-timeline-years .form-type-radio .form-radio:checked + label {
  display: block;
  background: #000000;
  color: #FFFFFF;
}
.brand-timeline .brand-timeline-years .form-type-radio .form-radio:checked + label.ajax-load-class {
  color: #FFFFFF;
  background: url("../../campbell/images/brand_timeline_banr.png") left top repeat-x #26723E;
}
.brand-timeline .brand-timeline-years .form-type-radio .form-radio.active + label {
  background: #000000;
  color: #FFFFFF;
}
.brand-timeline .brand-timeline-years .form-type-radio label {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
  background: url("../../campbell/images/brand_timeline_banr.png") left top repeat-x #26723E;
  padding: 10px 20px;
  cursor: pointer;
}
.brand-timeline .brand-timeline-years .form-type-radio label.ajax-load-class {
  color: #FFFFFF;
  background: url("../../campbell/images/brand_timeline_banr.png") left top repeat-x #26723E;
}
@media only screen and (max-width: 766.9px) {
  .brand-timeline .brand-timeline-years {
    left: 70% !important;
  }
  .brand-timeline .brand-timeline-years.select-view .form-type-radio label {
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 959px) {
  .brand-timeline .brand-timeline-years.select-view {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .brand-timeline .brand-timeline-years {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 86%;
  }
  .brand-timeline .brand-timeline-years.tab-view {
    display: none;
  }
  .brand-timeline .brand-timeline-years.select-view .form-radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brand-timeline .brand-timeline-years.select-view .form-type-radio label {
    width: 100%;
    padding: 5px 15px;
  }
  .brand-timeline .brand-timeline-years.select-view .menu-label {
    position: absolute;
    left: -90%;
    top: 25%;
    font-size: 16px;
  }
  .brand-timeline .brand-timeline-years.select-view .menu-block,
  .brand-timeline .brand-timeline-years.select-view .menu-trigger {
    background: #19975D;
    color: #FFFFFF;
    cursor: pointer;
    top: -30px;
  }
  .brand-timeline .brand-timeline-years.select-view .menu-block {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 5px 15px;
    cursor: auto;
    width: 100px;
    background: #19975D;
    color: #FFFFFF;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 959px) and (max-width: 766.9px) {
  .brand-timeline .brand-timeline-years.select-view .menu-block {
    font-size: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .brand-timeline .brand-timeline-years.select-view .menu-trigger {
    text-decoration: none;
    width: 30px;
    height: 38px;
    background: url("../../campbell/images/accord_arrow_down.png") left center no-repeat;
    background-size: 20px 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 959px) and (max-width: 766.9px) {
  .brand-timeline .brand-timeline-years.select-view .menu-trigger {
    height: 34px;
  }
}
@media only screen and (max-width: 959px) {
  .brand-timeline .brand-timeline-years.select-view .menu-trigger.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: right;
  }
  .brand-timeline .brand-timeline-years.select-view .menu-dropdown {
    position: absolute;
    z-index: 10;
    top: 33px;
    left: 0;
    min-width: 100%;
    width: 100%;
    display: none;
  }
  .brand-timeline .brand-timeline-years.select-view .menu-dropdown.open {
    display: block;
  }
  .brand-timeline .brand-timeline-years.select-view .menu-dropdown.open .entypo-down-open {
    background: url("../../campbell/images/accord_arrow_up.png") left top no-repeat;
  }
}
@media only screen and (max-width: 959px) and (max-width: 766.9px) {
  .brand-timeline .brand-timeline-years.select-view .menu-dropdown {
    top: 27px;
  }
}
.brand-timeline .brand-timeline-content {
  margin: 0 auto 50px;
}
@media only screen and (min-width: 959px) {
  .brand-timeline .brand-timeline-content {
    width: 800px;
  }
}
@media only screen and (max-width: 959px) {
  .brand-timeline .brand-timeline-content {
    width: 500px;
  }
}
@media only screen and (max-width: 766.9px) {
  .brand-timeline .brand-timeline-content {
    width: 315px;
  }
}
.brand-timeline .brand-timeline-content .b-content {
  min-height: 400px;
  border: 3px solid #19975D;
  margin: 0 16px;
}
@media only screen and (max-width: 766.9px) {
  .brand-timeline .brand-timeline-content .b-content {
    margin: 0;
  }
}
.brand-timeline .brand-timeline-content .b-content__image {
  position: relative;
  height: 210px;
  background: #EEEEEE;
  overflow: hidden;
}
.brand-timeline .brand-timeline-content .b-content__image .year {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #19975D;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
}
.brand-timeline .brand-timeline-content .b-content__image img {
  height: 210px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.brand-timeline .brand-timeline-content .b-content__desc {
  padding: 10px;
}
.brand-timeline .brand-timeline-content .b-content__desc h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.brand-timeline .brand-timeline-content .b-content__desc p {
  margin: 0;
}

.ajax-progress-fullscreen {
  display: none;
}

.slick-list {
  max-width: 100vw;
  width: 100%;
}

.slick-arrow {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: solid 1px #19975D;
  position: absolute;
  z-index: 6;
  top: 38%;
}
@media only screen and (max-width: 766.9px) {
  .slick-arrow {
    top: 45%;
  }
}
.slick-arrow.disabled {
  display: none;
}
.slick-arrow.slick-prev {
  background: #FFFFFF url("../../campbell/images/back.png") 12px 9px no-repeat;
  left: 25px;
}
@media only screen and (max-width: 766.9px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}
.slick-arrow.slick-next {
  background: #FFFFFF url("../../campbell/images/next.png") 14px 9px no-repeat;
  right: 25px;
}
@media only screen and (max-width: 766.9px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}
/*# sourceMappingURL=maps/main.css.map */



@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*form.campbell-product-category-filters,
div.default-search,
div.block-views-exposed-filter-blockacquia-product-search-solr-product-search,
div.product-category-view-section .col-filter,
ul.we-mega-menu-ul li:nth-child(2),
.view-id-media_center_pages .filter,
#edit-field-date-value--wrapper,
#block-signup-webform,
.view-empty,
.mobile-search,
.block-webform-block
{display:none!important;}*/

@media screen and (min-width: 1201px) {
  .wrapper-content {width:1200px;max-width:1200px;}
    .we-mega-menu-submenu.products-menu .we-mega-menu-submenu-inner .we-mega-menu-row {width: 33%;
padding: 0px 0px 0px 10px;}
}


@media only screen and (min-width:959px) {
	#block-campbell-branding {width:220px;margin:10px 0px 10px 0px;}
	.product-listing .views-field-field-media img {width:220px;height:220px;}
}
* {font-family: "Barlow", sans-serif!important;}

.products-menu-page ul .views-field-field-name a {font-size:13px;margin-bottom:5px;}
p,
.we-mega-menu-submenu.products-menu .type-of-block a
{font-size:13px;font-weight:500;margin-bottom:5px;text-transform:none!important;}

.product-detail h1,
h1.page-title{font-weight: 800;text-transform: uppercase;}

.block-inner ul:first-child>li>.views-field-nothing .views-field-field-name a {font-weight:800;}

.we-mega-menu-ul .we-mega-menu-li a {text-transform:uppercase!important;}

.product-listing .views-field-field-long-description a {font-size:17px;}


