/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: 'Frutiger Neue';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/FrutigerNeue-Light/frutiger_neue_light-webfont.eot");
  src: url("../fonts/FrutigerNeue-Light/frutiger_neue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNeue-Light/frutiger_neue_light-webfont.woff") format("woff"), url("../fonts/FrutigerNeue-Light/frutiger_neue_light-webfont.ttf") format("truetype"), url("../fonts/FrutigerNeue-Light/frutiger_neue_light-webfont.svg#frutiger_neue_light") format("svg");
}

@font-face {
  font-family: 'Frutiger Neue';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/FrutigerNeue/frutiger_neue-webfont.eot");
  src: url("../fonts/FrutigerNeue/frutiger_neue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNeue/frutiger_neue-webfont.woff") format("woff"), url("../fonts/FrutigerNeue/frutiger_neue-webfont.ttf") format("truetype"), url("../fonts/FrutigerNeue/frutiger_neue-webfont.svg#frutiger_neue") format("svg");
}

@font-face {
  font-family: 'Frutiger Neue';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FrutigerNeue-Bold/frutiger_neue_bold-webfont.eot");
  src: url("../fonts/FrutigerNeue-Bold/frutiger_neue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNeue-Bold/frutiger_neue_bold-webfont.woff") format("woff"), url("../fonts/FrutigerNeue-Bold/frutiger_neue_bold-webfont.ttf") format("truetype"), url("../fonts/FrutigerNeue-Bold/frutiger_neue_bold-webfont.svg#frutiger_neue_bold") format("svg");
}

@font-face {
  font-family: 'Frutiger Neue Condensed';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/FrutigerNeue-Condensed/frutiger_neue_condensed-webfont.eot");
  src: url("../fonts/FrutigerNeue-Condensed/frutiger_neue_condensed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNeue-Condensed/frutiger_neue_condensed-webfont.woff") format("woff"), url("../fonts/FrutigerNeue-Condensed/frutiger_neue_condensed-webfont.ttf") format("truetype"), url("../fonts/FrutigerNeue-Condensed/frutiger_neue_condensed-webfont.svg#frutiger_neue_condensed") format("svg");
}

@font-face {
  font-family: 'Frutiger Neue Condensed';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FrutigerNeue-CondensedBold/frutiger_neue_condensed_bold-webfont.eot");
  src: url("../fonts/FrutigerNeue-CondensedBold/frutiger_neue_condensed_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNeue-CondensedBold/frutiger_neue_condensed_bold-webfont.woff") format("woff"), url("../fonts/FrutigerNeue-CondensedBold/frutiger_neue_condensed_bold-webfont.ttf") format("truetype"), url("../fonts/FrutigerNeue-CondensedBold/frutiger_neue_condensed_bold-webfont.svg#frutiger_neue_condensed_bold") format("svg");
}

.bold {
  font-weight: 600;
}

body {
  font-family: 'Frutiger Neue', arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}

h2 {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

h3 {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}

h4 {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

p {
  font-family: arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #666666;
}

a {
  text-decoration: none;
  color: #3399cc;
}

.btn {
  font-family: "Frutiger Neue";
  font-size: 1.2rem;
  line-height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 4rem 1rem 1rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3399cc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn:hover {
  color: #ffffff;
  background-color: #336699;
}

.btn .btnIcon {
  position: absolute;
  top: 0;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 100%;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ffffff;
}

.btn .btnIcon::after {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/btn-arrow-right-white.svg") no-repeat left center;
  background-size: 1rem;
}

.disabled {
  font-family: "Frutiger Neue";
  font-size: 1.2rem;
  line-height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 4rem 1rem 1rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #e7e6e5;
  background-color: #c6c4c2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.disabled:hover {
  color: #ffffff;
  background-color: #336699;
}

.disabled .btnIcon {
  position: absolute;
  top: 0;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 100%;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ffffff;
}

.disabled .btnIcon::after {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/btn-close-grey.svg") no-repeat left center;
  background-size: 1rem;
}

button {
  border: none;
}

label {
  font-family: arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
  color: #666666;
}

input {
  font-size: 1.4rem;
  height: 3rem;
  margin: 0;
  padding: 0 4rem 0 1rem;
  color: #666666;
  border: 1px solid #c6c4c2;
  border-radius: .3rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"],
input[type="radio"] {
  font-size: 1.4rem;
  height: auto;
  padding: 0;
  color: #666666;
  border: none;
  background-color: #ffffff;
  box-shadow: none;
}

select {
  font-size: 1.4rem;
  height: 3rem;
  margin: 0;
  padding: 0 4rem 0 1rem;
  color: #666666;
  border: 1px solid #c6c4c2;
  border-radius: .3rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selector {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem;
}

.selector::after {
  position: absolute;
  z-index: 1;
  top: .1rem;
  right: .1rem;
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  width: 2.9rem;
  height: 2.8rem;
  content: "";
  cursor: pointer;
  pointer-events: none;
  border-left: 1px solid #c6c4c2;
  border-radius: 0 .3rem .3rem 0;
  background-color: #e7e6e5;
  background-image: url("../images/btn-arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem 1.3rem;
}

.hidden {
  display: none;
}

.uspsAddress {
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

.parsley-error {
  font-weight: 300;
  padding: 0 1rem .5rem;
  text-transform: uppercase;
  color: #fc8c00;
}

.secondaryMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secondaryMenu .secondary-image {
  max-width: 100%;
  margin-bottom: 1rem;
}

.secondaryMenu .one {
  background: url("../images/secondary-tools.jpg") center no-repeat;
  background-size: cover;
}

.secondaryMenu .two {
  background: url("../images/secondary-gallery.jpg") center no-repeat;
  background-size: cover;
}

.secondaryMenu .three {
  background: url("../images/secondary-paintcare.png") center no-repeat;
  background-size: cover;
}

.secondaryMenu h2 {
  margin-bottom: 2rem;
}

.secondaryMenu p {
  margin-bottom: 1rem;
}

.secondaryMenu a {
  font-size: 1.4rem;
}

.secondaryMenu .copy {
  padding-right: 1rem;
}

.secondaryMenu .copy a::after {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: .5rem;
  height: .5rem;
  margin-right: -.5rem;
  margin-bottom: .25rem;
  margin-left: .5rem;
  content: "";
  background-image: url(../images/btn-arrow-right-blue.svg);
  background-repeat: no-repeat;
}

.secondaryMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.secondaryMenu li .secondary-image {
  min-width: 8rem;
  height: 8rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.colorOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colorOptions li {
  width: 13rem;
  margin: 1rem;
}

.swatch {
  width: 13rem;
  height: 12rem;
  margin-bottom: 1rem;
  background-color: #fc8c00;
}

.swatch:after {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background: url(../images/bg-dropshadow.png) bottom right no-repeat;
}

.swatchNumber {
  color: #999999;
}

.swatchName {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
}

.swatchType {
  color: #666666;
}

.progressBar {
  display: none;
}

.progressBar .stepNumber {
  font-family: arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  color: #ffffff;
  border-radius: 50%;
  background-color: #c6c4c2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progressBar .stepName {
  font-size: 1.4rem;
  font-weight: 600;
  color: #c6c4c2;
}

.progressBar .active .stepNumber {
  background-color: #3399cc;
}

.progressBar .active .stepName {
  color: #3399cc;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paintPerksWrap {
  border-bottom: 1px solid #666666;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.paintPerks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.paintPerks .paintPerksLogo {
  width: 100%;
  max-width: 72px;
  height: 100%;
  max-height: 106px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.paintPerks .paintPerksCopy {
  line-height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paintPerks .paintPerksSignup {
  font-size: 1.4rem;
  padding-top: 1rem;
}

.paintPerks .paintPerksIntro {
  width: 100%;
}

.paintPerks p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.paintPerks a {
  text-decoration: none;
  color: #3399cc;
}

.paintPerks img {
  margin-right: .5rem;
}

.paintedSurfacesWrap {
  border-bottom: 1px solid #666666;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.paintedSurfaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.paintedSurfaces .paintedSurfacesLogo {
  width: 100%;
  max-width: 67px;
  height: 100%;
  max-height: 106px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.paintedSurfaces .paintedSurfacesCopy {
  line-height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paintedSurfaces .paintedSurfacesSignup {
  font-size: 1.4rem;
  padding-top: 1rem;
}

.paintedSurfaces .paintedSurfacesIntro {
  width: 100%;
}

.paintedSurfaces p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.paintedSurfaces a {
  text-decoration: none;
  color: #3399cc;
}

.paintedSurfaces img {
  margin-right: 1rem;
  border: 3px solid #ffffff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  padding: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social li {
  margin: 0 1rem 1rem 0;
}

.social li img {
  display: block;
}

.socialWrap {
  border-bottom: 1px solid #666666;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

body {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
  background: url("../images/bg-stone-white.jpg");
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

header {
  background: url("../images/bg-houndstooth--dark.png") #333333;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
}

header .sherwinLogo {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .nav li {
  border-right: 1px solid #3399cc;
}

header .nav li:last-of-type {
  border-right: none;
}

header .nav li:last-of-type a {
  padding-right: 0;
}

header .nav li:first-of-type a {
  padding-left: 0;
}

header .nav li a {
  font-size: 1rem;
  padding: 0 1rem;
  text-decoration: none;
  letter-spacing: .75px;
  color: #ffffff;
}

header .nav li a:hover {
  text-decoration: underline;
}

.main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 8rem;
  border-radius: 0 0 .4rem .4rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

footer {
  font-family: arial, sans-serif;
  font-size: 1.1rem;
  margin-top: 1.1rem;
  padding-top: 1.6rem;
  color: #666666;
  background: url("../images/bg-brushstroke.jpg") #e7e6e5;
  background-repeat: repeat-x;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
}

footer .contact {
  padding: 2rem;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
}

footer .contact li {
  line-height: 1.8rem;
}

footer .contact a {
  text-decoration: none;
  color: #666666;
}

footer .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

footer h4 {
  width: 100%;
  margin-bottom: 1rem;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 52rem;
  padding: 2rem 4rem 4rem;
  color: #ffffff;
  background: url("../images/banner-home.jpg") center;
  background-size: cover;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.6rem;
  margin: 0;
  text-align: center;
}

.hero .btn {
  font-family: "Frutiger Neue";
  font-size: 1.2rem;
  line-height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 4rem 1rem 1rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  background-color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero .btn:hover {
  color: #ffffff;
  background-color: #666666;
}

.hero .btn .btnIcon {
  position: absolute;
  top: 0;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 100%;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #cf906f;
}

.hero .btn .btnIcon::after {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/btn-arrow-right-grey.svg") no-repeat left center;
  background-size: 1rem;
}

.hero .btn:hover .btnIcon {
  position: absolute;
  top: 0;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 100%;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #cf906f;
}

.hero .btn:hover .btnIcon::after {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/btn-arrow-right-white.svg") no-repeat left center;
  background-size: 1rem;
}

.hero p {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 1.8rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #ffffff;
}

.hero .homeButton {
  font-family: 'Frutiger Neue Condensed', arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  width: auto;
  margin: 0;
  padding: 2rem;
  color: #3399cc;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heroImage.colors {
  min-height: 12rem;
  background: url("../images/banner-colors.jpg") center;
  background-size: cover;
}

.pageTitle {
  padding: 2rem;
  background-color: #e7e6e5;
}

.colorIntro {
  padding: 2rem 2rem 0;
}

.communitySelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.communitySelect .colorButton {
  margin: 1rem 1rem 2rem;
}

.commLoc {
  padding: 2rem 2rem 0;
}

.commLoc p {
  color: #3399cc;
}

#colorState {
  width: 100%;
  min-width: 11rem;
}

#colorCity {
  width: 100%;
  min-width: 15rem;
}

#colorCommunity {
  width: 100%;
  min-width: 28rem;
}

.colorCity {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
}

.colorState {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.colorCommunity {
  width: 100%;
}

.heroImage.redemption {
  min-height: 12rem;
  background: url("../images/banner-redemption.jpg") center;
  background-size: cover;
}

.intro {
  padding: 2rem;
}

h2.title {
  padding: 2rem;
  color: #3399cc;
  font-size: 3.43rem;
  line-height: 1em;
}

h2.intro {
  padding-bottom: 1rem;
}

p.intro {
  padding-top: 0;
}

.redemptionForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 39rem;
  padding: 2rem;
}

.redemptionForm input {
  width: 100%;
  margin-bottom: 2rem;
}

.redemptionForm input[type="checkbox"] {
  width: auto;
}

.redemptionForm select {
  width: 100%;
  margin-bottom: 2rem;
}

.redemptionForm .checkLabel {
  font-size: 1.17rem;
  font-weight: 600;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redemptionForm .checkLabel input {
  margin-right: 1rem;
}

.redemptionForm .selector {
  margin: 0;
}

.redemptionButton {
  margin-top: 2rem;
  -ms-flex-item-align: left;
  -ms-grid-row-align: left;
  align-self: left;
}

.required::before {
  content: "*";
  color: #fc8c00;
}

noscript {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #fc8c00;
}

.heroImage.offer {
  min-height: 12rem;
  background: url("../images/banner-offer.jpg") center;
  background-size: cover;
}

.offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offers label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 28rem;
  max-width: calc(50% - 2rem);
  margin: 1rem;
  padding-bottom: 2rem;
}

.offers label input {
  margin-right: 1rem;
}

.offers label:first-of-type {
  border-bottom: 1px solid #666666;
}

.offers img {
  width: 100%;
  border: 2px solid #3399cc;
}

.offers .offerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.offers .fullOffer {
  line-height: 1.6rem;
  padding-top: 1rem;
}

.heroImage.confirmation {
  min-height: 12rem;
  background: url("../images/banner-confirmation.jpg") center;
  background-size: cover;
}

.couponMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.couponMenu li {
  max-width: 13rem;
  margin: 1rem;
  display: inline-block;
}

.couponMenu img {
  width: 100%;
}

.couponMenu h3 {
  margin: 1rem 0;
}

.coupon {
  width: 100%;
  max-width: 960px;
  padding: 2rem;
}

.coupon iframe {
  max-width: 880px;
  width: 100%;
  border: 1px solid #e7e6e5;
}

.error1 {
  color: #3399cc;
  margin-bottom: 1em;
}

.error2 {
  margin-bottom: 1em;
}

@media screen and (min-width: 560px) {
  .secondaryMenu .copy {
    padding-right: 0;
  }

  .secondaryMenu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 65%;
  }

  .secondaryMenu li .secondary-image {
    width: 100%;
    height: 16rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 586px) {
  .couponMenu li {
    max-width: 19rem;
  }
}

@media screen and (min-width: 600px) {
  .colorOptions {
    padding: 2rem 3rem 0;
  }

  .colorOptions li {
    width: 16rem;
  }

  .swatch {
    width: 16rem;
    height: 14rem;
  }

  .socialWrap {
    border-bottom: none;
  }

  header .sherwinLogo {
    max-width: 320px;
  }

  header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
  }

  header .nav {
    padding: 2rem 2rem;
  }

  header .nav li a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .hero {
    min-height: 43rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .hero p {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .hero h2 {
    font-size: 4.4rem;
    line-height: 5.3rem;
  }

  .pageTitle {
    padding: 2rem 4rem;
  }

  .colorIntro {
    padding: 2rem 4rem 0;
  }

  .communitySelect {
    padding: 2rem 3rem 0;
  }

  .communitySelect .colorButton {
    margin: 1rem;
  }

  .heroImage.colors {
    min-height: 17rem;
  }

  .commLoc {
    padding: 2rem 4rem 0;
  }

  .heroImage.redemption {
    min-height: 17rem;
  }

  .heroImage.offer {
    min-height: 17rem;
  }

  .offers {
    padding: 1rem 3rem;
  }

  .heroImage.confirmation {
    min-height: 17rem;
  }
}

@media screen and (min-width: 620px) {
  .colorCommunity {
    width: auto;
  }
}

@media screen and (min-width: 660px) {
  .offers label {
    padding-bottom: none;
  }

  .offers label:first-of-type {
    border-bottom: none;
  }
}

@media screen and (min-width: 748px) {
  header .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .redemptionForm {
    max-width: 43rem;
    padding: 2rem 4rem;
  }

  h2.title {
    padding: 2rem 4rem;
  }

  .intro {
    padding: 2rem 4rem;
  }

  .couponMenu {
    padding: 1rem 3rem;
  }

  .coupon {
    padding: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .progressBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 826px) {
  footer .paintPerks {
    max-width: 100%;
  }

  footer .paintPerksWrap {
    border-bottom: none;
  }

  footer .paintedSurfaces {
    max-width: 100%;
  }

  footer .paintedSurfacesWrap {
    border-bottom: none;
  }

  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .wrapper {
    padding: 0 2rem;
  }

  footer .contact {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer .paintPerksWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .socialWrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 840px) {
  .secondaryMenu {
    padding: 0 4rem;
  }

  .secondaryMenu li {
    width: calc(33% - 4 * 1rem);
  }
}

@media screen and (min-width: 920px) {
  .secondaryMenu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

