/* custom stylesheet*/

/* global */

.site {
  background: #fff;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.button,
a.button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto;
  width: auto;
  border-radius: 10px;
  padding: 10px 15px;
  padding-right: 40px;
  background: url('../img/continue-icon.png') right 15px center #8a5279
    no-repeat;
}

.button:hover {
  color: #fff;
}

.button.button-green {
  background-color: #61bc47;
  margin: 20px 0 15px;
}

.online-catalog-button-wrapper {
  margin: 1.5em 0 2em;
}

.home-events .button {
  background-color: #f8981d;
}

textarea {
  border-radius: 0px !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #006cb7;
}

.content-container input[type='submit'] {
  background: #61bc47;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Trebuchet MS', 'Open Sans', Helvetica, sans-serif;
  border: 0px;
}

.gfield.half-column {
  width: 50%;
  float: left;
  clear: inherit !important;
}

.gfield.half-column input,
.gfield.half-column select {
  width: 95% !important;
  padding: 5px !important;
}

.gfield.full-column {
  width: 100%;
  float: left;
  clear: inherit !important;
}

.gfield.full-column input,
.gfield.full-column select {
  width: 97.5% !important;
  padding: 5px !important;
}

.gfield_label {
  /*text-transform: uppercase;*/
  font-size: 14px;
  font-weight: bold;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper .ginput_complex .ginput_full input[type='text'],
.gform_wrapper .ginput_complex .ginput_full input[type='url'],
.gform_wrapper .ginput_complex .ginput_full input[type='email'],
.gform_wrapper .ginput_complex .ginput_full input[type='tel'],
.gform_wrapper .ginput_complex .ginput_full input[type='number'],
.gform_wrapper .ginput_complex .ginput_full input[type='password'] {
  width: 97.5% !important;
}

/* site structure */

.site {
  display: block;
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
}

.entry-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry-content {
  font-size: 14px;
}

/* header structure */

.site-header {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.header-content {
  display: block;
  width: 100%;
  max-width: 940px;
  height: 160px;
  margin: 20px auto 5px;
}

.site-branding {
  display: block;
  width: 40%;
  height: 100%;
  float: left;
}

.site-top-navigation {
  display: block;
  width: 60%;
  height: 20px;
  float: left;
}

.top-navigation {
  list-style: none;
  text-align: right;
}

.top-navigation li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #000;
  box-sizing: border-box;
  line-height: 13px;
}

.top-navigation li:last-of-type {
  border: 0px;
  padding-right: 0px;
}

.top-navigation li a {
  font-size: 13px;
  line-height: 13px;
  color: #000;
  text-decoration: none;
}

.top-navigation li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
  padding-bottom: 10px;
}

.top-navigation li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.top-navigation li.menu-item-has-children:before {
  content: '';
  position: absolute;
  top: 2.5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7.5px solid #61bc47;
}

.top-navigation li.menu-item-has-children > .sub-menu {
  display: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.top-navigation li.menu-item-has-children > .sub-menu > li {
  display: block;
  padding: 0;
  text-align: center;
}

.top-navigation li.menu-item-has-children > .sub-menu > li > a {
  display: block;
}

.top-navigation li.menu-item-has-children > .sub-menu > li > a:hover {
  text-decoration: underline;
}

.site-top-contact {
  display: block;
  width: 60%;
  height: 35px;
  margin: 30px 0;
  float: left;
  text-align: right;
}

.site-top-contact a {
  text-decoration: none;
  color: #000;
}

.site-top-contact a:hover {
  color: #000;
}

.site-top-contact-section {
  padding-left: 45px;
  display: inline-block;
  text-align: left;
}

.site-top-contact-section.emergency-contact {
  margin-left: 40px;
  background: url('../img/site-top-contact_emergency.png') left center no-repeat;
}

.site-top-contact-section.chat-contact {
  margin-left: 40px;
  background: url('../img/site-top-contact_chat.png') left center no-repeat;
}

.site-top-contact-section span {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

.site-top-contact-section span.mobile-hide {
  display: inline;
  width: auto;
}

.site-top-contact-section span.bold {
  font-size: 26px;
  line-height: 26px;
  color: #e31d19;
}

.site-top-search {
  display: block;
  width: 60%;
  height: 30px;
  float: left;
  text-align: right;
}

.search-form .search-container {
  width: 45%;
  float: right;
  right: 0px;
  position: relative;
}

.search-form .search-field {
  width: 87%;
  height: 30px !important;
  padding-left: 10px !important;
  float: right;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-left: 0px !important;
}

.search-form .search-field:focus {
  border: 1px solid #61bc47;
  outline: none;
  border-radius: 5px;
}

.search-form .search-submit {
  width: 35px;
  height: 30px !important;
  float: left;
  color: #fff !important;
  border-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  box-sizing: border-box;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
  vertical-align: top;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0px !important;
  background: url('../img/continue-icon.png') center center no-repeat #61bc47 !important;
}

/* main navigation */

.main-navigation ul {
  margin: 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
}

.main-navigation li {
  display: inline-block;
}

.main-navigation li:hover {
  background-color: #61bc47;
}

.main-navigation li:nth-of-type(1):hover {
  background-color: #e31d1a;
}

.main-navigation li:nth-of-type(2):hover {
  background-color: #61bc47;
}

.main-navigation li:nth-of-type(3):hover {
  background-color: #f8981d;
}

.main-navigation li:nth-of-type(4):hover {
  background-color: #e8be1e;
}

.main-navigation li:nth-of-type(5):hover {
  background-color: #006cb7;
}

.main-navigation li:nth-of-type(6):hover {
  background-color: #8b537a;
}

.main-navigation li:nth-of-type(7):hover {
  background-color: #000;
}

.main-navigation li a {
  display: block;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.main-navigation li:hover a {
  color: #fff;
  /*transition: all 0.15s ease 0s;*/
}

.sidr-menu {
  display: none;
}

.menu-toggle {
  display: none;
}

/*breadcrumbs*/

.header-breadcrumbs {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  background: #ebebeb;
}

.breadcrumbs {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  float: none;
  text-align: left;
}

/*.breadcrumbs > span:nth-of-type(1) {
	padding-left: 11px;
}*/

.breadcrumbs span,
.breadcrumbs span a {
  font-size: 12px;
  color: #000;
  line-height: 44px;
  text-decoration: none;
}

/* home header sub section */

.accouncement-section {
  display: block;
  width: 100%;
  height: 40px;
  background: #000;
  overflow: hidden;
}

.announcement-inner {
  display: block;
  width: 100%;
  max-width: 960px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

.announcement-info {
  background: url('../img/announcement-icon.png') no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
}

.announcement {
  line-height: 40px;
  color: #fff;
}

/* page content structure */

.content-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.home.page .site-content {
  margin: 0 auto 40px;
}

.site-content {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}

.page-template-template-basic .site-primary {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .page-template-template-basic .site-primary {
    width: 95%;
    margin: 0 auto !important;
    float: none;
  }
}

img.basic-page-featured-image {
  margin-bottom: 20px;
  width: 100%;
}

.site-primary {
  float: right;
  width: 700px;
  margin: 0 10px;
}

.home .site-primary {
  width: 100%;
}

.site-secondary {
  float: left;
  width: 220px;
  margin: 10px 0;
}

.page-id-20 .site-secondary {
  display: none;
}

.page-id-20 .site-primary {
  width: 100%;
}

.page-id-20 .site-primary iframe {
  max-width: 100% !important;
}

.page-id-20 .site-primary .tableauPlaceholder {
  max-width: 100% !important;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 0px;
}

/* Home CTA */
.front-page-cta {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.front-page-cta .container {
  max-width: 690px;
  margin: 0 auto;
}

.front-page-cta-text {
  width: auto;
  float: left;
}

.front-page-cta-button {
  width: 26%;
  float: right;
  color: #e91224 !important;
  font-size: 17px;
  background: #ffffff;
  padding: 10px 2%;
  text-decoration: none;
  text-align: center;
}

.front-page-cta-button:hover {
  background: #e6dfe0;
  text-decoration: none;
  color: #e91224;
}

.front-page-cta h3 {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .front-page-cta .container {
    padding: 15px;
  }
  .front-page-cta-text {
    width: 100%;
    float: none;
    text-align: center;
  }
  .front-page-cta h3 {
    line-height: 1.2;
  }

  .front-page-cta-button {
    width: 40%;
    float: none;
    margin: 20px auto 0;
    display: block;
  }
}

/*Zika Hotline Calls */

.zika-hotline-calls {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.zika-hotline-calls th {
  border-bottom: 2px solid #cccccc;
}

.zika-hotline-calls .label {
  text-align: left;
  font-weight: bold;
  padding-right: 20px;
}

.zika-hotline-calls .value {
  text-align: right;
  font-weight: bold;
}

.zika-hotline-calls .table-header th {
  padding-bottom: 10px;
}

/* footer structure */

.site-footer {
  display: block;
  width: 100%;
}

.footer-navigation {
  width: 100%;
  height: 60px;
  background: #61bc47;
}

.footer-navigation .menu {
  display: block;
  width: 100%;
  max-width: 940px;
  height: 60px;
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 0px;
}

.footer-navigation .menu li {
  display: inline-block;
  float: none;
  font-size: 0px;
}

.footer-navigation .menu li a {
  text-transform: uppercase;
  line-height: 60px;
  padding: 0px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transition: all 0.15s ease 0.15s;
  text-decoration: none;
}

.footer-navigation .menu li:hover a {
  color: #000;
  transition: all 0.15s ease 0s;
}

.site-footer-content {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.site-footer-section {
  width: 50%;
  float: left;
  margin: 25px auto;
}

.site-footer-social {
  text-align: left;
}

.social-link {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  float: left;
}

.follow-note {
  float: left;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 35px;
  color: #000;
}

.copyright {
  float: left;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 10px auto;
}

.site-footer-meta {
  text-align: right;
}

.site-footer-meta .footer-meta-img img {
  height: 60px;
}

.site-footer-meta .fpic-logo img {
  padding-right: 10px;
}

.site-footer-meta .ph-logo img {
  padding-left: 15px;
  border-left: 1px solid #000;
}

/*sidebar menu*/

.sidebar-menu ul {
  list-style: none;
  margin-left: 20px;
}

.sidebar-menu ul.children {
  margin-left: 20px;
}

.sidebar-menu ul li a {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.page-template-template-prevention-php .site-secondary,
.page-id-22 .site-secondary,
.page-id-429 .site-secondary {
  width: 240px;
}

.sidebar-menu ul li li a {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.prevention-images {
  margin: 0 30px 30px 0;
  width: 200px;
  height: 200px;
}

.page-id-22 .entry-title a {
  color: #000;
  text-decoration: none;
}

/* homepage content */

.fpc-home-layerslider .ls-wp-container .ls-nav-next {
  width: 25px;
  height: 41px;
  background: url('../img/slide-arrow_next.png') center center no-repeat;
}

.fpc-home-layerslider .ls-wp-container .ls-nav-prev {
  width: 25px;
  height: 41px;
  background: url('../img/slide-arrow_prev.png') center center no-repeat;
}

.fpc-home-layerslider .ls-wp-container .ls-nav-next:hover,
.fpc-home-layerslider .ls-wp-container .ls-nav-prev:hover {
  background-position: 0px 0px;
}

.ls-bottom-nav-wrapper > a {
  /*display: none !important;*/
}

.ls-bottom-slidebuttons {
  background: transparent !important;
}

.ls-bottom-slidebuttons a {
  /*background: url('../../../img/slide-icon_normal.png') center center no-repeat !important;*/
}

.ls-bottom-slidebuttons a.ls-nav-active {
  /*background: url('../../../img/slide-icon_active.png') center center no-repeat !important;*/
}

.home-content-blocks {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.home-content-block {
  display: inline-block;
  width: 33%;
  min-height: 300px;
  text-align: center;
  float: left;
}

.home-content-block:nth-of-type(2) {
  width: 34%;
}

.block-section-content {
  display: block;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

.block-section-content h2.block-section-title {
  color: #000;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 10px;
}

.block-section-content p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  padding-left: 5px;
}

.event-date-single {
  color: #f8981d;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}

.home-events .block-section-content h2.block-section-title {
  background: url('../img/home-section_events.png') left center no-repeat;
}

.home-locations .block-section-content h2.block-section-title {
  background: url('../img/home-section_locations.png') left center no-repeat;
}

.home-materials .block-section-content h2.block-section-title {
  background: url('../img/home-section_materials.png') left center no-repeat;
}

.home-twitter .block-section-content h2.block-section-title {
  background: url('../img/social_twitter.png') left center no-repeat;
}

.home-events .event-list {
  list-style: none;
  margin: 0 auto;
}

.home-events .event-list .event-list-item {
  width: 100%;
  padding: 10px 0;
}

.home-events .event-list .event-list-item:first-of-type {
  padding-top: 0px;
}

.home-events .event-list .event-list-item:last-of-type {
  padding-bottom: 0px;
}

.home-events .event-list .event-list-item .event-list-item_date {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  border-radius: 35px;
  background: #f8981d;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.home-events .event-list .event-list-item .event-list-item_date .date-0 {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
  padding-left: 1px;
}

.home-events .event-list .event-list-item .event-list-item_date .date-1 {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-left: 2px;
}

.home-events .event-list .event-list-item .event-list-content {
  float: right;
  width: 81.5%;
}

.home-events .event-list .event-list-item .event-list-content a.event-link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.home-events .event-list .event-list-item .event-list-content p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  padding: 0px;
}

.home-events .block-section-content-button {
  padding-top: 2em;
  text-align: center;
}

.home-events .event-list h2 {
  font-size: 0.85em;
}

.home-events .event-list .event-description {
  font-size: 0.9em;
}

.home-locations .location-search {
  width: 100%;
  margin: 10px 0;
  position: inherit;
  min-height: 30px;
  text-align: center;
}

.home-locations .location-search-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.home-locations .location-search-field {
  width: 95%;
  height: 30px !important;
  float: left;
  padding: 0px !important;
  padding-left: 15px !important;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-right: 0px !important;
  text-transform: uppercase;
}

.home-locations .location-search-field:focus {
  outline: none;
  border: 1px solid #006cb7;
}

.home-locations .location-search-submit {
  width: 35px;
  height: 30px !important;
  float: right;
  color: #fff !important;
  border-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  box-sizing: border-box;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
  vertical-align: top;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 0px !important;
  background: url('../img/continue-icon.png') center center no-repeat #006cb7 !important;
}

.home-locations .location-search-link {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 180px;
  background: url('../img/florida-service-areas.png') center center no-repeat
    transparent !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-materials .block-section-content {
  text-align: center;
}

.home-materials .block-section-content p {
  text-align: left;
}

.home-materials .materials-example-image {
  margin: 10px auto;
}

/*interior poison main page*/

.poison-categories {
  font-size: 0px;
  text-align: left;
}

.featured-poison {
  display: inline-block;
  width: 200px;
  height: 200px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin: 0px 30px 30px 0px;
  font-size: 0px;
}

.featured-poison:nth-child(3n + 3) {
}

.featured-poison span {
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

/*interior poison pages*/

.page-template-template-poison-php .entry-content img {
  display: block;
  border: 5px solid #e9ebe8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.poison-content .site-main {
  display: block;
  width: 65%;
  float: left;
}

.poison-examples {
  /*border-bottom:1px solid #ccc;
	padding-bottom: 10px;*/
}

.poison-examples p {
  margin-bottom: 0.75em;
}

.poison-examples-toggle {
  width: 100%;
  line-height: 32px;
  font-style: italic;
  position: relative;
  color: #656565;
}

.poison-examples-toggle > span {
  display: block;
  line-height: 1.3;
}

.poison-examples-toggle a {
  position: relative;
  padding-right: 25px;
  line-height: 32px;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  text-align: right;
  float: right;
}

.poison-examples-hide {
  display: none;
}

.poison-examples-toggle a:hover {
  cursor: pointer;
}

.poison-examples-toggle a:after {
  position: absolute;
  right: 0px;
  height: 32px;
  width: 15px;
  content: ' ';
  background: url('../img/poison_expand.png') center center no-repeat;
}

.poison-examples-toggle a.active:after {
  position: absolute;
  right: 0px;
  height: 32px;
  width: 15px;
  content: ' ';
  background: url('../img/poison_close.png') center center no-repeat;
}

.poison-example-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 8px 0px;
  padding-right: 15px;
}

.poison-example-title:hover {
  cursor: pointer;
}

.poison-example-title:after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 15px;
  content: ' ';
  background: url('../img/poison_expand.png') center center no-repeat;
}

.poison-example-title.psuedo-active:after,
.poison-example-title.ui-state-active:after {
  background: url('../img/poison_close.png') center center no-repeat;
}

.poison-example-content {
  padding-top: 10px;
}

.poison-example-content img {
  display: block;
  border: 5px solid #e9ebe8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.poison-example-content table {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}

.poison-example-content td,
.poison-example-content th {
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-top: 0px;
}

.poison-example-content td:nth-of-type(odd),
.poison-example-content th:nth-of-type(odd) {
  border-right: 0px;
  font-weight: bold;
}

.poison-example-content td:nth-of-type(even) {
  font-style: italic;
}

.poison-data-content > ol {
  margin-top: 2em;
  margin-left: 4em;
  counter-reset: list;
}

.poison-data-content > ol > li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 12px;
  left: -50px;
  background-color: #61bc47;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 100%;
}

.poison-data-content > ol > li:first-of-type {
  border-top: solid 1px #ccc;
}

.poison-data-content > ol > li {
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  list-style: none;
  position: relative;
}

.poison-sidebar {
  float: right;
  width: 200px;
}

.poison-featured-image {
  width: 200px;
  height: 200px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.poison-facts {
  text-align: center;
}

.poison-fact_single {
  text-align: center;
}

.poison-fact_single h3 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

/*interior educational materials*/

.edu {
  width: 100%;
  margin: 0 !important;
}

.edu .gform_wrapper {
  max-width: 100%;
  margin: 0 !important;
}

.educational-material-section {
  display: none;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.gfield .educational-material-section {
  display: block;
}

.educational-material-wrap {
  display: block;
  width: 33%;
  float: left;
  margin: 5px 0px 10px;
}

.educational-material {
  display: inline-block;
  width: 90%;
  height: 350px;
  text-align: center;
  vertical-align: top;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 5px;
  overflow: hidden;
}

.educational-material img {
  width: 80%;
  max-height: 280px;
}

.educational-material:hover {
  background: #eee;
  cursor: pointer;
}

.educational-material.active {
  background: #eee;
  border: 1px solid #777;
  -moz-box-shadow: inset 0px 0px 1px 1px #777;
  -webkit-box-shadow: inset 0px 0px 1px 1px #777;
  box-shadow: inset 0px 0px 1px 1px #777;
}

.educational-material a {
  text-decoration: none;
}

.edu-select {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.edu-download {
  display: inline-block;
  margin: 5px auto 3px;
  font-size: 10px;
  letter-spacing: 0.5pt;
  color: #222;
}

.edu-download:visited {
  color: #222;
}

.edu-download:hover {
  color: #61bc47;
}

.na:hover {
  color: #222;
}

.edu-select-title {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  margin: 3px auto;
}

/*single-online_catalog*/

.single-online_catalog {
  width: 100%;
  text-align: center;
}

/*location search*/

.location_search td {
  vertical-align: middle;
}

.location_search_row {
  margin: 10px 0;
}

.location_search_cell input {
  width: 95%;
}

.location_search_state_cell {
  display: none;
}

/*site search*/

.site-primary .search-form {
  display: none;
}

/* slick data slider */

.data-slider .overlay {
  background: rgba(226, 0, 0, 0.82);
  border: 10px solid #fff;
  position: absolute;
  left: 4%;
  bottom: 13%;
  color: #fff;
  padding: 15px 20px 0px;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.63);
}

.data-slider .overlay h3 {
  font-size: 22px;
  margin: 5px 0;
  text-shadow: -1px 1px 3px rgba(27, 27, 27, 0.8);
  letter-spacing: 1px;
}

div.ls-layer .overlay table {
  border: none;
  text-align: center;
  font-size: 16px;
}

div.ls-layer .overlay table td {
  text-align: center;
  padding: 10px 0 0px;
}

div.ls-layer .overlay table > thead > tr > th {
  border-bottom: 2px solid #960000;
  padding: 5px 10px;
  text-align: center;
  vertical-align: bottom;
}

div.ls-layer .overlay table tbody tr td:first-of-type {
  text-align: left;
}

.data-slider .overlay table {
  border: none;
  text-align: center;
  font-size: 16px;
}

.data-slider .overlay table td {
  text-align: center;
  padding: 10px 0 0px;
}

.data-slider .overlay table > thead > tr > th {
  border-bottom: 2px solid #960000;
  padding: 5px 10px;
  text-align: center;
  vertical-align: bottom;
}

.data-slider .overlay table tbody tr td {
}

.data-slider .overlay table tbody tr td:first-of-type {
  text-align: left;
}

button.slick-prev,
button.slick-next {
  background: none;
  border: none;
  box-shadow: none;
}

.slick-slider {
  margin-bottom: 0px !important;
}

div.ls-layer table {
  border: none;
  text-align: center;
  font-size: auto;
}

div.ls-layer table td {
  text-align: center;
  padding: 2% 0 2%;
}

div.ls-layer table > thead > tr > th {
  border-bottom: 2px solid #960000;
  padding: 1% 2%;
  text-align: center;
  vertical-align: bottom;
}

div.ls-layer table tbody tr td:first-of-type {
  text-align: left;
}

.media-template {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.poison-content .media-main {
  width: 75%;
}

.poison-content .media-main > article {
  margin-bottom: 0;
}

.media-after-accordion {
  margin-top: 3em;
}

.poison-content .site-main.data-main {
  width: 100%;
}

.data-template .entry-content {
  margin-top: 10px;
}

.herbal_products_table,
.plants-table {
  border-collapse: collapse;
}

.herbal_products_table > tbody,
.plants-table > tbody {
  border: 3px solid #222;
}

.herbal_products_table tr {
  border-bottom: 2px solid #222;
  background-color: #2eaabb;
  color: #ffffff;
}

.herbal_products_table tr > th {
  background-color: #ffffff;
  color: #222;
  border-color: #222;
}

.herbal_products_table tr > td,
.plants-table tr > td {
  border: none;
}

.herbal_products_table tr > td:nth-child(2) {
  color: #ffffff;
  background-color: #61bc47;
}

.herbal_products_table tr > td:nth-child(3) {
  color: #ffffff;
  background-color: #eb1120;
}

.plants-table tr {
  border-bottom: 2px solid #222;
}

.plants-table tr > td:nth-child(1) {
  color: #ffffff;
  background-color: #61bc47;
}

.plants-table tr > td:nth-child(2) {
  color: #ffffff;
  background-color: #eb1120;
}

#download-pdf {
  margin: 20px 0;
}

.archive-search h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.archive-search {
  margin-top: 20px;
}

.news-content > .site-main {
  width: 75%;
  float: left;
}

.news-content > .news-sidebar {
  float: left;
  width: 23%;
  margin-left: 2%;
}

form#year-archive-dropdown {
  z-index: 90;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

select#yearly-news-dropdown {
  margin: 0;
  -webkit-appearance: menu-list;
  background-image: none;
  width: 100%;
  color: #bbbbbb;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 100;
  border: 1px solid transparent;
  padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.archive-dropdown {
  position: relative;
  width: 200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.archive-dropdown > select {
  background: #ffffff;
  width: 200px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.archive-dropdown > .down-arrow {
  position: absolute;
  z-index: 5;
  width: 40px;
  height: 42px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: url('../img/continue-icon-down.png') no-repeat center #006cb7 !important;
  -webkit-border-radius: 0px 7px 7px 0px;
  -moz-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
}

.monthly-post-wrapper h3 {
  margin-left: 50px;
  font-size: 18px;
  font-weight: 700px;
}

@media screen and (max-width: 960px) {
  .site-content.news {
    padding: 0 10px;
  }
  .news-content > .site-main {
    width: 100%;
    float: none;
  }
  .news-content > .news-sidebar {
    width: 100%;
    float: none;
    text-align: left;
    margin-left: 0;
  }
  .archive-search {
    margin-bottom: 30px;
  }
  .news-content > .news-sidebar > img {
    display: none;
  }
  .news-category-filter {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 730px) {
  .news-category-filter h3 {
    margin: 0px 0px 10px;
  }
}

.news hr {
  max-width: 705px;
  margin-left: 0;
}

.news-category-filter h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
  margin-top: 14px;
  color: #000000;
}

a.news-button {
  background: #61bc47;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
  padding: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.news-button:hover {
  background: #55af3b;
  color: #fff;
}

.news-category-filter ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}

.news-category-filter ul > li {
  display: inline-block;
  width: 65px;
}

.press-category-filter.news-category-filter ul > li {
  width: 75px;
}

.news-category-filter ul > li > a {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.news-category-filter ul > li > a#filter-animals {
  opacity: 0.8;
}

.news-category-filter ul > li > a#filter-animals:hover {
  opacity: 1;
}

.news-category-filter ul > li > a.active#filter-animals {
  opacity: 1;
}

.news-category-filter ul > li > a.active,
.news-category-filter ul > li > a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.news-category-filter ul > li > a > img {
  display: block;
  margin: 0 auto;
}

.news-category-filter ul > li > a {
  display: block;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  outline: none;
}

.form-list {
  list-style-type: none;
}

.form-list-label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 1em 0 0 !important;
}

.form-submit {
  margin: 0 0 1.5em 5em;
}

.form-entry-title {
  margin: 0 0 10px 1.5em;
}

.form-medium {
  width: 18em;
}

.success-message {
  color: green;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  padding: 1em 0;
  clear: both;
  width: 97.5%;
}

.section-news {
  max-width: 705px;
}

.section-news > .monthly-post-wrapper > h2 {
  position: relative;
  display: block;
  margin-left: 50px;
  padding: 10px 0;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.section-news > .monthly-post-wrapper > h2 a {
  font-weight: 300;
}

.section-news > h2 {
  color: #222;
}

.news-icon {
  position: absolute;
  left: -50px;
  top: 2px;
}

.news-icon-tooltip {
  visibility: hidden;
  position: absolute;
  top: 40px;
  text-align: center;
  border: solid #000 2px;
  border-bottom-width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 12px;
  padding: 0 4px;
  z-index: 1;
}

.news-icon-tooltip:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 10px solid #000;
}

.news-icon-tooltip:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom: 8px solid #ffffff;
}

.news-icon:hover {
  cursor: pointer;
}

.news-icon:hover + .news-icon-tooltip {
  visibility: visible;
}

.news-icon-tooltip.icon-general,
.news-icon-tooltip.icon-animals {
  left: -60px;
}

.news-icon-tooltip.icon-chemicals,
.news-icon-tooltip.icon-household,
.news-icon-tooltip.icon-medication {
  left: -67px;
}

.news-icon-tooltip.icon-drugs {
  left: -53px;
}

/*.category-general:before {
	content: url(i../mg/icon-general.png);
	position: absolute;
	top: 2px;
	left: -50px;
}
.category-animals:before {
	content: url(i../mg/icon-animals.png);
	position: absolute;
	top: 2px;
	left: -50px;
}
.category-chemicals:before {
	content: url(i../mg/icon-chemicals.png);
	position: absolute;
	top: 2px;
	left: -50px;
}
.category-drugs:before {
	content: url(i../mg/icon-drugs.png);
	position: absolute;
	top: 2px;
	left: -50px;
}
.category-medication:before {
	content: url(i../mg/icon-medication.png);
	position: absolute;
	top: 2px;
	left: -50px;
}
.category-household:before {
	content: url(i../mg/icon-household.png);
	position: absolute;
	top: 2px;
	left: -50px;
}
.category-plants:before {
	content: url(i../mg/icon-plants.png);
	position: absolute;
	top: 2px;
	left: -50px;
}*/

.hide {
  display: none !important;
}

.gform_body .ginput_container .gfield_radio label {
  /*height: 40px;*/
  padding-top: 15px !important;
  margin-left: 5px;
}

.gform_previous_button,
.gform_next_button,
.gform_previous_button:hover,
.gform_next_button:hover {
  background: #61bc47 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: 'Trebuchet MS', 'Open Sans', Helvetica, sans-serif !important;
  border: 0px !important;
}

.hcp-signup-form .ginput_complex label {
  margin: 0.8em 0 0.25em;
}
.hcp-signup-form .ginput_complex.ginput_container {
  overflow: visible !important;
}

.hcp-signup-form .top_label .gfield_label {
  margin: 1em 0 0 !important;
}

.hcp-signup-form .gfield input {
  padding-top: 0 !important;
}

.hcp-signup-form .gfield input[type='radio'] {
  margin: 5px 10px 0 4px !important;
}

.gform_wrapper .ginput_complex label {
  margin: 5px 0 0 !important;
}

.gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper.gf_browser_safari ul.gfield_checkbox li input[type='checkbox'],
.gform_wrapper.gf_browser_safari ul.gfield_radio li input[type='radio'] {
  width: 20px !important;
}

.zika-template .site-main.date-main {
  width: auto;
}

a.btn {
  display: inline-block;
  float: left;
  transition: all 0.15s ease 0.15s;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

a.btn-primary {
  background: #61bc47;
}

a.btn-primary:hover,
a.btn-primary:active {
  background: #61bc52;
  color: #ffffff;
}

td#info_td_zika_cnt {
  vertical-align: bottom;
}

a.header-link,
a.header-link:visited {
  color: #fff;
  text-decoration: none;
}

a.header-link:hover {
  color: #fff;
  text-decoration: underlink;
}

/* Swiper Slider */

.swiper .swiper-wrapper a {
  color: #fff;
}

.home-slider {
  height: 100%;
  max-height: 400px;
  width: 100%;
  aspect-ratio: 1035 / 400;
}

.slide-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slider-heading {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  max-width: 380px;
}

.slider-copy-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
  padding: 25px 10px 25px 25px;
  max-width: 450px;
  border: solid 6px #fff;
}

.slider-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
}

.slider-cta {
  display: inline-flex;
  align-items: center;
}

.slider-phone {
  color: #fff;
  font-size: 25px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  font-weight: 400;
  margin-right: 15px;
  border: 2px solid rgba(128, 128, 128, 0.15);
  border-right: none;
  border-left: none;
  padding: 2px 0;
}

.slider-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 50px;
}

.swiper-button-prev {
  background: url('/wp-content/themes/fpic2014/img/slide-arrow_prev.png') center
    center no-repeat;
}

.swiper-button-next {
  background: url('/wp-content/themes/fpic2014/img/slide-arrow_next.png') center
    center no-repeat;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-pagination-bullet-active {
  background-color: #333;
}

@media (max-width: 1035px) {
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 850px) {
  .slider-heading {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  .slider-text {
    font-size: 16px;
  }
}

@media (max-width: 715px) {
  .home-slider {
    max-height: none;
    aspect-ratio: 1.8 / 1;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 486px) {
  .home-slider {
    max-height: none;
    aspect-ratio: 1.05 / 1;
  }

  .slide-image {
    background-position: right center;
  }

  .slider-copy-container {
    width: calc(100vw - 80px);
    left: 15px;
  }

  table {
    width: 90% !important;
    transform: scale(0.8) translate(-70px, 10px);
  }
}
