/* overall defaults */
* {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 62.5%;
}
/* fonts */
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('fonts/proximanova-bold-webfont.eot');
  src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-bold-webfont.woff') format('woff'),
       url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
       url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('fonts/proximanova-reg-webfont.eot');
  src: url('fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-reg-webfont.woff') format('woff'),
       url('fonts/proximanova-reg-webfont.ttf') format('truetype'),
       url('fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'proxima_nova_thin';
  src: url('fonts/proximanova-thin-webfont.eot');
  src: url('fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-thin-webfont.woff') format('woff'),
       url('fonts/proximanova-thin-webfont.ttf') format('truetype'),
       url('fonts/proximanova-thin-webfont#proxima_novathin') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'proxima_nova_black';
  src: url('fonts/proximanova-black-webfont.eot');
  src: url('fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-black-webfont.woff') format('woff'),
       url('fonts/proximanova-black-webfont.ttf') format('truetype'),
       url('fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eb_garamondregular';
  src: url('fonts/ebgaramond-webfont.eot');
  src: url('fonts/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/ebgaramond-webfont.woff') format('woff'),
       url('fonts/ebgaramond-webfont.ttf') format('truetype'),
       url('fonts/ebgaramond-webfont.svg#eb_garamondregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font-awesome-brands';
  src: url('fonts/fa-brands-400.eot');
       url('fonts/font-awesome/fa-brands-400.svg') format('svg');
       url('fonts/font-awesome/fa-brands-400.ttf') format('truetype');
       url('fonts/font-awesome/fa-brands-400.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'font-awesome-light';
  src: url('fonts/fa-light-300.eot');
       url('fonts/font-awesome/fa-light-300.svg') format('svg');
       url('fonts/font-awesome/fa-light-300.ttf') format('truetype');
       url('fonts/font-awesome/fa-light-300.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'font-awesome';
  src: url('fonts/fa-regular-400.eot');
       url('fonts/font-awesome/fa-regular-400.svg') format('svg');
       url('fonts/font-awesome/fa-regular-400.ttf') format('truetype');
       url('fonts/font-awesome/fa-regular-400.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'font-awesome-solid';
  src: url('fonts/fa-solid-900.eot');
       url('fonts/font-awesome/fa-solid-900.svg') format('svg');
       url('fonts/font-awesome/fa-solid-900.ttf') format('truetype');
       url('fonts/font-awesome/fa-solid-900.woff') format('woff');
  font-display: swap;
}


/* main page layout elements */
body {
  font-family: 'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
  background-color: #ffffff;
  /*background: url(../img/background.jpg);*/
  max-width: 1175px;
  margin: 0px auto 0px auto;
  color: #4c4c4c;
  line-height: 16px;  line-height: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  background-color:#fff;
  max-width: 1175px;
  /*padding-top:80px; !* comment out if no announcement *!*/
  position: relative;
}
#container {
  /*max-width: 975px;*/
  width: 975px;
  position: relative;
  overflow: auto;
  background: #fff;
  padding: 15px 0px 0px 0px;
  margin: 0 auto;
  font-size: 16px; font-size: 1.6rem;
  line-height: 22px; line-height: 2.2rem;
  overflow-x: hidden;
}
.announcement {
  position:absolute;
  top:0px;
  margin-top:20px;
  left:0;
  right:0;
  text-align:center;
  font-weight:bold;
  font-size:2.5rem;
  padding:25px 0px;
  background-color: #4f4f4f;
}
.announcement h1,
.announcement a {
  font-family: proxima_nova_rgbold, Arial, Helvetica, Sans-Serif;
  color:#ffffff;
}

.announcement a {
  text-decoration: underline;
}

#masthead_newsletter {
  display:none;
}
#content {
  padding:10px 25px 20px 25px;
}
#right_call_to_action_block {
  width:40%;
  float:right;
  margin:0px 0px 50px 20px;
  padding:20px;
  border:1px solid #CCCCCC;
}

/* popup elements */
#gray_background {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.popup {
  background: #ffffff;
  position: fixed;
  top: 50px;
  left: 50%;
  width: 600px;
  padding: 16px;
  z-index:1002;
  overflow: auto;
  border:1px solid #333333;
  margin-left:-300px;
  max-height:600px;
}
.popup_button {
  cursor: pointer;
}

.product_popup {
  width:800px;
  margin-left:-400px;
}

.product_popup h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px; font-size: 2.2rem;
  line-height: 24px;
}

.product_popup h4 {
  margin-bottom:10px;
}

.product_popup img {
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  margin-right:15px;
}

.product_popup #product_copy,
.product_popup .product_copy {
  font-size: 16px; font-size: 1.6rem;
  line-height:20px;
  margin: 0px;
}

#video_popup_content iframe {
  width:100%;
  height:450px;
}
.video_popup {
  width:800px;
  margin-left:-400px;
}
.video_popup h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px; font-size: 2.2rem;
}
.video_popup p {
  font-size: 16px; font-size: 1.6rem;
  margin: 0px;
}


/* text/tag elements */
p {
  margin: 5px 0px 18px 0px;
}
a {
  color: #4c4c4c;
  text-decoration:none;
  font-family: 'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration:underline;
}
p a, li a {
  text-decoration:underline;
}
img {
  border:0px;
}
h1 {
  font-size: 28px;  font-size: 2.8rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight: normal;
}
h2 {
  font-size: 24px; font-size: 2.4rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight: normal;
}
h3 {
  font-size: 22px; font-size: 2.2rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight:normal;
}
h4 {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-weight: normal;
  font-size: 18px; font-size: 1.8rem;
  line-height: 18px; line-height: 1.8rem;
}
ul {
  margin: 0px 0px 30px 25px;
}
ul li {
  line-height: 20px; line-height: 2rem;
  margin-bottom:10px;
}

/* display styling */
strong {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
.thin {
  font-family: 'proxima_nova_thin', 'Arial', 'Sans-Serif';
}
.black {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
}
.bold {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
a.bold {
  text-decoration: none;
}
.garamond {
  font-family: 'eb_garamondregular','Garamond', 'Arial', 'Sans-Serif';
}
.error {
  text-align:center;
  background-color: #cccccc;
  padding:20px;
  margin:20px;
}
.disclaimer {
  font-style: italic;
}
#full_content p.disclaimer {
  font-size: 14px; font-size: 1.4rem;
}
.shadow  {
  -moz-box-shadow: 2px 2px 3px #cdcdcd;
  -webkit-box-shadow: 2px 2px 3px #cdcdcd;
  box-shadow: 2px 2px 3px #cdcdcd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cdcdcd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cdcdcd');
}
.spacer_10 {
  margin-bottom: 10px;
  overflow: auto;
}
.spacer_20 {
  margin-bottom: 20px;
  overflow: auto;
}
.spacer_40 {
  margin-bottom: 40px;
  overflow:auto;
}
.show_level1 {
  display: block !important;
}
.show_level2 {
  display: none;
}
.show_level3 {
  display: none;
}
.show_level4 {
  display: none;
}

/* common masthead elements */
#masthead {
  position: relative;
  margin-bottom: 0px;
  height: 125px;
  padding: 0px;
  max-width: 975px;
  margin-left:auto;
  margin-right:auto;
}
#masthead_logo img {
  float:left;
  width:225px;
  margin: 20px 50px 15px 0px;
}
#masthead_main {
  margin-top:15px;
  float:right;
  max-width:700px;
  color: #666666;
}
#masthead_main .link-like {
  cursor: pointer;
}
#masthead_toolbar {
  float:right;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
#masthead_toolbar a {
  color: #666666;
}
#masthead_toolbar img {
  position: relative;
  top: 9px;
  width: 30px;
  margin-left:10px;
}
#masthead_nav {
	float:right;
  padding:34px 5px 0px 10px;
  clear:both;
  /*word-spacing:25px;*/
  width:650px;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-end;
}
#masthead_nav a {
  font-family:'proxima_nova_rgbold','Arial', 'Sans-Serif';
  text-decoration:none;
  font-size: 16px; font-size:1.5rem;
  color: #666666;
  /*padding-left:6px;*/
  padding-left: 10px;
  padding-right: 10px;
}
#masthead_nav a:hover {
  color: #996699;
}
#masthead_mobile_nav, #nav_drawer {
	display: none;
}
#masthead_toolbar .store-actions {
  display: inline;
  padding-right: 10px;
  border-right: 2px solid #dedede;
  margin-right: 10px;
}

.store-actions span {
  position: relative;
  cursor: pointer;
}

.store-actions span .cart-pill {
  display: none;
  position: absolute;
  bottom: -10px;
  right: -7px;
  border-radius: 40%;
  background-color: #c10000;
  color: #fff;
  font-family: proxima_nova_rgbold, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 4px;
}

#nav_drawer {
  float:left;
}
#nav_drawer a:link, #nav_drawer a:visited,#nav_drawer a:active {
  color:#ccc;
}

/* page header/title bars */
#page_header {
  overflow: auto;
}
#simple_title_bar {
	color:#fff;
  text-align:center;
  overflow:auto;
  margin-bottom:20px;
  padding:20px;
}
#bold_title_bar {
  color:#fff;
  text-align:center;
  margin-bottom:20px;
  padding-top:25px;
  height:95px;
  background-color: #606e71;
}
#graphic_title_bar {
  top: -20px;
  position: relative;
  margin-bottom: -40px;
}
#product_title_bar {
  color:#fff;
  text-align:center;
  margin-bottom:0px;
  background-color: #5ca6a4;
}
#product_title_bar.two_line {
  padding-top:40px;
  padding-bottom: 25px;
}
#product_title_bar.three_line, #product_title_bar.four_line {
  padding-top:30px;
  padding-bottom: 18px;
}
#simple_title_bar h1 {
	font-size: 38px; font-size: 3.8rem;
}
#bold_title_bar h1 {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 52px; font-size: 5.2rem;
  font-weight: normal;
  line-height: 0px; line-height: 0rem;
  margin-top: 45px;
}
#product_title_bar h1 {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 40px; font-size: 4rem;
  font-weight: normal;
  line-height: 42px; line-height: 4.2rem;
  margin-top: 0px;
}
#product_title_bar h1.smaller {
  font-size: 35px; font-size: 3.5rem;
  line-height: 43px; line-height: 4.3rem;
}
#product_title_bar h1.even_smaller {
  font-size: 32px; font-size: 3.2rem;
  line-height: 43px; line-height: 4.3rem;
}
#product_title_bar h2,
#product_title_bar div {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 40px; font-size: 4rem;
  font-weight: normal;
  line-height: 42px; line-height: 4.2rem;
  margin-top: 0px;
}
#product_title_bar h2.smaller {
  font-size: 35px; font-size: 3.5rem;
}
#product_title_bar h2.even_smaller {
  font-size: 32px; font-size: 3.2rem;
}
#product_title_bar div.smaller {
  font-size: 35px; font-size: 3.5rem;
}
#product_title_bar h3 {
  font-family: 'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
  font-weight: normal;
  font-size: 18px; font-size: 1.8rem;
}
#breadcrumbs {
  font-size: 12px; font-size: 1.2rem;
  line-height: 12px; line-height: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
#product_title_bar #bottle_shot {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
#product_title_bar.two_line #bottle_shot {
  margin-top: -55px;
}
#product_title_bar.three_line #bottle_shot {
  margin-top: -50px;
}
#product_title_bar.four_line #bottle_shot {
  margin-top: -40px;
}

/* sidebar elements */
h2.sidebar {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 20px; font-size: 2rem;
  color: #666666;
}
h3.sidebar {
  margin-bottom:5px;
  font-size: 16px; font-size: 1.6rem;
  line-height: 13px; line-height: 1.3rem;
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  color: #666666;
}

/* content elements */
#right_call_to_action_block h1 {
  margin-bottom: 20px;
}
#content h2 {
  margin: 30px 0px 30px 0px;
}
#content h3 {
  margin: 0px 0px 20px 0px;
}
#divider {
  height: 4px;
  background-color: #666666;
  width: auto;
}
.line_after {
  position: relative;
  overflow: hidden;
}
.line_after:after {
  position: absolute;
  top: 40%;
  overflow: hidden;
  width: 100%;
  height: 4px;
  content: '\a0';
  background-color: #666666;
  margin-left:10px;
}
#full_content {
  clear:both;
  margin-top: 20px;
}
#page_nav {
  width: 700px;
  padding-left: 25px;
  text-align:center;
  margin-top: 10px;
}
#page_nav a.current {
  color:#4c4c4c;
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
#page_nav #level1 {
  font-size: 18px; font-size: 1.8rem;
}
#page_nav #level2 {
  font-size: 14px; font-size: 1.4rem;
}
#left_main_content {
  float: left;
  width: 710px;
  padding-left: 25px;
}
#left_main_content ul {
  line-height: 20px;
  padding-left: 18px;
  margin-left: 0px;
}
#left_main_content ul li {
  margin-bottom: 5px;
}
#left_main_content .content_intro,
#left_main_content #content_intro {
  width: 700px;
}
#right_sidebar {
  width: 194px;
  background-color: #e5e5e5;
  float: right;
  color:#666666;
  font-size:14px; font-size:1.4rem;
  padding: 25px 16px 25px 16px;
  line-height: 18px; line-height: 1.8rem;
}
#right_sidebar h3 {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 18px; font-size: 1.8rem;
  line-height: 20px; line-height: 2rem;
}
#right_sidebar a.bold {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  text-decoration:none;
}
#right_sidebar ul {
  padding-left: 18px;
  margin-left: 0px;
  margin-top: 5px;
}
#right_sidebar ul li {
  line-height: 18px; line-height: 1.8rem;
  margin-bottom: 7px;
}
#right_sidebar .video_thumb img,
#right_sidebar #video_thumb img {
  border: 2px solid #ffffff;
  width: 190px;
  height: 106px;
}
#right_sidebar .video_thumb img.play_button,
#right_sidebar #video_thumb img.play_button {
  display: block;
  width: 55px;
  height: 55px;
  left: 72px;
  margin-bottom: -56px;
  position: relative;
  top: -86px;
  border: 0px;
}
#right_sidebar #project_thumb img,
#right_sidebar .project_thumb img{
  border: 2px solid #ffffff;
  width: 190px;
  height: 190px;
}
#left_main_content .main_three_columns,
#left_main_content #main_three_columns {
  width: 730px;
  overflow: auto;
  margin-bottom: 10px;
}
#left_main_content .main_three_columns .column,
#left_main_content .main_three_columns #column,
#left_main_content #main_three_columns .column,
#left_main_content #main_three_columns #column {
  width: 220px;
  float: left;
  margin-right: 20px;
  overflow: auto;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#left_main_content .main_three_columns .column img,
#left_main_content .main_three_columns #column img,
#left_main_content #main_three_columns .column img,
#left_main_content #main_three_columns #column img {
  margin-bottom: 5px;
}
#left_main_content .main_three_columns .column h3,
#left_main_content .main_three_columns #column h3,
#left_main_content #main_three_columns .column h3,
#left_main_content #main_three_columns #column h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
#left_main_content .main_three_columns .column.video_gallery,
#left_main_content .main_three_columns #column.video_gallery,
#left_main_content #main_three_columns .column.video_gallery,
#left_main_content #main_three_columns #column.video_gallery {
  height: 200px;
}
#left_main_content .main_three_columns .column.video_gallery_tall,
#left_main_content .main_three_columns #column.video_gallery_tall,
#left_main_content #main_three_columns .column.video_gallery_tall,
#left_main_content #main_three_columns #column.video_gallery_tall {
  height: 250px;
}
#left_main_content .main_three_columns .column .video_thumb img.thumb,
#left_main_content .main_three_columns #column .video_thumb img.thumb,
#left_main_content .main_three_columns #column #video_thumb img.thumb,
#left_main_content #main_three_columns .column .video_thumb img.thumb,
#left_main_content #main_three_columns #column .video_thumb img.thumb,
#left_main_content #main_three_columns #column #video_thumb img.thumb {
  width: 220px;
}
#left_main_content .main_three_columns .column .video_thumb img.play_button,
#left_main_content .main_three_columns #column .video_thumb img.play_button,
#left_main_content .main_three_columns #column #video_thumb img.play_button,
#left_main_content #main_three_columns .column .video_thumb img.play_button,
#left_main_content #main_three_columns #column .video_thumb img.play_button,
#left_main_content #main_three_columns #column #video_thumb img.play_button {
  margin-top: -100px;
  float: left;
  position: relative;
  left: 82px;
}

#main_four_columns {
  width: 950px;
  overflow: auto;
  margin-bottom: 10px;
}
#main_four_columns .column,
#main_four_columns #column {
  width: 220px;
  float: left;
  margin-right: 15px;
  overflow: auto;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#main_four_columns .column img,
#main_four_columns #column img {
  margin-bottom: 5px;
}
#main_four_columns .column h3,
#main_four_columns #column h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
#main_four_columns .column.video_gallery,
#main_four_columns #column.video_gallery {
  height: 190px;
}
#main_four_columns .column.video_gallery_tall,
#main_four_columns #column.video_gallery_tall {
  height: 260px;
}
#main_four_columns .column .video_thumb img.thumb,
#main_four_columns #column .video_thumb img.thumb,
#main_four_columns #column #video_thumb img.thumb {
  width: 220px;
}
#main_four_columns .column .video_thumb img.play_button,
#main_four_columns #column .video_thumb img.play_button,
#main_four_columns #column #video_thumb img.play_button {
  margin-top: -100px;
  float: left;
  position: relative;
  left: 82px;
}

#left_main_content .main_wide_product,
#left_main_content #main_wide_product {
  width: 730px;
  overflow: auto;
  margin-bottom: 30px;
  clear: both;
}
#left_main_content .main_narrow_product,
#left_main_content #main_narrow_product {
  width: 330px;
  height: 240px;
  margin-bottom: 30px;
  float: left;
  margin-right: 20px;
}
#left_main_content .main_wide_product #product_image,
#left_main_content .main_wide_product .product_image,
#left_main_content #main_wide_product #product_image {
  width: 220px;
  float: left;
  margin-right: 20px;
  overflow:auto;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#left_main_content .main_narrow_product .product_image,
#left_main_content #main_narrow_product #product_image,
#left_main_content #main_narrow_product .product_image {
  width: 80px;
  float: left;
  margin-right: 20px;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#left_main_content .main_wide_product #product_info,
#left_main_content .main_wide_product .product_info,
#left_main_content #main_wide_product #product_info {
  width: 460px;
  float: left;
}
#left_main_content .main_wide_product.mixed_with_columns .product_info,
#left_main_content .main_wide_product.mixed_with_columns #product_info,
#left_main_content #main_wide_product.mixed_with_columns #product_info {
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
  margin-top: 40px;
}
#left_main_content .main_narrow_product .product_info,
#left_main_content #main_narrow_product #product_info,
#left_main_content #main_narrow_product .product_info {
  width: 230px;
  float: left;
}
#left_main_content .main_wide_product .product_info h3,
#left_main_content .main_narrow_product .product_info h3,
#left_main_content #main_wide_product .product_info h3,
#left_main_content #main_narrow_product .product_info h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
#left_main_content .main_wide_product.mixed_with_columns .product_info h3,
#left_main_content .main_wide_product.mixed_with_columns #product_info h3,
#left_main_content #main_wide_product.mixed_with_columns #product_info h3 {
  margin-bottom: 10px;
}

/* funky sidebar stuff */
.bottom_content,
#bottom_content {
  display: none;
  margin-left: 25px;
  clear: left;
}

/* mid-page separator bars */
#bar_header,
.bar_header {
  overflow: auto;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 12px 20px 12px 20px;
  padding: 10px 10px 10px 13px;
}
#bar_header h2,
.bar_header h2 {
  font-size: 30px; font-size: 3rem;
  line-height: 30px; line-height: 3rem;
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  color: #ffffff;
  font-weight: normal;
}

/* mid-page separator bars */
.bar_header {
  overflow: auto;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 12px 20px 12px 20px;
  padding: 10px 10px 10px 13px;
}
.bar_header h2 {
  font-size: 30px; font-size: 3rem;
  line-height: 30px; line-height: 3rem;
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  color: #ffffff;
  font-weight: normal;
}

#line_separator {
  clear: left;
  height: 2px;
  border-top: 2px solid #aaaaaa;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* woos and sliders */
.big_woo #slides,
#big_woo #slides {
  margin-bottom:10px;
  overflow: auto;
  height: 360px;
}
.big_woo #slides img,
#big_woo #slides img {
  width: 700px;
  height: 345px;
}
.big_woo .slide,
#big_woo .slide {
  position: absolute;
  display: inline;
}
.big_woo #dots,
#big_woo #dots {
  text-align:center;
  margin-bottom:20px;
}
.big_woo #dots img.dot,
#big_woo #dots img.dot {
  margin-left:5px;
  margin-right:5px;
}
.big_woo .big_image img,
.big_woo #big_image img,
#big_woo .big_image img,
#big_woo #big_image img {
  width: 700px;
  margin-bottom: 15px;
}
.medium_woo,
#medium_woo {
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: auto;
}
.medium_woo .text,
#medium_woo .text,
.medium_woo #text,
#medium_woo #text {
  float: left;
  width: 220px;
}
.medium_woo .feature,
#medium_woo .feature,
.medium_woo #feature,
#medium_woo #feature {
  float: right;
  width: 460px;
  height: 257px;
  overflow: hidden;
}
.medium_woo .feature_image,
#medium_woo .feature_image,
.medium_woo #feature_image,
#medium_woo #feature_image {
  margin-bottom: 15px;
  float: right;
  width: 460px;
  height: 257px;
  overflow: hidden;
}
.medium_woo .feature_title,
#medium_woo .feature_title,
.medium_woo #feature_title,
#medium_woo #feature_title {
  width: 460px;
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
}
.medium_woo .feature_title .subhead,
#medium_woo .feature_title .subhead,
.medium_woo #feature_title .subhead,
#medium_woo #feature_title .subhead {
  font-family: "proxima_nova_thin","Arial","Sans-Serif";
  font-size: 20px; font-size: 2rem;
  line-height: 26px; line-height: 2.6rem;
}
.middle_content .feature h4 .subhead,
#middle_content .feature h4 .subhead {
  font-family: "proxima_nova_thin","Arial","Sans-Serif";
  font-size: 20px; font-size: 2rem;
}
.medium_woo .feature img.thumb,
#medium_woo .feature img.thumb,
.medium_woo #feature img.thumb,
#medium_woo #feature img.thumb {
  width: 460px;
  height: 257px;
}
.medium_woo .feature img.play_button,
#medium_woo .feature img.play_button,
.medium_woo #feature img.play_button,
#medium_woo #feature img.play_button {
  display: block;
  left: 200px;
  margin-bottom: -167px;
  position: relative;
  top: -167px;
  border: 0px;
}
.spanish_medium_woo_video_link {
  position: relative;
  float: right;
  clear: both;
  top: -45px;
  margin-bottom: -40px;
  font-size:12px; font-size: 1.2rem;
}
.spanish_medium_woo_video_link img {
  margin:7px 0px -5px 0px;
}

.little_woo,
#little_woo {
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: auto;
}
.little_woo #text,
#little_woo #text {
  float: left;
  width: 340px;
}
.little_woo .feature,
#little_woo .feature,
#little_woo #feature {
  float: right;
  width: 340px;
  height: 190px;
  overflow: hidden;
}
#little_woo .feature_title,
.little_woo .feature_title,
#little_woo #feature_title {
  width: 340px;
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: right;
}
#little_woo .feature img.thumb,
.little_woo .feature img.thumb,
#little_woo #feature img.thumb {
  width: 340px;
  height: 190px;
}
#little_woo .feature img.play_button,
.little_woo .feature img.play_button,
#little_woo #feature img.play_button {
  display: block;
  left: 140px;
  margin-bottom: -78px;
  position: relative;
  top: -135px;
  border: 0px;
}
.spanish_little_woo_video_link {
  position:relative;
  top:-20px;
  margin-bottom:-20px;
  font-size:1.2rem;
}
.spanish_little_woo_video_link img {
  margin:2px 2px -5px 0px;
}
#wide_page_big_woo {
  float: right;
  margin-left:30px;
  height: 340px;
  width: 588px;
}
#wide_page_big_woo #slides {
  border:1px solid #cdcdcd;
  width: 560px;
  height: 280px;
  padding: 13px;
  background-color:#ffffff;
  margin-bottom:10px;
  overflow:auto;
}
#wide_page_big_woo #slides img {
  width: 560px;
  height: 280px;
}
#wide_page_big_woo .slide {
  position: absolute;
  isplay: inline;
}
#wide_page_big_woo #dots {
  text-align:center;
  margin-bottom:20px;
}
#wide_page_big_woo #dots img.dot {
  margin-left:5px;
  margin-right:5px;
}
.short_woo {
  margin: auto;
  width: 100%;
}

/* product swatch elements */
.swatches {
  width: 710px;
  /* overflow: auto; */ /* turned this off because it breaks print and doesn't seem necessary */
}
.swatch {
  float: left;
  min-height: 75px;
  margin-left: 20px;
  width: 100px;
}

.small_swatch {
  height: 80px;
}
.huge_swatch {
  height: 250px;
  width: 220px;
}
.door_swatch {
  height: 237px;
  width: 100px;
}
.stroke_swatch{
  height: 77px;
  width: 100px;
}
.stencil_swatch{
  height: 190px;
  width: 150px;
}

.swatch_color {
  height: 100px;
  margin-bottom: 3px;
}
.small_swatch .swatch_color {
  height: 50px;
}
.huge_swatch  .swatch_color {
  height: 220px;
}
.door_swatch .swatch_color{
  height: 207px;
}
.stroke_swatch .swatch_color{
  height: 47px;
}
.stencil_swatch .swatch_color{
  height: 150px;
}
.stencil2pk_swatch .swatch_color{
  height: 120px;
  width: 120px;
}
.stencil6x18_swatch .swatch_color{
  height:225px;
  width: 225px;
  margin-left: -25px;
}
.swatch_color img {
  width: 100px;
  height: 100px;
}
.small_swatch .swatch_color img {
  height: 50px;
}
.huge_swatch .swatch_color img {
  height: 220px;
  width: 220px;
}
.door_swatch .swatch_color img{
  height: 207px;
  width:100px;
}
.stroke_swatch .swatch_color img{
  height: 47px;
  width: 100px;
}
.stencil_swatch .swatch_color img,
.stencil6x18_swatch .swatch_color img{
  height: 225px;
  width: 225px;
}
.stencil2pk_swatch .swatch_color img{
  height: 120px;
  width: 120px;
}
.swatch_color img.swatch_border {
  border: 1px solid #cdcdcd;
}
.swatch_name {
  font-size: 10px; font-size: 1rem;
  line-height: 12px; line-height: 1.2rem;
}
.stencil6x18_swatch .swatch_name{
margin-left: 50px;
margin-bottom: 10px;
}
.huge_swatch .swatch_name {
  font-size: 12px; font-size: 1.2rem;
}
#swatch_color_families {
  background-color: #e5e5e5;
  padding: 10px 0px 0px 13px;
  width: 687px;
  overflow: auto;
  margin-bottom: 25px;
}
.swatch_color_family_on,
.swatch_color_family_off {
  float: left;
  text-align: center;
  margin-right:0px;
  font-size: 14px; font-size: 1.4rem;
  padding: 13px;
}
.swatch_color_family_on {
  background-color: #ffffff;
}
#swatch_color_families .color_family_color img {
  width: 70px;
  height: 70px;
}
#swatch_color_families .color_family_color img.border_class {
  border:1px solid #aaaaaa;
  width: 68px;
  height: 68px;
}

/** force line breaks after swatches so we don't have any of the swatches hang on each other **/


.swatches .swatch:nth-of-type(6n+1) {
  clear: left;
  margin-left: 0;
}
.swatches .stencil_swatch{
  clear: none;
  margin-right: 10px;
  margin-left: 0;
}
.swatches .stencil2pk_swatch{
  clear: none;
  margin-right: 42px;
  margin-bottom: 10px;
  margin-left: 0;
}
.swatches .stencil6x18_swatch{
  margin-right: 60px;
  clear: none;
}
.featured_project {
  width: 420px;
}
.sticky-footer {
  position: fixed;
  width: 100%;
  max-height: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  background-color: gray;
  color: #fff;
  font-weight: 700;
  transition: linear 0.75s;
}
.sticky-footer.active {
  max-height: 125px;
}
#cookie-footer .container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.left,
.right {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
  height: 100px;
}
.left{
  width: 83.33%;
  float: left;
}
.right {
  width: 16.67%;
  float: right;
  text-align: center;
}
a#privacy-policy {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  cursor: pointer;
}
button#accept-cookies {
  background: 0 0;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 4px;
  padding: .78571rem;
}
button#accept-cookies:hover{
   background-color: #fff;
   color: gray;
 }
#cookie-footer p {
  font-size: 14px;
  margin-bottom: 10px;
}
.clear-footer {
  clear: both;
  height: 125px;
}
.slick-dotted .slick-dots li button:before {
  font-size: 18px;
}
#make-it-now-text {
  margin: 0;
}
@media ( max-width: 1000px){
  .swatches .swatch:nth-of-type(6n+1){
    margin-left: 19px;
    clear: none;
  }

  .swatches .swatch:nth-of-type(5n+1){
    clear: left;
    margin-left: 0;
  }

  .featured_project {
    width: 340px;
  }
}

@media ( max-width: 700px ){
  .swatches .swatch:nth-of-type(5n+1){
    margin-left: 14px;
    clear: none;
  }
  .swatches .swatch:nth-of-type(3n+1){
    margin-left: 0;
    clear: left;
  }
  .featured_project {
    margin-right: 18px;
  }
}

@media ( max-width: 430px ){
  .swatches .swatch:nth-of-type(3n+1){
    margin-left: 15px;
    clear: none;
  }
  .swatches .swatch:nth-of-type(2n+1){
    clear: left;
    margin-left: 0;
  }
  .featured_project {
    width: 240px;
  }
}

.swatches .stencil_swatch:nth-of-type(6n+1),
.swatches .stencil_swatch:nth-of-type(5n+1),
.swatches .stencil_swatch:nth-of-type(3n+1),
.swatches .stencil_swatch:nth-of-type(2n+1),
.swatches .stencil2pk_swatch:nth-of-type(6n+1),
.swatches .stencil6x18_swatch:nth-of-type(6n+1){
  clear: none;
}

.swatches .stencil2pk_swatch:nth-of-type(5n+1){
  clear: both;
}

.swatches .stencil6x18_swatch:nth-of-type(4n+1){
  clear: both;
  margin-left: -50px;
}

.swatches .swatch:first-of-type{
  clear: both;
}

.swatches .stencil6x18_swatch{
  margin-left: -0;
}

/* form elements */
form {
  margin: 0px;
  padding: 0px;
}
select {
  border: 1px solid #cccccc;
  background-color:#ffffff;
  border-radius: 2px;
  color: #4c4c4c;
  padding: 4px 4px 4px 4px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
select option {
  background-color:#ffffff;
  padding: 0px 5px 0px 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
input[type=text] {
  /*
  border: 1px solid #cccccc;
  color: #4c4c4c;
  */
  border-radius: 2px;
  border: 0px;
  background-color: #dddddd;
  color: #4c4c4c;
  padding: 4px 4px 4px 6px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
textarea {
  border: 0px;
  background-color: #dddddd;
  border-radius: 2px;
  color: #4c4c4c;
  padding: 4px 4px 4px 4px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
label {
  font-size: 14px; font-size: 1.4rem;
}
form label.fielderror {
  color: #cc0000;
}
form input.fielderror,
form select.fielderror,
form textarea.fielderror {
  background-color: #ffc1b4;
}
form .g-recaptcha.fielderror iframe{
  border: 3px solid #cc0000;
}
form .g-recaptcha{
  margin-bottom:15px;
}
@media all and (max-width:430px){
  .g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

  #rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}
form .form_error_bottom {
  color: #cc0000;
  margin-left: 10px;
  font-size: 14px; font-size: 1.4rem;
}
.fancy_button {
  text-decoration: none;
  cursor:pointer;
  background: #ccc2b6;
  padding: 4px 10px 2px 10px;
  margin: 5px 0px 10px 0px;
  display: inline-block;
  /* border: 1px solid #cccccc; */
  font-size: 14px; font-size: 1.4rem;
  background-color:#bcbcbc;
  /*background: -moz-linear-gradient(top, #ffffff, #bbbbbb);                                                              */  /* Firefox 3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));                              */  /* WebKit */
  /*background: -o-gradient(top, bottombottom,from(#ffffff),to(#bbbbbb));                                                 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#bbbbbb)"; */  /* IE8+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#bbbbbb);       */  /* IE7 and lower */
}

/* misc content elements */
.call_to_action_link,
#call_to_action_link {
  float: right;
  font-size: 14px; font-size: 1.4rem;
  margin-right: 10px;
  margin-left: 50px;
}
table.availability_chart {
  border-collapse: collapse;
  font-size: 14px; font-size: 1.4rem;
  line-height: 16px; line-height: 1.6rem;
}
table.availability_chart td {
  border: 1px solid #999999;
  padding: 5px;
  text-align: center;
  font-family:'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
}
table.availability_chart td.major {
  text-align:right;
}
table.availability_chart td.seller {
  text-align:left;
}
table.availability_chart td.seller .address {
  font-family:'proxima_nova_rgregular','Arial','Sans-serif';
}
table.availability_chart th {
  border: 1px solid #999999;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 12px; font-size:1.2rem;
  vertical-align: top;
}
table.availability_chart th.product_column {
  width: 85px;
}
table.availability_chart th.noborder {
  border: none;
}
table.availability_chart img {
  margin:0px;
  padding:0px;
  float:none;
}
/*
table.availability_chart th.rotate {
  height: 140px;
  white-space: nowrap;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
table.availability_chart th.rotate > div {
  transform: translate(15px, 52px) rotate(306deg);
  width: 30px;
}
table.availability_chart th.rotate > div > span {
  border-bottom: 1px solid #999999;
  padding: 2px 8px 2px 8px;
}
*/
#availability_chart_text {
  display:none;
  background-color:#e5e5e5;
  padding: 15px;
  font-size: 14px; font-size: 1.4rem;
}
#availability_chart_text .address {
  font-size: 14px; font-size: 1.4rem;
}
#testimonial .testimonial_quote {
  font-style:italic;
  margin-bottom:0px;
}
#testimonial .testimonial_name {
  font-style:italic;
  margin-top:0px;
  text-align:right;
}


/* footer elements */
#footer,
#footer * {
  box-sizing: border-box;
}

#footer{
  clear:both;
  padding: 1.5rem 0;
  margin: 3rem 0 0;
  font-size: 16px; font-size: 1.6rem;
  background-color: #E5E5E5;
  overflow:hidden;

}

#footer .container {
  padding: 0 2.5rem;
  margin: 0;
}

#footer .container .footer-top-links {
  width: 100%;
  color: #989898;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1rem;
  vertical-align: top;
}

#footer .container .top-links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
}

#footer .container .top-links-left {
  text-align: left;
  justify-content: flex-start;
  float: left;
}

#footer .container .top-links-right {
  text-align: right;
  justify-content: flex-end;
  float: right;
}

#footer .container .top-links-left h4{
  font-family: proxima_nova_rgregular, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: .25px;
  line-height: 37px;
}

#footer .container .top-links-left h4 a {
  font-family: proxima_nova_rgbold;
  text-decoration: none;
  color: #4f4f4f;
  font-size: 20px;
}

#footer .container .top-links-left h4 a:hover {
  color: #a5a5a5;
}

#footer #about_3_column {
  display:none;
}
#footer #helping_artist_link {
	width:240px;
	float:left;
	margin:0 0 0 245px;
}
#footer #helping_artist_link img {
	vertical-align:middle;
  width: auto;
  max-height: 52px;
}
#footer #social_links img {
  width: 52px;
  height: 52px;
}
#footer .social_link {
  float:right;
  margin-right:10px;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  color:#666666;
}
#footer .social_link a {
  color: #666666;
}
#footer .social_link img {
  vertical-align:middle;
}
#footer_links {
  margin: 20px -0.75rem 0;
  max-width: none;
  width: auto;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#footer .footer_link_column {
  width: 20%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #989898;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.78571rem;
  text-align: center;
  vertical-align: top;
}

#footer .footer_link_column h5,
#footer .footer_link_column h5 a{
  font-size: 22px;
  font-family: proxima_nova_rgbold,Arial,Sans-Serif;
  margin-bottom: 0.5rem;
  color: #2d2d2d;
  letter-spacing: .25px;
  line-height: 1.5;
}
#footer .footer_link_column ul {
  list-style: none;
  margin-left: 0;
}
#footer .footer_link_column li {
  list-style: none;
  margin-bottom: 0;
}
#footer .footer_link_column a {
  font-family: proxima_nova_rgregular,Arial,Sans-Serif;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
#footer .footer_link_column img {
  width: 60%;
  max-width: 180px;
  height: auto;
  margin-bottom: 1rem;
}
#footer .accepted-payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 80%;
  margin: 3rem auto 0;
}
#footer .accepted-payment-methods p {
  font-family: proxima_nova_rgregular,Arial,Sans-Serif;
  text-align: center;
  margin-bottom: 1rem;
  color: #4f4f4f;
  font-size: 1.5rem;
}
#footer .accepted-payment-methods ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
#footer .accepted-payment-methods li {
  list-style: none;
  padding: 0 1rem;
}
#footer .accepted-payment-methods li.visa:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "\f1f0";
  font-size: 2em;
}
#footer .accepted-payment-methods li.master-card:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "\f1f1";
  font-size: 2em;
}
#footer .accepted-payment-methods li.amex:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "\f1f3";
  font-size: 2em;
}
#footer .accepted-payment-methods li.discover:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "\f1f2";
  font-size: 2em;
}
#footer .accepted-payment-methods li.paypal:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "\f1ed";
  font-size: 2em;
}
#footer .accepted-payment-methods li.amazon-pay:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "\f270";
  font-size: 2em;
}
#footer .footer-copyright {
  text-align: left;
}
#footer .footer-copyright p {
  color: #989898;
  font-size: 12px;
  margin: 0;
  bottom: 0;
  padding: 0.78571rem;
}
#mobile_footer, #mobile_footer_drawer {
	display:none;
}

#page_nav #level1 a{
  font-size:1.6rem
}
#page_nav #level2 a{
  font-size: 1.5rem;
}

/* TABLET VERTICAL -  720, BUT FORCING CHANGE EARLY SO NAV DOESN'T WRAP */
/* @media all and (max-width: 1000px) { */
@media all and (max-width: 1000px) {
  body {
    width: 680px;
  }
  #wrapper {
    width: 680px;
    margin: 0;
  }
  .announcement {
    font-size:1.5rem !important;
    padding: 20px 0 !important;
  }
  #masthead {
    height: 85px;
    padding: 0;
    width: 665px;
    margin: 0 0 0 15px;
  }
  #masthead_logo {
    width:160px;
    margin: 20px 15px 0 0;
  }
  #masthead_logo img {
    width:160px;
  }
  #masthead_main {
    margin:20px 15px 0 0;
    width:460px;
  }
  #masthead_toolbar {
    font-size: 13px; font-size: 1.3rem;
    margin:0px 5px 0 0;
  }
  #masthead_toolbar img {
    width:20px;
    height: 20px;
    top: 4px;
  }
  #masthead_nav {
    word-spacing:8px;
    padding:20px 0px 0 0;
    width:480px;
    margin: 0;
  }
  #masthead_nav a {
    font-size: 12px; font-size: 1.2rem;
    padding-left:6px;
    padding-right: 6px;
  }
  #page_nav {
    clear: both;
    width: 600px;
    line-height: 16px; line-height: 1.8rem;
    margin-top: 20px;
  }
  #page_nav #level1 a {
    font-size: 14px; font-size: 1.4rem;
  }
  #page_nav #level2 a {
    font-size: 12px; font-size: 1.2rem;
  }
  #container {
    width: 650px;
    position: relative;
    overflow: none;
    background: #fff;
    padding: 15px 15px 0px 15px;
    margin: 0;
    font-size: 14px; font-size: 1.4rem;
  }
  #left_main_content {
    width: 600px;
  }
  #left_main_content .content_intro,
  #left_main_content #content_intro {
    width: 600px;
  }
  .big_woo .big_image img,
  #big_woo .big_image img,
  .big_woo #big_image img,
  #big_woo #big_image img {
    width: 600px;
    margin-bottom: 20px;
  }
  .big_woo #slides,
  #big_woo #slides {
    height: 312px;
  }
  .big_woo #slides img,
  #big_woo #slides img {
    width: 570px;
    height: 281px;
  }
  .medium_woo,
  #medium_woo {
    width: 600px;
    margin-right: 0px;
  }
  .medium_woo .feature,
  #medium_woo .feature,
  .medium_woo #feature,
  #medium_woo #feature {
    width: 340px;
    height: 190px;
  }
  .medium_woo .feature img.thumb,
  #medium_woo .feature img.thumb,
  .medium_woo #feature img.thumb,
  #medium_woo #feature img.thumb {
    width: 340px;
    height: 190px;
  }
  .medium_woo .feature img.play_button,
  #medium_woo .feature img.play_button,
  .medium_woo #feature img.play_button,
  #medium_woo #feature img.play_button {
    left: 140px;
    margin-bottom: -78px;
    top: -135px;
  }
  .medium_woo .feature_title,
  #medium_woo .feature_title,
  .medium_woo #feature_title,
  #medium_woo #feature_title {
    width: 340px;
  }
  .medium_woo .feature_image,
  #medium_woo .feature_image,
  .medium_woo #feature_image,
  #medium_woo #feature_image {
    width: 340px;
    height: 190px;
  }
  .medium_woo .feature_image img,
  #medium_woo .feature_image img,
  .medium_woo #feature_image img,
  #medium_woo #feature_image img {
    width: 340px;
    height: 190px;
  }
  .spanish_medium_woo_video_link {
    margin-left: 260px;
    top: -83px;
  }
  .little_woo,
  #little_woo {
    width: 600px;
  }
  .little_woo #text,
  #little_woo #text {
    width: 290px;
  }
  .little_woo .feature,
  #little_woo .feature,
  #little_woo #feature {
    width: 300px;
    height: 168px;
  }
  .little_woo .feature img.thumb,
  #little_woo .feature img.thumb,
  #little_woo #feature img.thumb {
    width: 300px;
    height: 168px;
  }
  .little_woo .feature img.play_button,
  #little_woo .feature img.play_button,
  #little_woo #feature img.play_button {
    margin-bottom: -48px;
    left: 114px;
    top: -126px;
  }
  .little_woo .feature_title,
  #little_woo .feature_title,
  #little_woo #feature_title {
    width: 300px;
  }
  #wide_page_big_woo {
    float:none;
    margin-left:auto;
    margin-right:auto;
  }

  #left_main_content .main_wide_product,
  #left_main_content #main_wide_product {
    width: 600px;
  }
  #left_main_content .main_narrow_product,
  #left_main_content #main_narrow_product {
    width: 290px;
    margin-right: 10px;
  }
  #left_main_content .main_wide_product .product_info,
  #left_main_content .main_wide_product #product_info,
  #left_main_content #main_wide_product #product_info {
    width: 360px;
  }
  #left_main_content .main_narrow_product .product_info,
  #left_main_content #main_narrow_product #product_info,
  #left_main_content #main_narrow_product .product_info {
    width: 200px;
  }
  #left_main_content .main_wide_product.mixed_with_columns #product_image,
  #left_main_content .main_wide_product.mixed_with_columns .product_image,
  #left_main_content #main_wide_product.mixed_with_columns #product_image {
    width: 200px;
    height: 200px;
    margin-right: 4px;
  }
  #left_main_content .main_wide_product.mixed_with_columns #product_image img,
  #left_main_content .main_wide_product.mixed_with_columns .product_image img,
  #left_main_content #main_wide_product.mixed_with_columns #product_image img {
    width: 190px;
    height: 190px;
  }
  #left_main_content .main_narrow_product .product_image,
  #left_main_content #main_narrow_product #product_image,
  #left_main_content #main_narrow_product .product_image {
    margin-right: 10px;
  }
  #left_main_content .main_wide_product .product_info h3,
  #left_main_content .main_wide_product #product_info h3,
  #left_main_content #main_wide_product #product_info h3 {
    font-size: 20px; font-size: 2rem;
  }
  #left_main_content .main_wide_product.mixed_with_columns .product_info h3,
  #left_main_content .main_wide_product.mixed_with_columns #product_info h3,
  #left_main_content #main_wide_product.mixed_with_columns #product_info h3 {
    font-size: 16px; font-size: 1.6rem;
  }
  #bar_header,
  .bar_header {
    margin-bottom: 20px;
  }
  #bar_header h2,
  .bar_header h2 {
    font-size: 22px; font-size: 2.2rem;
    line-height: 22px; line-height: 2.2rem;
    margin: 0px;
  }
  .bar_header {
    margin-bottom: 20px;
  }
  .bar_header h2 {
    font-size: 22px; font-size: 2.2rem;
    line-height: 22px; line-height: 2.2rem;
    margin: 0px;
  }
  .swatches {
    width: 600px;
  }
  .swatches .swatch_color {
    height: 105px;
    width: 105px;
  }
  .swatches .small_swatch .swatch_color {
    height: 50px;
  }
  .swatches .huge_swatch .swatch_color {
    width: 185px;
    height: 185px;
  }
  .swatches .door_swatch .swatch_color {
    width: 100px;
    height: 207px;
  }
  .swatches .stroke_swatch .swatch_color {
    width: 100px;
    height: 47px;
  }
  .swatches .swatch {
    width: 105px;
    height: 135px;
    margin-left: 18px;
  }
  .swatches .small_swatch {
    height: 80px;
  }
  .swatches .huge_swatch {
    width: 185px;
    height: 215px;
  }
  .swatches .door_swatch{
    width: 100px;
    height: 237px;
  }
  .swatches .stroke_swatch{
    width: 100px;
    height: 77px;
  }
  .swatches .swatch_color img {
    width: 105px;
    height: 105px;
  }
  .swatches .small_swatch .swatch_color img {
    height: 50px;
  }
  .swatches .huge_swatch .swatch_color img {
    width: 185px;
    height: 185px;
  }
  .swatches .door_swatch .swatch_color img{
    width: 100px;
    height: 207px;
  }
  .swatches .stroke_swatch .swatch_color img{
    width: 100px;
    height: 47px;
  }
  #swatch_color_families {
    padding: 10px 0px 0px 13px;
    width: 590px;
  }
  #swatch_color_families .color_family_color img {
    width: 56px;
    height: 56px;
  }
  #swatch_color_families .color_family_color img.border_class {
    width: 54px;
    height: 54px;
  }
  .call_to_action_link,
  #call_to_action_link {
    margin-left:30px;
  }
  #simple_title_bar h1 {
    font-size: 22px; font-size: 2.2rem;
  }
  #bold_title_bar {
    margin-bottom:20px;
    padding-top:15px;
    height:65px;
  }
  #product_title_bar.two_line,
  #product_title_bar.three_line {
     padding-bottom: 1px;
  }
  #product_title_bar.four_line {
    padding-top: 25px;
  }
  #bold_title_bar h1 {
    font-size: 32px; font-size: 3.2rem;
    line-height: 0px; line-height: 0rem;
    margin-top: 32px;
  }
  #product_title_bar h1 {
    font-size: 32px; font-size: 3.2rem;
    line-height: 34px; line-height: 3.4rem;
  }
  #product_title_bar h1.smaller {
    font-size: 32px; font-size: 3.2rem;
    line-height: 34px; line-height: 3.4rem;
  }
  #product_title_bar h2,
  #product_title_bar div {
    font-size: 32px; font-size: 3.2rem;
    line-height: 34px; line-height: 3.4rem;
    margin-bottom: 20px;
  }
  #product_title_bar h2.smaller,
  #product_title_bar div.smaller {
    font-size: 30px; font-size: 3rem;
    line-height: 32px; line-height: 3.2rem;
    margin-top: 3px;
  }
  #product_title_bar.four_line h2 {
    margin-bottom: 1px;
  }
  #product_title_bar.four_line h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px; font-size: 1.6rem;
    line-height: 18px; line-height: 1.8rem;
  }
  #product_title_bar.four_line br {
    display: none;
  }
  #product_title_bar h3 {
    font-size: 18px; font-size: 1.8rem;
  }
  #graphic_title_bar {
    width: 650px;
  }
  h1 {
    font-size: 20px; font-size: 2rem;
  }
  h2 {
    font-size: 20px; font-size: 2rem;
    margin: 10px 0px 10px 0px;
  }
  h3 {
    font-size: 16px; font-size: 1.6rem;
    margin: 20px 0px 20px 0px;
  }
  #content h2 {
    margin-bottom: 20px;
  }
  #right_sidebar {
    margin-right: 20px;
  }
  #nav_drawer {
    display:none;
  }
  #footer #about_5_column {
    display:none;
  }
  #footer #about_3_column {
    display:block;
  }
  #footer h5.purchase_3_column {
    margin-top:10px;
  }
  .video_popup {
    width:600px;
    margin-left:-310px;
  }
  #video_popup_content iframe {
    width:600px;
    height: 337px;
  }
  .product_popup {
    width:600px;
    margin-left:-310px;
  }
  #left_main_content .main_three_columns,
  #left_main_content #main_three_columns {
    width: 640px;
  }
  #left_main_content .main_three_columns .column,
  #left_main_content .main_three_columns #column,
  #left_main_content #main_three_columns .column,
  #left_main_content #main_three_columns #column {
    width: 190px;
    margin-right: 15px;
  }
  #left_main_content .main_three_columns .column img,
  #left_main_content .main_three_columns #column img,
  #left_main_content #main_three_columns .column img,
  #left_main_content #main_three_columns #column img {
    margin-bottom: 0px;
  }
  #left_main_content .main_three_columns .column img.category_thumb,
  #left_main_content .main_three_columns #column img.category_thumb,
  #left_main_content #main_three_columns .column img.category_thumb,
  #left_main_content #main_three_columns #column img.category_thumb {
    width: 190px;
  }
  #left_main_content .main_three_columns .column .feature_title a,
  #left_main_content .main_three_columns #column #feature_title a,
  #left_main_content #main_three_columns .column .feature_title a,
  #left_main_content #main_three_columns #column #feature_title a {
    margin-bottom: 10px;
    font-size: 14px; font-size: 1.4rem;
    font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  }
  #left_main_content .main_three_columns .column.video_gallery,
  #left_main_content .main_three_columns #column.video_gallery,
  #left_main_content #main_three_columns .column.video_gallery,
  #left_main_content #main_three_columns #column.video_gallery {
    height: 170px;
  }
  #left_main_content .main_three_columns .column .video_thumb img.thumb,
  #left_main_content .main_three_columns #column .video_thumb img.thumb,
  #left_main_content .main_three_columns #column #video_thumb img.thumb,
  #left_main_content #main_three_columns .column .video_thumb img.thumb,
  #left_main_content #main_three_columns #column .video_thumb img.thumb,
  #left_main_content #main_three_columns #column #video_thumb img.thumb {
    width: 190px;
  }
  #left_main_content .main_three_columns .column .video_thumb img.play_button,
  #left_main_content .main_three_columns #column .video_thumb img.play_button,
  #left_main_content .main_three_columns #column #video_thumb img.play_button,
  #left_main_content #main_three_columns .column .video_thumb img.play_button,
  #left_main_content #main_three_columns #column .video_thumb img.play_button,
  #left_main_content #main_three_columns #column #video_thumb img.play_button {
    margin-top: -85px;
    left: 70px;
  }
  #main_four_columns {
    width: 640px;
  }
  #main_four_columns .column,
  #main_four_columns #column {
    width: 190px;
    margin-right: 15px;
  }
  #main_four_columns .column img,
  #main_four_columns #column img {
    margin-bottom: 0px;
  }
  #main_four_columns .column #feature_title a,
  #main_four_columns #column #feature_title a {
    margin-bottom: 10px;
    font-size: 14px; font-size: 1.4rem;
    font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  }
  #main_four_columns .column.video_gallery,
  #main_four_columns #column.video_gallery {
    height: 190px;
  }
  #main_four_columns .column #video_thumb img.thumb,
  #main_four_columns .column .video_thumb img.thumb,
  #main_four_columns #column .video_thumb img.thumb,
  #main_four_columns #column #video_thumb img.thumb {
    width: 190px;
  }
  #main_four_columns .column #video_thumb img.play_button,
  #main_four_columns .column .video_thumb img.play_button,
  #main_four_columns #column .video_thumb img.play_button,
  #main_four_columns #column #video_thumb img.play_button {
    margin-top: -85px;
    left: 70px;
  }
  .bottom_content,
  #bottom_content {
    display: block;
    width: 360px;
  }
  .bottom_content #video_thumb,
  .bottom_content .video_thumb,
  #bottom_content #video_thumb {
    width: 190px;
    line-height: 16px;line-height: 1.6rem;
  }
  .bottom_content #project_thumb,
  .bottom_content .project_thumb,
  #bottom_content #project_thumb {
    width: 190px;
    line-height: 16px;line-height: 1.6rem;
  }
  .bottom_content #intro,
  .bottom_content .intro,
  #bottom_content #intro {
    float: right;
    width: 160px;
  }
  .bottom_content #item,
  .bottom_content .item,
  #bottom_content #item {
    float: left;
    width: 200px;
  }
  .bottom_content #item img,
  .bottom_content .item img,
  #bottom_content #item img {
    width: 190px;
  }
  .bottom_content #item img.play_button,
  .bottom_content .item img.play_button,
  #bottom_content #item img.play_button {
    border: 0 none;
    display: block;
    height: 55px;
    left: 72px;
    margin-bottom: -56px;
    position: relative;
    top: -86px;
    width: 55px;
  }
  .bottom_content ul,
  #bottom_content ul {
    margin-bottom: 10px;
  }
  #right_sidebar #primary_chunk {
    display: none;
  }
  #right_sidebar {
    padding-top: 5px;
  }
  table.availability_chart th.product_column {
    width: 70px;
  }
  table.availability_chart th img {
    width: 60px;
  }
  #product_popup_content table.availability_chart th.product_column {
    width: 55px;
  }
  #product_popup_content table.availability_chart th img {
    width: 45px;
  }
  .show_level1 {
    display: none;
  }
  .show_level2 {
    display: block !important;
  }
  .show_level3 {
    display: none;
  }
  .show_level4 {
    display: none;
  }
  .stencil6x18_swatch .swatch_color{
    height: 225px;
    width: 225px;
    margin-left: 0;
  }
  .stencil_swatch .swatch_color img,
  .stencil6x18_swatch .swatch_color img{
    height: 225px;
    width: 225px;
  }
  .stencil2pk_swatch .swatch_color img{
    height: 120px;
    width: 120px;
  }
  .swatches .stencil6x18_swatch {
    height: 260px;
    width: 150px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .stencil6x18_swatch .swatch_name {
    width: 50px;
    padding-bottom: 10px;
    margin-left: 75px;
  }
  .swatches .stencil6x18_swatch:nth-of-type(6n) {
    clear: right;
    margin-right: -19px!important;
  }
  .swatches .stencil6x18_swatch:nth-of-type(4n+1){
    margin-left: -75px!important;
  }
  .swatches .stencil2pk_swatch .swatch_color {
    height: 125px;
  }
  .swatches .stencil2pk_swatch {
    padding-bottom: 15px;
    margin-right: 35px;
    margin-left: 0!important;
  }
  .swatches .stencil2pk_swatch:nth-of-type(4n),
  .swatches .stencil2pk_swatch:nth-of-type(5n){
    margin-left: 0;
  }
  .swatches .stencil2pk_swatch:nth-of-type(5n+1) {
    clear: right;
  }
  #cookie-footer p {
    font-size: 11px;
    margin-bottom: 5px;
  }

  #footer .container .top-links {
    width: 100%;
  }
  #footer .container .top-links-left,
  #footer .container .top-links-right {
    text-align: left;
    justify-content: space-around;
    margin-bottom: 25px;
  }
  #footer .footer_link_column {
    width: 100%;
  }
}

/* PHONE HORIZONTAL, GENERALLY 480 BUT FORCING CHANGE EARLY SO NAV DOESN'T WRAP */
@media all and (max-width: 700px) {
  body {
    width: 440px;
  }
  #wrapper {
    width: 440px;
    /*padding-top:110px !important;*/
  }
  #masthead {
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
    width: 425px;
    margin: 0;
    height:60px;
  }
  #masthead_logo {
    width:140px;
    padding:0;
    margin:10px 0 0 10px;
  }
  #masthead_logo img {
    width:140px;
    padding:0;
    margin:3px 0 0 0;
  }
  #masthead_newsletter {
    display:none;
  }
  #masthead_main {
    float:left;
    margin: 0;
    width:270px;
  }
  #masthead_toolbar {
    display:none;
  }
  #masthead_nav {
    display:none;
  }
  #masthead_mobile_nav {
    width:110px;
    display:block;
    float:right;
    margin: 15px 0 0 0px;
  }
  #masthead_nav a {
    font-size: 15px; font-size: 1.3rem;
    line-height: 21px; line-height: 2.1rem;
  }
  #page_nav {
    width: 390px;
    margin-top: 10px;
  }
  #container {
    width: 440px;
    padding: 0;
    line-height: 20px; line-height: 2rem;
    font-size: 16px; font-size: 1.6em;
  }
  #left_main_content {
    width: 390px;
  }
  #left_main_content .content_intro,
  #left_main_content #content_intro {
    width: 390px;
  }
  .big_woo .big_image img,
  #big_woo .big_image img,
  .big_woo #big_image img,
  #big_woo #big_image img {
    width: 390px;
  }
  .big_woo #slides,
  #big_woo #slides {
    height: 213px;
  }
  .big_woo #slides img,
  #big_woo #slides img {
    width: 370px;
    height: 182px;
  }
  .medium_woo,
  #medium_woo {
    width: 390px;
  }
  .medium_woo .text,
  .medium_woo #text,
  #medium_woo .text,
  #medium_woo #text {
    width: 390px;
  }
  .medium_woo .feature,
  #medium_woo .feature,
  .medium_woo #feature,
  #medium_woo #feature {
    margin-right: 25px;
  }
  .medium_woo .feature_title,
  #medium_woo .feature_title,
  .medium_woo #feature_title,
  #medium_woo #feature_title {
    width: 340px;
    margin-right: 25px;
  }
  .medium_woo .feature_image,
  #medium_woo .feature_image,
  .medium_woo #feature_image,
  #medium_woo #feature_image {
    margin-right: 25px;
  }
  .spanish_medium_woo_video_link {
    clear: none;
    float: none;
    top: -20px;
    margin-bottom: -10px;
    margin-left:24px;
  }
  .spanish_medium_woo_video_link img {
    float: left;
    margin: 0px 3px 0px 0px;
  }
  .little_woo,
  #little_woo {
    width: 390px;
  }
  .little_woo #text,
  #little_woo .text,
  #little_woo #text {
    width: 390px;
  }
  .little_woo .feature,
  #little_woo .feature,
  #little_woo #feature {
    float: none;
    width: 390px;
  }
  .little_woo .feature img.thumb,
  #little_woo .feature img.thumb,
  #little_woo #feature img.thumb {
    width: 340px;
    height: 190px;
    margin-left: 25px;
  }
  .little_woo .feature img.play_button,
  #little_woo .feature img.play_button,
  #little_woo #feature img.play_button {
    top: -144px;
    margin-bottom: -45px;
    left: 160px;
  }
  .little_woo .feature_title,
  #little_woo .feature_title,
  #little_woo #feature_title {
    width: 340px;
    margin-left: 24px;
    float: none;
  }
  #wide_page_big_woo {
    width: 390px;
    height: 240px;
  }
  #wide_page_big_woo #slides {
    width: 390px;
    height: 195px;
    border: none;
    padding: 0px;
  }
  #wide_page_big_woo #slides img {
    width: 390px;
    height: 195px;
  }
  #left_main_content .main_wide_product,
  #left_main_content #main_wide_product {
    width: 390px;
  }
  #left_main_content .main_narrow_product,
  #left_main_content #main_narrow_product {
    margin-right: 0px;
    width: 390px;
  }
  #left_main_content .main_wide_product #product_image,
  #left_main_content .main_wide_product .product_image,
  #left_main_content #main_wide_product #product_image {
    width: 150px;
  }
  #left_main_content .main_narrow_product .product_image,
  #left_main_content #main_narrow_product #product_image,
  #left_main_content #main_narrow_product .product_image {
    margin-right: 10px;
  }
  #left_main_content .main_wide_product #product_image img,
  #left_main_content .main_wide_product .product_image img,
  #left_main_content #main_wide_product #product_image img {
    width: 150px;
    height: 150px;
  }
  #left_main_content .main_wide_product .product_info,
  #left_main_content .main_wide_product #product_info,
  #left_main_content #main_wide_product #product_info {
    width: 220px;
  }
  #left_main_content .main_narrow_product .product_info,
  #left_main_content #main_narrow_product #product_info,
  #left_main_content #main_narrow_product .product_info {
    width: 290px;
  }
  #left_main_content .main_wide_product .product_info h3,
  #left_main_content #main_wide_product .product_info h3,
  #left_main_content .main_narrow_product .product_info h3,
  #left_main_content #main_wide_product #product_info h3,
  #left_main_content #main_narrow_product #product_info h3,
  #left_main_content #main_narrow_product .product_info h3 {
    font-size: 18px; font-size: 1.8rem;
    margin: 0px;
  }
  #left_main_content .main_wide_product.mixed_with_columns,
  #left_main_content #main_wide_product.mixed_with_columns {
    display: none;
  }
  #left_main_content .main_wide_product .product_info p,
  #left_main_content #main_wide_product .product_info p,
  #left_main_content .main_narrow_product .product_info p,
  #left_main_content #main_wide_product #product_info p,
  #left_main_content #main_narrow_product #product_info p,
  #left_main_content #main_narrow_product .product_info p {
     font-size: 14px; font-size: 1.4rem;
    line-height: 18px; line-height: 1.8rem;
  }
  #left_main_content .main_three_columns,
  #left_main_content #main_three_columns {
    width: 420px;
  }
  #left_main_content .main_three_columns .column,
  #left_main_content .main_three_columns #column,
  #left_main_content #main_three_columns .column,
  #left_main_content #main_three_columns #column {
    margin-right: 10px;
  }
  #main_four_columns {
    width: 420px;
  }
  #main_four_columns .column,
  #main_four_columns #column {
    margin-right: 10px;
  }
  #right_sidebar {
    display: none;
  }
  .swatches {
    width: 390px;
  }
  .swatches .swatch {
    width: 120px;
    height: 150px;
    margin-left: 14px;
  }
  .swatches .small_swatch {
    height: 90px;
  }
  .swatches .huge_swatch {
    width: 185px;
    height: 215px;
  }
  .swatches .door_swatch {
    width: 100px;
    height: 237px;
    margin-left: 13px;
  }
  .swatches .stroke_swatch {
    width: 100px;
    height: 77px;
  }
  .swatches .swatch_color {
    width: 120px;
    height: 120px;
  }
  .swatches .small_swatch .swatch_color {
    height: 60px;
  }
  .swatches .swatch .swatch_color img {
    width: 120px;
    height: 120px;
  }
  .swatches .small_swatch .swatch_color img {
    height: 60px;
  }
  .swatches .huge_swatch .swatch_color img {
    height: 185px;
    width: 185px;
  }
  .swatches .door_swatch .swatch_color img {
    height: 207px;
    width: 100px;
  }
  .swatches .stroke_swatch .swatch_color img {
    height: 47px;
    width: 100px;
  }
  #swatch_color_families {
    padding: 10px 0px 0px 13px;
    width: 380px;
  }
  #swatch_color_families .color_family_color img {
    width: 50px;
    height: 50px;
  }
  #swatch_color_families .color_family_color img.border_class {
    width: 48px;
    height: 48px;
  }
  #swatch_color_families .swatch_color_family_on,
  #swatch_color_families .swatch_color_family_off {
    padding: 11px;
  }
  .stencil6x18_swatch .swatch_color{
    height: 225px;
    width: 225px;
  }
  .stencil_swatch .swatch_color img,
  .stencil6x18_swatch .swatch_color img{
    height: 225px!important;
    width: 225px!important;
  }
  .stencil2pk_swatch .swatch_color img{
    height: 120px;
    width: 120px;
  }
  .swatches .stencil6x18_swatch {
    height: 260px;
    width: 205px;
    margin-left: -109px!important;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 35px;
  }
  .stencil6x18_swatch .swatch_name {
    width: 50px;
  }
  .swatches .stencil6x18_swatch:first-of-type{
    margin-left: -109px!important;
  }
  .swatches .stencil6x18_swatch:nth-of-type(4n) {
    margin-left: -50px;
  }
  .swatches .stencil6x18_swatch:nth-of-type(4n+1) {
    clear: right;
    margin-left: -109px!important;
  }
  .swatches .stencil6x18_swatch:nth-of-type(6n) {
    clear: right;
    margin-right: -19px!important;
  }
  .swatches .stencil6x18_swatch:nth-of-type(4n){
    clear: none!important;
  }
  .swatches .stencil2pk_swatch .swatch_color {
    height: 125px;
  }
  .swatches .stencil2pk_swatch {
    padding-bottom: 15px;
    margin-right: 35px;
    margin-left: 0!important;
  }
  .swatches .stencil2pk_swatch:nth-of-type(4n),
  .swatches .stencil2pk_swatch:nth-of-type(5n){
    margin-left: 0;
  }
  .swatches .stencil2pk_swatch:nth-of-type(5n+1) {
    clear: right;
  }
  .swatches .stencil2pk_swatch:nth-of-type(3n+1) {
    clear: none;
  }
  .call_to_action_link,
  #call_to_action_link {
    margin-bottom: 10px;
  }
  #simple_title_bar h1 {
    font-size: 24px; font-size: 2.4rem;
  }
  #bold_title_bar h1 {
    font-size: 30px; font-size: 3rem;
    line-height: 0px; line-height: 0rem;
  }
  #product_title_bar h1 {
    font-size: 30px; font-size: 3rem;
    line-height: 30px; line-height: 3rem;
  }
  #product_title_bar h1.smaller {
    font-size: 30px; font-size: 3rem;
    line-height: 30px; line-height: 3rem;
  }
  #product_title_bar h2,
  #product_title_bar div {
    font-size: 30px; font-size: 3rem;
    line-height: 30px; line-height: 3rem;
    margin-bottom: 15px;
  }
  #product_title_bar h2.smaller,
  #product_title_bar div.smaller {
    font-size: 28px; font-size: 2.8rem;
    line-height: 28px; line-height: 2.8rem;
  }
  #product_title_bar img#bottle_shot {
    display: none;
  }
  #product_title_bar.two_line {
    padding-top: 30px;
  }
  #graphic_title_bar {
    width: 440px;
  }
  h1 {
    font-size: 24px; font-size: 2.4rem;
  }
  h2 {
    font-size: 22px; font-size: 2.2rem;
  }
  h3 {
    font-size: 20px; font-size: 2rem;
  }
  #right_call_to_action_block {
	  width:100%;
	  float:left;
	  margin:0px 0px 30px 0px;
	  padding:0px 0px 20px 0px;
	  border:0px;
    border-bottom:2px solid #4e4e4e;
  }
  .shadow  {
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  -ms-filter: none;
	  filter: none;
  }
  #footer #social_links  {
    text-align:center;
  }
  #google_translate_element {
    display:none;
  }
  /*#footer {*/
  /*  margin-bottom: 0px;*/
  /*}*/
  /*#footer_links {*/
  /*  display:block;*/
  /*  height:400px;*/
  /*}*/
  /*#footer .footer_link_column {*/
  /*  margin-bottom:15px;*/
  /*  clear: left;*/
  /*}*/
  /*#footer .footer_link_column h1 {*/
  /*  font-size: 18px; font-size: 1.8rem;*/
  /*}*/
  /*#footer .footer_link_column a {*/
  /*  font-size: 15px; font-size: 1.5rem;*/
  /*  line-height: 21px; line-height: 2.1rem;*/
  /*}*/
  #nav_drawer{
       top:-1px;
       right:5px;
       background:#4e4e4e;
       z-index:999;
       width:440px;
       text-align:center;
       display:none;
     }
  #nav_drawer .column {
    float:left;
    width:200px;
    margin:5px 10px 5px 10px;
  }
  #nav_drawer a {
    display:block;
    line-height: 28px; line-height: 2.8rem;
    font-size: 19px; font-size: 1.9rem;
  }
  #nav_drawer a:link, #nav_drawer a:visited, #nav_drawer a:active {
    color:#fff;
  }
  #footer h5.purchase_3_column {
    margin-top:0px;
    width: 300px;
  }
  .video_popup {
    width:400px !important;
    margin-left:-215px !important;
  }
  #video_popup_content iframe {
    width:400px;
    height: 225px;
  }
  .product_popup {
    width:400px;
    margin-left:-215px;
  }
  #availability_chart_graphic {
    overflow-x: scroll;
  }
  #availability_chart_text {
    display: block;
  }
  .show_level1 {
    display: none;
  }
  .show_level2 {
    display: none;
  }
  .show_level3 {
    display: block !important;
  }
  .show_level4 {
    display: none;
  }
  .expendable_level3 {
    display: none !important;
  }
  button#accept-cookies {
    font-size: 10px;
  }
  #cookie-footer p {
    font-size: 10px;
  }
}

/* PHONE SIZE */
@media all and (max-width: 430px) { /* and (orientation:portrait) { */
  body {
    width: 290px;
  }
  #wrapper {
    width: 290px;
    /*padding-top: 135px !important;*/
  }
  #masthead {
    margin: 0px;
    width: 290px;
    padding: 10px 0 0 5px;
    height:25px;
  }
  #masthead_logo {
    width:130px;
    float:left;
    margin: 0 15px 0 0;
  }
  #masthead_logo img {
    width:130px;
    margin:5px 0 0 0;
  }
  #masthead_main {
    float:left;
    width:100px;
    color: #666666;
    margin-left:40px;
    padding:0;
    max-width:300px;
  }
  #masthead_toolbar {
    display:none;
  }
  #masthead_newsletter {
   display:none;
  }
  #masthead_nav {
   display:none;
  }
  #nav_drawer .column {
    float:left;
    width:120px;
    margin:5px 10px 5px 10px;
  }
  #simple_title_bar {
    padding:20px 10px 20px 10px;
    line-height: 24px; line-height: 2.4rem;
  }
  #nav_drawer{
	  top:-1px;
	  right:5px;
	  background:#4e4e4e;
	  z-index:999;
	  width:280px;
	  text-align:center;
	  display:none;
  }
  #nav_drawer a {
    display:block;
    line-height: 28px; line-height: 2.8rem;
    font-size: 19px; font-size: 1.9rem;
  }
  #nav_drawer a:link, #nav_drawer a:visited, #nav_drawer a:active {
    color:#fff;
  }
  #bold_title_bar {
    text-align: center;
  }
  #bold_title_bar h1.split_when_small {
    line-height:26px !important; line-height:2.6rem !important;
    margin: 5px 0px 30px 0px !important;
  }
  #graphic_title_bar {
    width: 290px;
  }
  #container {
    width: 290px;
    position: relative;
    overflow: auto;
    background: #fff;
    padding: 15px 0px 0px 0px;
    font-size: 16px; font-size: 1.6rem;
  }
  #left_main_content {
    width: 240px;
  }
  #left_main_content .content_intro,
  #left_main_content #content_intro {
    width: 240px;
  }
  .big_woo .big_image img,
  #big_woo .big_image img,
  .big_woo #big_image img,
  #big_woo #big_image img {
    width: 240px;
  }
  .big_woo #slides,
  #big_woo #slides {
    height: 123px;
  }
  .big_woo #slides img,
  #big_woo #slides img {
    width: 240px;
    height: 118px;
    padding: 0px;
  }
  .big_woo #slides img.shadow,
  #big_woo #slides img.shadow {
    border: none;
  }
  .medium_woo,
  #medium_woo {
    width: 240px;
  }
  .medium_woo .text,
  #medium_woo .text,
  .medium_woo #text,
  #medium_woo #text {
    width: 240px;
  }
  .medium_woo .feature,
  #medium_woo .feature,
  .medium_woo #feature,
  #medium_woo #feature {
    margin-right: 0px;
    width: 240px;
    height: 134px;
    float: none;
  }
  .medium_woo .feature img.thumb,
  #medium_woo .feature img.thumb,
  .medium_woo #feature img.thumb,
  #medium_woo #feature img.thumb {
    width: 240px;
    height: 134px;
  }
  .medium_woo .feature img.play_button,
  #medium_woo .feature img.play_button,
  .medium_woo #feature img.play_button,
  #medium_woo #feature img.play_button {
    left: 80px;
    margin-bottom: -28px;
    top: -105px;
  }
  .medium_woo .feature_title,
  #medium_woo .feature_title,
  .medium_woo #feature_title,
  #medium_woo #feature_title {
    width: 240px;
    margin-right: 0px
  }
  .medium_woo .feature_image,
  #medium_woo .feature_image,
  .medium_woo #feature_image,
  #medium_woo #feature_image {
    width: 240px;
    height: 134px;
    margin-right: 0px;
  }
  .medium_woo .feature_image img,
  #medium_woo .feature_image img,
  .medium_woo #feature_image img,
  #medium_woo #feature_image img {
    width: 240px;
    height: 134px;
  }
  .spanish_medium_woo_video_link {
    margin-left:0px;
  }

  .little_woo,
  #little_woo {
    width: 240px;
  }
  .little_woo #text,
  #little_woo #text {
    width: 240px;
  }
  .little_woo .feature,
  #little_woo .feature,
  #little_woo #feature {
    width: 240px;
    height: 134px;
  }
  .little_woo .feature img.thumb,
  #little_woo .feature img.thumb,
  #little_woo #feature img.thumb {
    width: 240px;
    height: 134px;
    margin-left: 0px;
  }
  .little_woo .feature_title,
  #little_woo .feature_title,
  #little_woo #feature_title {
    width: 240px;
    margin-left: 0px;
  }
  .little_woo .feature img.play_button,
  #little_woo .feature img.play_button,
  #little_woo #feature img.play_button {
    left: 80px;
    margin-bottom: -28px;
    top: -105px;
  }
  #wide_page_big_woo {
    width: 240px;
    height: 160px;
  }
  #wide_page_big_woo #slides {
    width: 240px;
    height: 120px;
  }
  #wide_page_big_woo #slides img {
    width: 240px;
    height: 120px;
  }
  #left_main_content .main_wide_product,
  #left_main_content #main_wide_product {
    width: 240px;
  }
  #left_main_content .main_narrow_product,
  #left_main_content #main_narrow_product {
    width: 240px;
  }
  #left_main_content .main_narrow_product .product_image,
  #left_main_content .main_wide_product #product_image,
  #left_main_content .main_wide_product .product_image,
  #left_main_content #main_wide_product #product_image {
    /*width: 240px;*/
  }
  #left_main_content #main_narrow_product #product_image,
  #left_main_content #main_narrow_product .product_image {
    margin-right: 20px;
  }
  #left_main_content .main_wide_product .product_image img,
  #left_main_content .main_wide_product #product_image img,
  #left_main_content #main_wide_product #product_image img {
    width: 220px;
    height: 220px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #left_main_content .main_wide_product .product_info,
  #left_main_content .main_wide_product #product_info,
  #left_main_content #main_wide_product #product_info {
    width: 240px;
    text-align: center;
  }
  #left_main_content .main_narrow_product .product_info,
  #left_main_content #main_narrow_product #product_info,
  #left_main_content #main_narrow_product .product_info {
    width: 150px;
  }
  #left_main_content .main_three_columns,
  #left_main_content #main_three_columns {
    width: 240px;
  }
  #left_main_content .main_three_columns .column,
  #left_main_content .main_three_columns #column,
  #left_main_content #main_three_columns .column,
  #left_main_content #main_three_columns #column {
    width: 240px;
    text-align: center;
  }
  #left_main_content .main_three_columns .column .video_thumb img.thumb,
  #left_main_content .main_three_columns #column .video_thumb img.thumb,
  #left_main_content .main_three_columns #column #video_thumb img.thumb,
  #left_main_content #main_three_columns .column .video_thumb img.thumb,
  #left_main_content #main_three_columns #column .video_thumb img.thumb,
  #left_main_content #main_three_columns #column #video_thumb img.thumb {
    width: 240px;
  }
  #left_main_content .main_three_columns .column.video_gallery,
  #left_main_content .main_three_columns #column.video_gallery,
  #left_main_content #main_three_columns .column.video_gallery,
  #left_main_content #main_three_columns #column.video_gallery {
    height: auto;
    margin-bottom: 20px;
  }
  #left_main_content .main_three_columns .column.video_gallery_tall,
  #left_main_content .main_three_columns #column.video_gallery_tall,
  #left_main_content #main_three_columns .column.video_gallery_tall,
  #left_main_content #main_three_columns #column.video_gallery_tall {
    height: auto;
    margin-bottom: 20px;
  }
  #left_main_content .main_three_columns .column .video_thumb img.play_button,
  #left_main_content .main_three_columns #column .video_thumb img.play_button,
  #left_main_content .main_three_columns #column #video_thumb img.play_button,
  #left_main_content #main_three_columns .column .video_thumb img.play_button,
  #left_main_content #main_three_columns #column .video_thumb img.play_button,
  #left_main_content #main_three_columns #column #video_thumb img.play_button {
    margin-top: -98px;
    left: 90px;
  }
  #left_main_content .main_three_columns .column img.category_thumb,
  #left_main_content .main_three_columns #column img.category_thumb,
  #left_main_content #main_three_columns .column img.category_thumb,
  #left_main_content #main_three_columns #column img.category_thumb {
    width: 220px;
    margin-left: 10px;
  }
  #main_four_columns {
    width: 240px;
  }
  #main_four_columns #column {
    width: 240px;
    text-align: center;
  }
  #main_four_columns #column .video_thumb img.thumb,
  #main_four_columns #column #video_thumb img.thumb {
    width: 240px;
  }
  #main_four_columns #column.video_gallery {
    height: auto;
    margin-bottom: 20px;
  }
  #main_four_columns #column.video_gallery_tall {
    height: auto;
    margin-bottom: 20px;
  }
  #main_four_columns #column .video_thumb img.play_button,
  #main_four_columns #column #video_thumb img.play_button {
    margin-top: -98px;
    left: 90px;
  }
  #main_four_columns #column img.category_thumb {
    width: 220px;
    margin-left: 10px;
  }
  .bottom_content,
  #bottom_content {
    width: 240px;
  }
  .bottom_content #intro,
  #bottom_content #intro {
    width: 240px;
    float: none;
    text-align:center;
  }
  .bottom_content #item,
  #bottom_content #item {
    margin-left:25px;
  }
  .swatches {
    width: 240px;
  }
  .swatches .swatch {
    width: 112px;
    height: 140px;
    margin-left: 15px;
  }
  .swatches .small_swatch {
    height: 86px;
  }
  .swatches .huge_swatch {
    width: 220px;
    height: 250px;
    margin-left: 8px;
  }
  .swatches .door_swatch {
    width: 100px;
    height: 237px;
    margin-left: 7px;
  }
  .swatches .stroke_swatch {
    width: 100px;
    height: 77px;
  }
  .swatches .swatch_color {
    width: 112px;
    height: 112px;
  }
  .swatches .small_swatch .swatch_color {
    height: 56px;
  }
  .swatches .huge_swatch .swatch_color {
    height: 220px;
    width: 220px;
  }
  .swatches .door_swatch .swatch_color{
    height: 207px;
    width: 100px;
  }
  .swatches .stroke_swatch .swatch_color{
    height: 47px;
    width: 100px;
  }
  .swatches .swatch .swatch_color img {
    width: 112px;
    height: 112px;
  }
  .swatches .small_swatch .swatch_color img {
    height: 56px;
  }
  .swatches .huge_swatch .swatch_color img {
    height: 220px;
    width: 220px;
  }
  .swatches .door_swatch .swatch_color img {
    height: 207px;
    width: 100px;
  }
  .swatches .stroke_swatch .swatch_color img {
    height: 47px;
    width: 100px;
  }
  #swatch_color_families {
    width: 220px;
    padding: 10px;
  }
  #swatch_color_families .swatch_color_family_on,
  #swatch_color_families .swatch_color_family_off {
    width: 210px;
    padding: 5px;
    line-height: 1rem;
  }
  #swatch_color_families .color_family_color {
    float: left;
  }
  #swatch_color_families .color_family_name {
    float: left;
    padding-top: 5px;
  }
  #swatch_color_families .color_family_color img {
    width: 100px;
    height: 20px;
    margin-right: 10px;
  }
  #swatch_color_families .color_family_color img.border_class {
    width: 98px;
    height: 18px;
  }
  .swatches .stencil2pk_swatch {
    margin-right: 5px;
  }
  .swatches .stencil6x18_swatch {
    height: 225px;
    width: 225px;
    padding-right: 15px;
    padding-bottom: 45px!important;
  }
  .stencil6x18_swatch .swatch_color {
    height: 225px;
    width: 225px;
  }
  .call_to_action_link,
  #call_to_action_link {
    float: none;
    margin:10px 0px 10px 0px;
  }
  p {
    margin-bottom:15px;
  }
  h2.sidebar {
    margin: 10px 0px 10px 10px;
  }
  h3 {
    margin-bottom:10px;
  }
  #masthead_mobile_nav {
    width:110px;
	  display:block;
	  float:left;
	  margin: 10px 0 0 0px;
  }
  /*
  #menu {
	  font-size:1.0em;
s	  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
	  vertical-align:bottom;
  }
	#menu img {
	  padding-left:10px;
	  vertical-align:middle;
  }
  */
  #nav_drawer {
    display:none;
  }
  #page_nav {
    width: 240px;
  }

  #mobile_menu_button {
    cursor: pointer;
    font-size: 16px; font-size: 1.6rem;
  }
  #google_translate_element {
    display:none;
  }
  #mobile_footer{
    display:block;
  }
  #mobile_footer a {
    display:block;
    font-size: 13px; font-size: 1.3rem;
    line-height: 22px; line-height: 2.2rem;
  }
  #more {
    display:block;
    width:100px;
    font-weight:bold;
    margin: 8px 0 0 0;
    padding: 2px 0 2px 0;
    text-decoration:none;
    cursor: pointer;
  }
  #footer .footer_link_column a {
    font-size: 13px; font-size: 1.3rem;
    line-height: 22px; line-height: 2.2rem;
  }
  .video_popup {
    width:260px !important;
    margin-left:-130px !important;
    padding: 5px !important;
  }
  .video_popup h2 {
    font-size: 18px; font-size: 1.8rem;
  }
  #video_popup_content iframe {
    width:260px;
    height:146px;
  }
  .product_popup {
    width:240px;
    margin-left:-135px;
    padding: 15px;
  }
  .product_popup img {
    max-width: 220px;
    max-height: 300px;
    margin:20px auto 0px auto;
    text-align:center;
  }
  .product_popup h2 {
    font-size: 18px; font-size: 1.8rem;
  }
  .product_popup img {
    float:none;
  }
  .show_level1 {
    display: none;
  }
  .show_level2 {
    display: none;
  }
  .show_level3 {
    display: none;
  }
  .show_level4 {
    display: block !important;
  }
  .expendable_level4 {
    display: none;
  }
  #cookie-footer p {
    line-height: 12px;
  }

  #footer .container {
    padding: 0 1rem;
  }

}

.mt-15{
  margin-top: 15px;
}

.img-responsive{
  width: 100%;
  height: auto;
}

#main_four_columns #column:nth-child(4n+1),
#left_main_content .main_three_columns #column:nth-child(3n+1),
#left_main_content #main_three_columns #column:nth-child(3n+1){
  clear: left;
}

/** UPDATE **/
#main_four_columns .column:nth-child(4n+1),
#left_main_content .main_three_columns .column:nth-child(3n+1),
#left_main_content #main_three_columns .column:nth-child(3n+1){
  clear: left;
}
/** END UPDATE **/

@media(max-width: 1000px){
  #main_four_columns #column:nth-child(4n+1) {
    clear: none;
  }
  #main_four_columns #column:nth-child(3n+1):not(#small_separator){
    clear: left;
  }

  /** UPDATE **/
  #main_four_columns .column:nth-child(4n+1) {
    clear: none;
  }
  #main_four_columns .column:nth-child(3n+1):not(#small_separator){
    clear: left;
  }
  /** END UPDATE **/
}

@media(max-width: 700px){
  #main_four_columns .column:nth-child(3n+1):not(#small_separator),
  #left_main_content .main_three_columns .column:nth-child(3n+1),
  #left_main_content #main_three_columns .column:nth-child(3n+1),
  #main_four_columns #column:nth-child(3n+1):not(#small_separator),
  #left_main_content .main_three_columns #column:nth-child(3n+1),
  #left_main_content #main_three_columns #column:nth-child(3n+1){
    clear: none;
  }
  #main_four_columns .column:nth-child(2n+1),
  #left_main_content .main_three_columns .column:nth-child(2n+1),
  #left_main_content #main_three_columns .column:nth-child(2n+1),
  #main_four_columns #column:nth-child(2n+1),
  #left_main_content .main_three_columns #column:nth-child(2n+1),
  #left_main_content #main_three_columns #column:nth-child(2n+1){
    clear: left;
  }
}

/*** clear fix for columns ***/
@media(max-width:430px){
  #main_four_columns .column,
  #left_main_content .main_three_columns .column,
  #left_main_content #main_three_columns .column,
  #main_four_columns #column,
  #left_main_content .main_three_columns #column,
  #left_main_content #main_three_columns #column{
    clear: none;
  }
}

#dots a:hover{
  text-decoration: none;
}

/** half column **/
.border-box{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container{
  margin-left:-15px;
  margin-right:15px;
}

.half-column{
  width:50%;
  padding: 0 15px;
  float:left;
}

@media(max-width:700px){
  .half-column{
    width:100%;
  }
}

.clear-right{
  clear: right;
}

.clear-left{
  clear: left;
}

.pointer{
  cursor: pointer;
}

/** puchase modal **/
.popup_closer.fancy_button{
  float: right;
}

.popup_content .form-group{
  margin-top: 1.25em;
}

.popup_content .form-group label{
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;
  padding-top:3px;
  padding-right:15px;
  width:50px;
  vertical-align: top;
}

/** purchase page **/
.retailer a.fancy_button{
  min-width: 250px;
  text-align: center;
  margin-left:50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.retailer a.fancy_button h3{
  margin: 20px 0 !important;
}

.retailer h3 a.fancy_button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  font-family: 'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight: normal;
}

/** retailer/apply **/

.retailer form[name="retailer_contact"]{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.retailer .form-group{
  margin-bottom: 0.6rem;
  /*clear: both;*/
}

.retailer .form-group label{
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;
  padding-top:3px;
  padding-right:15px;
  width:137px;
  vertical-align: top;
}

.retailer .form-group .fancy_button{
  float: initial;
}

.retailer .form-group input{
  width: 260px;
}

.retailer .form-group #preview-slide-image,.retailer .form-group #preview-new-form{
  max-width:400px;
  margin-left: 155px;
}

.retailer .form-group textarea{
  width: 260px;
}

.retailer .form-group .instructions{
  font-style: italic;
  font-size: 12px;
  margin-left: 15px;
  display: inline;
  color: #9c9c9c;
}

.retailer .form-group .required:after{
  color: #EA3542;
  content: ' *';
}

.retailer .form-group input:disabled{
  background-color: #e6e6e6;
}

.retailer .form-group button:disabled{
  cursor: not-allowed;
}

.retailer .phone_placeholder-msg-container,
.retailer .fax_placeholder-msg-container{
  display: inline;
}

.retailer .phone_placeholder-msg-container.valid,
.retailer .fax_placeholder-msg-container.valid{
  color: green;
}

.retailer .phone_placeholder-msg-container.invalid
.retailer .fax_placeholder-msg-container.invalid{
  color: red;
}

#return-messages {
  display: none;
  padding: 15px;
  cursor: pointer;
  margin: 20px 0;
  font-size:14px;
}

.success {
  color: #048804;
  font-weight: bold;
  font-size: 12px;
  background-color: rgba(189,207,82,0.3);
  border: 2px solid rgba(189,207,82, 1);
  margin-bottom: 10px;
}
.error {
  color: white;
  font-weight: bold;
  font-size: 12px;
  background-color: #f86c3c;
  border: 2px solid rgba(247,97,60, 1);
  margin-bottom: 10px;
}

button:disabled{
  cursor: not-allowed;
  color: #909090 !important;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel]{
  width: 260px;
}

.pull-right{
  float: right;
}

.pull-left{
  float: left;
}

.mb20{
  margin-bottom: 20px;
}

.popup_background {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#right_sidebar #resource_thumb img {
  border: 2px solid #ffffff;
}

.purchase-tables.disclaimer{
  margin-top: 3px;
  display: block;
}

.asterisk {
  font-size: 18px;
  color: #EA3542;
  vertical-align: top;
}

/** product modal **/
.popup_content, .popup {
  background: #ffffff;
  position: fixed;
  text-align: center;
  top: 50px;
  left: 50%;
  width: 600px;
  padding: 16px;
  z-index:1002;
  overflow: auto;
  border:1px solid #333333;
  margin-left:-300px;
}

#store_product_popup {
  background: #ffffff;
  position: fixed;
  text-align: left;
  left: 50%;
  overflow: auto;
  padding: 0;
  top: 50px;
  width: 600px;
  max-height: 80%;
  overflow-y: scroll;
  z-index: 1002;
  font-weight: normal;
  font-size: 1.6rem;
  border: 1px solid #333333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-height: 100px;
}

.popup_closer.fancy_button{
  position: absolute;
  top:5px;
  right: 15px;
  border-radius: 3px;
}

.img-wrap{
  display:table-cell;
  vertical-align: middle;
}

@media (max-width:700px){
  #store_product_popup{
    width: 80%;
  }

  .popup_closer.fancy_button {
    top: 2px;
  }
}

.store_product_popup {
  width:800px;
  margin-left:-400px;
}

.store_product_popup .header {
  margin-bottom: 25px;
  padding: 10px 10px 10px 13px;
  z-index: 2000;
}

.store_product_popup h2 {
  color: #fff;
  margin:10px;
  font-size: 2.2rem;
  line-height: 24px;
}

.store_product_popup .add-to-cart-modal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  clear: both;
  margin-bottom: 20px;
}

@media( max-width: 550px ){
  .store_product_popup .add-to-cart-modal {
    flex-direction: column;
  }

  .store_product_popup .add-to-cart-modal .product-description {
    width: 100%;
  }

  .store_product_popup .add-to-cart-modal .product-description .button-wrapper{
    width: 100%;
  }

  .store_product_popup .add-to-cart-modal .product-description .button-wrapper button {
    float: none;
    margin: 0 auto 10px;
    display: block;
  }

  .store_product_popup .add-to-cart-modal {
    position: relative;
    padding: 0 20px;
    margin-bottom: 0;
  }

  .store_product_popup .product-description .cart-base {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    width: 100%;
  }

  .store_product_popup .add-to-cart-modal .product-description .form-row {
    margin-bottom: 0;
  }

  .store_product_popup .header {
    margin-bottom: 5px;
  }
}

.store_product_popup .add-to-cart-modal .img-wrap {
  margin: 0 15px;
}

.store_product_popup .add-to-cart-modal img {
  display: block;
  margin: 0 auto;
  max-height: 250px;
  width: auto;
}

.store_product_popup .add-to-cart-modal img.hidden {
  display: none;
  visibility: hidden;
}

.store_product_popup .add-to-cart-modal .product-description {
  /*flex-grow: 4;*/

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.store_product_popup .add-to-cart-modal .product-description h3 {
  margin-bottom: 15px;
}

.store_product_popup .add-to-cart-modal .product-description h4:last-of-type {
  margin-bottom: 5px;
}

.store_product_popup .add-to-cart-modal .product-description h4:last-of-type {
  margin-bottom: 35px;
}


.store_product_popup .add-to-cart-modal .form-row {
  margin-bottom: 15px;
}

.store_product_popup .add-to-cart-modal .form-row label {
  padding-right: 20px;
  min-width: 50px;
  display: inline-block;
}

.store_product_popup .add-to-cart-modal .form-row input {
  padding: 4px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  width: 50px;
}

.store_product_popup .add-to-cart-modal button {
  border: 0;
  color: #ffffff;
  background-color: #777777;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 15px 0 0;
  float: right;
}

.store_product_popup .loading-container{
  padding: 30px;
}

.store_product_popup .loading{
  border: 12px solid #f3f3f3;
  border-top: 12px solid #5ca6af;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.store_product_popup .button-wrapper .loading-container{
  padding: 10px 50px;
  background-color: #989797;
  cursor: not-allowed;
}


.store_product_popup .button-wrapper .loading{
  width: 20px;
  height: 20px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #5ca6af;
}

.store_product_popup .form-row input.error,
.store_product_popup .form-row select.error {
  border: 2px solid rgba(247,97,60, 1);
  background-color: transparent;
  margin-top: 0;
}

.store_product_popup .form-row span.error {
  display: block;
  width: 100%;
  border: 0;
  text-transform: capitalize;
  background: transparent;
  text-align: left;
  margin: 0;
  padding: 10px 0;
}

.store_product_popup .add-to-cart-modal .button-wrapper a {
  border: 0;
  color: #fff;
  background-color: #777777;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 24px;
  text-decoration: none;
  margin: 0 15px;
}

.store_product_popup .add-to-cart-modal .added-items{
  margin-bottom: 0;
}


.store_product_popup .add-to-cart-modal .cart-actions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: space-around;
  margin-left: -15px;
  margin-right: -15px;
}

.store_product_popup .add-to-cart-modal a:hover {
  text-decoration: none;
}

.store_product_popup .project-product-list {
  padding: 0 20px;
}

.store_product_popup .project-product-list h3{
  line-height: 24px;
  text-align: center;
  padding-bottom: 15px;
}

.store_product_popup .project-product-list h4.disclaimer {
  line-height: 18px;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-style: italic;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  padding-bottom: 5px;
}

.store_product_popup .project-product-list .line-item-list{
  margin-top: 15px;
}

.store_product_popup .project-product-list .line-item-list a {
  display: inline-block;
  font-family: 'proxima_nova_rgbold';
  font-size: 18px;
  margin-bottom: 10px;
  clear: both;
}

.store_product_popup .project-product-list .line-item{
  width: 100%;

  /* new stuff */
  display: flex;
  flex-direction: column;
}

.store_product_popup .project-product-list .line-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.store_product_popup .project-product-list .line-item-row div:nth-of-type(1) {
  width: 42%;
}
.store_product_popup .project-product-list .line-item-row div:nth-of-type(2),
.store_product_popup .project-product-list .line-item-row div:nth-of-type(3) {
  width: 15%;
}
.store_product_popup .project-product-list .line-item-row div:nth-of-type(4) {
  width: 28%;
}

.store_product_popup .project-product-list .line-item span {
  line-height: 30px;
}

.store_product_popup .project-product-list .line-item input {
  width: 75px;
  line-height: 30px;
  padding-left: 10px;
}

.store_product_popup .project-product-list .line-item .price {
  width: 100%;
  text-align: right;
  display: inline-block;
}

.store_product_popup .project-product-list .line-item .price .strikethrough{
  color: red;
  text-decoration: line-through;
  padding-right: 8px;
}

.store_product_popup .project-product-list .total-wrapper {
  text-align: right;
  padding-top: 20px;
}

.store_product_popup .project-product-list .total-wrapper .total-price {
  padding-left:25px;
}

.store_product_popup .project-product-list .button-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px;
}

.store_product_popup .project-product-list .button-wrapper .add-to-cart {
  cursor: pointer;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 24px;
  text-decoration: none;
  margin: 0 15px;
}

.store_product_popup .added-item-list {
  padding: 0 20px;
}

.store_product_popup .added-item-list table{
  width: 100%;
}

.store_product_popup .added-item-list .item-description {
  width: 50%;
}

.store_product_popup .added-item-list .price-wrapper,
.store_product_popup .added-item-list .quantity-wrapper {
  width: 25%;
  text-align: right;
}

.store_product_popup .added-item-list h2 {
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.store_product_popup .added-item-list .item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding-top: 10px;
}

.store_product_popup .added-item-list .item-row ul {
  margin-bottom: 0;
}

.store_product_popup .added-item-list .item-row li {
  margin-bottom: 0;
  padding: 8px 0;
}

.store_product_popup .added-item-list .item-row .quantity-wrapper,
.store_product_popup .added-item-list .item-row .price-wrapper {
  white-space: nowrap;
}

.store_product_popup .cart-preview .button-wrapper,
.store_product_popup .added-item-list .button-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
.store_product_popup .cart-preview .cart-action,
.store_product_popup .added-item-list .cart-action {
  border: 0;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 24px;
  text-decoration: none;
  margin: auto 15px;
  cursor: pointer;
}

.store_product_popup .cart-preview .keep-browsing,
.store_product_popup .added-item-list .keep-browsing {
  border: 0;
  color: #ffffff;
  background-color: #777777;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 24px;
}

.swatches:not(.deactivated) .swatch[data-part-number] {
  cursor: pointer;
}

.store_product_popup .cart-preview {
  padding: 0 20px;
  position: relative;
}

.store_product_popup .cart-preview .loading-container{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.75);
}

.store_product_popup .cart-preview .loading {
  position: sticky;
  top: 35%;
}

.store_product_popup .cart-preview table {
  width: 100%;
  table-layout: fixed;
}

.store_product_popup .cart-preview tr {
  padding-bottom: 15px;
  display: block;
}

.store_product_popup .cart-preview .product-image {
  width: 20%;
}

.store_product_popup .cart-preview .product-image img {
  max-height: 120px;
  max-width: 120px;
  margin: auto;
  display: block;
}

.store_product_popup .cart-preview .product-desc {
  width: 45%;
  padding-left: 10px;
}

.store_product_popup .cart-preview .product-desc h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight:normal;
}

.store_product_popup .cart-preview .product-qty {
  width: 15%;
}

.store_product_popup .cart-preview .product-qty input {
  width: 75px;
  line-height: 30px;
  padding-left: 10px;
}

.store_product_popup .cart-preview .product-price {
  width: 15%;
}

.store_product_popup .cart-preview .product-price span {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.store_product_popup .cart-preview .product-delete {
  width: 5%;
  text-align: right;
}

.store_product_popup .cart-preview .product-delete span {
  display: block;
  float: right;
  width: 2rem;
  height: 2rem;
  cursor: pointer;

  font-size: 2rem;
  color: #d00303;
}

.store_product_popup .project-product-list .modal-base,
.store_product_popup .cart-preview .cart-base {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 25px;
  padding: 0 20px 10px 20px;
}

.store_product_popup .cart-preview .loading-container {
  padding: 0;
}

.store_product_popup .cart-preview .total-wrapper {
  display: block;
  float: right;
  font-size: 2.6rem;
  margin: 15px 0 25px;
}


.store_product_popup .cart-preview .total {
  font-family: proxima_nova_rgbold, Arial, Helvetica, Sans-Serif;
  padding-left: 25px;
}

.store_product_popup .cart-preview .button-wrapper {
  clear: both;
  padding-top: 30px;
}

.store_product_popup .header {
  position: sticky;
  top: 0;
}

.store_product_popup .popup_closer.fancy_button {
  position: sticky;
  z-index: 2001;
}
[data-action="add-all-cart"] {
  cursor: pointer;
}

.store_product_popup .empty-cart {
  padding: 0 20px 20px;
}

.store_product_popup .empty-cart h3 {
  font-family: proxima_nova_rgbold, Arial, Helvetica, Sans-Serif;
}

.swatches [name="add-all-colors"] {
  cursor: pointer;
  border: 0;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 10px;
  width: 140px;
  display: block;
  float: right;
}

.make-it-now .loading {
  display: none;
  border: 10px solid #f3f3f3;
  border-top: 10px solid #5ca6af;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

button[name="add-all-colors"] .loading {
  display: none;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #5ca6af;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@media ( max-width: 1000px ){
  .store_product_popup .project-product-list .line-item input,
  .store_product_popup .project-product-list .line-item-row {
    font-size: 1.4rem;
  }
}

@media ( max-width: 700px ){

  .store_product_popup .project-product-list .line-item-row div:nth-of-type(1) {
    width: 40%;
  }
  .store_product_popup .project-product-list .line-item-row div:nth-of-type(2),
  .store_product_popup .project-product-list .line-item-row div:nth-of-type(3),
  .store_product_popup .project-product-list .line-item-row div:nth-of-type(4) {
    width: 20%;
  }
}

@media ( max-width: 600px ){
  .store_product_popup .project-product-list .line-item-row{
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }

  .store_product_popup .project-product-list .line-item-list a {
    padding-bottom: 10px;
    border-bottom: 1px solid #717171;
  }

  .store_product_popup .project-product-list .line-item-row div:nth-of-type(1) {
    width: 100%;
    padding-bottom: 5px;
  }
  .store_product_popup .project-product-list .line-item-row div:nth-of-type(2),
  .store_product_popup .project-product-list .line-item-row div:nth-of-type(3) {
    width: 25%;
  }

  .store_product_popup .project-product-list .line-item-row div:nth-of-type(4) {
    width: 50%;
  }
}

@media ( max-width: 430px ){

  .swatches [name="add-all-colors"] {
    float: left;
  }
}

.change-on-hover {
  position: relative;
}

.change-on-hover .no-hover,
.change-on-hover:hover .hover {
  display: inline-block;
}

.change-on-hover .hover,
.change-on-hover:hover .no-hover {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.h4-like {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 25px;
  font-family: 'proxima_nova_regegular','Arial', 'Sans-Serif';
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.grey {
  background-color: #606e71 !important;
}
