
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap');

ul li{
  list-style: none;
}
a{
  text-decoration: none;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
}


.header-top-section{
  padding: 10.5px 0;
  background-color: #ededed;
  position: fixed;
  z-index: 99;
}
.header-top-content ul{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.header-top-content ul li p{
  margin: 0;
  color: #5f5e5e;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: all 0.4s;    
  -moz-transition: all 0.4s;    
  -ms-transition: all 0.4s;    
  -o-transition: all 0.4s;    
  transition: all 0.4s;
}
.header-top-content ul li p a{
  color: #5f5e5e;
}
.header-top-content ul li p:hover{
  opacity: 0.7;
}
.header-top-content ul li{
  margin-right: 15px;
}
.header-top-content ul li:last-child{
  margin-right: 0;  
}


.header-bottom-section{
  background-color: rgba(255,255,255,1);
  max-height: 142px;
  position: fixed;
  z-index: 99;
  top: 35px;
  -webkit-transition: all 0.8s;    
  -moz-transition: all 0.8s;    
  -ms-transition: all 0.8s;    
  -o-transition: all 0.8s;    
  transition: all 0.8s;
}
.header-bottom-section .page-center{
  max-width: 1080px !important;
  width: 80% !important;
  padding: 0 !important;
}
.header-bottom-section .page-center .row-fluid-wrapper>.row-fluid {
  display: flex;
  align-items: center;
}
.logo-container{
  max-width: 212.75px;
  width: 100% !important;
  -webkit-transition: all 0.8s;    
  -moz-transition: all 0.8s;    
  -ms-transition: all 0.8s;    
  -o-transition: all 0.8s;    
  transition: all 0.8s;
}

.custom-menu-primary-new{
  text-align: right;
  line-height: 0;
  width: 100% !important;
}
.custom-menu-primary-new ul li{
  font-size: 20px;
  font-weight: 300;
  margin-right: 22px;
  line-height: 26px;
  padding: 58px 0;
  -webkit-transition: all 0.8s;    
  -moz-transition: all 0.8s;    
  -ms-transition: all 0.8s;    
  -o-transition: all 0.8s;    
  transition: all 0.8s;
  text-transform: uppercase;
}
.custom-menu-primary-new ul li:last-child{
  margin-right: 0;
}
.custom-menu-primary-new ul li a{
  color: #000;
  -webkit-transition: all 0.4s;    
  -moz-transition: all 0.4s;    
  -ms-transition: all 0.4s;    
  -o-transition: all 0.4s;    
  transition: all 0.4s;
}
.custom-menu-primary-new ul li a:hover{
  opacity: 0.7;
}
.custom-menu-primary-new ul li a:active{
  color: #92c83e;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  top: 100%;
  background-color: rgba(0,0,0,0.86);
  border-top: 3px solid #000;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  padding: 20px 0;
  width: 240px;
}
.custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
  margin: 0;
  padding: 0 20px;
  text-align: left;
}
.custom-menu-primary-new  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  padding: 6px 20px;
  white-space: normal;
  color: #fff;
  display: inline-block;
}

.header-bottom-section.on-scroll{
  background-color: rgba(255,255,255,0.94);
  max-height: 58px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.header-bottom-section.on-scroll .custom-menu-primary-new ul li{
  padding: 16px 0;
}

.header-bottom-section.on-scroll .logo-container {
  max-width: 87px;
}
.header-bottom-section.on-scroll .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background-color: rgba(255,255,255,0.94);
}
.header-bottom-section.on-scroll .custom-menu-primary-new  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  color: #000;
}
.header-bottom-section.on-scroll .custom-menu-primary-new  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  background-color: rgba(0,0,0,.03);
}


.footer-bottom-section {
  padding: 15px 0;
  background-color: #fff;
}
.footer-section .page-center{
  max-width: 1080px !important;
  width: 80% !important;
  padding: 0 !important;
}
.footer-bottom-section .page-center .row-fluid-wrapper>.row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy-text{
  width: 100% !important;
  text-align: center;
}
.footer-copy-text p{
  margin: 0;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.footer-copy-text p a{
  color: #666;
  font-weight: 700;
  -webkit-transition: all 0.4s;    
  -moz-transition: all 0.4s;    
  -ms-transition: all 0.4s;    
  -o-transition: all 0.4s;    
  transition: all 0.4s;
}
.footer-copy-text p a:hover{
  opacity: 0.7;
}
.footer-social-icon{
  margin: 0 !important;
  max-width: 84px;
  width: 100% !important;
}
.footer-social-icon ul{
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
}
.footer-social-icon ul li{
  max-width: 22px;
  width: 100%;
  margin-left: 20px;
}
.footer-social-icon ul li a{
  color: #92c83e;
  -webkit-transition: all 0.4s;    
  -moz-transition: all 0.4s;    
  -ms-transition: all 0.4s;    
  -o-transition: all 0.4s;    
  transition: all 0.4s;
}
.footer-social-icon ul li a:hover{
  opacity: 0.7;
}
.footer-social-icon ul li a i{
  font-size: 24px;
}
.footer-middle-section{
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}
.footer-middle-menu{
  line-height: 0;
}
.footer-middle-menu ul li{
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  padding-right: 22px;
}
.footer-middle-menu ul li:last-child{
  padding-right: 0;
}
.footer-middle-menu ul li a{
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s;    
  -moz-transition: all 0.4s;    
  -ms-transition: all 0.4s;    
  -o-transition: all 0.4s;    
  transition: all 0.4s;
  text-transform: uppercase;
}
.footer-middle-menu ul li a:hover{
  opacity: 0.7;
}

.footer-top-section{
  background-image: url(https://cdn2.hubspot.net/hubfs/2219002/Sep2019/rooted-footer-soil_1920b.jpg);
  background-position: center;
  padding: 55px 0 120px;
  margin-bottom: 20px;
  text-align: center;
}
.footer-top-text a{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 23px;
  padding: 10px 0;
  margin: 20px 0;
  display: inline-block;
}
.footer-top-text a:hover {
  color:#fff;
}
.fa-facebook::before {
  content: '\f09a';
}

.hs-item-has-children a{
  position: relative;
}
.hs-item-has-children>a::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 9px;
  font-weight: 100;
  margin-left: 7px;
  vertical-align: top;
}
/*------------------------------------ responsive style ---------------------------*/

@media (min-width: 981px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }

}
@media (max-width: 980px){   /* used to be 960 - need to change back?  */

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 15px;          /* Position Button at top right of screen  */
    right: 20px;        /*******************************************/
    width: 32px; /* Button width */
    height: auto; /* Button height */     
    padding: 7px 4px;
    background: transparent; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: none;
  }

  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: transparent;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */ 
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1;
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 18px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */ 
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }

  .header-top-section{
    display: none !important;
  }
  .custom-menu-primary-new .hs-menu-wrapper{
    display: none;
  }
  .header-bottom-section .page-center{
    position: relative;
  }
  .header-bottom-section {
    max-height: none;
    top: 0;
    position: unset;
  }
  .logo-container {
    max-width: 100% !important;
    padding: 18.5px 0;
    max-height: 80px;
  }
  .logo-container a img {
    max-width: 120px !important;
  }
  .custom-menu-primary-new{
    width: 100% !important;
    margin: 0 !important;
  }
  .header-bottom-section .page-center .row-fluid-wrapper>.row-fluid {
    display: block;
  }
  .custom-menu-primary-new ul{
    width: 100% !important;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 5% !important;
    position: absolute;
    top: 80px;
    left: 0;
    border-top: 3px solid #ededed;
  }
  .custom-menu-primary-new ul li{
    width: 100% !important;
    float: none !important;
    text-align: left;
    padding: 0 !important;
  }
  .custom-menu-primary-new .hs-item-has-children>a::after {
    display: none;
  }
  .custom-menu-primary-new a.mobile-trigger-new {
    top: 35px;
    right: 0;
  }
  .header-bottom-section{
    position: relative;
  }

  .header-bottom-section .row-fluid [class*="span"]{
    min-height: 0 !important;
  }
  .custom-menu-primary-new .hs-item-has-children>a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }
  .custom-menu-primary-new a.child-trigger-new {
    background: transparent;
    border: none;
  }
  .custom-menu-primary-new ul li a{
    width: 100%;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }
  .footer-bottom-section .page-center .row-fluid-wrapper>.row-fluid{
    flex-direction: column-reverse;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    position: relative;
    background: #fff;
    padding: 0 0 0 10px !important;
    box-shadow: none;
    border: none;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color: #000;
    width: 100% !important;
    text-transform: capitalize;
    padding: 10px 5% !important;
  }
  .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    padding-left: 5% !important;
  }
  
  .footer-middle-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    display: inline-block;
    width: auto !important;
  }


}  