::selection {
  background-color: #ba262d;
  color: #ffffff;
}
html{
  scroll-behavior:smooth;
  font-size:18px;
}
.child-theme h1,
.child-theme h2,
.child-theme h3,
.child-theme h4,
.child-theme h5,
.child-theme h6{
  font-weight:800;
}
ul,
ol{
  margin: 0 0 1.5em 3em;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  line-height: 27px;
}
.child-theme blockquote{
  margin: 1.5em;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-left: 5px solid #dddddd;
  font-style: italic;
  color:#3a3a3a;
}
.child-theme .tabber .media-col .form-wrap .hs-input,
.child-theme form input[type=email],
.child-theme form input[type=file],
.child-theme form input[type=number],
.child-theme form input[type=password],
.child-theme form input[type=search],
.child-theme form input[type=tel],
.child-theme form input[type=text],
.child-theme form select,
.child-theme form textarea{
  font-size:16px;
  display: inline-block;
  height: 40px;
  min-height:27px;
  padding: 0 15px;
  border-radius:15px;
  background-color: rgba(245, 248, 250,1.0);
  border: 1px solid #cbd6e2;
  border-color: rgba(203, 214, 226,1.0);
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(58, 47, 28,1.0);
}
.child-theme .tabber .media-col .form-wrap .hs-input:focus,
.child-theme form input[type=email]:focus,
.child-theme form input[type=file]:focus,
.child-theme form input[type=number]:focus,
.child-theme form input[type=password]:focus,
.child-theme form input[type=search]:focus,
.child-theme form input[type=tel]:focus,
.child-theme form input[type=text]:focus,
.child-theme form select:focus,
.child-theme form textarea:focus{
  box-shadow:none;
  border-color: rgba(82, 168, 236,1.0);
}
.child-theme .tabber .media-col .form-wrap .hs-input:focus,
.child-theme form input[type=email]:hover,
.child-theme form input[type=file]:hover,
.child-theme form input[type=number]:hover,
.child-theme form input[type=password]:hover,
.child-theme form input[type=search]:hover,
.child-theme form input[type=tel]:hover,
.child-theme form input[type=text]:hover,
.child-theme form select:hover,
.child-theme form textarea:hover{
  box-shadow:none;
}
.child-theme .tabber .media-col .form-wrap input.hs-button,
.child-theme form input[type=submit],
.child-theme form .hs-button,
.child-theme [data-hsfc-id=Renderer] .hsfc-Button{
  font-size: 18px;
  line-height: 18px;
  font-family: Open Sans;
  font-weight:700;
  border-radius:15px;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-Button:hover{
  transform:none !important;
  background-color:#b9262e !important;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-FieldLabel{
  font-family: Open Sans;
  font-size: 16px;
  color: rgba(58, 47, 28,1.0);
  margin-bottom: 4px;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-TextField>*:not(:last-child){
  margin-bottom: 4px;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-ErrorAlert,
.child-theme .hs-error-msg,
.child-theme .hs_error_rollup label,
.child-theme .systems-page ul.no-list.hs-error-msgs label{
  font-size: 14px;
  color: rgba(242, 84, 91,1.0);
  line-height: 18px;
  margin-top:0;
  margin-bottom:4px;
  padding-left:5px;
  font-family: Open Sans, sans-serif;
}
.child-theme .tabber .media-col .form-wrap .hs-input,
.child-theme form input[type=email][aria-invalid="true"],
.child-theme form input[type=file][aria-invalid="true"],
.child-theme form input[type=number][aria-invalid="true"],
.child-theme form input[type=password][aria-invalid="true"],
.child-theme form input[type=search][aria-invalid="true"],
.child-theme form input[type=tel],
.child-theme form input[type=text][aria-invalid="true"],
.child-theme form select[aria-invalid="true"],
.child-theme form textarea[aria-invalid="true"],
.child-theme .hs-input.invalid.error{
  border-color:#b9554d;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-EmailField>:not(:last-child){
  margin-bottom:0;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.child-theme form:not(last-child),
.child-theme [data-hsfc-id=Renderer] .hsfc-Form:not(last-child){
  margin-bottom:40px;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content{
  padding:0;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts:empty{
  margin-bottom:0;
}
.child-theme [data-hsfc-id=Renderer] .hsfc-RichText p {
  color: rgba(58, 47, 28,1.0);
}
.child-theme .cm-footer .footer-form [data-hsfc-id=Renderer] .hsfc-RichText p {
  font-family: 'Open Sans', sans-serif;
  color: #f5efe3;
  margin-bottom: 20px;
}
.child-theme ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .child-theme .tabber .media-col .form-wrap .hs-input,
  .child-theme form input[type=email],
  .child-theme form input[type=file],
  .child-theme form input[type=number],
  .child-theme form input[type=password],
  .child-theme form input[type=search],
  .child-theme form input[type=tel],
  .child-theme form input[type=text],
  .child-theme form select,
  .child-theme form textarea{
    width:100%;
  }
}


/* Form CSS End */


/* Header */
.cm-header{
  display:flex;
  flex-direction:column;
  font-size:16px;
}
.cm-header .alert-section{
  order:2;
  padding:10px 0;
}
.cm-header .primary-container{
  order:1;
}
.body-wrapper .page-center{
  padding:0 20px;
}
.header.cm-header .primary-section {
  padding: 0;
  min-height: 85px;
  display: grid;
  align-items: center;
}
.cm-header .primary-section .container-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  align-items: baseline;
}
.cm-header .logo-section{
  padding: 1em 0;
  margin-top: -15px;
}
.cm-header .logo-section img{
  min-width: 193px;
}
.cm-header .logo-section{
  padding-right:calc(1em + 20px);
}
.cm-header .nav{
  align-self: stretch;
  display: flex;
  align-items: center;
}
.cm-header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a,
.cm-header .nav>nav>ul .header__menu-item--depth-1>a{
  font-weight:normal;
  text-transform:uppercase;
  line-height:24px;
}
.cm-header .header__menu--desktop > .header__menu-wrapper{
  gap:0;
  justify-content:normal;
}
.cm-header .header__menu--desktop > .header__menu-wrapper > li > a{
  padding: 0 1em;
  transition: all .2s linear;
}
.cm-header .nav > nav > ul .header__menu-item--depth-1 > a .child-trigger{
  display:none;
}
.cm-header .header__menu--desktop > .header__menu-wrapper > li > a .custom-arrow svg{
  height: .6em;
  width: .6em;
  position: relative;
  margin-left: 10px;
}
.cm-header.header .button-section-container {
  gap: 0;
  justify-content: normal;
  padding-left: 20px;
}
.cm-header.header .button-section-container .btn-section{
  line-height:normal;
  font-size: 12px;
}
.cm-header.header .button-section-container .btn-section a{
  line-height: 20px;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight:600;
  color: #3e2e18;
}  
.cm-header .nav.no_megamenu .header__menu-wrapper .header__menu-submenu li > a{
  padding: .9em 1em;
  font-size:1rem;
  width:auto;
  text-transform:uppercase;
}
.header.cm-header .close-icon {
  display: none;
}
.header.cm-header .alert-section .text-alert {
  margin: 0 auto;
  padding: 0;
  font-size:16px;
  line-height:1.75em;
  min-height:30px;
}
.cm-header .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul{
  transform:none;
}
.cm-footer{
  font-size:16px;
}
.cm-footer .footer-bottom-links p{
  color: #876237;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 1px !important;
}
.cm-footer .footer-bottom-links p a {
  margin: 0 10px;
  color: #876237;
}
.cm-footer .footer-bottom-links{
  padding-top:15px;
}
.cm-footer .footer-social{
  padding:0;
  gap:0;
  min-height:28px;
}
.cm-footer .footer-social-item:first-child {
  margin-left:0;
}
.cm-footer .footer-social-item:last-child {
  margin-right:0;
}
.cm-footer .footer-social-item {
  width: auto;
  height: auto;
  margin-left: 17px;
  margin-right: 17px;
}
.cm-footer .footer-social-item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cm-footer .footer-social img,
.cm-footer .footer-social svg{
  height: auto;
  width: 18px;
  max-height: 18px;
  object-fit: contain;
}
.cm-footer.footer .footer-social .footer-social-item i{
  font-size:18px;
  color:#f5eee3;
}
.cm-footer .footer-menu ul{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 0 10px;
  flex-direction: row;
}
.cm-footer .footer-menu ul li{
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin:0;
}
.cm-footer .footer-menu ul li a{
  padding: 0 0.5em 5px;
  display: flex;
  color: var(--Off-White, #F5EEE3);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.cm-footer .footer-menu ul > li:first-child > a{
  padding-left:0;
}
.cm-footer .footer-menu ul > li:last-child > a{
  padding-right:0;
}
.cm-footer .col-section{
  padding:0;
}
.body-container .cm-footer .page-center{
  padding:0;
}
.cm-footer .footer-form {
  max-width: 300px;
  margin: 0 auto;
}
.cm-footer .footer-form [data-hsfc-id=Renderer] .hsfc-NavigationRow,
.cm-footer .footer-form [data-hsfc-id=Renderer] .hsfc-Form{
  margin:0;
}
.child-theme .cm-footer .footer-form .tabber .media-col .form-wrap .hs-input,
.child-theme .cm-footer .footer-form form input[type=email],
.child-theme .cm-footer .footer-form form input[type=file],
.child-theme .cm-footer .footer-form form input[type=number],
.child-theme .cm-footer .footer-form form input[type=password],
.child-theme .cm-footer .footer-form form input[type=search],
.child-theme .cm-footer .footer-form form input[type=tel],
.child-theme .cm-footer .footer-form form input[type=text],
.child-theme .cm-footer .footer-form form select,
.child-theme .cm-footer .footer-form form textarea{
  width:100%;
  border-color: rgba(185, 85, 77,1.0);
}
.child-theme .cm-footer .footer-form [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons{
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.child-theme .cm-footer .footer-form [data-hsfc-id=Renderer] .hsfc-Button,
.child-theme .cm-footer .footer-form form .hs-button,
.child-theme .cm-footer .footer-form form input[type=submit]{
  border:1px solid rgba(185, 38, 46,1.0);;
}
.child-theme .cm-footer .footer-form [data-hsfc-id=Renderer] .hsfc-FieldLabel{
  color: rgba(245, 239, 227,1.0);
  margin-bottom:4px;
  line-height: 20px;
  font-weight: 500;
}
.child-theme .cm-footer .footer-form .tabber .media-col .form-wrap .hs-input:focus,
.child-theme .cm-footer .footer-form form input[type=email]:focus,
.child-theme .cm-footer .footer-form form input[type=file]:focus,
.child-theme .cm-footer .footer-form form input[type=number]:focus,
.child-theme .cm-footer .footer-form form input[type=password]:focus,
.child-theme .cm-footer .footer-form form input[type=search]:focus,
.child-theme .cm-footer .footer-form form input[type=tel]:focus,
.child-theme .cm-footer .footer-form form input[type=text]:focus,
.child-theme .cm-footer .footer-form form select:focus,
.child-theme .cm-footer .footer-form form textarea:focus{
  border-color: rgba(185, 85, 77,1.0);
}
.child-theme .cm-footer [data-hsfc-id=Renderer] .hsfc-Row{
  margin-bottom:18px;
}
.cm-footer .footer-heading h6{
  color: rgba(216, 204, 183,1.0);
  font-weight: 400;
  margin-bottom:0;
}
.cm-footer .footer-logo{
  margin-bottom:2.8em; 
}
.body-wrapper .cm-footer .page-center{
  padding:0;
}
.cm-footer .footer-row.footer-social {
  margin-bottom: 10px;
}
.cm-footer .footer-menu ul li.active > a {
  color: #876237;
}
.cm-footer{
  position:relative;
}
.cm-footer::after{
  content: " ";
  width: 100%;
  height: 77px;
  background-color: #fff;
  display: block;
  background-image: url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/images/footertbnew.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5eee3;
  margin-bottom: -1px;
  position: absolute;
  top: -45px;
  z-index: 11;
}
.fancybox-is-open .fancybox-bg{
  background:#000;
  opacity:.6 !important;
}
.fancybox-content {
  border: 10px solid #fff;
  background-color: #fff !important;
}
.cm-header.no_menu .primary-section .container-wrapper {
  align-items: center;
}
.no_navigation .cm-footer .flex_row .col-section:not(:first-child) {
  padding-top: 0;
}
.child-theme .hs-button,
.child-theme .hs-sec-btn{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
/* Banner */
.simple-banner.cm-banner{
  min-height:640px;
}
.simple-banner.cm-banner .banner-content-inner h2{
  margin-bottom:20px;
}
.simple-banner.cm-banner .banner-content-inner h2 span{
  color: #9B7A54 !important;
}
.simple-banner.cm-banner .bg_el.overlay_bg{
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #140609 0%, #FFFFFF00 100%);
  opacity: .35;
}
.simple-banner.cm-banner .banner-content-inner{
  display:flex;
  flex-direction:column;
  gap:20px;
  padding: 0;
}
.simple-banner.cm-banner .banner-content-inner .top_sec{
  order:2;
}
.simple-banner.cm-banner .banner-content-inner .btn_row{
  order:1;
  padding-bottom:20px;
  margin-top: 0;
}
.simple-banner.cm-banner .banner-content-inner .btn_row .btn_item > a{
  border-radius:0;
  padding:8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  line-height: 1em;
}
.error-page:before {
  opacity: 0.5;
}
.systems-page form {
  max-width: 767px;
}

@media(max-width:1215px) and (min-width:992px){
  .cm-header .primary-section .container-wrapper{
    gap:0;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper>li>a{
    padding:0 .5em;
  }
  .cm-header .primary-section .container-wrapper{
    align-items:center;
  }
}
@media(max-width:1106px) and (min-width:992px){
  .cm-header .header__menu--desktop>.header__menu-wrapper>li>a{
    font-size:14px;
  }
}
@media(min-width:992px){
  .cm-header .nav.no_megamenu .header__menu-wrapper .header__menu-submenu li>a{
    letter-spacing: 0.18px;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper > li:nth-of-type(odd) > ul{
    width:360px;
    margin-left: -80px;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper > li:nth-of-type(even) > ul{
    width:330px;
    margin-left: -42%;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper > li:nth-of-type(4) > ul{
    width:290px;
    margin-left: -50%;
  }
  .cm-header .nav.no_megamenu .header__menu-wrapper .header__menu-submenu{
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    padding: 28px 32px;
    display:inline-flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transform:none;
    transition:none;
  }
  .cm-header.header .mobile-menu-toggle-icon {
    display:none;
  }
  .cm-header span.ast-icon.icon-arrow {
    display:none;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper>li.header__menu-item--has-submenu>a:hover{
    background-image:url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/images/Rectanglemenuu.png);
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper>li.header__menu-item--has-submenu>a{
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .cm-header .header__menu--desktop>.header__menu-wrapper>li.header__menu-item--has-submenu>a span.ast-icon.icon-arrow{
    display:block;
  }
}
@media(max-width:991px){
  .simple-banner.cm-banner{
    min-height:60vh;
  }
  .cm-header {
    font-size:14.592px;
  }
  .cm-header .primary-section .container-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items:center;
  }
  .cm-header.header .cst-humburger-icon{
    display:none;
  }
  .cm-header.header .mobile-menu-toggle-icon {
    color: #876237;
    padding: .5em;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    font-size: 1.5em;
    line-height: 1.85714285714286;
    padding: .5em;
    display: inline-flex;
  }
  .cm-header.header .mobile-menu-toggle-icon:focus {
    border: 1px dotted #ba262d;
    outline: thin dotted;
  }
  .cm-header.header .mobile-menu-toggle-icon span{
    display:inline-flex;
    justify-content:center;
    align-items:center;
  }
  .cm-header.header .mobile-menu-toggle-icon svg{
    width: 20px;
    height: 20px;
    margin-top: 15px;
  }
  .cm-header .logo-section img{
    min-width:auto;
    max-width:185px;
  }
  .cm-header .custom-close-icon{
    display:none !important;
  }
  .menu-open .cm-header .custom-close-icon{
    display:inline-flex !important;
  }
  .menu-open .cm-header .custom-menu-icon{
    display:none !important;
  }
  .cm-header.header .nav{
    top: 85px;
    position:absolute;
    min-height:auto;
    height:auto;
  }
  .menu-open .cm-header.header .nav{
    display:block;
    font-size:14.592px;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop > ul{
    padding:0;
    font-size:1.25em;
    line-height:3;
    margin:0;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop > ul li{
    border:none !important;
    position:relative;
    line-height:3;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop > ul li a{
    padding:10px 35px;
    font-size:inherit;
    line-height:inherit;
    border-bottom:1px solid #eaeaea !important;
  }
  .cm-header.header .mobile-close-icon,
  .custom-arrow{
    display:none;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop > ul li a{
    text-transform:none;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li> ul{
    padding:28px 32px;
    background-color:#3E2E18 !important;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li> ul > li > a{
    background-color:#ffede6;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop{
    min-height:auto;
    height:auto;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before{
    display:none;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger{
    display:none;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger.custom-trigger{
    display:block;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger{
    height: auto;
    width:auto;
    top: 10px;
    right: calc(35px - 0.907em);
    font-size: inherit;
    padding: 0 .907em;
    line-height: inherit;
    background-color:transparent;
    border:none;
    outline:none;
    border-radius:30px;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger:focus{
    outline: thin dotted;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger svg{
    height: .85em;
    width: .95em;
    position: relative;
    margin-left: 10px;
    fill:currentColor;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger svg path{
    fill:currentColor;
  }
  .cm-header .ast-icon{
    margin-right: 5px;
  }
  .cm-header .ast-icon svg.ast-arrow-svg{
    position:relative;
    height: .85em;
    top: .2em;
    margin-top: 0px;
    margin-left: 0px;
    width: .65em;
    transform: translate(0, -2px) rotateZ(270deg);
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li a svg.ast-arrow-svg path{
    fill:currentColor;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.child-open > ul{
    display:block;
  }
  .cm-footer {
    font-size: 14.592px;
  }
  html.menu-open .body-content-wrapper {
    padding-top: var(--header-menu-height, 0);
  }
}
@media(max-width:921px){
  .cm-header .alert-section{
    display:none;
  }
  .cm-footer .footer-bottom-links p{
    line-height:32px;
  }
  .cm-footer .footer-menu ul{
    margin-bottom: 10px;
  }
  .cm-footer .footer-menu ul li a{
    padding:0;
  }
  .cm-footer .footer-form.form_add {
    padding-bottom: 10px;
  }
  .cm-footer .footer-bottom-links p{
    margin-bottom: 10px !important;
  }
  .cm-footer:after {
    top:0;
  }
}
@media(max-width:767px){
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 26px;
  }
  .cm-footer .footer-menu ul li a{
    font-size:10px;
  }
  .cm-footer:after {
    height: 22px;
  }
  .simple-banner.cm-banner{
    min-height:83vh;
  }
  .simple-banner.cm-banner .banner-content-inner .btn_row .btn_item>a{
    font-size:12px;
    padding:16px 24px;
  }
  .simple-banner.cm-banner .bg_el.bg_img {
    background-position: -505px 0px !important;
  }
}
@media (max-width: 544px){
  .cm-header.header .nav .header__menu.header__menu--desktop > ul li a{
    padding:10px 20px;
  }
  .cm-header .logo-section img{
    max-width:150px;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger{
    right: calc(20px - 0.907em);
  }
  .cm-footer .footer-row.footer-menu {
    padding-bottom:30px !important;
  }
  .cm-footer .footer-row.footer-social {
    margin-bottom: 6px;
  }
  .cm-footer .footer-heading {
    padding: 0 5px;
  }
}
@media(max-width:430px){
  .child-theme [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons>*{
    width:auto;
  }
}
.systems-page ul.no-list.hs-error-msgs {
  margin-left: 0;
}







@font-face {
  font-family: FontAwesomeBrands;
  src: url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/fonts/FontAwesome5Brands-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
.page-listing .list-top-wrapper .row-fluid-wrapper {
  padding: 0;
}
.page-listing .cm-blog-list {
  padding-top: 50px;
  padding-bottom: 0px;
}

.cm-blog-list .row-fluid {
  max-width: 100%;
}
.cm-blog-list .list-tag-wrapper .categories {
  display: flex;
  justify-content: center;
  font-style: normal;
  margin: 0 ;
}



.cm-blog-list .list-tag-wrapper .categories .topic-item {
  color: #6B6B6B;

  -webkit-font-smoothing: auto;
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
  margin: 20px;
  white-space: nowrap;
}

.cm-blog-list .list-tag-sec .page-center {
  max-width: 100%;
}
.cm-blog-list .list-tag-wrapper .meta-tags {

  font-style: normal;
  font-weight: 300;
  line-height: 2;
  font-size: 19.2px;
  text-align:center;
}

.cm-blog-list .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}


.cm-blog-list .search-input form {
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}

.cm-blog-list .search-input form  {
  width:80%;
  max-width:1000px;
  margin:0 auto;

}


.cm-blog-list .search-input form input {
  outline:0px;
  width: 100%;
  margin: 0px 0 20px;
  padding: 8px 10px;
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ddd;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight: 400;
  padding-left: 50px;
  background-image:url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/images/icon-images/search-input.png);
  background-repeat: no-repeat;
  background-position: 10px;
  min-height:50px;
}
.cm-blog-list .hs-search-field__bar button svg {
  display: none;
}

.cm-blog-list .list-title-sec .page-center {
  padding: 0;
  max-width: 100%;
}

.cm-blog-list .list-title-sec .list-title {
  text-align: center;
}

.cm-blog-list .list-title-sec .list-title h1 {


  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;


}

.cm-blog-list .blog-listing-section .row-fluid-wrapper {
  padding: 0;
}
.cm-blog-list .blog-listing-section .page-center {
  padding: 0;
}
.cm-blog-list .blog-listing-section .page-center .blog-index-sec {
  margin:0 75px;
}


.cm-blog-list .blog-listing-section .page-center .blog-index {
  margin: 0 75px;
}

.cm-blog-list .blog-index article.blog-index__post {
  padding: 25px;
  margin:0px;
}
.cm-blog-list .blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
  padding: 0;
}

.cm-blog-list .blog-wit-sidbr .blog-index__post-image .feature_img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.cm-blog-list .blog-wit-sidbr .post-btm {
  box-shadow: 0 0em 0.5em 0 rgba(0, 0, 0, 0.135);
  padding: 4%;
  height: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  font-size: 1rem;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cm-blog-list .blog-listing-section .icon_svg {
  display: none;
}


.cm-blog-list .blog-wit-sidbr .meta_wrap {
  gap: 0;
  flex-direction:column;
}

.cm-blog-list .blog-listing-section .blog-author .value_m {
  display: inline-block;
  font-size: 70%;

  line-height: 18px;
  color: #6B6B6B;
  text-transform: uppercase;
  font-weight: 700;
}
.cm-blog-list .blog-listing-section .blog-author .value_m:after {
  content: "|";
  padding: 0 0.5em 0 0.45em;
}
.cm-blog-list .blog-wit-sidbr .smallCard .meta_wrap>span {
  font-size: 16px;
  line-height: 1.5;
}



.cm-blog-list .blog-wit-sidbr .smallCard .meta_wrap>span {
  margin: 0;
}


.cm-blog-list .post-btm .meta_wrap .p-meta {
  font-size: 16px;
  line-height: 1.5;
  margin:0px;
  font-weight: 300;
}
.cm-blog-list .post-btm .item-date {
  font-size: 70%;
  display: inline-block;

  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
  color: #6B6B6B;
}

.cm-blog-list .sidebar.blog-wit-sidbr h2.list-post-title {
  margin: 0;
}
.cm-blog-list .post-btm .item-date .value_m {
  font-weight: 700;
}
.cm-blog-list .blog-wit-sidbr .smallCard .meta_wrap>span.meta_tags {
  margin: 0 0 1.313em;
}

.cm-blog-list .post-btm .meta_tags .value_m a {

  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  background-color: black;
}
.cm-blog-list .post-btm .meta_tags .tags_sep {
  display: none;
}

.cm-blog-list .post-btm .meta_tags .value_m a.Mentoring-top-link {
  background-color: #886338;
}

.cm-blog-list .post-btm .meta_tags .value_m a.Parenting-top-link {
  background: #3288E6 ;
}

.cm-blog-list .post-btm .meta_tags .value_m a.Service-top-link {
  background: #F49322 ;
}

.cm-blog-list .post-btm .meta_tags .value_m a.Leadership-top-link {
  background: #a3b745 ;
}

.cm-blog-list .post-btm .meta_tags .value_m a.History-top-link {
  background: #0B504F ;
}

.cm-blog-list .post-btm .meta_tags .value_m a.Troop-Adventures-top-link {
  background: #BB252D ;
}

.cm-blog-list .post-btm .meta_tags .value_m a.Let-Boys-be-Boys-top-link {
  background: #005C85 ;
}

.cm-blog-list .post-btm .meta_tags .value_m a.In-The-News-top-link {
  background: rgba(107,107,107,1.0);
}
.cm-blog-list .post-btm .meta_wrap p.meta_tags {
  display: inline-block;
  font-size: 16px;
  margin:0 0 1.313em;
  line-height: 2em;
}

.cm-blog-list .blog-wit-sidbr .list-post-title {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;

  line-height: 1.05;

}

.cm-blog-list .blog-wit-sidbr .list-post-title a {

  font-size: 18px;
}
.cm-blog-list .blog-wit-sidbr .meta_wrap {
  margin: 0;
}
.cm-blog-list .blog-wit-sidbr .list-descrip {
  margin: 0;

}

.cm-blog-list .post-btm .blog-post__read-more {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;

}


.cm-blog-list .post-btm .blog-post__read-more a.hs-button{
  color: #ba262d;
  margin-top:10px;
  font-weight:700;
}
.cm-blog-list .post-btm .blog-post__read-more a.hs-button:hover{
  color:#ba262d
}

.cm-blog-list .post-btm .blog-post__read-more a.hs-button {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 105%;
  font-weight: 700;
  line-height: 1.4;

}
.cm-blog-list .blog-index__post-inner-card {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius:4px;
  border-top-left-radius:0px;
  border-bottom-right-radius:4px;
  border-top-right-radius:0px;
}

.cm-blog-list .blog-index .post-content-sec {
  height: 100%;
}

.cm-blog-list .blog-wit-sidbr .post-btm {
  justify-content: space-between;
}


.cm-blog-list .list-tag-wrapper .categories .meta-tags {
  margin: 0 0 1.313em;
}
.cm-blog-list nav.blog-pagination {
  padding: 30px 0 0;
}

.cm-blog-list .blog-wit-sidbr {
  margin: 0;
  padding-bottom: 80px;
}
.cm-blog-list nav.blog-pagination {
  gap: 0;
}

.cm-blog-list a.blog-pagination__link {
  margin: 0 0.35em;
  align-content:center;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
}
.cm-blog-list .sidebar nav.blog-pagination .blog-pagination__link--active {
  box-shadow: inset 0 0.1em 0.35em rgba(0, 0, 0, 0.65), 0 1px 0 0 rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: text;
}
.blog-btm-sec .flex_row {
  flex-direction: column;
  justify-content: center;
}

.blog-btm-sec.form_grad_ {
  padding: 56px 20px 149px;
  font-size: 16px;
  position: relative;
  box-shadow: 0em 0.15em 2em rgba(0, 0, 0, 0.15);
}
.blog-btm-sec .left-content {
  width: 100%;
  text-align: center;
  padding: 0;
}

.blog-btm-sec .right-content {
  width: 100%;
  padding: 0;
  justify-content: center;
}

.blog-btm-sec .left-content h2.bnr_heading {

  font-size: calc(1vw + 1.2em);
  font-style: normal;

  line-height: 1.4;
  letter-spacing: 0.1em;

  color: rgb(255, 255, 255);
  margin: 1.75em 0 .269em;
  text-align: center;
  text-transform: uppercase;
}

.blog-btm-sec .left-content .landing-content {
  font-size: 15px;
  margin:0px;
}

.blog-btm-sec .left-content p {
  margin: 0.35em 0 0;

  font-size: calc(1vw + .7em);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
  color: rgb(255, 255, 255);
}


.blog-btm-sec .flex_row .right-content .form-section {
  max-width: 100% !important;
  backdrop-filter: unset;
  padding: 0;
  width: 100%;
}

.blog-btm-sec .flex_row .right-content .form-section form{
  width: calc(100% - 16px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 35px;
  justify-content: center;
}
.blog-btm-sec .page-center.full_width {
  padding: 0;
}
.blog-btm-sec .form-section .hs_submit {
  width: auto;
}
.blog-btm-sec.landing-banner .form-row.hs-secondary input.hs-button{
  padding:12px 24px;
  border-radius: 15px;
  font-family: Open Sans !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  font-size:18px !important;
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(185, 38, 46,1.0);
  border-color: rgba(185, 38, 46,1.0);
  padding: 12px 24px;
  border-width: 1px;
  border-radius: 15px;
}

.blog-btm-sec.landing-banner .form-row.hs-secondary input.hs-button:hover{
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(185, 38, 46,1.0);
}
.blog-btm-sec.landing-banner .form-row.hs-secondary .hs-button,
.blog-btm-sec.landing-banner .form-row.hs-secondary input.hs-button{
  padding:12px 24px;
}



.cm-blog-list .blog-wit-sidbr .blog-index__post-image .feature_img:after {
  content: "\f0c1";
  display: block;
  position: absolute;
  margin: -36px 0 0 -35px;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  font-size: 42px;
  line-height: 72px;
  text-align: center;
  text-shadow: 0 0.035em 0 rgba(0, 0, 0, 0.35);
  vertical-align: middle;
  color: #fff;
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgb(0, 92, 133);
}


.cm-blog-list .blog-wit-sidbr .blog-index__post-image .feature_img:hover:after {
  opacity: 1;
}
.cm-blog-list .blog-wit-sidbr .blog-index__post-image.hs-featured-wrp{
  position: relative;
  background-color: #000;
}
.cm-blog-list .blog-wit-sidbr .blog-index__post-image .feature_img:hover img {
  opacity: 0.15;
  transition: opacity 0.75s ease;
}




.page-blog-post .content-wrapper.blog-main-post {

  margin: 0 auto;

}

.cm-blog-post-sidebr .page-blog-post .blog-main-post>.row-fluid {
  margin: 0;
}

.page-blog-post .sidebar.span9 {
  padding: 0;
  width: 69.536945%;
}

.cm-blog-post-sidebr .page-blog-post .blog-main-post>.row-fluid>div {
  padding: 0;
}

.page-blog-post .sidebar .content-inner{
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 .5em 0 rgba(0, 0, 0, .135);
  overflow: hidden;
  padding: 60px 60px 0;
  display:block;
}

.page-blog-post .ftr-img p {
  display: block;
  margin: 0;
}

.page-blog-post .ftr-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-blog-post .ftr-img {
  background-color: #000;
  position: relative;
}
.page-blog-post .sidebar .blog-post__title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
}

.page-blog-post .sidebar .meta_wrap {
  justify-content: center;

  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
  gap: 0;
  font-size: 14px;
}



.page-blog-post .sidebar .meta_wrap span.blog-author i.x-icon-user {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  text-rendering: auto;
  color: #6b6b6b;
}

.page-blog-post .sidebar .meta_wrap span.blog-author i.x-icon-user:after {
  content: "";
  color: #6b6b6b;
}

.page-blog-post .sidebar .meta_wrap span.blog-author .value_m:after {
  content: "/";
  color:#6b6b6b;
  padding: 0 .5em 0 .45em;
}
.page-blog-post .item-date i.x-icon-calendar {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 900;
  color: #6b6b6b;
}

.page-blog-post .item-date i.x-icon-calendar:after {
  content: "";
}



.page-blog-post .item-date span.value_m:after {
  content: "/";
  padding: 0 .5em 0 .45em;
}


.page-blog-post.body-container--blog-post .blog-post-container .post-comment a {
  color:#ba262d;;
}
.page-blog-post.body-container--blog-post .blog-post-container .post-comment a:hover {
  color:#ba262d;
}

.page-blog-post .post-comment i.x-icon-comments {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 900;
}

.page-blog-post .post-comment i.x-icon-comments:before {
  content: "";
}
.page-blog-post .blog-post__body p {
  margin: 0 0 1.1671em;
}
.page-blog-post .author-post h6 {
  border-bottom: 1px solid #f2f2f2;
  color: #d3d3d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 .925em;
  padding-bottom: .45em;
  text-transform: uppercase;
}
.page-blog-post .author-post-inner {
  overflow: hidden;
}

.page-blog-post .author-post-inner img {
  border-radius: .35em;
  float: left;
  margin-right:20px;
  width: 90px;
}

.page-blog-post .author-post-inner .author-details {
  display: inline-block;
  font-size: 16px;
  margin-left: 0px;
  vertical-align: top;
  font-style: normal;



}


.page-blog-post .author-post-inner p {
  margin: 0 0 1.4em;
}

.page-blog-post .sidebar .post-social {
  border-bottom: none;
  border-top: 1px solid #f2f2f2;
  line-height: 1;
  margin: 1em 0 1.313em;
  padding: 10px 0;
  text-align: center;
  font-size: 19.2px;
}


.page-blog-post .post-social .social_share {
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-blog-post .post-social .social_share .social_share_inner {
  flex-direction: column;
}

.page-blog-post .post-social .social-title {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 700;
  margin: 8px 0 10px;
  text-transform: uppercase;
}



.page-blog-post .social_share_inner>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;

}

.page-blog-post .social_share_inner>ul>li {
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  height: 45px;
  line-height: 45px;
  margin: 0 -2px 0 .05em;
  width: 45px;
}

.page-blog-post .social_share_inner>ul>li>a {
  padding: 0;
  color: #005c85;
  background: transparent;
}
.page-blog-post .social_share_inner>ul>li>a>i {
  display: inline-block;
  font-family: FontAwesomeBrands ;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.page-blog-post i.fa-facebook:before {
  content: "";
}
.page-blog-post .social_share_inner>ul>li>a>i.fa-brands.fa-x-twitter{
  font-family: "Font Awesome 6 Brands"; 
  font-weight: 400;
}


.page-blog-post i.fa-brands.fa-x-twitter:before {
  content: "\e61b";
}
.page-blog-post i.fa-google-plus:before {
  content: "";
}
.page-blog-post i.fa-linkedin:before {
  content: "";
}
.page-blog-post i.fa-pinterest:before {
  content: "";
}
.page-blog-post i.ss-reddit:before {
  content: "";
}

.page-blog-post i.ss-mail:before {
  content: "";
  font-family: FontAwesome !important;
  font-weight: 900;
}

.page-blog-post .social_share_inner>ul>li:hover {
  background-color: #005c85;
}

.page-blog-post .social_share_inner>ul>li:hover a {
  color: #fff;
}

.page-blog-post .sidebar .content-inner {
  margin-bottom: 30px;
}
.page-blog-post .blog-comments #comments-listing {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 .5em 0 rgba(0, 0, 0, .135);
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px;
}

.page-blog-post .blog-comments #comments-listing .comment.depth-0:first-child {
  border: none;
  padding-top:0px;
}
.page-blog-post .blog-comments #comments-listing .comment.depth-0 {
  margin-bottom: 10px;
  padding: 15px 0;
}

.page-blog-post .blog-comments button.comment-reply-to.hs-button.secondary {
  border: none;
  padding-left: 25px;
  color: #333;
  text-transform: unset;
  font-size: 13.33px;
  font-weight: 400;
}

.page-blog-post .blog-comments button.comment-reply-to.hs-button.secondary:before {
  content:unset;
}
.page-blog-post .blog-comments button.comment-reply-to.hs-button.secondary{
  background:url(https://6459804.fs1.hubspotusercontent-na1.net/hubfs/6459804/raw_assets/public/TrailLife_December2025/images/button-arrow.jpg) no-repeat 5px;
}


.page-blog-post {
  background: #f9f7f5;
}

.page-blog-post .blog-main-post .blog-sidebar.span3 {
  width: 25.536945%;
}
.page-blog-post .blog-main-post .blog-sidebar.span3 {
  float: right!important;
  margin-left: 2.564102564%;
}

.page-blog-post .blog-sidebar form {
  margin: 0;
}

.page-blog-post .blog-sidebar form input {
  font-size: 16px;
  padding: 4px 20px 4px 30px;
  background-color: #fff;
  outline:0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555;
  display: block;
  line-height: 32px;
  margin: 0 0 20px;
  max-width:100%;
  max-width: 500px;
  transition: border .2s linear, box-shadow .2s linear;
  vertical-align: middle;
  width: 100% !important;
}

.cm-blog-post-sidebr .page-blog-post .blog-main-post>.row-fluid>div.blog-sidebar>div:not(:last-child) {
  margin: 0;
}
.page-blog-post .blog-sidebar .page-center {
  padding: 0;
}

.page-blog-post .blog-sidebar input.hs-search-field__input::-webkit-input-placeholder {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 300;
}

.page-blog-post .blog-sidebar form .hs-search-field__button {
  left: 12px;
  margin-bottom: -6px;
  transform: unset;
  top: 16%;
  width: 12px;
  height: 12px;
}

.page-blog-post .blog-sidebar form .hs-search-field__button svg {
  display: none;
}

.page-blog-post .blog-sidebar form .hs-search-field__button .hs_cos_wrapper:before {
  color: #272727;
  content: "\f002";
  display: block;
  font-family: FontAwesome !important;
  font-size: 12px;
  font-style: normal !important;
  font-weight: 400 !important;
  margin-bottom: -6px;
}
.page-blog-post .blog-sidebar .side-post-fliter {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 16px;
  padding-top: 2.75em;
}

.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block {
  border-radius: 0;
  box-shadow: unset;
  padding: 0;
}

.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block>h5 {

  margin: 0 0 .5em;
  padding: 0;
}

.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li {
  line-height: 1.5;
  padding: .65em .85em;
  transition: background-color .3s ease;
  margin:0px;
}

.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a {
  padding: 0;
  border-bottom: 1px dotted;
  font-size: 16px;
  width: auto;
}

.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a:after {
  content: unset;
}
.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li:hover {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
}


.page-blog-post .content-wrapper.blog-main-post{
  padding-bottom:20px;
}
.post-recent-feed.blog-feed .hs-featured-wrp {
  padding: 0;
}

.post-recent-feed.blog-feed .hs-featured-wrp .feature_img a {
  display: inline-block;
}

.post-recent-feed.blog-feed .hs-featured-wrp .feature_img img {
  border-radius: 20em;
  display: block;
  float: left;
  height: 75px;
  margin: .3em .75em .75em 0;
  width: 75px;
  max-width: 75px;
}

.post-recent-feed .page-center {
  padding: 0;
}

.post-recent-feed .page-center .recent-post-item {
  padding: 0;
}
.post-recent-feed .post-btm .meta_wrap {
  margin: 0;
}
.post-recent-feed .post-btm .meta_wrap {
  margin: 0;
}

.post-recent-feed.blog-feed .hs-featured-wrp .feature_img {
  position: relative;
}

.post-recent-feed .recent-post-item .hs-featured-wrp {
  display: flex;
}

.post-recent-feed .recent-post-item .hs-featured-wrp .post-btm {
  padding: 0;
}

.post-recent-feed.blog-feed .recent-post-title {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.post-recent-feed.blog-feed .recent-post-item .item_inner {
  box-shadow: unset;
}

.post-recent-feed .recent-post-item .item_inner {
  border-bottom: none;
  box-shadow: none;
  line-height: 1.5;
  margin: 0 0 1.5em;
  overflow: hidden;
  padding: .65em .85em;
  font-size: 16px;
}
.post-recent-feed.blog-feed .recent-post-item .item_inner {
  box-shadow: unset;
}

.post-recent-feed .recent-post-item .item_inner {
  border-bottom: none;
  box-shadow: none;
  line-height: 1.5;
  margin: 0 0 1.5em;
  overflow: hidden;
  padding: .65em .85em;
  font-size: 16px;
}

.post-recent-feed.blog-feed .recent-post-item .item_inner:hover {
  background-color: #fff;
}

.post-recent-feed.blog-feed .recent-post-title>a,
.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a{
  color:#ba262d;
  border-bottom: 1px dotted;
  width:auto;
}



.post-recent-feed.blog-feed .recent-post-title>a:hover,
.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a:hover{
  color:#ba262d;
}

.post-recent-feed .top_sec .title {
  margin: 0 0 12px;
  text-align: left;
}
.post-recent-feed.blog-feed .recent-post-item .post-btm {
  padding: 0;
}

.post-recent-feed .flex_row {
  gap: 0;
}


.post-recent-feed .recent-post-item .hs-featured-wrp {
  width: max-content;
}

.post-recent-feed.blog-feed .recent-post-item .item_inner {
  display: flex;
}



.post-recent-feed.blog-feed .hs-featured-wrp .feature_img {
  border-radius: 20em;
  display: inline;
  float: left;
  height: 75px;
  margin: .3em .75em .75em 0;
  width: 75px;
}
.post-recent-feed.blog-feed .recent-post-item:last-child .item_inner {
  margin: 0;
}

.cm-blog-list .sidebar img.hs-featured-image {
  max-width: 100%;
  margin: 0px;
}
.page-blog-post .blog-sidebar .sidebr-post {
  margin-top: 24px !important;
}
.page-blog-post .blog-sidebar .top_sec {
  padding: 0;
  margin: 0;
}

.page-blog-post .content-wrapper.blog-main-post{
  padding-top:60px;
}



.cm-blog-list .search-input form input:focus,
.page-blog-post .blog-sidebar form input:focus{
  border-width:1px;
  outline:0
    border-color: rgba(82, 168, 236,1.0);
}
.cm-blog-list .post-btm .meta_wrap .p-meta {
  -webkit-font-smoothing: auto;
}
.cm-blog-list .blog-listing-section .blog-author .value_m {
  font-weight: 400;
}
.cm-blog-list .post-btm .item-date .value_m {
  font-weight: 400;
}
.cm-blog-list .blog-pagination  a.blog-pagination__link.blog-pagination__number-link:hover{
  background-color: rgba(0, 92, 133, 1.0) !important;
  color: rgba(255, 255, 255, 1.0) !important;

}

.cm-blog-list .hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  z-index:111;
}

.cm-blog-list .post-btm .meta_tags .value_m a{
  line-height:2;
}
.cm-blog-list .blog-wit-sidbr .blog-index__post-image .feature_img img {
  width: 100%;
}

.blog-btm-sec .right-content form .hs_error_rollup {
  position: absolute;
  bottom: -10px;
}

.blog-btm-sec .right-content form .hs_error_rollup{
  font-weight:700;
}

.blog-btm-sec form ul.no-list.hs-error-msgs.inputs-list{
  margin-left:0;
}
.blog-btm-sec .right-content .form-section .submitted-message {
  text-align: center;
}

.page-blog-post .blog-comments #comments-listing:empty {
  display: none;
}


.page-blog-post .blog-sidebar .hs_cos_wrapper_type_post_filter>.block>h3{
  margin: 0 0 .5em;
  padding:0;
  font-size:24px;
}


.page-blog-post .blog-sidebar .side-post-search  .hs-search-field__suggestions {
  z-index: 111;
  margin-left: 0;
}
.page-blog-post .post-footer form ul.hs-error-msgs {
  margin-left: 0;
}
.page-blog-post .social_share .tooltip {
  margin-top: 8px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  transition: opacity .4s ease-in-out;
  visibility: visible;
  z-index: 1030;
  position:absolute;
  opacity:.9;
}


.page-blog-post .social_share_inner>ul>li:hover .tooltip{
  display:block !important;
}

.page-blog-post .social_share .tooltip .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.page-blog-post  .tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.page-blog-post .social_share .tooltip .tooltip-inner {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

/*----------------responsive------------------*/

@media (max-width:1430px){
  .page-listing .cm-blog-list {
    max-width: 88%;
    margin: 0 auto;
  }




}

@media (max-width:1485px){
  .cm-blog-list .sidebar.three-col .blog-index .blog-index__post{
    flex: 50%;
  }
}


@media (max-width:1250px){
  .cm-blog-list .sidebar.three-col .blog-index .blog-index__post {
    flex: 100%;
  }


}


@media (max-width:991px){

  .page-blog-post .content-wrapper.blog-main-post{
    padding-top:0px;
  }

  .content-wrapper.blog-main-post{
    padding-top:0px;
  }

  .page-blog-post .sidebar.span9{
    width:100%;
  }
  .cm-blog-post-sidebr .page-blog-post .blog-main-post>.row-fluid>div{
    float: none ;
    margin-left: 0 ;
    width: 100%;
    padding-top: 60px;
  }

  .page-blog-post .sidebar .blog-post__title{
    font-size:35px;
  }
  .page-blog-post .sidebar .content-inner{
    padding:30px 30px 0;
  }

}

@media (max-width:980px){
  .cm-blog-list .blog-listing-section .blog-author .value_m{
    font-size: 85.7%;
    font-weight: 700;
  }


  .cm-blog-list .post-btm .item-date{
    font-size: 85.7%;
  }
  .cm-blog-list .post-btm .blog-post__read-more a.hs-button{
    font-size: 128.5%;
  }
  .cm-blog-list .blog-wit-sidbr .post-btm{
    box-shadow: 0 0em 0.5em 0 rgba(0, 0, 0, 0.135);
  }

}

@media (max-width:955px){
  .blog-btm-sec .right-content form .hs_error_rollup{
    width: 100%;
    position:relative;
    text-align: center;
    margin-bottom:10px;
  }

}


@media (max-width:830px){

  .blog-btm-sec .flex_row .right-content .form-section form{
    margin-top: 34px;
  }

}

@media (max-width:600px){
  .cm-blog-list .list-tag-wrapper .categories .topic-item{
    margin:0px;
  }
  .cm-blog-list .list-tag-wrapper .meta-tags{
    display: grid;
    grid-template-columns: 96px 96px 96px;
    grid-template-rows: 30px 30px 30px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media (max-width:640px){



  .blog-btm-sec .right-content form.hs-form fieldset.form-columns-3 .hs_firstname.hs-firstname, 
  .blog-btm-sec .right-content form.hs-form fieldset.form-columns-3 .hs_lastname.hs-lastname{
    width:50%;
  }
  .blog-btm-sec .right-content form.hs-form fieldset.form-columns-3 .hs_email.hs-email{
    width:100%;
  }

  .blog-btm-sec.form_grad_{
    padding:68px 0 90px;
  }
}


@media (max-width:767px){


  .cm-blog-list .blog-wit-sidbr .blog-index__post-inner-card{
    box-shadow:unset;
  }


  .cm-blog-list .blog-listing-section .page-center .blog-index{
    margin:35px;
    padding:0;
  }
  .cm-blog-list .blog-listing-section .page-center .blog-index-sec {
    margin:35px;
    padding:0;
  }

  .cm-blog-list .blog-index article.blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-btm-sec.landing-banner .left-content {
    margin: 0;
  }

  .blog-btm-sec.landing-banner .form-section {
    padding: 0 !important;
  }

}


@media (max-width:479px){
  .cm-blog-list .blog-listing-section .page-center .blog-index, 
  .cm-blog-list .blog-listing-section .page-center .blog-index-sec{
    margin:0px;
  }

  .blog-btm-sec .flex_row .right-content .form-section form{
    max-width: 96%;
  }

  .blog-btm-sec .right-content form.hs-form fieldset.form-columns-3 .hs_firstname.hs-firstname, 
  .blog-btm-sec .right-content form.hs-form fieldset.form-columns-3 .hs_lastname.hs-lastname{
    width:100%;
  }


}

@media (max-width:380px){
  .cm-blog-list .list-tag-wrapper {
    padding: 0 20px;
  }

  .cm-blog-list .list-tag-wrapper .meta-tags{
    grid-template-columns: auto auto auto;
  }
}