/*

MetroFresh CSS 1.0.1

*/
@font-face {
  font-family: museo-sans;
  src: url("/assets/webfonts/MuseoSans_700-webfont.woff2") format("woff2"), url("/assets/webfonts/MuseoSans_700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: museo-sans;
  src: url("/assets/webfonts/MuseoSans_700_italic-webfont.woff2") format("woff2"), url("/assets/webfonts/MuseoSans_700_italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: museo-sans;
  src: url("/assets/webfonts/MuseoSans_500-webfont.woff2") format("woff2"), url("/assets/webfonts/MuseoSans_500-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: museo-sans;
  src: url("/assets/webfonts/MuseoSans_500_italic-webfont.woff2") format("woff2"), url("/assets/webfonts/MuseoSans_500_italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: museo-slab;
  src: url("/assets/webfonts/Museo_Slab_500_2-webfont.woff2") format("woff2"), url("/assets/webfonts/Museo_Slab_500_2-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: museo-slab;
  src: url("/assets/webfonts/Museo_Slab_500italic-webfont.woff2") format("woff2"), url("/assets/webfonts/Museo_Slab_500italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: museo-slab;
  src: url("/assets/webfonts/Museo_Slab_700-webfont.woff2") format("woff2"), url("/assets/webfonts/Museo_Slab_700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: museo-slab;
  src: url("/assets/webfonts/Museo_Slab_700italic-webfont.woff2") format("woff2"), url("/assets/webfonts/Museo_Slab_700italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
html {
  scroll-behavior: smooth;
}
*/
body {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #006838;
  letter-spacing: 0;
  line-height: 1.4;
}

h1,
h2,
h3,
h4 {
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #006838;
}

h1 {
  font-size: 36px;
}
h1.menu-heading {
  display: block;
  width: 100%;
  vertical-align: baseline;
}
h1.menu-heading span {
  display: inline-block;
  color: #8ab51f;
  width: auto;
  margin-left: 30px;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: baseline;
  /*
              @include bp(lg) {
                  font-size: 28px;
              }
              @include bp(xl) {
                  font-size: 30px;
              }
              @include bp(xxl) {
                  font-size: 32px;
              }
  */
}
@media (min-width: 768px) {
  h1.menu-heading span {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}

p {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}
p.lead {
  font-size: 24px;
  font-weight: 500;
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  p.lead {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.large-copy p {
  font-size: 24px;
}

.large-copy p.lead {
  font-size: 28px;
  font-weight: 500;
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}

.navbar-brand {
  margin-top: -5px;
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-right: 80px;
  }
}

.navbar-toggler {
  background-image: none !important;
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  color: #fff !important;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: none !important;
}

.navbar-main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 100;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav .nav-item .nav-link.nav-social {
  font-weight: 400;
}
.navbar-nav .nav-item .nav-link.nav-social:after {
  font-weight: 400;
}

#sub-nav {
  background-color: #8ab51f !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-left: 0;
  margin-right: 0;
}
#sub-nav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #sub-nav {
    margin-right: auto;
    margin-left: auto;
  }
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
}
.navbar-collapse.show .navbar-nav .nav-item .nav-link,
.navbar-collapse.collapsing .navbar-nav .nav-item .nav-link {
  color: #006838;
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}

div.keyGuide ul li {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 0 5px 0 0;
  display: inline;
  color: #8ab51f !important;
}

div.keyGuide span {
  display: block;
  width: 50px;
  float: left;
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #006838;
  margin-top: 1px;
}

.nav-locations {
  margin-top: 30px;
  border-bottom: none;
}
.nav-locations .nav-item .nav-link {
  background-color: transparent;
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 10px;
  margin: 0 auto;
  color: #006838;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .nav-locations .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .nav-locations .nav-item .nav-link {
    font-size: 30px;
    padding-top: 25px;
  }
}
.nav-locations .nav-item .nav-link.active {
  /*
  	            border: 1px solid $brand-dgreen;
  	            background-color: #fff;
  	            border-bottom: 1px solid #fff;
  */
  border: 1px solid #006838;
  background-color: #006838;
  color: #fff;
  border-bottom: 1px solid #006838;
  opacity: 1;
}
.nav-locations .nav-item .nav-link span {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  /*
  	            @include bp(md) {
  		            display: none;
  		        }
  */
}
.nav-locations .nav-item .nav-link img {
  display: none;
}
@media (min-width: 768px) {
  .nav-locations .nav-item .nav-link img {
    display: block;
  }
}

/*
.nav-food {
    //margin-top: 30px;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 30px;
    .nav-item {
        .nav-link {
            font-family: $museo-stack;
            border-radius: 0;
            font-weight: 500;
            font-size: 24px;
            color: $brand-green;
            text-align: center;
            border: 1px solid $brand-green;
            &.active {
                color: #fff;
                background-color: $brand-green;
            }
        }
    }
}
*/
.nav-food {
  margin-top: 0;
  margin-bottom: 30px;
  border: 1px solid #006838;
  background-color: #006838;
}
.nav-food .nav-item {
  padding: 5px;
}
.nav-food .nav-item .nav-link {
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  border-radius: 0;
  font-weight: 500;
  font-size: 24px;
  background-color: #006838;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 1.2;
}
.nav-food .nav-item .nav-link.active {
  color: #fff;
  background-color: #006838;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .nav-food .nav-item .nav-link.active {
    /*
    	                color: $brand-dgreen;
    	                background-color: #fff;
    */
  }
}

.menu h2 {
  font-size: 28px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
  margin-top: 30px;
  vertical-align: baseline;
  border-bottom: 4px solid #006838;
}
@media (min-width: 768px) {
  .menu h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .menu h2 {
    font-size: 32px;
  }
}
.menu h2 span {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .menu h2 span {
    width: auto;
    display: block;
    float: right;
    text-align: right;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .menu h2 span {
    font-size: 24px;
  }
}

/*
h2.menu-header {
    font-size: 32px;
    padding: 10px 0;
    margin-bottom: 5px;
    margin-top: 30px;
    vertical-align: baseline;
    border-bottom: 4px solid $brand-dgreen;
    span {
        display: block;
        float: right;
        font-size: 24px;
        padding-top: 8px;
    }
}
*/
.menu-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #8ab51f;
}
.menu-item p {
  font-size: 16px;
  font-style: italic;
  color: #006838;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.menu-item p.item-name {
  font-size: 18px;
  font-style: normal;
}
.menu-item p.item-name span.price {
  margin-left: 20px;
}
.menu-item .key-list {
  margin-left: 20px;
  display: flex;
}
.menu-item .key-list span {
  display: block;
  line-height: 1.2;
  margin-left: 20px;
  color: #006838;
}

.jumbotron {
  border-radius: 0;
  width: 100%;
  position: relative;
  background-image: url("/assets/images/metrofresh-12-1800.jpg");
  background-size: cover;
  background-position: 50% 50%;
  height: 70vh;
  max-height: 750px;
}
.jumbotron .container {
  z-index: 100;
}
.jumbotron .cover {
  /*
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-color: rgba(0,0,0,.3);
          z-index: 5;
  */
}
.jumbotron h1 {
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px #006838;
}
@media (min-width: 768px) {
  .jumbotron h1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .jumbotron h1 {
    font-size: 72px;
  }
}
@media (min-width: 1400px) {
  .jumbotron h1 {
    font-size: 80px;
  }
}
.jumbotron h2 {
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 1px 1px 1px #006838;
}
@media (min-width: 992px) {
  .jumbotron h2 {
    font-size: 36px;
  }
}
.jumbotron.jumbotron-short {
  height: 500px;
  padding-bottom: 50px;
}
.jumbotron.jumbotron-short .cover {
  width: 100%;
  height: 210px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
body.home .jumbotron {
  height: 90vh;
  max-height: 950px;
}

.jumbotron-cover .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  height: 100% !important;
}

.btn {
  border: none;
  padding: 7px 25px !important;
  line-height: 1;
}
.btn.btn-primary {
  color: #fff;
  background-color: #006838;
  border-radius: 25px;
}
.navbar-main .btn.btn-primary {
  background-color: #fff;
  color: #006838;
}
.navbar-main .btn.btn-primary:hover {
  color: #fff;
  background-color: #006838;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #8ab51f;
  border-radius: 25px;
}
.navbar-main .btn.btn-secondary {
  background-color: #fff;
  color: #8ab51f;
}
.navbar-main .btn.btn-secondary:hover {
  color: #fff;
  background-color: #8ab51f;
}
.btn.btn-lg {
  padding: 16px 30px !important;
  border-radius: 30px;
}
.btn.btn-sm {
  font-size: 15px;
  padding: 5px 15px !important;
  border-radius: 13px;
}

.home-slider {
  display: block;
  position: relative;
  width: 100% !important;
  min-width: 100% !important;
  z-index: 0;
}

.home-slider .carousel-cell {
  display: block;
  width: 100% !important;
  position: relative;
  background-image: url("/assets/images/metrofresh-12-1800.jpg");
  background-size: cover;
  background-position: 50% 50%;
  height: 90vh;
  max-height: 950px;
  /* z-index: 1; */
}

.home-slider .carousel-cell h1 {
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px #006838;
}
@media (min-width: 768px) {
  .home-slider .carousel-cell h1 {
    font-size: 80px;
  }
}

.home-slider .carousel-cell h2 {
  font-family: museo-slab, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 1px 1px 1px #006838;
  line-height: 1.3;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .home-slider .carousel-cell h2 {
    font-size: 36px;
  }
}

.home-slider .carousel-cell .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  height: 100% !important;
}

.home-slider .flickity-page-dots {
  bottom: 10px;
  z-index: 11;
}

.flickity-button {
  display: none;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.demo-slider .photo-slider .item img {
  height: 330px !important;
  width: auto !important;
  margin-right: 10px;
}

.photo-slider {
  width: 100%;
  margin: 0 auto;
}

.hero-link {
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section-standard {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-green {
  background-color: #006838;
}

.section-lgray {
  background-color: #e8eeea;
}

.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse p,
.section-inverse ul li,
.section-inverse a {
  color: #fff;
}
.section-inverse .btn-primary {
  background-color: #fff;
  color: #8ab51f;
}

hr.med {
  display: block;
  width: 200px;
  border-top: 4px solid #8ab51f;
  margin: 30px auto;
}

.list-group {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .list-group {
    margin-top: 0;
  }
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 0 4px 0;
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.list-group-item:first-child {
  border-top: none;
}
.list-group-item:after {
  content: "";
  display: block;
  border-top: 1px solid #8ab51f;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.list-group-item:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .list-group-item {
    text-align: left;
  }
  .list-group-item:after {
    margin-left: 0;
    margin-right: 0;
  }
}

/* owl overrides */
.outer .left,
.outer .right {
  min-width: 0;
  min-height: 0;
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  overflow: hidden;
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot {
  border: none;
  background: transparent;
  padding-left: 4px;
  padding-right: 4px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  background: #8ab51f;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

footer h2 {
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 30px;
}
footer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
footer p {
  font-size: 16px;
  line-height: 1.3;
}
footer img.location {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer img.location {
    max-width: 80%;
  }
}

#specials h2 {
  color: #006838;
  margin-bottom: 60px;
}

.special {
  text-align: center;
}
.special h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  color: #006838;
  text-align: center;
  line-height: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #006838;
  margin-bottom: 15px;
}
.special p {
  text-align: center;
  font-size: 18px;
  color: #006838;
}

.intro {
  background-color: #006838;
  background-repeat: no-repeat, no-repeat;
  background-position: 5% 60px, top left;
  background-image: url(/assets/img/bg-mf-bubble-bowl-250-10.png), linear-gradient(195deg, #398e5c 0%, #006838 76%);
}
.intro h2,
.intro h3,
.intro h4,
.intro p,
.intro ul li {
  color: #fff;
}
.intro h2 {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .intro h2 {
    font-size: 60px;
  }
}
.intro h3 {
  font-size: 24px;
}
.intro img.cookbook {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .intro img.cookbook {
    margin-top: -100px;
    transform: rotate(6deg);
  }
}
.intro a h3,
.intro a:hover h3 {
  text-decoration: none !important;
}

.demo-slider .owl-carousel .item img {
  height: 330px !important;
  width: auto !important;
}

.img-wider.left {
  margin-left: 0;
}
@media (min-width: 992px) {
  .img-wider.left {
    margin-left: -100px;
  }
}
.img-wider.right {
  margin-right: 0;
}
@media (min-width: 992px) {
  .img-wider.right {
    margin-right: -100px;
  }
}

/* forms */
.datepicker-days td,
.datepicker-days th {
  font-size: 15px !important;
}

#fields-phone1-country {
  display: none;
}

.field {
  margin-bottom: 20px;
}

.field .heading label {
  font-weight: bold;
}

.field .input input,
.field .input select,
.field .input textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.field .input textarea {
  height: auto;
}

.submit button {
  border: none;
  padding: 7px 25px !important;
  line-height: 1;
  color: #fff;
  background-color: #8ab51f;
  border-radius: 25px;
}

/* helper classes */
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-15-sides {
  padding-left: 15px;
  padding-right: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-20 {
  padding-left: 20px;
}

.p-20 {
  padding: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

/* font aweseom  */
.icons {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .icons {
    padding-top: 36px;
  }
}

.icon,
.icon .fa {
  font-size: 24px;
  color: #8ab51f;
  margin: 5px;
}

/* Boostrap overrides */
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.row-gutter-narrow {
  margin-left: -9px;
  margin-right: -9px;
}

.row-gutter-narrow .col-sm-3,
.row-gutter-narrow .col-sm-4,
.row-gutter-narrow .col-sm-6,
.row-gutter-narrow .col-sm-12,
.row-gutter-narrow .col-md-3,
.row-gutter-narrow .col-md-4,
.row-gutter-narrow .col-md-6,
.row-gutter-narrow .col-md-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.row-gutter-wide {
  margin-left: -40px;
  margin-right: -40px;
}

.row-gutter-wide .col-sm-3,
.row-gutter-wide .col-sm-6,
.row-gutter-wide .col-sm-4,
.row-gutter-wide .col-sm-12,
.row-gutter-wide .col-md-3,
.row-gutter-wide .col-md-6,
.row-gutter-wide .col-md-4,
.row-gutter-wide .col-md-12 {
  padding-left: 40px;
  padding-right: 40px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  body {
    color: #000 !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  div.keyGuide span,
  div.keyGuide ul li {
    color: #000 !important;
  }
}
