@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Oswald:300,400,700);
.maxWidthDiv {
  max-width: 1140px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}
@media (min-width: 480px) {
  .col-xs-1-5 {
    width: 20%;
  }
  .col-xs-2-5 {
    width: 40%;
  }
  .col-xs-3-5 {
    width: 60%;
  }
  .col-xs-4-5 {
    width: 80%;
  }
  .col-xs-5-5 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-5-5 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('flexSliderFonts/flexslider-icon.eot');
  src: url('flexSliderFonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('flexSliderFonts/flexslider-icon.woff') format('woff'), url('flexSliderFonts/flexslider-icon.ttf') format('truetype'), url('flexSliderFonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
body:before {
  display: block;
  color: #fff;
  background-color: #000000;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  content: 'All (Smallest Up)';
  display: none;
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
h1 {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 2px;
}
h2 {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #b40709;
}
h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #6d6f72;
}
#cssmenu {
  display: none;
}
/* Start of "Micro clearfix" */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* End of "Micro clearfix" */
a,
a:link,
a:visited {
  color: #000;
}
header {
  margin-top: 20px;
}
#logo {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
#utilityNav {
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
  display: none;
}
#utilityNav a,
#utilityNav a:link,
#utilityNav a:visited {
  text-transform: uppercase;
  display: inline-block;
  border-right: 1px solid #b40709;
  padding-right: 4%;
  margin-left: 4%;
  color: #6d6f72;
}
#utilityNav a:hover {
  color: #b40709;
  text-decoration: none;
}
#utilityNav a:first-child {
  margin-left: 0;
}
#utilityNav a:last-child {
  border-right: none;
  padding-right: 0;
  display: inline-block;
  margin-left: 5%;
}
#sn,
.sn {
  padding-top: 20px;
  text-align: center;
}
#sn a,
.sn a,
#sn a:link,
.sn a:link,
#sn a:visited,
.sn a:visited {
  font-size: 1.8em;
  color: #6d6f72;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-align: center;
  display: inline-block;
}
#navWrap {
  display: none;
  border: 1px solid #6d6f72;
  border-left: none;
  border-right: none;
  margin-top: 20px;
  padding: 10px 0;
}
.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: blue;
}
.items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10.5%;
          flex: 1 0 10.5%;
  margin: 5px 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.items .item img {
  width: 100%;
  display: block;
}
.flex-center {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  resize: vertical;
  overflow: hidden;
}
.topTitle {
  background-color: #b40709;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  margin-top: 24px;
  font-weight: 300;
}
.topTitle.addMarginBottom {
  margin-bottom: 24px;
}
.topTitle p {
  font-size: 22px;
  margin-bottom: 0;
}
.flexContainerCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.heroHome {
  background-image: url(../images/wall_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -30px;
  overflow: hidden;
}
.heroHome img {
  display: block;
  width: 90%;
  margin: auto;
}
.hero {
  margin-bottom: 40px;
}
.hero img {
  display: block;
  width: 100%;
}
.myWell {
  padding: 40px 0;
}
.myWell.noTopPad {
  padding: 0 0 40px 0;
}
.homeTitle {
  color: #6d6f72;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
}
.noBreak {
  white-space: nowrap;
}
.largeUpOnly {
  display: none;
}
.hideLargeUp {
  display: inline;
}
.homeGrid {
  text-align: center;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
      grid-template-areas: 'box1Img' 'box1Title' 'box1Desc' 'box2Img' 'box2Title' 'box2Desc' 'box3Img' 'box3Title' 'box3Desc' 'box4Img' 'box4Title' 'box4Desc';
}
.homeGrid .imageItem img {
  display: block;
  width: 100%;
}
.homeGrid .titleItem {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 10px;
}
.homeGrid .descItem {
  margin-bottom: 40px;
  color: #6d6f72;
}
#box1Img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: box1Img;
}
#box2Img {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: box2Img;
}
#box3Img {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: box3Img;
}
#box4Img {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
  grid-area: box4Img;
}
#box1Title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box1Title;
}
#box2Title {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: box2Title;
}
#box3Title {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  grid-area: box3Title;
}
#box4Title {
  -ms-grid-row: 21;
  -ms-grid-column: 1;
  grid-area: box4Title;
}
#box1Desc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: box1Desc;
}
#box2Desc {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: box2Desc;
}
#box3Desc {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
  grid-area: box3Desc;
}
#box4Desc {
  -ms-grid-row: 23;
  -ms-grid-column: 1;
  grid-area: box4Desc;
}
.foldyImage {
  display: block;
  margin: 0px auto 0 auto;
  width: 40px;
  position: relative;
  top: 10px;
  left: -2px;
}
.foldyHalves {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
      grid-template-areas: 'leftHalf' 'rightHalf';
}
.foldyHalves > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.foldyHalves .leftHalf {
  padding-top: 20px;
  border-top: 1px solid #6d6f72;
  text-align: center;
}
.foldyHalves .rightHalf {
  padding-top: 20px;
  font-size: 1.2em;
  color: #6d6f72;
}
.leftHalf {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: leftHalf;
}
.rightHalf {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: rightHalf;
}
.flexerGraphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flexerGraphic .item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.flexerGraphic .item.descItem {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 auto;
          flex: 3 1 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  padding-right: 20px;
}
.flexerGraphic .item.graphicItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}
.flexerGraphic .item.graphicItem img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.flexerNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexerNews .item {
  -ms-flex-item-align: top;
      -ms-grid-row-align: top;
      align-self: top;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexerNews .item img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px auto;
}
.flexerNews .item.itemDesc {
  padding: 0 20px;
  font-size: 1rem;
}
.flexerNews .newsHead {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
a.learnMore,
a.learnMore:visited,
a.learnMore:link {
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
a.learnMore:hover {
  color: #fff;
  background-color: #6d6f72;
}
footer {
  background-color: #d3d4d5;
  padding: 30px 0;
}
#footerLogo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: footerLogo;
  padding-right: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#footerLogo img {
  width: 100%;
  display: inline-block;
  max-width: 300px;
  margin-bottom: 20px;
}
#footerTag {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: footerTag;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  margin-bottom: 50px;
}
#footerContact {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: footerContact;
}
#footerMenu1 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footerMenu1;
}
#footerMenu2 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: footerMenu2;
}
#footerMenu3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: footerMenu3;
}
#footerGrid {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: 'footerLogo' 'footerTag' 'footerMenu1' 'footerMenu2' 'footerMenu3' 'footerContact';
}
#footerGrid > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footerMenu {
  display: none;
  padding-right: 20px;
}
.footerMenu p {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.footerMenu ul {
  margin: 0;
  margin-left: 25px;
  padding: 0;
  list-style-type: none;
}
.footerMenu ul li {
  line-height: 1;
  margin-bottom: 10px;
}
.footerMenu ul li .fa-square {
  color: #b40709;
  top: 0;
}
#footerContact p,
.myContact p {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  font-size: 1.1em;
}
#footerContact form,
.myContact form {
  display: table;
  margin: 0 auto;
  width: 100%;
}
#footerContact form label,
.myContact form label {
  position: relative;
  display: block;
}
#footerContact form label input,
.myContact form label input,
#footerContact form label textarea,
.myContact form label textarea {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footerContact form label input::-webkit-input-placeholder, .myContact form label input::-webkit-input-placeholder, #footerContact form label textarea::-webkit-input-placeholder, .myContact form label textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999;
  font-size: 16px;
}
#footerContact form label input::-moz-placeholder, .myContact form label input::-moz-placeholder, #footerContact form label textarea::-moz-placeholder, .myContact form label textarea::-moz-placeholder {
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999;
  font-size: 16px;
}
#footerContact form label input:-ms-input-placeholder, .myContact form label input:-ms-input-placeholder, #footerContact form label textarea:-ms-input-placeholder, .myContact form label textarea:-ms-input-placeholder {
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999;
  font-size: 16px;
}
#footerContact form label input::-ms-input-placeholder, .myContact form label input::-ms-input-placeholder, #footerContact form label textarea::-ms-input-placeholder, .myContact form label textarea::-ms-input-placeholder {
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999;
  font-size: 16px;
}
#footerContact form label input::placeholder,
.myContact form label input::placeholder,
#footerContact form label textarea::placeholder,
.myContact form label textarea::placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999;
  font-size: 16px;
}
#footerContact form label input:focus,
.myContact form label input:focus,
#footerContact form label textarea:focus,
.myContact form label textarea:focus,
#footerContact form label input.populated,
.myContact form label input.populated,
#footerContact form label textarea.populated,
.myContact form label textarea.populated {
  padding-top: 24px;
  padding-bottom: 12px;
}
#footerContact form label input:focus::-webkit-input-placeholder, .myContact form label input:focus::-webkit-input-placeholder, #footerContact form label textarea:focus::-webkit-input-placeholder, .myContact form label textarea:focus::-webkit-input-placeholder, #footerContact form label input.populated::-webkit-input-placeholder, .myContact form label input.populated::-webkit-input-placeholder, #footerContact form label textarea.populated::-webkit-input-placeholder, .myContact form label textarea.populated::-webkit-input-placeholder {
  color: transparent;
}
#footerContact form label input:focus::-moz-placeholder, .myContact form label input:focus::-moz-placeholder, #footerContact form label textarea:focus::-moz-placeholder, .myContact form label textarea:focus::-moz-placeholder, #footerContact form label input.populated::-moz-placeholder, .myContact form label input.populated::-moz-placeholder, #footerContact form label textarea.populated::-moz-placeholder, .myContact form label textarea.populated::-moz-placeholder {
  color: transparent;
}
#footerContact form label input:focus:-ms-input-placeholder, .myContact form label input:focus:-ms-input-placeholder, #footerContact form label textarea:focus:-ms-input-placeholder, .myContact form label textarea:focus:-ms-input-placeholder, #footerContact form label input.populated:-ms-input-placeholder, .myContact form label input.populated:-ms-input-placeholder, #footerContact form label textarea.populated:-ms-input-placeholder, .myContact form label textarea.populated:-ms-input-placeholder {
  color: transparent;
}
#footerContact form label input:focus::-ms-input-placeholder, .myContact form label input:focus::-ms-input-placeholder, #footerContact form label textarea:focus::-ms-input-placeholder, .myContact form label textarea:focus::-ms-input-placeholder, #footerContact form label input.populated::-ms-input-placeholder, .myContact form label input.populated::-ms-input-placeholder, #footerContact form label textarea.populated::-ms-input-placeholder, .myContact form label textarea.populated::-ms-input-placeholder {
  color: transparent;
}
#footerContact form label input:focus::placeholder,
.myContact form label input:focus::placeholder,
#footerContact form label textarea:focus::placeholder,
.myContact form label textarea:focus::placeholder,
#footerContact form label input.populated::placeholder,
.myContact form label input.populated::placeholder,
#footerContact form label textarea.populated::placeholder,
.myContact form label textarea.populated::placeholder {
  color: transparent;
}
#footerContact form label input:focus + span,
.myContact form label input:focus + span,
#footerContact form label textarea:focus + span,
.myContact form label textarea:focus + span,
#footerContact form label input.populated + span,
.myContact form label input.populated + span,
#footerContact form label textarea.populated + span,
.myContact form label textarea.populated + span {
  opacity: 1;
  top: 10px;
}
#footerContact form label span,
.myContact form label span {
  color: #b40709;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footerContact form input[type="submit"],
.myContact form input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#footerContact form input[type="submit"]:hover,
.myContact form input[type="submit"]:hover {
  color: #fff;
  background-color: #6d6f72;
}
a.myButton,
a.myButton:link,
a.myButton:visited {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
a.myButton:hover {
  color: #fff;
  background-color: #6d6f72;
}
input[type="submit"].myButton {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
input[type="submit"].myButton:hover {
  color: #fff;
  background-color: #6d6f72;
}
.myContact form label {
  position: relative;
  display: block;
}
.myContact form label input,
.myContact form label textarea {
  border: 1px solid #d3d4d5;
}
#subFooter {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
}
#subFooter .subFooterMenu a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}
.miniLogo {
  display: none;
}
.anchor {
  display: block;
  height: 44px;
  /*same height as header*/
  margin-top: -44px;
  /*move it back the height of itself*/
  visibility: hidden;
}
.miniGallery a {
  cursor: pointer;
}
.miniGallery a img {
  width: 100%;
  /* for mobile; rest set elsewhere */
  display: block;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.projectWrap {
  text-align: center;
  margin-bottom: 70px;
}
.projectWrap h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.projectWrap h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.balance-text {
  text-wrap: balance;
  /* Apply (proposed) CSS style */
}
.centerIt {
  text-align: center;
}
.promoFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  border-bottom: 1px dotted #b40709;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.2;
}
.promoFlex .imageSide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
.promoFlex .imageSide img {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.promoFlex .copySide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}
.promoFlex .copySide .promoName {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
}
.promoFlex.borderNone {
  border-bottom: 0;
}
.promoFlex.oneItem .copySide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.promoFlex.covid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.promoFlex.covid .gallerySide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  min-width: 0;
  padding-right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.promoFlex.covid .gallerySide .theMainImage .theCaption {
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}
.promoFlex.covid .gallerySide .theMainImage img {
  display: block;
  width: 100%;
}
.promoFlex.covid .gallerySide .thumbTitle {
  margin-top: 5px;
  margin-bottom: 5px;
  visibility: hidden;
}
.promoFlex.covid .gallerySide .es-carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.promoFlex.covid .gallerySide .es-carousel ul li {
  display: inline-block;
}
.promoFlex.covid .gallerySide .es-carousel ul li img {
  border: 2px solid #ccc;
  width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.promoFlex.covid .gallerySide .es-carousel ul li img.outline {
  border: 2px solid #b40709;
}
.promoFlex.covid .copySide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-top: 15px;
}
.promoFlex.covid .copySide .options {
  font-weight: bold;
  text-transform: uppercase;
  color: #6d6f72;
}
.promos .promoFlex .copySide a,
.copySide a,
.promos .promoFlex .copySide a:link,
.copySide a:link,
.promos .promoFlex .copySide a:visited,
.copySide a:visited {
  color: #23bef2;
}
.archiveUl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a.lilButton,
a.lilButton:link,
a.lilButton:visited {
  background-color: #b40709;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
a.lilButton .fa,
a.lilButton:link .fa,
a.lilButton:visited .fa {
  color: rgba(255, 255, 255, 0.2);
}
a.lilButton:hover {
  background-color: #6d6f72;
  text-decoration: none;
}
.strikethrough {
  text-decoration: line-through;
}
.red {
  color: #b40709;
}
.lowercase {
  text-transform: lowercase;
}
.blogDetail {
  padding-top: 20px;
}
.blogDetail .detailImage {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
a.backLink,
a.backLink:link,
a.backLink:visited {
  font-weight: bold;
  color: #b40709;
}
a.backLink:hover {
  color: #6d6f72;
  text-decoration: none;
}
.bottomBorder {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
/* Responsive iFrame */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
/* the padding bottom determines the height of the calendar/frame. For google calendars, I find it works good on the narrow layout to bump it up. Like so:

.responsive-iframe-container {
	padding-bottom: 100%;
}

*/
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.signBullets {
  margin-top: 0px;
  margin-left: 0;
  line-height: 1.3;
  padding-left: 20px;
}
.signBullets li {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.signBullets li .desc {
  font-size: 0.8em;
  display: block;
  font-weight: normal;
}
.rg-image img {
  display: block;
  width: 100%;
}
a.redButton,
a.redButton:link,
a.redButton:visited {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 1.3em;
  border-radius: 10px;
}
a.redButton:hover {
  color: #fff;
  background-color: #6d6f72;
}
.boldRed {
  font-weight: bold;
  color: #b40709;
}
.hideNextDay .nextDay {
  display: none;
}
.giveawayImages {
  /*
	div:nth-child(1) {
		text-align: right;
	}
	
	div:nth-child(2) {
		text-align: left;
	}
	*/
}
.giveawayImages img {
  display: block;
  width: 100%;
}
.giveawayHeading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  color: #b40709;
}
.giveawayBullets li {
  margin-bottom: 0px;
}
.terms {
  font-size: 0.8em;
  padding: 10px;
  border: 1px solid #ccc;
  height: 400px;
  overflow: scroll;
  display: none;
}
.myCartButton {
  margin-bottom: 20px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #b40709;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.myCartButton:hover {
  color: #fff;
  background-color: #6d6f72;
}
ul.myOptions {
  list-style-type: none;
  padding-left: 12px;
}
ul.myOptions li {
  margin-bottom: 0px;
}
.row.listing > div {
  margin-bottom: 40px;
}
.row.listing > div img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  /*box-sizing: border-box;
			border: 1px solid #ccc;
			padding: 10px;*/
}
.row.listing > div .title {
  color: #b40709;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.2em;
  height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.row.listing > div .price {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.categoryHeader {
  margin-bottom: 30px;
}
.breadcrumb {
  font-weight: bold;
  padding: 10px 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #fff;
  margin-bottom: 50px;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a,
.breadcrumb span {
  padding-right: 10px;
}
.breadcrumb span {
  padding-left: 10px;
}
.cart.myCart {
  margin: 40px 0;
}
.cart.myCart td {
  padding: 5px 5px 20px 5px;
}
.cart.myCart td.sku {
  font-size: 0.8em;
}
.cart.myCart .remove_cart {
  font-size: 0.9em;
}
.cart.myCart img {
  width: 100%;
  max-width: 200px;
}
.cart.myCart .fas.fa-times-circle {
  color: #b40709;
}
.cc {
  font-size: 40px;
  display: block;
}
.cc svg {
  margin-right: 5px;
  margin-left: 5px;
}
.shoppingNav {
  text-align: center;
  padding-right: 10px;
  margin-bottom: 8px;
}
.shoppingNav .shoppingNavItem {
  margin: 0 10px;
  display: inline-block;
}
.shoppingNav a,
.shoppingNav a:link,
.shoppingNav a:visited {
  display: inline-block;
  color: #b40709;
  font-size: 0.9em;
  text-transform: uppercase;
}
.loginForms label {
  width: 50%;
  max-width: 200px;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 10px;
}
.loginForms input {
  width: 50%;
  max-width: 300px;
}
.loginForms {
  margin-bottom: 40px;
}
.underlineLinks a,
.underlineLinks a:link,
.underlineLinks a:visited {
  text-decoration: underline;
}
.underlineLinks a:hover {
  text-decoration: none;
}
select {
  background-color: #fff;
  border-radius: 0px;
  border: solid 0.5px #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  outline: none;
  padding: 0 60px 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('/images/select.svg');
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 95% 50%;
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #888;
}
select:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
select option {
  font-weight: normal;
}
.tabBox {
  width: 100%;
  border: 1px solid #6d6f72;
  margin-bottom: 40px;
}
.tabBox .topSection {
  background-color: #f4f4f4;
  border-bottom: 1px solid #6d6f72;
}
.tabBox .topSection a,
.tabBox .topSection a:link,
.tabBox .topSection a:visited {
  margin-bottom: -1px;
  display: inline-block;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b40709;
}
.tabBox .topSection a.active,
.tabBox .topSection a:link.active,
.tabBox .topSection a:visited.active {
  background-color: #fff;
  border-right: 1px solid #6d6f72;
  border-left: 1px solid #6d6f72;
  border-bottom: 1px solid #fff;
}
.tabBox .topSection a:first-child.active,
.tabBox .topSection a:link:first-child.active,
.tabBox .topSection a:visited:first-child.active {
  border-left: none;
}
.tabBox .topSection a:hover {
  background-color: #f0cdce;
}
.tabBox .bottomSection {
  padding: 20px;
  display: none;
  min-height: 200px;
}
.tabBox .bottomSection.show {
  display: block;
}
.specTable {
  width: 100%;
  border: 1px dotted #6d6f72;
}
.specTable tr td {
  padding: 10px;
  border-bottom: 1px dotted #6d6f72;
}
.specTable tr td:first-child {
  background-color: #fafafa;
  border-right: 1px dotted #6d6f72;
  width: 25%;
  min-width: 180px;
}
.specTable tr:last-child td {
  border-bottom: none;
}
#dls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#dls ul li {
  position: relative;
  margin-bottom: 10px;
}
#dls ul li:before {
  content: "\f15c";
  color: #b40709;
  padding: 0 8px 0 0;
  font-family: "FontAwesome";
}
#dls ul li a,
#dls ul li a:link,
#dls ul li a:visited {
  text-decoration: none;
  color: #6d6f72;
}
#dls ul li a:hover {
  text-decoration: underline;
}
ul.shopNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
ul.shopNav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
ul.shopNav li:last-child a,
ul.shopNav li:last-child a:link,
ul.shopNav li:last-child a:visited {
  border-right: none;
}
ul.shopNav li a,
ul.shopNav li a:link,
ul.shopNav li a:visited {
  padding: 0px 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: dotted #b40709 1px;
}
ul.shopNav li a:hover,
ul.shopNav li a.uber {
  text-decoration: none;
  color: #b40709;
}
.hotDeal {
  float: right;
  width: 40%;
  max-width: 200px;
  max-height: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.prodDesc {
  line-height: 1.5;
  font-size: 1em;
}
.prodPrice {
  font-size: 1.75em;
  font-weight: bold;
  color: #b40709;
}
.customization {
  position: relative;
  padding-left: 50px;
  font-style: italic;
  line-height: 1.3;
  padding-bottom: 20px;
}
.customization .rememberIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #b40709;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}
.customization .rememberIcon img {
  width: 100%;
}
.floatyDog {
  width: 40%;
  max-width: 300px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.optionHeader {
  padding: 5px 3px;
  border-width: 1px 0;
  border-color: #ccc;
  border-style: dotted;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 0.9em;
}
.bottomStuff {
  text-align: right;
}
.quantityBoxWrap input[type="number"] {
  width: 70px;
  text-align: right;
  direction: rtl;
}
.shopNavWrap {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 40px;
}
ul.myOptions li.flexRadioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
ul.myOptions li.flexRadioList .radioHolder {
  padding-right: 10px;
  padding-right: 6px;
  padding-top: 1px;
}
.customMessage {
  margin-bottom: 0;
  font-weight: bold;
}
.error {
  color: red;
}
.shopNavMobileButton a {
  display: block;
  color: #fff;
  background-color: #b40709;
  padding: 5px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.shopNavMobileButton a .fas,
.shopNavMobileButton a svg {
  margin-right: 5px;
  display: inline-block;
}
.shopNavMobileButton.open a {
  margin-bottom: 0px;
}
.shopNavMobile {
  margin: 0 0 40px 0;
  background-color: #6d6f72;
  list-style-type: none;
  padding: 0;
  display: none;
}
.shopNavMobile li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.shopNavMobile li a {
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
}
.shopNavMobile.open {
  display: block;
}
.faqStuff .oneFaqGroup {
  margin-bottom: 20px;
}
.faqStuff .oneFaqGroup .theQuestion {
  font-weight: bold;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* STEVE SAYS: I have used a .fa.fa-bars.dl-trigger and font awesome for my menu trigger, because I don't like the "button" solution they have */
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 1000000000;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #b40709;
  border: none;
  width: 45px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #6d6f72;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  top: 10px;
  left: 16%;
  -webkit-box-shadow: 0 10px 0 rgba(255, 255, 255, 0.5), 0 20px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 10px 0 rgba(255, 255, 255, 0.5), 0 20px 0 rgba(255, 255, 255, 0.5);
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration: none;
  background-color: #000;
  border-bottom: 1px dotted #999;
}
.no-touch .dl-menuwrapper li a:hover {
  /*background: rgba(255,248,213,0.1);*/
  background-color: #b40709;
  color: #fff;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  /*background: rgba(0,0,0,0.1);*/
  background-color: #6d6f72;
  color: #fff;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
@media all and (min-width: 480px) {
  body:before {
    content: 'Extra Small Up (BS xs (col) AND BS sm)';
  }
  #logo {
    max-width: 300px;
  }
  h1 {
    font-size: 54px;
  }
  .heroHome {
    height: 300px;
  }
  /*
.foldyHalves {
	display: grid;
	grid-template-columns: 1fr;
	
	grid-template-areas:
		'leftHalf'
		'rightHalf';
		
		> div {
			box-sizing: border-box;
		}
	
		.leftHalf {
			padding-top: 20px;
			border-top: 1px solid @grey;
			text-align: center;
		}


		.rightHalf {
			padding-top: 20px;
			font-size: 1.2em;
			color: @grey;
		}
	
	
}*/
}
@media all and (min-width: 768px) {
  body:before {
    content: 'Small Up (BS Md)';
  }
  #sn {
    text-align: center;
  }
  #sn a,
  #sn a:link,
  #sn a:visited {
    margin-left: 3%;
    margin-right: 0%;
    text-align: right;
  }
  h1 {
    font-size: 74px;
  }
  .heroHome {
    height: 400px;
    background-position: center -70px;
  }
  .homeGrid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'box1Img box2Img' 'box1Title box2Title' 'box1Desc box2Desc' 'box3Img box4Img' 'box3Title box4Title' 'box3Desc box4Desc';
  }
  .foldyHalves {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
        grid-template-areas: 'leftHalf rightHalf';
  }
  .foldyHalves .leftHalf {
    padding-top: 35px;
    border-top: 1px solid #6d6f72;
    border-right: 1px solid #6d6f72;
    padding-right: 50px;
    text-align: left;
  }
  .foldyHalves .rightHalf {
    padding-top: 35px;
    border-top: 1px solid #6d6f72;
    padding-left: 50px;
  }
  .flexerGraphic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flexerGraphic .item {
    text-align: left;
  }
  .miniGallery a img {
    width: 33.33333333%;
  }
  .promoFlex.covid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .promoFlex.covid .gallerySide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 58%;
            flex: 0 1 58%;
    min-width: 0;
    padding-right: 2%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .promoFlex.covid .copySide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  #box1Img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #box2Img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #box3Img {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #box4Img {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  #box1Title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #box2Title {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #box3Title {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #box4Title {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  #box1Desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #box2Desc {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #box3Desc {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  #box4Desc {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .leftHalf {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .rightHalf {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media all and (min-width: 992px) {
  body:before {
    content: 'Medium Up (BS Large)';
  }
  #cssmenu {
    display: block;
  }
  #dl-menu {
    display: none;
  }
  #utilityNav {
    display: block;
  }
  h1 {
    font-size: 74px;
  }
  h2 {
    font-size: 74px;
  }
  h3 {
    font-size: 40px;
  }
  .heroHome {
    height: 480px;
    background-position: center -100px;
  }
  .homeGrid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
        grid-template-areas: 'box1Img box2Img box3Img box4Img' 'box1Title box2Title box3Title box4Title' 'box1Desc box2Desc box3Desc box4Desc';
  }
  .foldyImage {
    width: 60px;
  }
  .footerMenu {
    display: block;
  }
  .flexerNews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footerTag {
    margin-bottom: 0;
  }
  #footerGrid {
    text-align: left;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 60px auto auto;
    grid-template-rows: 60px auto auto;
        grid-template-areas: 'footerLogo footerTag footerTag footerTag footerContact' 'footerLogo footerMenu1 footerMenu2 footerMenu3 footerContact' 'footerLogo footerMenu1 footerMenu2 footerMenu3 footerContact';
  }
  #subFooter {
    text-align: left;
  }
  #subFooter .subFooterMenu {
    text-align: right;
  }
  #subFooter .subFooterMenu a:last-child {
    marin-right: 0;
  }
  #navWrap {
    display: block;
    /* Added `.affix-top` class css when the element is top */
    /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  }
  #navWrap.affix-top .miniLogo {
    display: none;
  }
  #navWrap.affix {
    position: fixed;
    background: #fff;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-animation: slideDown 1s 1;
            animation: slideDown 1s 1;
  }
  #navWrap.affix .miniLogo {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10%;
    height: 80%;
  }
  @-webkit-keyframes slideDown {
    0% {
      top: -50px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes slideDown {
    0% {
      top: -50px;
    }
    100% {
      top: 0;
    }
  }
  .promoFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .promoFlex .imageSide {
    padding-right: 2%;
  }
  .promoFlex .imageSide img {
    display: block;
    max-width: none;
  }
  .shoppingNav {
    text-align: right;
  }
  #cssmenu {
    font-family: 'Oswald', sans-serif;
    padding: 0;
    line-height: 1.2;
    display: block;
    color: #FFF;
    position: relative;
    z-index: 10000;
    font-size: 0px;
  }
  #cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #cssmenu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    /*all <a> tags in the nav menu get this, regardless of level, unless overridden*/
  }
  #cssmenu ul li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #ccc;
    padding: 0px 20px;
    white-space: nowrap;
    font-weight: 300;
  }
  #cssmenu ul li a:hover {
    color: #b40709;
  }
  /*only the first level of a tags (not sub menu)*/
  #cssmenu > ul > li > a {
    z-index: 2;
    position: relative;
  }
  #cssmenu > ul > li:last-of-type > a {
    border-right: none;
  }
  /* ################## SUB MENU STUFF ################## */
  /*the sub menus are initially out of sight, so they're "off," and... */
  #cssmenu ul li ul {
    /*position: absolute;
	left: -9999px;
	top: auto;
	display: none;
height: 0;*/
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: -200%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-5em);
        -ms-transform: translateY(-5em);
            transform: translateY(-5em);
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  /*...they show up when the parent li is hovered on*/
  #cssmenu > ul > li:hover > ul {
    display: block;
    padding-top: 15px;
    top: 100%;
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
            transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
  }
  /*formats (and overrides from top level formatting) for the sub menu items */
  #cssmenu > ul > li > ul > li {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
  }
  #cssmenu > ul > li > ul > li:last-of-type {
    /*round corners of bottom of last one*/
    border-radius: 0 0 10px 10px;
  }
  #cssmenu > ul > li > ul > li a {
    border-right: none;
    padding: 15px 10px;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 1px dotted #fff;
  }
  #cssmenu > ul > li > ul > li a:hover {
    color: #b40709;
  }
  #cssmenu > ul > li > ul > li:last-of-type a {
    border-bottom: none;
  }
  /* ################################################### */
  #box1Img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #box2Img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #box3Img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #box4Img {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #box1Title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #box2Title {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #box3Title {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #box4Title {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  #box1Desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #box2Desc {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #box3Desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #box4Desc {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  #footerLogo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #footerTag {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #footerContact {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  #footerMenu1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  #footerMenu2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  #footerMenu3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
  }
}
@media all and (min-width: 1200px) {
  body:before {
    content: 'Large Up (BS XL)';
  }
  .heroHome {
    background-position: center -130px;
  }
  .largeUpOnly {
    display: inline;
  }
  .hideLargeUp {
    display: none;
  }
}
@media all and (min-width: 1500px) {
  body:before {
    content: 'Extra Large Up (BS XL)';
  }
  .heroHome {
    height: 550px;
    background-position: center -180px;
  }
}
/*# sourceMappingURL=gai_styles.css.map */