@import url(https://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic|Changa+One:400,400italic);
.feedback-page.content-block {
  padding: 100px 0 50px 35px;
  width: 72%;
}
.feedback-page form {
  margin-top: 30px;
}
.feedback-page label {
  color: #79C102;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  width: 115px;
}
.feedback-page .form-field {
  margin-bottom: 30px;
  position: relative;
}
.feedback-page textarea,
.feedback-page input {
  background-color: #fcfcfc;
  box-shadow: none !important;
  border: 1px solid #FF9D00;
  font-family: inherit;
}
.feedback-page textarea:focus,
.feedback-page input:focus {
  box-shadow: 0 0 2px 1px rgba(255, 157, 0, 0.25) !important;
  outline: 0;
}
.feedback-page input {
  width: 270px;
  height: 35px;
  padding: 0 10px;
}
.feedback-page textarea {
  padding: 10px;
  width: 420px;
  height: 220px;
}
.feedback-page .field-validation-error {
  color: #ff0000;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 119px;
}
.feedback-page .submit-container {
  margin-bottom: 20px;
  margin-left: 119px;
}
.feedback-page .submit-container .btn {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 0;
  box-shadow: none;
  float: none;
  outline: 0;
}

@media only screen and (max-width: 968px) {
  .feedback-page.content-block {
    padding: 50px 10px 30px;
    width: 100%;
  }
  .feedback-page form {
    margin-top: 30px;
  }
  .feedback-page label {
    display: block;
    margin-bottom: 5px;
    width: auto;
  }
  .feedback-page .form-field {
    margin-bottom: 30px;
    position: relative;
  }
  .feedback-page input {
    max-width: 280px;
    width: 100%;
  }
  .feedback-page textarea {
    width: 100%;
  }
  .feedback-page .field-validation-error {
    left: 0;
  }
  .feedback-page .submit-container {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: -10px;
  }
  .feedback-page .submit-container .btn {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
}
/*
.critter-crafts-materials {
    background-color: #fcfcfc;
    border: 2px dashed $orange;
    margin: 40px auto 70px;
    max-width: 766px;
    padding: 20px 35px 25px;

    > :last-child {
        margin-bottom: 0;
    }

    ul, ol {
        margin-left: 1.3em;
    }
}*/
.critter-crafts-materials ul, .critter-crafts-materials ol {
  padding-left: 25px;
}
.critter-crafts-materials ul li, .critter-crafts-materials ol li {
  margin-bottom: 20px;
}
.critter-crafts-materials ul li::marker, .critter-crafts-materials ol li::marker {
  color: #006E9C;
}
.critter-crafts-materials ul {
  list-style: disc;
}

.critter-crafts-directions ol {
  list-style: none;
  counter-reset: section;
  margin-left: 0;
  padding-left: 25px;
  position: relative;
}
.critter-crafts-directions ol li {
  margin-bottom: 20px;
}
.critter-crafts-directions ol li:before {
  color: #FF9D00;
  counter-increment: section;
  content: counters(section,".") ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 969px) {
  .critter-crafts-directions {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 968px) {
  .critter-crafts-intro-content {
    text-align: left;
  }

  /*
  .critter-crafts-materials
  {
      margin:40px auto;
      padding:15px;
  }*/
  .craft-pest-detail-page .critter-crafts-detail-page {
    padding: 70px 0 40px;
    margin-bottom: 70px !important;
    margin-top: -30px !important;
  }
  .craft-pest-detail-page .critter-crafts-detail-page .video-logo-pest-quest {
    display: block;
    top: -45px;
    width: 140px;
  }
  .craft-pest-detail-page .critter-crafts-detail-page.pest-craft-video-container {
    position: relative;
  }
  .craft-pest-detail-page .critter-crafts-detail-page .critter-crafts-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  .craft-pest-detail-page .critter-crafts-detail-page .header-text {
    bottom: auto;
    top: 100%;
  }
}
.header-logo {
  position: relative;
  z-index: 2;
}
.header-logo img {
  width: 250px;
}

header {
  clear: both;
}
header .top-nav-btn {
  background-color: #1561A5;
  color: #fff !important;
  flex: 0 0 calc(50% - 1px);
  float: none;
  line-height: 50px;
  text-align: center;
  white-space: normal;
}
header .top-nav-btn img {
  vertical-align: middle;
}
header .top-nav-btn:active, header .top-nav-btn:hover {
  background-color: #0f4678;
}

.site-header {
  background-color: #0094D6;
  padding: 20px 0;
  position: relative;
}
.site-header a {
  white-space: normal;
}

.header-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-line {
  background-color: #fff;
  height: 3px;
  border-radius: 5px;
  display: block;
  margin-bottom: 3px;
  width: 27px;
}
.nav-line:last-child {
  margin-bottom: 0;
}

.mobile-navigation .header-nav {
  display: none;
}

.mobile-navigation-links {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}

.header-nav {
  background-color: #7CD9F5;
  margin: 0;
  list-style: none;
  padding: 15px 20px 15px;
}
.header-nav > li {
  line-height: 1;
  margin-bottom: 10px;
}
.header-nav > li > a {
  color: #fff;
  font: 400 20px/1 peachy-keen-jf, sans-serif;
  text-shadow: 0px 1px 0.25px rgba(0, 0, 0, 0.3);
}
.header-nav .drop-down {
  display: none;
  padding-left: 20px;
}
.header-nav .drop-down li {
  margin-top: 10px;
}
.header-nav .drop-down a {
  color: #006E9C;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-nav ul {
  list-style: none;
  margin: 0;
}

.main-menu-anchor {
  display: flex;
}
.main-menu-anchor:hover, .main-menu-anchor:active {
  text-decoration: none;
}
.main-menu-anchor .menu-nav-icon {
  flex: 0 0 10px;
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) and (min-width: 969px) {
  .header-nav > li.navigationContainer > a {
    pointer-events: none;
  }
  .header-nav > li.has-drop:hover .drop-down {
    display: block;
  }
}
@media only screen and (min-width: 969px) {
  .header-nav > li ul .touch-only {
    display: none;
  }
  .header-nav > li.touched .touch-only {
    display: block;
  }

  .header-logo {
    bottom: -45px;
    left: 0;
    position: absolute;
  }
  .header-logo img {
    width: 310px;
  }

  .site-header {
    border-bottom: 10px solid #fff;
    padding: 0;
  }
  .site-header .header-top {
    display: flex;
    justify-content: flex-end;
  }
  .site-header .top-nav-btn {
    border-radius: 0 0 12px 12px;
    line-height: 40px;
    flex: 0 0 auto;
    margin-left: 10px;
    padding: 0 15px;
  }

  .header-bottom {
    display: block;
    padding: 15px 0 5px;
    position: relative;
  }

  .header-nav {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    margin: 0 -18px 0 0;
    padding: 0 0 0 325px;
  }
  .header-nav > li {
    margin-bottom: 0;
    margin-left: 5px;
    position: relative;
    z-index: 100;
  }
  .header-nav > li:hover > a, .header-nav > li.open > a {
    background-color: #7CD9F5;
    text-decoration: none;
  }
  .header-nav > li > a {
    border-radius: 15px;
    display: block;
    font-size: 16px;
    padding: 15px 18px;
    position: relative;
    z-index: 2;
  }
  .header-nav > li.has-drop > a {
    border-radius: 15px 15px 0 0;
  }
  .header-nav > li:last-child .drop-down {
    border-radius: 15px 0 15px 15px;
    left: auto;
    right: 0;
  }
  .header-nav .navigationContainer > a {
    cursor: default;
  }
  .header-nav .drop-down {
    background-color: #7CD9F5;
    border-radius: 0 15px 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 0 18px 10px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .header-nav .drop-down li {
    line-height: 1;
    margin-top: 5px;
  }
  .header-nav .drop-down a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1150px) {
  .header-nav > li:last-child .drop-down {
    border-radius: 0 15px 15px;
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 968px) {
  .header-nav > li.has-drop.open .drop-down {
    display: block;
  }

  /* ------------ Hide Main Navigation For Small Screen  ------------------*/
  .header-nav {
    display: none;
  }
}
li.secondary {
  display: none;
}

.homepage-content a {
  white-space: normal;
}
.homepage-content .home-wildcard a,
.homepage-content .featured-thumb,
.homepage-content .btn-round,
.homepage-content .prefooter-logos a {
  transition: opacity .5s ease;
}
.homepage-content .home-wildcard a:active, .homepage-content .home-wildcard a:hover,
.homepage-content .featured-thumb:active,
.homepage-content .featured-thumb:hover,
.homepage-content .btn-round:active,
.homepage-content .btn-round:hover,
.homepage-content .prefooter-logos a:active,
.homepage-content .prefooter-logos a:hover {
  opacity: .7;
  text-decoration: none;
}

.featured-category {
  transition: opacity .5s ease;
}
.featured-category:active, .featured-category:hover {
  opacity: .7;
  text-decoration: none;
}

.home-top-content {
  background: url("../img/grass-mobile.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.home-top-content h1, .home-top-content h2 {
  color: #fff;
}
.home-top-content h1 {
  font-size: 16px;
  font-weight: 900;
  text-shadow: 0px 3px 6px #5B910280;
  text-transform: uppercase;
}
.home-top-content h2 {
  font: 400 22px/28px peachy-keen-jf, sans-serif;
  text-shadow: 0px 3px 6px #5A900280;
}
.home-top-content .bugs-bg {
  background: url("../img/bugs-mobile.png") no-repeat bottom center;
  bottom: 40px;
  height: 125px;
  left: 0;
  right: 0;
  position: absolute;
}
.home-top-content .wrapper {
  padding-bottom: 160px;
  padding-top: 60px;
  position: relative;
}

.homepage-content .home-categories {
  position: absolute;
  bottom: -38px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.home-categories {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.home-categories .featured-category {
  color: #fff;
  border: 5px solid #fff;
  border-radius: 100%;
  height: 76px;
  flex: 0 0 76px;
  text-decoration: none;
}
.home-categories .icon-container {
  align-items: center;
  display: flex;
  height: 35px;
  margin: 5px auto 0;
  max-width: 35px;
  justify-content: center;
}
.home-categories h3 {
  color: #fff;
  font: 400 12px/1 peachy-keen-jf, sans-serif;
  letter-spacing: 0.36px;
  margin: 0;
  text-shadow: 0px 1px 0.5px #006E9B;
}

.home-main-content {
  overflow: hidden;
  padding: 60px 0 125px;
  position: relative;
}

.hug-a-bug {
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 0;
  height: 235px;
  left: 0;
  right: -35px;
  position: absolute;
}

.home-featured-content h3 {
  align-items: center;
  color: #0093D0;
  display: flex;
  line-height: 1;
  font-weight: 900;
}
.home-featured-content h3 .btn-round {
  margin-left: 15px;
}

.home-featured-games {
  margin: 30px 0 25px;
}

.featured-games-container {
  display: flex;
  justify-content: space-between;
}
.featured-games-container a {
  flex: 0 0 calc(50% - 8px);
}

.featured-thumb {
  border: 5px solid #66BEE3;
  display: block;
  line-height: 0;
}

.home-featured-video {
  border-color: #A9D75D;
}
.home-featured-video h3 {
  color: #79C102;
}
.home-featured-video img {
  width: 100%;
}

.home-wildcard {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.home-wildcard .image-container {
  flex: 0 0 200px;
  padding-right: 20px;
}
.home-wildcard h2 {
  color: #FF9D00;
  font-size: 20px;
  font-weight: 900;
}

.bottom-bug {
  height: 114px;
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 109px;
  z-index: 3;
}

.home-bottom-content {
  padding: 50px 0 235px;
  overflow: hidden;
  position: relative;
}
.home-bottom-content .rte-content {
  font-size: 16px;
  position: relative;
  z-index: 4;
}
.home-bottom-content .rte-content p {
  font-size: 16px;
  line-height: 1.45;
}

.prefooter-logos {
  padding: 35px 0;
}
.prefooter-logos h4 {
  color: #797979;
  font-size: 14px;
  text-align: center;
}
.prefooter-logos .left-logos-interior {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.prefooter-logos .left-logo {
  flex: 0 0 50%;
  margin: 20px 0;
  text-align: center;
}
.prefooter-logos .right-logo {
  text-align: center;
}
.prefooter-logos .right-logo h4 {
  margin: 20px 0 25px;
}

@media only screen and (min-width: 768px) {
  .home-categories {
    justify-content: center;
  }
  .home-categories .featured-category {
    margin: 0 10px;
  }

  .hug-a-bug {
    background-position: bottom center;
    right: 0;
  }

  .home-wildcard h2 {
    font-size: 29px;
  }
}
@media only screen and (min-width: 969px) {
  .home-top-content {
    background: url("../img/grass.png") no-repeat bottom center;
    background-size: cover;
  }
  .home-top-content .wrapper {
    min-height: 450px;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .home-top-content h1 {
    font-size: 20px;
  }
  .home-top-content h2 {
    font-size: 39px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .home-top-content h1, .home-top-content h2 {
    max-width: 50%;
    padding-right: 20px;
  }
  .home-top-content .bugs-bg {
    background-image: url("../img/bugs-wide.png");
    bottom: 50px;
    height: 391px;
    width: 615px;
    left: auto;
    pointer-events: none;
    z-index: 5;
  }

  .homepage-content .home-categories {
    bottom: -45px;
  }

  .home-categories {
    justify-content: flex-end;
  }
  .home-categories .featured-category {
    align-items: center;
    border-radius: 20px;
    display: flex;
    height: 90px;
    flex: 0 0 calc(25% - 12px);
    margin: 0 6px;
    padding: 0 10px 0 15px;
  }
  .home-categories .icon-container {
    align-items: initial;
    height: 40px;
    margin-top: 0;
    flex: 0 0 75px;
    max-width: 75px;
  }
  .home-categories h3 {
    flex-grow: 2;
    font-size: 24px;
    text-align: center;
  }

  .home-main-content {
    padding: 0;
  }
  .home-main-content .wrapper {
    padding-top: 125px;
    padding-bottom: 40px;
    position: relative;
  }
  .home-main-content .rte-content {
    font-size: 22px;
    padding-left: 170px;
  }
  .home-main-content .rte-content p {
    font-size: 22px;
  }

  .home-featured-content-container {
    display: flex;
    margin: 40px 0 35px;
  }

  .home-featured-games {
    margin: 0;
  }

  .featured-games-container {
    flex: 0 0 66.666%;
    display: flex;
    justify-content: space-between;
  }
  .featured-games-container a {
    flex: 0 0 calc(50% - 10px);
  }

  .home-featured-video {
    flex: 0 0 33.3333%;
    padding-left: 30px;
  }

  .home-wildcard {
    margin-top: 0;
  }

  .home-bottom-content {
    padding: 0;
  }
  .home-bottom-content .wrapper {
    padding-bottom: 55px;
    padding-top: 90px;
    position: relative;
    min-height: 455px;
  }
  .home-bottom-content .rte-content {
    font-size: 22px;
    width: 460px;
  }
  .home-bottom-content .rte-content p {
    font-size: 22px;
  }

  .hug-a-bug {
    background-position: bottom right;
    bottom: 0;
    height: 405px;
    left: 490px;
    right: auto;
    width: 683px;
  }

  .bottom-bug {
    height: 202px;
    left: -10px;
    width: 171px;
  }

  .prefooter-logos {
    padding: 60px 0 50px;
  }
  .prefooter-logos .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .prefooter-logos h4 {
    margin-bottom: 25px;
  }
  .prefooter-logos .left-logos {
    flex: 0 0 760px;
  }
  .prefooter-logos .left-logo {
    flex: 0 0 25%;
    margin: 0;
  }
  .prefooter-logos .right-logo h4 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .home-featured-content h3 {
    font-size: 29px;
    margin-bottom: 15px;
  }

  .bottom-bug {
    left: -40px;
  }
}
@media only screen and (min-width: 1240px) {
  .home-top-content .bugs-bg {
    right: -100px;
  }
}
.btn-round,
.btn,
p.rteBtn a,
span.rteBtn a,
a.rteBtn {
  background-color: #66BEE3;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  font: 400 15px/1 peachy-keen-jf, sans-serif;
  letter-spacing: 0.45px;
  padding: 8px 15px;
  text-shadow: 0px 1px 0.25px #006E9C;
}
.btn-round i,
.btn i,
p.rteBtn a i,
span.rteBtn a i,
a.rteBtn i {
  margin: 0 5px;
}

.btn-round-blue {
  background-color: #0094D6;
  text-shadow: none;
}

.btn-round-green {
  background-color: #A9D75D;
  text-shadow: 0px 1px 0.25px #5B9102;
}

.btn-round-orange {
  background-color: #FF9D00;
  text-shadow: 0px 1px 0.25px #bf7600;
}

.btn-with-icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-with-icon-container .btn-with-icon {
  display: flex;
  margin-top: 20px;
}

.btn-with-icon {
  align-items: center;
  background-color: #79C102;
  color: #fff !important;
  border-radius: 20px;
  display: inline-flex;
  height: 90px;
  margin: 0 15px;
  padding: 0 15px;
}
.btn-with-icon .icon-container {
  align-items: initial;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  padding-right: 20px;
  max-width: 75px;
}
.btn-with-icon .text {
  font: 400 16px/1 peachy-keen-jf, sans-serif;
  letter-spacing: 0.36px;
  flex-grow: 2;
  text-align: center;
}

.btn-with-icon-orange {
  background-color: #FF9D00;
}

.btn-with-icon-blue {
  background-color: #0094D6;
}

@media only screen and (min-width: 768px) {
  .btn-with-icon .text {
    font-size: 24px;
  }
}
.page-feature {
  background-color: #1561A5;
  position: relative;
}
.page-feature:before {
  background: url("/assets/img/feature-bg.png") center center;
  background-size: cover;
  content: '';
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-feature.no-image-feature:before {
  background-image: url("/assets/img/feature-bg-thin.png");
}
.page-feature .page-feature-interior {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  min-height: 250px;
  position: relative;
  z-index: 2;
}
.page-feature h1 {
  color: #fff;
  font-family: peachy-keen-jf, sans-serif;
  font-size: 30px;
  margin: 0;
}
.page-feature h2, .page-feature h3 {
  color: #fff;
}

.page-feature-header {
  align-self: center;
  padding: 20px 20px;
}

.no-image-feature .page-feature-interior {
  justify-content: center;
}

.page-feature-image {
  line-height: 0;
}
.page-feature-image img {
  width: 100%;
}

.pest-quest-feature {
  padding: 40px 0 30px;
}
.pest-quest-feature .page-feature-image img {
  border: 5px solid #fff;
  width: auto;
}

.pest-quest-feature-title {
  padding-top: 30px;
}

@media only screen and (min-width: 969px) {
  .page-feature-image,
  .page-feature-header.image-title,
  .pest-quest-feature-title {
    flex: 0 0 50%;
  }

  .page-feature-image {
    align-self: center;
  }

  .page-feature .page-feature-interior {
    flex-direction: row;
  }

  .pest-quest-feature-title {
    align-self: center;
    padding-top: 0;
  }

  .pest-quest-feature {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .page-feature h1 {
    font-size: 50px;
  }
  .page-feature h2, .page-feature h3 {
    font-size: 36px;
  }

  .image-feature .page-feature-header {
    padding-left: calc(50vw - (980px/2));
  }

  .no-image-feature .page-feature-header {
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 1240px;
  }
}
.pest-list-header {
  margin-bottom: 0;
}

.pest-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0 -10px;
}
.pest-menu li {
  flex: 0 0 50%;
  padding: 10px;
}
.pest-menu a {
  background-color: #79C102;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  height: 115px;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}
.pest-menu a:hover, .pest-menu a:active {
  background-color: #5B9102;
  color: #fff;
  text-decoration: none;
}

.pest-menu a:link, .pest-menu a:visited {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .pest-menu ul {
    margin: 0 -15px;
  }
  .pest-menu li {
    flex: 0 0 33%;
    padding: 15px;
  }
  .pest-menu a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 969px) {
  .pest-menu li {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .pest-menu li {
    flex: 0 0 16.666667%;
  }
}
.pest-group-list h2 {
  color: #79C102;
}
.pest-group-list .pest-menu a {
  background-color: #FF9D00;
}
.pest-group-list .pest-menu a:hover, .pest-group-list .pest-menu a:active {
  background-color: #BF7600;
}

.pest-group-listings .standard-section {
  position: relative;
}
.pest-group-listings .standard-section:after {
  content: '';
  left: 20px;
  right: 20px;
  bottom: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  border-bottom: 1px solid #707070;
}
.pest-group-listings > .standard-section:last-child:after {
  display: none;
}

.pest-download {
  margin: 10px 0;
  text-align: center;
}

.pest-download a {
  padding: 15px;
  display: inline-flex;
  text-align: left;
}
.pest-download a img {
  margin: 0 15px 0 0;
}

@media only screen and (min-width: 969px) {
  .pest-download a {
    font-size: 24px;
  }
}
.glossary {
  margin-bottom: 20px;
}
.glossary .h3-text {
  color: #0094D6;
  font-family: peachy-keen-jf, sans-serif;
  font-size: 18px;
}

.glossary-btn {
  border: 5px solid #fff;
  font-size: 18px;
  margin-top: 20px;
}
.glossary-btn img {
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (min-width: 969px) {
  .glossary .h3-text {
    font-size: 24px;
  }

  .glossary-btn {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 0;
    padding: 15px 25px;
  }
}
.listing-callout {
  background-color: #fff;
  color: #0F3F6C !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 10px;
}
.listing-callout .callout-content {
  padding: 50px;
}
.listing-callout p {
  margin-bottom: 0;
}
.listing-callout strong {
  font-weight: 800;
}

.content-listings [class^='col-'] {
  margin-bottom: 30px;
}

.listings-content {
  list-style: none;
}

.listing-item {
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
}
.listing-item .btn-round:hover {
  opacity: .7;
  text-decoration: none;
}
.listing-item .listing-item-image {
  margin-bottom: 20px;
}
.listing-item .listing-item-image img {
  width: 100%;
}
.listing-item .listing-item-content {
  padding: 15px 20px;
}
.listing-item h2 {
  margin: 0;
}
.listing-item p {
  margin-bottom: 10px;
}
.listing-item .btn-round {
  min-width: 220px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .listing-item {
    align-items: center;
    display: flex;
  }
  .listing-item h2 {
    font-size: 38px;
  }
  .listing-item .listing-item-image {
    flex: 0 0 326px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 969px) {
  .listing-item-image {
    flex: 0 0 426px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.layout {
  *zoom: 1;
  max-width: 59em;
  _width: 59em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}

.layout:after {
  content: "";
  display: table;
  clear: both;
}

.green-text {
  color: #79C102 !important;
}

.orange-text {
  color: #FF9D00 !important;
}

.blue-text {
  color: #0094D6 !important;
}

.dark-blue-text {
  color: #0F3F6C !important;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*
body {
  background: white url('../img/background-bugs.jpg') center 300px no-repeat; 
}*/
img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}

.wide-wrapper {
  max-width: 1240px;
}

.standard-section {
  padding: 30px 0;
}
.standard-section h1 {
  color: #FF9D00;
}

p, li {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, .h1-text, .h2-text, .h3-text, .h4-text, .h5-text {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
}

.h2-peach {
  color: #FF9D00;
  font-size: 26px;
  font-family: peachy-keen-jf, sans-serif;
}

.h3-peach {
  color: #0094D6;
  font-size: 22px;
  font-family: peachy-keen-jf, sans-serif;
  margin-top: 0;
}

.styled-select select {
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.styled-select .selecttext {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.styled-select select,
.styled-select .selecttext {
  background: transparent;
  /*width: 151px;*/
  width: auto;
  padding: 5px 32px 5px 10px;
  font-family: "proxima-nova",Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fffac2;
  line-height: 20px;
  border: 0;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  float: left;
}

.styled-select select option {
  background-color: #fff;
  color: #0092d0;
}

.styled-select select:hover {
  cursor: pointer;
}

.styled-select:hover {
  background-color: #79C102;
  border: 0;
  cursor: pointer;
}

.styled-select {
  /*width: 151px;*/
  width: auto;
  height: 30px;
  overflow: hidden;
  background: url(../img/drop-arrow.png) no-repeat right #0092d0;
  background-size: 30px 30px;
  float: right;
  text-align: left;
  position: relative;
}

ul {
  font-size: 0.875em;
}

a:link {
  color: #0092d0;
}

/* unvisited link */
a:visited {
  color: #e1871a;
}

/* visited link */
a:hover {
  color: #FF9D00;
}

/* mouse over link */
a:active {
  color: #ffb800;
}

/* selected link */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.image-center {
  text-align: center;
  display: block;
}

.text-center {
  text-align: center;
}

.blue-section {
  background-color: #E4F4FD;
}
.blue-section p, .blue-section a {
  color: #0F3F6C;
}
.blue-section a:not([class^='btn']):not(.featured-category):not(.listing-item) {
  text-decoration: underline;
}

/*////////////////////////////////////////////*/
/* ------------ Content Wrap  ------------------*/
/*////////////////////////////////////////////*/
/*
.content-wrapper {
  background: #79c102 url("../img/leaf.png") center 150px no-repeat;
}

.content-container {
  display: block;
  padding-top: 0;
  background-color: white;
  margin: 0 50px;
    padding-top: 15px;
}
    */
/*////////////////////////////////////////////*/
/* ------------ Page Components  ------------------*/
/*////////////////////////////////////////////*/
/* ---------------------- Grid Layout ----------------- */
.r-5 {
  width: 40.6779661%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.l-7 {
  width: 57.6271186%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

.l-5 {
  width: 40.6779661%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

.r-7 {
  width: 57.6271186%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.l-4 {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

.r-8 {
  width: 66.1016949%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.r-4 {
  width: 32.2033898%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.r-5 {
  width: 40.6779661%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.l-8 {
  width: 66.1016949%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

.l-7 {
  width: 57.6271186%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

.ul-col-l {
  width: 46%;
  float: left;
  margin-right: 3%;
  display: inline;
}

.ul-col-r {
  width: 46%;
  float: left;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* ---------------------- Content Block--------------- */
.content-block p {
  line-height: 1.5em;
}

.content-block h1 {
  font-size: 1.875em;
  line-height: 1.3333333em;
  margin: 0.2666667em 0 0.5333333em 0;
}

.content-block h1,
.content-block h2 {
  color: #FF9D00;
  margin: 0;
}

.content-block h3, h4,
.content-block .h3-text {
  color: #0092d0;
}

.content-block .h3-text {
  margin: 0.3636364em 0 0.7272727em 0;
}

.content-block h3.h3-alt {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #79C102;
}

.content-block {
  display: block;
  /* background-color: red; */
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 20px 10px 50px 40px;
}

.content-block img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.orange-border {
  border-top: 10px solid #FF9D00;
  border-left: 5px solid #FF9D00;
  border-right: 5px solid #FF9D00;
  border-bottom: 10px solid #FF9D00;
}

.content-repeatable-wrapper .orange-border {
  border-bottom: 0;
}

.content-repeatable-wrapper .orange-border:last-child {
  border-bottom: 10px solid #FF9D00;
}

.right-aside img {
  display: block;
  float: right;
  margin-bottom: 20px;
}

.right-aside .btn {
  display: block;
  float: right;
  margin: 20px 0;
}

/* ---------------------- Content Headers--------------- */
.content-header-large {
  line-height: 0;
  margin: 0;
  position: relative;
}

.content-header-large h3,
.content-header-large .h3-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.content-header-large .critter-crafts-header-text .highlight {
  color: #fffac2;
  background-color: transparent;
  padding: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline;
}

.content-header-small {
  margin: 0 0px;
  position: relative;
}

.content-header-small h3 {
  width: 100%;
}

.content-header-large img {
  width: 100%;
  border-top: 4px solid #e1871a;
  margin-top: 15px;
}

.content-header-large h1, .content-header-small h1 {
  line-height: 1.3333333em;
  margin-top: 0.2666667em;
}

.content-header-large h1, .content-header-small h1,
.content-header-large h2, .content-header-small h2 {
  margin-left: 10px;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
  font-size: 28px;
}

.content-header-small h2,
.content-header-small h1 {
  margin-bottom: 5px;
}

.content-header-large h1 span, .content-header-small h1 span,
.content-header-large h2 span, .content-header-small h2 span {
  color: white;
  background-color: #e1871a;
  padding: 10px 80px 10px 30px;
  text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
  display: inline-block;
}

.content-header-large h3, .content-header-small h3,
.content-header-large .h3-text {
  padding: 8px 10px 10px 10px;
  font-size: 1.375em;
  text-align: center;
  margin: 0;
  margin-top: -4px;
  color: white;
  background-color: #0092d0;
  background: rgba(0, 146, 208, 0.8);
  text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
}

.content-header-small h3 {
  background-color: #0092d0;
}

.highlight {
  color: #fffac2;
}

/* ---------------------- Sub Menus --------------- */
.category-menu {
  margin-bottom: 50px;
  display: block;
}

.category-menu {
  display: block;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}

.category-menu .styled-select {
  display: none;
}

.category-menu ul {
  display: block;
}

.category-overview .category-menu li {
  display: inline;
  display: inline-block;
  float: left;
  margin-left: 2em;
  font-size: 0.875em;
}

.category-overview .category-menu li a {
  color: #e1871a;
  text-decoration: none;
  font-weight: bold;
}

.category-overview .category-menu li a:hover {
  color: #0092d0;
  text-decoration: underline;
}

.sub-navigation .btn {
  float: right;
  margin-right: 20px;
}

.sub-navigation {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.category-overview {
  overflow: hidden;
  *zoom: 1;
  display: block;
  margin: 0 0px;
}

/* Report steps menus */
.steps-select {
  display: none;
  width: 290px;
}

.steps-select select {
  width: 290px;
}

/* ----------------- Reports Menu ---------------------*/
.report-menu {
  background-color: #FF9D00;
  width: 60%;
  margin: 10px auto;
  display: block;
}

.report-menu-mobile-only .report-menu {
  display: none;
  width: 80%;
}

.report-menu h4 {
  display: block;
  color: #fffac2;
  background-color: #0092d0;
  padding: 10px;
}

.report-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}

.report-menu li {
  padding: 3px 0;
  font-weight: 700;
}

.report-menu li:last-child {
  padding-bottom: 20px;
}

.report-menu li {
  color: #0092d0;
}

.report-menu a {
  text-decoration: none;
}

.report-menu a:link, .report-menu a:visited, .report-menu a:active {
  color: white;
}

.report-menu a:hover {
  color: #0092d0;
}

/* mouse over link */
/* ----------------*/
/* ------------------Pest A-Z Menu--------------------- */
.sub-navigation {
  display: block;
  padding: 20px 10px;
  padding-top: 30px;
  overflow: hidden;
  *zoom: 1;
}

/* ---------------------- Buttons --------------- */
.btn.btn-right {
  float: right;
}

/*
.btn:link, .btn:visited, .btn:hover, .btn:active,
p.rteBtn a:link, p.rteBtn a:visited, p.rteBtn a:hover, p.rteBtn a:active,
a.rteBtn:link, a.rteBtn:visited, a.rteBtn:hover, a.rteBtn:active
 {
  color: #fffac2;
  text-decoration: none;
}

.btn:hover, p.rteBtn a:hover, a.rteBtn:hover {
    background-color: $green;
    text-decoration: none;
} 
.btn {
  background-color: #0092d0;
  padding: 0 8px 0 8px;
  text-decoration: none;
  color: #fffac2;
  font-family: "proxima-nova",Arial,sans-serif;
  font-weight: bold;
  display: block;
  float: left;
  font-size: 1.125em;
  letter-spacing: 0.0625em;
  line-height: 30px;
    -webkit-appearance: none;
    border-radius: 0;
} 
p.rteBtn a, a.rteBtn {
  background-color: #0092d0;
  padding: 0 8px 0 8px;
  text-decoration: none;
  color: #fffac2;
  font-family: "proxima-nova",Arial,sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 1.125em;
  letter-spacing: 0.0625em;
  line-height: 30px;
  white-space:nowrap;
}
.btn-fixed-height {
  height: 30px;
}

.btn-icon {
  padding-right: 0;
}

.btn-icon i {
    background-color: $orange;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-right: -2px;
    margin-left: 20px;
    line-height: 30px;
    vertical-align: top;
}*/
/*
.btn-icon-large i {
    background-color: $orange;
    text-align: center;
    height: auto;
    width: 25%;
    line-height: 30px;
    float: left;
    display: inline;
    display: inline-block;
    line-height: 100%;
    padding: 10px;
    padding-right: 20px;
}

.btn-icon-large {
  width: 70%;
  padding: 0;
  margin: 10px 15% 20px 15%;
  display: block;
}*/
.glossary-label {
  text-align: left;
  padding-right: 20px;
  display: inline;
  display: inline-block;
  line-height: 1em;
  float: left;
  width: 75%;
  padding: 5px;
}

/* ------------------ Bottom Quicklinks Videos, Games, eBooks, Quiz --------- */
.quicklink-nav li {
  display: inline;
  display: inline-block;
  float: left;
}

.callout-image {
  max-width: 100%;
}

.quicklink-nav li a {
  display: block;
  text-align: center;
  margin-right: 75px;
  margin-bottom: 20px;
  font-family: "proxima-nova",Arial,sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .03em;
  text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
  background-color: #FF9D00;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 15px;
  color: #fffac2;
  text-decoration: none;
}

.quicklink-nav li:last-child a {
  margin-right: 0;
}

.quicklink-nav li a {
  height: 230px;
  width: 143px;
  background-size: 100% auto;
  padding: 10px;
}

.quicklink-nav.small li a {
  height: 165px;
  width: 90px;
  margin: 10px;
  font-size: 1.25em;
}

.ebooks a {
  background: url("../img/games.png") bottom center no-repeat;
}

.videos a {
  background: url("../img/videos.png") bottom center no-repeat;
}

.crafts a {
  background: url("../img/crafts.png") bottom center no-repeat;
}

.quiz a {
  background: url("../img/quiz.png") bottom center no-repeat;
}

.quicklink-nav li a:hover {
  background-color: #e1871a;
}

.quicklink-nav li:last-child, .quicklink-nav.small li:last-child {
  margin-right: 0;
}

.quicklink-nav.small li:first-child {
  margin-left: 0;
}

.quicklink-nav {
  text-align: center;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin: 0 !important;
  overflow: visible;
}

/* -------------------- video and kit lists ------------------ */
.img-craft-thumbnail {
  border: 1px solid #000;
}

.list-items {
  list-style: none;
  display: block;
}

.craft-pest-page .list-items {
  overflow: hidden;
  margin-bottom: 0;
}

.list-items li {
  display: inline;
  display: inline-block;
  width: 100%;
  width: 47%;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.list-items li:nth-child(2n-1) {
  clear: left;
}

.list-items li > a {
  display: block;
  white-space: normal;
  overflow: hidden;
  *zoom: 1;
}

.list-items p {
  font-size: 0.875em;
  line-height: 1.25em;
}

.list-items h4, .list-items p {
  margin: 0;
  padding: 0;
}

.list-items h4 {
  color: #e1871a;
}

.watch-link {
  display: block;
  color: #0092d0;
  margin-top: 10px;
  padding: 0;
  font-size: 0.875em;
  font-weight: 600;
}

.list-items img {
  float: left;
  width: 33%;
}

.list-items-description {
  display: block;
  float: right;
  width: 60%;
  padding-left: 0px;
}

/* -------------- Content Formatting ------------ */
.sub-navigation select {
  display: block;
}

/* -------------- Content Formatting ------------ */
/* Label For Specs (chunky highlight)*/
.spec-label {
  color: #79c102;
  font-family: "proxima-nova",Arial,sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

/* 2 col content */
.col-l, .col-r, .col-pest-fw {
  padding: 10px;
}

/* Bullet Lists */
.bullet-list, .pest-details ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  padding-left: 10px;
}

.bullet-list li, .pest-details li {
  padding-left: 1em;
  text-indent: -.8em;
  line-height: 1.35em;
  margin-bottom: 1em;
}

.bullet-list li:before, .pest-details li:before {
  content: "\25A0";
  color: #0092d0;
  padding-right: 3px;
  position: relative;
  top: -2px;
}

.category-menu h4 {
  float: left;
  display: block;
  margin-left: 10px;
  margin-right: 30px;
}

.category-overview {
  padding-top: 20px;
}

/*////////////////////////////////////////////*/
/* ------------ Footer  ------------------*/
/*////////////////////////////////////////////*/
.copyright {
  color: #fff;
  font-size: 13px;
  margin: 20px 0 0;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright a:hover {
  opacity: .75;
}
.copyright .bullet {
  margin: 0 5px;
}

.site-footer {
  background-color: #0094D6;
  padding: 50px 0;
}
.site-footer .footer-columns {
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  margin-bottom: 0;
}
.site-footer .footer-columns > li {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
.site-footer .footer-columns > li p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
.site-footer .footer-columns > li.middle {
  border-right: 1px solid #d4ebae;
  border-left: 1px solid #d4ebae;
  width: 25%;
  padding: 0 35px;
  flex-shrink: 0;
}
.site-footer .footer-columns > li:first-child {
  padding: 0 20px 0 40px;
  text-align: left;
  line-height: 1.375em;
  border: 0;
  width: 28.125%;
  flex-shrink: 0;
  background: url("../img/shield.png") 0 0 no-repeat;
}
.site-footer .footer-columns > li.last {
  display: block;
  padding: 0 0 0 25px;
}
.site-footer .footer-columns > li.last p {
  line-height: 1.8;
}
.site-footer .footer-columns > li.last img {
  margin: 10px 0;
}
.site-footer .footer-columns .footer-navigation {
  text-align: left;
}
.site-footer .footer-columns .footer-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
}
.site-footer .footer-columns .footer-navigation a {
  font-size: 13px;
  text-decoration: underline;
}
.site-footer .footer-columns a {
  color: #fff;
}
.site-footer .footer-columns a:hover {
  opacity: .85;
}

.homepage {
  background-color: #79C102;
}

.home-welcome {
  display: block;
  background-color: transparent;
  padding: 30px 0 0px 75px;
  position: relative;
  overflow: visible;
  min-height: 300px;
  background: url(../img/home-bg-left.png) 0 0 no-repeat;
}

/* ------------ Homepage Menu ------------------*/
.home-nav li {
  display: inline;
  display: inline-block;
  float: left;
}

.home-nav li a {
  display: block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 10px 0 0 0;
  font-family: "proxima-nova",Arial,sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .03em;
  text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
  background-color: #FF9D00;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 15px;
  color: #fffac2;
  text-decoration: none;
  overflow: visible;
}

.home-nav li a {
  height: 230px;
  width: 143px;
}

.home-nav li img {
  max-width: 100%;
}

.ebooks a {
  background: url("../img/games.png") bottom center no-repeat;
}

.videos a {
  background: url("../img/videos.png") bottom center no-repeat;
}

.crafts a {
  background: url("../img/crafts.png") bottom center no-repeat;
}

.home-nav li a:hover, .home-nav li a.active {
  background-color: #e1871a;
}

.home-nav li:last-child, .home-nav li:last-child a {
  margin-right: 0;
}

.home-nav {
  list-style: none;
  text-align: center;
  float: right;
  overflow: visible;
  padding: 0px;
  width: auto;
}

.home-quiz {
  clear: left;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #d4ebae;
  border-top: 1px solid #d4ebae;
  background: url("../img/quiz-banner.png") -10px -15px no-repeat;
  background-color: #6db111;
  height: 175px;
  display: block;
  position: relative;
}

.home-quiz-desc {
  display: block;
  width: 74.5762712%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  padding: 20px 0px 10px 0px;
}

.home-quiz-desc p {
  margin-left: 320px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.25em;
}

a.home-quiz-link {
  width: 23.7288136%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: white;
  font-style: none;
  text-decoration: none;
}

.home-quiz-link span {
  font-size: 0.75em;
}

.home-quiz-link h1,
.home-quiz-link h2 {
  background-color: transparent;
  position: relative;
  width: 100px;
  top: 81px;
  line-height: 0.75em;
}

/*////////////////////////////////////////////*/
/* ------------ Homepage  ------------------*/
/*////////////////////////////////////////////*/
/* Secondary content */
/*////////////////////////////////////////////*/
/* ------------  END Homepage  ------------------*/
/*////////////////////////////////////////////*/
/* -------------------------------------------------------------------- */
/* PEST DETAILS*/
.pest-overview {
  overflow: hidden;
  *zoom: 1;
  display: block;
}

.pest-overview .bullet-list {
  padding-left: 0;
}

.pest-overview .ul-col-l {
  margin-left: 0;
  margin-right: 3%;
}

.pest-image {
  text-align: center;
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  display: block;
}

.pest-image img {
  margin: 0 auto;
}

.pest-overview li span {
  font-weight: bolder;
  color: #0092d0;
}

.pest-details h1,
.pest-details h2,
.pest-details .h2-text {
  color: #0092d0;
  padding: 0 20px 0 10px;
}

.pest-details p {
  padding: 0;
  -webkit-margin-before: 0;
}

.pest-title {
  width: 66.1016949%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  display: block;
}

.pest-details {
  *zoom: 1;
  max-width: 59em;
  _width: 59em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}

.pest-details .bullet-list {
  padding-left: 0;
}

.pest-details:after {
  content: "";
  display: table;
  clear: both;
}

.pest-details h1,
.pest-details h2,
.pest-details .h2-text {
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  text-align: right;
  margin: 0;
  font-size: 24px;
}

.pest-details p {
  display: block;
  margin-top: 5px;
  width: 66.1016949%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.pest-details ul {
  display: block;
  margin-top: 10px;
  width: 66.1016949%;
  float: left;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

.craft-detail-thumbnail {
  border: 1px solid #000;
  max-width: 200px;
}

.craft-pest-page .craft-intro-content {
  padding-top: 40px;
  padding-bottom: 0;
}

.craft-pest-page.critter-crafts-landing .craft-intro-content {
  padding-bottom: 25px;
  padding-top: 30px;
}
.craft-pest-page.critter-crafts-landing .craft-intro-content .l-8 {
  padding-top: 20px;
}
.craft-pest-page.critter-crafts-landing .craft-intro-content .r-4 {
  padding-right: 20px;
  text-align: right;
}
.craft-pest-page.critter-crafts-landing .craft-intro-content .r-4 img {
  display: inline;
}
.craft-pest-page .content-block {
  padding-bottom: 20px;
}

.craft-pest-detail-intro {
  padding-top: 40px;
  padding-bottom: 0;
}

.craft-pest-detail-intro .l-8 {
  padding-top: 40px;
  padding-bottom: 0;
}

.craft-pest-detail-intro .l-8 p {
  margin-bottom: 0;
}

.craft-pest-page .mobile-logo {
  display: none;
}

/* landing page */
.landing-page .video-seasons {
  background: #fff;
  -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  min-height: 300px;
  text-align: center;
  padding: 50px 20px;
  width: 545px;
}

.landing-page .video-seasons a,
.landing-page .video-seasons span {
  display: inline-block;
  margin: 15px;
  line-height: 0;
  text-decoration: none !important;
  vertical-align: top;
  width: 220px;
}

.landing-page .video-seasons img {
  max-width: 100%;
  width: 100%;
}

.craft-pest-detail-page .video-container-pest-quest {
  margin-top: 20px;
}

.pest-craft-video-container {
  width: 100%;
  min-height: 420px;
  background-position: 0,0;
  background-size: 100% 100%;
  padding: 54px 0 42px 26px;
  margin-top: 35px;
  position: relative;
}

.critter-crafts-detail-page .video-logo-pest-quest {
  top: -55px;
}
.critter-crafts-detail-page .critter-crafts-image {
  margin: 35px auto;
  text-align: center;
  width: 390px;
}
.critter-crafts-detail-page .critter-crafts-image img {
  border: 1px solid #2f3134 !important;
}
.critter-crafts-detail-page.content-header-large {
  border-bottom: 0;
}
.critter-crafts-detail-page.content-header-large img {
  width: auto;
  border-top: 0;
  margin-top: 0;
}

.video-container-pest-quest {
  background-image: url("../img/Paper-texture.png");
  border-top: 3px solid #69bfe3;
  border-bottom: 3px solid #69bfe3;
  padding: 22px 0 17px 25px;
}

.video-logo-pest-quest {
  position: absolute;
  top: -40px;
  right: 33px;
}

.video-logo-critter-crafts {
  position: absolute;
  top: -40px;
  right: 10px;
}

.spider {
  position: absolute;
  right: 62px;
  top: 61px;
}

.video-container-critter-crafts {
  background-image: url("../img/hands-BG.png");
  border-top: 3px solid #edb878;
  border-bottom: 3px solid #edb878;
}

.video-container-pest-quest .pest-craft-video-container-inner {
  display: inline-block;
  background: url("../img/Video-Background.png");
  background-position: 0,0;
  background-size: 100% 100%;
  padding: 32px 35px 32px 25px;
  /* position: relative; */
  width: 605px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  /*position: absolute; top: 0; left: 0; */
  width: 100%;
}

.embed-container-pest-quest iframe, .embed-container-pest-quest object, .embed-container-pest-quest embed {
  border: 4px solid #fff;
}

.embed-container-critter-crafts iframe, .embed-container-critter-crafts object, .embed-container-critter-crafts embed {
  border: 4px solid #ffa008;
}

.video-container-critter-crafts .get-instructions {
  width: 200px;
  position: absolute;
  right: 30px;
  bottom: 67px;
}

.get-instructions .btn-more {
  float: right;
  margin-bottom: 15px;
}

.get-instructions .btn-more-videos {
  position: absolute;
  right: 30px;
  top: -90px;
}

.get-instructions .craft-detail-thumbnail {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.get-instructions .btn-icon {
  width: 100%;
}

.get-instructions .btn-icon i {
  float: right;
  margin: 0;
}

iframe {
  max-width: 100%;
}

.sitemap ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.sitemap li {
  font-size: 14px;
  margin-bottom: 8px;
}

.content-block .craft-detail-section-image-mobile {
  display: none;
}

.imageLeft {
  float: left;
  padding: 5px 20px 15px 0px;
}

.imageRight {
  float: right;
  padding: 5px 0px 15px 20px;
}

.largeGreenText {
  font-size: 1.5em;
  color: #79C102;
  font-family: "proxima-nova",Arial,sans-serif;
  font-weight: bold;
}

.share-the-site ul, .share-the-site li {
  list-style-type: none;
  display: inline-block;
}

.share-the-site .addthis_custom_button {
  text-decoration: none;
  display: block;
  height: 150px;
  width: 150px;
  /*background-size: 100% 100%; */
}

.share-the-site .mail {
  background-image: url(../img/social-email-icon.png);
}

.share-the-site .facebook {
  background-image: url(../img/social-facebook-icon.png);
}

.share-the-site .twitter {
  background-image: url(../img/social-twitter-icon.png);
}

.share-the-site .pinterest {
  background-image: url(../img/social-pinterest-icon.png);
}

.share-the-site .google-plus br, .share-the-site .google-plus span span {
  display: none !important;
}

.quiz-answers {
  margin-left: 20px;
}

.quiz-submit {
  border: 0;
}

.next-question {
  display: none;
}

.fa {
  font-family: FontAwesome !important;
}

.mobile-only,
.hidden-phone,
.hidden-tablet-down,
.hidden-tablet-down-in {
  display: none;
}

.clear {
  clear: both;
}

.video-wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.peach-font {
  font-family: peachy-keen-jf, sans-serif;
}

@media only screen and (min-width: 768px) {
  .flex-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .flex-grid.narrow-grid {
    margin: 0 -5px;
  }
  .flex-grid.narrow-grid [class^='col-'] {
    padding: 0 5px;
  }
  .flex-grid [class^='col-'] {
    padding: 0 20px;
  }

  .col-3-4 {
    flex: 0 0 75%;
  }

  .col-1-4 {
    flex: 0 0 25%;
  }

  .col-1-3 {
    flex: 0 0 33.33333%;
  }

  .col-1-2 {
    flex: 0 0 50%;
  }

  .col-1-1 {
    flex: 0 0 100%;
  }

  .hidden-phone {
    display: block;
  }
}
@media only screen and (min-width: 969px) {
  .flex-grid .col-1-2.first {
    padding-right: 40px;
  }
  .flex-grid .col-1-2.last {
    padding-left: 40px;
  }

  .col-1-2 {
    flex: 0 0 50%;
    padding: 0 20px;
  }

  .standard-section {
    padding: 50px 0;
  }

  .h2-peach {
    font-size: 40px;
  }

  .h3-peach {
    font-size: 30px;
  }

  h4, .h4-text {
    font-size: 25px;
  }

  .hidden-tablet-down {
    display: block;
  }

  .hidden-tablet-down-in {
    display: initial;
  }

  p, li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 968px) {
  .content-header-large h3 {
    position: static;
    background: #0092d0;
  }

  .critter-crafts-detail-page .critter-crafts-image {
    width: 320px;
  }

  .content-block ul {
    margin-left: 1.3em;
  }

  .mobile-only {
    display: block;
  }

  .mobile-hidden {
    display: none !important;
  }

  ul.share-the-site {
    padding-left: 0 !important;
  }

  .share-the-site .addthis_custom_button {
    height: 70px;
    width: 70px;
    background-size: 100% 100%;
  }

  .content-header-large h2, .content-header-small h2,
  .content-header-large h1, .content-header-small h1 {
    margin-right: 10px;
  }

  .content-header-large h1 span, .content-header-small h1 span,
  .content-header-large h2 span, .content-header-small h2 span {
    padding: 10px 20px;
  }

  .content-block .craft-detail-section-image-mobile {
    display: block;
    float: right;
    max-width: 120px;
  }

  .content-block .craft-detail-section-image-not-mobile {
    display: none;
  }

  .craft-detail-section-above-video {
    margin-bottom: 1.1428571em;
  }

  .craft-detail-section-above-video p:last-child {
    margin-bottom: 0;
  }

  .content-block img.imageRight, .content-block img.imageLeft {
    max-width: 50%;
  }

  .category-overview .col-l ul {
    margin-bottom: 0;
  }

  .category-overview .col-l {
    padding-bottom: 0;
  }

  .category-overview .col-r {
    padding-top: 0;
  }

  .r-5, .col-l, .col-r, .l-7, .l-5, .r-7, .l-4, .r-8, .r-4, .l-8 {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }

  p.rteBtn a, a.rteBtn {
    white-space: normal;
  }

  /* ------------ Footer Button  ------------------*/
  .site-footer {
    padding-top: 20px;
  }
  .site-footer .footer-columns {
    border-bottom: 0;
    display: block;
    padding: 0 10px;
  }
  .site-footer .footer-columns > li {
    margin: 0;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  .site-footer .footer-columns > li.middle {
    width: 100%;
    display: block;
    border: 0px;
    border-bottom: 1px solid #d4ebae;
    padding: 0 5px;
  }
  .site-footer .footer-columns > li:last-child {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    border: 0px;
    margin-top: 0px;
    padding: 0 5px;
  }
  .site-footer .footer-columns > li:first-child {
    width: 100%;
    margin-right: 1.6949153%;
    border-bottom: 1px solid #d4ebae;
    background: url("../img/shield.png") 5px 20px no-repeat;
    padding-left: 40px;
    padding-right: 5px;
  }

  /* 
  .content-container {
    margin: 0;
  }*/
  .content-block {
    margin: 0px 0px;
    padding: 20px 15px;
  }

  .page-wrapper {
    width: 100%;
    margin: 0 auto;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: transparent 0 0 25px;
    -moz-box-shadow: transparent 0 0 25px;
    box-shadow: transparent 0 0 25px;
    margin-bottom: 0px;
  }

  .list-items li {
    width: 100%;
  }

  .category-menu ul, .category-menu h4 {
    display: none;
  }

  .category-menu .styled-select {
    display: block;
    float: none;
  }

  .steps-select {
    float: left;
    display: block;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px;
  }

  .report-menu {
    display: none;
  }

  .report-menu-mobile-only .report-menu {
    display: block;
  }

  .sub-navigation .btn {
    float: left;
    margin-right: 5px;
  }

  /* --- pest content --- */
  .pest-image {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    background: #79C102;
  }

  .pest-download {
    display: none;
  }

  .pest-title {
    *zoom: 1;
    max-width: 59em;
    _width: 59em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .pest-title:after {
    content: "";
    display: table;
    clear: both;
  }

  .ul-col-l {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }

  .ul-col-r {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    float: left;
  }

  .pest-details {
    *zoom: 1;
    max-width: 59em;
    _width: 59em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pest-details:after {
    content: "";
    display: table;
    clear: both;
  }

  .pest-details h1,
  .pest-details h2,
  .pest-details .h2-text {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    text-align: left;
    margin: 0;
  }

  .pest-details p {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }

  .pest-details ul {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }

  .right-aside img {
    float: none;
    margin-bottom: 20px;
  }

  .right-aside .btn {
    float: none;
    margin: 20px 0;
    width: auto;
  }

  .right-aside .btn i {
    float: right;
  }

  li.secondary {
    display: block;
  }

  .quicklink-nav.small li a, .quicklink-nav li a {
    height: auto;
    width: 100%;
    margin: 10px;
    font-size: 1.25em;
    background-image: none !important;
  }

  .quicklink-nav.small li, .quicklink-nav li {
    display: block;
    float: left;
    width: 43%;
    margin-right: 20px;
    text-align: center;
  }

  .pest-list .ul-col-l,
  .pest-list .ul-col-r {
    margin-left: 0;
  }

  .ul-col-l {
    margin-left: 0px;
  }

  .btn-icon-large {
    width: 90%;
    margin: 10px 5% 20px 5%;
  }

  /* critter crafts / pest quest */
  .spider {
    display: none;
  }

  .craft-pest-page .craft-intro-content {
    padding-top: 20px;
  }

  .pest-craft-video-container {
    min-height: 80px;
  }

  .video-container-pest-quest {
    padding: 30px 10px 17px;
  }

  .craft-pest-page .pest-craft-video-container-inner {
    padding: 32px 35px 32px 25px;
    width: 100%;
  }

  .video-container-critter-crafts {
    padding: 0;
  }

  .video-logo-pest-quest {
    margin-top: 5px;
    width: 140px;
  }

  .video-logo-critter-crafts {
    width: 150px;
  }

  .embed-container iframe, .embed-container object, .embed-container embed {
    max-width: 100%;
  }

  .craft-pest-page:not(.craft-pest-detail-page):not(.landing-page) .pest-craft-video-container {
    display: none;
  }

  /*
      .landing-page intro .1-8
      {
          min-height: 100px;
          padding-top: 10px;
      }*/
  .landing-page .pest-craft-video-container .video-logo-critter-crafts {
    display: none;
  }

  .landing-page .video-container-pest-quest {
    margin-top: 10px;
  }

  .landing-page .video-seasons {
    min-height: 200px;
    padding: 30px 10px;
    width: 100%;
  }

  .landing-page .video-seasons a,
  .landing-page .video-seasons span {
    margin: 10px;
  }

  /* Main Video Page */
  .craft-pest-detail-page {
    position: relative;
  }

  .craft-pest-detail-page .pest-craft-video-container {
    margin: 10px 0;
    position: static;
  }

  .craft-pest-detail-page .video-container-critter-crafts .pest-craft-video-container-inner {
    padding-bottom: 20px;
  }

  .craft-pest-detail-page .video-logo-critter-crafts,
  .craft-pest-detail-page .video-logo-pest-quest {
    display: none;
  }

  .craft-pest-detail-intro .l-8 {
    min-height: 100px;
    padding-top: 10px;
  }

  .craft-pest-page .mobile-logo {
    display: block;
    float: right;
    margin: 0 0 5px 7px;
    position: static;
  }

  .pest-craft-video-container .pest-craft-video-container-inner {
    position: relative;
    overflow: visible;
  }

  .get-instructions .btn-more-videos {
    right: 10px;
    top: -48px;
  }

  .get-instructions .btn-more {
    right: 35px;
    top: -18px;
    position: absolute;
  }

  .video-container-critter-crafts .get-instructions {
    position: static;
    overflow: hidden;
    margin-top: 10px;
  }

  .get-instructions .btn-more {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .btn .glossary-label span {
    font-size: 12px;
  }

  .video-logo-pest-quest,
  .video-logo-critter-crafts {
    margin-top: 10px;
    width: 110px;
  }

  /* landing page */
  .landing-page .video-seasons {
    padding: 15px 10px;
  }
}
/* ::Clearfixs and extends. Use which suits best */
/* ----------------------------------------------------------- */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.clearboth {
  clear: both;
}

.pie-clearfix {
  *zoom: 1;
}

.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.max-width {
  max-width: 100%;
  height: auto;
}

/* ::Base styles Almost exclusively single element selectors */
/* ------------------------------------------------------------ */
html {
  font-size: 100%;
}

body {
  color: #121212;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

a {
  color: #121212;
}

a:hover, a:focus, a:active {
  color: #FF9D00;
}

/* H1 was only used for the logo now it is replacing the h2 headers so use the h2 styles
h1 {
  font-size: 2.25em;
  line-height: 1.1111111em;
  margin: 0 0 0.6666667em 0;
}*/
h1, h2, .h1-text, .h2-text {
  font-size: 1.875em;
  line-height: 1.3333333em;
  margin: 0 0 15px;
}

h2, .h2-text {
  color: #FF9D00;
}

h3, .h3-text {
  color: #0094D6;
  font-size: 1.375em;
  line-height: 1.4545455em;
  margin: 0.3636364em 0 0.7272727em 0;
  font-weight: 800;
}

h3 strong,
.h3-text strong {
  font-weight: 800;
}

h4, .h4-text {
  color: #0F3F6C;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}

h5, .h5-text {
  font-size: 1.125em;
  line-height: 1.3333333em;
  margin: 0 0 0.4444444em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}

p, pre, label {
  line-height: 1.45;
  margin: 0 0 1.1428571em 0;
}

ol, ul {
  font-size: 0.875em;
  line-height: 1.7142857em;
  margin: 0 0 2.2857143em 0;
}

td ul, p ul, td ol, p ol,
.l-8 ul, .r-8 ul, .l-12 ul, .r-4 ul, .l-4 ul, .col-l ul, .col-r ul, .col-pest-fw ul {
  padding-left: 2em;
  margin-left: 0;
}

li {
  line-height: auto;
}

ul {
  list-style-position: outside;
  list-style-type: square;
}

ol {
  list-style-position: outside;
  margin-left: 1.3em;
  list-style-type: decimal;
}

strong, b {
  font-weight: 600;
}

em, i, q {
  font-style: italic;
}

blockquote {
  padding-left: 1em;
  border-left: 0.3125em solid grey;
  line-height: normal;
  margin: 0;
}

blockquote p {
  font-style: italic;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1.2em 0 1.2em 0;
}

td blockquote p {
  font-size: 1em;
}

.content-block td img {
  padding: 0 .5em;
}

label, select {
  display: block;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  *margin-top: 4px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ::Layout styles - Layouts hold one or more modules together. */
/* ------------------------------------------------------------ 

.container {
	@extend .clearfix;
	margin: 0 auto;
	width: 100%;
}

*/
/* Example styles - you'll most likey want to remove
header {
	@include padding-leader(4);
	@include padding-trailer(2);
	@include trailer(6);
	background: #333;
	h1 { color: #fff; }
}

section 				{ @extend .clearfix; }
h1 						{ font-weight: 600; }
ol 						{ @include ordered-inside }
ul 						{ @include unordered-inside }
*/
/* ::Media queries */
/* ------------------------------------------------------------ */
/* ::State styles */
/* ------------------------------------------------------------ */
.is-hidden {
  display: none;
}

.is-shown, .is-block {
  display: block;
}

.is-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.is-lowercase {
  text-transform: lowercase;
}

/* ::Debugs and #grid by Jon Gibbins */
/* ----------------------------------------------------------- */
#grid {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#grid div.horiz {
  height: 8px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
