
.all-text-white, .all-text-white h1, .all-text-white h2, .all-text-white h3, body .row-fluid .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;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}


/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
 
}
body {
  margin: 0 !important;
  font-family: 'Quicksand', sans-serif;
}

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,300,300i,400,400i,500,600,700,700i,800,900,900i');
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900');



/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
{% include "hubspot/styles/responsive/modules.css" %}
{% include "hubspot/styles/patches/recommended.css" %}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/





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

body .container-fluid .row-fluid .wrapper{
  max-width: 1110px;
  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;
  font-family: 'Quicksand', sans-serif;
}

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: 50px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 62px;
  font-family: 'Quicksand', sans-serif;
}


h2{
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

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: #000;
  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:;
  transition: all ease-in-out .2s;
}

blockquote{
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color: #333;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid ;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.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: ;
  text-align: center;
  display: 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: ;
  border-color: ;
  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;
}

.overlay,
.base-color-overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.base-color-overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:;
  z-index: -1;
  opacity:.85;
}

.grey-bg{
  background:#f8f8f8;
}

body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:50px;
}

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

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding: 157px 0 100px;
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

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

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid  .equal-height{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }


  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  } 

  body .row-fluid .flex-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items:center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

  } 
}

.inner-page-hero-section{
  padding:30px 0;
}

.inner-page-hero-section h1{
  margin:0;
  font-size:30px;
}









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

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

  body .container-fluid .row-fluid .wrapper{
    padding-left:40px;
    padding-right:40px;
  }


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

  h2{
    font-size: 26px;
  }

  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){

  body .container-fluid .row-fluid .wrapper{
    padding-left:20px;
    padding-right:20px;
  }


  h1{
    font-size: 24px;
  }

  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: 14px;
    line-height: 24px;
  }

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

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

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

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














/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
  justify-content:center;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}








/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
  justify-content:center;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid ;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 30px;
    width: 100%;
    float: none;
  }   
}








/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
  justify-content:center;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}










@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}

/*==================================================
Five Col Adjust
==================================================*/

body .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
  justify-content:center;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  body .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
  }
}
/*==================================================
Six Col Adjust
==================================================*/

body .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
  justify-content:center;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  body .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
  }
}




.card button.slick-next,.card button.slick-prev,.card ul.slick-dots li button{
  font-size:0;
  background:transparent;
  border:none;
}

.card .none .hs_cos_wrapper{ 
  margin-bottom:45px; 
}

.card ul.slick-dots{
  text-align:center;
}

.card ul.slick-dots li button{
  position:relative;
  z-index:1;
}
.card ul.slick-dots li{
  display:inline-block;
  list-style:none;
  margin:0 13px;
}
.card ul.slick-dots li button,.card ul.slick-dots li.slick-active button{
  position:absolute;
  z-index:1;
  content:"";
  border-radius:50%;
  height:12px;
  width:12px;
  cursor:pointer;
}
.align-justify{
  text-align:justify;
}
@media (min-width:768px) and (max-width:1024px) {
  body .row-fluid .card .five-col-adjust span>.hs_cos_wrapper,body .row-fluid .card .six-col-adjust span>.hs_cos_wrapper , body .row-fluid .card .four-col-adjust span>.hs_cos_wrapper{
    flex-basis: 30.8%;
    -webkit-flex-basis: 30.8%;
  }
}
@media(max-width:767px){

  .card .card-top-image .wistia_embed,
  .card .card-top-image iframe{
    height:50vw !important;
  }
  .card .middle-bottom-container .heading h3,.card .middle-bottom-container .heading h4,.card .middle-bottom-container .heading h5,.card .middle-bottom-container .heading h6{
    font-size:19px;
  }
  .card .card-top-image video {
    height: auto !important;
  }
  .card-top-image.image {
    height: 60vw !important;
  }
}


