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

.sidebar .hs-menu-wrapper ul
{
  display: block !important;
}


  .hs-home-one .hs-button:not(.cta_button) {
    margin-left: 0px;

}
  
  .main ul li{
    font-size: 20px;
    line-height: 1.75;
  }
  
      .main ol li{
    font-size: 20px !important;
    line-height: 1.75 !important;
  }
  
  
  
  .main h2{ font-size: 36px; color: #4F4D63; font-weight: 700 !important;}
  h3{ color: #2CD5C4; font-weight: 400; font-size: 30px;}
  
   .main p{
    line-height: 1.5em;
  }
  
  .hs-home-one a.cta_button.hs-button:hover{
    color: #f8f8f8 !important;
  }
  
  
    .pillar-title{
   font-size: 56px;
  }
  
    .main .dnd-section>.row-fluid {
    max-width: 80%;
}

    .hs-home-one .dnd-section>.row-fluid {
    max-width: 1150px !important;
      width: 100%;
}
  
  .container-fluid hs-home_seven{
  display: none;
  }
  }
  .hs-home-one .hs-button:not(.cta_button){
    
        margin-left: 0px;
  }
  
  .row-fluid .span12 .widget-span .widget-type-cell{
    min-height: 0px !important;
  } 
  
  
  fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {

    height: 60px !important;
}
  
  
  @media (max-width: 767px){
        .main .dnd-section>.row-fluid {
    max-width: 100%;
}

    
      h2{ font-size: 36px; color: #6451e3}
    h3{ font-size: 30px;}
    
      .pillar-title{
   font-size: 36px;
  }
    

   
   .custom-menu-primary {
    overflow: auto;
    height: 17vh;
  }
    
  } 
  
.main_section_four-row-0-padding {

    position: relative;
}

.sidebar li{
 padding: 0px 0px; 
  font-weight: 500;
  font-size: 16px;
}

.sidebar {
  width: 25%;
  height: 35vh; 
  min-height: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  margin: 0px auto 0px 0px;
    padding-top: 3rem;

}

.main {
  width: 70%;
padding: 0px 3%;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}



.wrapper {
  display: flex;
  justify-content: space-between;
}


@media (max-width:768px){
  
  .sidebar {
    position: relative;
padding-left: 10%;
    padding-right: 10%;
  padding-top: 30px;
    width: 100%;
      height: auto; 
   
  }
  
  .main {
    display: flex;
      width: 100%;

    margin: 0px auto;
  }
  
  
  .wrapper{
     flex-direction: column-reverse;


  }
  
  
  
  
}