@import url(https://fonts.googleapis.com/css?family=Roboto);
.breakout {
  position: relative;
  display: table;
  width: 100vw;
  left: 50%; }
  @media screen and (max-width: 767px) {
    .breakout {
      left: 0; } }
  .breakout > * {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: -50%; }
    @media screen and (max-width: 767px) {
      .breakout > * {
        left: 0; } }

.ghost-button, .black-ghost-button, .white-ghost-button {
  border-radius: 30px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: 20px 0 0; }
  .ghost-button:hover, .black-ghost-button:hover, .white-ghost-button:hover {
    border-radius: 30px;
    color: #fff;
    border-color: #000;
    background-color: #000;
    padding: 10px 30px;
    text-decoration: none; }

.black-ghost-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none; }
  .black-ghost-button:hover {
    border-radius: 30px;
    color: #000;
    border-color: #000;
    background-color: #fff;
    padding: 10px 30px;
    text-decoration: none; }

.white-ghost-button {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none; }
  .white-ghost-button:hover {
    border-radius: 30px;
    color: #fff;
    border-color: #000;
    background-color: #000;
    padding: 10px 30px;
    text-decoration: none; }

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

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.kss-swatch {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 145px;
  height: 140px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  padding-top: 90px; }
  .kss-swatch.kss-swatch-light {
    border: 1px solid #F6F6F6;
    color: #000; }

.nppe-glossary {
  overflow: hidden;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%; }

.nppe-glossary-pre-processor-outer-wrapper {
  width: 1px;
  height: 1px;
  top: -100px;
  right: -100px;
  position: absolute;
  overflow: hidden;
  text-indent: -99999px; }

abbr[title], acronym[title] {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 2px dotted #777777; }
  @media screen and (max-width: 767px) {
    abbr[title], acronym[title] {
      border-color: #fff !important; } }

.nppe-glossary-wrapper-top {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .nppe-glossary-wrapper-top {
      max-width: 100vw;
      overflow-x: hidden; } }
  @media screen and (max-width: 991px) {
    .nppe-glossary-wrapper-top {
      max-width: 100vw;
      overflow-x: hidden; } }
  .nppe-glossary-wrapper-top h3 {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 24px;
    padding: 4px 15px;
    font-weight: 200;
    background: #f7f7f7;
    color: #000;
    clear: both; }
  .nppe-glossary-wrapper-top .views-row {
    padding-top: 15px;
    padding-bottom: 30px; }
    .nppe-glossary-wrapper-top .views-row .views-field-name-1 {
      font-weight: bold;
      padding: 15px 0px; }

.nppe-glossary-wrapper-top .nppe-glossary-wrapper-top {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 0;
  overflow: hidden;
  overflow-x: hidden;
  width: 100vw;
  height: 75px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top {
      height: 50px;
      width: 92vw;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto; }
      .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top > .nppe-glossary {
        width: 100%;
        height: 75px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: unset;
        flex: unset;
        overflow: hidden;
        overflow-x: auto; } }
  .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top > span {
    display: inline-block; }
  .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top span {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block; }
    .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top span a {
      height: 40px;
      width: 40px;
      text-align: center;
      color: #000;
      text-decoration: none;
      padding: 8px 12px;
      display: inline-block; }
      .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top span a.is-active {
        background: #000;
        color: #FFF; }
      .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top span a:hover {
        background: #000;
        color: #FFF; }
      @media screen and (max-width: 767px) {
        .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top span a {
          font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .nppe-glossary-wrapper-top .nppe-glossary-wrapper-top span {
        height: 42px;
        display: inline-block; } }
