/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


a {
  text-decoration: none;
}
.container {
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.flex{
  display: flex;
}
.top_header{
  width: 100%;
  background: #949300;
  text-align: center;
  position: fixed;
  top:0;
  left:0;
  z-index: 2;
}
.top_header a{
  padding: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: .954rem;
  color: #fff;
  display: block;
  letter-spacing: .05rem;
}

  #hs_form_target_widget_1752168662451-15{
    background-color:#969736!important;
  }

.header_nav{
  width: 100%;
  position: fixed;
  left: 0;
  top:31px;
  z-index: 9;
  background-color: #fff;
  height: 70px;
  transition: all 300ms ease;
}
.logo img{
  width:250px;
}

.scroll_header{
  position: fixed;
  box-shadow: 0 0 4px rgb(14 55 63 / 15%);
  height: 60px;
  top: 0;
  transition: all 300ms ease;
}

.scroll_header .nav_list{
  transition: all 300ms ease;
}

.nav{
  height: calc(var(--header-height) + 2rem);
}
.nav_link{
  color: var(--secondary-color);
  text-transform: initial;
  font-size: 1rem;
  letter-spacing: .05em;
}
.nav_link:hover{
  color: var(--primary-color);
}
.nav_menu{
  display: flex;
  column-gap: 1rem;
}
.nav_list{
  flex-direction: row;
  column-gap: 1rem;
  align-items: baseline;
  margin: 0;
  align-items: center;
}
.nav_toggle, .nav_close{
  display: none;
}
.nav_list li ul{
  top: 35px;
}
.nav_link svg{
  margin-top: 2px;
  float: right;
}
.nav_list{
  display:flex;
  list-style: none;
}
.nav_list li{
  margin: 0;
  position: relative;
  display: inline-block;
}
.nav_list li a.nav_link{
  color: #53565a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 1rem 0;
  text-decoration: none;
  text-transform: none;
}
.nav_list li a.nav_link:hover{
  color:#949300;
}
.nav_list li{
  position: relative;
  display: inline-block;
}
.nav_list li ul{
  display: none;
  position: absolute;
  margin-top: 0!important;
  background-color: #fff;
  border-bottom: 5px solid #949300;
  left: 0px;
  padding: 0 5px;
}
.nav_list li ul li{
  display: block;
  margin:0;
  /* border-bottom: 1px solid #eee; */
}
.nav_list li ul li a {
  display: block;
  letter-spacing: .05rem;
  padding: 10px 15px;
  text-decoration: none;
  white-space: pre;
  color: #333;
  font-size: .89rem;
  font-weight: 600;
}

.nav_item svg {
  margin-top: 3px;
  vertical-align: sub;
  float: none;
}
.header-wrapper{
  position:relative;
  min-height: 100px;
}

.hs-blog-listing .form-title {
  padding: 25px 25px 15px 25px;
}
.menu-trigger, 
.child-trigger{
  display:none;
}
.hs-blog-listing form {
  padding: 15px 25px 25px 25px !important;
}
.copyrights .privacy_policy {
  color: #FFF !important;
}
@media screen and (max-width: 1024px){
  .logo img {
    width: 200px !important;
  }
  .body-wrapper.hs-blog-listing .dnd_area-row-0-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px){
  .nav_list{
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    transition: all 300ms ease;
    margin-bottom: 0;
  }
  .nav_link{
    color: var(--secondary-color);
    font-weight: 500;
    padding: 1rem 0;
  }

  .nav_item svg {
    margin-top: 3px;
    vertical-align: sub;
    float: none;
  }
  .nav_list li{
    /* position: relative; */
    display: inline-block;

  }
  .sub-menu {
    display: block;
    position: absolute!important;
    height: auto;
    width: 100%;
    left: -100%;
    transition: .3ms linear;
    top: 0%;
  }
  .sub-menu.open {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    text-align: center;
    padding: 50px 0;
  }
  .back{
    display: none;
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 18px;
    letter-spacing: .07rem;
    align-items: center;
  }
  .back img{
    transform: rotate(180deg);
    width: 28px;
  }
  .back h6{
    font-size: 16px;
    letter-spacing: .07rem;
  }

  .sub-menu.open li a{
    font-size: 24px;
    letter-spacing: .082rem;
  }

  .nav_list li ul{
    display: none;
    position: relative;
    top: 12px;
    /* width: 250px; */
    background-color: #fff;
    border-bottom: 5px solid #949300;
  }
  .nav_list li ul li{
    display: block;
    /* border-bottom: 1px solid #eee; */

  }
  .nav_list li ul li a{
    padding: 10px 16px;
    display: block;
    color: var(--secondary-color);
    letter-spacing: .05rem;
    white-space: pre;
  }
  .nav_list li ul li a:hover{
    color:var(--primary-color)
  }
  .nav_link:hover{
    color:var(--primary-color)
  }
  .nav_close{
    position: absolute;
    top: .75rem;
    right: 1rem;
    font-size: 1rem;
    color: var(--secondary-color);
    cursor: pointer;
  }
  .show-menu{
    left: 0;
  }
  .active-link{
    position: relative;
    color: var(--primary-color);
  }
  .active-link:before{
    content: '';
    position: absolute;
    background-color: var(--secondary-color);
    width: 100%;
    height: 2px;
    bottom: -.75rem;
    left: 0;
  }
  .header_nav > .container {
    position: relative;
  }

  /* ===== Mobile Toggle Button ===== */

  .menu-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 12px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000; 
  }
  .menu-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }
  /* Change button when menu is open */
  .mobile-open .menu-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .menu-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .menu-trigger i:before, .menu-trigger i:after{
    position: absolute;
    content: '';
  }
  .menu-trigger i, .menu-trigger i:before, .menu-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .menu-trigger i:before{ top: -6px; } /* Position top line */
  .menu-trigger i:after{ top: 6px; } /* Position bottom line */
  .menu-trigger:hover i, .menu-trigger:hover i:before, .menu-trigger:hover i:after,  
  .mobile-open .menu-trigger i, .mobile-open .menu-trigger i:before, .mobile-open .menu-trigger i:after{
    background-color: #fff; /* Icon color */
  }
  .nav_menu {
    position: fixed;
    background: #fff;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 3rem;
    transition: .4s;
    top: 100px;
  }
  .show-menu .nav_menu {
    left: 0;
  }
  .nav_list {
    text-align: center;
    padding-left: 2rem;
    width: 100%;
    column-gap: 1rem !important;
  }
  .nav_list li a.nav_link {
    padding: 1rem 0;
    font-size: 1.6rem !important;
    letter-spacing: .057rem;
  }
  .nav_item svg {
    margin-left: 6px;
    background: #eee;
    width: 25px;
    margin-top: 3px;
    vertical-align: sub;
    float: none;
  }
  .footer .footer_container.container > .flex {
    row-gap: 1.5rem;
    flex-direction: column;
  }
  .footer .footer_links.flex > ul > li > a {
    font-weight: 600;
  }
  .footer_links.flex > ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
  }
  .nav_list > li.nav_item.has-children > ul.hs-menu-children-wrapper {
    display: block !important;
    top: 0 !important;
    padding: 20px 0;
    margin: 0;
  }
  .nav_menu {
    overflow-y: auto !important; /* Add a vertical scrollbar if content overflows */
    height: calc(100% - 125px);
  }
  .nav_list > li.nav_item.has-children > ul.hs-menu-children-wrapper .back {
    display: none !important;
  }
  .show-menu {
    overflow: hidden !important;
  }
  .blog-listing__post-button.button {
    display: block;
    padding: 10px 15px !important; 15px;=;
  }
  .footer {
    padding: 1rem !important;
  }
  .footer_text h2 {
    line-height: 1.2 !important;
  }
  .footer_text h2 {
    font-size: 2rem !important;
  }
  .copyrights p {
    font-size: 0.9rem !important;
  }
  .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .blog-post__column-wrapper {
    margin-top: 0 !important;
    padding: 50px 0;
  }
  .blog-post__left-sidebar {
    margin-bottom: 30px!important;
  }
  .blog-post__headline {
    font-size: 36px !important;
    margin-bottom: 20px;
  }
  .blog-post__author {
    margin: 10px 0 20px;
  }
  .blog-post__body h2 {
    font-size: 28px;
  }
  .blog-post__body h4 {
    font-size: 18px;
  }
  h3.blog-listing__post-title {
    font-size: 22px;
  }
  h2.blog-listing__heading {
    font-size: 38px;
  }
  .blog-post__body p {
    margin-bottom: 15px;
  }
  .blog-post__body p:empty {
    display: none;
  }
  .content_card_table table {
    border: none !IMPORTANT;
  }
  .content_card_table table tr {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
  }
  .content_card_table table tr td {
    height: auto !important;
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cm-hsp-table table tr {
    height: auto !important;
  }

  .cm-hsp-table table td {
    height: auto !important;
    font-size: 12px !important;
  }

  .cm-hsp-table table {
    height: auto !important;
    border: none !important;
  }
  .content_card_table table tr td img {
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
  }
  .cm_content_table_icon table {
    overflow: auto !important;
    max-width: 100% !important;
    width: auto !important;
    display: block;
    border: none !important;
  }
  .cm_content_table_icon table td * {
    font-size: 12px !important;
  }
  .blog-post__author {
    flex-wrap: wrap;
  }
  .reading-minutes {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .blog-post__author-name + span {
    display: none;
  }
}
input[type="submit"]:hover {
  color: #fff !important;
}
/*Footer Section*/
.footer{
  background-color: #949300;
  padding: 2rem 2rem;
}
.footer_text h2{
  font-size: 3rem;
  text-align: left;
  font-weight:600;
  color: #fff;
  letter-spacing: .08rem;
  font-family: 'Poppins', sans-serif;
}
.footer_links{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}
.footer_links ul li{
  margin: 5px 0;
  list-style-type:none;
}
.footer_links ul li a{
  text-decoration:none;
  font-family: 'Poppins', sans-serif;
  color: #fff!important;
  font-size: 1.2rem;
  letter-spacing: .09rem;
}
.footer_social{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4rem 0 0;
}
.footer_social img{
  width: 40px;
  margin: 0 10px;
}

.copyrights{
  text-align: center; color: #fff; padding: 1rem 0; 
}
.copyrights p{
  color: #fff!important;
  letter-spacing: .05rem; font-weight: 600;
  font-family: 'Poppins', sans-serif;
}




@media screen and (min-width: 768px) and (max-width: 1020px) {
  .grecaptcha-badge { width: auto !important; height: auto !important; overflow: auto; }
}

@media screen and (max-width: 480px){
  .grecaptcha-badge { width: auto !important; height: auto !important; overflow: auto; }
  .header_nav {
    top: 51px;
  }
  .nav_list li a.nav_link {
    font-size: 1.0rem !important;
  }
  .nav_list {
    padding-left: 0;
  }
  .show-menu .nav_menu {
    padding: 1rem;
    top: 121px;
  }


  .two_column_icon_table table {
    border: none !important;
  }
  .two_column_icon_table table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .two_column_icon_table table tr td {
    width: 100% !important;
    text-align: center;
  }
  .two_column_icon_table table tr td h4:empty {
    display: none;
  }
  .content_with_icon_table tbody tr {
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  .content_with_icon_table tbody tr td {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
  }
  .content_with_icon_table tbody tr td span {
    display: block;
  }
  .content_with_icon_table tbody tr td img {
    width: 200px !important;
  }
  .content_with_icon_table table {
    border: none !important;
  }
  .two_column_image_table table {
    border: none !important;
  }
  .two_column_image_table table tbody tr {
    display: flex;
    height: auto !important;
    flex-wrap: wrap;
  }
  .two_column_image_table table tbody tr td {
    width: 100% !important;
    height: auto !important;
  }
}