 .container {
      max-width:800px;
      }
      .btn-primary { 
  color: #ffffff; 
  background-color: #00AE58; 
  border-color: #029C4F; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #029C4F; 
  border-color: #029C4F; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #00AE58; 
  border-color: #029C4F; 
} 
 
.btn-primary .badge { 
  color: #00AE58; 
  background-color: #ffffff; 
}
@media (max-width: 500px) { 
  .h3, h3, .h2, h2 {font-size:22px !important;  font-family: "Trefoil Sans Web"; }
  }
      @media (min-width:598px) {
       .borderleft{
         border-left:1px solid #e3e3e3;
        }
        .largertext{font-size:16px; line-height:26px;}
      }
      
       @media (max-width:598px) {
       .borderleft{
         border-top:1px solid #e3e3e3;
        }
      }
     

      .greyback {background-color:#e3e3e3;
      padding-top:10px !important;
      padding-bottom:10px !important;}
   .padbot{
     padding-bottom:10px !important;}
      .pad{
     padding-bottom:20px !important;
      padding-top:20px !important;}
      .padtop{
     padding-top:10px !important;
     }
     .bordergs
      {border:1px solid #e3e3e3 !important;
      }
      .badge-success {padding:5px !important; margin:5px !important; background-color:#00ae58 !important;}
      .formgreen{background-color:#d4edda; border:1px solid #00ae58;}
       input[type="checkbox"]{
         background-color:#FFFFFF;
         border:1px solid #00ae58;
      }
         
.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}


.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	/* Position the items */
	// &:nth-child(2) { top: 25%; }
	// &:nth-child(3) { top: 50%; }
	// &:nth-child(4) { top: 75%; }
}


.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
    
  padding: 0 15px;
}