﻿@charset "UTF-8";
@import url(http://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);
* {
  -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;
}

* {
  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;}
.aside-image img { width: 100%; }
p, li {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova",Arial,sans-serif;
  font-weight: bold;
}
.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;
}

/* ------------ Site Branding  ------------------*/
header h1.header-logo {
  background: url("../img/logo.png") no-repeat;
  position: absolute;
  left: 0;
  width: 277px;
  height: 117px;
  margin-top: 45px;
  margin-left: 40px;
}

header h1.header-logo a
{
    display: block;
    width: 277px;
    height: 117px;
    text-indent:-9999px;
}
header h1.header-logo span
{
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* ------------ Tagline  ------------------*/
header h2 {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  color: white;
  margin-top: 0px;
  margin-left: 40px;
  float: left;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  
}

/* -----------------Header--------------------------- */
header {
  background: url("../img/stripe.jpg") repeat;
  background-color: #ffb800;
  height: 147px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 25px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 25px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 25px;
  z-index: 20;
  position: relative;
}

.headerElements {
  width: 960px;
  margin: 0 auto;
  position: relative;
  display: block;
  clear: both;
  padding-top: 10px;
}

.header-nav-wrapper {
  position: relative;
  float: right;
  display: block;
}

.header-nav {
  float: right;
  list-style: none;
  margin: 0;
  margin-right: 60px;
  position: relative;
  left: 0;
  z-index: 80;
  display: block;
  margin-top: 0px;
}

.header-nav li {
  float: left;
}

.header-nav li a:link, .header-nav li a:visited {
  display: block;
  background-color: #e1871a;
  margin: 5px 0 0 10px;
  color: white;
  padding: 5px 20px;
  font-size: 1em;
  text-decoration: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.header-nav li a:hover, .header-nav > li > .currpage, .header-nav li a:active, .header-nav li a.active {
  background-color: #ffcb00;
  text-decoration: none;
  color: #e1871a;
}

li.secondary {
  display: none;
}

/* ------------ Social Link  ------------------*/
.share-link {
  display: block;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  color: white;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  margin-right: 75px;
  text-align: right;
  float: right;
}

.share-link a:link, .share-link a:visited, .share-link a:active {
  color: white;
  text-decoration: none;
}

.share-link a:hover {
  color: #0092d0;
  text-decoration: none;
}

/* ------------ Menu Button  ------------------*/
.nav-icon {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  background: url("../img/ant-menu.png") bottom right no-repeat;
  height: 40px;
  width: 85px;
  text-align: center;
}

.nav-icon i {
  color: white;
  line-height: 40px;
  width: 50px;
  background-color: #e1871a;
  float: right;
}

.nav-icon {
  display: none;
}

/*////////////////////////////////////////////*/
/* ------------ Content Wrap  ------------------*/
/*////////////////////////////////////////////*/
.page-wrapper {
  background-color: white;
  width: 960px;
  margin: 0 auto;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
  margin-bottom: 50px;
}

.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;
}

/*////////////////////////////////////////////*/
/* ------------ Page Components  ------------------*/
/*////////////////////////////////////////////*/
/* ---------------------- Grid Layout ----------------- */
.col-l {
  width: 49.1525424%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

.col-r {
  width: 49.1525424%;
  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-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 h2 {
  color: #ff9d00;
  margin: 0;
}

.content-block h3, h4 {
  color: #0092d0;
}

.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;
  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 {
  margin: 0 0px;
  position: relative;
}

.content-header-large h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.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 h2, .content-header-small h2 {
  margin-left: 10px;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
  font-size: 28px;
}

.content-header-small h2 {
  margin-bottom: 5px;
}

.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 {
  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;
  border-top: 4px solid #e1871a;
}

.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;
}

/* ----------------- Pest Menu ---------------------*/
.pest-menu {
  background-color: #ff9d00;
  width: 90%;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.pest-menu-mobile-only .pest-menu {
  display:none;
}

.pest-menu h4 {
  display: block;
  color: #fffac2;
  background-color: #0092d0;
  padding: 10px;
  text-align: center;
}

.pest-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  display: block;
  font-size: 1.125em;
  overflow: hidden;
  *zoom: 1;
}

.pest-menu li {
  padding: 4px 0;
  color: #0092d0;
  padding-left: 0px;
  font-weight: 700;
}

.pest-menu .ul-col-l {
  margin-left: 5%;
}

.pest-menu .ul-col-r {
}

.pest-menu li:last-child {
  padding-bottom: 20px;
}

.pest-menu a {
  text-decoration: none;
}

.pest-menu a:link, .pest-menu a:visited, .pest-menu a:active {
  color: white;
}

.pest-menu a:hover {
  color: #0092d0;
}

/* mouse over link */
.pest-menu {
  display: block;
}

/* ----------------- 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: #79c102;
  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;
} 
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: #ff9d00;
  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: #ff9d00;
  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;
}

.btn span {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 0.75em;
}

/* ------------------ 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;
  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;
}

.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;
  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  ------------------*/
/*////////////////////////////////////////////*/
footer ul {
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  background-color: #a9d75d;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

footer li {
  color: #58595b;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 20px 0;
  text-align: center;
  border-right: 1px solid #d4ebae;
  border-left: 1px solid #d4ebae;
}
footer li p
{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
footer li.middle {
  width: 49.1525424%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
}

footer li:first-child {
  padding-left: 60px;
  text-align: left;
  line-height: 1.375em;
  border: 0px;
  width: 23.7288136%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  background: url("../img/shield.png") 20px 0px no-repeat;
}

footer li.last {
  border: 0px;
  margin-top: 40px;
}

/*////////////////////////////////////////////*/
/* ------------ End Footer  ------------------*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* ------------ Homepage OLD DT ------------------*/
/*////////////////////////////////////////////*/
.homepage {
  background-color: #79c102;
}

.home-welcome {
  display: block;
  background-color: transparent;
  padding: 30px 0 0px 75px;
  
  position: relative;
  overflow: visible;
  min-height: 300px;
  z-index: 200;
  background: url(../img/home-bg-left.png) 0 0 no-repeat;
}
.home-welcome-wrapper {
  background: url(../img/home-bg-right.png) right 0 no-repeat;
}

.home-welcome p {
  width: 35%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0px;
  font-size:16px;
  line-height: 21px;
  color: white;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

.home-nav-wrapper {
  width: 57.6271186%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  position: absolute;
  z-index: 150;
  right: 0;
  top: -40px;
  overflow: visible;
  margin: 0;
  margin-right: 60px;
}

/* ------------ 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 {
  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 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;
}

.pest-image {
  text-align: center;
  width: 32.2033898%;
  float: left;
  margin-right: 1.6949153%;
  display: inline;
  display: block;
}

.pest-image img {
  margin: 0 auto;
  border: 1px solid #79c102;
}

.pest-download {
  display: block;
  background-color: #0092d0;
  color: white;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 10px 50px;
  text-transform: uppercase;
}

.pest-download a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  display:block;
  width:100%;
  height:100%;
}

.pest-download span {
  font-family: "proxima-nova",Arial,sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  text-transform: none;
}

.pest-overview li span {
  font-weight: bolder;
  color: #0092d0;
}

.pest-details h2 {
  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 h2 {
  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;
}

.menu-reveal {
  height: 0px;
  display: none;
}
.craft-pest-page .craft-intro-content {
  padding-top: 40px;
  padding-bottom: 0;
}

.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,.25);
    -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.25);
    box-shadow: 0 2px 0px rgba(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
{
  /*  background-color:#0092d0;
    border:12px solid #a9d75d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color:#fff;*/
    display: inline-block;
    margin:15px;
    line-height: 0;/*
    font-size: 26px;
    font-weight: 700;
    padding:10px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
    height:170px; */
    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%;
  margin-bottom: 20px;
  padding: 54px 0 42px 26px;
  margin-top: 35px;
  position: relative;
}

.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
{
    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%; 
  max-width: 568px; 
}
.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 5px 5px 0px;
}
.imageRight {
	float: right; padding: 5px 0px 5px 5px;
}
.imageRight {
	float: right; padding: 5px 0px 5px 5px;
}
.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; }
@media only screen and (max-width: 645px) {
  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 {
	margin-right: 10px;
  }
  .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;
  }

  .headerElements {
    width: 100%;
  }

  header h1.header-logo {
    margin-left: 7px;
    margin-top: 18px;
	z-index: 100; /* still allow the logo to be clicked when the drop down in active */
  }

  header h2 {
    display: none;
  }

  .share-link {
    text-align: center;
    margin-right: 0;
    float: none;
  }
    .content-header-large h3 {
        position: static;
        background: #0092d0;
    }
  /* ------------ Hide Main Navigation For Small Screen  ------------------*/
  .header-nav {
    display: none;
  }

  /* ------------ Menu Button  ------------------*/
  .nav-icon {
    display: block;
    width: 100%;
	z-index: 101;
  }

  /* ------------ Homepage ------------------ */
  .home-welcome {
    padding: 0;
    z-index: 0;
    overflow: hidden;
  }

  .home-welcome p {
    padding: 30px 20px 10px 20px;
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }

  .home-nav-wrapper {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    width: 100%;
    position: relative;
    top: 0;
    margin: 0;
    z-index: -1;
    overflow: hidden;
  }

  .home-nav li a {
    height: auto !important;
    width: auto !important;
    background-image: none !important;
    padding: 10px;
    margin: 0;
    overflow: visible;
  }

  .home-nav li {
    text-align: center;
    position: relative;
    float: none;
    overflow: visible;
    overflow: hidden;
    *zoom: 1;
    margin: 5px 3px;
    width: 30%;
  }

  .home-nav {
    margin: 0;
    width: 100%;
    padding-bottom: 0px;
    font-size: 0.75em;
    overflow: visible;
  }

  .home-quiz {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #d4ebae;
    border-top: 1px solid #d4ebae;
    background-image: none;
    background-color: #6db111;
    height: auto;
  }

  .home-quiz-desc {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    font-size: 0.875em;
    padding: 20px;
    background-color: #ead7aa;
  }

  .home-quiz-desc p {
    margin: 0;
  }

  a.home-quiz-link {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    position: static;
  }

  .home-quiz-link h2 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0092d0;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 0px;
  }

  .home-quiz-link a {
    color: white;
    font-size: 1em;
    font-style: none;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
    font-family: "proxima-nova",Arial,sans-serif;
    font-weight: 400;
  }
  p.rteBtn a, a.rteBtn {
	white-space:normal;
  }	
  /* ------------ Footer Button  ------------------*/
  footer li {
    padding: 20px 15px;
    margin: 0;
  }

  footer li.middle {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    border: 0px;
	border-bottom: 1px solid #d4ebae;
  }

  footer li:last-child {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    border: 0px;
	margin-top: 0px;
  }

  footer li:first-child {
    width: 100%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    border-bottom: 1px solid #d4ebae;
    background: url("../img/shield.png") 20px 20px no-repeat;
  }

  footer ul {
    margin: 0;
    -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;
  }

  .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: rgba(0, 0, 0, 0) 0 0 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0) 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-image img {
    border: 1px solid #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 h2 {
    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;
  }

  .menu-reveal {
    height: 480px;
    display: hidden;
    background: url("../img/leaf-left.png") top left no-repeat, url("../img/leaf-right.png") top right no-repeat;
    background-color: #ff9d00;
  }

  .header-nav {
    display: hidden;
    margin: 0;
    margin-top: 20px;
    position: absolute;
    float: left;
    width: 320px;
    left: 0;
  		/*background:url("../img/leaf-left.png") top left no-repeat,
		url("../img/leaf-right.png") top right no-repeat;*/
    background-color: transparent;
    /*dim the background*/
  }

  .header-nav-wrapper {
    float: left;
    width: 100%;
  }

  li.secondary {
    display: block;
  }

  .header-nav li {
    display: block;
    float: none;
    background-color: transparent;
  }

  .header-nav li a:link, .header-nav li a:visited {
    display: block;
    background-color: transparent;
    margin: 0px 0 0px 15px;
    color: #fffac2;
    padding: 12px 20px;
    font-size: 28px;
    text-decoration: none;
    font-family: "proxima-nova",Arial,sans-serif;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px;
    text-align: left;
  }

  .header-nav li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 0.5em;
  }

  .header-nav li:first-child {
    display: block;
  }

  .header-nav li:first-child a {
    margin-top: 120px;
  }

  .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-menu {
    display: none;
  }
  .pest-menu-mobile-only .pest-menu {
    display: block;
  }
  .pest-list .ul-col-l {
    margin-left: 0;
  }
  .pest-menu li {
    text-align: center;
  }
  
  .pest-menu .ul-col-l li:last-child {
    padding-bottom: 4px;
  }
  
  .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;
        margin-top:40px;
    }
    .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;
    }
    /* ;anding page */
    .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
    {
      /*  border-width:10px; */
        margin:10px;
       /* font-size: 20px;
        padding:10px;
        height:150px; */
        width:42%;
    }
    /* 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;
    }
    .landing-page .video-seasons a,
    .landing-page .video-seasons span
    {
        width:200px;
    }
}
/* ::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: #58595b;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

a {
  color: #58595b;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
a:hover, a:focus, a:active {
  color: #ff9d00;
}

h1 {
  font-size: 2.25em;
  line-height: 1.1111111em;
  margin: 0 0 0.6666667em 0;
}

h2 {
  font-size: 1.875em;
  line-height: 1.3333333em;
  margin: 0.2666667em 0 0.5333333em 0;
}

h3 {
  font-size: 1.375em;
  line-height: 1.4545455em;
  margin: 0.3636364em 0 0.7272727em 0;
  font-weight: 800;
}
h3 strong {
  font-weight: 800;
}

h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}

h5 {
  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 {
  font-size: 0.875em;
  line-height: 1.7142857em;
  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;
}

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;
}
