/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.btn {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  padding: 11px 15px;
  border-radius: 5px;
  width: 250px;
  max-width: 100%;
  font-family: 'Saira Extra Condensed', sans-serif;
  position: relative;
  border: 0;
}

.btn, .btn.btn-style-1 {
  background-color: #e83d33;
  color: #ffff;
}

.btn:hover, .btn.btn-style-1:hover {
  background-color: #C51C13;
  color: #fff;
}

.btn.btn-style-2 {
  background-color: #5882B7;
  color: #fff;
}

.btn.btn-style-2:hover {
  background-color: #3A669F;
  color: #fff;
}

a {
  text-decoration: none;
  color: #e83d33;
}

a:hover {
  text-decoration: underline;
  color: #e83d33;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

.form-control {
  border: 0;
  background-color: #fff;
  padding: 7px 10px;
  height: auto;
  border-radius: 0;
  border: 1px solid #bbb;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}

body {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
}

p:last-of-type {
  margin-bottom: 0;
}

a, input[type=button], input[type=submit], button, .btn {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}

ol, ul, dl {
  margin-bottom: 0;
}

ul li, ol li {
  margin-bottom: 5px;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

audio, canvas, iframe, img, svg, video {
  border: 0;
  background-color: transparent;
}

.header-cta-container {
  float: right;
}

.header-cta-container p {
  font-size: 28px;
  font-family: 'Saira Extra Condensed', sans-serif;
}

#heading-offer {
  background-color: #000;
}

#heading-offer * {
  color: #fff;
}

#heading-offer .special-offer-text {
  font-size: 28px;
}

#headline-section {
  background-image: url(../img/pct-main-img-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 4px solid #000;
}

#headline-section > .container {
  position: relative;
  z-index: 2;
}

#headline-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

#headline-section .headline-text .header-text-1 {
  font-size: 72px;
  width: 530px;
  max-width: 100%;
  font-weight: 400;
}

#headline-section .headline-text .subheader-style-1 {
  font-size: 20px;
  width: 465px;
  max-width: 100%;
}

#headline-section .headline-text ul.subheader-treatment-list {
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 22px;
  width: 500px;
  max-width: 100%;
}

#headline-section .headline-text ul.subheader-treatment-list li {
  max-width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  margin-bottom: 0;
}

#headline-section .headline-form .form-text {
  margin-top: 0;
  background-color: #E83D33;
  font-size: 22px;
}

#headline-section .headline-form .form-text * {
  color: #fff;
}

#headline-section .form-col {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

#headline-section .text-col {
  max-width: 60%;
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
}

#headline-section .headline-form .contact-form {
  background-color: #000;
  border-top: 3px solid #fff;
}

#headline-section .headline-form .contact-form * {
  color: #fff;
}

#headline-section .headline-form .contact-form .form-group .form-control {
  color: #000;
}

#headline-section .headline-form .contact-form textarea#help {
  height: 97px;
}

#headline-section .headline-form .contact-form button {
  width: 100%;
  padding: 15px 20px;
}

#pests-section {
  background-color: #f2f2f2;
}

#valued-statements-section {
  background-color: #E83D33;
}

#valued-statements-section * {
  color: #fff;
}

#valued-statements-section .accreditation-entry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 310px;
  max-width: 100%;
}

#valued-statements-section .accreditation-entry .icon-container {
  max-width: 45px;
  flex: 0 0 45px;
  -ms-flex: 0 0 45px;
}

#valued-statements-section .accreditation-entry .desc-container {
  max-width: calc(100% - 45px);
  flex: 0 0 calc(100% - 45px);
  -ms-flex: 0 0 calc(100% - 45px);
}

#valued-statements-section .accreditation-entry .desc-container h3 {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

#valued-statements-section .accreditation-entry .desc-container p {
  font-size: 18px;
}

#about-section {
  background-color: #f2f2f2;
}

#about-section .image-container {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}

#about-section .image-col {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}

#about-section .text-col {
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
  max-width: 59%;
}

#about-section .about-info {
  width: 570px;
  max-width: 100%;
}

#about-section .about-info h2 {
  font-size: 48px;
  font-family: 'Saira Semi Condensed', sans-serif;
}

#about-section .about-info p {
  font-size: 18px;
}

#accreditation-section {
  background-color: #E3E3E3;
}

#accreditation-section .accred-img-list .accred-img-entry {
  display: inline-block;
  padding-right: 50px;
  vertical-align: middle;
}

#accreditation-section .accred-img-list .accred-img-entry:last-child {
  padding-right: 0;
}

#accreditation-section .accred-img-list .accred-img-entry img {
  display: block;
}

.section-header .section-header-text {
  font-size: 48px;
  margin-bottom: 50px;
}

.testimonials-row {
  margin-top: 50px;
}

.testimonials-row > div {
  margin-bottom: 80px;
}

.testimonials-row > div:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.testimonials-row .testimonial-entry {
  text-align: center;
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  height: 100%;
}

.testimonials-row .testimonial-entry .author-img {
  margin-top: -80px;
  margin-bottom: 30px
}

.testimonials-row .testimonial-entry .testimonial-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonials-row .testimonial-entry .testimonial-par {
  color: #888;
  margin-bottom: 50px;
}

.testimonials-row .testimonial-entry .testimonial-author {
  font-weight: bold;
  margin-bottom: 10px;
}

.cta-banner-section {
  background-color: #000;
}

.cta-banner-section * {
  color: #fff;
}

.cta-banner-section .cta-header {
  font-size: 48px;
  margin-bottom: 20px;
}

.cta-banner-section .cta-subheader {
  margin-bottom: 25px;
}

.why-choose-us-row .why-choose-us-entry .why-choose-us-content {
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  height: 100%;
}

.why-choose-us-row .why-choose-us-entry .why-choose-us-content .icon-container {
  margin-bottom: 20px;
}

.why-choose-us-row .why-choose-us-entry .why-choose-us-content .desc-container h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

#map-section {
  height: 375px;
  position: relative;
}

#map-section, 
#map-section .container-fluid, 
#map-section .container-fluid .row, 
#map-section .container-fluid .row .col-md-12, 
#map-section .container-fluid .row .col-md-12 .content {
  height: 375px;
  position: relative;
}

#map-section p {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

footer#main-footer {
  background-color: #F2F2F2;
}

footer#main-footer .footer-top .info-header {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Saira Extra Condensed', sans-serif;
  margin-bottom: 10px;
}

footer#main-footer .footer-top .info-text {
  line-height: 1.5;
}

footer#main-footer .footer-bottom ul.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer#main-footer .footer-bottom ul.footer-menu li {
  display: inline-block;
  margin-right: 20px;
}

footer#main-footer .footer-bottom ul.footer-menu li:last-child {
  margin-right: 0;
}

footer#main-footer .footer-bottom ul.footer-menu li a {
  font-size: 12px;
  color: #888;
  font-style: italic;
  text-decoration: underline;
}

footer#main-footer .footer-bottom .copyright-content {
  text-align: right;
  font-size: 12px;
}

#bottom-cta {
  background-color: #000;
  text-align: center;
}

#bottom-cta * {
  color: #fff;
}

#bottom-cta .btn-container .btn-entry {
  display: inline-block;
}

#bottom-cta .btn-container .separator {
  display: inline-block;
  width: 75px;
  font-size: 22px;
}

#privacy-policy-section {
  font-size: 12px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  footer#main-footer .footer-top .container {
    max-width: 960px;
  }

  #privacy-policy-section .container {
      max-width: 900px;
  }
}

@media (max-width: 991px) {
  #headline-section .text-col {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
  }

  #headline-section .form-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  #headline-section .form-col .headline-form {
      width: 440px;
      max-width: 100%;
      margin: 0 auto;
  }

  #about-section .image-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  #about-section .image-container {
      display: block;
      width: 452px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
  }

  #about-section .text-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  #about-section .about-info {
      width: 452px;
      max-width: 100%;
      margin: 0 auto;
  }

  #about-section .about-info h2 {
      font-size: 32px;
  }

  .testimonials-row .col-md-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .testimonials-row > div:nth-last-child(-n+2) {
      margin-bottom: 80px;
  }

  .testimonials-row > div:last-child {
      margin-bottom: 0;
  }

  .why-choose-us-row .why-choose-us-entry {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }

  .why-choose-us-row .why-choose-us-entry:last-child {
      margin-bottom: 0;
  }

  #headline-section .headline-text .header-text-1 {
      width: 100%;
  }

  #headline-section .headline-text .subheader-style-1 {
      width: 100%;
  }
}

@media (max-width: 767px) {
  header#main-header .logo-container {
      text-align: center;
      margin-bottom: 15px;
  }

  .header-cta-container {
      width: 100%;
  }

  #heading-offer .special-offer-text {
      font-size: 20px;
  }

  .header-cta-container p {
      font-size: 22px;
  }

  #headline-section .headline-text .header-text-1 {
      text-align: center;
      font-size: 42px;
  }

  #headline-section .headline-text .subheader-style-1 {
      text-align: center;
      font-size: 18px;
  }

  #headline-section .headline-text ul.subheader-treatment-list {
      font-size: 18px;
  }

  #valued-statements-section .accreditation-entry {
      width: 100%;
      margin-bottom: 30px;
  }

  #valued-statements-section .col-md-4:last-child .accreditation-entry {
      margin-bottom: 0;
  }

  #headline-section .headline-form .form-text {
      font-size: 18px;
      padding-top: 25px!important;
      padding-bottom: 25px!important;
  }

  #about-section .about-info h2 {
      font-size: 26px;
  }

  #about-section .about-info p {
      font-size: 16px;
  }

  .section-header .section-header-text {
      font-size: 34px;
      margin-bottom: 30px;
  }

  .cta-banner-section .cta-header {
      font-size: 36px;
      margin-bottom: 15px;
  }

  footer#main-footer .footer-top .info-header {
      font-size: 28px;
      text-align: center;
  }

  footer#main-footer .footer-top .info-text {
      text-align: center;
  }

  footer#main-footer .footer-top .address-content {
      margin-bottom: 30px;
  }

  footer#main-footer .footer-bottom ul.footer-menu {
      text-align: center;
      margin-bottom: 20px;
  }

  footer#main-footer .footer-bottom .copyright-content {
      text-align: center;
  }

  #bottom-cta .btn-container .btn-entry {
      display: block;
  }

  #bottom-cta .btn-container .separator {
      display: none;
  }

  #bottom-cta .btn-container .btn-entry:first-child {
      margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  #heading-offer .special-offer-text {
      font-size: 16px;
  }

  #headline-section .headline-text ul.subheader-treatment-list {
      width: 370px;
      margin-left: auto;
      margin-right: auto;
  }

  #accreditation-section .accred-img-list .accred-img-entry {
      display: block;
      padding-right: 0;
      text-align: center;
  }

  #accreditation-section .accred-img-list .accred-img-entry img {
      margin: 0 auto;
  }

  .testimonials-row .testimonial-entry .author-img img {
      width: 70px;
  }

  .testimonials-row .testimonial-entry {
      padding: 20px;
  }

  .testimonials-row .testimonial-entry .author-img {
      margin-top: -55px;
      margin-bottom: 15px;
  }

  .testimonials-row .testimonial-entry .testimonial-par {
      margin-bottom: 20px;
  }

  .testimonials-row .testimonial-entry .testimonial-header {
      margin-bottom: 15px;
  }

  .testimonials-row > div {
      margin-bottom: 55px;
  }

  .why-choose-us-row .why-choose-us-entry .why-choose-us-content {
      padding: 20px;
  }

  .why-choose-us-row .why-choose-us-entry .why-choose-us-content .icon-container {
      margin-bottom: 15px;
  }

  .why-choose-us-row .why-choose-us-entry .why-choose-us-content .icon-container img {
      width: 40px;
  }

  .why-choose-us-row .why-choose-us-entry .why-choose-us-content .desc-container h3 {
      font-size: 22px;
      margin-bottom: 15px;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

