@font-face { font-family: "quincy-cf"; 
  src: url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-stretch: normal; font-display: auto; }

@font-face { font-family: "quincy-cf"; 
  src: url("https://use.typekit.net/af/2187af/00000000000000007735fcf3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2187af/00000000000000007735fcf3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2187af/00000000000000007735fcf3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; }

@font-face { font-family: "mr-eaves-xl-sans"; 
  src: url("https://use.typekit.net/af/37dc55/00000000000000007735b304/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/37dc55/00000000000000007735b304/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/37dc55/00000000000000007735b304/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-stretch: normal; font-display: auto; }

@font-face { font-family: "mr-eaves-xl-sans"; 
  src: url("https://use.typekit.net/af/82d493/00000000000000007735b30b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/82d493/00000000000000007735b30b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/82d493/00000000000000007735b30b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; }
html{
  overflow: inherit;
}
h1{
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "quincy-cf", Sans-serif;
  color: #0c2752;
  line-height: 0.8;
}

h2{
  color: #2d69a1;
  font-family: "mr-eaves-xl-sans", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1!important;
}

h3{
  color: #2d69a1;
  font-family: "mr-eaves-xl-sans", Sans-serif;
  color: #2d69a1;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 1!important;
}

h4{
  color: #0c2752;!important;
  font-family: "mr-eaves-xl-sans", Sans-serif;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 1!important;
}

h5{
  color: #0c2752;
  font-family: "mr-eaves-xl-sans", Sans-serif;
  color: #2d69a1;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1!important;
}

h6{
  color: #0c2752;!important;
  font-family: "mr-eaves-xl-sans", Sans-serif;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1!important;
}

body{
  font-family: "mr-eaves-xl-sans", Sans-serif;
}




/* Theme Setting  */











/* Header Styling  */
.scroll-header .custom-header{
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
}
.scroll-logo{
  display: none;
}
.custom-header {
  display: flex;
  max-width: min(100%,100%);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  text-align: initial;
  gap: initial;
  position: absolute;
  top: 0;
  z-index: 10000;
  left: 0;
  right: 0;
  background: rgba(224, 102, 102, 0.0);
}

.custom-header:hover{
  background: rgba(0, 40, 85, 0.8);
  backdrop-filter: blur(6px);
}
.custom-header .inner-header .header-logo-wrapper{
  width: 16%;
}
.custom-header .inner-header{
  display: flex;
  flex-wrap: initial;
  justify-content: initial;
  align-items: center;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  height: 100%;
  text-align: inital;
  rgba(224, 102, 102, 0.0);
}
.custom-header .header-logo-wrapper img{
  min-height: 74px;
}
.custom-header .inner-header {
  padding-top: 14px;
}
.custom-header .header-menu{
  display: flex;
  text-align: initial;
  flex: 0 0 auto;
  flex-direction: row;
  max-width: 100%;
  position: relative;
}
.custom-header .header-menu .hs-menu-wrapper>ul{
  margin-right: auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
  min-height: 48px;
}
.custom-header .header-menu .hs-menu-wrapper>ul li{
  display: flex;
  border-width: 0;
  position: relative;
  margin-bottom: 0;
  margin: 0px 11px;
}
.custom-header .header-menu .hs-menu-wrapper>ul li:first-child{
  margin-left: 0;
}
.custom-header .header-menu .hs-menu-wrapper>ul li:last-child{
  margin-right: 0;
}
.custom-header .header-menu .hs-menu-wrapper>ul li a{
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1.0);
  transition: .4s;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 17.8px;
  font-weight: 500;
  line-height: 17.16px;
}
.custom-header .header-menu .sub-arrow{
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
}
.custom-header .header-menu .sub-arrow2{
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
}

.custom-header .header-menu .hs-menu-wrapper>ul li a:before{
  content: '';
  background-color: #B2977F;
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: block;
  position: absolute;
  transition: .3s;
  bottom: 0;
  opacity: 0;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.custom-header .header-menu .hs-menu-wrapper>ul li:hover a:before{
  opacity: 1;
}
.custom-header .header-menu .hs-menu-wrapper>ul>li:hover>a,.custom-header .header-menu .hs-menu-wrapper>ul>li ul li:hover>a{
  color:  rgba(178, 151, 127, 1.0);
}
.custom-header .inner-header .button-wrapper #hs-button_button_investor_portal:hover {
  background: #fff;
  color: #002855;
  border-color: #FFFFFF00;
}
.custom-header .inner-header .button-wrapper #hs-button_button_how_to_invest:hover{
  color: #fff;
  background-color: #9E8670;
}
.scroll-header .custom-header .inner-header .button-wrapper #hs-button_button_investor_portal:hover{
  border-color: #FFFFFF00;
  background-color: #002855;
  color: #fff;
}
.custom-header .header-menu .hs-menu-wrapper>ul>li ul{
  margin-top: 3px !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11);
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  top: 100%!important;
  position: absolute;
  width: 12em;
  border-width: 0;
  padding: 0;
  font-size: 13px;
  min-width:130px;
}
.custom-header .header-menu .hs-menu-wrapper>ul>li ul li{
  border-style: none;
  border-bottom-width: 1px;
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.custom-header .header-menu .hs-menu-wrapper>ul>li ul li a{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 13px 20px;
  text-shadow: none;
  border-left: 8px solid transparent;
  padding-left: 0!important;
  line-height: 20px;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  color: rgba(255, 255, 255, 1.0)
}
.custom-header .header-menu .menu-toggle{
  color: #FFFFFF;
  margin: 0 auto;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0,0,0,.05);
  font-size: 22px;
  display: block;
  display: none;
}
.custom-header .header-menu .menu-toggle svg{
  fill: #33373d;
  height: 1em;
  width: 1em;
  overflow: hidden;
  transition-duration: .3s;
  transition-property: transform;
}
.custom-header .inner-header .button-wrapper{
  position: absolute;
  right: 0;
  width: 12%!important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px 10%;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
.custom-header .inner-header .button-wrapper .hs-button{
  display: inline-block;
  text-align: center;
  transition: all .3s;
  box-shadow: none;
  text-decoration: none;
  width: auto;
  border-radius: 0px 0px 0px 0px;
  padding: 12.32px 26.4px;
  border-color: #F8F3ED;
  border-style: solid;
  background-color: #B2977F00;
  border-width: 1px 1px 1px 1px;
  color: #F8F3ED;
  fill: #F8F3ED;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14.6px;
  font-family: "quincy-cf";
}
.custom-header .inner-header .button-wrapper #hs-button_button_how_to_invest{
  text-transform: none;
  background-color: #B2977F;
  border: none;
}
.custom-header .inner-header .search-icon{
  max-width: 100%;
  margin-block-end: 0;
  text-align: right;
  font-size: 0;
}
.custom-header .inner-header .search-icon span{
  color: #FFFFFF;
  background-color: #02010100;
  padding: 8px;
  background: rgba(0,0,0,.1);
  font-size: 18px;
  display: inline-block;
  border: none;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
}
.custom-header .inner-header .search-icon span svg{
  fill: #FFFFFF;
  display: block;
  width: 18px;
  height: 18px;
}
.search-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  background-color: rgba(0,0,0,.94);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}
.search-box .search-box-close-icon{
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index:9999;
}
.search-box .search-box-input{
  width: 800px;
  max-width: 85%;
  padding: 20px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgb(255 255 255);
  color: #fff;
  font-size: 35px;
  text-align: center;
  color: #FFFFFF;
  background-color: #02010100;
  font-family: "mr-eaves-xl-sans";
  font-weight: 200;
  line-height: 43.75px;
  border-radius: 0;
  height: auto;
}
.search-box .search-box-input:focus{
  outline: none;
}
.search-box .search-box-input::placeholder {
  color: #667E99;
}
.scroll-header .custom-header,
body.no-banner .custom-header{
  display: none;
}
.scroll-header .custom-header,
body.no-banner .custom-header{
  display: none;
}
.scroll-header .custom-header.cloned-header ,
body.no-banner .custom-header.cloned-header {
  display: block;
  visibility: visible;
  position: fixed;
  width: 100%;
  top: 0;
  transition: top .5s ease-in-out;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.scroll-header .custom-header .scroll-logo{
  display: block;
}
body.no-banner .scroll-logo{
  display: none;
}
.scroll-header .custom-header .desktop-logo{
  display: none;
}
body.no-banner.scroll-header .custom-header .desktop-logo {
  display: block;
}
body.no-banner.scroll-header .custom-header .scroll-logo{
  display:none;
}
body.no-banner .desktop-logo{
  display: block;
}
.scroll-header .custom-header .inner-header,
body.no-banner .custom-header .inner-header{
  padding: 10px 0px;
}
.scroll-header .custom-header .inner-header .header-logo-wrapper,
body.no-banner .custom-header .inner-header .header-logo-wrapper{
  padding-left: 64px;
  padding-right: 80px;
  width: 27.305%;
}
.scroll-header .custom-header .header-menu,
body.no-banner .custom-header .header-menu{
  width: 62%;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 4% 4%;
  justify-content: flex-start;
  flex-direction: row;
}
.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul li a,
body.no-banner .custom-header .header-menu .hs-menu-wrapper>ul li a{
  color: #002855;
  fill: #002855;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
}
body.no-banner .custom-header .header-menu .hs-menu-wrapper> ul li a{
  color:#fff;
}
body.no-banner .custom-header .header-menu .hs-menu-wrapper>ul li:hover > a{
  color:#ffffff;
}

.scroll-header .custom-header .inner-header .button-wrapper .hs-button{
  color: #002855;
  border-color: #002855;
}
body.no-banner .custom-header .inner-header .button-wrapper .hs-button{
  color: #fff;
  border-color: #fff;
}
.scroll-header .custom-header .inner-header .search-icon span{
  background-color: #02010100;
  color: #002855;
}

body.no-banner .custom-header .inner-header .search-icon span {
  background: transparent;
}
.scroll-header .custom-header .inner-header .search-icon span svg{
  fill: #002855;
}
body.no-banner .custom-header .inner-header .search-icon span svg{
  fill: #fff;
}
.scroll-header .custom-header .inner-header .button-wrapper #hs-button_button_how_to_invest a,
body.no-banner .custom-header .inner-header .button-wrapper #hs-button_button_how_to_invest a{
  color: #ffff;
}
.scroll-header .custom-header .inner-header .button-wrapper #hs-button_button_how_to_invest,
body.no-banner .custom-header .inner-header .button-wrapper #hs-button_button_how_to_invest{
  color: white;
}
.scroll-header .custom-header .header-menu .sub-arrow2,
body.no-banner .custom-header .header-menu .sub-arrow2{
  padding: 0;
}
.custom-header.cloned-header {
  background-color: #FFFFFF;
  position: absolute;
  visibility: hidden;
  top: -1000%;
  width: 100%;
  opacity: 0;
}
.overlay{
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}
.mobile-menu .mobile-menu-container .inner-mobile-menu-container{
  background: #002855;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  flex-direction: column;
  -webkit-box-pack: start;
  height: calc(100vh - 80px);
}
.mobile-menu .mobile-menu-container .close-button-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
}
.mobile-menu .mobile-menu-container .close-button-container .inner-close-button-container{
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #3a3a3a;
}
.systems-page {
  padding-top: 120px;
}
.mobile-menu .hs-menu-wrapper>ul li.hs-item-has-children .mobile-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  justify-content: center;
}
.mobile-menu .hs-menu-wrapper>ul li.hs-item-has-children .mobile-icon svg{
  width: 10px;
  height: auto;
  fill: #fff;
}
.mobile-menu .mobile-menu-container .close-button-container .inner-close-button-container svg{
  width: 15px;
  color: #fff;
  min-width: 16px;
  min-height: 16px;
  fill: currentColor;
  height: auto;
  overflow: hidden;
}
.mobile-menu .mobile-menu-container .menu-body .mobile-menu{
  width: 100%;
}
.mobile-menu .mobile-menu-container .menu-body .mobile-menu .hs-menu-wrapper>ul{
  margin: 0;
  padding: 0;
  display: block;
}
.mobile-menu .mobile-menu-container .menu-body .mobile-menu .hs-menu-wrapper>ul>li{
  display: flex;
  align-items: stretch;
  padding: 10px 0;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-container .menu-body .mobile-menu .hs-menu-wrapper>ul>li a{
  box-shadow: none;
  text-decoration: none;
  color: #fff;
}
.search-box.search-open {
  top: 98px;
  height: 90vh;
  opacity: 1;
  visibility: visible;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration{
  -webkit-appearance: none;
}

.custom-header .header-menu .hs-menu-wrapper>ul>li ul {
  width: auto !important;
}
.custom-header .header-menu .hs-menu-wrapper>ul>li:first-child ul {
  width: auto !important;
}
.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li ul {
  background: #fff;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
body.no-banner .custom-header .header-menu .hs-menu-wrapper > ul > li ul {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  margin-top: 28px !important;
}
body.no-banner .custom-header .header-menu .hs-menu-wrapper>ul>li ul li a {
  padding: 13px 20px;
  font-size: 20px;
  color: #33373d;
}
body.no-banner .custom-header .header-menu .hs-menu-wrapper>ul>li ul li a:hover {
  color: #b2977f;
}

body.no-banner .custom-header .header-menu .sub-arrow {
  margin-top: 0px;
}

.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li>ul{
  left:0 !important;
}

.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li ul li a {
  padding: 13px 20px;
  font-size: 20px;
}

.blog-header__author-social-links>a, .social_share_inner ul>li>a {
  background-color: rgb(0 107 166);
}
.scroll-header  .custom-header .header-menu .hs-menu-wrapper>ul>li>ul {
  padding-left: 0px !important;
}
.error-page:before {
  color: rgb(223 223 223);
}
body.no-banner .custom-header,
body.no-banner.scroll-header .custom-header {
  background: #002855 !important;
  position: fixed;
  top: 0;
}
body.no-banner .custom-header-wrapper {
  position: relative;
  min-height: 98px !important;
}

.landing-banner, .simple-banner {
  padding-top: 160px !important;
}
.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li>ul {
  margin-top: 28px !important;
}
.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li>ul:before {
  height: 40px !important;
  display: block;
  top: -30px;
  position: absolute;
}
.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li>ul {
  top: 38px !important;
}
.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.scroll-header .custom-header .header-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.menu-toggle {
  display: none;
  margin-left: 20px;
  cursor: pointer;
}

.menu-toggle svg {
  fill: #fff;
}

.custom-header {
  background: transparent;
}
body.scroll-header .custom-header:hover {
  background: transparent;
}
body.scroll-header  .custom-header-wrapper.spacerr .custom-header {
  padding-bottom: 0;
}
.scroll-header .custom-header.cloned-header,.scroll-header .custom-header.cloned-header:hover{
  background:#fff !important;
}
body.no-banner.scroll-header .custom-header.cloned-header:hover{
  background: #002855 !important;
}
.scroll-header .custom-header .header-menu .sub-arrow2 {
  padding: 0;
  margin: 0;
}


/* Responsive  */

@media(min-width:1301px){
  .mobile-menu.overlay {
    display: none !important;
  }
}
@media (max-width: 1666px){
  .custom-header .header-menu .hs-menu-wrapper>ul li a{
    font-size: 15.6px;
  }
  .custom-header .inner-header .button-wrapper .hs-button{
    padding: 9.2px 19.8px;
    font-size: 13.2px;
  }
}

@media (max-width: 1300px){
  h1{
    font-size: 50px;
  }
  h2{
      font-size: 25px;
  }
  h3{
      font-size: 25px;
  }
  h4{
      font-size: 25px;
  }
  h5{
      font-size: 20px;
  }
  
 h6{
      font-size: 20px;
  } 
  

  .hs-blog-post .content-wrapper.blog-main-post {
    max-width: 90% !important;
    padding: 40px 15px;
  }
  .custom-header .header-menu{
    display: none;
  }
  .dropdown{
    display: none!important;
  }
  .menu-toggle{
    display:block;
  }
  .custom-header .inner-header{
    padding: 16px;
  }
  .custom-header .inner-header .button-wrapper .hs-button {
    display: none;
  }
  .scroll-header .custom-header .inner-header{
    background: #FFF;
  }
  .mobile-menu .mobile-menu-container .menu-body .mobile-menu .hs-menu-wrapper>ul>li a:hover{
    color: #b2977f; 
  }
  .mobile-menu .mobile-menu-container .menu-body .mobile-menu .hs-menu-wrapper>ul>li{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
  }
  .mobile-menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    display: block !important;
    width: 100%;
    background-color: #002855;
    height: 100%;
    z-index: 9;
    right: 0;
    transition: all .2s linear;
  }
  .mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }
  .custom-header .inner-header{
    background-color: #00285500;
    position: absolute;
    width: 100%;
    flex-wrap: nowrap;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    min-height: 11vh;
    flex-direction: row;
    align-items: center;
    flex: 0 1 auto;
    z-index: 100;
    gap: 20px 20px;
  }
  .custom-header .inner-header .header-logo-wrapper{
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 64px;
    padding-right: 80px;
    text-align: left;
    margin: 0;
    font-size: 16px;
  }
  .custom-header .inner-header .header-logo-wrapper>div{
    margin: 0em 0em 0em -3em;
  }
  .custom-header .inner-header .search-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    align-self: stretch;
    flex: 0 0 auto;
    position: relative;
    width: 48%;
  }
  .custom-header .inner-header .search-icon span{
    font-size: 0;
    text-align: right;
    color: #FFFFFF;
    padding: 8px;
    background: rgba(0,0,0,.1);
    font-size: 18px;
    display: inline-block;
  }
  .custom-header .inner-header .search-icon span svg{
    display: block;
    width: 18px;
    height: 18px;
    fill: #FFFFFF;
    overflow: hidden;
  }
  .custom-header .inner-header .button-wrapper {
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    align-self: stretch;
    flex: 0 0 auto;
    position: relative;
    width: 48%;
  }
  .scroll-header .custom-header .inner-header .header-logo-wrapper {
    gap: 20px 20px;
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    justify-content: flex-start;
    margin: 0;
    text-align: left;
    width: auto;
    flex-direction: column;
    flex: 0 1 auto;
    padding: 10px;
    width: 48%;
    justify-content: center;
  }
  .scroll-header .custom-header .header-logo-wrapper img {
    width: 78% !important;
    min-height: auto;
  }
  .scroll-header .custom-header .inner-header {
    flex-direction: row;
    position: relative;
    height: auto;
    padding: 16px;
    justify-content: space-between;
  }
  .scroll-header .custom-header.cloned-header {
    padding: 0;
  }
  .scroll-header .custom-header .inner-header .button-wrapper {
    width: 50%;
  }
  .scroll-header .custom-header .inner-header .header-logo-wrapper>div {
    margin: 0;
    text-align: center;
  }
  .scroll-header .menu-toggle {
    display: block;
    margin: 0 15px 0 0;
    min-width: 35px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
  }
  .menu-toggle svg {
    fill: currentColor;
    height: auto;
    width: 15px;
    color: #fff;
  }

  svg.elementor-menu-toggle__icon--close {
    display: none;
  }
  .scroll-header .custom-header .inner-header .search-icon {
    gap: 4% 8.3%;
  }

  .mobile-menu .mobile-menu-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 100%;
    z-index: 999;
    right: -100%;
    transition: all .3s ease;
    max-width: 400px;
    width: 100%;
    background: #002855;
    padding: 20px;
  }
  .mobile-open .mobile-menu .mobile-menu-container{
    right: 0;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-menu .hs-menu-wrapper>ul>li ul li.custom-parent-link{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li ul li.custom-parent-link a{
    color: #B2977F !important;
    font-size: 22.4px;
    font-weight: 200;
  }
  .mobile-menu .hs-menu-wrapper>ul>li ul li.custom-parent-link svg{
    width: 15px;
    fill: white;
    min-height: 16px;
    min-width: 16px;
    height: auto;
    overflow: hidden;
  }
  .mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul li.hs-menu-item{
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px 0;
  }
  .mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul li.custom-parent-link{
    flex-wrap: wrap;
    align-items: center;
    min-height: 35px;
  }
  .mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul li.dl-back{
    margin-bottom: 0;
  }
  .mobile-menu .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul li.dl-back a{
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu .hs-menu-wrapper>ul li.hs-item-has-children .mobile-icon {
    position: absolute;
    right: 0;
  }

  .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  body.no-banner .custom-header.cloned-header {
    display: block !important;
    padding: 0;
  }
  body.no-banner .custom-header.cloned-header .inner-header {
    background: #002855;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    padding: 16px;
    position: static;
  }
  body.no-banner .custom-header .header-logo-wrapper img,
  body.no-banner.scroll-header .custom-header .header-logo-wrapper img{
    width: 100% !important;
    min-height:74px;
  }
  body.no-banner .custom-header .inner-header .header-logo-wrapper{
    width: 48%;
    padding: 0 80px 0px 64px;
  }
  body.no-banner .custom-header .inner-header .header-logo-wrapper>div{
    margin-left: -46px;
  }
  body.no-banner.scroll-header  .custom-header .inner-header .header-logo-wrapper>div {
    margin-left: -74px;
  }
}

@media (max-width: 1100px){
  .scroll-header .menu-toggle{
    margin: 0 15px 0 0;
  }
}

@media (max-width: 767px){
  .mobile-menu .mobile-menu-container .menu-body .mobile-menu .hs-menu-wrapper>ul>li a {
    font-size: 22.4px;
  }
  .custom-header .inner-header .button-wrapper {
    width: 45%;
  }
  .custom-header .inner-header{
    padding: 16px 0;
  }
  .custom-header .inner-header .search-icon{
    margin-right: 10px;
    width: 50%;
  }
  .scroll-header .custom-header .inner-header .search-icon{
    gap: 0 1%;
  }
  .custom-header .header-logo-wrapper img {
    max-width: 200px;
  }
  .scroll-header .custom-header .header-logo-wrapper img {
    width: 100% !important;
    max-width: 100%;
  }
  .scroll-header .custom-header .inner-header .search-icon {
    margin-right: 0;
  }
  body.no-banner .custom-header .inner-header .header-logo-wrapper {
    width: 50%;
    padding: 0 80px 0px 64px;
  }

  body.no-banner .custom-header .inner-header .header-logo-wrapper>div {
    margin: 0em 0em 0em -4em;
  }
  body.no-banner .custom-header .header-logo-wrapper img,
  body.no-banner.scroll-header .custom-header .header-logo-wrapper img{
    width: 200px !important;
    max-width: 200px;
  }
  body.no-banner.scroll-header .custom-header .inner-header .header-logo-wrapper>div {
    margin: 0em 0em 0em -4em;
  }
  body.no-banner.scroll-header .custom-header .inner-header .header-logo-wrapper>div {
    margin-left: 72px;
  }
}


@media(min-width:1301px){
  @keyframes dropdown-animation {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    50% {
      opacity: 0.7;
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .custom-header .header-menu .hs-menu-wrapper>ul>li:hover>ul {
    animation: dropdown-animation 0.5s ease-out;
  }
  .custom-header .header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover:before {
    width: 100%;
  }
  .custom-header .header-menu .hs-menu-wrapper>ul>li>ul>li>a:before {
    background-color: #B2977F;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    width: 0;
    z-index: 2;
  }
  .custom-header .header-menu .hs-menu-wrapper>ul>li>ul:before {
    content: '';
    height: 40px;
    width: 100%;
    background: transparent;
    display: block;
    position: absolute;
    top: -35px !IMPORTANT;
  }
}




.mobile-open .overlay{
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}


/* Form Styling  */
.tabber .media-col .form-wrap .hs-input, form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea{
  border-radius: 0;
  border: 1px solid;
}
form input[type=email]:focus, form input[type=file]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form select:focus, form textarea:focus{
  border-color: #000;
  border: 2px solid;
}



@font-face { font-family: "quincy-cf"; 
  src: url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e6e282/00000000000000007735fcfa/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-stretch: normal; font-display: auto; }

@font-face { font-family: "quincy-cf"; 
  src: url("https://use.typekit.net/af/2187af/00000000000000007735fcf3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2187af/00000000000000007735fcf3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2187af/00000000000000007735fcf3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; }

@font-face { font-family: "mr-eaves-xl-sans"; 
  src: url("https://use.typekit.net/af/37dc55/00000000000000007735b304/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/37dc55/00000000000000007735b304/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/37dc55/00000000000000007735b304/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-stretch: normal; font-display: auto; }

@font-face { font-family: "mr-eaves-xl-sans"; 
  src: url("https://use.typekit.net/af/82d493/00000000000000007735b30b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/82d493/00000000000000007735b30b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/82d493/00000000000000007735b30b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; }

body{
  font-family: "mr-eaves-xl-sans", Sans-serif;
}

/* Footer Styling */
.cst-footer {
  background-color: #002855;
  background-image: url('//7807511.fs1.hubspotusercontent-na1.net/hubfs/7807511/raw_assets/public/AvenueLiving_November2023/Images/Avenue-pattern-e1681272843193.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 32px;
    padding-bottom: 16px;
    width: 100%;
    position: relative;
    z-index: 2;
    }

.st0 {
  fill: #FFFFFF;
}
.cst-footer .cst-footer-top {
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
}
.cst-footer-top .cst-footer-top-left {
  padding-left: 3.5em;
  width: 40%;
  font-size: 1rem;
}
.cst-footer-logo img {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212529;
  height: 49px;
}
.cst-footer-top .cst-footer-top-right {
  padding-right: 5%;
  width: 37%;
  justify-content: flex-end;
  align-items: center;
  gap: 18px 18px;
  flex-direction: row;
  display: flex;
  z-index: 10;
}
.footer-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-right-content h2 {
  color: #FFFFFF;
  font-family: "mr-eaves-xl-sans", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 23px;
  margin-bottom:1px;
}
.footer-right-social-icon {
  font-size: 18px;
  line-height: 18px;
}
.footer-right-social-icon span a {
  border-radius: 32px 32px 32px 32px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  width: 36px;
  height: 36px;
  background: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cst-footer-four .hs_cos_wrapper_type_rich_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-right-social-icon span a svg {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  fill: #002855;
  background-color: #ffff;
  font-size: 18px;
  font-weight: 400;
}
.cst-footer-sec {
  padding: 10px;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cst-footer-sec .footer-sec-line {
  position: relative;
}
.footer-divider {
  font-size: 0;
  line-height: 0;
  padding: 15px 0px 15px 0px;
}
.footer-divider-line {
  height: 1px;
  width: 100%;
  background-color: #B2977F;
  display: inline-block;
}
.cst-footer-four {
  padding-top: 64px;
  padding-right: 64px;
}

.cst-footer-four p svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: #fff;

}
.cst-footer-four span#hs_cos_wrapper_address_ {
  align-items: center;
  display: flex;
  justify-content: flex-end;

}
.cst-footer-four ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.cst-footer-four ul li {
  margin-left: 16px;
  margin-bottom: 8px;
}
.cst-footer-four ul li a {
  color: #687e98;
  font-family: mr-eaves-xl-sans;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.25em;
}
.cst-footer-four p {
  margin-bottom: 8px;
  font-family: "quincy-cf", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
  display: block;
  color: #ffffff;
}
.footer-third-inner .hs-menu-wrapper>ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 75%;
  width: 100%;
  padding: 0;
  flex-basis: auto;
  flex-grow: 1;
  gap: 30px;
  flex-shrink: 1;
  align-self: auto;
  flex-wrap: nowrap;
}
.cst-footer-third {
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
}
.footer-third-inner .hs-menu-wrapper>ul>li {
  padding: 10px;
  margin: 0;
}
.footer-third-inner .hs-menu-wrapper>ul>li>a {
  color: #fff;
  font-family: mr-eaves-xl-sans,Sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
  cursor: text;
}
.footer-third-inner .hs-menu-wrapper>ul>li:nth-child(3)>a {
  margin-bottom:8px;
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul {
  margin-top:8px ;
  padding-top: 0;
  width: 100%;

}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    display: flex;
    font-size: 19px;
    padding-bottom: 0;
    line-height: 24px;
    margin-bottom: 0 !important;
    margin-top: 0;
    width: 100%;
    min-height: 48px;
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li:not(:first-child) {
  margin-top: calc(25px/2);
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: mr-eaves-xl-sans, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 24px;
  display: flex;
  width: 100%;
  color: #ffffff;
  transition: color 0.3s;
}
.cst-footer-four p:last-child a {
  border-radius: 10%;
  background-color: #002855;
  line-height: 1;
  font-size: 25px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cst-footer-four p:last-child {
  margin: 0;
}
.cst-footer-four ul li:first-child {
  margin-right: 0px;
}
.cst-footer-four ul li:last-child {
  margin-right: 16px;
}
.footer-third-inner .hs-menu-wrapper>ul>li {
  margin: 0;
  padding: 10px;
  width: 25%;
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 19px;
  line-height: 24px;
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li {
  font-size: 16px;
}
.footer-third-inner .hs-menu-wrapper>ul>li:first-child,.footer-third-inner .hs-menu-wrapper>ul>li:nth-child(2) {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.footer-third-inner .hs-menu-wrapper>ul>li:first-child {
  margin-left: 128px;
}
.footer-third-inner .hs-menu-wrapper>ul>li:first-child, .footer-third-inner .hs-menu-wrapper>ul>li:nth-child(2) {
  flex: 0 0 auto;
}
.footer-third-inner .hs-menu-wrapper>ul>li:last-child,.footer-third-inner .hs-menu-wrapper>ul>li:nth-child(3) {
  width: 48.157%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.footer-third-inner .hs-menu-wrapper>ul>li>a {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}
.footer-third-inner .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(3)>a {
  line-height: 1;
}
.footer-third-inner .hs-menu-wrapper>ul>li:last-child>ul>li {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}
.footer-third-inner .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
  margin: 0;
}
.footer-right-content {
  margin-right: 18px;
  min-width: 65px;
  display: none;
}
.footer-third-inner {
  padding: 0 160px;
}
.footer-third-inner .hs-menu-wrapper>ul>li:last-child {
  padding-top: 14px;
}
.cst-footer-mobile-mobile .hs-menu-wrapper>ul {
  margin-top: 20px;
}
.cst-footer-mobile-mobile .hs-menu-wrapper>ul>li>a {
  color: #fff;
  cursor: text;
  font-family: mr-eaves-xl-sans,Sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.cst-footer-mobile-mobile .hs-menu-children-wrapper {
  padding: 0;
}
.cst-footer-mobile-mobile .hs-menu-children-wrapper>li {
  font-size: 16px;
  text-align: left;
  padding-bottom: calc(5px/2);
  margin-bottom: 0;

}

.cst-footer-mobile-mobile .hs-menu-children-wrapper>li:not(:first-child) {
  margin-top: calc(5px/2);
  padding-bottom: 0;
}
.cst-footer-mobile-mobile .hs-menu-children-wrapper>li:not(:last-child) {
  padding-bottom: calc(5px/2);
}
.cst-footer-mobile-mobile v33 .hs-menu-wrapper>ul>li>ul {
  display:flex;
  flex-direction: row !important;
} 
.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:last-child) {
  padding-bottom: calc(5px/2);
}
.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul {
  flex-direction: row;
  display: flex;
}
.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul>li {
  width: 50%;
  display: block;
}
.cst-footer-mobile-mobile-copy {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.cst-footer-mobile-mobile-copy p:first-child {
  font-weight: 500;
  text-transform: capitalize;
  font-family: "quincy-cf", Sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 17px;
  color:#ffffff;
  margin-right: 57px;
}
.cst-footer-mobile-mobile-copy p a svg {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  margin-top: 3px;
}
.cst-footer-mobile-mobile-copy p a {
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10%;
  display: flex;
  font-size: 25px;
  line-height: 25px;
  height: 50px;
  width: 50px;
}
.cst-footer-mobile-mobile-copy span#hs_cos_wrapper_address_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cst-footer-mobile-soc {
  padding-top: 16px;
}
.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:first-child) {
  margin-top: calc(5px/2);
}
.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul {
  flex-direction: row;
  width: 100%;
  padding: 0;
}

.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li {
  margin: 0;
  width: 100%;
}
.raven-divider.line2 {
  padding-top: 32px;
}
.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>a {
  margin-bottom: 16px;
}
.cst-footer-mobile-mobile.v2 .hs-menu-wrapper>ul>li>a {
  margin-bottom: 14px;
}
.cst-footer-mobile-mobile .hs-menu-wrapper>ul>li:last-child>ul>li:not(:last-child) {
  padding-bottom: calc(10px/2);
}
.cst-footer-mobile-mobile .hs-menu-wrapper>ul>li:last-child>ul>li:not(:first-child) {
  margin-top: calc(10px/2);
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul {
  position: relative;
  top: 2px;
}

.cst-footer-mobile-mobile .hs-menu-wrapper>ul>li:nth-child(2) {
  margin-left: -13px;
}

.cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
  margin-left: -12px;
}

.cst-footer-mobile-mobile-copy {
  padding-bottom: 16px;
}

.raven-divider.line2 {
  padding-top: 30px;
}

.cst-footer-mobile {
  background: #002855;
  width: 100%;
  padding: 0 32px;
  z-index: 2;
  position: relative;
}
.cst-footer-mobile-logo {
  padding: 24px 0;
  text-align: center;

}
.cst-footer-mobile-logo img {
  vertical-align: middle;
  display: inline-block;
}
.footer-right-social-icon a {
  border-radius: 32px 32px 32px 32px;
  background: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-right-social-icon a svg {
  width: 18px;
  fill: #002855;
  font-size: 18px;
  display: block;
  height: 18px;
}
.cst-footer-mobile-soc .footer-right-content h2 {
  font-family: "quincy-cf", Sans-serif;
  font-size: 19px;
  line-height: 21px;
}
.raven-divider span {
  background-color: #B2977F;
  height: 1px;
  width: 100%;
  display: block;
}

.cst-footer-mobile-mobile .hs-menu-wrapper>ul {
  flex-direction: row;
  width: 100%;
  padding: 0;
}

.cst-footer-mobile-mobile  .hs-menu-wrapper>ul>li {
  margin: 0;
  width: 50%;
}
.raven-divider {
  padding: 16px 0;
}
.hs-blog-listing .hs-search-field--open ul.hs-search-field__suggestions {
  z-index: 99;
}
.hs-blog-post .blog-post__body ul li:before {
  display: none;
}
.hs-blog-post .blog-post__body ul {
  list-style: disc;
  padding-left: 1rem;
}
.hs-blog-post .blog-post__body ul li {
  display: list-item;
  padding: 0;
  margin-bottom: 8px;
}
.hs-blog-post span.meta_time.h5 {
  font-size: 14px;
  font-weight: normal;
}

.cm-btm-tags a {
  color: #fff;
}
.cm-btm-tags a {
  color: #fff !important;
}

ul.hs-breadcrumb-menu.aos-init.aos-animate {
  padding-right: 20px;
}

@media (max-width: 1300px){
  .footer-right-content h2 {
    font-size: 17px;
  }
}
@media(max-width:992px){
  .footer-third-inner .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }
  .footer-third-inner .hs-menu-wrapper>ul>li {
    width: 25% !important;
  }
  .footer-third-inner .hs-menu-wrapper>ul {
    max-width: 100%;
  }
  .footer-third-inner {
    padding: 0 50px;
  }
}

@media (max-width: 767px){
  .cst-footer {
    display: none;
  }
}
@media (min-width: 768px){
  .cst-footer-mobile{
    display:none;
  }
  
}
@media(max-width:479px){
  .cst-footer-mobile-mobile .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .cst-footer-mobile-mobile .hs-menu-wrapper>ul>li:nth-child(2) {
    margin: 0;
    margin-top: 20px;
  }
  .cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul {
    flex-direction: column;
  }
  .cst-footer-mobile-mobile.v33 .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    margin: 0;
    margin-top: 10px;
  }
  .cst-footer-mobile-mobile .hs-menu-children-wrapper>li>a {
    white-space: nowrap;
    display: flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    font-size: 18px!important;
    line-height: 40px!important;
    color: #ffff;
    padding: 15px 6px!important;
  }
  
  #hs_menu_wrapper_footer-menu-row3 > ul > li > ul > li:nth-child(1) > a{
  display: none
  }
}
.cst-footer{
  background-color: rgba(0, 40, 85,1.0);
}
.cst-footer-four p{
  color: rgba(255, 255, 255,1.0);
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li>a,.footer-third-inner .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255,1.0);
}
.footer-third-inner .hs-menu-wrapper>ul>li>ul>li>a:hover,.footer-third-inner .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255,1.0);
}

.cm_500_page {
  padding-top: 120px !important;
}
.cm_404_page {
  padding-top: 120px !important;
}
.search-box {
  background-color: #020101BD;
}
@media(max-width:767px){
  .page-center, .content-wrapper, 
  .dnd-section > .row-fluid {
    padding: 0 6px;
  }
}
.search-box .search-box-input {
  outline: none !important;
  z-index:9999;
}
.landing-banner {
  background-color: #9CA0A4;
}
.hs-blog-post .blog-header__author-social-links svg, .hs-blog-post .social_share_inner svg {
  fill: #fff;
}

.featured_img_wrap > p > img{
  width: 100%;
}

.blog-post__title{
  text-align: center;
  
}
.custom-header-wrapper.spacerr .custom-header {
  padding-bottom: 280px;
}
#hs_cos_wrapper_related__post{
  background-color:#EDF2F6
}

.dnd_padd .page-center {
  padding-top: 80px;
}

.hs-blog-post .blog-feed .recent-post-item .item_inner{
  background-color: white;
}

/* Dropdown Button Styling */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background-color: #006bb600;
  color: white;
  padding: 11px 18px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid white;
}

.dropdown-menu::before{
  content: '';
  height: 50px;
  width: 100%;
  background: transparent;
  display: block;
  position: absolute !IMPORTANT;
  top: -35px !IMPORTANT;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  /* background-color: #004f8c;  Darker hover color */
}

.button:hover, button:hover{
  border: 1px solid white;
}

/* Dropdown Menu Styling */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 212px; /* Adjust as necessary */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0px;
  margin-top: 21px;
}

.dropdown-menu .dropdown-item {
  color: #333;
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  font-size: 17px;
}

/*Animation hover*/

/* Initial styles for the dropdown item */
.dropdown-menu .dropdown-item {
    position: relative; /* Allows the use of ::after positioning */
    background-color: #ffffff;
    color: #002855;
    padding-bottom: 12px; /* Space for the animated border */
    text-decoration: none;
    border-bottom: none; /* Hide any default bottom border */
}

/* Hover styles */
.dropdown-menu .dropdown-item:hover {
    color: #B2977F;
}

/* Add the animated border */
.dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #b2977f;
    transition: width 0.3s ease; /* Animation effect */
}

/* Hover effect to animate border from left to right */
.dropdown-menu .dropdown-item:hover::after {
    width: 100%; /* Expands the border width fully on hover */
}


/*Animation hover end*/

.dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #B2977F; /* Link hover color */
}

/* Show the dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Optional: If you want to animate the dropdown appearance */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  padding: 0 10px;
}

/* Bouncing animation */

.dropdown:hover>.dropdown-menu {
        animation: 
dropdown-animation 0.5s 
ease-out;
    }
#hs_menu_wrapper_Header-mobile-SiteMap > ul > li > a{
min-height: 50px
}

/* Bouncing animation end*/


@media(max-width:767px){
  .page-center, .content-wrapper, .dnd-section > .row-fluid {
    max-width: 100%;
  }
}

#hs_menu_wrapper_footer-menu > ul > li:nth-child(4) > ul > li:nth-child(2){
  display:none!important
}

#hs_menu_wrapper_footer-menu-row3 > ul > li > ul > li:nth-child(1) > ul > li:nth-child(2) > a{
  display:none!important
}

.footer-right-badge{
  display: flex;
  justify-content: center;
}

.hs_cos_wrapper_employer-icon{
  margin-right: 35px!important;
}


#hs_cos_wrapper_button_how_to_invest{
  display: none;
}