/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.neutral {
  background: url("../images/neutral-pattern.jpg");
}

@media screen and (min-width: 768px) {
  .neutral {
    background: url("../images/neutral-banner-desktop.jpg");
  }
}
.accordion-mhk {
  margin-bottom: 0 !important;
  padding-bottom: 70px;
}

.accordion-mhk .cw-accordion__item {
  margin-bottom: 16px;
  box-shadow: 0px 8px 40px rgba(24, 39, 75, 0.08);
}

.accordion-mhk .cw-accordion__item-title {
  border: none;
  text-transform: uppercase;
  font-family: var(--main-font), sans-serif;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .accordion-mhk .cw-accordion__item-title {
    letter-spacing: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 8px !important;
    background-size: 24px 24px !important;
    background-position: top 50% right 13px !important;
  }
}
.accordion-mhk .cw-accordion__item-content, .accordion-mhk .cw-accordion__item-title {
  border-radius: 0 !important;
}

.p-unset {
  position: unset;
}

.wrapper {
  margin: auto;
  position: relative;
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.dog-park-container a {
  color: #fff;
}

.dog-park-container .dark-section {
  background-color: #000;
  color: #fff;
}

#head-section {
  background-color: #2e6364;
  padding: 20px 40px;
  position: relative;
}

#head-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.5);
  z-index: 100;
  border: 0;
}

#head-section img {
  float: left;
  margin-right: 50px;
}

#head-section h1 {
  font-family: "Baloo Bhaina 2";
  font-size: 77px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 200;
  position: relative;
}

#map-section {
  background-color: #2e6364;
  padding: 0 0 80px;
  position: relative;
  background-image: url(../images/infographic-image-04-1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#map-section h2 {
  font-family: "Baloo Bhaina 2";
  font-size: 90px;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
}

#map-section h3 {
  font-family: "Baloo Bhaina 2";
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: none;
}

#map-section ul {
  width: 40%;
  margin: 40px 0 0 0;
  padding: 0;
}

#map-section ul li {
  list-style: none;
  background: url(../images/arrow-white.png) 0 10px no-repeat;
  font-size: 28px;
  padding: 0 0 30px 40px;
  font-family: "Alegreya Sans";
  font-weight: 500;
  color: #ffffff;
}

div#three-clouds {
  position: absolute;
  right: 10%;
  top: 20%;
}

div#three-clouds img {
  margin: 50px 30px 0;
}

div#three-clouds img:first-child {
  margin: 0 0 50px;
}

div#three-clouds img:last-child {
  margin: 0 0 50px;
}

#map-section img#man-dog-aggressive {
  bottom: -9px;
  position: absolute;
  right: 25px;
  border: 0;
  z-index: 100;
}

#control-your-dog {
  background: url(../images/infographic-image-06.png) no-repeat top center transparent;
  background-size: cover;
  padding: 20px;
  position: relative;
  min-height: 634px;
}

#control-your-dog img {
  width: 38%;
  position: absolute;
  left: 40px;
  bottom: 11px;
}

#control-your-dog .dog-gray-box {
  float: right;
  width: 51%;
  margin: 20px 0 0;
  background-color: #475152;
  padding: 30px 20px;
}

#control-your-dog .dog-gray-box h3 {
  font-family: "Baloo Bhaina 2";
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: none;
}

#control-your-dog .dog-gray-box ul {
  padding: 0;
  margin: 30px 0 0;
}

#control-your-dog .dog-gray-box ul li {
  list-style: none;
  background: url(../images/arrow-white.png) 0 10px no-repeat;
  font-size: 20px;
  padding: 0 0 25px 40px;
  font-family: "Alegreya Sans";
  font-weight: 800;
  color: #ffffff;
}

#footer-section {
  padding: 40px 30px;
  background: #fff;
}

#footer-section img {
  float: left;
}

#footer-section .footer-text {
  float: right;
}

#footer-section .footer-text h3,
#footer-section a {
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 58px;
  color: #bf1e2e;
  margin: 5px 0 0;
}

#footer-section .footer-text h4 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  margin: 5px 0 0;
}

.p-20 {
  padding: 20px;
  position: relative;
}

.clearB {
  clear: both;
}

@media (min-width: 992px) {
  #head-section img {
    margin-right: 15px;
    width: 250px;
  }
  #head-section h1 {
    font-size: 70px;
  }
  #map-section ul {
    width: 50%;
  }
  div#three-clouds img {
    width: 100px;
  }
  #map-section img#man-dog-aggressive {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .dog-park-container .wrapper {
    width: 1100px;
  }
  #head-section img {
    margin-right: 25px;
    width: 320px;
  }
  #head-section h1 {
    font-size: 80px;
  }
  #map-section ul {
    width: 40%;
  }
  div#three-clouds {
    position: absolute;
    right: 10%;
    top: 20%;
  }
  div#three-clouds img {
    width: inherit;
  }
  #map-section img#man-dog-aggressive {
    width: inherit;
  }
}
@media (min-width: 1400px) {
  .dog-park-container .wrapper {
    width: 1200px;
  }
  #head-section h1 {
    font-size: 77px;
  }
}
@media (max-width: 991px) {
  #head-section img {
    width: 150px;
    margin-right: 15px;
  }
  #head-section h1 {
    font-size: 42px;
    line-height: 1.2;
    margin: 5px 0 0 0;
  }
  #map-section h3 {
    font-size: 40px;
  }
  #map-section ul {
    width: 100%;
  }
  #map-section ul li {
    font-size: 20px;
  }
  div#three-clouds {
    right: 10px;
  }
  div#three-clouds img {
    width: 100px;
  }
  #map-section img#man-dog-aggressive {
    width: 400px;
  }
  #control-your-dog img {
    width: 200px;
    left: unset;
    bottom: unset;
    position: relative;
    margin: 10px auto;
    display: block;
  }
  #control-your-dog .dog-gray-box {
    float: none;
    width: auto;
    margin: 0;
    background-color: #475152;
    padding: 20px;
    display: block;
  }
  #control-your-dog .dog-gray-box h3 {
    font-size: 40px;
  }
  #footer-section img {
    width: 350px;
  }
  #footer-section .footer-text h3 {
    font-size: 30px;
    padding: 0;
  }
  #footer-section .footer-text h4 {
    font-size: 18px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #head-section img {
    width: 100px;
    margin-right: 25px;
  }
  #head-section h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 5px 0 0 0;
  }
  #map-section h3 {
    font-size: 25px;
  }
  div#three-clouds {
    position: relative;
    right: unset;
    left: unset;
  }
  #control-your-dog .dog-gray-box h3 {
    font-size: 25px;
  }
  #footer-section {
    padding: 20px;
  }
  #footer-section img {
    width: 350px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  #footer-section .footer-text {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #footer-section .footer-text h3 {
    font-size: 30px;
    padding: 0;
  }
  #footer-section .footer-text h4 {
    font-size: 18px;
    padding: 0;
  }
}
@media (max-width: 650px) {
  #head-section img {
    float: none;
    width: 150px;
    margin: 0 auto 20px;
    display: block;
  }
  #head-section h1 {
    font-size: 35px;
    text-align: center;
    font-size: 25px;
  }
  div#three-clouds img {
    width: 50px;
  }
  #map-section img#man-dog-aggressive {
    width: 200px;
  }
  #control-your-dog .dog-gray-box h3 {
    font-size: 25px;
  }
  #control-your-dog .dog-gray-box ul li {
    font-size: 16px;
  }
}

/*# sourceMappingURL=page-dog-infographic.css.map*/