.img-responsive {
  max-width: 100%;
  display: block; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: "Archer SSm A", "Archer SSm B", sans-serif;
  color: #fff; }

body {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.4em; }

a,
a:visited,
a:active {
  color: #fff;
  text-decoration: none; }

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 10px; }

.row {
  clear: both; }
  .row:after {
    content: " ";
    display: block;
    clear: both; }
  .row > a {
    display: block; }
    .row > a:after {
      content: " ";
      display: block;
      clear: both; }

.module {
  display: block;
  background-color: #e1e1e1;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  min-height: 150px;
  padding: 10px;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  box-shadow: 2px 2px 0.5px 0 rgba(147, 149, 152, 0.9); }
  .module.col-2-up {
    width: calc(50% - (10px / 2));
    margin-right: 10px; }
    .module.col-2-up:last-child {
      margin-right: 0; }
  .module .flag {
    background-color: #de0009;
    color: #fff;
    padding: 7px 16px;
    position: absolute;
    left: -10px;
    top: 20px;
    text-align: center; }
    .module .flag h2 {
      margin: 0;
      padding: 0;
      font-family: "Tungsten A", "Tungsten B", sans-serif;
      font-weight: 500;
      font-size: 1.8em;
      letter-spacing: 1px;
      color: #fff;
      text-transform: uppercase; }
  .module .caption-wrapper {
    background-color: #3564c4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    font-size: .8em;
    text-align: center;
    min-height: 50px; }
  .module .img-responsive {
    object-fit: cover; }

header.module {
  text-align: center;
  padding-left: 12%;
  padding-right: 12%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: none; }
  header.module h1 {
    margin: 0; }
  header.module h1 + p {
    margin-top: .3rem; }

.module.flush {
  padding: 0; }

.module.intro {
  overflow: hidden;
  min-height: 280px;
  position: relative;
  background-color: #e1e1e1; }
  .module.intro .img-header {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px 33%;
    background-color: rgba(28, 58, 145, 0.9);
    background: linear-gradient(to bottom, rgba(42, 95, 200, 0.9) 0%, rgba(28, 54, 134, 0.9) 100%); }
    .module.intro .img-header .featured-img {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 33%; }
    .module.intro .img-header h1:first-of-type {
      margin-top: 0;
      margin-bottom: 0; }
    .module.intro .img-header p {
      font-size: .9em;
      line-height: 135%;
      margin-top: 5px; }
    .module.intro .img-header p:last-child {
      margin-bottom: 0; }

.flat {
  background-color: #e1e1e1; }
  .flat .module {
    box-shadow: none; }

a.social-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  min-height: 0; }
  a.social-media .content-wrapper {
    width: 100px;
    padding: 10px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  a.social-media .icon {
    padding: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33%; }
  a.social-media h3 {
    margin: 0; }
  a.social-media p {
    margin: .3em 0 0; }
  a.social-media.facebook {
    color: #3c4e90; }
  a.social-media.twitter {
    color: #67aee1; }
  a.social-media.pinterest {
    color: #cf1917; }
  a.social-media.instagram {
    color: #295086; }
  a.social-media.youtube {
    color: #dd1214; }

.timeline {
  min-height: 0; }
  .timeline .caption-wrapper {
    background-color: #10ab10; }
  .timeline .year {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 2.8em;
    margin-right: .5em; }
  .timeline .caption {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    text-transform: uppercase;
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%; }

.product-feature {
  background-color: #10ab10; }
  .product-feature h3 {
    text-align: center;
    margin: 20px 0 0; }

.nutrition-facts {
  background-color: #fff;
  padding: 30px; }
  .nutrition-facts img {
    max-width: 200px;
    margin: 0 auto; }

.where-to-find .module {
  margin: 0; }

.where-to-find .hanging-sign {
  box-shadow: 2px 2px 0.5px 0 rgba(147, 149, 152, 0.9);
  background-color: #e6c096;
  color: #f0d9bf;
  height: 123px;
  min-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 130px;
  margin: 50px auto auto auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 355px;
  float: none; }
  .where-to-find .hanging-sign .lead-in {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: .5em; }
  .where-to-find .hanging-sign .location {
    font-size: 1.5em; }
  .where-to-find .hanging-sign:before, .where-to-find .hanging-sign:after {
    content: '';
    background-image: url(../img/where2find/where2find_chains.png);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    width: 20px;
    height: 50px; }
  .where-to-find .hanging-sign:before {
    left: 30px; }
  .where-to-find .hanging-sign:after {
    right: 30px; }

.row:last-of-type .hanging-sign {
  margin-bottom: 10px; }

/*# sourceMappingURL=main.css.map */
