body {
  font-family: Roboto, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background: #ffffff;
  margin: 0px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%px;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
input,
textarea {
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 14px;
  line-height: 20px;
  color: #72777d;
}

/*Start New Radio Toggle Styles for input toggle switch*/
.toggle {
  cursor: pointer;
  display: inline-flex;
}

.toggle-switch {
  display: inline-block;
  background: #777777;
  border-radius: 16px;
  width: 3.2em;
  height: 1.7em;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before,
.toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 1.5px;
  left: 0.1em;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #00739f;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 53%;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 1em;
  position: relative;
  top: 2px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.choice-headline {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*End of New Toggle Styles for input toggle switch*/

.header_container {
  width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  background: #000000;
  clear: both;
  height: 60px;
}
.nav {
  background: #000000;
}
.search {
  margin-top: 0;
  padding-top: 0;
  background: #29333b;
  height: 70px;
}
.header {
  width: 800px;
  float: left;
  padding: 0px 20px;
}
.logo {
  width: 20%;
  height: 40px;
  padding-bottom: 10px;
  margin-right: 20px;
  float: left;
}
.header-top {
  width: 70%;
  float: left;
}
.header-top h1 {
  font-size: 30px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  float: left;
}
.header-top ul li a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 27px;
  float: left;
  padding: 10px;
}
.header-top ul li a:hover {
  text-decoration: underline;
}
.header-img {
  width: 960px;
  float: left;
}
.searchBox {
  float: left;
  width: 315px;
  height: 20px;
  margin: 7px 10px 5px;
  padding: 3px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}
#buttonA2,
#buttonA3,
#buttonA4,
#buttonA5,
#buttonA6 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background: #c3000f; /* Old browsers */
  background: #00739e;
  float: left;
  width: auto;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 10px 0 100px 0;
  padding: 8px 14px;
}
#buttonA2:hover,
#buttonA3:hover,
#buttonA4:hover,
#buttonA5:hover,
#buttonA6:hover {
  cursor: pointer;
}
.head_bott {
  width: 100%;
  margin-top: 0px;
  height: 70px !important;
}
.content {
  width: auto;
  height: auto;
  float: left;
  padding: 15px 0 0 20px;
}
.gcom__header-all-products {
  display: flex;
  margin-right: 56px;
}
.gcom__typeahead {
  flex-grow: 1;
  width: 450px;
}
.gcom__typeahead-form {
  margin: 8px;
  padding-right: 52px;
  position: relative;
}
.gcom__typeahead-dropdown {
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
  display: none;
  position: absolute;
  z-index: 18;
}
.gcom__typeahead-query-field-container {
  position: relative;
}
.gcom__typeahead-query-field-cover {
  bottom: 2px;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
}
.gcom__typeahead-submit-button {
  align-items: center;
  background-color: #c8102e;
  border-radius: 0 2px 2px 0;
  border-width: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
}
.gcom__typeahead-query-field {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 2px 0 0 2px;
  font-size: 14px;
  padding: 16px;
  width: 346px;
}
#form_container {
  float: left;
  width: 727px;
  padding-left: 20px;
}
#form_content,
#form_content2 {
  width: 560px;
  height: 820px;
  background-color: #999;
  border: 1px solid #dadada;
  position: absolute;
  margin-top: 15px;
  margin-left: 165px;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f9f9f9),
    color-stop(1, #e9e9e9)
  );
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
  float: right;
  z-index: 40;
}
#form_content {
  display: inline;
}
#form_content2 {
  display: none;
  height: 535px;
}
h2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  text-decoration: none;
  margin: 26px 0 20px;
  padding: 0;
}
.banner h2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.banner ul {
  margin: 3px 0 0 15px;
  padding: 0;
}
.banner ul li {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #686868;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.formField {
  height: 18px;
  border: 1px solid #d6d6d6;
  padding: 3px;
  margin: 5px 0 10px 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
  font-style: italic;
}
.email_holder {
  float: left;
  width: 150px;
  height: 189px;
  padding: 0 20px 10px 30px;
  margin: 40px 0 10px;
  border-right: 1px solid #d6d6d6;
}
.contactInfo_holder {
  float: left;
  width: 310px;
  height: 189px;
  padding: 0 20px 10px 20px;
  margin: 30px 0 10px;
}
.preferences_holder {
  float: left;
  width: 600px;
  height: auto;
  padding: 0 0px 10px 0px;
  margin: 0;
}
.holder {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #6b6868;
}
.holder2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #6b6868;
  padding-bottom: 10px;
}
.headline {
  width: 100%;
  padding: 0 0 5px 0;
  margin: 0px 0 5px 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
}
.subscription_holder,
.unsub_holder {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
  margin: 0;
}
.unsub_holder {
  border: none;
}
.subscription_thumb {
  float: left;
  width: 128px;
  height: 81px;
  padding: 0;
  margin: 0;
}
.subscription_text,
.unsub_text {
  float: left;
  width: 290px;
  padding: 0 0 0 10px;
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: #686868;
}
.unsub_text {
  width: 250px;
  padding: 0 15px 0 0;
}
.title {
  color: #000000;
  font-weight: bold;
}
.subscription_text a {
  color: #2b5599;
  font-weight: normal;
  text-decoration: underline;
}
.moreInfo_holder {
  float: left;
  width: 500px;
  height: auto;
  padding: 0 20px 10px 30px;
  margin: 30px 0 10px;
}
.moreBusinessInfo_holder {
  float: left;
  width: 500px;
  height: auto;
  padding: 0 20px 10px 30px;
  margin: 0 0 10px;
}
/* RADIO BUTTONS */

.radio_holder {
  float: left;
  width: 65px;
  height: auto;
  padding: 0;
  margin: 0;
}
/* input[type="radio"] {
  display: none;
} */
input[type="radio"] + label {
  color: #000000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
  background: url(https://static.cdn.responsys.net/i5/responsysimages/content/grainger/radio_sheet.png)
    0px top no-repeat;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: url(https://static.cdn.responsys.net/i5/responsysimages/content/grainger/radio_sheet.png) -17px
    top no-repeat;
}

.selectStyle1 {
  width: auto !important;
}

.selectStyle2 {
  width: auto !important;
}

.submit_holder {
  float: left;
  width: 265px;
  height: auto;
  padding: 0px 0 0 0px;
  margin: 0;
  text-align: right;
}
.submit_holder2 {
  float: right;
  width: 105px;
  height: auto;
  padding: 10px 0 0;
  margin: 0;
}

#lightbox {
  display: none;
  width: 568px;
  height: 360px;
  border: none;
  padding: 15px;
  margin: 0;
}

.lightbox_content {
  width: 568px;
  height: auto;
  border: none;
  padding: 15px;
  margin: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.lightbox_content h1 {
  font-size: 22px;
  font-weight: bold;
  color: #e30a2c;
  line-height: 22px;
  margin: 10px auto;
}

.lightbox_text {
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  line-height: 20px;
  margin: 10px 0 20px 0;
  padding: 0;
}

.lightbox_text a {
  font-weight: normal;
  color: #2b5599;
  text-decoration: underline;
}

a.redlink {
  color: #e30a2c;
}

.gcom__header-links-item:not(:first-child) {
  margin-left: 24px;
}
.gcom__header-links-item--phone {
  color: #abb0b6;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.gcom__header-links-item {
  display: block;
  float: left;
}
.gcom__header-content--secondary {
  padding: 0 32px;
}
.gcom__header-content {
  margin: auto;
}
.gcom__header-all-products {
  display: flex;
  margin-right: 56px;
}
.gcom {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: normal;
  min-height: 100vh;
}
.gcom__header-flyout--open {
  overflow: visible;
  z-index: 18;
}

.gcom__header-flyout {
  overscroll-behavior-x: none;
  overflow: hidden;
  position: relative;
}
.gcom__header-flyout-label-container {
  padding: 20px 0px 0px 0px;
  width: 15%;
  float: left;
}
.gcom__header-flyout-label-container a {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.gcom__header-flyout-label-container:after,
.gcom__header-flyout-label-container:before {
  content: " ";
  display: table;
}
