body {
  font-family: 'Montserrat',sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat',sans-serif;
}
h1, h2 {
  font-weight: 800;
  color: #1c355e;
}
h3 {
  font-size:20px;
  font-weight:700;
  color:#333333;
}
h3 a, h3 a:hover {
  color:#000;
}
h6 {
  font-size:11px;
}
th {
  text-decoration:underline;
}
img {
  max-width: 100%;
  height: auto !important;
}
table {
  border: 0;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
}
td {
  padding:8px;
  border:none;
}
.table>tbody>tr>td {
  border-bottom:none;
}
hr {
  border: solid #DDD;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
  border-width: 1px 0 0;
}

/* Buttons */
.btn-primary, .btn-success {
  font-size:18px;
  background-color:#003764;
  border:none;
  border-radius:2px;
  padding:10px 20px;
  text-transform:uppercase;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus, .btn-success:hover {
  background-color:#003764;
  color:#FFFFFF;
}
.btn-primary a, .btn-primary a:visited, .btn-primary a:hover, .btn-primary a:focus {
  color:#FFFFFF;
  text-decoration:none;
}

/* Header */
.navbar {
  min-height: 50px;
  margin-bottom: 0;
  border: 0;
}
.navbar-default .navbar .logo img {
  width: 100%;
}
.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-header {
  padding: 15px 0 5px 0;
  width: 100%;
}
.navbar-default .navbar-toggle {
  float: none;
}
.navbar-default .navbar-collapse {
  background: #003763;
  color: #fff;
}

.dropdown-menu {
	min-width:190px;
}

.navigation__link-description {
  background-color: #e17d00;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.navigation__link-description h3 {
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  margin: 8px;
  font-weight: 600;
  display: inline-block;
}
.navigation__link-description .navbar-toggle {
  float: none;
  display: inline-block;
}
.navigation__link-description .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navigation__link-description a {
  color: #fff;
}
#navbar-collapse-below {
  background-color: #e17d00;
  padding: 5px 20px;
  border-radius: 4px;
  margin-top: 3px;
}
#navbar-collapse-below a {
  color: #fff;
}

#block-exposedformsearchpage-1 {
  margin-top: 25px;
  border: 2px solid #003763;
}
#block-exposedformsearchpage-1 .form-control {
  border: none;
  box-shadow: unset;
  width:200px;
}
#block-exposedformsearchpage-1 .form-actions .btn {
  margin-right: 0;
  background-color: #003763;
  border: none;
  border-radius: unset;
  padding:8px 12px;
  font-size:15px;
  max-width:38px;
  color:#003763;
  overflow:hidden;
}
#block-header, #block-exposedformsearchpage-1 {
  float: right;
}
#block-header {
  clear: right;
}
#block-header a {
  color: #e27c00;
  font-weight: 500;
  font-size: 16px;
}
#block-header a:hover {
  background-color: transparent!important;
}
.page-header {
  color:#1c355e;
  font-size:28px;
  font-weight:600;
  margin-top:20px;
  border-bottom:none;
}
#block-exposedformsearchpage-1-2 {
  margin: 10px;
}
#block-exposedformsearchpage-1-2 .form-group,
#block-exposedformsearchpage-1-2 #edit-actions {
  display: inline-block;
  margin-bottom: 0;
}
#block-exposedformsearchpage-1-2 #edit-actions button {
  text-transform: uppercase;
  background-color: #999999;
}
#block-exposedformsearchpage-1-2 #edit-actions button .glyphicon-search::before {
  content: none;
}
.glyphicon-search {
  font-size:1.2em;
  margin:0 !important;
  color:#FFFFFF;
}

#edit-submit-search::before {
  content:'';
  width:0;
  height:0;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-right:7px solid #003763;
  margin-left:-19px;
  font-size:1px;
  margin-right:10px;
  position:relative;
  bottom:5px;
}
#block-headermenu .nav > li > a {
  color:#e27c00;
  font-size: 1.5em;
}
#block-headermenu .nav > li > a:hover, .nav > li > a:focus {
  background-color: unset;
}
/* Main Navigation */
#block-architectural-main-menu {
  text-align: center;
  height: 50px;
}
.navbar-nav {
  display: inline-block;
  float: none;
}
.navbar-nav li {
  position: relative;
  margin-left: -2px;
}
.navbar-nav li a {
  padding: 15px 25px;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-bottom: none;
  line-height: 20px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.navbar-nav li a:after {
  content: ".";
  color: transparent;
  position: absolute;
  right: -2px;
  border-right: 1px solid #fff;
  bottom: 15px;
}
.navbar-nav li:last-child a:after{
  content: "";
}
.navbar-nav li:hover a,
.navbar-nav li:hover ul li:hover a {
  background: #bcbec0!important;
  color: #003763!important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.navbar-nav li:hover ul li:hover a {
  background: rgb(188,190,192)!important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #003763!important;
  background-color: #e7e7e7;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar-nav ul.dropdown-menu {
  width: 100%;
  padding: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
}
.navbar-nav .caret {
  display: none;
}
.navbar-nav li ul li {
  position: relative;
  margin-left: 0;
}
.navbar-nav li ul li a,
.navbar-nav li:hover ul li a {
  padding: 10px 25px;
  background: rgb(237,235,231)!important;
  color: #003763!important;
  text-transform: none;
}
.navbar-nav li ul li a:after{
  content: "";
}
.region-sidebar-first > nav {
  background-color: #e7e7e7;
  padding: 15px;
}
.region-sidebar-first > nav ul li {
  margin: 5px 0;
  display: table;
  width: 100%;
}
.region-sidebar-first > nav ul li:hover,
.region-sidebar-first > nav ul li:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.region-sidebar-first > nav ul li .sidebar-icon {
  width: 60px;
  height: 60px;
  display: table-cell;
}
.region-sidebar-first > nav ul li a {
  color: #333;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
}
#block-architectural-menu-below ul,
#block-architectural-menu-below-techinfo ul {
  padding: 0;
}
#block-architectural-menu-below ul li,
#block-architectural-menu-below-techinfo ul li {
  list-style: none;
  margin: 10px auto;
  font-size: 17px;
}

/* Slideshow*/
.flexslider {
  border: 0;
  margin-bottom: 0;
}
.view-slideshow .views-field-field-slide-title {
	font-size: 48px;
	line-height: 55px;
	font-weight: 700;
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0;
}
.view-slideshow .views-field-field-slide-subtitle {
	font-size: 22px;
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
}
.view-slideshow .views-field-field-slide-image img {
	max-width: 2000px;
	margin: 0 auto;
}
.flex-control-nav {
  bottom:25px;
  z-index: 1000;
}
.flex-control-paging li a {
  width:8px;
  height:8px;
}

/* Homepage blocks */
.homepage .lead {
  font-size: 18px;
  margin-bottom: 45px;
  font-weight: 500;
}
.homepage .field--type-text-long p {
  font-size:18px;
  color:#333;
  line-height:30px;
  padding-bottom:15px;
}
.views-field-field-homepage-column-title {
  text-transform: uppercase;
  color: #e17d00;
  font-weight: 700;
  font-size: 36px;
  padding: 15px 15px 10px 15px;
}  
.views-field-field-homepage-column-title a {
  color: #e17d00;
}  
.views-field-field-homepage-column-title a:hover {
  text-decoration: none;
}  
.views-field-field-homepage-column-text {
  font-size: 16px;
  padding: 0 15px 10px 15px;
  line-height:30px;
}
.views-field-field-homepage-column-link {
  padding: 15px;
}
.views-field-field-homepage-column-link a {
  font-size: 14px;
  font-weight:600;
  padding: 5px 15px;
  color: #fff;
  background: #98999b;
  text-transform: uppercase;
}

/* Page with Section Blocks */
.banner-image-wrapper {
  margin-bottom:130px;
}
	/* Professional Banner Adjustment */
	.page-node-3 .banner-image-wrapper {
	  margin-bottom:75px;
	}
	
.banner-image-wrapper img {
  width: 100%;
}
.banner-image-wrapper .banner-caption {
  font-size:60px;
  line-height: 55px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: -130px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
  text-transform:uppercase;
}
.banner-image-wrapper .banner-caption .banner-caption-subtitle {
  font-size:18px;
  font-weight:500;
  text-shadow:1px 1px 3px rgba(0,0,0,0.9);
  text-transform:none;
  margin-bottom:65px;
}
.page-node-type-page-with-sections .page-header {
  display: none;
}
.field--name-field-text p {
  font-size:16px;
  line-height:28px;
}
.paragraph.paragraph--type--row.paragraph--view-mode--default.row .field--name-field-text p, .paragraph--type--_-columns-4-8 .paragraph--view-mode--default p {
  font-size:14px;
  line-height:1.5em;
}

/* Footer */
footer {
  font-size: 14px;
  line-height:1.5em;
  overflow-wrap:break-word;
  word-break:break-word;
}
footer a,
footer a:active,
footer a:hover,
footer a:visited,
footer a:focus {
  color: #fff;
}
.footer-fine-print {
  font-size:11px;
}
footer .nav > li > a {
  padding: 0;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
#block-socialmedialinks a {
  font-size: 36px;
}
.region-footer-bottom {
  margin-top: 20px;
}

div.ctct-form-embed div.ctct-form-defaults {
	padding:0px !important;
}
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
	line-height:24px !important;
	font-size:16px !important;
	font-weight:600 !important;
	font-family:'Montserrat',sans-serif !important;
	margin:0px !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font-family:'Montserrat',sans-serif !important;
	font-size:14px !important;
	line-height:24px !important;
	font-weight:500 !important;
	margin-bottom:15px !important;
}
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	display: none !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	width:calc(70% - 10px) !important;
	float:left !important;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	height:32px !important;
	padding:2px 15px !important;
	font-family:'Montserrat',sans-serif !important;
    font-weight:400 !important;
}
#gdpr_text {
    display: none;
}
div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	float:right !important;
	width:30% !important;
	font-family:'Montserrat',sans-serif !important;
	font-weight:500 !important;
	font-size:14px !important;
	line-height:24px !important;
	padding:3px !important;
}

/* Return to top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 50px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -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;
}
#return-to-top 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;
}

/* Interior layouts */
.paragraph--type--_-columns-4-8,
.paragraph--type--_-columns-6-6,
.paragraph--type--_-columns-8-4,
.paragraph--type--_-columns-4-4-4,
.views-row {
  display: inline-block;
  border-bottom: 1px solid #d1d3d4;
  padding: 25px 0;
  width: 100%;
}
.interior-introduction {
  font-size:16px;
  line-height:28px;
}
/*.paragraph--type--inline-image img,
.views-row img {
  width: 100%;
}*/
.views-row:first-child {
  border-top: none;
}
.views-row:last-child {
  border-bottom: none;
}

/* View sidebar */
.view-sidebar-toggle {
  display: none;
}
.view-sidebar {
  background: #e7e7e7;
  padding: 0px 20px 20px;
}
.view-sidebar h1 {
  color: #333333;
  text-align: center;
  border-top: 1px solid #a7a9ac;
  border-bottom: 1px solid #a7a9ac;
  padding: 10px 0;
}
.view-sidebar .sidebar-header,
.view-sidebar .fieldset-legend {
  font-weight: 600;
  text-transform: uppercase;
  font-size:16px;
  color:#000000;
}
.view-sidebar fieldset.form-composite {
  margin-top:8px;
}
.form-composite legend {
  text-align:left;
}

.view-sidebar .views-exposed-form .form-type-radio {
  text-align:left;
}
.view-sidebar .views-exposed-form fieldset {
  width: 100%;
}
.view-sidebar .views-exposed-form .form-type-radio {
  display: list-item;
  margin-left: 2.5em;
}
.view-sidebar .views-exposed-form .fieldgroup .form-radios div:first-child,
.view-sidebar .views-exposed-form .js-webform-radios .form-radios div:first-child,
.view-sidebar .views-exposed-form .form-radios div:first-child {
  display: none;
}
.view-sidebar .views-exposed-form .form-inline input {
  display: none;
}
.newsletter-subscription-top {
  margin:30px 0px;
  padding:15px 20px 10px 20px;
  border:1px solid #999;
  text-align:center;
}
#block-emailsignupprofessionals .block-title, #block-emailsignuphomeowners .block-title {
  display:none;
}
.email-signup-btn {
  margin-bottom:10px;
  font-size:14px;
  font-weight:600;
  padding:5px 15px;
  color:#FFFFFF;
  background:#98999b;
  text-transform:uppercase;
  width:100%;
  display:block;
  text-align:center;
}
.email-signup-btn:hover, .email-signup-btn:focus, .email-signup-btn:active {
  color:#FFFFFF;
  text-decoration:none;
}
#email-signup-small {
  color:#666;
  font-size:.9em;
}

/* Blogs */
.view-sidebar .view-id-blog a {
  color:#000000;
  line-height:24px;
}
#views-exposed-form-blog-page-1 {
  margin-bottom:20px;
}
#edit-blog-category--wrapper {
  margin-bottom:20px;
}
.view-id-blog .view-sidebar .views-exposed-form .form-type-radio, .page-node-type-blog .view-sidebar .views-exposed-form .form-type-radio{
  margin-left:20px;
}
.view-id-blog .view-sidebar label.control-label.option, .page-node-type-blog .view-sidebar label.control-label.option {
  font-size:14px;
  line-height:24px;
  color:#000000;
}
.view-id-blog .view-sidebar p, .page-node-type-blog .view-sidebar p{
  font-weight:700;
}
.view-id-blog .field-content a {
  color:#333333;
  font-weight:500;
}

.view-id-blog .view-content p {
    color:#666666;
}

.page-node-type-blog .page-header {
  display: none;
}
.page-node-type-blog .blog-banner img {
  width: 100%;
}
.page-node-type-blog .blog-title-wrapper {
  border-top: 1px solid #a7a9ac;
  border-bottom: 1px solid #a7a9ac;
  padding: 5px 0;
  margin-bottom: 5px;
}
.page-node-type-blog .blog-title-wrapper h1 {
  color: #003763;
  font-size: 3.5em;
  margin: 0;
}
.page-node-type-blog .blog-posted {
  margin-bottom: 20px;
  color: #a7a9ac;
}
.page-node-type-blog .blog-title-wrapper .blog-title-tagline {
  font-size: 1.5em;
  text-transform: uppercase;
}
.page-node-type-blog h2 {
  font-weight: normal;
}
.page-node-type-blog .color-circle-wrapper {
    display: flex;
    margin-bottom: 20px;
}
.page-node-type-blog .color-circle-wrapper .col-md-2 {
  width:20%;
  padding:0 5px;
}


/* Products */
.page-node-type-product .content {
  line-height: 2.5em;
}
.product-file-btn {
  margin-right:15px;
  font-size:14px;
  font-weight:600;
  padding:5px 15px;
  color:#FFFFFF;
  background:#98999b;
  text-transform:uppercase;
}

label.control-label.option {
  font-size:16px;
  font-weight:500;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color:#6F6F6F;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#6F6F6F;
	border-color:#6F6F6F;
}
.gen-conform {
  margin-top:30px;
}

/* Product Family */
.page-node-type-product-family .field--name-field-product-family-tagline,
.page-node-type-product-family .field--label,
.page-node-type-product-family #block-views-block-product-data-block-1 h2.block-title {
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #d1d3d4;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.page-node-type-product-family .field--label {
  margin-top: 30px;
}
.view-products.view-display-id-page_1 {
  text-align: center;
}
.view-products.view-display-id-page_1 h3 a {
  color:#000;
  font-weight:600;
  font-size:18px;
}
.view-products.view-display-id-page_1 img {
  margin: 0 auto;
}
.views-field-field-product-family-tagline .field-content {
  color:#666666;
}
.field--name-field-product-family-voc {
  margin-top:20px;
}
.views-field-field-product-data-sheet-file, .views-field-field-product-sds-file {
  text-align:center;
}

.views-field-field-product-data-sheet-file a, .views-field-field-product-sds-file a {
  color:#e17d00;
}

.field--name-field-product-family-color-card, .field--name-field-product-family-info-sheet{
  background-color:#808285;
  float:left;
  padding:2px 15px;
  border-radius:4px;
  margin:0px 5px;
}

.field--name-field-product-family-color-card a, .field--name-field-product-family-info-sheet a {
  color:#FFFFFF;
}

/* Colors */
.page-node-2248 h5 {
  font-size:11px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 10px 0px;
  text-align:center;
}
.page-node-type-color .page-header h1 {
  font-weight:600;
  line-height:40px;
}
.page-node-type-color .page-header h3 {
  font-weight:500;
  font-size:24px;
  color:#000000;
}
.page-node-type-color .color label {
  display:none;
}
input#autocomplete {
    border:1px solid #CCCCCC;
    width:250px;
    float:right;
    margin-right:15px;
}
.page-node-type-color .color-square-lg {
  height: 500px;
}
.page-node-type-color p.text-center {
  margin:40px 50px;
  font-size:12px;
  line-height:16px;
}
.page-node-type-color #views-exposed-form-color-search-page-1 {
  float:right;
  margin-top:-45px;
}
.page-node-type-color .color-info {
  border-bottom: 1px solid #a7a9ab;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.page-node-type-color h2 {
  font-size:24px;
  font-weight:500;
  color:#000000;
}
.page-node-type-color h4 {
  font-weight:500;
  font-size:16px;
  line-height:28px;
  margin:0px;
  color:#000000;
}
.page-node-type-color .color-info .col-xs-2 {
  padding: 0 5px;
}
.page-node-type-color .color-square-sm {
  height:50px;
}
.page-node-type-color .colorfinder-btn a {
  color:#FFF;
}
.inspiration-blogs {
  margin-top: 5px;
  display: inline-block;
  border-top: 1px solid #a7a9ab;
}
.inspiration-blogs > h2 {
  margin-bottom:0px;
  padding-left:15px;
}
.inspiration-blogs h3 a {
  margin:15px 0px 0px;
}
.inspiration-blogs h3 a {
  color:#e27c00 !important;
  font-weight:700 !important;
  line-height:20px;
  font-size:18px;
}
.inspiration-blogs img {
  width: 100%;
}
.page-node-type-color .inspiration-blogs div.field-content {
  line-height:20px;
  color:#666666;
}
/* ColorFinder */
.block-views-exposed-filter-blockcolor-search-page-1 h2, .page-node-2248 button#edit-submit-color-search {
  display:none;
}
#views-exposed-form-color-search-page-1 {
  float:right;
  margin-bottom:-30px;
}
#views-exposed-form-color-search-page-1 .btn {
  display: none;
}
.page-node-type-color .colorfinder-btn {
  font-size:14px;
  font-weight:600;
  padding:5px 15px;
  background:#98999b;
  text-transform:uppercase;
  margin:40px auto;
  display:block;
  border:none;
  border-radius:0;
}
.container .two.columns {
  width: 120px;
}
.container .column, .container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph .container {
  width:inherit;
}

.color-row {
  display: table;
  table-layout: auto;
  width: 100%;
}
.color-cell {
  display: table-cell;
  width: auto;
  border: 1px solid #fff;
  height: 1.3em;
}
#historic .color-cell {
  height:3.5em;
}
#whites .color-cell {
  height:8em;
}

.popover-title {
  padding: 3px;
}

.popover-content {
  padding: 4px 10px;
}

/* Stores Pages */
.store-page h4 {
  font-size:16px;
  line-height:30px;
  margin: 0px;
}
.store-page p {
  font-size:16px;
  line-height:30px;
}
.page-node-type-store-page .page-header {
  display: none;
}
.page-node-type-store-page .banner-image-wrapper {
  position:relative;
  margin-bottom:10px;
}
.page-node-type-store-page .banner-image-wrapper .banner-caption {
  color:#fff;
  position:absolute;
  z-index:1;
  bottom:30px;
  padding-left:30px;
}
.page-node-type-store-page .banner-image-wrapper .banner-caption .banner-caption-top {
  font-size:30px;
  line-height:32px;
}
.page-node-type-store-page .banner-image-wrapper .banner-caption .banner-caption-bottom {
  font-size:54px;
  line-height:50px;
}
.page-node-type-store-page .main-container,
.page-node-type-store-page .main-container .row {
  line-height:20px;
}
.page-node-type-store-page .row {
  margin: 10px 0 50px;
}
.page-node-type-store-page .address .country {
  display:none;
}
.page-node-type-store-page .store-image img {
  width: 100%;
  margin-top:20px;
}
.page-node-type-store-page h2 {
  text-transform: uppercase;
}
.store-page .col-md-4 h2 {
    font-size:24px;
    line-height:30px;
    margin:0px;
}
.page-node-type-store-page h4.store-address,
.page-node-type-store-page .office-hours {
  line-height: 1.7;
}
.page-node-type-store-page .office-hours__item-label {
  margin-right:20px;
  font-weight:500;
}
.store-page .content .row h2:nth-of-type(2) {
  margin-top:15px;
}
.page-node-type-store-page .inspiration-blogs {
  border-top: none;
}
.page-node-type-store-page footer .row {
  margin:0px -15px;
}
.page-node-type-store-page footer h2 {
  text-transform:none;
}
/* Basic flipbook */

.flipbook-wrapper {
  margin-bottom: 20px;
  left: 8.5%;
}

.flipbook-wrapper img {
  width: 100%;
}

.flipbook-wrapper .page {
    width:100%;
    height:auto;
    background-color:white;
    line-height:300px;
    font-size:20px;
    text-align:center;
}

.flipbook-wrapper .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

.flipbook-wrapper .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}
div.flipbook-wrapper {
  transform: none!important;
}
.magazine-viewport {
  position: relative;
}

#turn-arrows {
  text-align: center;
}

#turn-arrows .arrow {
  cursor: pointer;
  position: absolute;
  transition: all 1s ease;
}

@media only screen and (max-width: 959px) {
  /*#turn-arrows .arrow {
    position: unset;
  }*/
}

#turn-arrows .arrow.turn-prev {
    left: -40px!important;
}

#turn-arrows .arrow.turn-next {
    right: -40px!important;
}

@media only screen and (max-width: 470px) {

  #turn-arrows .arrow.turn-prev {
    left: -10px!important;
    width: 20px;
  }
  #turn-arrows .arrow.turn-next {
    right: -10px!important;
    width: 20px;
  }
}

.flipbook-wrapper .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image: linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.flipbook-wrapper .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image: linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.flipbook-wrapper .gradient {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
}

.flipbook-wrapper .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

.view-flipbook .view-content {
  position: relative;
}
.view-flipbook h4 {
  color: #a2a2a2;
  font-weight: normal;
  margin-bottom: 10px;
}
.view-flipbook .panzoom {
  padding: 30px 0;
}
.view-flipbook .buttons {
  text-align: center;
  padding-bottom: 10px;
}
.view-flipbook .buttons button {
  margin-bottom: 10px;
}
.view-flipbook .buttons input.zoom-range {
  width: 200px;
  display: inline-block;
  margin: auto 20px;
}

@media screen and (max-width: 767px){
  .view-flipbook .fs-buttons {
    display: none;
  }
}

.flipbook:-webkit-full-screen {
  margin-bottom: 0;
}

.view-flipbook .panzoom:-webkit-full-screen {
  padding: 0;
}


/* Color Collections */

.color-collections-wrapper hr {
  margin: 10px 0 10px;
}

.color-collections-wrapper p {
  font-size: 11px;
}

.color-collections-wrapper img {
  margin: 20px auto;
}
.color-collections-wrapper h3 {
  margin:0px;
}
.color-collections-wrapper a {
  color:#333333;
  font-size:16px;
  font-weight:600;
}

/* Breadcrumb Hide */
.page-node-2878 .breadcrumb, .page-node-2 .breadcrumb, .page-node-3 .breadcrumb, .page-node-17 .breadcrumb, .page-node-2248 .breadcrumb, .page-node-2335 .breadcrumb, .page-node-2338 .breadcrumb, .page-node-11 .breadcrumb, .page-node-5 .breadcrumb, .page-node-19 .breadcrumb, .path-webform .breadcrumb, .page-node-2349 .breadcrumb, .page-node-2246 .breadcrumb, .page-node-2361 .breadcrumb, .page-node-12 .breadcrumb, .page-node-2943 .breadcrumb, .page-node-2950 .breadcrumb, .page-node-2951 .breadcrumb, .page-node-2953 .breadcrumb, .page-node-2952 .breadcrumb, .page-node-2947 .breadcrumb, .page-node-2948 .breadcrumb, .page-node-2949 .breadcrumb {
	display:none;
}

/* Page Unique Edits */

/* About page */
.page-node-2878 .field--name-field-columns .paragraph--type--_-columns-8-4 .field--name-field-left-column {
  margin-top: 170px;
}

.page-node-2878 .paragraph--type--two-columns-8-4 .field--name-field-right-column {
  margin-bottom: 15px;
}

.page-node-2878 .field--name-field-video {
  border-top: 1px solid #999;
  padding-top: 15px;
}

.page-node-2878 .field--name-field-text p {
    font-size: 14px;
    line-height: 1.5;
}

video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}

.mission-statement {
  background: #666;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-weight: bold;
  font-size:36px !important;
  padding: 10px;
  color: #fff;
  margin-bottom: 30px !important;
}
.mission-statement-item .mission-statement-icon {
  font-size: 72px !important;
  color: #E27C00;
  text-align: center;
}
.mission-statement-item .text-orange-italic {
  margin-bottom: 15px;
}
.mission-statement-item h2 {
  font-size: 50px;
}
.mission-statement-item p {
  color: #666;
}
.page-node-2878 .paragraph--type--_-columns-4-8, .page-node-2878 .paragraph--type--_-columns-6-6, .page-node-2878 .paragraph--type--_-columns-8-4, .page-node-2878 .paragraph--type--_-columns-4-4-4, .page-node-2878 .views-row {
  border-bottom:none;
}
@media screen and (min-width: 992px) {
  .page-node-2878 .paragraph--type--_-columns-6-6 .group-left {
    border-right:1px solid #999;
  }
  .page-node-2878 .paragraph--type--_-columns-4-4-4 .group-middle {
    border-left:1px solid #999;
    border-right:1px solid #999;
  }
}

.text-orange-italic {
  text-transform: uppercase;
  color: #E27C00;
  font-style: italic;
}

.history-link {
  text-align: center;
  margin: 40px 0 60px 0;
}
.history-link a {
  border: 1px solid;
  background: #E27C00;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.history-link a:hover,
.history-link a:focus {
  background: #E38848;
}

/* Bonus Bucks */
.bonus-bucks-form-text {
  font-style:italic;
}

/* DVIP */
.dvip-banner {
  background-color:#E17D00;
  font-size:25px;
  color:#FFFFFF;
  padding:5px;
  text-align:center;
}

/* Envision */
.field--name-body iframe {
  width: 100%;
}

/* Our Association */
.page-node-2362 .col-xs-12 {
  margin-top:30px;
}

/* Color Wheel */
.page-node-2282 .col-xs-12 {
  margin-top:30px;
}

/* Sundries */
.page-node-2363 .col-xs-12 {
  margin-top:30px;
}

/* PCC */
.page-node-2344 .col-xs-12 {
  margin-top:30px;
}
