.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.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; }

.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; }

@font-face {
  font-family: 'Antenna';
  src: url("../fonts/antenna-regular-font/antenna.eot?#iefix") format("embedded-opentype"), url("../fonts/antenna-regular-font/antenna.otf") format("opentype"), url("../fonts/antenna-regular-font/antenna.woff") format("woff"), url("../fonts/antenna-regular-font/antenna.ttf") format("truetype"), url("../fonts/antenna-regular-font/antenna.svg#antenna") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Antenna';
  src: url("../fonts/Antenna-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Antenna-Bold.woff") format("woff"), url("../fonts/Antenna-Bold.woff2") format("woff2"), url("../fonts/Antenna-Bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'Antenna';
  src: url("../fonts/Antenna-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Antenna-Thin.woff") format("woff"), url("../fonts/Antenna-Thin.woff2") format("woff2"), url("../fonts/Antenna-Thin.ttf") format("truetype");
  font-weight: 100; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antenna", sans-serif;
  font-weight: bold;
  color: #4a4542;
  margin: 10px 0 20px 0; }
  h1.section,
  h2.section,
  h3.section,
  h4.section,
  h5.section,
  h6.section {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase; }

body {
  font-family: "Antenna", sans-serif;
  font-size: 18px; }

h1 {
  font-family: "Antenna", sans-serif;
  color: #4a4542;
  font-size: 30px;
  margin-top: 32px;
  margin-bottom: 16px; }
  .page-node-type-dsu-article h1 {
    font-size: 28px;
    line-height: 39px; }

h2 {
  font-family: "Antenna", sans-serif;
  color: #ed1c24;
  font-size: 32px;
  margin-top: 24px;
  margin-bottom: 16px; }
  .page-node-type-dsu-article h2 {
    color: #ed1c24;
    font-size: 24px;
    line-height: 37px;
    margin-top: 0;
    margin-bottom: 20px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }
  h4.product__tabs {
    margin-top: 0 !important; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

b,
strong {
  font-weight: bold;
  font-family: "Antenna", sans-serif; }

p {
  display: block;
  font-size: 1.4rem;
  font-size: 14px;
  font-family: "Antenna", "Trebuchet MS", sans-serif;
  line-height: 23px;
  padding: 0;
  margin-bottom: 25px;
  color: #4a4542;
  letter-spacing: 0.06em; }

a {
  color: #ed1c24; }

ul.arrows li {
  font-family: "Antenna", "Trebuchet MS", sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.3;
  list-style: outside none none;
  margin-bottom: 25px;
  padding-left: 26px;
  background-image: url("../../assets/bullet.png");
  background-repeat: no-repeat;
  background-position: left 8px; }

li {
  font-family: "Antenna", "Trebuchet MS", sans-serif;
  font-size: 1.4rem;
  font-size: 14px; }

.red-text {
  color: #ed1c24; }

.black-text {
  color: #4a4542; }

a.link-black {
  columns: #4a4542; }

.arrow:after {
  content: "\e092";
  font-family: "Glyphicons Halflings";
  position: absolute;
  right: 10px;
  vertical-align: middle;
  padding-top: 5px; }

footer#footer {
  width: 100%;
  font-size: 14px;
  min-height: 150px;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer#footer .container {
    position: relative; }
  footer#footer ul li {
    list-style: none; }
  @media screen and (min-width: 768px) {
    footer#footer {
      padding-top: 40px; } }
  footer#footer.footer {
    background: url("../../assets/purina-footer-bg.png") repeat;
    position: relative;
    margin-top: 50px;
    padding-top: 32px; }
    footer#footer.footer:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 16px;
      background-color: rgba(0, 0, 0, 0.2);
      top: 0; }
  footer#footer .footer__logo-container {
    text-align: center;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      footer#footer .footer__logo-container {
        text-align: left; } }
  footer#footer .footer__firstline {
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #65615D; }
    footer#footer .footer__firstline ul li {
      display: inline-block; }
    footer#footer .footer__firstline .footer__firstline--right ul {
      text-align: right; }
      footer#footer .footer__firstline .footer__firstline--right ul li {
        display: inline-block;
        margin: 0 2%; }
        @media screen and (max-width: 767px) {
          footer#footer .footer__firstline .footer__firstline--right ul li {
            display: block;
            text-align: center;
            margin: 0; } }
        footer#footer .footer__firstline .footer__firstline--right ul li a {
          color: #ffffff;
          font-weight: 100;
          line-height: 30px; }
  footer#footer .footer__secondline {
    margin-bottom: 20px; }
    footer#footer .footer__secondline .footer-copyright-logo {
      padding: 5px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        footer#footer .footer__secondline .footer-copyright-logo {
          display: block;
          text-align: center; } }
    footer#footer .footer__secondline .footer-copyright-text {
      padding: 5px;
      vertical-align: middle;
      color: #000;
      display: inline-block;
      font-size: 10px; }
      @media screen and (max-width: 767px) {
        footer#footer .footer__secondline .footer-copyright-text {
          text-align: right;
          margin-top: 5px;
          display: block; } }
    footer#footer .footer__secondline ul li {
      display: inline-block; }
    footer#footer .footer__secondline .footer__secondline--right {
      font-size: 12px;
      text-align: center;
      padding-top: 10px; }
      @media screen and (max-width: 767px) {
        footer#footer .footer__secondline .footer__secondline--right {
          margin-top: 30px; } }
      @media screen and (min-width: 768px) {
        footer#footer .footer__secondline .footer__secondline--right {
          text-align: right; } }
      footer#footer .footer__secondline .footer__secondline--right ul li {
        border-left: solid 1px #65615D;
        margin: 0 0 0 7px; }
        footer#footer .footer__secondline .footer__secondline--right ul li:first-child {
          border-left: 0; }
        footer#footer .footer__secondline .footer__secondline--right ul li a {
          color: #4A4542;
          padding: 0 10px; }
