/* @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    */
/*****************************************/



html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  overflow-y: scroll; /* Prevents shift when scrollbar appears */
}

body{
    padding:0;
    font-size: 16px ;
    line-height: 1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
   font-family: "Poppins", sans-serif;
    margin:0 auto;
    max-width:100%;
    color:#38364E;
}

.body-overlay{
   background: linear-gradient(113.08deg, #C7128C -56.94%, #3F1261 72.4%);
   position:relative;
}

.body-overlay:before{
  content:"";
  position:absolute;
  width:100%;
  height: 81.5%;
  display:block;
  top:0;
  left:0;
  background:url('https://48226480.fs1.hubspotusercontent-na1.net/hubfs/48226480/pre-launch/banner-overlay.png');
    background-size: 100%;
    background-position: top center;
    z-index: -1;
    background-repeat: no-repeat;
}

.body-overlay.policy{
    background: linear-gradient(167.06deg, #C7128C -24.44%, #3F1261 42.52%);
}

.body-overlay.dark-bg{
background: linear-gradient(93.08deg, #c7128c -56.94%, #3f1261 72.4%);
}

.body-overlay.policy:before{
  background-size: 100%!important;
  background:url('https://48226480.fs1.hubspotusercontent-na1.net/hubfs/48226480/pre-launch/Mask%20group.png');
  height: 14%;
  background-repeat: repeat !important;
}

.body-overlay.full-overlay:before{
    height: 100%;
    background-size: cover;
  
}

.body-overlay.privacy-full-overlay:before{
    height: 100%;
  background:url('https://growinglibraries.com/hubfs/theme-2025/Mask%20group-Apr-29-2025-11-29-11-8143-AM.png');
  background-size: cover;
   background-repeat: no-repeat;
}


.row-fluid .content-wrapper{
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}

.content-wrapper {
    max-width: 1240px;
      margin: 0 auto;
    padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  
    .content-wrapper {
        padding: 0;
    }
  
}



h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color:#38364E;
}

h1,h2,h3,h4,h5,h6{
   
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

a{
    margin-bottom:0;
}

h1{
    font-size: 39px;
    font-weight: 500
    line-height: 49px;
    margin-bottom: 46px;
}

h2{
    font-size: 23px;
    font-weight: 400;
    line-height:28px;
}

h3{
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 44px;
}

h4{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 33px;
}

h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

h6{
    font-size:12px;
    font-weight:600;
}

p{
    font-size: 16px;
    line-height: 28px;
    color: #393c41;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.no-list-style ul {
    margin:0;
    padding:0;
}

.no-list-style li{
    margin:0;
   list-style:none;
}

.no-list-style li:before{
    display:none;
}

.single-line-list li{
  display:inline-block;
  padding: 0 10px;
}


.align-center {
    text-align:center;
}


.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}


@media (max-width:767px){

  
.row-fluid .content-wrapper{
 width:auto; 
  }  
  
.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

}


/*=========================================================
                    FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder {
   color: #ffffff;
}

::-moz-placeholder {  
   color: #ffffff;
}

:-ms-input-placeholder {  
   color: #ffffff;
}

select::-ms-expand {
    display: none;
}



.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 9px;
    border-radius: 0;
    background: #ffffff;
    padding: 10px 10px;
    color: #38364e;
    font-weight: 400;
    border: 0;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   width:100%;
      border-radius: 10px;
      min-height: 57px;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:0;
    border: 1px solid #ffffff;
}

.hs_error_rollup {
    display: none;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    display: block;
    margin-bottom: 17px;
    margin-top: 14px;
  color: #38364E38;
}

label.hs-error-msg{
    color: #38364e;
}

.row-fluid form .hs_submit .actions{
    margin: 47px auto 0;
}

.row-fluid form .hs-button.primary{
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 11px 74px;
    text-align: center;
    width: auto;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(241.47deg, #C7128C -2.98%, #4C0A60 79.37%, #360958 111.81%);
    color: #fff;
    font-size: 19px;
      text-transform: uppercase;
  cursor:pointer;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    font-size: 11px;
    position: relative;
    top: 0;
    letter-spacing: 0px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/Chicago%20LP/select%20arrow.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid ;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: ;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}



@media (max-width:480px){

body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}
}



@media (min-width: 768px) {
    .row-fluid .span4 {
        width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * var(--column-width-multiplier) * 8 / 100);
    }
      .row-fluid .span8 {
        width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * var(--column-width-multiplier) * 4 / 100);
    }
  
  .hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

  
}

.footer-menu li.hs-menu-item.hs-menu-depth-1 {
    line-height: 28px;
  list-style:none;
}

.footer-menu li.hs-menu-item.hs-menu-depth-1:before{
 top:6px!important;
}

@media(max-width:767px){


.footer-menu li.hs-menu-item.hs-menu-depth-1:first-child {
    padding-left: 0;
    margin: 0;
    padding: 0;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}  
  
}