/* SASS STRUCTURE / CSS GRID WITH 
   FOUNDATION ZURB MEDIA QUERIES
   ================================
    Author: Corey Schaaf
    Role:   Lead Designer
*/
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* VARIABLES TABLE OF CONTENTS
   ========================================================================== */
/**

 * 1. Ranges
 */
/* 1. RANGES
// We use these functions to define ranges for various things, like media queries. */
/* TABLE OF CONTENTS VARIABLES
   ========================================================================== */
/**

 * 1. COLORS
 * 2. FONTS
 * 3. MEDIA QUERIES
 */
/* 1. COLORS
----------------------------------------------------- */
/* 2. FONT FALLBACK
----------------------------------------------------- */
/* 3. MEDIA QUERIES 
----------------------------------------------------- */
/* MIXIN TABLE OF CONTENTS
   ========================================================================== */
/**

 * 1. FONTS
 * 2. RED HORIZONTAL RULE
 * 3. PANELS
 * 4. PANEL COLORS
 */
/* 1. FONTS */
/* 2. RED HORIZONTAL RULE */
/* 3. PANELS */
/* 4. PANEL COLORS */
/* TABLE OF CONTENTS
   ========================================================================== */
/**

 * 1. FONTS
 * 2. UTILITY CLASSES
 * 3. LAYOUTS 
 * 4. NAVIGATION
 * 5. PANEL COLORS
 * 6. PAGE PANELS AND IMAGE CONTAINERS
 * 7. HOME PAGE
 * 8. CAREERS PAGE
 * 9. ABOUT PAGE
 *10. MEDIA AND PRESS
 *11. NEWS AND MEDIA
 *12. BLOG STORIES
 *13. OUR STORES
 *14. LEADERSHIP
 *15. CONTACT US
 *16. READ MORE TOGGLE
 */
/* 1. FONT IMPORTS
 -----------------------------------------------------*/
@font-face {
  font-family: dinPro;
  src: url(../fonts/DinPro.woff); }
@font-face {
  font-family: dinProItalic;
  src: url(../fonts/DinPro-Italic.woff); }
@font-face {
  font-family: dinProBold;
  src: url(../fonts/DinPro-Bold.woff); }
@font-face {
  font-family: dinProCondBold;
  src: url(../fonts/DinPro-CondBold.woff); }
body {
  margin: 0;
  overflow-x: hidden;
  background-color: #24282b; }
  body p, body p a, body input, body textarea {
    letter-spacing: -.02rem;
    margin-top: 0;
    font-family: dinPro, helvetica, sans-serif;
    font-size: 14px;
    color: #858c91;
    text-transform: none;
    line-height: 18px; }
    @media only screen and (min-width: 40.063em) {
      body p, body p a, body input, body textarea {
        font-size: 16px;
        line-height: 22px; } }
    @media only screen and (min-width: 64.063em) {
      body p, body p a, body input, body textarea {
        font-size: 19px;
        line-height: 24px; } }

/* 2. UTILITY CLASSES
----------------------------------------------------- */
.hide-for-small-only {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .hide-for-small-only {
      display: block; } }

.show-for-small-only {
  display: block; }
  @media only screen and (min-width: 40.063em) {
    .show-for-small-only {
      display: none; } }
  @media only screen and (min-width: 64.063em) {
    .show-for-small-only {
      display: none; } }

@media only screen and (min-width: 40.063em) {
  .hide-for-medium {
    display: none; } }

@media only screen and (min-width: 64.063em) {
  .hide-for-large-up {
    display: none; } }

.hideme {
  opacity: 0; }

/* 3. LAYOUTS
----------------------------------------------------- */
/* > COLUMNS & GRIDS */
#one-column-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr; }

#two-column-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr; }
  @media only screen and (min-width: 40.063em) {
    #two-column-grid-wrapper {
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 1fr;
      justify-items: center; } }

/* > SECTION VIEWPORT HEIGHTS */
.full-vh {
  min-height: 100vh;
  align-items: center; }

.full-vh-split {
  min-height: 100vh;
  align-items: center; }

/* > FOOTER SECTION  */
footer {
  display: grid;
  grid-template-columns: 12fr;
  -ms-grid-columns: 12fr;
  padding: 15px;
  background: #24282b;
  border-top: 15px solid #ad233f;
  background: #24282b; }
  footer ul {
    display: grid;
    grid-template-columns: 6fr 6fr;
    -ms-grid-columns: 6fr 6fr;
    padding-left: 0;
    list-style: none; }
  footer li {
    text-align: center; }
  footer p {
    text-align: left; }
  footer b {
    color: #f7f7f7;
    text-transform: uppercase;
    font-family: dinProBold; }
  footer hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px;
    display: block; 
    margin: 0 0 10px 0!important;
    }
    @media only screen and (min-width: 40.063em) {
      footer hr {
        margin-bottom: 30px; } }
  footer a {
    color: #858c91; }
    footer a:hover {
      color: #adb2b5; }
  @media only screen and (min-width: 40.063em) {
    footer {
      padding: 35px; }
      footer ul {
        grid-template-columns: 4fr 4fr 4fr;
        -ms-grid-columns: 4fr 4fr 4fr;
        grid-column-gap: 5px; } }
  @media only screen and (min-width: 64.063em) {
    footer {
      grid-template-columns: 9fr 3fr; }
      footer ul {
        grid-template-columns: 3fr 3fr 3fr;
        -ms-grid-columns: 3fr 3fr 3fr; }
        footer ul p {
          text-align: left;
          font-size: 16px; }
          footer ul p a {
            font-size: 16px; }
      footer li {
        text-align: left; }
      footer p {
        text-align: right;
        font-size: 16px; } }

/* 4. NAVIGATION
----------------------------------------------------- */
/* > SIDE NAVIGATION */
.side-nav {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111111;
  overflow-x: hidden;
  transition: 0.5s;
  align-items: center;
  /* The navigation menu links */ }
  .side-nav ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0; }
    @media only screen and (min-width: 40.063em) {
      .side-nav ul {
        padding-left: 20px; } }
  .side-nav a {
    font-family: dinProBold, helvetica, sans-serif;
    font-size: 15px;
    color: #e8e8e8;
    text-transform: none;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    text-transform: uppercase; }
    .side-nav a:hover {
      color: #f1f1f1; }
  @media only screen and (min-width: 40.063em) {
    .side-nav a {
      font-size: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .side-nav a {
      font-size: 35px; } }

/* > SIDE NAV CLOSE BUTTON */
.closebtn {
  top: 0px;
  right: 20px;
  position: absolute;
  font-size: 36px;
  display: inline-block;
  color: #f7f7f7;
  cursor: pointer;
  transition: 0.5s; }
  @media only screen and (min-width: 40.063em) {
    .closebtn {
      top: 35px;
      right: 60px; } }

/* > SIDE NAV ANIMATION  */
#main {
  width: 100%;
  overflow: hidden;
  transition: margin-left .5s;
  margin-left: 0%; }

/* > HAMBURGER MENU */
#nav-icon {
  position: fixed;
  color: #ad233f;
  top: 15px;
  left: 15px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  width: 200px; }
  #nav-icon:before {
    content: url(../img/icon-menu.gif);
    width: 40px;
    line-height: 40px;
    background: #ad233f;
    display: inline-block;
    text-align: center; }
  @media only screen and (min-width: 40.063em) {
    #nav-icon {
      top: 25px;
      left: 25px; } }
  #nav-icon div {
    font-family: dinProBold, helvetica, sans-serif;
    font-size: 16px;
    color: #f7f7f7;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
    top: 8px; }

/* > SIDE NAV SOCIAL */
.side-nav-social {
  position: absolute;
  bottom: 15px;
  left: 32px; }
  .side-nav-social p {
    margin-bottom: 5px;
    font-size: 11px; }
  .side-nav-social ul {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4, 30px) auto;
    -ms-grid-columns: repeat(4, 30px) auto;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    padding-left: 0; }
  .side-nav-social a {
    padding: 0 0;
    font-size: 20px;
    display: block; }
    .side-nav-social a img {
      filter: invert(0.5);
      width: 100%;
      max-width: 25px; }
  @media only screen and (min-width: 40.063em) {
    .side-nav-social {
      left: 52px;
      bottom: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .side-nav-social {
      bottom: 50px; } }

/* > IN PAGE NAVIGATION */
.in-page-nav {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .in-page-nav {
      text-align: right;
      display: done;
      position: fixed;
      z-index: 3;
      right: 15px;
      top: 0;
      bottom: 0;
      align-items: center; }
      .in-page-nav ul {
        list-style-type: none;
        padding-left: 0; }
      .in-page-nav a {
        color: #f7f7f7;
        font-size: 15px;
        text-transform: uppercase;
        font-size: 15px;
        text-align: left;
        position: relative;
        margin-right: 27px;
        transition: transform .2s;
        /* Animation */ }
        .in-page-nav a:hover {
          text-decoration: none; }
          .in-page-nav a:hover:after {
            border-color: #ad233f;
            transform: scale(1.15); }
        .in-page-nav a:after {
          content: "";
          border: 2px solid #ad233f;
          border-radius: 20px;
          width: 20px;
          height: 20px;
          line-height: 20px;
          display: inline-block;
          margin-left: 10px;
          position: absolute;
          top: -1px; } }

/* 5. PANEL COLORS 
----------------------------------------------------- */
/* 
ARE DEFINED ON ALL PAGES REGARDLESS OF NUMBER OF COLUMNS
OR ROWS IN CSS GRID. THESE ARE BASELINE STYLES FOR ALL CONTENT SECTIONS
*/
.light-gray-panel {
  background: #e8e8e8;
  display: grid;
  text-align: center; }

.gray-panel {
  background: #d5d5d5;
  display: grid;
  text-align: center; }

.dark-gray-panel {
  background: #24282b;
  display: grid;
  text-align: center; }

.light-gray-panel-content, .gray-panel-content, .dark-gray-panel-content {
  padding: 3%; }
  .light-gray-panel-content h1, .light-gray-panel-content h2, .gray-panel-content h1, .gray-panel-content h2, .dark-gray-panel-content h1, .dark-gray-panel-content h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #24282b;
    text-transform: uppercase;
    letter-spacing: -.08rem;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
    .light-gray-panel-content h1 em, .light-gray-panel-content h2 em, .gray-panel-content h1 em, .gray-panel-content h2 em, .dark-gray-panel-content h1 em, .dark-gray-panel-content h2 em {
      font-size: 18px;
      line-height: 22px;
      display: block;
      font-style: normal; }
    .light-gray-panel-content h1 span, .light-gray-panel-content h2 span, .gray-panel-content h1 span, .gray-panel-content h2 span, .dark-gray-panel-content h1 span, .dark-gray-panel-content h2 span {
      position: absolute;
      left: -999999px; }
    .light-gray-panel-content h1 img, .light-gray-panel-content h2 img, .gray-panel-content h1 img, .gray-panel-content h2 img, .dark-gray-panel-content h1 img, .dark-gray-panel-content h2 img {
      max-width: 300px;
      width: 100%;
      padding-bottom: 0; }
  .light-gray-panel-content b, .gray-panel-content b, .dark-gray-panel-content b {
    text-transform: uppercase;
    font-family: dinProBold;
    color: #ad233f; }
  .light-gray-panel-content a, .gray-panel-content a, .dark-gray-panel-content a {
    color: #ad233f;
    text-decoration: none;
    display: inline-block;
    font-family: dinPro; }
  .light-gray-panel-content ul, .gray-panel-content ul, .dark-gray-panel-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .light-gray-panel-content ul p, .gray-panel-content ul p, .dark-gray-panel-content ul p {
      margin-bottom: 0; }
    .light-gray-panel-content ul a, .gray-panel-content ul a, .dark-gray-panel-content ul a {
      color: #858c91;
      text-decoration: underline; }
  .light-gray-panel-content hr, .gray-panel-content hr, .dark-gray-panel-content hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .light-gray-panel-content hr, .gray-panel-content hr, .dark-gray-panel-content hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 40.063em) {
    .light-gray-panel-content, .gray-panel-content, .dark-gray-panel-content {
      padding: 8%;
      text-align: left; }
      .light-gray-panel-content h1, .light-gray-panel-content h2, .gray-panel-content h1, .gray-panel-content h2, .dark-gray-panel-content h1, .dark-gray-panel-content h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; }
        .light-gray-panel-content h1 img, .light-gray-panel-content h2 img, .gray-panel-content h1 img, .gray-panel-content h2 img, .dark-gray-panel-content h1 img, .dark-gray-panel-content h2 img {
          max-width: 550px; } }
  @media only screen and (min-width: 64.063em) {
    .light-gray-panel-content h1, .light-gray-panel-content h2, .gray-panel-content h1, .gray-panel-content h2, .dark-gray-panel-content h1, .dark-gray-panel-content h2 {
      font-size: 93px;
      line-height: 93px;
      margin-bottom: 35px; }
      .light-gray-panel-content h1 em, .light-gray-panel-content h2 em, .gray-panel-content h1 em, .gray-panel-content h2 em, .dark-gray-panel-content h1 em, .dark-gray-panel-content h2 em {
        font-size: 36px;
        line-height: 40px; }
    .light-gray-panel-content a, .gray-panel-content a, .dark-gray-panel-content a {
      transition: all .2s ease; }
      .light-gray-panel-content a:hover, .gray-panel-content a:hover, .dark-gray-panel-content a:hover {
        color: #ad233f; }
    .light-gray-panel-content ul a, .gray-panel-content ul a, .dark-gray-panel-content ul a {
      transition: all .2s ease; }
    .light-gray-panel-content img, .gray-panel-content img, .dark-gray-panel-content img {
      padding: 30px 0; } }

.dark-gray-panel-content h1, .dark-gray-panel-content h2 {
  color: #f7f7f7; }

/* 6. PAGE PANELS AND IMAGE CONTAINERS
----------------------------------------------------- */
.intro-home {
  background-image: url(../img/intro-home.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .intro-home {
      background-attachment: fixed; } }

.intro-careers {
  background-image: url(../img/intro-careers.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .intro-careers {
      background-attachment: fixed; } }

.intro-history {
  background-image: url(../img/intro-history-2020.jpg);
  background-size: cover;
  background-position: -190px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .intro-history {
      background-position: top center;
      background-attachment: fixed; } }

.intro-leadership {
  background-image: url(../img/intro-leadership.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (min-width: 64.063em) {
    .intro-leadership {
      background-attachment: fixed;
      background-size: cover;
      background-position: left center; } }

.intro-stores {
  background-image: url(../img/intro-stores.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .intro-stores {
      background-attachment: fixed; } }

.intro-news-and-media {
  background-image: url(../img/intro-news-and-media.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .intro-news-and-media {
      background-attachment: fixed; } }

.intro-contact-us {
  background-image: url(../img/intro-contact-us.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (min-width: 64.063em) {
    .intro-contact-us {
      background-attachment: fixed;
      background-size: cover;
      background-position: center center; } }

.what-its-like-image-container {
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (min-width: 40.063em) {
    .what-its-like-image-container {
      height: 100%;
      background-position: top center; } }

.streamlining-superstores-image-container {
  background-image: url(../img/streamlining-superstores.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 40.063em) {
    .streamlining-superstores-image-container {
      height: 100%; } }

.birth-of-a-new-brand-image-container {
  background-image: url(../img/birth-of-a-new-brand.html);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%; }
  @media only screen and (min-width: 64.063em) {
    .birth-of-a-new-brand-image-container {
      background-attachment: fixed; } }

.a-new-hq-image-container {
  background-image: url(../img/a-new-hq-01.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: right !important; }
  @media only screen and (min-width: 64.063em) {
    .a-new-hq-image-container {
      height: 100%; } }

.mission-made-brand {
  display: grid;
  grid-gap: 20px;
  align-content: start; }
  .mission-made-brand img {
    margin: auto;
    width: 100px; }
  @media only screen and (min-width: 40.063em) {
    .mission-made-brand {
      grid-template-columns: auto 1fr; } }

.community-involvement-image-container {
  background-image: url(../img/community-involvement.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%; }
  @media only screen and (min-width: 64.063em) {
    .community-involvement-image-container {
      background-attachment: fixed; } }

.present-day-image-container {
  background-image: url(../img/present-day.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 40.063em) {
    .present-day-image-container {
      height: 100%; } }

.custom-experience-image-container {
  background-image: url(../img/custom-experience.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .custom-experience-image-container {
      height: 100%; } }

.cat5-code-image-container {
  background-image: url(../img/cat5-code.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%; }
  @media only screen and (min-width: 64.063em) {
    .cat5-code-image-container {
      background-attachment: fixed; } }

.community-involvement-image-container {
  background-image: url(../img/community-involvement.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%; }
  @media only screen and (min-width: 64.063em) {
    .community-involvement-image-container {
      background-attachment: fixed; } }

.our-stores-image-container {
  height: 100vh;
  width: 100%;
  background-position: center center; }
  @media only screen and (min-width: 40.063em) {
    .our-stores-image-container {
      height: 100%; } }

.ceo-feature-background {
  position: relative; }
  .ceo-feature-background:after {
    content: "";
    opacity: .25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/portrait-andrew-hoefener.png); }
  @media only screen and (min-width: 40.063em) {
    .ceo-feature-background:after {
      background-position: right;
      opacity: .25;
      background-size: contain; } }
  @media only screen and (min-width: 64.063em) {
    .ceo-feature-background:after {
      opacity: 1; } }

.best-place-to-work {
  max-width: 350px;
  min-width: 250px;
  width: 100%;
  padding-bottom: 15px; }
  @media only screen and (min-width: 64.063em) {
    .best-place-to-work {
      max-width: 350px; } }

/* > TOP SECTION OF EVERY NON-BLOG PAGE */
.page-intro {
  text-align: center;
  margin: 0 5%; }
  .page-intro h1, .page-intro h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: -.08rem;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
  .page-intro hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .page-intro hr {
        margin-bottom: 30px; } }
  .page-intro a {
    color: #f7f7f7;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease; }
    .page-intro a:hover {
      transform: all .2s ease;
      /* Animation */
      padding-left: 20px; }
    .page-intro a b {
      font-family: dinProBold; }
  @media only screen and (min-width: 40.063em) {
    .page-intro {
      text-align: left;
      margin-left: 8%;
      margin-right: 30%; }
      .page-intro h1, .page-intro h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; }
      .page-intro hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 64.063em) {
    .page-intro h1, .page-intro h2 {
      font-size: 93px;
      line-height: 93px;
      margin-bottom: 35px; } }

/* > QUOTE PANELS */
.quote-panel {
  text-align: center;
  background: #d5d5d5;
  padding: 3%; }
  .quote-panel a {
    display: inline-block; }
  .quote-panel img {
    display: inline-block;
    background: #adb2b5;
    border-radius: 150px;
    margin-bottom: 15px;
    max-width: 200px; }
  .quote-panel h3 {
    font-family: dinPro, helvetica, sans-serif;
    font-size: 25px;
    color: #24282b;
    text-transform: none;
    letter-spacing: -.08rem;
    line-height: 32px;
    font-weight: normal; }
  .quote-panel p {
    font-size: 16px;
    line-height: 21px;
    color: #ad233f;
    text-transform: uppercase; }
  .quote-panel b {
    font-family: dinProBold; }
  @media only screen and (min-width: 40.063em) {
    .quote-panel {
      padding: 5%; }
      .quote-panel img {
        max-width: 250px; }
      .quote-panel h3 {
        font-size: 35px;
        line-height: 42px; } }
  @media only screen and (min-width: 64.063em) {
    .quote-panel {
      padding: 8%; }
      .quote-panel a {
        transition: transform .2s;
        /* Animation */ }
        .quote-panel a:hover {
          transform: scale(1.05); }
      .quote-panel img {
        max-width: 300px; }
      .quote-panel h3 {
        font-size: 45px;
        line-height: 57px; } }

/* 7. HOME PAGE
----------------------------------------------------- */
/* > OUR STORES SECTION */
.our-stores-container {
  background-color: #e8e8e8;
  padding: 10% 5%;
  text-align: center;
  display: grid;
  grid-auto-rows: minmax(100px, auto);
  min-height: 100vh; }
  .our-stores-container img {
    padding-bottom: 15px; }
  .our-stores-container > div {
    padding-right: 15px; }
  .our-stores-container h1, .our-stores-container h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #24282b;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
  .our-stores-container a {
    color: #ad233f;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; }
  .our-stores-container hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .our-stores-container hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 40.063em) {
    .our-stores-container {
      padding: 8%;
      text-align: left; }
      .our-stores-container h1, .our-stores-container h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; } }
  @media only screen and (min-width: 64.063em) {
    .our-stores-container {
      padding-left: 15%;
      grid-template-columns: 1fr 1fr; }
      .our-stores-container h1, .our-stores-container h2 {
        font-size: 93px;
        line-height: 93px;
        margin-bottom: 35px; }
      .our-stores-container img {
        padding: 30px 0; } }

/* > LABELING COMPONENTS IN SECTION TO CHANGE ORDER AND LAYOUT */
.description {
  align-self: end;
  -ms-grid-column-align: end; }
  @media only screen and (min-width: 64.063em) {
    .description {
      grid-column: 1 / 3; } }

/* > LABELING COMPONENTS IN SECTIN TO CHANGE ORDER AND LAYOUT */
.store-a {
  align-self: center; }
  @media only screen and (min-width: 64.063em) {
    .store-a {
      grid-column: 1 / 2;
      align-self: start; } }

/* > LABELING COMPONENTS IN SECTION TO CHANGE ORDER AND LAYOUT */
.store-b {
  align-self: center; }
  @media only screen and (min-width: 64.063em) {
    .store-b {
      grid-column: 2 / 3;
      align-self: start; } }

/* > SPOTLIGHT ON CHAD WEINMAN */
.executive-feature {
  max-width: 100%;
  padding: 3%;
  align-self: end;
  -ms-grid-column-align: end; }
  .executive-feature h1, .executive-feature h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: -.08rem;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
    .executive-feature h1 em, .executive-feature h2 em {
      font-size: 18px;
      line-height: 22px;
      display: block;
      font-style: normal; }
    .executive-feature h1 span, .executive-feature h2 span {
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-family: dinPro, helvetica, sans-serif;
      font-size: 14px;
      color: #f7f7f7;
      text-transform: uppercase; }
    .executive-feature h1 b, .executive-feature h2 b {
      font-family: dinProBold, helvetica, sans-serif;
      font-size: 14px;
      color: #ad233f;
      text-transform: uppercase; }
  .executive-feature a {
    color: #ad233f;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: dinProBold; }
  .executive-feature hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .executive-feature hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 40.063em) {
    .executive-feature {
      padding: 5%;
      max-width: 80%;
      align-self: center;
      -ms-grid-column-align: center; }
      .executive-feature h1, .executive-feature h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; } }
  @media only screen and (min-width: 64.063em) {
    .executive-feature {
      max-width: 65%;
      padding: 8%; }
      .executive-feature h1, .executive-feature h2 {
        font-size: 93px;
        line-height: 93px;
        margin-bottom: 35px; }
        .executive-feature h1 em, .executive-feature h2 em {
          font-size: 36px;
          line-height: 40px; }
        .executive-feature h1 span, .executive-feature h1 b, .executive-feature h2 span, .executive-feature h2 b {
          font-size: 19px;
          line-height: 24px; } }

/* 8. CAREERS PAGE
----------------------------------------------------- */
/* >  CAT5 CODE SECTION */
.cat5-code {
  padding: 3%; }
  .cat5-code h1, .cat5-code h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: -.08rem;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
    .cat5-code h1 em, .cat5-code h2 em {
      font-size: 18px;
      line-height: 22px;
      display: block;
      font-style: normal; }
    .cat5-code h1 span, .cat5-code h2 span {
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-family: dinPro, helvetica, sans-serif;
      font-size: 14px;
      color: #f7f7f7;
      text-transform: uppercase; }
    .cat5-code h1 b, .cat5-code h2 b {
      font-family: dinProBold, helvetica, sans-serif;
      font-size: 14px;
      color: #ad233f;
      text-transform: uppercase; }
  .cat5-code b {
    text-transform: uppercase;
    font-style: dinProBold;
    color: #f7f7f7; }
  .cat5-code ul {
    padding-left: 0;
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 6fr);
    -ms-grid-columns: 6fr 6fr;
    grid-gap: 15px; }
  .cat5-code hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .cat5-code hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 40.063em) {
    .cat5-code {
      padding: 5%;
      text-align: left; }
      .cat5-code h1, .cat5-code h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; }
      .cat5-code ul {
        grid-template-columns: repeat 2, 6fr;
        -ms-grid-columns: 6fr 6fr; } }
  @media only screen and (min-width: 64.063em) {
    .cat5-code {
      padding: 8%; }
      .cat5-code h1, .cat5-code h2 {
        font-size: 93px;
        line-height: 93px;
        margin-bottom: 35px; }
        .cat5-code h1 em, .cat5-code h2 em {
          font-size: 36px;
          line-height: 40px; }
        .cat5-code h1 span, .cat5-code h1 b, .cat5-code h2 span, .cat5-code h2 b {
          font-size: 19px;
          line-height: 24px; }
      .cat5-code ul {
        grid-template-columns: repeat(3, 4fr);
        -ms-grid-columns: 4fr 4fr 4fr; } }

/* > VIRUTAL TOUR SECTION */
.virtual-tour {
  width: 100vw;
  height: 100vh;
  border: none;
  opacity: .4; }
  @media only screen and (min-width: 40.063em) {
    .virtual-tour {
      width: 50vw;
      height: 100vh; } }

.virtual-tour-block {
  display: none !important;
  height: 0vh; }
  @media only screen and (min-width: 40.063em) {
    .virtual-tour-block {
      display: grid !important; } }

/* 9. ABOUT PAGE
----------------------------------------------------- */
/* > COMMUNITY INVOLVEMENT SECTION */
.charity {
  padding: 3%; }
  .charity h1, .charity h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: -.08rem;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
    .charity h1 em, .charity h2 em {
      font-size: 18px;
      line-height: 22px;
      display: block;
      font-style: normal; }
    .charity h1 span, .charity h2 span {
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-family: dinPro, helvetica, sans-serif;
      font-size: 14px;
      color: #f7f7f7;
      text-transform: uppercase; }
    .charity h1 b, .charity h2 b {
      font-family: dinProBold, helvetica, sans-serif;
      font-size: 14px;
      color: #ad233f;
      text-transform: uppercase; }
  .charity b {
    text-transform: uppercase;
    font-style: dinProBold;
    color: #f7f7f7; }
  .charity ul {
    padding-left: 0;
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(1, 12fr);
    -ms-grid-columns: 12fr;
    grid-gap: 15px; }
  .charity hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .charity hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 40.063em) {
    .charity {
      text-align: left;
      padding: 5%; }
      .charity h1, .charity h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; }
      .charity ul {
        grid-template-columns: repeat 2, 6fr;
        -ms-grid-columns: 6fr 6fr;
        text-align: left; } }
  @media only screen and (min-width: 64.063em) {
    .charity {
      padding: 8%; }
      .charity h1, .charity h2 {
        font-size: 93px;
        line-height: 93px;
        margin-bottom: 35px; }
        .charity h1 em, .charity h2 em {
          font-size: 36px;
          line-height: 40px; }
        .charity h1 span, .charity h1 b, .charity h2 span, .charity h2 b {
          font-size: 19px;
          line-height: 24px; }
      .charity ul {
        grid-template-columns: repeat(3, 4fr);
        -ms-grid-columns: 4fr 4fr 4fr;
        grid-gap: 20px; } }

/* 10. MEDIA AND PRESS 
----------------------------------------------------- */
/* > SCREENSHOTS OF SITES SECTION */
.screenshots {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(1, 12fr);
  -ms-grid-columns: repeat(1, 12fr);
  text-align: center;
  background-color: #e8e8e8; }
  .screenshots img {
    margin-bottom: 10px; }
    .screenshots img.red-logo {
      width: 100%;
      padding: 0 20% 0;
      border-radius: 20px;
      margin-top: 20px; }
    .screenshots img.white-logo {
      width: 100%;
      padding: 0 20% 0;
      border-radius: 20px;
      margin-top: 20px; }
  .screenshots a {
    font-family: dinPro;
    color: #858c91;
    text-decoration: underline; }
    .screenshots a:hover {
      padding-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .screenshots {
      grid-template-columns: repeat(1);
      -ms-grid-columns: repeat(1);
      background-color: #d5d5d5; } }
  @media only screen and (min-width: 64.063em) {
    .screenshots {
      grid-template-columns: repeat(2, 6fr);
      -ms-grid-columns: repeat(2, 6fr); } }

/* > NEWS SECTION */
.news {
  text-align: center; }

.news-stories {
  display: inline-grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-columns: repeat(1, 1fr);
  margin-bottom: 10px; }
  .news-stories a, .news-stories div div a {
    background: #f7f7f7;
    border: 1px solid #d5d5d5;
    padding: 40px 30px;
    text-align: left; }
    .news-stories a b, .news-stories div div a b {
      color: #858c91;
      text-transform: initial; }
  @media only screen and (min-width: 40.063em) {
    .news-stories {
      grid-gap: 10px;
      grid-template-columns: repeat(3, 4fr);
      -ms-grid-columns: repeat(3, 4fr); } }
  @media only screen and (min-width: 64.063em) {
    .news-stories {
      grid-gap: 20px;
      grid-template-columns: repeat(3, minmax(min-content, 350px));
      -ms-grid-columns: repeat(3, minmax(min-content, 350px));
      margin-bottom: 20px; }
      .news-stories a, .news-stories div div a {
        transition: transform .2s, box-shadow 0.3s ease-in-out;
        /* Animation */ }
        .news-stories a:hover, .news-stories div div a:hover {
          transform: scale(1.05);
          box-shadow: 0px 30px 40px #bbbfc1;
          padding: 40px 30px; } }

/* 12. BLOG STORIES
----------------------------------------------------- */
.news-content {
  display: inline-grid;
  grid-template-columns: 12fr;
  -ms-grid-columns: 12fr;
  grid-gap: 10px;
  justify-content: center;
  text-align: left;
  margin-top: 60px; }
  .news-content aside {
    background: #d5d5d5;
    padding: 20px;
    align-self: start; }
    .news-content aside p:last-child a {
      border-bottom: none; }
    .news-content aside a {
      color: #ad233f;
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 10px;
      border-bottom: 1px solid #c8c8c8; }
      .news-content aside a b {
        text-transform: initial;
        font-family: dinPro;
        font-weight: normal;
        color: #858c91; }
  @media only screen and (min-width: 40.063em) {
    .news-content {
      margin-top: 50px; }
      .news-content h1, .news-content h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; } }
  @media only screen and (min-width: 64.063em) {
    .news-content {
      grid-gap: 50px;
      grid-template-columns: minmax(auto, 850px);
      -ms-grid-columns: minmax(auto, 850px);
      margin-top: 0; } }

/* 13. OUR STORES 
-----------------------------------------------------  */
/* > IMAGE ICONS FOR STORES SECTION */
.icon, .icon-wb {
  max-width: 60px;
  padding: 0 0 15px 0;
  display: block;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .icon, .icon-wb {
      display: block;
      text-align: left;
      margin-left: 0;
      padding-bottom: 0 !important; } }
  @media only screen and (min-width: 64.063em) {
    .icon, .icon-wb {
      display: block;
      text-align: left;
      margin-left: 0;
      padding-bottom: 0 !important; } }

.icon-wb {
  max-width: 65px; }

/* > SOCIAL MEDIA ICONS FOR STORES SECTION  */
.social-media {
  list-style-type: none;
  display: inline-grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: repeat(4, 1fr);
  min-width: 80%; }
  .social-media li a {
    display: block; }
  .social-media a img {
    width: 100%;
    max-width: 70px; }
  .social-media.light a img {
    filter: invert(0.5); }
  @media only screen and (min-width: 40.063em) {
    .social-media {
      max-width: unset; } }
  @media only screen and (min-width: 64.063em) {
    .social-media {
      min-width: 65%; }
      .social-media a {
        transition: all .05s;
        /* Animation */ }
        .social-media a:hover {
          transform: scale(1.2);
          padding-left: 0 !important; } }

@media only screen and (min-width: 40.063em) {
  .stores > div {
    align-self: start; } }

/* 14. LEADERSHIP
----------------------------------------------------- */
/* > SUMMARY SECTION AND HEADSHOTS  */
.executive-bios {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 6fr);
  -ms-grid-columns: 6fr 6fr;
  grid-gap: 15px; }
  .executive-bios li {
    text-align: center; }
    .executive-bios li a {
      text-decoration: none;
      text-transform: uppercase;
      display: inline-table; }
    .executive-bios li b {
      font-family: dinProBold;
      color: #24282b; }
    .executive-bios li span {
      color: #ad233f;
      font-family: dinProBold; }
    .executive-bios li img {
      display: block;
      background: #adb2b5;
      border-radius: 150px;
      margin: 0 auto 15px;
      max-width: 150px;
      width: 100%;
      padding: 0px; }
  @media only screen and (min-width: 40.063em) {
    .executive-bios {
      grid-template-columns: repeat(3, 3fr);
      -ms-grid-columns: 3fr 3fr 3fr; }
      .executive-bios li img {
        max-width: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .executive-bios {
      grid-template-columns: repeat(5, 3fr);
      -ms-grid-columns: 3fr 3fr 3fr 3fr 3fr; }
      .executive-bios li a {
        transition: transform .2s;
        /* Animation */ }
        .executive-bios li a:hover {
          transform: scale(1.05);
          padding-left: 0;
          color: #858c91; }
      .executive-bios li img {
        max-width: 200px; } }

/* >  EXECUTIVE BIO DETAILS CONTAINER  */
.bio-container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 6fr);
  -ms-grid-columns: repeat(2, 6fr);
  grid-template-rows: auto auto auto;
  -ms-grid-rows: auto auto auto;
  grid-auto-rows: auto;
  text-align: left;
  padding: 3%; }
  @media only screen and (min-width: 64.063em) {
    .bio-container {
      padding: 8%;
      grid-template-columns: 5fr 7fr;
      -ms-grid-columns: 5fr 7fr; } }

.bio-image {
  text-align: right;
  grid-column-start: 2;
  -ms-grid-column: 2; }
  .bio-image img {
    width: 100%;
    text-align: right; }
  @media only screen and (min-width: 40.063em) {
    .bio-image {
      grid-column-end: 3;
      -ms-grid-column-span: 1;
      grid-row-start: 1;
      -ms-grid-row: 1;
      grid-row-end: 3;
      -ms-grid-row-span: 2;
      align-self: end;
      -ms-grid-column-align: end;
      text-align: center; }
      .bio-image img {
        padding-left: 25px;
        width: 400px;
        margin-bottom: 15px; } }
  @media only screen and (min-width: 64.063em) {
    .bio-image {
      grid-column-start: 1;
      -ms-grid-column: 1;
      grid-column-end: 2;
      -ms-grid-column-span: 1;
      grid-row-start: 1;
      -ms-grid-row: 1;
      grid-row-end: 3;
      -ms-grid-row-span: 2;
      align-self: end;
      ms-grid-column-align: end;
      text-align: right; }
      .bio-image img {
        padding-left: 0;
        padding-right: 30px;
        width: 100%;
        margin-bottom: 15px;
        max-width: 500px; } }

/* > PULL QUOTE FROM BIO  */
.bio-quote {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-column-end: 3;
  -ms-grid-column-span: 2;
  border-left: 5px solid #ad233f;
  padding: 10px;
  background: #e8e8e8;
  margin-bottom: 10px;
  margin-top: 10px; }
  .bio-quote.reverse {
    background: #d5d5d5; }
  .bio-quote p {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .bio-quote {
      grid-row-start: 2;
      -ms-grid-row: 2;
      grid-row-end: 3;
      -ms-grid-row-span: 1;
      grid-column-end: 2;
      -ms-grid-colum-span: 1;
      align-self: start;
      -ms-grid-column-align: start;
      padding: 25px;
      margin-bottom: 25px;
      margin-top: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .bio-quote {
      grid-column-start: 1;
      -ms-grid-column: 1;
      grid-column-end: 2;
      -ms-grid-column-span: 1;
      grid-row-start: 3;
      -ms-grid-row: 3;
      grid-row-end: 4;
      -ms-grid-row-span: 1;
      margin-right: 30px;
      justify-self: right;
      border-left: none; } }

/* > BIO HEADLINE AND TITLE  */
.bio-headline {
  align-self: center; }
  .bio-headline h1, .bio-headline h2 {
    font-family: dinProCondBold, helvetica, sans-serif;
    font-size: 35px;
    color: #24282b;
    text-transform: uppercase;
    letter-spacing: -.08rem;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0; }
    .bio-headline h1 em, .bio-headline h2 em {
      font-size: 18px;
      line-height: 22px;
      display: block;
      font-style: normal; }
    .bio-headline h1 span, .bio-headline h2 span {
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-family: dinPro, helvetica, sans-serif;
      font-size: 14px;
      color: #ad233f;
      text-transform: uppercase;
      font-weight: normal; }
    .bio-headline h1 b, .bio-headline h2 b {
      font-family: dinProBold, helvetica, sans-serif;
      font-size: 14px;
      color: #ad233f;
      text-transform: uppercase; }
  .bio-headline hr {
    width: 80px;
    background-color: #ad233f;
    border: 2px solid #ad233f;
    display: inline-block;
    font-size: 0;
    margin-top: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 40.063em) {
      .bio-headline hr {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 40.063em) {
    .bio-headline {
      align-self: end; }
      .bio-headline h1, .bio-headline h2 {
        font-size: 57px;
        line-height: 57px;
        margin-bottom: 35px; } }
  @media only screen and (min-width: 64.063em) {
    .bio-headline {
      grid-column-start: 2;
      -ms-grid-column: 2;
      grid-column-end: 3;
      -ms-grid-column-span: 1;
      grid-row-start: 1;
      -ms-grid-row: 1;
      grid-row-end: 2;
      -ms-grid-row-span: 1;
      padding-left: 30px;
      border-left: 7px solid #ad233f; }
      .bio-headline h1, .bio-headline h2 {
        font-size: 93px;
        line-height: 93px;
        margin-bottom: 35px; }
        .bio-headline h1 em, .bio-headline h2 em {
          font-size: 36px;
          line-height: 40px; }
        .bio-headline h1 span, .bio-headline h1 b, .bio-headline h2 span, .bio-headline h2 b {
          font-size: 19px;
          line-height: 24px; } }

/* > MAIN BIO CONTENT */
.bio-copy {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-column-end: 3;
  -ms-grid-column-span: 2;
  align-self: start; }
  @media only screen and (min-width: 40.063em) {
    .bio-copy {
      padding-right: 20%; } }
  @media only screen and (min-width: 64.063em) {
    .bio-copy {
      grid-column-start: 2;
      -ms-grid-column: 2;
      grid-column-end: 3;
      -ms-grid-column-span: 1;
      grid-row-start: 2;
      -ms-grid-row: 2;
      grid-row-end: 4;
      -ms-grid-row-span: 2;
      padding-left: 30px;
      border-left: 7px solid #ad233f; } }

/* 15. CONTACT US
----------------------------------------------------- */
/* > FORM  */
.contact-form {
  display: grid;
  grid-template-columns: 12fr;
  -ms-grid-columns: 12fr;
  grid-gap: 1px;
  width: 100%; }
  .contact-form label {
    margin-bottom: 0; }
  .contact-form input, .contact-form textarea {
    width: 100%;
    border: none;
    height: 55px;
    padding-left: 20px; }
    .contact-form input[type="button"], .contact-form textarea[type="button"] {
      display: inline-block; }
  .contact-form textarea {
    height: 100px;
    padding-top: 20px;
    margin-bottom: 15px; }
  @media only screen and (min-width: 64.063em) {
    .contact-form {
      grid-template-columns: 6fr 6fr;
      -ms-grid-columns: 6fr 6fr;
      width: 95%; }
      .contact-form textarea {
        grid-column-start: 1;
        -ms-grid-column: 1;
        grid-column-end: 3;
        -ms-grid-column-span: 2; }
      .contact-form p {
        grid-column-start: 1;
        grid-column-end: 3; } }
  .contact-form input[type="submit"] {
    color: #f7f7f7;
    background: none;
    color: #858c91;
    border: 2px solid #858c91;
    padding: 15px 32px;
    text-transform: uppercase;
    text-align: center;
    display: inline;
    font-size: 16px;
    font-family: dinProBold;
    cursor: pointer;
    transition: all .2s ease; }
    .contact-form input[type="submit"]:hover {
      background-color: #858c91 !important;
      color: #f7f7f7; }

.validation-summary-errors, .validation-summary-success {
  background: #f7f7f7;
  color: #ad233f;
  padding: 20px;
  border: 2px solid #ad233f;
  width: 95%;
  margin-bottom: 10px; }
  .validation-summary-errors ul, .validation-summary-success ul {
    margin-bottom: 0; }

.validation-summary-success {
  color: #749e68;
  border-color: #749e68; }

/* 16. READ/SHOW MORE/LESS TOGGLE 
----------------------------------------------------- */
.read-more-content, .read-more-stories {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease; }
  @media only screen and (min-width: 40.063em) {
    .read-more-content, .read-more-stories {
      max-height: initial; } }

@media only screen and (min-width: 40.063em) {
  .read-more-stories {
    max-height: 0; } }

.read-more-toggle, .read-more-news-toggle {
  display: none; }
  .read-more-toggle:checked + .read-more-content, .read-more-toggle:checked + .read-more-stories, .read-more-news-toggle:checked + .read-more-content, .read-more-news-toggle:checked + .read-more-stories {
    display: block;
  		/* css animation won't work with "auto"; set to some height larger
		than the content */
    max-height: 1000px; }
  @media only screen and (min-width: 40.063em) {
    .read-more-toggle, .read-more-news-toggle {
      display: none; } }

.read-more-toggle-label, .read-more-news-toggle-label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  border: 2px solid #ad233f;
  padding: 5px;
  font-size: .8em;
  color: #ad233f;
  text-transform: uppercase;
  font-family: dinProBold;
  min-width: 90px;
  text-align: center;
  transition: all 1s ease; }
  .read-more-toggle-label:hover, .read-more-news-toggle-label:hover {
    background: #ad233f;
    color: #f7f7f7;
    border: 2px solid #ad233f;
    transform: all .2s ease;
    /* Animation */ }
  .read-more-toggle-label:after, .read-more-news-toggle-label:after {
    content: "More";
    display: inline-block; }
  @media only screen and (min-width: 40.063em) {
    .read-more-toggle-label, .read-more-news-toggle-label {
      display: none; } }

@media only screen and (min-width: 40.063em) {
  .read-more-news-toggle-label {
    display: inline-block; } }

.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Less"; }

.read-more-news-toggle:checked + .read-more-stories + .read-more-news-toggle-label:after {
  content: "Less"; }

/*# sourceMappingURL=app.css.map */
