



.homepage-slider .info-pane{
    right:0;
    left:auto;
}

.approach-steps {
  width: 100%;
  padding: 0 5.896%;
  margin: 0 auto;
  counter-reset: step-counter;
  margin-top: 45px;
  position: relative;
  display: block;
  text-align: center;
  line-height:24px;
}
.approach-steps a.step-wrapper {
  margin-bottom: 52px;
  position: relative;
  counter-increment: step-counter;
  z-index: 1;
  text-decoration:none;
}

.approach-steps .step-wrapper:hover .step:before{
    color:#bcbcbc;
}

@media (min-width: 768px) {
  .approach-steps .step-wrapper {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .approach-steps .step-wrapper {
    width: 19%;
  }
}
.approach-steps .step-wrapper .step {
  text-align: left;
  position: relative;
}
.approach-steps .step-wrapper .step:before {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  font-size: 126.3px;
  content: counter(step-counter);
  z-index: -1;
  color: #e6e6e6;
  font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
  pointer-events: none;
}
.approach-steps .step-wrapper .step:after {
  position: absolute;
  top: 0;
      left: 39%;
  
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 133px;
  width: 92px;
  background-image:url('https://cdn2.hubspot.net/hubfs/2479702/Template_Images/bg%20polygon.png');
  background-size: contain;
  background-repeat:no-repeat;
  max-width: 100%;
  content: "";
  z-index:-2;
}
.approach-steps .step-wrapper:hover .step:after{
    -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
          transition:transform .3s ease;
          background-image:url('https://cdn2.hubspot.net/hubfs/2479702/Our%20Approach/polygon_teal_v2.png'); 
            background-repeat:no-repeat;
}

.approach-steps .step-wrapper h2 {
  margin-top: 53px;
  margin-bottom: 30px;
  font-size: 34.4px;
  color: #09aeef;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  font-family: open-sans, arial, sans-serif;
  letter-spacing: 10px;
}
.approach-steps .sub-text {
  font-family: open-sans, open sans, arial, sans-serif;
  font-size: 16.67px;
  color:#666;
}

body.our-approach h2{
    
}
body.our-approach .gallery .slick-slider .slick-slide img {
    width: 417px;
    display: block;
    margin: 0 auto;
}

body.our-approach .gallery .slick-slider {
    padding: 0;
}

body.our-approach .gallery .hs_cos_gallery_main .slick-next, body.our-approach .gallery .hs_cos_gallery_thumbnails .slick-next,body.our-approach .gallery .hs_cos_gallery_lightbox .slick-next {
    right: -34px;
}

body.our-approach .gallery .hs_cos_gallery_main .slick-prev, body.our-approach .gallery .hs_cos_gallery_thumbnails .slick-prev,body.our-approach .gallery .hs_cos_gallery_lightbox .slick-prev {
    left:-34px;
}

/*at supports flex*/
  .approach-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .approach-steps .step-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 227.2px;
            flex: 1 227.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .approach-steps .step-wrapper .step {
    width: 227.2px;
    max-width: 100%;
  }
}
/*commented out grid because flexbox centering looks nicer.
@supports(display:grid) {
  .approach-steps {
    display: grid;
     align-content: start;    
      justify-content: center;    
    grid-auto-flow:dense;
  @media(min-width:769px){
      grid-template-columns: 1fr 1fr 1fr;
    }
    @media(min-width:1000px){
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
    grid-column-gap: 15px;
    grid-auto-flow: row;
  }
}
*/



img {
  max-width: 100%;
}

.our-approach-header-banner {
      background-color: #00aea2;
      min-height: 420px;
      background-size: cover;
      background-position: center;
      background-image: url("https://cdn2.hubspot.net/hubfs/2479702/Our%20Approach/our-approach-bg.jpg");
      position:relative;
      z-index:1;
      width:100%;/*this is used to prevent flex bug in IE*/
      max-width:100vw;/*this is used to prevent flex bug in IE*/
           /* margin-bottom: 23px;*/
}
body.our-approach.sub-page .our-approach-header-banner{
    min-height:305px;
    min-height:400px;/*client requested deviation from mockup*/
}
/* moved to styles.css
.our-approach-header-banner:before{
    content:"";
    display:block;
    position:absolute;
    background-image:url('https://cdn2.hubspot.net/hubfs/2479702/Template_Images/overlay-pattern.png');
    background-repeat:repeat;
    width:100%;
    height:100%;
        top: 0;
    left: 0;
        z-index: -1;
}*/
.our-approach-header-banner, .our-approach-header-banner * {
  box-sizing: border-box;
}


/*at supports flex*/
  @media (min-width: 767px) {
    .our-approach-header-banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              -webkit-align-items: stretch;
              align-items: stretch;
    }
  }

/*at supports flex*/
  body.our-approach .our-approach-header-banner .text-graphic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            position:relative;
  }
 .our-approach-header-banner .text-graphic >div{
     width:100%; 
 max-width:100%;
 
 }
 .our-approach-header-banner .text-graphic img {
  margin:0 auto;
  display:block;
}
 
@media (min-width: 768px) {
  .our-approach-header-banner .text-graphic {
    width: 64.57%;
  }
}
.our-approach-header-banner .text-graphic img {
  padding: 40px;
}
.our-approach-header-banner .overlay-content {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 29px;
}
@media (min-width: 768px) {
  .our-approach-header-banner .overlay-content {
    width: 30.78%;
  }
/*at supports flex*/
    .our-approach-header-banner .overlay-content {
      -ms-flex-preferred-size: 397px;
          -webkit-flex-basis: 397px;
              flex-basis: 397px;
      -ms-flex-negative: 0;
          -webkit-flex-shrink: 0;
              flex-shrink: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              -webkit-flex-grow: 1;
              flex-grow: 1;
    }
  
}
/*at supports flex*/
  .our-approach-header-banner .overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack:center;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
  }
.our-approach-header-banner .overlay-content .text {
  font-size: 16.67px;
  line-height: 1.6;
  /*line-height:26.77px;*/
  font-family: open-sans, open sans, arial, sans-serif;
  text-shadow: 2px 1px 2px #000;
  max-width:100%;/*IE 10-11 flex bug fix*/
}
.our-approach-header-banner .overlay-content .dots {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
}
.our-approach-header-banner .overlay-content .dots > li {
  display: inline-block;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.our-approach-header-banner .overlay-content .dots > li a {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.our-approach-header-banner .overlay-content .dots > li a.active:before {
  background-color: #fff;
}
.our-approach-header-banner .overlay-content .dots > li a:before {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  color: transparent;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.our-approach-header-banner .arrow-wrapper {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .our-approach-header-banner .arrow-wrapper {
    display: block;
    width: 4.65%;
  }
}



.our-approach-header-banner .arrow-wrapper a.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  height: 30px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn2.hubspot.net/hubfs/2479702/Our%20Approach/Arrow%20R.svg");
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.our-approach-header-banner .arrow-wrapper a.arrow:hover {
  background-image: url("https://cdn2.hubspot.net/hubfs/2479702/Template_Images/Icons/teal%20chevron.png");
  background-image:url("https://cdn2.hubspot.net/hubfs/2479702/Template_Images/Teal%20Chevron.svg");
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.our-approach-header-banner >div:first-child.arrow-wrapper .arrow {/*left arrow*/
    -webkit-transform: rotateZ(180deg) translate(0,17px);
        -ms-transform: rotate(180deg) translate(0,17px);
            transform: rotateZ(180deg) translate(0,17px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}
.our-approach-header-banner >div:first-child.arrow-wrapper .arrow:hover {/*left arrow*/
    -ms-transform: rotate(180deg) translate(0,17px);
        transform: rotateZ(180deg) translate(0,17px);
     -webkit-transform:  rotateZ(180deg)  translate(20%,17px);
          -ms-transform:  rotate(180deg)  translate(20%,17px);
         transform:  rotateZ(180deg)  translate(20%,17px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

html.no-flexbox .our-approach-header-banner{
   display:table!important;
   table-layout:fixed;
   position:relative;
  
    
}
html.no-flexbox .our-approach-header-banner>div{
    display:table-cell!important;
    vertical-align:middle;
     height:100%;
 
}
html.no-flexbox .our-approach-header-banner .text-graphic{
    position:relative;
}
html.no-flexbox .our-approach-header-banner .text-graphic> div{
   /* position:absolute;
    top:50%;
    left:50%;
    width:100%;
    -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);*/
}
html.no-flexbox .our-approach-header-banner .arrow-wrapper a.arrow{
    position:relative;
    top:0;
    left:0;
    -webkit-transform:none;
        -ms-transform:none;
            transform:none;
    display:block;
    margin:0 auto;
}
@media(max-width:767px){
       body.our-approach .our-approach-header-banner .text-graphic >.step-heading{
            position:relative;
            top:0;
            -webkit-transform:none;
                -ms-transform:none;
                    transform:none;
            min-height:150px;
            padding:15px;
            margin:0 auto;
            width:100%;
            max-width: 100%;
            overflow: hidden;
            
        }
        html.flexbox .our-approach-header-banner .text-graphic{
            display:block;
        }
         body.our-approach .our-approach-header-banner .text-graphic >.step-heading .step-number{
             line-height:.8;
                 width: calc(100% - 30px);
         }
         body.our-approach .our-approach-header-banner .text-graphic >.step-heading .step-title{
                 top: 66px;
                     width: calc(100% - 30px);
    position: absolute;
    
         }
      
    }

a.fw-blue-btn{
    font-size:16.5px;
    font-family:"Chronicle Display A","Chronicle Display B",sans-serif; 


    text-decoration:none;
    color:#00aeef;
    position:relative;
      font-style:normal;
    font-weight:normal;
    
}


  a.fw-blue-btn {
    background-color: #09aeef;
    text-decoration:none;
    color: #fff;
    display: block;
    text-align: center;
    padding: 39px;
    font-family:open-sans, open sans, arial, sans-serif;
     font-size:25.97px;
     text-transform:uppercase;
         
     
}

body.our-approach.sub-page a.fw-blue-btn {
    margin-top: 35px;
    padding-top: 44px;/*text is not really centered in the mock for sub pages but is in the main approach page...*/
    padding-bottom: 34px;
}
a.fw-blue-btn:hover{
    background-color:#58d0cb;
    cursor:pointer;
}

a.fw-blue-btn span{
    font-family:"Chronicle Display A","Chronicle Display B",sans-serif;/*chronicle display semi-bold*/
    text-transform:lowercase;
    font-style:italic;
   
    
}


a.fw-blue-btn .step-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 84.33px;
    font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
    opacity: .2;
  
    
}
body.our-approach:not(.sub-page){
    top:51.5%;
    
}

.approach-nav li.hs-menu-item.hs-menu-depth-1 a {
    /* color: #fff; */
    text-transform: uppercase;
    text-decoration: none;
    color: #97dffb;
    font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
    font-style:normal;
    font-size: 18.95px;
    display: inline-block;
    padding: 14px 0;
    cursor:pointer;
    width:100%;
    line-height:24px;
    font-weight:normal;
}
.approach-nav li.hs-menu-item.hs-menu-depth-1 a:hover, .approach-nav li.hs-menu-item.active a{
       /*background: rgba(0,0,0,.1);*/
       background-color:#00c5ff;
       color:#fff;
}

/*
.our-approach-nav .hs-menu-wrapper ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  
}*/
.approach-header .page-header {
    padding-left: 4.4%;
}

.approach-header li.hs-menu-item.hs-menu-depth-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align:center;
}
.approach-header .approach-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
}
@media(min-width:769px){
    .approach-header .approach-nav ul{
            padding-left: 9%;
    }
}
@media(max-width:768px){
    .approach-header .approach-nav ul {
        -webkit-box-pack:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
                
        
    }
    .container-fluid .row-fluid .page-center.approach-header{
        width:100%;
    }
}

.our-approach-dots{
    display:block;
position:relative;
}
.our-approach-dots a,.false-link a {
    color: transparent;
    font-size: 0;
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    position:absolute;
    padding: 5px;
    cursor: pointer;
        -webkit-tap-highlight-color: transparent;
}

.our-approach-dots li, .false-link  {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.our-approach-dots li a:before,.false-link a:before {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    color: transparent;
    height: 15px;
    width: 15px;
    content: "";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 
    height: 15px;
    width: 15px;
}
.our-approach-dots li a:hover:before{
        opacity: 1;
}
.false-link {
    height:32px;
   /* margin-right:0;*/
    display: inline-block;
    float:left;
}
/*@media(max-width:768px){
.false-link {
 
}
}*/
.our-approach-dots>span{float:left;}
.false-link a:before{ 
    background: #fff;
    opacity:1;
    }



span#hs_cos_wrapper_our_approach_dots {
    display: inline-block;
}



.step-title {
    font-size: 89.4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-family: open-sans, open sans, arial, sans-serif; 
    text-shadow: rgb(3, 3, 3) 0px 1px 11px;
    letter-spacing: 16px;
    width: 100%;
    line-height:24px;
    text-align: center;
}
.step-number {
    font-size: 294.1px; 
    font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
    width: 100%;
    color: #e6e6e6;
    text-align: center; 
    opacity: .5;
    line-height:0;
        position: absolute;
    top: 22px;
}


.our-approach-header-banner .text-graphic >.step-heading {
       width: -webkit-fit-content;
       width: -moz-fit-content;
       width: fit-content;
    margin: 0 auto 0 0;
    position: absolute;
    top: 50%;
    /* margin: 0 104px; */
    left: 0;     
    margin-left: 130px; 
    /* position: relative; */
    /* margin: 0 40px; */
    /* line-height: 1; */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media(max-width:800px){
    .our-approach-header-banner .text-graphic >.step-heading {margin-left:12px;}
    
    }
@media(max-width:1200px){
    .step-title {
        font-size: 44.7px;
    }
    .step-number{
        font-size:147.05px;
        
    }
    
    
    }