@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body{
  padding:0;
  font-size: 16px ;
  line-height: 1.3;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'Quicksand', sans-serif;
  width:100%;
  letter-spacing:0;
  background: #fff ;
  margin:0 auto;
  color: #424242;
}

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

img{
  height:auto;
}

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

h1,h2,h3,h4,h5,h6{
  color:#333;
  font-family: 'Quicksand', sans-serif;
}

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

a{
  margin-bottom:0;
  font-weight:400;
}

h1{
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0px;
  line-height: 62px;
  font-family: 'Quicksand', sans-serif;
}


h2{
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height:normal;
}

h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .5px;
}

h4{
  font-size: 20px;
  line-height:28px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom:10px;
}

h5{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

h6{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

p,
.body-container-wrapper li{
  font-size: 15px;
  line-height: 24px;
  color: #56676b;
  letter-spacing: 0;
  font-weight: 400;
}


h3+p{
  margin-top:15px;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

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

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:8px;
}


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

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

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

.body-container-wrapper a{
  color:#fff;
  transition: all ease-in-out .2s;
}


.widget-type-cta{
  margin-top:15px;
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
  font-size: 16px;
  line-height: 18px;
  padding: 16px 40px;
  font-weight: 400;
  cursor: pointer;
  font-family:'Quicksand', sans-serif;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: #00f5d4;
  border-color: #000000;
  transition: all ease-in-out .2s;
  letter-spacing: 1.5px;
  top:0;
}

body a.cta_button.image-cta{
  padding:0;
  background:transparent;
  text-align:center;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.32);
  top:-5px;
}

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.section-heading p{
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height:30px;
}

.section-heading h5{
  margin:0;
  color:#86939e;
  font-size:18px;
  font-weight:500;
}

.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;
}




/*========================================================
Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  h1{
    font-size: 34px;
    line-height:normal;
  }

  h2{
    font-size: 28px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 14px;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

  p{
    font-size: 14px;
  }

  .section-heading p {
    font-size: 18px;
  }

  .cta-margin {
    margin-top: 30px;
  }
}




@media (max-width:767px){


  h1{
    font-size: 26px;
  }

  h2{
    font-size: 24px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }


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

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

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .cta-margin {
    margin-top: 20px;
  }
}




*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}  



    .hs-form-field{width:100%;margin-right:0}.row-fluid form .hs_submit .actions{text-align:center}}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden}body .timeline ul{padding:50px 0;margin:0}body .timeline ul li{list-style-type:none;position:relative;width:10px;margin:0 auto;padding-top:50px;background:#f8bbd0}.progress-section .timeline ul li::after{content:'';position:absolute;left:50%;bottom:-3px; z-index:1;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:inherit}.progress-section .timeline ul li .inner::before{content:'';position:absolute;bottom:7px;width:0;height:0;border-style:solid}.progress-section .timeline ul li:nth-child(odd) .inner{left:45px}.progress-section .timeline ul li:nth-child(odd) .inner::before{left:-15px;border-width:8px 16px 8px 0;border-color:transparent #00838f transparent transparent}.progress-section .timeline ul li:nth-child(even) .inner::before{right:-15px;border-width:8px 0 8px 16px;border-color:transparent transparent transparent #00838f}.progress-section .timeline ul li::after{transition:background .5s ease-in-out}.progress-section .timeline ul li.in-view::after{background:#00838f}.progress-section .timeline ul li .inner{visibility:hidden;opacity:0;transition:all .5s ease-in-out}.progress-section .timeline ul li:nth-child(odd) .inner{transform:translate3d(200px,0,0)}.progress-section .timeline ul li:nth-child(even) .inner{transform:translate3d(-200px,0,0)}.progress-section .timeline ul li.in-view .inner{transform:none;visibility:visible;opacity:1}@media screen and (max-width:900px){body .timeline ul li .inner{width:250px}body .timeline ul li:nth-child(even) .inner{left:-289px}}@media screen and (max-width:600px){body .timeline ul li{margin-left:20px}body .timeline ul li .inner{width:calc(100vw - 91px)}body .timeline ul li:nth-child(even) .inner{left:45px}body .timeline ul li:nth-child(even) .inner::before{left:-15px;border-width:8px 16px 8px 0;border-color:transparent #ad1457 transparent transparent}}.progress-section .bottom-container .image-container{max-width:100px;margin:0 auto;padding-top:40px;cursor:pointer}///////////////////////// // my photo in the snow /////////////////////// #meBaby{width:100px;height:135px}.progress-section .photos{width:100px;height:auto}.progress-section .progress-section a:hover{color:#ad1457}




