/* BANNER */
img.banner-image {
  width: 100%;
  height: auto;
}
.banner-image-limit {
  overflow: hidden;
}
.banner-image-wrapper {
  overflow: hidden;
}

.banner-video-upload {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-image-wrapper {
  position: relative
}
.banner-caption-wrapper {
  position: relative;
  margin-left: 285px;
}
.banner-caption {
  position: absolute;
  bottom: -36px;
  text-align: center;
  width: 980px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-caption.white {
  color: white; /* For videos */
}
@media (max-width: 767px) {
  .banner-caption.white {
    color: black;
  }
}

.banner-caption.black {
  position: relative;
  bottom: 0;
  color: black; /* For images */
}

.banner-caption h1 {
  font-size: 46px;
}
.banner-text {
  font-size: 17px;
  margin: 0 113px;
}
a.banner-color-button {
  position: absolute;
  z-index: 1000;
  top: 30px;
  right: 30px;
  background: #ffffff;
  border-radius: 5px;
  padding: 8px 15px;
  color: #990000;
  font-size: 15px;
  -moz-box-shadow: 0px 0px 10px 5px #ccc;
  -webkit-box-shadow: 0px 0px 10px 5px #ccc;
  box-shadow: 0px 0px 10px 5px #ccc;
}
a.banner-color-button:hover,
a.banner-color-button:active {
  color: #990000;
}
.navbar-nav {
  margin-left: 0;
}
.navbar-nav .find-your-color a {
  color: #990000!important;
  border: 2px solid #990000;
  width: 135px;
  border-radius: 5px;
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

/* NAVIGATION */
.navbar-btn.logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  -moz-box-shadow: 0 8px 6px -6px #333;
  -webkit-box-shadow: 0 8px 6px -6px #333;
  box-shadow: 0 8px 6px -6px #333;
}
.navbar {
  margin-bottom: -50px;
  border: none;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navigation-first-wrapper {
  position: relative
}
.navigation-first {
  position: fixed;
  z-index: 1000;
  width: 250px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fcfcfc;
  color: #999;
  font-size: 15px;
  text-align: center;
}
.navigation-first ul {
  padding: 10px 10px 40px 10px;
}
.navigation-first ul.menu li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.navigation-first .nav > li > a:hover,
.navigation-first .nav > li > a:focus {
  color: #0e2f44;
  background-color: transparent;
}
.navigation-first .nav > li > a {
  color: #666;
}
.navigation-first .nav > li:nth-last-child(2) > a {
  color: #990000;
}
.navigation-first .contextual-region {
  position: static !important;
}
.navigation-first #block-locationinfo {
  padding: 10px 10px 5px 10px;
}
.navigation-first #block-socialmedialinks {
  padding: 0 10px  0 10p;
  margin-right: -10px;
  font-size: 38px;
  text-align: center;
}
.navigation-first #block-socialmedialinks a {
  color: #999;
}
.navigation-first #block-socialmedialinks a:hover,
.navigation-first #block-socialmedialinks a:focus {
  color: #666;
}
.navigation-first #block-copyrightnotice {
  padding: 0 10px  10px 10px;
  font-size: 12px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-default .navbar-collapse {
  margin-bottom: 20px;
}
.mobile-logo {
  display: none;
}
#block-mainnavigation {
  margin-bottom: 15px;
}

/* MAIN */
.main-container {
  margin-top: 56px;
}
.main-container-home-wrapper {
  margin-bottom: -45px;
  padding-bottom: 45px;
  background-color: #e2e2e2;
}
.main-container-row-wrapper {
  margin-left: 285px;
  min-height: 400px;
}

/* HOMEPAGE */
.path-frontpage .banner-caption {
  position: absolute;
  bottom: 50px;
}
.path-frontpage .main-container {
  margin-top: 0;
}
.path-frontpage .region-header > nav.tabs {
  margin-bottom: 0;
}
.path-frontpage .field--name-field-sections-body .paragraph--type--text h2 {
  margin-top: 60px!important;
  font-size: 46px;
  text-align: left;
  color: #333;
}
.path-frontpage .field--name-field-sections-body .paragraph--type--text p {
  text-align: left;
  font-size: 17px;
  padding-right: 25px;
}
.path-frontpage .paragraph--type--info-box {
  background-color: #fff;
  padding: 10px;
}
.path-frontpage .col-md-3 {
  padding-right: 13px;
  padding-left: 12px;
}
.path-frontpage .field--name-field-info-box-title {
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.path-frontpage .field--name-field-info-box-text {
  font-size: 15px;
  text-align: center;
  margin: 5px 0 20px 0;
  color: #666666;
}
.path-frontpage .field--name-field-info-box-link {
  text-align: center;
  margin: 30px 0 15px 0;
}
.path-frontpage .field--name-field-info-box-link a {
  text-align: center;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 5px 15px;
  color: #999999;
  font-size: 16px;
}

/* PRE-FOOTER, CONTACT */
.contact-info-row-wrapper {
  margin-left: 285px;
}
.pre-footer-right {
  float: right;
}
.region-pre-footer-first {
  text-align: center;
}
.region-pre-footer-first p {
  margin: 0 0 20px;
}
.region-pre-footer-first h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.page-node-6 .main-container-row-wrapper {
  min-height: 0;
}
.webform-submission-contact-form input,
.webform-submission-contact-form textarea {
  border: none;
  background: #eee;
  border-radius: 0;
}
.webform-submission-contact-form .btn-primary {
  background-color: #999;
  border: 1px solid;
  padding: 10px 15px;
  border-radius: 0;
  float: right;
  margin-right: 0;
  margin-top: 34px;  
}
.webform-submission-contact-form .btn-primary:hover {
  background-color: #666;
}
.g-recaptcha {
  float: left;
  margin-bottom: 12px;
}

/* FOOTER */
.footer {
  background-color: #0e2f44;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 60px;
  border-top: none;
  margin-bottom: -1px;
}
.footer-row-wrapper {
  margin-left: 285px;
}
.footer .nav > li > a {
  color: #fff;
}
.footer .nav li > a:hover,
.footer .nav li > a:focus {
  color: #ff0000;
  background-color: transparent;
}
.footer .nav > li > a {
  padding: 2px 10px 2px 0;
}

/* PAGE AREAS*/
.paragraph--type--inline-image img {
  margin: 0 auto;
}
.field--name-field-sections-body .paragraph--type--text p {
  text-align: center;
  font-size: 17px;
  margin: 0 0 15px 0;
}
.field--name-field-sections-body .paragraph--type--text h2 {
  text-align: center;
  color: #003564;
  font-size: 36px;
}
a.learn-more-about {
  display: inline-block;
  margin-top: 20px;
  background: #f7f7f7;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 15px 25px;
  color: #333;
  font-size: 18px;
}

/* PRODUCT CATEGORIES */
.category-intro {
  max-width: 640px;
  margin: 0 auto!important;
}
h2.category-families-title {
  font-size: 42px;
  display: block;
  padding: 5px;
  background: #ccc;
  text-align: center;
}
.view-product-category tr {
  background-color: transparent!important;
}
.view-product-category tr td {
  border: none!important;
}
.view-product-category td.views-field-field-product-family-photo {
  width: 30%;
  text-align: right;
  padding-right: 20px;
}
.view-product-category td.views-field-field-product-family-photo img {
  display: inline;
}
.view-product-category td.views-field-title {
  width: 70%;
  vertical-align: middle;
}
.view-product-category td.views-field-title div {
  margin: -5px 0 5px 0;
}
.view-product-category td.views-field-title h3 a {
  color: #00365b;
}

/* PRODUCT FAMILIES */
.features-label {
  margin-top: 20px;
  text-transform: uppercase;
}
.product-family-files a {
  margin-top: 20px;
  margin-right: 15px;
  display: inline-block;
  background: #222b3a;
  border: 1px solid #222b3a;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
a.product-family-color-card {
  margin-right: 15px;
}
.product-data-color-box {
  margin-left: 10px;
  padding: 1px 15px;
  border-radius: 3px;
  border: 1px solid #999;
}

/* PRODUCTS */
.product-files a {
  margin-top: 20px;
  display: inline-block;
  background: #222b3a;
  border: 1px solid #222b3a;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
a.product-data-sheet-file {
  margin-right: 15px;
}
.product-sds-file {
  margin-left: 10px;
  padding: 1px 15px;
  border-radius: 3px;
  border: 1px solid #999;
}
#block-views-block-related-products-block-1 h2 {
  font-size: 24px;
  margin-top: 30px;
}
/* SEARCH */
.navigation-first #views-exposed-form-search-page-1 .form-inline {
  padding: 0 0 30px 0;
}
.navigation-first #views-exposed-form-search-page-1 input {
  width: 180px;
  margin: 0;
  border-radius: 4px 0 0 4px;
}
.navigation-first #views-exposed-form-search-page-1 .btn {
  color: transparent;
  overflow: hidden;
  width: 36px;
  height: 34px;
  font-size: 14px;
  margin: 0 0 0 -12px;
  background-color: #fff;
  border-color: #ccc;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 0 4px 4px 0;
}
.navigation-first #views-exposed-form-search-page-1 .btn span {
  color: #666;
  margin-left: 0;
}
.view-search .view-content {
  margin: 30px 0;
}
.view-search .views-row {
  margin: 0 0 20px 0;
}
.view-search .views-field-title {
  font-size: 16px;
  font-weight: 700;
}

/* PRODUCT SEARCH */
.view-product-search .views-exposed-form .form-type-radio input,
.view-product-search .views-exposed-form .webform-type-radios .form-item:first-child,
.view-product-search .views-exposed-form .fieldgroup.form-radios div:first-child,
.view-product-search .views-exposed-form .js-webform-radios .form-radios div:first-child,
.view-product-search .views-exposed-form .form-radios div:first-child {
  display: none;
}
.view-product-families .views-exposed-form .fieldgroup.form-wrapper {
  margin-bottom: 15px;
  margin-left: 15px;
}
#views-exposed-form-product-search-block-1 {
  margin-top: 14px;
}
.view-product-search .views-exposed-form .form-item {
  display: block;
  float: none;
}
.view-product-search .views-exposed-form .form-type-textfield {
  display: table-cell;
}
.view-product-search .views-exposed-form .form-actions {  
  display: table-cell;
}
.view-product-search .views-exposed-form .form-type-textfield input {
  width: 100%;
  border-radius: 0;
}
.view-filters-toggle .btn,
.view-filters-toggle .btn:focus,
.view-product-search .views-exposed-form #edit-actions .btn,
.view-product-search .views-exposed-form .form-actions .btn {
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  background-color: #e27c00;
  border-color: #d16c00;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.view-product-search.view-display-id-block_1 .btn,
#views-exposed-form-product-search-block-1 .btn {
  background-color: #666!important;
  border-color: #999999!important;
}
.view-product-search .views-exposed-form .views-exposed-form-subtitle-wrapper {
  clear: both;
  padding-top: 20px;
}
.view-product-search .views-exposed-form .views-exposed-form-subtitle {
  background: #666;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  padding: 6px 10px 6px 15px;
}
#views-exposed-form-product-search-block-1.views-exposed-form .views-exposed-form-subtitle {
  background: #666;
}
.view-product-search .views-exposed-form .form-type-radio {
  margin-left: 20px;
}
.view-product-search .views-exposed-form .fieldgroup.form-wrapper {
  margin-bottom: 15px;
  margin-left: 15px;
}
.view-product-search .views-exposed-form .form-type-select {
  margin-bottom: 15px;
}
.view-product-search .views-exposed-form .form-type-radio input:checked {
  font-weight: 700;
}
.view-filters-toggle {
  display: none;
}
.view-product-search .view-empty {
  margin: 14px 0 20px 0;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
} 
.view-product-search .form-item-technology label {
  display: block;
}
.view-product-search .form-item-technology select {
  width: 100%;
  padding: 0px 10px;
}
.view-product-search .form-composite legend {
  font-size: 1em;
  font-weight: bold;
  border: none;
  margin: 0;
}

/* FIND YOU COLOR */
#views-exposed-form-color-search-block-1 {
  text-align: center;
}
#views-exposed-form-color-search-block-1 .form-item {
  float: none!important;
}
#views-exposed-form-color-search-block-1 input {
  width: 300px;
  margin: 0;
  background-color: #f7f7f7;
  border-radius: 4px 0 0 4px;
}
#views-exposed-form-color-search-block-1 .btn {
  width: 90px;
  height: 34px;
  margin: 0 0 0 -5px;
  background-color: #0e2f44;
  border-color: #0e2f44;
  padding: 6px 10px;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
}
.view-color-search .view-header {
  margin: 30px 0 10px 0;
  text-align: center;
}
.view-color-search .view-empty {
  min-height: 250px;
}
.view-color-search .col {
  padding-bottom: 25px;
  text-align: center;
}
.view-color-search .row {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  overflow: hidden;
}
.view-color-search .row .col {
  margin-top: 20px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.view-color-search .row:after {
  clear: none!important;
}
.view-color-search .views-field-field-hex-code .field-content {
  position: relative;
}
.view-color-search .views-field-field-hex-code a:hover,
.view-color-search .views-field-field-hex-code a:focus {
  text-decoration: none;
}
.view-color-search .views-field-field-hex-code .ajax-throbber {
  position: absolute;
  top: 40px;
}
.view-color-search .color-result-box {
  max-width: 200px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #999;
}
.view-color-search .views-field2 {
  width: 200px;
}
h4.modal-title {
  display: none;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  font-size: 40px;
  margin-top: -15px;
}
.modal-content {
  max-height: none!important;
}
.view-products-by-color .view-header {
  margin-top: -30px;
  margin-bottom: 30px;
}
.view-products-by-color .view-header .color-box {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  border: 1px solid #999;
}
.view-products-by-color .view-header .color-name {
  text-transform: uppercase;
  color: #666;
  font-size: 20px;
  padding-top: 32px;
}
.color-modal {
  padding-top: 20px;
  max-width: 90%!important;
  top: 5%!important;
  z-index: 2001!important;
}
.color-modal .ui-dialog-title {
  display: none;
}
.color-modal .ui-widget-content {
  font-family: 'Cabin', sans-serif;
}
.color-modal .ui-widget-header {
  border: none;
  background: transparent;
}
.color-modal .ui-widget-header .ui-dialog-titlebar-close {
  margin-top: -18px;
}
.ui-widget-overlay {
  background: #000;
  opacity: .5
  filter: Alpha(Opacity=50);
}
.color-modal .ui-widget-content a {
  color: #337ab7;
  text-decoration: none;
  border: none!important;
}
.color-modal .ui-widget-content .views-field-view-node:hover a,
.color-modal .ui-widget-content .views-field-view-node:focus a,
.color-modal .ui-widget-content .views-field-field-color-buy-now:hover a,
.color-modal .ui-widget-content .views-field-field-color-buy-now:focus a {
  color: #23527c;
  text-decoration: underline;
  border: none!important;
}
/* .color-modal .ui-widget-content a:hover,
.color-modal .ui-widget-content a:focus {
  color: #23527c;
  text-decoration: underline;
} */
/* LEARN */
.page-node-4 .paragraph--type--text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.page-node-4 .paragraph--type--text h4 {
  margin: 30px 0 40px 0;
}
.page-node-4 .paragraph--type--row .paragraph--type--text {
  max-width: 100%;
  text-align: left;
}
.page-node-4 .paragraph--type--row .paragraph--type--text h2 {
  text-align: left;
}
.page-node-4 .paragraph--type--row {
  padding: 30px 0 0 0;
  border-top: 1px solid #ccc;
}
.view-learning-videos h2 {
  color: #003564;
  font-size: 36px;
}
.view-learning-videos {
  margin-bottom: -20px;
}
.view-learning-videos .col {
  padding-bottom: 20px;
}
.view-learning-videos img {
  cursor: pointer;
}
.page-node-4 .paragraph--type--inline-image img {
  border-radius: 10px;
}
#views-bootstrap-learning-videos-block-1 img {
  border-radius: 10px;
}

/* RESOURCES */
.page-node-5 .paragraph--type--text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.page-node-5 .paragraph--type--text h4 {
  margin: 30px 0 40px 0;
}
.page-node-5 .paragraph--type--row .paragraph--type--text {
  max-width: 100%;
  text-align: left;
}
.page-node-5 .paragraph--type--row {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}
.page-node-5 .field--item:last-of-type .paragraph--type--row {
  padding: 0;
  border-bottom: none;
}
.page-node-5 .field--name-field-sections-body .paragraph--type--text h2 {
  text-align: left;
}
.page-node-5 .paragraph--type--inline-image img {
  border-radius: 10px;
}

/* Scroll to content */
#scroll-to-content {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
#scroll-to-content i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-to-content:hover {
  background: rgba(0, 0, 0, 0.7);
}
#scroll-to-content:hover i {
  color: #fff;
  top: 5px;
}

/* Table Saw */
.tablesaw-stack tbody tr {
  border-bottom: none;
}

.vansicklepaint-col {
  margin-bottom: 20px;
  text-align: center;
  height: 160px;
}

@media (min-width: 320px) {
  .vansicklepaint-col {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .vansicklepaint-col {
    width: 25%;
    float: left;
  }
}

.vansicklepaint-col-4 {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 320px) {
  .vansicklepaint-col-4 {
    width: 50%;
    float: left;
    height: 160px;
  }
}

@media (min-width: 768px) {
  .vansicklepaint-col-4 {
    width: 25%;
    float: left;
    height: 170px;
  }
}

.form--inline .form-item {
  float: none !important;
}

.view-filters {
  justify-items: center;
}