* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 27px;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 27px 0 13.5px 0;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 27px;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 13.5px 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 640px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
h4 {
  font-size: 1em;
  margin: 50px 0;
}
@media (max-width: 640px) {
  h4 {
    text-align: center;
    font-size: 120%;
  }
}
.takeout {
  width: 50%;
  float: left;
  padding: 10px;
}
.takeout img {
  display: block;
  margin: 0 auto;
}
.takeout p {
  text-align: center;
}
.clearing::after {
  content: "";
  display: block;
  clear: both;
}
.thanks {
  font-style: italic;
  color: gray;
  margin-top: 3em;
}
.bullet-list {
  padding-left: 0px;
}
.bullet-list li {
  list-style: none;
}
.bullet-list li:before {
  color: #006eaa;
  /* set color to blue */
  content: "\2022";
  /* /2022 is the numerical unicode for &bull; */
  font-size: 1.5em;
  /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right: .25em;
  /* give the bullet some padding from the text Make sure to use em*/
  position: relative;
  top: .1em;
  /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
@media (min-width: 900px) {
  .bullet-list {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
  }
}
.other-items {
  width: 95%;
  float: left;
  padding: 10px;
}
.other-items ul {
  list-style-type: disc;
}
.other-items ul li {
  color: #444;
}
@media (max-width: 768px) {
  .other-items {
    width: 100%;
    float: none;
  }
}
@media (max-width: 640px) {
  .other-items {
    width: 100%;
    float: none;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.items {
  padding: 10px;
}
.items img {
  display: block;
  margin: 0 auto;
}
.items p {
  text-align: center;
}
.item-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-table .items {
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
@media (max-width: 768px) {
  .item-table .items {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
}
@media (max-width: 640px) {
  .item-table .items {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.trash-type {
  width: 33.3%;
  float: left;
  padding: 10px 20px;
}
.trash-type img {
  display: block;
  margin: 0 auto;
}
.trash-type h4 {
  text-align: center;
}
@media (max-width: 768px) {
  .trash-type {
    width: 100%;
    float: none;
  }
}
.blue {
  color: #5e7fbf;
  font-weight: bold;
}
.orange {
  color: #f37235;
  font-weight: bold;
}
.green {
  color: #59a56c;
  font-weight: bold;
}
