@font-face {
  font-family: "Bebas";
  src: url("../images/fonts/BEBAS-webfont.eot");
  src: url("../images/fonts/BEBAS-webfont.eot?#iefix") format("embedded-opentype"), url("../images/fonts/BEBAS-webfont.woff") format("woff"), url("../images/fonts/BEBAS-webfont.ttf") format("truetype"), url("../images/fonts/BEBAS-webfont.svg#Bebas") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "FuturaBook";
  src: url("../images/fonts/futura-book-webfont.eot");
  src: url("../images/fonts/futura-book-webfont.eot?#iefix") format("embedded-opentype"), url("../images/fonts/futura-book-webfont.woff") format("woff"), url("../images/fonts/futura-book-webfont.ttf") format("truetype"), url("../images/fonts/futura-book-webfont.svg#FuturaBook") format("svg");
  font-weight: 100;
  font-style: normal;
}
/* line 3, ../sass/wsi-vendor-compliance.sass */
body#vendor-compliance {
  width: 100%;
}

/* line 6, ../sass/wsi-vendor-compliance.sass */
div#header {
  overflow: hidden;
}

/* line 9, ../sass/wsi-vendor-compliance.sass */
div#content {
  width: 100%;
}

/* line 13, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper {
  position: relative;
  text-align: center;
}

/* line 17, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper p {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #666;
  margin: 0;
}

/* line 22, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper p.welcome {
  font-size: 2em;
  padding-bottom: 1em;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 27, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper p.wsi {
  font-size: 2em;
  padding-bottom: 1em;
}

/* line 31, ../sass/wsi-vendor-compliance.sass */
.black-button {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: Bebas, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  word-spacing: 4px;
  background: #000;
  padding: 6px 10px;
  text-decoration: none;
  color: #fff !important;
}
/* line 22, ../sass/base/_functions.sass */
.ie6 .black-button, .ie7 .black-button, .ie8 .black-button {
  display: inline;
}
/* line 24, ../sass/base/_functions.sass */
.black-button a {
  color: #fff;
  text-decoration: none;
}

/* line 43, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper img.home {
  position: absolute;
  top: 2em;
  right: 7em;
}

/*temporary ie hack */
/* line 49, ../sass/wsi-vendor-compliance.sass */
html > body div.title-wrapper img.home {
  position: absolute;
  top: 2em;
  right: 2em;
}

/* line 56, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper img.log-in {
  padding: 0.5em 0;
  border: none;
}

/* line 60, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper div.need-login {
  padding-top: 2.5em;
}

/* line 63, ../sass/wsi-vendor-compliance.sass */
div.title-wrapper div.need-login p {
  font-size: 1.1em;
  line-height: 1.4em;
}

/* line 69, ../sass/wsi-vendor-compliance.sass */
ul.main-menu {
  padding-bottom: 1em;
}

/* line 72, ../sass/wsi-vendor-compliance.sass */
ul.main-menu li {
  padding-top: 3em;
}

/* line 75, ../sass/wsi-vendor-compliance.sass */
ul.main-menu li a,
ul.main-menu li a:visited {
  color: #8d866c;
}

/* line 79, ../sass/wsi-vendor-compliance.sass */
ul.main-menu li a:active,
ul.main-menu li a:hover {
  color: #666;
}

/* line 76, ../sass/wsi-vendor-compliance.sass */
ul.main-menu li a.whats-new {
  font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
  font-size: 1.8em;
  color: #252525;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 83, ../sass/wsi-vendor-compliance.sass */
h2.whats-new {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
}

/* line 90, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper {
  padding-top: 0.5em;
  color: #666;
}

/* line 94, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul {
  list-style: disc;
  list-position: inside;
  margin: 1em 3em;
}

/* line 99, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ol {
  list-style: decimal;
  list-position: inside;
  margin: 1em 3em;
}

/* line 104, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul li,
div.text-wrapper ol li {
  padding-bottom: 0.4em;
}

/* line 108, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul li.no-decoration {
  list-style: none;
  padding-bottom: 1.5em;
}

/* line 112, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul li.pottery-barn {
  font: bold 0.9em "Haettenschweiler";
  letter-spacing: 0.3em;
}

/* line 116, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul li.pb-kids {
  font-family: "Times";
  font-weight: bold;
  margin-top: 20px;
}

/* line 121, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul.extra-spacing li {
  padding-bottom: 2em;
}

/* line 124, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper ul.back-to-manuals {
  margin: 2em 1em;
  border-top: 1px solid #666;
  padding-top: 1em;
  list-style: none;
}

/* line 130, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper a, div.text-wrapper a:visited {
  color: #8d866c;
}

/* line 133, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper a:active, div.text-wrapper a:hover {
  color: #666;
}

/* line 136, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper a.additional-links, div.text-wrapper a.additional-links:visited {
  color: #069;
  font-style: italic;
  font-size: 0.9em;
  padding-left: 0.4em;
}

/* line 142, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper a.additional-links:active, div.text-wrapper a.additional-links:hover {
  color: #666;
}

/* line 145, ../sass/wsi-vendor-compliance.sass */
a.archive {
  padding-left: 15px;
}

/* line 148, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper p.contacts {
  margin: 1.5em 1em 1em 1em;
  font: bold 1em "Arial";
  text-decoration: underline;
}

/* line 153, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.vcard {
  background-color: #fff;
  text-align: left;
  font-size: 0.85em;
  font-family: "Arial";
  margin: 1em 1em 1em 2em;
}

/* line 160, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.vcard.border-bottom {
  border-bottom: 1px solid #666;
  padding-bottom: 1.5em;
}

/* line 164, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.vcard div.fn {
  font-weight: bold;
}

/* line 167, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.border-top {
  margin: 1em;
  padding-top: 1em;
  border-top: 1px solid #666;
}

/* line 172, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.border-top p {
  font-family: "Arial";
}

/* line 175, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new p {
  font-weight: bold;
  margin-bottom: 0;
}

/* line 179, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div {
  margin-top: 3em;
  padding: 0 1em;
  padding-bottom: 10px;
}

/* line 184, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div.first {
  margin-top: 1em;
  border-top: 1px solid #666;
  padding-top: 1em;
}

/* line 189, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table {
  margin-top: 1em;
  padding: 0;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  width: 100%;
  border-collapse: collapse;
}

/* line 198, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table th {
  font-weight: bold;
}

/* line 201, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table th,
div.text-wrapper.whats-new div table td {
  padding: 0.4em 0.5em;
  border-top: 1px solid #666;
}

/* line 207, ../sass/wsi-vendor-compliance.sass */
.whats-new th.date,
.whats-new td.date,
.whats-new th.chapter,
.whats-new td.chapter,
.whats-new th.description,
.whats-new td.description,
.whats-new th.tier,
.whats-new th.annual-sales {
  /* font-weight: bold; */
  border-right: 1px solid #666;
  vertical-align: top;
}
.whats-new .bold {
  font-weight: bold;
}
/* line 213, ../sass/wsi-vendor-compliance.sass */
.whats-new .tier, .whats-new .annual-sales, .whats-new .rt-bdr {
  border-right: 1px solid #666;
  text-align: center;
}
/* line 216, ../sass/wsi-vendor-compliance.sass */
.whats-new .tier {
  width: 25%;
}
/* line 218, ../sass/wsi-vendor-compliance.sass */
.whats-new .annual-sales {
  width: 50%;
}
/* line 220, ../sass/wsi-vendor-compliance.sass */
.whats-new .premium {
  padding-left: 10px;
  text-align: center;
}
/* line 223, ../sass/wsi-vendor-compliance.sass */
.whats-new .callout {
  color: #993333;
}
/* line 225, ../sass/wsi-vendor-compliance.sass */
.whats-new ul.disc li {
  list-style-type: disc;
}
/* line 227, ../sass/wsi-vendor-compliance.sass */
.whats-new ul.disc li ul li {
  list-style-type: circle;
}

/* line 230, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table th.date,
div.text-wrapper.whats-new div table td.date {
  font-weight: bold;
  width: 8em;
  border-right: 1px solid #666;
}

/* line 236, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul {
  margin: 0 0 0 1em;
  padding: 0;
  list-position: inside;
}

/* line 241, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li {
  padding-bottom: 0.4em;
}
/* line 243, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li .intro {
  font-weight: bold;
}
/* line 245, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li ul {
  list-style-type: circle;
  padding-top: 0.4em;
}
/* line 248, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li ol ul li {
  list-style-type: disc;
}

/* line 251, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li.pseudo-header {
  list-style: none;
  padding-top: 1.2em;
  margin-left: -1em;
}

/* line 256, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li.pseudo-header.no-spacing {
  padding-top: 0;
}

/* line 259, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper.whats-new div table td ul li.no-decoration {
  padding-bottom: 1em;
}

/* line 262, ../sass/wsi-vendor-compliance.sass */
td.description p {
  padding: 2px 0 2px 60px;
}
/* line 264, ../sass/wsi-vendor-compliance.sass */
td.description p.first {
  padding-top: 10px;
}

/* line 267, ../sass/wsi-vendor-compliance.sass */
td.description .noindent {
  padding-left: 0;
}

/* line 270, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.back-link {
  text-align: right;
  margin: 2em 1em 1em 1em;
  padding-top: 1em;
  border-top: 1px solid #666;
}

/* line 276, ../sass/wsi-vendor-compliance.sass */
div.text-wrapper div.back-link a {
  font-family: Arial;
  font-size: 0.9em;
}

#vendor-compliance .text-wrapper.landing {
  margin: 3rem auto;
  text-align: left;
  width: 55%;
}

#vendor-compliance h3.section-header {
  display: inline-flex;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-size: 1.4rem;
  line-height: normal;
}
#vendor-compliance a:link {
  color: #252525;
}
#vendor-compliance .text-wrapper .related-docs {
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
}
#vendor-compliance .text-wrapper h3.chapter {
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
#vendor-compliance .text-wrapper span.title {
  text-transform: none;
  word-spacing: 0;
  margin-left: 3rem;
  font-weight: 600;
}
#vendor-compliance .text-wrapper ul.chapter-links li {
  list-style: none;
}


h3.chapter-number {
  padding: 3em 1em 0 2.5em;
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

div.text-wrapper ul.chapter-links {
  margin: 0 3rem;
}