/*

General Shale CSS

*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 1.4;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  color: #af0917;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}
h1.alt {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }
}
h1 span.title-alert {
  color: #af0917;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 1400px) {
  h1 span.title-alert {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 + div.location-news {
    margin-top: -30px;
  }
}
h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
h2.alt, h2 span.alt {
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 1400px) {
  h2 {
    font-size: 44px;
  }
}
h1 + h2 {
  margin-top: -25px;
}
h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
h3.prehead {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}
@media (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
h4 {
  font-size: 22px;
  line-height: 1.5;
}
@media (min-width: 1400px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (min-width: 1400px) {
  h5 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
h5 span.col-name {
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 1400px) {
  h5 span.col-name {
    font-size: 18px;
  }
}
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1400px) {
  h6 {
    font-size: 18px;
  }
}
.normal {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
a, a:link, a:visited {
  color: #af0917;
}
p {
  font-size: 18px;
  line-height: 1.75;
}
p.small {
  font-size: 18px;
}
p.lead {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}
p.caption {
  font-size: 16px;
  color: #888687;
}
p.breadcrumbs {
  margin-bottom: 10px;
}
p.breadcrumbs a:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  p.breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  p {
    font-size: 20px;
  }
}
img.mb-3 + p.caption {
  margin-top: -12px;
}
.red {
  color: #af0917 !important;
}
.gray {
  color: #888687 !important;
}
.white {
  color: #fff;
}
.navbar.navbar-main {
  padding-left: 15px;
  padding-right: 15px;
}
.btn {
  line-height: 1.2;
}
.btn.btn-primary {
  background-color: #af0917;
  border-radius: 0;
  border: none;
  color: #fff;
}
.btn.btn-light-gray {
  background-color: #E2E2E2;
  border-radius: 0;
  border: none;
  color: #fff;
}
.btn.btn-left {
  text-align: left;
}
.btn.btn-lg {
  padding: 15px 30px;
}
.alm-load-more-btn {
  background-color: #af0917;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 10px 20px;
}
.alm-filter--title {
  margin-bottom: 10px;
}
.alm-filter--search .alm-filter--text label {
  font-size: 18px !important;
}
.alm-filter--search .alm-filter--text input {
  margin-top: 5px;
}
.alm-filters-container .alm-filter--text-wrap button[type=button] {
  height: 32px !important;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #af0917;
}
.gmw-form {
  display: flex;
}
.gmw-form .gmw-form-field-wrapper {
  flex: 8 1 auto !important;
}
.gmw-form .gmw-form-field-wrapper input, .gmw-form .gmw-form-field-wrapper select {
  width: 100% !important;
}
@media (max-width: 600px) {
  .horizontal-gray .gmw-form {
    display: block;
  }
}
.popup-form {
  max-width: 800px;
}
/*
.alm-filters {
	display: flex !important;
	.alm-filter {
		float: none !important;
		.alm-filter-select {
			flex: 8 1 auto !important;
			select {
				width: 100% !important;
			}
		}
		&.filter-new {
		  order: 1;
		}
	}

	.break {
	  flex-basis: 100%;
	  height: 0;
	}

}
.alm-filters::before, .alm-filters::after {
  content: '';
  width: 100%;
  order: 1;
}
*/
div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit], .gform_button.button {
  background-color: #af0917 !important;
  color: #fff;
}
div.gmw-form-wrapper .gmw-submit:hover, div.gmw-form-wrapper input[type=submit]:hover, .gform_button.button:hover {
  background-color: #888687 !important;
  color: #fff;
}
.gform_button.button {
  padding: 15px 25px;
  font-size: 18px;
}
.navbar-brand img {
  width: 280px;
  margin: 10px auto;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 234px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 360px;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-brand img {
    width: 380px;
    margin-left: 0;
  }
}
.canada-brick .navbar-brand img {
  width: auto;
  height: 55.88px;
  margin-left: 0;
  /*
		@include bp(md) {
	        margin-left: -20px;
	    }
*/
}
@media (min-width: 1400px) {
  .canada-brick .navbar-brand img {
    width: auto;
    height: 75px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.navbar-nav .nav-item .nav-link.nav-where {
  font-size: 15px;
  color: #af0917;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .nav-link.nav-where {
    font-size: 17px;
  }
}
.navbar-nav .nav-item .nav-link.nav-social {
  font-size: 14px;
  margin: 9px 3px;
  padding: 2px 2px 2px 2px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #fff;
  background-color: #888687;
  text-align: center;
  line-height: 1;
}
.navbar-nav .nav-item .nav-link.nav-social .icon {
  margin-top: 3px;
}
.navbar-nav .nav-item .nav-link.nav-social:hover {
  background-color: #af0917;
}
#nav-mobile-open {
  margin-right: -12px;
  margin-top: -15px;
  float: right;
}
#nav-mobile-close {
  margin-right: 0;
  margin-top: 3px;
  float: right;
}
#nav-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding: 25px 0;
  background: #af0917;
  z-index: 99000;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
#nav-overlay .nav {
  padding: 0;
  /*
		@include bp(sm) {
			margin: 30px 30px 30px 30px;
		}
*/
}
#nav-overlay .nav > .nav-item {
  display: block;
  width: 100%;
}
#nav-overlay .nav > .nav-item > .nav-link {
  display: block;
  padding: 4px 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 576px) {
  #nav-overlay .nav > .nav-item > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#nav-overlay .nav > .nav-item > .nav-link:hover {
  color: #888687;
  background: none;
}
#nav-overlay .nav > .nav-item.dropdown-item-lg a {
  font-size: 21px;
  padding: 4px 0;
}
#nav-overlay .nav .dropdown-divider {
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 12px 0 10px 0;
  overflow: hidden;
  border-top: 1px solid #fff;
}
#nav-overlay.active {
  display: block;
}
#nav-overlay .btn-primary {
  padding: 12px 15px 10px 15px;
}
#nav-overlay .social-icon {
  margin-right: 10px;
}
.dropdown-collections {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .dropdown-collections {
    margin-top: 0;
  }
}
.dropdown-collections .dropdown-menu {
  max-width: 350px;
}
.dropdown-collections .dropdown-menu .dropdown-item {
  white-space: normal;
}
.filters {
  padding: 20px 20px 5px 20px;
  min-height: 80px;
  background: #E2E2E2;
}
.filters .form-group {
  margin-bottom: 10px;
}
body.single-product_lines .filters .dropdown-menu {
  min-width: 300px;
  max-width: 350px;
}
body.single-product_lines .filters .dropdown-menu .dropdown-item {
  white-space: normal;
}
/* ALM */
.alm-filters-container {
  /*
	display: flex;
	flex-direction: row;
*/
}
.alm-filters-container .alm-filter {
  float: left;
  display: block;
  padding: 0 0 10px;
  margin: 0 10px 10px 0 !important;
}
.alm-filters-container .alm-filter .alm-filter--title h3, .alm-filters-container .alm-filter .alm-filter--text label {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.alm-filters-container .alm-filter a.copy-link {
  display: block;
  padding: 0 10px 0 20px;
  min-height: 22px;
  line-height: 1.2;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  margin: 2px 0 0 0;
  color: #666;
}
.alm-filters-container .alm-filter a.copy-link:hover {
  text-decoration: underline;
}
.alm-filters-container .alm-filter--text-wrap input[type=text] {
  height: 32px !important;
}
.alm-filters-container .alm-filter--select select {
  height: 32px !important;
}
.filter-col {
  margin-right: 20px;
}
.filter-col .alm-filter {
  width: 100%;
}
.filter-col .alm-filter .alm-filter--select, .filter-col .alm-filter .alm-filter--select select {
  width: 100% !important;
  min-width: 100px;
}
.filter-col select {
  width: 100%;
}
.alm-filters-container .alm-filter {
  margin-right: 1% !important;
}
.alm-filters-container .filter-use {
  width: 100%;
}
.alm-filters-container .filter-use select {
  width: 100%;
}
@media (min-width: 992px) {
  .alm-filters-container .filter-use {
    width: 15%;
  }
}
.alm-filters-container .filter-states {
  width: 100%;
}
.alm-filters-container .filter-states select {
  width: 100%;
}
@media (min-width: 992px) {
  .alm-filters-container .filter-states {
    width: 10%;
  }
}
.alm-filters-container .filter-color {
  width: 100%;
}
.alm-filters-container .filter-color select {
  width: 100%;
}
@media (min-width: 992px) {
  .alm-filters-container .filter-color {
    width: 15%;
  }
}
.alm-filters-container .filter-collection {
  width: 100%;
}
.alm-filters-container .filter-collection select {
  width: 100%;
}
@media (min-width: 992px) {
  .alm-filters-container .filter-collection {
    width: 20%;
  }
}
.alm-filters-container .filter-collection .bootstrap-select select {
  left: 0;
  right: 0;
}
.alm-filters-container .filter-collection .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  margin: 0;
  max-width: 100%;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  font-size: 15px;
  color: #333;
}
.alm-filters-container .filter-collection .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button {
  padding: 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  max-width: 100%;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
}
.alm-filters-container .filter-collection .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu {
  padding: 15px 15px;
}
.alm-filters-container .filter-collection .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu ul.dropdown-menu li {
  padding-left: 25px;
}
.alm-filters-container .filter-collection .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  left: 5px;
  color: #af0917;
  top: 2px;
}
.alm-filters-container .filter-size {
  width: 100%;
}
.alm-filters-container .filter-size select {
  width: 100%;
}
@media (min-width: 992px) {
  .alm-filters-container .filter-size {
    width: 12%;
  }
}
.alm-filters-container .filter-search {
  width: 100%;
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .alm-filters-container .filter-search {
    width: 23%;
  }
}
/*
.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
}
*/
.bootstrap-select select {
  left: 0;
}
@media (min-width: 992px) {
  .bootstrap-select select {
    left: 50%;
  }
}
.col-nav {
  font-size: 24px;
}
.col-nav .dropdown {
  display: inline-block;
}
.col-nav a {
  font-size: 20px;
  color: #af0917;
}
.col-nav a:hover {
  color: #000;
  text-decoration: none;
}
.col-nav a:hover .icon {
  fill: #000;
}
@media (min-width: 1400px) {
  .col-nav {
    font-size: 24px;
  }
}
.top-nav {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #af0917;
  color: #fff;
  text-decoration: none;
}
.top-nav.red {
  background-color: #af0917;
}
.top-nav a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
.top-nav a:hover {
  text-decoration: underline;
}
.top-nav .top-nav-brands {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 10px;
  color: #fff;
  text-align: right;
}
.nav.nav-social .nav-item {
  margin-left: 10px;
}
.nav.nav-social .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  color: #888687;
  padding: 5px 0;
  line-height: 1;
}
.nav.nav-social .nav-item .nav-link .fa {
  display: block;
  margin: auto auto;
}
.dropdown-menu {
  padding: 20px 30px;
}
.dropdown-menu .dropdown-item {
  text-align: left;
  font-size: 14px;
  padding: 3px 0;
  line-height: 1.1;
}
.dropdown-menu .dropdown-item.dropdown-item-lg {
  font-size: 21px;
  padding: 4px 0;
}
.dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: transparent;
}
.dropdown-menu .dropdown-divider {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid #868485;
}
.dropdown-menu.red {
  background-color: #af0917;
}
.dropdown-menu.red .dropdown-item {
  color: #fff;
}
.dropdown-menu.red .dropdown-item:hover {
  color: #868485;
  background-color: transparent;
}
.dropdown-toggle i {
  color: #888687;
}
.main-dropdown .dropdown-menu {
  padding-top: 50px;
  top: 0;
  right: -10px;
}
.main-dropdown .dropdown-menu .menu-icon {
  position: absolute;
  top: 4px;
  right: 9px;
}
.main-dropdown .dropdown-menu .menu-icon i {
  font-size: 18px;
  color: #fff;
}
.main-dropdown .dropdown-toggle:after {
  display: none;
}
.search-dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.section-standard {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section-standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-photo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.section-gray {
  background-color: #888687;
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse p, .section-inverse ul li, .section-inverse a, .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse p, .inverse ul li, .inverse a {
  color: #fff;
}
.project-summary p {
  margin-bottom: 0;
  font-size: 18px;
}
.project-summary a {
  text-decoration: underline;
}
.project-summary h4 {
  margin-bottom: 40px;
}
.project-summary h5 {
  margin-bottom: 30px;
}
.manufacturer-logo {
  height: 100%;
  width: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.manufacturer-logo img {
  margin: auto 0;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.manufacturer-logo.vertical {
  height: 230px;
  padding: 60x;
}
.manufacturer-logo.vertical img {
  height: auto;
  max-height: 150px;
  max-width: 60%;
}
@media (min-width: 992px) {
  .manufacturer-logo {
    padding: 80px 60px;
  }
}
.manufacturer-copy {
  text-align: left;
  height: 100%;
  width: 100%;
  padding: 25px 20px 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 -1px;
}
.manufacturer-copy .content {
  margin: auto 0;
}
.manufacturer-copy.vertical {
  height: auto;
  padding: 60x;
  margin: 0;
}
@media (min-width: 992px) {
  .manufacturer-copy {
    padding: 60px 60px 40px 60px;
  }
}
.manufacturer-wrap {
  border: 1px solid #888687;
  height: 100%;
}
.card {
  background: #E2E2E2;
  padding: 30px;
}
.card a.open {
  /*
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;

*/
}
.card a.open .down-arrow {
  margin-top: -13px;
  border: none;
  padding: none;
  background: transparent;
}
.card a.open .down-arrow:focus {
  outline: none !important;
}
.card a.open .down-arrow .icon {
  width: 30px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.card a.open[aria-expanded="true"] .down-arrow .icon {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.card.red {
  background: #af0917;
}
.card.red h4, .card.red p, .card.red ul li, .card.red a {
  color: #fff;
}
.card.red p:last-child {
  margin-bottom: 0;
}
.card.small {
  padding: 20px 25px;
}
.cta-box {
  background-color: rgba(134, 132, 133, 0.75);
}
.cta-box-wrapper {
  padding: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 992px) {
  .cta-box-wrapper {
    padding: 50px;
  }
}
.red-box {
  background-color: #af0917;
}
.location-news {
  margin-bottom: 30px;
}
.location-news p {
  font-size: 24px;
}
.location-news.inverse {
  background-color: #af0917;
  color: #fff;
  padding: 10px 15px;
}
.location-news.inverse p {
  color: #fff;
}
.location-news.inverse a {
  color: #fff;
  text-decoration: underline !important;
  font-weight: 700;
}
.photo-box {
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.photo-box .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.55);
}
.photo-box .overlay.white {
  background-color: rgba(255, 255, 255, 0.75);
}
.photo-box .photo-box-content {
  text-align: center;
  padding: 40px;
  max-width: 100%;
  z-index: 2;
}
.photo-box .photo-box-content .icon-duo {
  width: 100%;
  display: block;
}
.photo-box .photo-box-content .icon-duo .col-lg-4:last-child .square {
  margin-left: -1px;
}
.photo-box .photo-box-content .icon-duo h4 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .photo-box .photo-box-content .icon-duo h4 {
    font-size: 22px;
  }
}
.grid-square {
  margin-bottom: 14px;
}
blockquote {
  padding: 18px 10px 6px 0;
  border-top: 1px solid #af0917;
  border-bottom: 1px solid #af0917;
  margin: 26px 20px 30px 0;
}
blockquote p {
  font-size: 26px;
  font-weight: 300;
  color: #af0917;
  line-height: 1.6;
}
@media (min-width: 1400px) {
  blockquote p {
    font-size: 30px;
  }
}
blockquote:first-child {
  margin-top: 10px;
}
.copy-block blockquote {
  padding: 18px 10px 6px 0;
  border-top: 1px solid #af0917;
  border-bottom: 1px solid #af0917;
  margin: 26px 20px 30px 0;
}
.copy-block blockquote p {
  font-size: 26px;
  font-weight: 300;
  color: #af0917;
  line-height: 1.6;
}
@media (min-width: 1400px) {
  .copy-block blockquote p {
    font-size: 30px;
  }
}
.copy-block blockquote:first-child {
  margin-top: 10px;
}
.image-left .copy-block {
  padding-left: 0;
}
@media (min-width: 768px) {
  .image-left .copy-block {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .copy-block {
    padding-right: 40px;
  }
}
iframe {
  max-width: 100% !important;
}
.blog-post .read-more {
  display: block;
  text-align: right;
  padding-right: 10px;
  font-weight: 600;
}
.cs-post p {
  font-size: 18px;
  line-height: 1.5;
}
.aside-block {
  background-color: #E2E2E2;
  padding: 30px;
}
.aside-block .aside-icon {
  display: block;
  max-width: 125px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .aside-block .aside-icon {
    float: right;
    margin: 0 0 15px 15px;
  }
}
.aside-block h3 {
  font-size: 42px;
  font-weight: 400;
  color: #af0917;
}
@media (min-width: 1400px) {
  .aside-block {
    padding: 40px;
  }
  .aside-block h3 {
    font-size: 48px;
  }
  .aside-block .aside-icon {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    max-width: 145px;
  }
}
.teaser-block {
  width: 100%;
  position: relative;
  min-height: 200px;
  background-color: #F2F2F2;
  padding: 30px 30px 19px 30px;
  margin-bottom: 26px;
}
.teaser-block .teaser-icon {
  margin: 0 0 20px 0;
  min-height: 50px;
  max-height: 65px;
}
.teaser-block a.open {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.teaser-block a.open .down-arrow {
  border: none;
  padding: none;
  background: transparent;
}
.teaser-block a.open .down-arrow:focus {
  outline: none !important;
}
.teaser-block a.open .down-arrow .icon {
  width: 40px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.teaser-block a.open[aria-expanded="true"] .down-arrow .icon {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.teaser-block h3 {
  font-size: 28px;
  font-weight: 400;
  color: #af0917;
}
@media (min-width: 1400px) {
  .teaser-block {
    min-height: 300px;
    padding: 40px 40px 29px 40px;
  }
  .teaser-block h3 {
    font-size: 32px;
  }
  .teaser-block .teaser-icon {
    margin: 0 0 40px 0;
    max-height: 85px;
    min-height: 65px;
  }
}
body.page-stucco .teaser-block {
  background-color: #B63C44;
  color: #fff;
}
body.page-stucco .teaser-block p, body.page-stucco .teaser-block h3, body.page-stucco .teaser-block ul li, body.page-stucco .teaser-block a, body.page-stucco .teaser-block a span {
  color: #fff !important;
}
body.page-stucco .teaser-block a:hover, body.page-stucco .teaser-block a:hover span {
  color: #F2F2F2 !important;
}
body.page-stucco .teaser-block .icon, body.page-stucco .teaser-block .icon-doc {
  fill: #fff !important;
}
section.light-gray {
  background: #F2F2F2 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.widget div.gmw-single-location-wrapper, div.gmw-single-location-wrapper {
  width: 100% ! important;
}
.us-map {
  /*
	width: 959px;
	height: 593px;
*/
  /*
	width: 100%;
	height: auto;
*/
}
.us-map svg {
  fill: #888687;
  width: 100%;
  /*
		width: 959px;
		height: 593px;
*/
}
.us-map svg .state {
  fill: #888687;
}
#states g:hover path {
  fill: blue;
}
#states > .state, #canada > .province {
  fill: #888687;
}
.canada-map svg {
  fill: #888687;
  width: 100%;
  height: auto;
}
.canada-map svg .province {
  fill: #888687;
}
/* icons */
.icon {
  fill: currentColor;
}
.icon-pinterest {
  width: 14px;
  height: 14px;
}
.icon-linkedin {
  width: 14px;
  height: 14px;
}
.icon-twitter {
  width: 14px;
  height: 14px;
}
.icon-instagram {
  width: 14px;
  height: 14px;
}
.icon-facebook {
  width: 14px;
  height: 14px;
}
.icon-bars {
  width: 20.2px;
  height: 18.9px;
}
.icon-close {
  width: 15px;
  height: 15px;
}
.icon-marker {
  width: 17.83px;
  height: 28.25px;
}
.icon-search {
  width: 22.8px;
  height: 22.8px;
}
.icon-canada-brick {
  width: 17.8px;
  height: 40px;
}
@media (min-width: 1400px) {
  .icon-canada-brick {
    width: 22.23px;
    height: 50px;
  }
}
.icon-bricks {
  width: 33.6px;
  height: 28.8px;
}
@media (min-width: 1400px) {
  .icon-bricks {
    width: 42px;
    height: 36px;
  }
}
.icon-specialty-products {
  width: 26.88px;
  height: 23.04px;
}
@media (min-width: 1400px) {
  .icon-specialty-products {
    width: 52.8px;
    height: 50.4px;
  }
}
.icon-stucco {
  width: 40.44px;
  height: 30.4px;
}
@media (min-width: 1400px) {
  .icon-stucco {
    width: 50.55px;
    height: 38px;
  }
}
.icon-stone {
  width: 20.992px;
  height: 28.32px;
}
@media (min-width: 1400px) {
  .icon-stone {
    width: 26.24px;
    height: 35.4px;
  }
}
.icon-thin-brick {
  width: 34.4px;
  height: 28px;
}
@media (min-width: 1400px) {
  .icon-thin-brick {
    width: 43px;
    height: 35px;
  }
}
.icon-case-studies {
  width: 33.552px;
  height: 33.864px;
}
@media (min-width: 1400px) {
  .icon-case-studies {
    width: 41.94px;
    height: 42.33px;
  }
}
.icon-credit-app {
  width: 38.624px;
  height: 43.728px;
}
@media (min-width: 1400px) {
  .icon-credit-app {
    width: 48.28px;
    height: 54.66px;
  }
}
.icon-blog {
  width: 36.552px;
  height: 34.168px;
}
@media (min-width: 1400px) {
  .icon-blog {
    width: 45.69px;
    height: 42.71px;
  }
}
.icon-events {
  width: 35.448px;
  height: 35.448px;
}
@media (min-width: 1400px) {
  .icon-events {
    width: 44.31px;
    height: 44.31px;
  }
}
.icon-gallery {
  width: 31.856px;
  height: 35.376px;
}
@media (min-width: 1400px) {
  .icon-gallery {
    width: 39.82px;
    height: 44.22px;
  }
}
.icon-phone {
  width: 27.29px;
  height: 53.07px;
}
.icon-socialize {
  width: 39.248px;
  height: 34.16px;
}
@media (min-width: 1400px) {
  .icon-socialize {
    width: 49.06px;
    height: 42.7px;
  }
}
.icon-news {
  width: 42.112px;
  height: 34.256px;
}
@media (min-width: 1400px) {
  .icon-news {
    width: 52.64px;
    height: 42.82px;
  }
}
.icon-directions {
  width: 50.34px;
  height: 50.19px;
  /*
	.option & {
	    width: 50.34px;
	    height: 50.19px;
    }
*/
}
.icon-sample {
  width: 31.808px;
  height: 29.16px;
}
@media (min-width: 1400px) {
  .icon-sample {
    width: 39.76px;
    height: 36.45px;
  }
}
.icon-sample.icon-med {
  width: 37.57px;
  height: 34.44px;
}
.icon-cart {
  width: 57.843px;
  height: 43.481px;
}
.icon-eye {
  width: 47.04px;
  height: 52.16px;
}
@media (min-width: 1400px) {
  .icon-eye {
    width: 58.8px;
    height: 65.2px;
  }
}
.option .icon-eye {
  width: 27.63px;
  height: 14.62px;
}
.icon-eye.icon-med {
  width: 44.48px;
  height: 23.54px;
}
.icon-visualizer {
  width: 50.48px;
  height: 52.56px;
}
@media (min-width: 1400px) {
  .icon-visualizer {
    width: 63.1px;
    height: 65.7px;
  }
}
.icon-installation {
  width: 39.16px;
  height: 27.304px;
}
@media (min-width: 1400px) {
  .icon-installation {
    width: 48.95px;
    height: 34.13px;
  }
}
.icon-warranty {
  width: 30.136px;
  height: 40.024px;
}
@media (min-width: 1400px) {
  .icon-warranty {
    width: 37.67px;
    height: 50.03px;
  }
}
.icon-contact {
  width: 40.56px;
  height: 31.2px;
}
@media (min-width: 1400px) {
  .icon-contact {
    width: 50.7px;
    height: 39px;
  }
}
.icon-download {
  width: 31.408px;
  height: 28.304px;
}
@media (min-width: 1400px) {
  .icon-download {
    width: 39.26px;
    height: 35.38px;
  }
}
.icon-download.icon-med {
  width: 32.1px;
  height: 28.92px;
}
.icon-copy {
  width: 38.2px;
  height: 37.744px;
}
@media (min-width: 1400px) {
  .icon-copy {
    width: 47.75px;
    height: 47.18px;
  }
}
.icon-copy.icon-med {
  width: 36.43px;
  height: 35.99px;
}
.icon-magnify {
  width: 32px;
  height: 32px;
}
@media (min-width: 1400px) {
  .icon-magnify {
    width: 40px;
    height: 40px;
  }
}
.icon-plant {
  width: 34.472px;
  height: 31.344px;
}
@media (min-width: 1400px) {
  .icon-plant {
    width: 43.09px;
    height: 39.18px;
  }
}
.icon-mbms {
  width: 38.864px;
  height: 38.864px;
}
@media (min-width: 1400px) {
  .icon-mbms {
    width: 48.58px;
    height: 48.58px;
  }
}
.icon-location {
  width: 45.6px;
  height: 37.48px;
}
@media (min-width: 1400px) {
  .icon-location {
    width: 57px;
    height: 46.85px;
  }
}
.icon-location.icon-med {
  width: 46.93px;
  height: 38.57px;
}
.icon-tech-resources {
  width: 56.104px;
  height: 40.048px;
}
@media (min-width: 1400px) {
  .icon-tech-resources {
    width: 70.13px;
    height: 50.06px;
  }
}
.icon-prod-lit {
  width: 41.752px;
  height: 43.872px;
}
@media (min-width: 1400px) {
  .icon-prod-lit {
    width: 52.19px;
    height: 54.84px;
  }
}
.icon-compass {
  width: 23px;
  height: 38.464px;
}
@media (min-width: 1400px) {
  .icon-compass {
    width: 28.75px;
    height: 48.08px;
  }
}
.icon-visualizer {
  width: 37.528px;
  height: 39.048px;
}
@media (min-width: 1400px) {
  .icon-visualizer {
    width: 46.91px;
    height: 48.81px;
  }
}
.icon-circle-arrow-left, .icon-circle-arrow-right {
  width: 52px;
  height: 52px;
}
.icon-circle-arrow-left.icon-sm, .icon-circle-arrow-right.icon-sm {
  width: 28.8px;
  height: 28.8px;
}
@media (min-width: 1400px) {
  .icon-circle-arrow-left.icon-sm, .icon-circle-arrow-right.icon-sm {
    width: 36px;
    height: 36px;
  }
}
/* doc icons */
.icon-doc-pdf {
  width: 44.76px;
  height: 55.9px;
}
.icon-doc-pdf-mb, .icon-doc-pdf-cb {
  width: 44.76px;
  height: 55.9px;
}
.icon-doc-video-mb, .icon-doc-video-cb {
  width: 44.76px;
  height: 55.9px;
}
.icon-doc-img {
  width: 44.76px;
  height: 55.9px;
}
.icon-doc-form-mb, .icon-doc-form-cb {
  width: 44.8px;
  height: 55.9px;
}
.icon-doc-link {
  width: 44.96px;
  height: 55.24px;
}
.icon-doc-video {
  width: 44.76px;
  height: 55.9px;
}
/* small icons */
.option .icon-sizes {
  width: 17px;
  height: 17px;
}
.option .icon-pdf {
  width: 17px;
  height: 17px;
}
.option .icon-details {
  width: 18.83px;
  height: 17.45px;
}
.icon.white {
  fill: #fff !important;
}
.icon.red {
  fill: #af0917 !important;
}
a.icon-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}
a.icon-link .icon-doc {
  width: 25%;
  text-align: left;
  margin: auto 0 auto 0 !important;
  fill: #af0917 !important;
}
a.icon-link span {
  width: 75%;
  font-size: 16px;
  color: #888687;
  line-height: 1.4;
  margin: auto 0 !important;
}
a.icon-link:hover span {
  color: #af0917;
}
a.icon-link-vertical {
  width: 100%;
  /*
	display: flex;
	flex-direction: column;
	align-items: center;
*/
  margin-bottom: 0;
  text-align: center;
}
a.icon-link-vertical .icon-doc {
  display: block;
  width: auto;
  text-align: center;
  margin: 5px auto;
}
a.icon-link-vertical span {
  display: block;
  width: 100%;
  color: #888687;
  text-align: center;
  line-height: 1;
  margin: auto 0 !important;
}
a.icon-link-vertical:hover span {
  color: #af0917;
}
a.icon-link-old {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
a.icon-link-old .icon {
  display: block;
  float: left;
}
a.icon-link-old span {
  display: block;
  padding: 15px 15px 0 55px;
  margin-top: 2px;
  margin-left: 12px;
}
a.icon-link-old:hover {
  text-decoration: none;
}
a.icon-link-old:hover span {
  text-decoration: underline;
}
.icon-link-vert .icon-wrap {
  text-align: center;
}
.icon-link-vert .icon-wrap .icon {
  max-width: 100%;
  display: block;
  margin: auto auto 10px auto;
}
.our-brick-link {
  font-size: 20px;
}
.our-brick-link .icon {
  transition: transform 0.3s;
  transform: rotate(90deg);
}
@media (min-width: 1400px) {
  .our-brick-link {
    font-size: 22px;
  }
}
.our-brick-link[aria-expanded="true"] .icon {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.lit-link {
  display: block;
  margin: 0 auto 40px 0;
  text-align: center;
}
.lit-link p {
  line-height: 1.3;
  font-size: 16px;
}
.lit-link .lit-thumb {
  max-width: 200px;
  max-height: 258px;
  margin: 0 auto 15px auto;
}
#our-brick {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #our-brick {
    margin-top: -30px;
  }
}
.our-brick-header {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .our-brick-header {
    min-height: 122px;
    text-align: left;
  }
}
.our-brick-header h4 {
  line-height: 1.5;
}
h4.our-brick {
  text-align: center;
}
@media (min-width: 768px) {
  h4.our-brick {
    text-align: left;
  }
}
p.our-brick {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  p.our-brick {
    text-align: left;
    padding-right: 20px;
  }
}
.our-brick-icon {
  margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
  .our-brick-icon {
    margin: 0 0 15px 0;
  }
}
.find-mbms {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  max-width: 400px;
  background-color: #af0917;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
}
.find-mbms:hover {
  color: #E2E2E2;
}
.find-mbms .icon-marker {
  height: 30px !important;
  width: 18.94px !important;
  margin-right: 15px;
}
.plant-map {
  position: relative;
  width: 100%;
  height: auto;
}
.plant-map img.map {
  width: 100%;
}
.plant-map .plant {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 2;
}
.plant-map .plant img.icon {
  height: 32px;
  width: 32px;
  transition: all ease-in 0.2s;
  /*
			margin-top: -32px;
			margin-left: -16px;
*/
}
.plant-map .plant img.icon:hover {
  height: 40px;
  width: 40px;
  margin-top: -4px;
  margin-left: -4px;
  transition: all ease-in 0.1s;
}
.plant-map .plant .name {
  position: absolute;
  bottom: -16px;
  font-size: 14px;
  color: #fff;
  display: none;
  font-weight: 700;
}
.plant-map .plant .plant-close {
  display: none;
}
.plant-map .plant:after {
  content: '';
  display: block;
  background: rgba(128, 28, 38, 0.5);
  height: 32px;
  width: 32px;
  border-radius: 16px;
  margin-top: -16px;
  z-index: 1;
  opacity: 0;
  transition: all ease-in 0.2s;
}
.plant-map .plant.active {
  z-index: 3;
}
.plant-map .plant.active:hover img.icon {
  height: 32px;
  width: 32px;
  margin-top: 0;
  margin-left: 0;
}
.plant-map .plant.active .name {
  display: block;
  color: #fff;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  width: 320px;
  height: 100px;
  text-align: center;
  margin-left: -144px;
  margin-top: -32px;
}
.plant-map .plant.active .plant-close {
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 30px;
  color: #fff;
  display: block;
  margin-left: 30px;
  margin-top: -55px;
}
.plant-map .plant.active .plant-close:hover {
  cursor: pointer;
}
.plant-map .plant.active:after {
  content: '';
  display: block;
  background: rgba(128, 28, 38, 0.5);
  height: 216px;
  width: 216px;
  border-radius: 108px;
  margin-left: -97.2px;
  margin-top: -108px;
  z-index: 1;
  opacity: 1;
  transition: all ease-out 0.2s;
}
@media (min-width: 1200px) {
  .plant-map .plant.active:after {
    height: 256px;
    width: 256px;
    border-radius: 128px;
    margin-left: -115.2px;
    margin-top: -128px;
  }
}
@media (min-width: 1400px) {
  .plant-map .plant.active:after {
    height: 320px;
    width: 320px;
    border-radius: 160px;
    margin-left: -144px;
    margin-top: -160px;
  }
}
.plant-map .plant {
  position: absolute;
}
.details-inner {
  margin-top: 200px;
  margin-left: -70px;
}
.details-inner p {
  line-height: 1.3;
}
.video-list {
  overflow-y: scroll;
  max-height: 344px;
  border: 1px solid #888687;
  padding: 8px 10px;
}
@media (min-width: 1200px) {
  .video-list {
    max-height: 423px;
  }
}
@media (min-width: 1400px) {
  .video-list {
    max-height: 498px;
  }
}
.video-thumb, .video-thumb-yt {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 112px;
}
.video-thumb img, .video-thumb-yt img {
  float: left;
  width: 92px;
  margin-left: -112px;
}
@media (min-width: 1200px) {
  .video-thumb img, .video-thumb-yt img {
    width: 160px;
    margin-left: -180px;
  }
}
@media (min-width: 1200px) {
  .video-thumb, .video-thumb-yt {
    padding-left: 180px;
  }
}
.headline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  border: none;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.headline-row h1 {
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .headline-row {
    padding-top: 0;
    padding-bottom: 0;
    height: 143px;
  }
}
@media (min-width: 1200px) {
  .headline-row {
    padding-top: 0;
    padding-bottom: 0;
    height: 178px;
  }
}
@media (min-width: 1400px) {
  .headline-row {
    height: 212px;
  }
}
.square {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid #888687;
  background-color: #fff;
  text-align: center;
}
.square .icon {
  margin-bottom: 15px;
  fill: #888687;
}
.square h3.light {
  font-weight: 300;
  font-size: 48px;
  color: #888687;
}
.square h4.light {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #888687;
}
@media (min-width: 1400px) {
  .square h4.light {
    font-size: 22px;
  }
}
.square:hover, .square.red {
  background-color: #af0917;
  color: #fff;
  border: 1px solid #af0917;
}
.square:hover h3, .square:hover h4, .square.red h3, .square.red h4 {
  color: #fff;
  font-weight: 500 !important;
}
.square:hover .icon, .square.red .icon {
  fill: #fff !important;
}
.square-photo-main {
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.square-photo-main .back {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 12;
}
.square-photo-main .back a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
}
.square-photo-main .back a:hover {
  color: #E2E2E2;
}
.square-photo-main h3 {
  color: #fff !important;
  font-weight: 400 !important;
}
.square-photo-main .cover {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.square-photo-main:hover h3 {
  font-weight: 400 !important;
}
#sb_instagram #sbi_images .sbi_item, #sb_instagram img {
  opacity: 1 !important;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-double:after {
  padding-bottom: calc(50% - 8px);
}
.square-double .square-content .content {
  padding-left: 0;
  padding-right: 0;
}
.square-tall:after {
  padding-bottom: calc(200% + 16px);
}
.square-rect:after {
  padding-bottom: calc(66.6667% - 6px);
}
.square-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent !important;
}
.square-content .content {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.square-content .content h3 span {
  font-size: 24px;
}
.square-content .content .overlay {
  display: block;
  width: 100%;
  padding: 12px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.55);
}
.square-content .content .overlay.overlay-grad {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%);
}
.square-content .content .overlay h3, .square-content .content .overlay h4, .square-content .content .overlay h5, .square-content .content .overlay p {
  color: #fff;
}
.square-content .content .overlay h3, .square-content .content .overlay h4, .square-content .content .overlay h5 {
  line-height: 1;
  margin-bottom: 0;
}
.square-with-icon {
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
}
.square-with-icon .icon-wrap {
  z-index: 2;
  text-align: center;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  right: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
  flex: 1;
}
.square-with-icon .icon-wrap .icon {
  max-width: 100%;
  display: block;
  margin: auto auto 15px auto;
}
.square-with-icon .icon-wrap .block {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  margin: auto auto 10px auto;
}
.square-with-icon .square-content {
  text-align: center;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: top;
}
.square-with-icon .square-content-h-100 {
  text-align: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.square-with-icon .square-content-h-100 .icon {
  max-width: 100%;
}
.photo-square {
  background-size: cover;
  background-repeat: none;
  background-position: 50% 50%;
}
.bg-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-photo:hover {
  opacity: 0.8;
}
.product-wrap {
  border: 1px solid #888687;
  border-right: none;
}
.product-links {
  border: 1px solid #888687;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-links .side-link-box {
  width: 100%;
  min-height: 60px;
  margin-bottom: auto;
  border-bottom: 1px solid #888687;
  display: flex;
  flex-basis: 20%;
  align-self: stretch;
  align-items: center;
}
.product-links .side-link-box .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.product-links .side-link-box .content .icon {
  width: 25%;
  fill: #888687;
  text-align: middle;
  margin: auto 0 !important;
}
.product-links .side-link-box .content h4 {
  line-height: 1;
  color: #888687;
  font-weight: 300;
  margin: auto 0 !important;
  font-size: 17px;
}
@media (min-width: 992px) {
  .product-links .side-link-box .content h4 {
    font-size: 20px;
  }
}
.product-links .side-link-box:last-child {
  border-bottom: none;
}
.product-links .side-link-box:hover {
  cursor: pointer;
  color: #fff !important;
  text-decoration: none;
  background-color: #af0917;
}
.product-links .side-link-box:hover .icon {
  fill: #fff;
}
.product-links .side-link-box:hover h4 {
  color: #fff !important;
}
.product-links .side-link-box.disabled .icon {
  fill: #E2E2E2 !important;
}
.product-links .side-link-box.disabled h4 {
  color: #E2E2E2 !important;
}
.product-links .side-link-box.disabled:hover {
  cursor: none;
  background-color: #fff;
}
.collection-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 228px;
  margin-bottom: 20px;
  justify-content: start;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.collection-header .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.collection-header .feature {
  display: none;
}
@media (min-width: 768px) {
  .collection-header .feature {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 2;
  }
}
.collection-header h1 {
  font-size: 40px;
  text-align: left;
  color: #fff;
  width: 100%;
  z-index: 2;
  line-height: 1;
  margin: auto 0;
  padding: 0 33% 0 30px;
}
@media (min-width: 1400px) {
  .collection-header h1 {
    font-size: 48px;
  }
}
.square-photo {
  position: relative;
}
.square-photo:hover {
  background-color: #000;
}
.square-photo:hover h4 {
  color: #fff !important;
  font-weight: 500;
}
.square-photo:hover .bg-photo {
  opacity: 0.7;
}
.dealers .dealer-col {
  margin-bottom: 20px;
}
.dealer-box {
  padding: 30px 20px 20px 20px;
  border: 1px solid #888687;
}
.dealer-box p {
  line-height: 1.4;
}
.dealer-box h5 {
  line-height: 1.3;
  margin-bottom: 20px;
}
.icon-top .logo-rrb {
  height: 40px;
}
.icon-top .logo-cb {
  height: 50px;
}
.icon-top .logo-mb {
  height: 50px;
}
.not-mbms .dealer-box {
  border: none;
}
.tab-pane .tab-col {
  padding-left: 20px;
}
.tab-pane h5 {
  margin: 20px 0 30px 0;
}
.tab-pane .man-logo-wrap {
  height: 100%;
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
}
.tab-pane .man-logo-wrap .man-logo {
  display: block;
  margin: auto;
  max-width: 80%;
  text-align: center;
}
.tab-pane .man-logo-wrap .man-logo img {
  max-height: 150px;
}
.tab-pane .man-logo-wrap .prod-name {
  font-size: 15px;
  margin-top: 15px;
}
.tab-pane .widget div.gmw-single-location-wrapper, .tab-pane div.gmw-single-location-wrapper {
  padding: 0;
  background: #ffffff;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.tab-pane .row-location-info {
  border: 1px solid #888687;
}
.tab-pane .location-info-wrap {
  height: 100%;
}
.tab-pane .location-info-wrap .address-box {
  background-color: #888687;
  color: #fff;
  padding: 20px;
  height: 200px;
}
.tab-pane .location-info-wrap .address-box a {
  color: #fff;
  text-decoration: underline;
}
.tab-pane .location-info-wrap .address-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 200px;
}
.tab-pane .location-info-wrap .address-links .link-box {
  text-align: center;
  position: relative;
  height: 200px;
  width: 50%;
  border: none;
  border-right: 1px solid #888687;
}
.tab-pane .location-info-wrap .address-links .link-box:hover h4 {
  color: #fff !important;
}
.plant-location-info {
  border: 1px solid #888687;
}
.plant-location-info .location-info-wrap {
  height: 100%;
}
.plant-location-info .location-info-wrap .address-box {
  background-color: #888687;
  color: #fff;
  padding: 20px;
  height: 200px;
}
.plant-location-info .location-info-wrap .address-box p {
  line-height: 1.3;
}
.plant-location-info .location-info-wrap .address-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 200px;
}
.plant-location-info .location-info-wrap .address-links .link-box {
  text-align: center;
  position: relative;
  height: 200px;
  width: 50%;
  border: none;
  border-right: 1px solid #888687;
}
.plant-location-info .location-info-wrap .address-links .link-box:hover h4 {
  color: #fff !important;
}
/* old product - links below
.product-wrap {
	.product-links {
		height: 160px;
		display: flex;
		flex-direction: row;
		width: 100%;
		border: 1px solid $brand-gray;
		.link-box {
			text-align: center;
			position: relative;
			height: 200px;
			width: 50%;
			border: none;
			border-right: 1px solid $brand-gray;
			&:last-child {
				border-right: none !important;
			}
			&:hover {
				h4 {
					color: #fff !important;
				}
			}
		}
	}
}
*/
/* products */
.prod-wrap {
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.prod-wrap .prod-wrap-top {
  flex-grow: 1;
}
.prod-wrap .prod-wrap-bottom {
  margin-top: auto;
}
.prod-wrap .img-wrap {
  position: relative;
}
.prod-wrap .img-wrap .option-sizes {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  z-index: 5;
  background: #af0917;
}
.prod-wrap .img-wrap .option-sizes h3, .prod-wrap .img-wrap .option-sizes h4, .prod-wrap .img-wrap .option-sizes h5, .prod-wrap .img-wrap .option-sizes p, .prod-wrap .img-wrap .option-sizes a, .prod-wrap .img-wrap .option-sizes ul li {
  color: #fff;
}
.prod-wrap .img-wrap .option-sizes p {
  font-size: 11px;
}
@media (min-width: 992px) {
  .prod-wrap .img-wrap .option-sizes p {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .prod-wrap .img-wrap .option-sizes p {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .prod-wrap .img-wrap .option-sizes p {
    font-size: 14px;
  }
}
.prod-wrap .prod-options {
  border: 1px solid #888687;
  background: #fff;
  display: flex;
  flex-direction: row;
}
.prod-wrap .prod-options .option {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #888687;
  line-height: 1px;
  border-right: 1px solid #888687;
  width: 25%;
}
.prod-wrap .prod-options .option:last-child {
  border-right: none;
}
.prod-wrap .prod-options .option .icon-wrap {
  z-index: 20;
  text-align: center;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  right: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
  flex: 1;
}
.prod-wrap .prod-options .option .icon-wrap .icon {
  max-width: 100%;
  display: block;
  margin: auto auto 10px auto;
}
.prod-wrap .prod-options .option .option-content {
  text-align: center;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: top;
}
.prod-wrap .prod-options .option .option-content p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
}
.prod-wrap .prod-options .option .option-content p:last-child {
  margin-bottom: 0;
}
.prod-wrap .prod-options .option:hover {
  background: #af0917;
}
.prod-wrap .prod-options .option:hover .icon {
  fill: #fff;
}
.prod-wrap .prod-options .option:hover .option-content p {
  color: #fff;
}
.prod-wrap .prod-options .option.disabled .icon {
  fill: #E2E2E2 !important;
}
.prod-wrap .prod-options .option.disabled .option-content p {
  color: #E2E2E2 !important;
}
.prod-wrap .prod-options .option.disabled:hover {
  cursor: none;
  background-color: #fff;
}
.prod-wrap.col-burlington-architectural-collection .img-wrap .option-sizes p {
  font-size: 9px;
}
@media (min-width: 992px) {
  .prod-wrap.col-burlington-architectural-collection .img-wrap .option-sizes p {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .prod-wrap.col-burlington-architectural-collection .img-wrap .option-sizes p {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .prod-wrap.col-burlington-architectural-collection .img-wrap .option-sizes p {
    font-size: 12px;
  }
}
.prod-block {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.prod-block .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  padding: 10px;
  display: block;
  width: 100%;
  padding: 12px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.55);
}
.prod-block .overlay h5 {
  text-align: center;
  font-size: 16px;
  text-transform: upppercase;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}
#loc-tabs {
  width: 100%;
}
#loc-tabs .nav-item {
  width: 50%;
}
@media (min-width: 992px) {
  #loc-tabs .nav-item {
    width: 14.285714286%;
  }
}
#loc-tabs .nav-item:nth-child(odd) .nav-link.dealer-tab {
  border-right: none !important;
}
#loc-tabs .nav-item:nth-child(odd):last-child .nav-link.dealer-tab {
  border-right: 1px solid #888687 !important;
}
#loc-tabs .nav-item .nav-link.dealer-tab {
  border-color: #888687;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
#loc-tabs .nav-item .nav-link.dealer-tab:last-child {
  border-right: 1px solid #888687;
}
@media (min-width: 992px) {
  #loc-tabs .nav-item .nav-link.dealer-tab {
    min-width: 107px;
    height: 155px;
    border-color: #fff;
    border-bottom-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: none !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#loc-tabs .nav-item .nav-link.dealer-tab:hover .icon-wrap .icon {
  fill: #af0917 !important;
}
#loc-tabs .nav-item .nav-link.dealer-tab:hover .square-content .content h4 {
  color: #af0917 !important;
}
#loc-tabs .nav-item .nav-link.dealer-tab.active {
  border-color: #888687;
  background-color: #888687;
  border-bottom: 1px solid #fff;
}
#loc-tabs .nav-item .nav-link.dealer-tab.active .icon-wrap .icon {
  fill: #af0917 !important;
}
#loc-tabs .nav-item .nav-link.dealer-tab.active .square-content .content h4 {
  color: #fff !important;
}
@media (min-width: 992px) {
  #loc-tabs .nav-item .nav-link.dealer-tab.active {
    background-color: #fff;
    border-right: 1px solid #888687 !important;
  }
  #loc-tabs .nav-item .nav-link.dealer-tab.active h4 {
    color: #888687;
  }
  #loc-tabs .nav-item .nav-link.dealer-tab.active .square-content .content h4 {
    color: #af0917 !important;
  }
}
#loc-tabs .nav-item .nav-link.dealer-tab .icon-wrap {
  z-index: 2;
  text-align: center;
  height: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 50%;
  right: 0;
  display: none;
  align-items: end;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  #loc-tabs .nav-item .nav-link.dealer-tab .icon-wrap {
    display: flex;
  }
}
#loc-tabs .nav-item .nav-link.dealer-tab .icon-wrap .icon {
  fill: #888687;
  max-width: 100%;
  display: block;
  margin: auto auto 15px auto;
}
#loc-tabs .nav-item .nav-link.dealer-tab .square-content {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
#loc-tabs .nav-item .nav-link.dealer-tab .square-content .content h4 {
  margin-top: 10px;
  color: #888687;
  font-size: 19px;
}
@media (min-width: 992px) {
  #loc-tabs .nav-item .nav-link.dealer-tab .square-content {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    height: 50%;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: top;
  }
}
#loc-tabs .nav-item:last-child {
  width: 50%;
  /*
			.nav-link.dealer-tab {
				border-right: 1px solid $brand-gray;
			}
*/
}
@media (min-width: 992px) {
  #loc-tabs .nav-item:last-child {
    width: 14.285714284%;
    border-right: none !important;
  }
}
@media (min-width: 992px) {
  #loc-tabs .nav-item:last-child.active {
    border-right: 1px solid #888687 !important;
  }
}
@media (min-width: 992px) {
  #loc-tabs .nav-item:nth-child(odd):last-child .nav-link.dealer-tab {
    border-right: none !important;
  }
  #loc-tabs .nav-item:nth-child(odd):last-child .nav-link.dealer-tab.active {
    border-right: 1px solid #888687 !important;
  }
}
#loc-tabs .icon-location {
  width: 44.13px;
  height: 42.76px;
}
#loc-tabs .icon-accessories {
  width: 39.86px;
  height: 48.92px;
}
#location-tab-content {
  min-height: 400px;
  border: 1px solid #888687;
  margin-top: -1px;
  padding: 15px;
}
@media (min-width: 992px) {
  #location-tab-content {
    padding: 40px;
  }
}
#collection-tab-content {
  min-height: 400px;
  border: 1px solid #888687;
  margin-top: -1px;
  padding: 12px;
}
@media (min-width: 992px) {
  #collection-tab-content {
    padding: 24px;
  }
}
#col-nav .nav-item {
  max-width: 49%;
}
#col-nav .nav-item .nav-link {
  color: #888687;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #888687;
  font-size: 17px;
  padding: 6px 8px;
  height: 100%;
}
#col-nav .nav-item .nav-link:hover {
  border-color: #888687 #888687 #fff;
  color: #af0917;
}
@media (min-width: 992px) {
  #col-nav .nav-item .nav-link {
    height: auto;
    font-size: 20px;
    padding: 8px 16px;
  }
}
#col-nav .nav-item.show .nav-link, #col-nav .nav-link.active {
  color: #af0917;
  border-color: #888687 #888687 #fff;
}
#col-nav .nav-link.active {
  border-bottom-width: 2px;
}
footer h2 {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 30px;
}
footer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
footer p {
  font-size: 16px;
  line-height: 1.3;
}
footer .rrb-logo {
  width: 120px;
}
footer .mb-logo {
  width: 220px;
}
.row {
  margin-right: -12px;
  margin-left: -12px;
}
.row > .col, .row > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.row-narrow {
  margin-right: -7px;
  margin-left: -7px;
}
.row-narrow > .col, .row-narrow > [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.row-wide {
  margin-right: -20px;
  margin-left: -20px;
}
.row-wide > .col, .row-wide > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
/* helper classes */
/* owl carousel */
.owl-carousel:not(.owl-loaded) {
  opacity: 0;
}
.slider-container {
  position: relative;
  overflow: hidden;
}
.owl-carousel {
  overflow: hidden;
}
#slider-headline {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 60px;
  right: 60px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  z-index: 2;
  margin-bottom: 5px;
  padding: 0;
  letter-spacing: -0.025em;
}
.slider-grad {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 80%);
}
.owl-theme .owl-nav {
  width: 100%;
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 15px;
  right: auto;
  color: #FFF;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  border-radius: 0;
}
.owl-theme .owl-nav button.owl-prev svg, .owl-theme .owl-nav button.owl-next svg {
  width: 30px;
  height: 30px;
}
.owl-theme .owl-nav button.owl-prev:hover, .owl-theme .owl-nav button.owl-next:hover {
  background: transparent;
}
.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}
.fancybox-caption {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
/* home page New Feature */
.col-block-link:hover {
  text-decoration: none !important;
}
.col-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
}
.col-img .col-bottom-text {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f2f2f2;
  padding: 10px;
}
.col-img .col-bottom-text p {
  font-size: 22px;
  color: #801c26;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.col-text {
  display: flex;
  padding: 25px 30px 15px 30px;
  align-items: center;
  flex-direction: column;
}
.col-text.text-white {
  background: #801c26;
}
.col-text.text-white p, .col-text.text-white h2 {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .col-img {
    height: 360px;
  }
  .col-text {
    min-height: 360px;
  }
}
@media only screen and (min-width: 1400px) {
  .col-img {
    height: 440px;
  }
  .col-text {
    min-height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .col-img {
    position: relative;
    height: 200px;
  }
  .col-text {
    min-height: 200px;
  }
  .slide-row .col-block {
    margin-bottom: 10px;
  }
}
#feature-carousel {
  padding-top: 40px;
}
#feature-carousel .owl-nav {
  width: 100%;
  display: block;
  margin: 0;
  position: absolute;
  bottom: auto;
  top: 0;
  height: 40px;
  z-index: 1000;
}
#feature-carousel .owl-nav button.owl-prev, #feature-carousel .owl-nav button.owl-next {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0;
  right: auto;
  color: #801c26;
  margin: 0;
  padding: 4px 0 0 0;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  border-radius: 0;
}
#feature-carousel .owl-nav button.owl-prev .icon, #feature-carousel .owl-nav button.owl-next .icon {
  margin-top: 0;
}
#feature-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.col-block .icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
/*
.container {
    max-width: 1170px;
}
*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* utility */
.text-underline {
  text-decoration: underline !important;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.MultiCheckBox {
  border: 1px solid #e2e2e2;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.MultiCheckBox .k-icon {
  font-size: 15px;
  float: right;
  font-weight: bolder;
  margin-top: -7px;
  height: 10px;
  width: 14px;
  color: #787878;
}
.MultiCheckBoxDetail {
  display: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  overflow-y: hidden;
}
.MultiCheckBoxDetailBody {
  overflow-y: scroll;
}
.MultiCheckBoxDetail .cont {
  clear: both;
  overflow: hidden;
  padding: 2px;
}
.MultiCheckBoxDetail .cont:hover {
  background-color: #cfcfcf;
}
.MultiCheckBoxDetailBody > div > div {
  float: left;
}
.MultiCheckBoxDetailHeader {
  overflow: hidden;
  position: relative;
  height: 28px;
  background-color: #3d3d3d;
}
.MultiCheckBoxDetailHeader > input {
  position: absolute;
  top: 4px;
  left: 3px;
}
.MultiCheckBoxDetailHeader > div {
  position: absolute;
  top: 5px;
  left: 24px;
  color: #fff;
}
/* IE10+ CSS styles go here */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-dropdown .icon-bars {
    background-image: url(/wp-content/themes/meridianbrick/assets/images/icon-bars-gray.png);
    background-repeat: none;
  }
  .manufacturer-logo {
    display: block;
  }
  .manufacturer-copy {
    display: block;
  }
  .product-links {
    display: block;
  }
  .product-links .side-link-box {
    width: 100%;
    display: table;
    text-align: center;
  }
  .product-links .side-link-box .content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    text-align: center;
  }
  .product-links .side-link-box .content .icon {
    display: none;
  }
  .product-links .side-link-box .content h4 {
    font-size: 18px;
  }
  .product-links .side-link-box.disabled h4 {
    color: #ccc !important;
  }
}
