.no-hero-img:not(.home) .top-header{
  margin-bottom: 0 !important;
}
.breadcrumbs {
    display: none;
}
.page-template-t-outdoor-guide{font-family: 'Raleway', sans-serif;font-size: 17px;background: transparent url('bg.jpg') repeat left top;}
.outdoor-guide{padding-bottom: 50px;}
.outdoor-guide a{color: #528f73;font-weight: bold;}
.outdoor-guide img{display:block;max-width: 100%;margin: 20px auto;}
.outdoor-guide h2{color: #6b912f;text-align: center;font-size: 50px;letter-spacing: 2.5px;line-height: 1;margin: 2.5rem 0;}
.outdoor-guide h3{color: #f19c42;text-align: center;font-size: 42px;font-weight: bold;margin: 2.5rem 0;}
.outdoor-guide p,.outdoor-guide li {line-height: 1.75;}
.outdoor-guide ul{
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0 0 15px;
}
.outdoor-guide ul li img{flex-grow:0;}
.outdoor-guide ul li span{flex-grow: 1;padding-left: 15px;}
.outdoor-guide .tip li{padding: 5px 0 5px 40px;position: relative;font-size: 95%;}
.outdoor-guide .tip li::before{
  content: "";
  background: transparent url('check.png') no-repeat left top;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
}
.outdoor-guide .banner{background: #819440 url('header-bg.jpg') no-repeat center top;padding: 10px 15px 40px}
.outdoor-guide .banner img{margin: 20 auto 30px;}
@media (max-width: 767.98px){
    .outdoor-guide .banner {
        display: none;
    }
}
.outdoor-guide .content{margin: 0 auto;}
.outdoor-guide .main{
  margin-bottom: 100px;
  background-color: #ffffff;
  padding: 5px 15px;
  max-width: 1024px;
  width: 100%;
  margin: -55px auto 0;
}
@media (max-width: 767.98px){
    .outdoor-guide .main {
        margin-top: 0;
    }
}
.outdoor-guide .tip{background: #f7f7f7;margin: 60px -15px;justify-content: center}
.outdoor-guide .tip.reverse{flex-flow: row-reverse;flex-wrap: wrap}
.outdoor-guide .checklist{font-weight: bold;color: #63acb5;margin: 0;}
.outdoor-guide .align-items-top{align-items: flex-start;}
.outdoor-guide .tip div{align-items: center;}
.resources div{
  position: relative;
  padding: 35px 0px 5px 60px;
}
.resources div::before{
  content: "";
  background: transparent url('resource-li.png') no-repeat left top;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 0px;
  top: 20px;
}
.my-5{margin: 25px 0;}
@media only screen and (min-width: 568px){
  .outdoor-guide .tip div:first-child{max-height: 210px;display: flex;align-items: flex-end;}
  .page-template-t-outdoor-guide{font-size: 19px;}
  .outdoor-guide h2{font-size: 75px;}
  .outdoor-guide h3{font-size: 38px;}
  .outdoor-guide .main{padding: 45px 60px;}
  .outdoor-guide .tip{padding: 50px;margin: 60px auto;}
}
@media only screen and (min-width: 1024px) {
  .outdoor-guide .tip li{display: inline-block;}
  .outdoor-guide .checklist li{display: block;}
  .outdoor-guide .tip ul:not(.checklist){
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-top: 15px;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 567px){
  .outdoor-guide .tip img{margin-top: -50px !important}
  .outdoor-guide .tip{padding: 15px !important;}
  .outdoor-guide .tip > * {padding: 0 !important;}
}
