@charset "UTF-8";
/* Colors */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("NotoSans-Bold.woff2") format("woff2"), url("NotoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background: #cac7c7;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4, h5 {
  text-wrap: balance;
  font-family: "Montserrat";
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html, body {
  font-family: "Noto Sans";
}

/* Header Tags */
h3 {
  font-size: 26px;
  margin: 0;
}

/* Forms */
form {
  position: relative;
}
form input {
  border-radius: 5px;
  border: 0;
}
form input[type=text] {
  padding: 5px 10px;
}

/* Buttons */
.button_container--primary a {
  display: inline-block;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  padding: 8px 50px;
}
.button_container--primary a:hover {
  background: #2a2a2a;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.block-page-title-block {
  position: relative;
  padding: 50px 0 15px 0;
  background: #fff;
}
.block-page-title-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-page-title-block .container .block-title-text {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.2;
  margin: 0;
  text-align: right;
}
.block-page-title-block .container .block-title-text .block-system-breadcrumb-block {
  font-size: 14px;
  border-top: 2px double #cac7c7;
  padding-top: 5px;
  margin-top: 5px;
}
.block-page-title-block .container .block-title-text .block-system-breadcrumb-block .breadcrumb li::before {
  color: #cac7c7;
}
.block-page-title-block .container .block-title-text .block-system-breadcrumb-block a {
  color: #cc0000;
  text-decoration: none;
}
.block-page-title-block .container .block-title-text .block-system-breadcrumb-block a:hover {
  text-decoration: underline;
}
.block-page-title-block h1 {
  margin: 0;
}

header.page-header {
  background: #1e1c1c;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}
header.page-header .header-top {
  background-color: #2a2a2a;
  height: 20px;
  width: 100%;
}
header.page-header .container {
  position: relative;
}
header.page-header .block-system-branding-block {
  position: absolute;
  top: 0;
  left: 15px;
  background: #2a2a2a;
  padding: 25px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
header.page-header .block-menu {
  margin-left: 365px;
  padding: 25px 0 0 0;
}
header.page-header .block-menu ul.menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
header.page-header .block-menu ul.menu a {
  color: #fff;
  text-decoration: none;
}
header.page-header .block-menu ul.menu a:hover {
  color: #cac7c7;
}

.page-footer {
  background: #1e1c1c;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
.page-footer .container {
  text-align: center;
}
.page-footer .container p {
  margin: 0;
  color: #cac7c7;
  font-size: 14px;
}
.page-footer .container p a {
  color: #cac7c7;
}
.page-footer .container p a:hover {
  color: #fff;
}
.page-footer .container ul.menu {
  margin: 0 0 25px 0;
  padding: 0;
  display: flex;
  gap: 80px;
  justify-content: center;
}
.page-footer .container ul.menu li a {
  color: #cac7c7;
  text-decoration: none;
}
.page-footer .container ul.menu li a:hover {
  color: #fff;
}

/* Product - Full */
.node--type-product.node--view-mode-full {
  padding-bottom: 50px;
  background-color: #fff;
}
.node--type-product.node--view-mode-full .product--header {
  background-color: #cac7c7;
  padding: 80px 0 30px 0;
}
.node--type-product.node--view-mode-full .product--header h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
.node--type-product.node--view-mode-full .product--header a {
  color: #cc0000;
}
.node--type-product.node--view-mode-full .product--main {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 50px;
  padding: 50px 0 50px 0;
}
.node--type-product.node--view-mode-full .product--main h2 {
  line-height: 1.3;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-description {
  font-size: 18px;
  line-height: 1.8;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-description a {
  color: #cc0000;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-available-addons-options {
  font-size: 16px;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-available-addons-options .field__item {
  margin-bottom: 5px;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-available-addons-options .field__item:before {
  display: inline-block;
  content: "• ";
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #e6e6e6;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-manuals {
  margin-top: 20px;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-manuals a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #1e1c1c;
  color: #fff;
  border-color: #1e1c1c;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-manuals a:hover {
  background: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}
.node--type-product.node--view-mode-full .product--main .field--name-field-manuals a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-right: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30'><path d='M3 0h12l6 6v21a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z' fill='white' stroke='%23333' stroke-width='1'/><path d='M15 0v6h6' fill='%23f0f0f0'/><rect x='3' y='18' width='18' height='8' rx='2' fill='%23C62828'/><text x='12' y='25' font-size='8' font-weight='700' text-anchor='middle' fill='white' font-family='Arial, Helvetica, sans-serif'>PDF</text></svg>");
}
.node--type-product.node--view-mode-full .product--variations {
  background: #cac7c7;
  padding: 25px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 50px;
}
.node--type-product.node--view-mode-full .product--variations table {
  width: 100%;
  font-family: "Noto Sans";
  border-collapse: collapse;
}
.node--type-product.node--view-mode-full .product--variations table td, .node--type-product.node--view-mode-full .product--variations table th {
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
}
.node--type-product.node--view-mode-full .product--variations table th {
  border-bottom: 1px solid #fff;
  font-family: "Noto Sans";
  font-weight: 600;
}
.node--type-product.node--view-mode-full .product--variations table td {
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
.node--type-product.node--view-mode-full .product--downloads {
  padding: 50px 0;
  color: #2a2a2a;
}
.node--type-product.node--view-mode-full .product--downloads .product--downloads__manuals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  padding-top: 20px;
}
.node--type-product.node--view-mode-full .product--downloads .product--downloads__manuals .field--name-field-manuals {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 15px;
}
.node--type-product.node--view-mode-full .product--downloads .product--downloads__manuals a {
  padding: 5px;
  display: block;
  border: 1px solid #e6e6e6;
}
.node--type-product.node--view-mode-full .product--others {
  margin-top: 60px;
}
.node--type-product.node--view-mode-full .product--others .view-tar-river-other-products .view-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 50px 0;
  gap: 100px;
}
.node--type-product.node--view-mode-full .product--others .view-tar-river-other-products .view-content .views-row {
  max-width: 300px;
  text-align: center;
}
.node--type-product.node--view-mode-full .product--others .view-tar-river-other-products .view-content .views-field-title a {
  color: #2a2a2a;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.node--type-product.node--view-mode-full .product--others .view-tar-river-other-products .view-content .views-field-title a:hover {
  color: #cc0000;
}

/* Paragraph CTA */
.paragraph--type--hero-complex {
  min-height: 780px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.paragraph--type--hero-complex .hero-complex__images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  inset: 0;
}
.paragraph--type--hero-complex .hero-complex__images::after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
.paragraph--type--hero-complex .hero-complex__images article,
.paragraph--type--hero-complex .hero-complex__images .field,
.paragraph--type--hero-complex .hero-complex__images .field__item {
  width: 100%;
  height: 100%;
}
.paragraph--type--hero-complex .hero-complex__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.paragraph--type--hero-complex .hero-complex__content,
.paragraph--type--hero-complex .hero-complex__content .container {
  z-index: 2;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.paragraph--type--hero-complex .hero-complex__inner {
  max-width: 660px;
  color: #fff;
}
.paragraph--type--hero-complex .hero-complex__inner h1 {
  font-size: 50px;
  margin: 0 0 20px 0;
}
.paragraph--type--hero-complex .hero-complex__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.paragraph--type--hero-complex .hero-complex__inner .field--name-field-links {
  display: inline-flex;
  gap: 30px;
  margin-top: 20px;
}
.paragraph--type--hero-complex .hero-complex__inner .field--name-field-links .field__item a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #1e1c1c;
  border-color: #1e1c1c;
  padding-left: 90px;
}
.paragraph--type--hero-complex .hero-complex__inner .field--name-field-links .field__item a:hover {
  background: #fff;
  color: #cc0000;
  border-color: #cc0000;
}
.paragraph--type--hero-complex .hero-complex__inner .field--name-field-links .field__item a.implements {
  background: #fff url("../images/icons/icon-implements.png") 20px center no-repeat;
}
.paragraph--type--hero-complex .hero-complex__inner .field--name-field-links .field__item a.attachments {
  background: #fff url("../images/icons/icon-attachments.png") 30px center no-repeat;
}
.paragraph--type--hero-complex .hero-complex__inner .field--name-field-links .field__item a.econowrap {
  background: #fff url("../images/icons/icon-econowrap.png") 30px center no-repeat;
}
.paragraph--type--hero-complex .hero-complex__search {
  position: relative;
  z-index: 4;
  top: 30px;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner {
  padding: 25px;
  width: 100%;
  background: #e6e6e6;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 100px;
  align-items: center;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner form {
  width: 100%;
  position: relative;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner form input {
  width: 100%;
  padding: 14px 10px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans";
  font-size: 16px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner form input[type=submit] {
  border-radius: 50%;
  background: #cc0000 url("../images/icons/icon-search.png") center center no-repeat;
  height: 38px;
  width: 38px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner .hero-complex__box-text {
  text-align: center;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner .hero-complex__box-text .hero_complex__box-links {
  display: inline-flex;
  gap: 30px;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner .hero-complex__box-text a {
  font-size: 16px;
  color: #2a2a2a;
  text-decoration: none;
  padding: 15px 0 15px 45px;
  display: block;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner .hero-complex__box-text a:hover {
  color: #cc0000;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner .hero-complex__box-text a.network {
  background: url("../images/icons/icon-network.png") left center no-repeat;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner .hero-complex__box-text a.direct {
  background: url("../images/icons/icon-direct.png") left center no-repeat;
}
.paragraph--type--hero-complex .hero-complex__search .hero-complex__search-inner h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

/* Form */
.paragraph--type--form {
  padding: 0 0 60px 0;
}
.paragraph--type--form .form__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .paragraph--type--form .form__container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.paragraph--type--form .form__container a {
  color: #cc0000;
}
.paragraph--type--form .field--name-field-introduction {
  font-size: 18px;
  margin-bottom: 20px;
}
.paragraph--type--form .field--name-field-form {
  background: #cac7c7;
  padding: 24px;
  border-radius: 12px;
  padding: 0;
}
.paragraph--type--form .field--name-field-form input[type=text],
.paragraph--type--form .field--name-field-form input[type=email],
.paragraph--type--form .field--name-field-form input[type=tel],
.paragraph--type--form .field--name-field-form input[type=date],
.paragraph--type--form .field--name-field-form input[type=time],
.paragraph--type--form .field--name-field-form select {
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
}
.paragraph--type--form .field--name-field-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.paragraph--type--form .field--name-field-form .iti {
  width: 100%;
}
.paragraph--type--form .field--name-field-form .iti input {
  padding-left: 52px;
}
.paragraph--type--form .field--name-field-form textarea {
  padding: 24px;
  border-radius: 12px;
  border: 0;
}
.paragraph--type--form .field--name-field-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.paragraph--type--form .field--name-field-form .form-actions input {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #1e1c1c;
  color: #fff;
  border-color: #1e1c1c;
  cursor: pointer;
}
.paragraph--type--form .field--name-field-form .form-actions input:hover {
  background: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}

/* Text */
.paragraph--type--text {
  padding: 0 0 40px 0;
}
.paragraph--type--text .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.paragraph--type--text .text-formatted p {
  font-size: 16px;
  line-height: 1.8;
}

.paragraph--type--page-header {
  background-color: #fff;
  padding: 100px 0 60px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.paragraph--type--page-header .page-header__content {
  max-width: 760px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.paragraph--type--page-header .page-header__content p {
  font-size: 18px;
  line-height: 1.8;
}
.paragraph--type--page-header .page-header__content .block-system-breadcrumb-block {
  padding: 10px 0 0 0;
}
.paragraph--type--page-header .page-header__content a {
  color: #cac7c7;
}

.view-tar-river-product-categories.view-display-id-embed {
  padding: 80px 0 40px;
}
.view-tar-river-product-categories.view-display-id-embed > .view-header {
  margin-bottom: 20px;
}
.view-tar-river-product-categories.view-display-id-embed > .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.view-tar-river-product-categories.view-display-id-embed > .view-content > .views-row {
  border-radius: 5px;
  background: #e6e6e6;
  box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories {
  position: relative;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner h4 {
  margin: 0 0 5px 0;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner a {
  color: #2a2a2a;
  text-decoration: none;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner a:hover {
  color: #cc0000;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner .view-tar-river-products.view-id-tar_river_products {
  font-size: 15px;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner .view-tar-river-products.view-id-tar_river_products a {
  display: block;
  padding: 3px 0;
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner a.see-more {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #1e1c1c;
  border-color: #1e1c1c;
  margin-top: 8px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  position: relative;
  width: calc(100% + 30px);
}
.view-tar-river-product-categories.view-display-id-embed .vocabulary-tra-product-categories .product-category__inner a.see-more:hover {
  background: #fff;
  color: #cc0000;
  border-color: #cc0000;
}

.view-tar-river-dealers {
  padding: 0 0 60px 0;
}
.view-tar-river-dealers .view-filters fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.view-tar-river-dealers .view-filters fieldset legend {
  display: none;
}
.view-tar-river-dealers .view-filters .js-form-item-field-location-proximity-value,
.view-tar-river-dealers .view-filters .proximity-filter-summary {
  display: none;
}
.view-tar-river-dealers .view-filters .form-type-textfield label {
  display: none;
}
.view-tar-river-dealers .view-filters .form-actions input {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #1e1c1c;
  color: #fff;
  border-color: #1e1c1c;
  cursor: pointer;
}
.view-tar-river-dealers .view-filters .form-actions input:hover {
  background: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}
.view-tar-river-dealers .view-filters .description {
  padding-top: 5px;
}
.view-tar-river-dealers .view-content {
  border-radius: 20px;
  overflow: hidden;
}
.view-tar-river-dealers .geofield-google-map .gm-style-iw-chr button {
  width: 18px !important;
  height: 18px !important;
  margin-right: 15px !important;
}
.view-tar-river-dealers .geofield-google-map .gm-style-iw-chr button span {
  width: 18px !important;
  height: 18px !important;
}
.view-tar-river-dealers .geofield-google-map .gm-style-iw-d a {
  color: #cc0000;
}

/* Manuals Views */
.view-manuals {
  padding-bottom: 40px;
}
.view-manuals .views-row {
  padding-bottom: 25px;
  padding-top: 20px;
  border-bottom: 1px solid #cac7c7;
}
.view-manuals .views-field-nothing .field-content {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 50px;
}
.view-manuals .views-field-nothing .field-content .manuals__image img {
  border-radius: 10px;
  border: 1px solid #cac7c7;
}
.view-manuals .views-field-nothing .field-content .manuals__content p {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}
.view-manuals .views-field-nothing .field-content .manuals__content .manuals__download {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #1e1c1c;
  border-color: #1e1c1c;
  font-size: 14px;
}
.view-manuals .views-field-nothing .field-content .manuals__content .manuals__download:hover {
  background: #fff;
  color: #cc0000;
  border-color: #cc0000;
}
.view-manuals .views-field-nothing .field-content .manuals__related ul, .view-manuals .views-field-nothing .field-content .manuals__related li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-manuals .views-field-nothing .field-content .manuals__related a {
  display: block;
  padding: 8px 0;
  color: #2a2a2a;
  font-size: 14px;
  text-decoration: none;
}
.view-manuals .views-field-nothing .field-content .manuals__related a:hover {
  color: #1e1c1c;
}
.view-manuals .views-field-nothing .field-content .manuals__related a:before {
  content: "»";
}

.view-display-id-manuals_tarriver {
  padding: 40px 0;
}
.view-display-id-manuals_tarriver .view-header {
  margin-bottom: 20px;
}
.view-display-id-manuals_tarriver .view-filters label {
  margin-right: 10px;
}
.view-display-id-manuals_tarriver .view-filters .form-actions input {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #1e1c1c;
  color: #fff;
  border-color: #1e1c1c;
  cursor: pointer;
}
.view-display-id-manuals_tarriver .view-filters .form-actions input:hover {
  background: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}
.view-display-id-manuals_tarriver .view-filters .form-actions input[id^=edit-reset] {
  background: #fff;
  color: #2a2a2a;
}
.view-display-id-manuals_tarriver .view-filters .form-actions input[id^=edit-reset]:hover {
  color: #cc0000;
}
.view-display-id-manuals_tarriver .view-content table {
  font-size: 17px;
  line-height: 1.8;
  border-collapse: collapse;
}
.view-display-id-manuals_tarriver .view-content table a {
  color: #1e1c1c;
}
.view-display-id-manuals_tarriver .view-content table a:hover {
  color: #cc0000;
}
.view-display-id-manuals_tarriver .view-content table th, .view-display-id-manuals_tarriver .view-content table td {
  padding: 10px 10px;
  border-bottom: 1px solid #2a2a2a;
  text-align: left;
}
.view-display-id-manuals_tarriver .view-content table th p, .view-display-id-manuals_tarriver .view-content table td p {
  margin: 0;
}
.view-display-id-manuals_tarriver .view-content table th {
  background: #e6e6e6;
  font-weight: 600;
}
.view-display-id-manuals_tarriver .view-content table td {
  font-size: 14px;
}

/* Main product listing at /products/ */
.view-tar-river-product-listing {
  padding: 40px 0;
  display: grid;
}
.view-tar-river-product-listing .view-header {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.view-tar-river-product-listing .view-header .field--name-field-links {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.view-tar-river-product-listing .view-header .field--name-field-links .field__item a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #fff;
  color: #1e1c1c;
  border-color: #1e1c1c;
  padding-left: 90px;
}
.view-tar-river-product-listing .view-header .field--name-field-links .field__item a:hover {
  background: #fff;
  color: #cc0000;
  border-color: #cc0000;
}
.view-tar-river-product-listing .view-header .field--name-field-links .field__item a.implements {
  background: #fff url("../images/icons/icon-implements.png") 20px center no-repeat;
}
.view-tar-river-product-listing .view-header .field--name-field-links .field__item a.attachments {
  background: #fff url("../images/icons/icon-attachments.png") 30px center no-repeat;
}
.view-tar-river-product-listing .view-header .field--name-field-links .field__item a.econowrap {
  background: #fff url("../images/icons/icon-econowrap.png") 30px center no-repeat;
}
.view-tar-river-product-listing .main-view {
  display: grid;
  grid-template-columns: 1fr 8fr;
  gap: 50px;
  align-items: start;
}
.view-tar-river-product-listing .main-view__primary {
  min-width: 0;
}
.view-tar-river-product-listing .view-filters {
  position: sticky;
  top: 1.5rem;
}
.view-tar-river-product-listing .view-filters .form-item-brand {
  display: none;
}
.view-tar-river-product-listing .view-filters label {
  font-weight: 600;
  font-size: 18px;
}
.view-tar-river-product-listing .view-filters .form-item-search {
  padding-bottom: 50px;
}
.view-tar-river-product-listing .view-filters .form-item-search label {
  margin-bottom: 5px;
  display: block;
}
.view-tar-river-product-listing .view-filters .form-item-search input {
  max-width: 100%;
}
.view-tar-river-product-listing .view-filters .form-item {
  width: 100%;
}
.view-tar-river-product-listing .view-filters .form-actions {
  position: absolute;
  left: 0;
  top: 70px;
}
.view-tar-river-product-listing .view-filters .form-actions input {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 5px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  background: #1e1c1c;
  color: #fff;
  border-color: #1e1c1c;
  cursor: pointer;
}
.view-tar-river-product-listing .view-filters .form-actions input:hover {
  background: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}
.view-tar-river-product-listing .view-filters .form-actions input[id^=edit-reset] {
  background: #fff;
  color: #2a2a2a;
}
.view-tar-river-product-listing .view-filters .form-actions input[id^=edit-reset]:hover {
  color: #cc0000;
}
.view-tar-river-product-listing .view-filters .form-item-category ul, .view-tar-river-product-listing .view-filters .form-item-category li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.view-tar-river-product-listing .view-filters .form-item-category ul {
  margin-top: 10px;
}
.view-tar-river-product-listing .view-filters .form-item-category a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #1e1c1c;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
}
.view-tar-river-product-listing .view-filters .form-item-category a:hover {
  color: #cc0000;
}
.view-tar-river-product-listing .view-filters .form-item-category a.bef-link--selected {
  border-bottom: 0;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
}
.view-tar-river-product-listing .view-content {
  padding-top: 30px;
}
.view-tar-river-product-listing .view-content .views-row {
  margin-bottom: 30px;
}
.view-tar-river-product-listing .view-content .views-field-nothing {
  border-radius: 5px;
  background: #e6e6e6;
  box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  gap: 50px;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content .product_category {
  font-size: 12px;
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: 600;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content h3 {
  padding: 5px 0;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content h3 a {
  color: #1e1c1c;
  text-decoration: none;
  font-weight: 600;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content h3 a:hover {
  color: #cc0000;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content .product_description p {
  font-size: 14px;
  margin: 0;
}
.view-tar-river-product-listing .view-content .views-field-nothing .field-content .product_variations {
  font-size: 13px;
  margin-top: 10px;
  color: #666;
}

/*# sourceMappingURL=style.css.map */
