﻿/* GLOBAL */
body,html {
  font-family: 'Noto Sans', sans-serif;
  font-size:15px;
  color:#55565a;
}
/*section {
  margin:40px 0 0 0;
}
  section:first-child {
    margin-top:0;
  }*/
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
h1,h2 {
  line-height: 1.2;
}
h2,h3,h4,h5,h6 {
  margin-top: 30px;
}
.green {
  color:#6A8012;
}
a {
  color:#000066;
    text-decoration:none;
}
    a:hover {
        text-decoration:underline;
    }
p {
  font-size:18px;
  line-height:26px;
}
    p:first-child {
        margin-top:0;
    }
img {
    max-width:100%;
}
.pageTitle {
  font-size:15px;
  margin:0;
  line-height:1em;
  color:#55565a;
  padding:0 0 15px 0;
  font-weight:700;
}
.greenheader {
  color: #7b8b00;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  text-align: left;
}
.learnMoreBtn, .learnMoreBtn:link, .learnMoreBtn:visited {
  display:block;
  width: 225px;
  background:#40BAD4;
  font-size:14px;
  font-weight:700;
  color:#333;
  padding:15px 0;
  text-decoration:none;
  cursor:pointer;
  text-align:center;
}
  .learnMoreBtn:hover {
    background:#00a0be;
      color:#282828;
  }
.marginTop {
  margin-top: 25px;
}
hr {
  border-top:1px solid #55565a;
  margin:40px 0 0 0;
}
.drill {
    background-color:#f6f6f6;
    padding:50px;
}
    .drill .well {
        background:#fff;
        padding:20px;
        margin-top:20px;
    }
.prod-link.pull-left {
    margin-right:30px;
}
.text-center {
  text-align:center;
}
.footer_links {
    margin:0;
}
ul#resources {
    list-style-type:none;
    padding-left:0;
    margin:0;
}
    ul#resources > li {
        border-bottom:1px solid #eaeae8;
        margin-top:0;
        padding:10px 0;
        position:relative;
    }
        ul#resources > li a {
            display:block;
        }
        ul#resources > li:after {
            position:absolute;
            right:10px;
            top:12.5px;
            content:'';
            width: 0; 
	        height: 0; 
	        border-top: 5px solid transparent;
	        border-bottom: 5px solid transparent;
	        border-left: 5px solid #55565a;
        }
            ul#resources li.open:after {
                border-left:5px solid transparent;
	            border-right:5px solid transparent;
	            border-top:5px solid #55565a;
            }
        ul#resources > li:first-child {
            color:#7b8b00;
            font-size:18px;
            padding-top:0;
        }
            ul#resources > li:first-child:after {
                border:none;
            }
        ul#resources > li > ul {
            display:none;
            margin-top:10px;
        }

/* NAVIGATION */
#nav img {
    float:right;
}
#nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
    #nav ul > li {
        display:inline-block;
        margin-left:15px;
    }
        #nav ul > li:first-child {
            margin-left:0;
        }

/* HERO IMAGE */
#heroImage img, #detailHeroImage img {
  width:100%;
    padding-top: 20px;
}
.heroTitle {
  font-size:30px;
  color:#55565a;
  font-weight:700;
  margin-bottom:10px;
  line-height:1em;
}
.heroContainer {
  position:relative;
  margin:0 -15px;
}
.heroCaption {
  width:100%;
  background:rgba(0,0,0,0.6);
  position:absolute;
  top:0;
}
  .heroCaption p {
    color:#fff;
    padding:20px 15px;
    margin:0;
    font-size:15px;
    line-height:22px;
  }
#heroImage .learnMoreBtn {
  display:inline-block;
  background:#40bad4;
  width:263px;
  padding:15px 0;
  text-align:center;
  position:relative;
  margin-top:20px;
  margin-left:15px;
}
  #heroImage .learnMoreBtn:hover {
    background:#00a0be;
      color:#282828;
  }

/* LEFT NAV */
#leftnav {
  background-color:#efedea;
  border-bottom:6px solid #8ed3e3;
  padding:10px 10px 70px;
}
#leftnav_items_site {
  border-bottom:1px solid #d8d2cc;
  padding-bottom:6px;
  color:#6d8110;
}
.leftnav_item {
  border-bottom:1px solid #d8d2cc; 
  padding-top:6px;
  padding-bottom:6px;
}
    .leftnav_item a {
        color:#7F7F7F;
    }
.leftnav_item.bottom {
    border-bottom:none;
}
.leftnav_item.down a {
    font-weight:bold;
    color:#0d77a3;
}
#leftnav hr {
    border-top:1px solid #ACA899;
    margin:15px 0;
}

.filters .leftnav_item {
  border: none;
}

.content-section {
  margin: 40px 0;
}

/* LISTS */
.page-content ul {
    padding-left:20px;
}
.page-content ul > li {
    margin-top:20px;
}
    .page-content ul > li:first-child {
        margin-top:0;
    }

/* IMAGES */
.fl_right {
    float:right;
}

/* MISC */
#RelyingBees {
  margin-top:20px;
}

.leaderboardbanner {
  margin-bottom: 20px;
}

.infographic {
  text-align: center;
  margin-bottom: 20px;
}
.infographic img {
  width: 100%;
}

.whats-new p {
  font-size: 15px;
  line-height: 20px;
}


.media {
  text-align: center;
  background: #f6f6f6;
  max-width: 300px;
  margin: 0 auto 20px;
}

.media img {
  width: 100%;
}

.media a {
  color: #0d77a3;
}

.media a:hover strong,
.media a:focus strong {
  text-decoration: underline;
}

.media span {
  width: 100%;
  display: inline-block;
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 10px 0;
}


/* Hero Image
====================================*/
#heroImage {
  margin-top:0;
  margin-bottom: 30px;
}
  #heroImage img, #detailHeroImage img {
    width:100%;
  }
.heroTitle {
  font-size:30px;
  color:#55565a;
  font-weight:700;
  margin-bottom:10px;
  line-height:1em;
}
.heroContainer {
  position:relative;
  margin:0 -15px;
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
  background-image: url('../images/hero-mobile.jpg');
}
.heroCaption {
  width:100%;
  background:rgba(0,0,0,.7);
  position:absolute;
  top:0;
}
  .heroCaption p {
    color:#fff;
    padding:20px 15px;
    margin:0;
    font-size:15px;
    line-height:17px;
  }
  .heroCaption span {
    font-weight: 700;
  }
#heroImage .learnMoreBtn {
  display:block;
  width:100%;
  padding:15px 0;
  text-align:center;
  position:relative;
  margin-top:20px;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,.3);
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,.3);
}

/* MEDIA QUERIES */
@media only screen and (min-width:480px) {
  .heroContainer {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width:768px) {
  /* HERO IMAGE */
  .heroContainer {
    margin:0;
    background-image: none;
    padding-bottom: 0;
  }
  .heroTitle {
    font-size:45px;
  }
  .heroCaption {
    width:60%;
    position:absolute;
    top:50px;
    margin:0;
  }
    .heroCaption p {
      font-size:18px;
      line-height:22px;
    }
  #heroImage .learnMoreBtn {
    display:inline-block;
    width:230px;
    position:absolute;
    bottom:30px;
  }
}
@media only screen and (min-width:992px) {
  .heroCaption p {
    padding: 60px 30px;
  }

  #heroImage .learnMoreBtn {
    bottom: 55px;
    left: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .heroCaption p {
    padding: 70px 30px;
  }

  #heroImage .learnMoreBtn {
    bottom: 130px;
  }
}

ul.twitter-feed {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.twitter-feed span {
  display: block;
  font-size: 11px;
  font-style: italic;
}

.twitter-feed span a {
  margin-right: 10px;
}

.social-links a {
  text-decoration: none;
  margin-right: 10px;
}

.image-right {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.filter-checkbox,
.filter-radio,
.filter-dropdown {
    display: none;
}

.filter-label {
  color: #000066;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
}
.filter-label:hover span {
  text-decoration: underline;
}
.filter-dropdown:focus,
.filter-radio:focus,
.filter-checkbox:focus {
  outline: none;
}
.filter-label::before {
  content: '';
  height: 15px;
  width: 15px;
  display: inline-block;
  background-image: url('../images/arrows-filters.png');
  background-position: 15px 0;
  vertical-align: middle;
  margin-right: 5px;
}
.filter-dropdown:checked + label::before {
  background-position: 0 0;
}
.filter-radio + label::before,
.filter-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #55565a;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.filter-radio + label::before {
  border-radius: 50%;
}
.filter-radio:checked + label::before,
.filter-checkbox:checked + label::before {
  background-image: url('../images/icon-check-sm.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.filter-list {
  display: none;
  list-style-type: none;
}
ul.filter-list > li {
  margin-top: 8px;
}
.filter-list label {
  display: inline-block;
  width: calc(100% - 20px);
  vertical-align: middle;
  line-height: 1;
}
.filter-list label:hover {
  text-decoration: underline;
}
.push-left {
  margin-left: 20px;
}
#filter-keyword {
  border: 1px solid #a5a7af;
  margin-top: 8px;
  width: 100%;
  padding: 5px;
}
button.link {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: none;
  color: #000066;
}
button.link:hover,
button.link:focus {
  text-decoration: underline;
}

button.learnMoreBtn {
  border: none;
  width: 100%;
}

.results {
  display: none;
}
.result {
  border-bottom: 1px solid #55565a;
  margin: 20px 0;
}
.result img {
  width: 120px;
  vertical-align: top;
}
.result div {
  width: calc(100% - 140px);
  margin-left: 15px;
  display: inline-block;
}

.news-result {
  border-bottom: 1px solid #55565a;
  padding:30px 0;
}
  .news-result:first-child {
    padding-top:0;
  }
  .news-result .result-thumb {
    text-align:center;
    margin-bottom:20px;
  }
  .news-result .result-title a {
    font-size:20px;
    font-weight:bold;
    color:#0d77a3;
    text-decoration:none;
  }
    .news-result .result-title a:hover {
      text-decoration:underline;
    }
  .news-result p {
    margin-bottom:0;
  }
.event-date {
  text-align:center;
  font-weight:bold;
  border:1px solid #858585;
}
  .event-date .event-month {
    font-size:18px;
    background:#d9d9d9;
    padding:5px 0;
    border-bottom:1px solid #858585;
  }
  .event-date .event-day {
    font-size:22px;
    color:#000;
    padding:20px 0;
  }

.pagination a {
  margin-right: 10px;
}
.pagination a:last-of-type {
  margin-right: 0;
}
.pagination .active {
  color: #55565a;
  cursor: default;
}
.pagination .active:hover,
.pagination .active:focus {
  text-decoration: none;
}


/* GOOGLE RESULTS */
.results-details {
  display: block;
  margin-top: 30px;
}

.results hr {
  margin-top: 20px;
}

.gsc-result {
  margin: 20px 0;
}

.gs-title {
  font-size: 18px;
}

.gs-visibleUrl-short {
  display: none;
}

.gsc-url-top {
  color: #6A8012;
}

.gsc-table-result {
  margin-top: 10px;
}

.gsc-thumbnail,
.gsc-table-cell-snippet-close {
  vertical-align: top;
}

.gs-image-box {
  margin-right: 15px;
}

.gs-title.gsc-table-cell-thumbnail,
.gsc-url-bottom,
.gs-watermark {
  display: none;
}

.phone-link {
    color: #55565a;
    text-decoration: none;
    white-space: nowrap;
}
.phone-link:hover {
    text-decoration: none;
}

/* ACCORDIAN STYLES */
.accordian {
  border: 1px solid #eeeeee
}

.accordian .content {
  display: none;
}

.accordian .title {
  background: #f6f6f6;
}

.accordian h2 {
  color: #6A8012;
  cursor: pointer;
  margin: 0;
  padding: 15px 30px;
}

.accordian h2 .icon {
  float: right;
  width: 15px;
  height: 15px;
  background-image: url('../images/arrows-filters.png');
  margin-top: 8px;
}

.accordian.active h2 .icon {
  background-position: -15px;
}

.accordian.disabled h2 {
  color: #55565a;
  cursor: default;
}

.accordian .content {
  border-top: 1px solid #eeeeee;
  padding: 0 30px 30px;
}

.cta-icon {
  width: 30px;
  margin-right: 10px;
}

/* MEDIA QUERIES */

@media only screen and (min-width:768px) {
  /* News Results */
  .news-result .result-thumb {
    text-align:left;
    margin-bottom:0;
  }
}


/*  Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}


/*  Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}