@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto|Oswald|Montserrat|Hind);

/* --------------------------------

Primary style (Cut from Filtering Style /css/style.css)

-------------------------------- */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 58%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #331d35;
  /*background-color: #e7e7e7;*/
}

a {
  cursor: pointer;
}

div.entry-content>ul>li {
  list-style-type: disc;
  margin-left: 50px;
}

div.entry-content>ul>li>ul>li {
  list-style-type: circle;
  margin-left: 50px;
}

.cd-gallery>ul>li>div>p>a {
  margin-right: 5px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 1px;
}

* .cd-gallery>ul>li>div>p {
  line-height: 25px !important;
}

.cd-gallery>ul>li>div>p>a:hover {
  text-decoration: none !important;
}

.filter-panel {
  overflow-y: auto !important;
  height: 150px;
  margin-top: 10px;
  top: 0;
}

p.indent {
  margin-bottom: 10px;
  /*padding-left: 1.5em;
  text-indent: -1.5em;*/
}

p.indent a {
  white-space: nowrap;
  margin-right: 10px !important;
}

.filter-only {
  font-weight: normal;
  font-style: italic;
  float: right;
}

.stocked {
  color: #0054a6;
}

.custom {
  color: #790000;
}

.cd-filter-block>ul.cd-filters>li {
  margin-bottom: 5px;
}

label {
  display: initial;
}

/*Resources*/

.columnResources {
  float: left;
  padding: 10px;
}

i.esconder :nth-child(1) {
  display: none;
  visibility: hidden;
}

.rowResources {
  position: relative;
}

/* Clear floats after the columns */

.rowResources:after {
  content: "";
  display: table;
  clear: both;
}

/* Fix for blue border height and menu alignment */

div:first-child {
  /*opacity: 0.99;*/
  /*https://stackoverflow.com/questions/32033104/element-disappears-when-not-setting-opacity-0-99*/
}

.visible {
  visibility: visible;
  position: relative;
  /*z-index: 10002;*/
}

.visible:after {
  content: "";
  display: table;
  clear: both;
}

.hiddentOnActive {
  visibility: hidden;
}

.showResources {
  display: inline-block;
}

.yellow {
  background: yellow;
  color: yellow;
  z-index: -100;
  position: absolute;
  visibility: hidden;
}

#red {
  /*color: red;*/
  color: #333;
  font-weight: bold;
}

#green {
  /*color: green;*/
  color: #333;
  font-weight: bold;
}

#borderedDefault {
  background-color: blueviolet;
  height: 100px;
}

/*!
  * bootstrap-vertical-tabs - v1.2.1
  */

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
  /*height: 400px;*/
  margin: 0;
  padding: 0;
}

.tab-content {
  min-height: 100%;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  overflow-y: auto;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li {
  margin-right: -12px;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: #ddd;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  margin-left: 15px;
}

.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

/* end of Resources*/

/* --------------------------------

// Primary style (Cut from Filtering Style /css/style.css)

-------------------------------- */

body {}

.container {
  max-width: 1200px;
  /* or 1024px; */
}

/* Overwrites bootstrap so that ps-logo can be centered */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}


.full-width {
  padding: 20px 0px;
  margin-bottom: 10px;
}

.module-container {
  margin-bottom: 30px;
}

a {
  color: #881a41;
  text-decoration: none;
}

a:hover {
  color: #881a41;
  text-decoration: underline;
}

.navbar-header {
  float: none;
  /* float none overwrites bootstrap so that ps-logo can be centered */
}

.navbar-default {
  border: 0px;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15),
    0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0px 0px rgba(0, 0, 0, 0.075);
}

.navbar {
  border: 0px solid transparent !important;
}

.navbar-toggle {
  margin: 25px 20px 0px 0px;
}

/* Centers Nav*/
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed
  }
}

.disclaimer {
  padding: 10px;
  font-size: smaller;
}

.notice {
  padding: 10px;
}

/*Fonts
---------------------------------*/

.roman {
  font-family: Times New Roman;
}

/* Font Colors
---------------------------------*/

.maroon {
  color: #881a41;
}

.blue {
  color: #337ab7;
}

.gray {
  color: #898989;
}

.light-gray {
  color: #d8d8d8;
}

.white {
  color: white;
}

.pdf-red {
  color: #d80b10;
}

.word-blue {
  color: #0866af;
}

/* //Font Colors
---------------------------------*/

.icon-2x {
  font-size: 22px;
}

/* Background Colors
---------------------------------*/

.bg-maroon {
  background-color: #881a41;
  /* Used in footer, */
}

.bg-gray {
  background-color: #898989;
  /* Used in Nav, */
}

.bg-light-gray {
  background-color: #ebebeb;
}

.bg-blue {
  background-color: #0054a6;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

/* //Background Colors
---------------------------------*/

/* Site Search
---------------------------------*/

.search-item {
  /*border-bottom: 1px dotted #ccc;*/
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.search-section {
  margin-bottom: 20px;
}

/* //Site Search
---------------------------------*/

/* A-Z
---------------------------------*/

.col-sm-9.azMenu {
  width: 300px;
}

/* //A-Z
---------------------------------*/

/* Professional Resources
---------------------------------*/

.pro-resources-icon {
  float: left;
  width: 35px;
}

.pro-resources-link {
  margin-left: 40px;
}

.pdf {
  background: url(/img/icons/pdf.png) no-repeat;
  width: 35px;
}

.dwg,
.acad {
  background: url(/img/icons/dwg.png) no-repeat;
  margin-right: 50px;
}

/* //Professional Resources
---------------------------------*/

/* Technical Resources */

.resource-links {
  cursor: pointer;
  padding: 10px;
  margin: 0px;
  text-transform: capitalize;
}

.resource-links:hover {
  /*background-color: #e8e8e8;*/
}

/* //Technical Resources */

@media (min-width: 768px) {
  .product-overlay-position {
    position: absolute;
    bottom: -10px;
    left: 5px;
    width: 35%;
  }

  /*
	.product-overlay {
		box-shadow: 0px 0px 20px #888888;
		}
	*/
  .drop-shadow {
    box-shadow: 0px 0px 30px #888888 !important;
  }
}

.clear {
  clear: both;
}

.facebook-container {
  /*border: solid 1px #cccccc;
	border-right: solid 2px #cccccc;*/
  margin-bottom: 40px;
  width: 100%;
}

.twitter-container {
  /*border: solid 1px #cccccc;
	border-right: solid 2px #cccccc;*/
}

.rounded-corners {
  /*border: 1px solid inherit;*/
  border-radius: 8px;
  padding: 15px;
}

.no-rounded-corners {
  /*border: 0px solid inherit;*/
  border-radius: 0px;
  padding: 15px;
}

.section-header-main {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  padding: 0px 0px 10px 0px;
  border-bottom: solid 1px #ccc;
}

.section-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 10px;
}

.section-background-fade-white {
  background-image: url("/images/backgrounds/bg-white-fade.png");
  padding: 15px;
  background-repeat: repeat-x;
  margin-bottom: 50px;
}

.section-background-fade-gray {
  background-image: url("/images/backgrounds/bg-gray-fade.png");
  padding: 15px;
  background-repeat: repeat-x;
  margin-bottom: 50px;
}

.ps-page-header {
  /*border-top: solid 1px #cccccc;*/
  padding: 10px;
  border-bottom: solid 1px#cccccc;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 36px;
  color: #000;
  text-transform: capitalize;
}

.ps-page-header-product-number {
  font-size: 18px;
  margin-top: 35px;
  text-align: right;
}

.page-intro {
  font-size: larger;
}

.breadcrumb-item {
  text-transform: capitalize;
}

/* ---------------------- More Products Control Thumbs ---------------------- */

.thumb-wrapper {
  height: 200px;
}

/* Fixes div wrapping issue */

@media (max-width: 768px) {
  .thumb-wrapper {
    height: 175px;
  }

  /* Fixes div wrapping issue */
}

@media (max-width: 400px) {
  .thumb-wrapper {
    height: 150px;
  }

  /* Fixes div wrapping issue */
}

.thumb-wrapper img {
  width: 255px;
  height: 145px;
}

@media (max-width: 768px) {
  .thumb-wrapper img {
    width: auto;
    height: auto;
  }
}

/* ---------------------- //More Products Control Thumbs ---------------------- */

/* Fluid Video Embed
-------------------------------------------------- */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* //Fluid Video Embed
-------------------------------------------------- */

/*Column Spacing*/

@media (min-width: 768px) {
  .first-column {
    padding-right: 15px;
  }

  .next-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .last-column {
    padding-left: 15px;
  }
}

div.thumbs>img:first-child {}

.thumbs {
  border: solid 5px transparent;
}

div.thumbs>img:last-child {}

/*//Column Spacing*/

.btn.ps-button {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  text-transform: capitalize;
}

.btn.ps-button:hover {
  text-shadow: 0 0 5px #fff;
}

.featured-category {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: solid #cccccc 3px;
  /*
	margin-top: 20px;
	margin-bottom: 20px;
	*/
}

.featured-items {
  margin-top: 20px;
  /*
	margin-bottom: 20px;
	*/
}

.news-items {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted #cccccc 1px;
}

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

.sub-title {
  font-size: 16px;
}

.description {
  margin-top: 15px;
  padding-bottom: 15px;
}

.row .padding {
  padding: 15px;
}

.row-spacing {
  margin-bottom: 20px;
}

div .spacing {
  margin-bottom: 30px;
}

/* 5 Columns
---------------------------------*/

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

/*@media (max-width: 768px) {
.col-xs-20 {
        width: 100%;
    }
}*/

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

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}

/* // 5 Columns
---------------------------------*/

/****** 7 Columns ******/
/* Create 7 equal columns that floats next to each other */
.column-7 {
  float: left;
  width: 14.2%;
  padding: 20px 20px 0px 20px;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/****** 7 Columns ******/

/****************** Header Lines ******************/

.decorated {
  overflow: hidden;
  text-align: center;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 592px;
  /* half of limiter */
  margin: 0 20px;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

/****************** // Header Lines ******************/

.corporate-logos-qk {
  max-width: 175px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}

.corporate-logos {
  max-width: 125px;
  display: table-cell;
  vertical-align: middle;
}

.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*
.no-gutters {
    padding-right:0;
    padding-left:0;
}
*/

.ps-group {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

a.ps-group {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333 !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  a.ps-group {
    font-size: 14px;
  }

  input[type="text"] {
    width: 80px;
  }
}

.ps-main-nav {
  color: #000 !important;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 992px) {
  .ps-main-nav {
    color: #000 !important;
    font-size: 13px !important;
    margin: 0px;
  }
}

.ps-main-nav:hover {
  background-color: #fff !important;
  color: #333 !important;
  height: 51px;
}

.active.ps-main-nav {
  background-color: #fff !important;
  color: #333 !important;
  height: 51px;
}

.active .ps-main-nav {
  color: #000 !important;
}

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

.ps-logo {
  /*max-width: 200px !important;*/
  margin: 25px auto 0px auto !important;
}

.ps-footer {
  padding: 10px 0px;
  font-size: 12px !important;
  color: #fff;
}

a.ps-footer {
  padding: 0px;
  font-size: 12px !important;
  color: #fff;
}

footer {
  margin-top: 0px;
}

.carousel-indicators {
  bottom: 0px;
  display: none;
}

/****** Carousel Overlay *******/

/********* //Carousel Overlay ********/

@media (max-width: 768px) {
  .ps-logo {
    max-width: 150px;
    margin: 20px 0px 10px 10px !important;
  }

  .ps-footer {
    padding: 10px 20px 0px 20px;
    text-align: center;
  }

  .carousel-indicators {
    display: none;
  }
}

/* Yamm Dropdown Menu - Forces subnav on Hover 
---------------------------------*/

@media (min-width: 770px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
  }
}

/*Because the ps-group nav is navbar-right the styles below are required for proper alignment of dropdown*/

.dropdown>.yamm-classic-dropdown {
  float: left !important;
  right: auto;
  top: 80px;
}

/*Because the ps-group nav is navbar-right the styles below are required for proper alignment of dropdown*/

.dropdown>.ps-group-dropdown {
  left: inherit !important;
  right: auto;
  top: 80px;
}

.yamm-content-overflow {
  overflow: auto;
  max-height: 65vh;
}

/* //Yamm Dropdown Menu - Forces subnav on Hover 
---------------------------------*/

.dropdown-item {
  text-transform: uppercase;
}

/* Navbar Scroll and Hide  */

.body-margin {
  margin-top: 160px;
}

@media (max-width: 767px) {
  .body-margin {
    margin-top: 0px;
  }
}

@media (min-width: 767px) {
  header {
    width: 100%;
    position: relative;
    top: 200px;
    /*float: left;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 0 5px rgba(0, 0, 0,.3);
		left: 0;*/
    transition: 500ms;
    -ms-transform: translate(0px, -200px);
    -webkit-transform: translate(0px, -200px);
    -moz-transform: translate(0px, -200px);
    transform: translate(0px, -200px);
    z-index: 100;
  }

  .visible {
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/* //Navbar Scroll and Hide  */

/* These are the styles for the message box. */

.msgbox {
  /*display: none;
position: absolute;
top: 15px;
right: 20px;
width: 20em;*/
  background-color: #fcba2d;
  /*border: 1px solid #333;
color: #fff;
font-weight: bold;*/
}

/*
.msgbox p {
margin: 0;
padding: 5px 10px;
}*/

.msgbox a.close {
  float: right;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  /*background-color: #fff;
border: 1px solid #333;
padding: 5px;*/
  margin: 10px 5px;
}

.error-message {
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  color: #000;
  /*border-left: 5px #fff solid;*/
}

@media screen and (max-width: 768px) {
  .error-message {
    border-left: 0px #fff solid;
    font-size: 14px;
  }
}

/* Product Slider
-------------------------------------------------- */

.fancybox>img.thumbs {}

.fancybox-skin {
  background: #ffffff !important;
}

ul.thumbnails-carousel {
  padding: 5px 0 0 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

ul.thumbnails-carousel .center {
  display: inline-block;
}

ul.thumbnails-carousel li {
  margin-right: 5px;
  float: left;
  cursor: pointer;
}

ul.thumbnails-carousel li img {
  width: 100px;
  margin: 5px;
}

@media (max-width: 767px) {
  ul.thumbnails-carousel li img {
    width: 65px;
  }
}

.controls-background-reset {
  background: none !important;
}

.active-thumbnail {
  /*opacity: 0.4;*/
  box-shadow: 0 5px 15px #cccccc;
}

.indicators-fix {
  bottom: 70px;
}

/* //Product Slider
-------------------------------------------------- */

h3.sub-categories {
  margin: 0px 0px 20px 20px;
  font-weight: bold;
}

/* For this slider, disable the 'origin' size. */

#heightRange .noUi-origin {
  right: auto;
  width: 0;
}

/* Position the bar and color it. */

.connect {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #41307c;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-body {
  position: relative;
  padding: 0px 15px 15px 15px;
}

.familyproductblock-image img {
  min-width: 100%;
  height: 175px;
}

.table tbody tr.productRow:hover {
  background: gray;
}

.blocks {
  margin-bottom: 10px;
}

/* Makse Scrollbars visible on Mobile */

@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar:vertical {
    width: 12px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
}

.azContainer.menuFixed .azMenuDiv {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  top: 0;
  z-index: 1001;
}

.azContainer.menuFixed .azMenu {
  height: 100vh;
  overflow: auto;
}

.azSpace.hidden {
  display: none;
}

.filter-label {
  width: 95%;
}

/************ Project Profiles *************/

@media (min-width: 768px) {
  .project-profile-width {
    width: 1000px;
  }
}

/************ //Project Profiles *************/

/************ Calculators *************/

.calculator-container {
  width: 100%;
  padding: 10px;
  /*background: #ccc;*/
  border: 1px dotted #ccc;
}

.calculator-header {
  padding: 10px 5px 5px 10px;
  background-color: #dadada;
  /*color: #fff;*/
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.calculator-subheader {
  font-weight: bold;
}

.calculator-subheader-bottom {
  margin: 20px 0px 20px 0px;
  font-weight: bold;
}

input.calculator {
  width: 80%;
  margin: 10px 0px;
  display: inline;
}

.by {
  border-top: dashed 1px #ccc;
  padding-top: 20px;
}

a.contractor-link {
  font-weight: bold;
}

.home-on {
  color: #881a41;
}

ul .cd-filters:first-child li {
  display: inline;
}

button.cd-filter-trigger {
  border: none;
}

button.cd-close {
  border: none;
}

form.ng-submitted input.ng-invalid {
  border: 1px solid red;
}

/************ //Calculators *************/

.white-background {
  background-color: #dcd3cb;
}

.gray-background {
  background-color: #838277;
}

.tan-background {
  background-color: #b0987e;
}

.black-background {
  background-color: black;
}

.main-video {
  height: 420px;
  width: 100%;
}