/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Mukta', sans-serif;
  background-color: #FFFFFF;
  line-height: 1.6;
  color: #141620;
  position: relative;
  min-height: 100%;
}
@media (min-width: 1000px) {
  body {
    padding-bottom: 260px;
  }
}
section {
  font-size: 1em;
  font-weight: 300;
  padding: 50px 0;
}
@media (min-width: 1000px) {
  section {
    padding: 100px 0;
    font-size: 1.2em;
  }
}
h1 {
  font-size: 1.5em;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 1.8em;
  }
}
h2 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.3em;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 1.3em;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
a {
  color: #F8C511;
  text-decoration: none;
}
a:hover {
  color: #b79005;
}
dt {
  font-weight: bold;
  margin-top: 10px;
}
dd {
  font-size: 0.8em;
}
form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid grey;
  border-radius: 3px;
  box-shadow: 1px 1px 4px #EBEBEB;
}
form input,
form select {
  height: 50px;
}
@media (min-width: 1000px) {
  form input,
  form select {
    height: 40px;
  }
}
@media (min-width: 1000px) {
  form > label {
    line-height: 40px;
  }
}
form > label[for="message"] {
  line-height: initial;
}
form input[type="text"] {
  display: block;
  font-size: 0.8em;
  padding: 10px;
}
form input::placeholder {
  color: lightgray;
}
.tiny {
  font-size: 0.6em;
}
.hr {
  height: 52px;
  position: relative;
  text-align: center;
}
.hr img {
  max-height: 52px;
  position: absolute;
  z-index: 150;
  left: 50%;
  margin-left: -45px;
}
.hr:before {
  content: ' ';
  width: 180px;
  height: 52px;
  margin-left: -90px;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  z-index: 100;
}
.hr:after {
  content: ' ';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 50;
  background-color: #F8C511;
}
.button {
  display: inline-block;
  color: #000000;
  text-align: center;
  background: linear-gradient(180deg, #FFC700 0%, #FFFA76 0.01%, #F8C611 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #DECD3E;
  border-radius: 10px;
  padding: 10px 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}
.button:hover {
  color: #000000;
}
.cta p {
  font-size: 0.8em;
}
.cta.minor .button {
  font-size: 1em;
  padding: 5px 30px;
  text-transform: none;
  font-weight: 600;
}
.contain {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .contain {
    max-width: 1000px;
  }
}
.page {
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .page {
    max-width: 800px;
  }
}
.page p {
  margin-top: 10px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.grid {
  display: grid;
}
.divider {
  height: 40px;
  padding: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("images/honeycomb.png");
  background-size: 25%;
  display: none;
}
@media (min-width: 1000px) {
  .divider {
    display: block;
  }
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
.top-banner {
  background-color: #1C1A1A;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
@media (min-width: 1000px) {
  .top-banner {
    position: relative;
  }
}
.top-banner p {
  display: inline-block;
}
.top-banner .email {
  display: none;
  margin-right: 20px;
}
.top-banner .email a {
  color: #FFFFFF;
}
@media (min-width: 1000px) {
  .top-banner .email {
    display: inline;
  }
}
.top-banner .emergency-phone {
  display: none;
}
@media (min-width: 1000px) {
  .top-banner .emergency-phone {
    display: inline;
  }
}
.top-banner .icon {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.top-banner .icon-email {
  width: 24px;
  height: 24px;
  background-image: url('/images/email-icon.png');
}
.top-banner .icon-phone {
  width: 18px;
  height: 18px;
  background-image: url('/images/phone-icon.png');
}
nav.desktop {
  display: none;
}
@media (min-width: 1000px) {
  nav.desktop {
    display: block;
  }
  nav.mobile {
    display: none;
  }
}
nav {
  display: inline-block;
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  margin-right: 8px;
}
nav a {
  text-decoration: none;
  color: #212331;
  letter-spacing: 0;
  text-align: right;
  line-height: 109px;
  padding: 3px 4px;
  font-weight: 300;
  text-transform: uppercase;
}
nav a:hover {
  color: #212331;
  border-bottom: 3px solid #F8C511;
}
nav li:last-child {
  margin-right: 0;
}
#menuToggle input {
  display: none;
}
@media screen and (max-width: 500px) {
  nav {
    float: left;
  }
  #menuToggle {
    display: block;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 15px;
    margin-right: 15px;
  }
  #menuToggle input {
    display: block;
    position: absolute;
    width: 32px;
    height: 22px;
    top: 15px;
    right: 15px;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px) translateX(5px) translateY(-5px);
    background: #cdcdcd;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px) translateX(5px) translateY(5px);
  }
  #menu {
    position: absolute;
    width: 100%;
    background: #1C1A1A;
    -webkit-font-smoothing: antialiased;
    left: 0;
    top: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
  #menu li {
    padding: 5px 0;
    margin: 0;
    font-size: 22px;
    display: block;
  }
  #menu li a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
  }
  #menu li a.button {
    display: inline;
  }
  #menuToggle input:checked ~ #menu {
    height: auto;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    border-top: 1px solid #cdcdcd;
  }
}
.header {
  padding: 70px 0 20px 0;
  background-color: #F7F7F7;
  text-align: center;
}
@media (min-width: 1000px) {
  .header {
    padding: 20px 0;
    text-align: left;
  }
}
#logo img {
  max-height: 109px;
}
footer {
  padding: 30px 0;
  background-color: #1C1A1A;
  color: #FFFFFF;
  bottom: 0;
  width: 100%;
}
footer .contain {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
footer #footer-logo {
  max-width: 98%;
  margin: 0 auto 20px auto;
}
footer p {
  margin-bottom: 20px;
  margin-left: 10px;
  color: #cdcdcd;
}
@media (min-width: 1000px) {
  footer p {
    margin: 0;
  }
}
footer strong {
  color: #FFFFFF;
}
@media (min-width: 1000px) {
  footer {
    position: absolute;
  }
  footer #footer-logo {
    max-width: 332px;
    margin: 0;
  }
  footer .contain {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* PAGES */
.hero {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("images/honeycomb.png");
  background-size: 90%;
}
@media (min-width: 1000px) {
  .hero {
    background-size: 25%;
    padding: 40px 0;
  }
}
.hero .hero-inner {
  background: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  padding: 35px 10px;
}
@media (min-width: 1000px) {
  .hero .hero-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding: 35px 45px;
  }
}
.hero .hero-inner.contain {
  max-width: 100%;
}
@media (min-width: 1000px) {
  .hero .hero-inner.contain {
    max-width: 1000px;
  }
}
.hero .hero-inner .hero-text {
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .hero .hero-inner .hero-text {
    max-width: 100%;
    margin: 0;
  }
}
.hero .hero-inner .hero-text .free-estimate {
  display: none;
}
@media (min-width: 1000px) {
  .hero .hero-inner .hero-text .free-estimate {
    display: block;
  }
}
.hero .hero-inner .hero-text p {
  font-size: 120%;
  font-weight: 600;
}
@media (min-width: 1000px) {
  .hero .hero-inner .hero-text p {
    font-size: 200%;
  }
}
.hero .cta {
  text-align: center;
}
.hero .cta .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .hero .cta .button {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.drip {
  background-image: url('../../../../images/honey-drip.png');
  background-size: contain;
  height: 74px;
  width: 100%;
}
@media (min-width: 1000px) {
  .intro {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
.intro img {
  max-width: 95%;
  display: block;
  margin: 0 auto 25px auto;
}
@media (min-width: 1000px) {
  .intro img {
    max-width: 431px;
    display: inline;
    margin: 0 30px 0 0;
  }
}
.intro h1 {
  display: inline;
}
@media (min-width: 1000px) {
  .intro h1 {
    display: block;
  }
}
.intro h2 {
  display: inline;
  font-style: italic;
}
@media (min-width: 1000px) {
  .intro h2 {
    display: block;
  }
}
.intro > div p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.intro .cta {
  text-align: center;
}
@media (min-width: 1000px) {
  .intro .cta {
    margin-top: 40px;
    text-align: left;
  }
}
.intro .cta .button {
  font-size: 0.9em;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1000px) {
  .intro .cta .button {
    width: auto;
  }
}
.intro .cta p {
  display: inline-block;
  margin-top: 20px;
  font-weight: normal;
  font-size: 0.9em;
}
@media (min-width: 1000px) {
  .intro .cta p {
    font-size: 0.7em;
    margin-left: 10px;
  }
}
.intro .cta a {
  color: #212331;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .community {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.community .cta a {
  width: 100%;
}
@media (min-width: 1000px) {
  .community .cta a {
    width: auto;
  }
}
.community img {
  max-width: 100%;
  border: 5px solid #F8C511;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .community img {
    max-width: 431px;
    margin-left: 30px;
    margin-top: 0;
  }
}
.community .cta {
  margin-top: 20px;
}
.gallery {
  position: relative;
}
.gallery #image-gallery {
  position: relative;
  z-index: 1;
}
.gallery .row {
  max-height: 160px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.gallery .image {
  height: 160px;
  width: 160px;
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.gallery .text {
  background: rgba(0, 0, 0, 0.86);
  z-index: 100;
  color: #FFFFFF;
  padding: 30px 0;
}
.gallery .text > * {
  max-width: 90%;
  margin: auto;
}
@media (min-width: 1000px) {
  .gallery .text {
    max-width: 775px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -387.5px;
    position: absolute;
    padding: 30px;
  }
}
.gallery .cta {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .gallery .cta {
    margin-top: 0;
    text-align: right;
  }
}
.gallery .cta a {
  width: 100%;
}
@media (min-width: 1000px) {
  .gallery .cta a {
    width: auto;
  }
}
.honey .honey-display {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.honey .honey-inner {
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .honey .honey-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.honey p {
  display: inline;
}
@media (min-width: 1000px) {
  .honey p {
    display: block;
  }
}
.honey .honey-jar {
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .honey .honey-jar {
    margin-top: 0;
  }
}
.testimonials h1 {
  margin-bottom: 40px;
}
.testimonials .tiny {
  margin-bottom: 10px;
}
.testimonials .signature {
  margin-top: 10px;
  font-size: 0.8em;
}
.testimonials .testimonial {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: 40px auto;
}
@media (min-width: 1000px) {
  .testimonials .testimonial-grid {
    grid-template-columns: 40px auto 40px;
  }
}
.testimonials .before,
.testimonials .after {
  font-size: 5em;
}
.testimonials .before span,
.testimonials .after span {
  display: block;
}
.testimonials .before {
  align-self: start;
}
.testimonials .before span {
  margin-top: -45px;
}
.testimonials .after {
  display: none;
  align-self: end;
}
@media (min-width: 1000px) {
  .testimonials .after {
    display: block;
  }
}
.testimonials .after span {
  transform: rotate(180deg);
  margin-bottom: -45px;
}
.estimate h2 {
  margin-top: 20px;
}
.estimate .emergency-phone {
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .estimate .emergency-phone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    justify-content: space-around;
  }
}
.estimate .emergency-phone .hours-numbers {
  display: grid;
  grid-template-columns: 140px 1fr;
}
.estimate .emergency-phone .medical-emergency-subtext {
  margin-top: 10px;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 1000px) {
  .estimate .emergency-phone .medical-emergency-subtext {
    margin-top: auto;
  }
}
.estimate form {
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .estimate form {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
}
.estimate form input,
.estimate form textarea,
.estimate form select,
.estimate form .address {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .estimate form input,
  .estimate form textarea,
  .estimate form select,
  .estimate form .address {
    margin-bottom: auto;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media (min-width: 1000px) {
  .estimate form > label,
  .estimate form > span {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.estimate form button {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .estimate form button {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 1.2em;
    padding: 10px;
  }
}
.estimate form .address-of-removal {
  font-weight: bold;
}
.estimate form .address {
  margin: 0 5px;
}
@media (min-width: 1000px) {
  .estimate form .address {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
}
.estimate form .address label {
  font-size: 0.9em;
}
.meet-the-hive dl {
  padding-left: 20px;
}
.meet-the-hive h2 {
  margin-top: 20px;
}
/*# sourceMappingURL=styles.css.map */