body .body-container-wrapper {
  animation: fadein 4s;
  -moz-animation: fadein 4s; /* Firefox */
  -webkit-animation: fadein 4s; /* Safari and Chrome */
  -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}

/*=======================================================================
Homepage Section Styling Start 
=========================================================================*/




/*************** Homepage Banner Section Styling ************************/




.homepage-banner-section{
  padding:188px 0 150px;
  position:relative;
  background-image: linear-gradient(120deg,#012e41,#025e83,#012e41,#025e83,#012e41,#025e83);
  background-size: 600% 600%;
  -webkit-animation: Gradient 30s ease infinite;
  -moz-animation: Gradient 30s ease infinite;
  animation: Gradient 30s ease infinite;
  transition: all 30s ease-in;
  -webkit-transition: all 30s ease-in;
}

.homepage-banner-section h1 strong{
  font-weight:bold;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}



.homepage-banner-section .wrapper-large{
  position:relative;
}

.homepage-banner-section .heading-container h1>span{
  font-family: "LL Circular Black Web";
  font-weight:900;
}

.homepage-banner-section .image-container{
  position:absolute;
  right:-502px;
  bottom:-110px;
}

.homepage-banner-section .heading-container h4{
  font-family:'neuzeit-grotesk';
  font-size:20px;
  line-height:15px;
  letter-spacing:0;
  font-weight:bold;
}

.homepage-banner-section .cta-heading{
  margin-top:90px;
}

.homepage-banner-section .cta-heading h5{
  margin-bottom:0px;
}

.homepage-banner-section .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  color:#fff;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  background:transparent;
  padding:0;
  position:relative;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section .cta-container a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section .cta-container a.cta_button:after{
  position: absolute;
  right: -38px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/white%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 29px;
  height: 16px;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section .cta-container a.cta_button:hover:after{
  position: absolute;
  right: -43px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 29px;
  height: 16px;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section:after{
  position: absolute;
  right: 0;
  bottom: -90px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-14.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1182px;
  height: 490px;
}

.homepage-banner-section .cta-1{
  position: absolute;
  right: -20px;
  top: 39%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}

.homepage-banner-section .cta-2{
  position: absolute;
  right: 0px;
  top: 84%;
  margin: 0;
  transform: rotate(90deg);
  width: 32px;
  z-index: 1;
  text-align: center;
}

.homepage-banner-section .search-bar{
  position: absolute;
  right: 0px;
  top: 9%;
  margin: 0;
  transform: rotate(90deg);
  width: 42px;
  z-index: 1;
  text-align: center;
}

.homepage-banner-section .search-bar .hs-search-field__bar{
  position:relative;
}

.homepage-banner-section .search-bar .hs-search-field__bar:after{
  position:absolute;
  left:0;
  top:34px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-13%20%283%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:16px;
  height:17px;
  transform: rotate(251deg);
}

.homepage-banner-section .search-bar .hs-search-field__input{
  background:transparent;
  border:none;
}

.homepage-banner-section .cta-1 a.cta_button{
  background:transparent;
  font-size:13px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section .cta-1 a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section .cta-2 a.cta_button{
  background:transparent;
  font-size:13px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
  transition:0.2s all ease-in-out;
}

.homepage-banner-section .cta-2 a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.img-cont:hover .white-search{
  opacity:0;
}

.img-cont .blue-search{
  opacity:0;
}

.img-cont:hover .blue-search{
  opacity:1;
}





@media(max-width:1024px){

  .homepage-banner-section .search-bar{
    right:3px;
  }

  .homepage-banner-section:after{
    right: -620px;
    bottom: -120px;  
  }

  .homepage-banner-section .cta-1{
    right:0;
  }

  .homepage-banner-section .cta-2{
    right:0px!important;
    width:81px;
  }

  body .row-fluid .search-image{
    right:22px;
    top:0;
  }
}



@media(max-width:767px){

  .homepage-banner-section .cta-container a.cta_button{
    width:auto;
  }

  .homepage-banner-section .cta-1{
    position:relative;
    top:0;
    right:0;
    transform:rotate(0);
    margin-top:30px;
  }

  .homepage-banner-section .cta-2{
    position:relative;
    top:0;
    right:0;
    transform:rotate(0);
    width:60px;
  }

  .search-image{
    display:none!important;
  }
}





/****************** Homepage Section1 Styling ****************/


.homepage-section1{
  padding: 136px 0 174px;
  position:relative;
}

.homepage-section1 .bottom-row .image-cont{
  position: relative;
  width: 42.9%;
  z-index:3;
}

.homepage-section1 .bottom-row .image-cont img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

/*.homepage-section1 .bottom-row .image-cont:after{
position: absolute;
right: 0;
top: 0;
content: '';
background-image: linear-gradient(181deg,#e5f6fe,#48a0dd);
width: 14px;
height:672px;
transform: rotate(-180deg);
}*/

.homepage-section1 .subheading h6{
  color:rgba(1, 58, 81, 0.9);
  position:relative;
  margin-left:55px;
}

.homepage-section1 .subheading h6:before{
  position: absolute;
  left: -60px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.homepage-section1 .subheading{
  margin-bottom:14px;
}

.homepage-section1 .right-col p{
  font-size:18px;
  line-height:25px;
  letter-spacing:0; 
  color:rgba(1, 58, 81, 0.9);
  font-family:'neuzeit-grotesk';
  font-weight:normal;
}

.homepage-section1 .right-col .cta-cont a.cta_button{
  background:transparent;
  padding:0;
  color:#16394f;
  font-size:16px;
  letter-spacing:0;
  font-weight:500;
  position:relative;
  transition:0.2s all ease-in-out;
}

.homepage-section1 .right-col .cta-cont a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.homepage-section1 .right-col .cta-cont a.cta_button:after{
  position: absolute;
  right: -30px;
  top: 5px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg)no-repeat;
  background-size: cover;
  background-position: center center;
  width: 21px;
  height: 12px;
  transition:0.2s all ease-in-out;
}

.homepage-section1 .right-col .cta-cont a.cta_button:hover:after{
  right:-35px;
  transition:0.2s all ease-in-out;
}

.homepage-section1 .right-col .description{
  margin-top:19px;
  margin-bottom:10px;
}

.homepage-section1 .right-col{
  padding-left:80px;
  position: relative;
  z-index: 2;
}

.homepage-section1 .image-container{
  height:804px;
  max-width:513px;
}

.homepage-section1 .bottom-row{
  margin-top:200px;
}

.homepage-section1 .bottom-row .heading{
  margin-bottom:40px;
}

.homepage-section1 .bottom-row .text-cont{
  padding-left: 167px;
  width: 54.3%;
  position:relative;
  z-index:1;
}

/*.homepage-section1 .bottom-row .text-cont:before{
position: absolute;
left: -240px;
top: -120px;
content: 'A';
font-family: "LL Circular Black Web";
font-weight: 900;
color: #eef7fb;
font-size: 800px;
letter-spacing: 0;
z-index: -1;
}*/

span.alphaAS{
  position: absolute;
  left: -240px;
  top: -120px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition:transform 0.7s ease;
}

.what-we-do-cm .heading-cont h5{
  font-size:18px;
  line-height:25px; 
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:bold;
  font-family:'neuzeit-grotesk';
  margin-bottom:0;
}

.what-we-do-cm .description-cont p{
  font-size:15px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal; 
  font-family:'neuzeit-grotesk';
}





@media(max-width:1024px){

  .homepage-section1{
    padding: 70px 0 70px; 
  }

  .homepage-section1 .bottom-row .image-cont{
    width: 51.9%;
  }

  .homepage-section1 .bottom-row .text-cont {
    padding-left: 37px;
    width: 54.3%;
  }
}

@media(max-width: 767px){

  .homepage-section1 .right-col{
    padding-left:0;
  }

  .homepage-section1 .subheading h6{
    margin-top: 5px;
  }

  .homepage-section1 .bottom-row .text-cont{
    padding-left:0;
    width: 100%;
  }

  .homepage-section1 .bottom-row .image-cont{
    width: 100%;
    margin-bottom:30px;
  }

  .homepage-section1 .bottom-row .image-cont:after{
    background: none;
  }

  .homepage-section1 .bottom-row{
    margin-top:40px;
  }

  .homepage-section1 .row-fluid-wrapper img{
    width: 100%!important;
  }

  .homepage-section1 .right-col .cta-cont a.cta_button{
    width:auto;
  }
  
  .homepage-section1{
     padding: 70px 0 0px;
  }

  span.alphaAS{
    display:none;
  }

}

@media(max-width: 480px){


  .homepage-section1 .right-col .cta-cont a.cta_button{
    width:auto;
  }
}

/***************** Homepage Section2 Styling ********************/



.homepage-section2{
  padding:100px 0 0;
  z-index:2;
}

.homepage-section2 .team-on-hover{
  position:relative;
}

body .row-fluid .homepage-section2 .four-col-adjust span>.hs_cos_wrapper{
  position:inherit;
}

.homepage-section2 .cta{
  position: absolute;
  right: -91px;
  top: -10%;
  margin: 0;
  transform: rotate(90deg);
  width: 212px;
  z-index: 1;
  text-align: center;
}

.homepage-section2 .cta a.cta_button{
  background-color: rgba(127, 216, 255, 0.06);
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  border:1px solid #16394f;
  padding:11px 20px;
  transition:0.2s all ease-in-out;
  opacity:1;
}

.homepage-section2 .cta a.cta_button:hover{
  opacity:0.64;
  transition:0.2s all ease-in-out;
}


.homepage-section2 .subheading h6{
  color:rgba(1, 58, 81, 0.9);
  position:relative;
  margin-left:55px;
}

.homepage-section2 .subheading h6:before{
  position: absolute;
  left: -60px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.team-hover-container{
  opacity:0;
  position:absolute;
  left:0;
  top:-650px;
  content:'';
  right:0;
  bottom:0;
  padding:82px 49px;
  z-index:1;
}

body .row-fluid .homepage-section2 .cm-container span>.hs_cos_wrapper{
  margin-right:0;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  position:inherit;
  margin-top:0;
  cursor:pointer;
}

.homepage-section2 .cm-container span>.hs_cos_wrapper:hover .team-hover-container{
  opacity:1;
  transition:0.4s all ease-in-out;
}

/*.homepage-section2 .cm-container span>.hs_cos_wrapper:hover .cm-cont{
opacity:0;
transition:0.4s all ease-in-out;
}*/

.homepage-section2 .cm-container span>.hs_cos_wrapper:hover .team-hover-container{
  border-left: 0.5px solid rgba(216, 231, 237, 0.22);
  border-right: 0.5px solid rgba(216, 231, 237, 0.22);
  transition:0.4s all ease-in-out;
}

.homepage-section2 .subheading{
  margin-bottom:14px;
}

.homepage-section2 .right-col p{
  font-size:18px;
  line-height:25px;
  letter-spacing:0; 
  color:rgba(1, 58, 81, 0.9);
  font-family:'neuzeit-grotesk';
  font-weight:normal;
}

.homepage-section2 .right-col .cta-cont a.cta_button{
  background:transparent;
  padding:0;
  color:#16394f;
  font-size:16px;
  letter-spacing:0;
  font-weight:500;
  position:relative;
  transition:0.2s all ease-in-out;
}

.homepage-section2 .right-col .cta-cont a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.homepage-section2 .right-col .cta-cont a.cta_button:after{
  position: absolute;
  right: -30px;
  top: 5px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg)no-repeat;
  background-size: cover;
  background-position: center center;
  width: 21px;
  height: 12px;
  transition:0.2s all ease-in-out;
}

.homepage-section2 .background-hover{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:0;
  transition:0.4s all ease-in-out;
}

.homepage-section2 .four-col-adjust span>.hs_cos_wrapper:hover .background-hover{
  opacity:1;
  transition:0.4s all ease-in-out;
}

.homepage-section2 .right-col .cta-cont a.cta_button:hover:after{
  right:-35px;
  transition:0.2s all ease-in-out;
}

.homepage-section2 .cm-container{
  margin-top:57px;
  position:relative;
}

.homepage-section2 .right-col .description{
  margin-top:19px;
  margin-bottom:10px;
}

.homepage-section2 .right-col{
  padding-left:80px;
}

body .row-fluid .homepage-section2 .team-cm .cm-cont{
  background-position: top center!important;
  padding: 452px 52px 60px;
  position:inherit;
  z-index:1;
}

body .row-fluid .homepage-section2 .team-cm .cm-cont .designation{
  min-height:40px;
}

/*.homepage-section2 .cm-container.show-background{
background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Surfing.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
transition:0.4s all ease-in-out;
}*/


body .row-fluid .homepage-section2 .team-cm .cm-cont:after{
  position:absolute; 
  left:0;
  right:0;
  top:370px;
  bottom:0;
  content:'';
  background-image: linear-gradient(to top, #01384f, rgba(22, 57, 79, 0));
  z-index:-1;
}

.team-cm .name h3{
  font-size:26px;
  line-height:33px;
  letter-spacing:0;
  color:#ffffff;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.team-cm .designation h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal; 

}

.team-cm .arrow{
  border:1px solid #fff;
  width:48px;
  height:48px;
  text-align:center;
  margin-top:35px;
  line-height:29px;
  cursor:pointer;
}

body .row-fluid .homepage-section2 .cm-container span{
  margin:0;
}

.team-hover-container .description-container p{
  font-size:18px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
}

.team-hover-container .description-container{
  margin-bottom:95px;
}

.team-hover-container .info-container h3{
  font-size:26px;
  line-height:33px;
  font-weight:500;
  letter-spacing:0;
  font-family: "LL Circular Medium Web";
}

.team-hover-container .cta-container a.cta_button{
  background: #ffffff;
  color: #0894d2;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "LL Circular Medium Web";
  padding: 15px 57px 15px 19px;
  position: relative;

}

.team-hover-container .cta-container a.cta_button:after{
  position: absolute;
  right: 20px;
  top: 18px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20small%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 19px;
  height: 14px;
}

.team-hover-container .cta-container{
  margin-top:50px;
}

@media(max-width:1400px){

.team-cm .name h3{
   min-height:80px;
}
}



@media(max-width:1140px) and (min-width:1025px){

  body .row-fluid .homepage-section2 .team-cm .cm-cont .name{
    min-height:70px;
  }
}


@media(max-width:1435px) and (min-width:1025px){

  .team-hover-container .description-container{
    margin-bottom: 55px;
  }

  .team-hover-container{
    padding: 0px 19px;
  }
}

@media(max-width:1120px) and (min-width:1025px){

  .team-cm .name h3{
    font-size:23px;
  }
}


@media(max-width:1024px){

  .homepage-section2 .cm-container{
    margin-top:35px;
  }


  .homepage-section2 .cm-container span>.hs_cos_wrapper:hover .team-hover-container{
    opacity:1;
    transition:0.4s all ease-in-out;
    background-image: linear-gradient(93deg, #012e41, #0b4c67);
  }

  .team-hover-container{
    top: -524px;
    z-index:3;
  }

  body .row-fluid .team-hover-container {
    padding: 30px 25px;
  }

  .team-hover-container .description-container {
    margin-bottom: 35px;
    margin-top: 30px;
  }

  .homepage-section2 .four-col-adjust span>.hs_cos_wrapper:hover .background-hover{
    opacity:0;
    transition:0.4s all ease-in-out;
  }

  .team-cm .name h3{
    font-size:20px;
  }

  body .row-fluid .homepage-section2 .team-cm .cm-cont{
    padding: 300px 25px 60px;  
  }

  .team-hover-container{
    padding:30px 15px;
  }

  .team-hover-container .info-container{
    display:block;
  }

  .team-hover-container .cta-container{
    display:block;
  }

  body .row-fluid .homepage-section2 .cm-container span>.hs_cos_wrapper{
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }


}


@media(max-width: 767px){

  .homepage-section2 .right-col{
    padding-left:0;
  }
  
  .team-cm .name h3{
   min-height:100%;
}
  
  .homepage-section2{
     padding: 60px 0 0;
  }

  .team-hover-container .description-container p {
    font-size: 18px;
    line-height: 25px;
  }

  body .row-fluid .team-hover-container .description-container {
    margin-bottom: 35px;
    margin-top: 30px;
  }

  .homepage-section2 .cm-container:hover .team-cm .cm-cont{
    opacity:1;
  }

  .homepage-section2 .cm-container span>.hs_cos_wrapper:hover .cm-cont{
    opacity:1;
  }

  .homepage-section2 .cm-container span>.hs_cos_wrapper{
    z-index:2;
  }

  .homepage-section2 .right-col .cta-cont a.cta_button{
    width:auto;
  }
 


}


@media(max-width: 480px){


  .homepage-section2 .right-col .cta-cont a.cta_button{
    width:auto;
  }

}

/*************** Homepage Section3 Styling ****************************/




.homepage-section3{
  padding:190px 0 282px;
  position:relative;
  z-index:1;
}

/*.homepage-section3:after{
position: absolute;
left: 250px;
top: -40px;
content: 'C';
font-size: 800px;
font-weight: 900;
font-family: "LL Circular Black Web";
font-weight: 900;
color: #eef7fb;
z-index: -1;
}*/

span.alphaAC{
  position: absolute;
  left: 250px;
  top: -40px;
  content: 'C';
  font-size: 800px;
  font-weight: 900;
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  z-index: -1;
  transition:transform 0.7s ease;
}

.homepage-section3 .subheading h6{
  position:relative;
  margin-left:70px;
  color:rgba(1, 58, 81, 0.9);
}

.homepage-section3 .subheading h6:before{
  position: absolute;
  left: -60px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.homepage-section3 .subheading{
  margin-bottom:23px;
}

.homepage-section3 .heading{
  max-width:445px;
  margin-bottom:53px;
}

.homepage-two-col-cm .right-col .image-container{
  height:470px;
  position:relative;
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.23);
}

.homepage-two-col-cm .right-col .image-container:after{
  position: absolute;
  right: -2px;
  top: 0px;
  content: '';
  background-image: linear-gradient(181deg, #e5f6fe, #48a0dd);
  width: 14px;
  transform: rotate(-180deg);
  bottom: -1px;

}

.homepage-two-col-cm{
  margin-bottom:40px;
}

.homepage-two-col-cm .left-col .description p{
  font-size:18px;
  line-height:29px; 
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  margin-bottom:30px;
}

.homepage-two-col-cm .left-col .description{
  max-width:440px;
}

.homepage-two-col-cm .left-col{
  width:48%;
}

.homepage-two-col-cm .right-col{
  width: 51.5%;
}

.homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even) .homepage-two-col-cm>.row-fluid-wrapper>.row-fluid{
  display:flex;
  flex-direction:row-reverse;
}

.homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even) .homepage-two-col-cm .right-col{
  margin-left: 0;
  left: -30px;
  width: 49.5%;
  float: left;
  position: relative;
}

.homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even) .homepage-two-col-cm .left-col{
  padding-left:85px;
}

.homepage-two-col-cm .left-col .heading-cont h3{
  margin-bottom:14px;
}



@media(max-width:1024px){

  .homepage-section3{
    padding:90px 0 155px;  
  }

  .homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even) .homepage-two-col-cm .left-col {
    padding-left: 25px;
  }
}


@media(max-width: 767px){

  .homepage-two-col-cm .left-col{
    width: 100%;
  }

  span.alphaAC{
    display:none;
  }

  .homepage-two-col-cm .right-col{
    width: 100%;
  }

  .homepage-two-col-cm .right-col .image-container:after{
    background: none;
  }

  body .row-fluid .homepage-section3{
    padding: 70px 0 40px;
  }

  .homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even)
  .homepage-two-col-cm>.row-fluid-wrapper>.row-fluid{
    display: block;
  }

  .homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even)
  .homepage-two-col-cm .left-col{
    padding-left:0;
  }


  .homepage-section3 .cm-container span>.hs_cos_wrapper:nth-child(even) 
  .homepage-two-col-cm .right-col{
    width: 100%;
    position: static;
  }

  .homepage-section3{
    padding:70px 0;
  }

}
/******************** Homepage Section4 Styling Start *******************/



.homepage-section4{
  background-image: linear-gradient(293deg, #bee8fc, #ffffff);
  padding:82px 0 110px; 
  position:relative;
  z-index:3;
}


/*.homepage-section4:after{
position:absolute;
left:0;
top:-360px;
content:'S';
font-size:800px;
letter-spacing:0;
color:#f6fcff;
font-weight:900;
font-family: "LL Circular Black Web";
z-index:-1;
}*/

span.salphaAS{
  position: absolute;
  left: 0;
  top: -200px;
  font-size: 800px;
  letter-spacing: 0;
  color: #f6fcff;
  font-weight: 900;
  font-family: "LL Circular Black Web";
  z-index: -1;
  transition:transform 0.7s ease;
}
.homepage-section4 .subheading{
  margin-bottom:60px;
}

body .row-fluid .homepage-section4 .subheading h6{
  position:relative;
  margin-left:55px;
  max-width:205px;
  margin:0 auto;
  float:none;
  color:rgba(1, 58, 81, 0.9);
}

body.loan-page .row-fluid .homepage-section4 .subheading h6{
   font-weight:500;
   font-family: "LL Circular Medium Web";
   text-transform:uppercase;
   max-width:135px;
}

.homepage-section4 .subheading h6:before{
  position: absolute;
  left: -30px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

body .row-fluid .homepage-testimonial-cm .blockquote h2{
  font-size:30px;
  line-height:44px;
  color:#16394f;
  letter-spacing:0;
  font-weight:normal;
  max-width:885px;
  margin:0 auto;
}

body.loan-page .row-fluid .homepage-testimonial-cm .blockquote h2{
   font-size: 40px;
   line-height:54px;
}

.homepage-testimonial-cm .blockquote{
  margin-bottom:80px;
}

.homepage-testimonial-cm .info-cont h5{
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  color:#16394f;
  font-weight:normal;
  margin-bottom:0;
}

body .row-fluid .service-inner-testimonial .blockquote h2{
  font-size:32px;
  line-height:45px;
}

body .row-fluid .homepage-testimonial-cm .info-cont{
  max-width:885px;
  margin:0 auto;
  float:none;
}


@media(max-width: 1024px){

  .image-gallery-slider-cm .slider-progress-group{
    margin-top:0;
  }

  body .row-fluid .homepage-testimonial-cm .blockquote h2{
    font-size: 30px;
    line-height: 40px;  
  }

  .homepage-section4 {
    padding: 82px 0 82px;
  }

  span.salphaAS{
    top: -80px;
    font-size: 580px;
  }

}

@media(max-width: 767px){

  .homepage-section3{
    padding: 140px 0;
  }

  .image-gallery-slider-cm .slider-progress-group{
    margin-top:0;
  }

  body .row-fluid .homepage-testimonial-cm .blockquote h2{
    font-size: 23px;
    line-height: 33px;
  }

  .homepage-testimonial-cm .blockquote {
    margin-bottom: 50px;
  }

  .homepage-section4:after{
    display:none;
  }

  span.salphaAS{
    display:none;
  }

}



/******************* Homepage Section5 Styling *********************/



.homepage-section5{
  padding:162px 0 47px;
}

.homepage-section5 .subheading h6{
  color:rgba(1, 58, 81, 0.9);
  position:relative;
  margin-left:55px;
}

.homepage-section5 .heading{
  margin-bottom:40px;
}

.homepage-section5 .subheading h6:before{
  position: absolute;
  left: -57px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.homepage-section5 .subheading{
  margin-bottom:23px;
}

.homepage-section5 .helpful-resources-cm .image-container{
  height:285px;
}

.homepage-section5 .helpful-resources-cm .description p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
}

.homepage-section5 .cm-container span>.hs_cos_wrapper{
  border:1px solid #d8e7ed;
}

.homepage-section5 .cm-container span>.hs_cos_wrapper:last-child{
  margin-right:0;
}

.homepage-section5 .helpful-resources-cm  .text-container{
  padding:23px 29px;
}


@media(max-width:1024px){

  .homepage-section5{
    padding: 90px 0 10px;
  }

  .homepage-section5 .helpful-resources-cm .text-container{
    padding: 15px 15px;
  }

  .homepage-section5 .helpful-resources-cm .image-container {
    height: 215px;
  }

}

/********************* Homepage Section6 Styling Start *********************/




.homepage-section6{
  padding:100px 0 164px;
  position:relative; 
}

.homepage-section6 .text-container{
  background-image: linear-gradient(93deg, #012e41, #0b4c67);
  padding:65px 90px 80px;
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

.homepage-section6 .text-container .heading h2{
  font-size:38px;
  line-height:44px;
}

.homepage-section6 .subheading h6{
  position: relative;
  margin-left: 55px;
  margin-bottom:36px;
}

.homepage-section6 .subheading h6:before{
  position: absolute;
  left: -57px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.homepage-section6 .subheading{
  margin-bottom:23px;
}

.homepage-section6 .cta-cont{
  float:right;
  text-align:right;
  margin-top: 17px;
}

.homepage-section6 .cta-cont h4.cta_button{
  font-size:19px;
  letter-spacing:0;
  font-weight:normal;
  line-height:normal;
  letter-spacing:0;
  background:transparent;
  padding:0;
  font-family: "LL Circular Book Web";
  position:relative;
}

.homepage-section6:hover .cta-cont h4.cta_button{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.homepage-section6 .cta-cont h4.cta_button:after{
  position: absolute;
  right: -27px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/white%20small%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 17px;
  height: 12px;
}

.homepage-section6:hover .cta-cont h4.cta_button:after{
  right:-32px;
  transition:0.2s all ease-in-out;
  position: absolute;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20small%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 17px;
  height: 12px;
}


@media(max-width:1024px){

  .homepage-section6{
    padding: 70px 0 100px;   
  }

  .homepage-section6 .text-container{
    padding: 65px 60px 80px;
  }

  .homepage-section6 .text-container .heading h2 {
    font-size: 29px;
    line-height: 37px;
  }

  .service-inner .homepage-section6 .cta-cont {
    margin-top: 0px;
  }

  .homepage-section6 .cta-cont {
    margin-top: 0px;
  }
}

@media(max-width: 767px){

  .homepage-section6 .text-container {
    padding: 60px 40px 60px;
  }

  .body-container-wrapper .widget-type-cta{
    margin-top: 4px;
  }

  .homepage-section6 .span6.widget-span.widget-type-custom_widget.heading.moveUp.animated{
    float: left;
  }

  .homepage-section6{
    padding: 20px 0 70px;
  }

  .homepage-section6 .cta-cont{
    position: relative;
    left: 0px;
    float:left;
    text-align:left;
  }

  .homepage-section6 .subheading h6{
    margin-bottom:0;
  }

  .homepage-section6 .cta-cont h4.cta_button{
    margin-top:27px;
  }




}








/****************Animatable********************/

.animatable {

  /* initially hide animatable objects */
  /*visibility: hidden;*/

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.animate-out {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.animate-out:after {
  content ''
  letter-spacing: inherit;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }	100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }	100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }	100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.animated.animationDelay{
  animation-delay:1s;
  -webkit-animation-delay:1s;
}
.animated.animationDelayMed{
  animation-delay:1.8s ease;
  -webkit-animation-delay:1.8s;
}
.animated.animationDelayLong{
  animation-delay:2s;
  -webkit-animation-delay:2s;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.moveUp, .animate-out.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}



/***************Animatable ENd****************/









/******************* Topic Section Styling Start *********************/



.topics-section{
  background-color: rgba(216, 231, 237, 0.25);
  border-top:1px solid #d8e7ed;
  border-bottom:1px solid #d8e7ed;
  padding:1px 0;
}

.topics-section ul li{
  display:inline-block;
  margin-left:0;
  margin-bottom:0;
  margin-right:30px;
}

.topics-section ul li a .filter-link-count{
  display:none;
}

.topics-section ul li a{
  font-size:14px;
  line-height:30px;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.topics-section ul{
  margin:0;
}

.topics-section .right-col a.cta_button{
  background:transparent; 
  font-size:14px;
  line-height:30px;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
  position:relative;
  top:-5px;
}

.topics-section .right-col{
  text-align:right;
}



@media(max-width:1024px){

  .topics-section .left-col{
    width: 79.872928%;
  }

  .topics-section .right-col{
    width: 19.364641%;
    margin-left:0;
  }
}


@media(max-width:767px){

  .topics-section .left-col{
    width:100%;
  }

  body .row-fluid .topics-section ul li{
    margin-right:0;
  }

  .topics-section .left-col ul{
    text-align:center;
  }

  .topics-section .right-col{
    width:100%;
    text-align:center;
  }
}


/***************** Single Post Section Styling ******************/



.single-post-section{
  padding:62px 0;
}

.hs-blog-post .single-post-section{
  display:none;
}

.recent-single-posts .bg-width-height{
  height:470px;
}

.recent-single-posts .each-post-topic ul li a{
  font-size:14px;
  line-height:30px;
  color: rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  text-decoration:underline;
}

.recent-single-posts .each-post-topic ul{
  margin-top:0;
}

.recent-single-posts .each-post-topic ul li{
  margin-left:0;
}

.recent-single-posts .post-header h2{
  font-size:36px;
  line-height:43px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.recent-single-posts .post-header{
  margin-top:25px;
}

.recent-single-posts .description p{
  font-size:18px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-family:'neuzeit-grotesk';
  font-weight:normal;
}

.recent-single-posts .description{
  margin-top:57px;
}

.recent-single-posts .hubspot-editable{
  margin-top:55px;
}

.recent-single-posts .hubspot-editable .author-bio{
  font-size:12px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.recent-single-posts .hubspot-editable .author-link{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web"; 
  text-decoration:underline;
  text-transform:uppercase;
}

.recent-single-posts .hubspot-editable .hs-author-avatar{
  width:43px;
  height:43px;
  border-radius:50%;
}

.recent-single-posts .hubspot-editable .author-image-width{
  width:11%;
}

.recent-single-posts .hubspot-editable .hs-author-label{
  margin-bottom:5px;
}

.recent-single-posts .bg-width-height{
  width:60.2%;
}

.recent-single-posts .spacing-btw-module{
  width: 34.2%;
  margin-left: 65px;
}



@media(max-width:1210px) and (min-width:1025px){

  .recent-single-posts .spacing-btw-module{
    margin-left:45px;  
  }
}

@media(max-width:1024px){

  body .row-fluid .recent-single-posts .spacing-btw-module{
    width: 41.2%;
    margin-left: 30px;  
  }

  .recent-single-posts .bg-width-height {
    width: 53.2%;
  }

  .recent-single-posts .post-header h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .recent-single-posts .description {
    margin-top: 17px;
  }

  .recent-single-posts .hubspot-editable {
    margin-top: 25px;
  }

  .recent-single-posts .hubspot-editable .author-image-width {
    width: 19%;
  }
}



@media(max-width:767px){

  .recent-single-posts .hubspot-editable .author-image-width{
    width: 18%;
    float: left;
  }

  body .row-fluid .recent-single-posts .spacing-btw-module{
    width:100%;
    margin-left:0;
  }

  .recent-single-posts .hubspot-editable .span10{
    width: 70%;
    float: left;
    margin-top:10px;
  }

  body .container-fluid .row-fluid .blog-section .post-item{
    width:100%;
  }

  body .container-fluid .row-fluid .blog-section .post-header h4{
    min-height:0;
  }


}



@media(max-width:767px){

  .recent-single-posts .bg-width-height{
    width:100%;
    height:240px;
  }

  .recent-single-posts .spacing-btw-module {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}



/************ Cta Module Styling **********/


.cta-module{
  position:relative;
}

.cta-module .access-guide-container .access-guide-cta a.cta_button{
  padding:8px 12px;
  box-shadow: 0 7px 11px -4px rgba(0, 0, 0, 0.45);
  font-size:14px;
  color:#18394e;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.cta-module .access-guide-container .access-guide-cta{
  margin-top:20px;
}

.cta-module .access-guide-container .image-container{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}

.cta-module .access-guide-container .image-container img{
  height:auto;
}

.cta-module{
  height:538px;
}


@media(max-width:1250px){

  body .row-fluid .cta-module .access-guide-container{
    padding: 44px 29px 140px;
  }
}


@media(max-width:1024px){

  body .row-fluid .cta-module{
    height: 588px;
  }
}




.cta-module-2{
  margin-right:57px!important;
}



@media(max-width:1024px){

  .cta-module-2{
    margin-right:32px!important;
  }
}

@media(max-width:767px){

  .cta-module-2{
    margin-right:0px!important;
  }
}

/****************** Latest Post Section Styling Start *******************/


body .row-fluid .blog-section .post-item:nth-child(4){
  margin-right:0!important;
}

body .row-fluid .blog-section .post-item:nth-child(3){
  margin-right:57px!important;
}

.latest-post-section{
  padding:20px 0;
}

.hs-blog-listing .latest-post-section .latest-posts .home-post-item:first-child{
  display:none;
}

body.category-page .latest-post-section .latest-posts .home-post-item:first-child{
  display:block;
}

.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(1),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(2),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(3),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(4),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(5){
  display:none;
}

body.category-page .blog-content-section .blog-section .post-item:nth-child(1),
body.category-page .blog-content-section .blog-section .post-item:nth-child(2),
body.category-page .blog-content-section .blog-section .post-item:nth-child(3),
body.category-page .blog-content-section .blog-section .post-item:nth-child(4),
body.category-page .blog-content-section .blog-section .post-item:nth-child(5){
  display:block;
}


.latest-post-section .heading h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.latest-post-section .latest-posts a.topic-link{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  border-bottom:1px solid;
}

.latest-post-section .latest-posts .home-post-item{
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 0;
  float: left;
  width: 25%;
  padding-right: 53px;
  position:relative;
}

.latest-post-section .latest-posts .home-post-item:after{
  position:absolute;
  right:40px; 
  top:0;
  content:''; 
  background:#d8e7ed; 
  width:1px;
  bottom:0;
}

.latest-post-section .latest-posts{
  margin: 0 0px 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top:1px solid #d8e7ed;
  border-bottom:1px solid #d8e7ed;
  padding-top:30px;
}

.latest-post-section .latest-posts .post-body-inner a>h5{
  font-size:18px;
  line-height:21px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.latest-post-section .latest-posts .home-post-item:last-child:after{
  display:none;
}


@media(max-width:1024px){

  body .row-fluid .blog-section .post-item:nth-child(3){
    margin-right:32px!important;
  }
}



@media(max-width:767px){

  .latest-post-section .latest-posts .home-post-item{
    width:100%;
    padding-right:0;
    margin-bottom:0;
  }

  .latest-post-section .latest-posts .home-post-item:after{
    display:none;
  }

  body .row-fluid .blog-section .post-item:nth-child(3){
    margin-right:0!important;
  }
}




/************************** Blog Content Section Styling Start ***********************/



.blog-section .post-item .hs-featured-image-wrapper .hs-featured-image-link{
  height:166px;
}

.blog-content-section{
  position:relative;
}

.blog-section .post-item .hs-featured-image-wrapper{
  margin-bottom:26px;
}

.blog-section .topic-section a{
  font-size:12px;
  line-height:30px;
  color: rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  border-bottom:1px solid;
}

.blog-section .topic-section span{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
}

.blog-section .topic-section p{
  margin-bottom:8px;
}

.blog-section .post-header h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  min-height:53px;
}

.blog-section .post-header p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  font-family:'neuzeit-grotesk';
}

.blog-section .post-item{
  float: left;
  width: 30.2%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 51px 0;
  list-style: none;
  padding-bottom: 15px;
  margin-right: 57px;
  border-bottom: 1px solid #d8e7ed;

}

.blog-section .post-item:nth-child(3n+2){
  margin-right:0;
}

.blog-section .post-item:nth-child(2),
.blog-section .post-item:nth-child(5),
.blog-section .post-item:nth-child(8){
    margin-right: 57px;
}

body.category-page .blog-section .post-item:nth-child(3n+3){
  margin-right:2.5%;
}

body.category-page .blog-section .post-item:nth-child(14){
   margin-right:2.5%!important;
}

.blog-section .post-item:nth-child(1){
  margin-right:57px;
}

.blog-section .post-item:nth-child(7){
  margin-right:0px;
}

.blog-section .post-item:nth-child(10){
  margin-right:0;
}

.blog-section .post-item:nth-child(11){
  margin-right:0px;
}

.blog-section .post-item:nth-child(3){
  margin-right:0px;
}

.blog-section .post-item:nth-child(4){
  margin-right:57px;
}

.blog-section .post-item:nth-child(6){
  margin-right:57px;
}

.blog-section .post-item:nth-child(13),
.blog-section .post-item:nth-child(14){
  width:47.6%;
}

.blog-section .post-item:nth-child(13) .hs-featured-image-wrapper .hs-featured-image-link,
.blog-section .post-item:nth-child(14) .hs-featured-image-wrapper .hs-featured-image-link{
  height:265px;
}

.blog-section .post-item:nth-child(13) .post-header h4,
.blog-section .post-item:nth-child(14) .post-header h4{
  font-size:26px;
  line-height:36px;
  font-weight:normal;
}

.blog-section .post-item:nth-child(13) .description-cont,
.blog-section .post-item:nth-child(14) .description-cont{
  min-height:90px;
}

.blog-section .post-item:nth-child(14){
  margin-right:57px;
}

.blog-section .post-item:nth-child(13) .hubspot-editable .author-image-width,
.blog-section .post-item:nth-child(14) .hubspot-editable .author-image-width{
  width:8%;
}

.blog-section .post-item:nth-child(9){
  margin-right:57px!important;
}

.blog-section .post-item:nth-child(14){
  margin-right:0!important;
}

.blog-section .post-item:nth-child(15){
   margin-right:57px;
}

.blog-section .post-item:nth-child(17){
   margin-right:0px;
}

.blog-section .grab-copy{
  margin-right:57px!important;
}

.blog-section .post-item:nth-child(13){
   margin-right:57px;
}

.blog-section .post-listing{
  margin: 0 0px 0 0;
  padding: 0;
  // overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-section .hubspot-editable .hs-author-avatar{
  width:43px;
  height:43px;
  border-radius:50%;
}

.blog-section .hubspot-editable .author-link{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-transform:uppercase;
  text-decoration:underline;
}

.blog-content-section{
  padding:60px 0 22px;
}

.blog-content-section .description-cont{
  min-height:167px;
}

/*.cta-module{
background:#f7f7f7;
padding:42px 29px;
padding-right:29px!important;
}*/

.cta-module .access-guide-container{
  padding:44px 29px
}

.cta-module h3{
  font-size:28px;
  line-height:30px;
  letter-spacing:0;
  color:#18394e;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:22px;
}

.cta-module h3>span{
  font-weight:900;
  font-family: "LL Circular Black Web";
}

.cta-module p{
  font-size:17px;
  line-height:24px;
  letter-spacing:-0.05px;
  color:#18394e;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  margin-bottom:10px;
}

body .row-fluid .cta-module a.cta_button[title]{
  background:#cedeb4;
  font-size:14px;
  letter-spacing:0;
  color:#18394e;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  box-shadow: 0 7px 11px -4px rgba(0, 0, 0, 0.45);
  padding: 10px 15px;
}

.cta-module .cta-cont{
  margin-bottom:40px;
}

.hs-blog-listing .related-post-section{
  display:none;
}



@media(max-width:1240px) and (min-width:1025px){

  body .row-fluid .blog-section .post-item:nth-child(13),
  body .row-fluid .blog-section .post-item:nth-child(14) {
    width: 46.4%;
  }
}

@media(max-width:1260px) and (min-width:1025px){

  body .row-fluid .blog-section .post-item {
    width: 29.1%;
  }

/*   body .row-fluid .blog-section .post-item:nth-child(9),
  body .row-fluid .blog-section .post-item:nth-child(10){
    width:46.6%;
  } */
}


@media(max-width:1024px){

  body .row-fluid .blog-section .post-item{
    width: 30.1%;
  }
  
  .blog-section .post-item:nth-child(15) {
    margin-right: 32px;
}
  
  .blog-section .post-item:nth-child(2), .blog-section .post-item:nth-child(5), .blog-section .post-item:nth-child(8){
     margin-right:32px;
  }

  body.category-page .row-fluid .blog-section .post-item:nth-child(10){
    margin-right:2.5%!important;
    width:30.1%;
  }

  .blog-section .post-item:nth-child(1){
    margin-right:32px;
  }

  body .row-fluid .blog-section .post-item:nth-child(18) {
    margin-right: 32px!important;
  }

  body.category-page .row-fluid .blog-section .post-item:nth-child(18){
    margin-right:2.5%!important;
  }

  .blog-section .post-item:nth-child(4){
    margin-right:32px;
  }

  .blog-section .post-item .hubspot-editable .author-image-width{
    width: 28.364641%; 
  }

  body .row-fluid .cta-module .cta-cont{
    margin-bottom:135px;
  }

  .blog-section .post-item:nth-child(9) .hubspot-editable .author-image-width,
  .blog-section .post-item:nth-child(10) .hubspot-editable .author-image-width {
    width: 16%;
  }

  body .row-fluid .blog-section .post-header h4{
    font-size: 19px;  
    min-height:105px;
  }

  body .row-fluid .blog-section .post-item:nth-child(9){
    width: 30.2%;
    margin-right: 32px!important;
  }

  body .row-fluid .blog-section .post-item:nth-child(10){
    width: 30.2%;
  }

  body .row-fluid .blog-section .post-item:nth-child(13),
  body .row-fluid .blog-section .post-item:nth-child(14) {
    width: 47.6%;

  }
  
  .blog-section .post-item:nth-child(13){
     margin-right:32px;
  }

  .blog-section .grab-copy {
    margin-right: 32px !important;
  }


  .cta-module .access-guide-container{
    padding: 44px 29px 80px;
  }

 
}



@media(max-width:767px){


  .blog-section .post-item{
    width:100%;
    margin-right:0;
  }
  
  .blog-section .post-item:nth-child(2), .blog-section .post-item:nth-child(5), .blog-section .post-item:nth-child(8) {
    margin-right: 0;
}
  
  .blog-section .post-item:nth-child(13) {
    margin-right: 0;
}

  body.category-page .row-fluid .blog-section .post-item:nth-child(10) {
    margin-right: 0%!important;
    width: 100%;
  }

  body.category-page .container-fluid .row-fluid .blog-section .post-item:nth-child(14) {
    margin-right: 0!important;
  }

  .blog-section .post-item:nth-child(6){
    margin-right:0!important;
  }

  body .blog-section .post-item:nth-child(13) .post-header h4,
  body .blog-section .post-item:nth-child(14) .post-header h4{
    font-size: 20px;
    line-height: 26px; 
  }

  body .blog-section .post-item:nth-child(13) .hubspot-editable .author-image-width,
  body .blog-section .post-item:nth-child(14) .hubspot-editable .author-image-width{
    width: 18.364641%;
  }

  body .blog-section .post-item:nth-child(13) .hs-featured-image-wrapper .hs-featured-image-link,
  body .blog-section .post-item:nth-child(14) .hs-featured-image-wrapper .hs-featured-image-link{
    height:166px;
  }

  body .row-fluid .blog-section .post-item:nth-child(13),
  body .row-fluid .blog-section .post-item:nth-child(14){
    width:100%;
  }

  .blog-section .post-item:nth-child(7){
    margin-right:0!important;
  }

  body .row-fluid .blog-section .post-item:nth-child(14){
    margin-right:0;
  }

  body.category-page .blog-section .post-item:nth-child(3n+1){
    margin-right:0!important;
  }


  .cta-module .access-guide-container{
    padding: 44px 29px;
  }

  .blog-section .post-item:nth-child(1){
    margin-right:0;
  }

  body .row-fluid .blog-section .post-item:nth-child(18) {
    margin-right: 0px!important;
  }

  .cta-module .access-guide-container .image-container{
    bottom:50px;
  }

  body .container-fluid .row-fluid .blog-section .post-item:nth-child(15){
    margin-right:0;
  }

  .blog-section .post-item:nth-child(4){
    margin-right:0;
  }

  .blog-content-section .description-cont{
    min-height: 0px;
    margin-bottom:30px;
  }

  .blog-section .post-item .hubspot-editable .author-image-width{
    width: 18.364641%;
    float: left;
  }

  .blog-section .post-item .hubspot-editable .span10{
    margin-top:10px;
  }

  .cta-module .cta-cont{
    margin-bottom: 35px;
  }

  .blog-section .post-item:nth-child(13),
  .blog-section .post-item:nth-child(14){
    width:100%;
  }

  .blog-section .post-item:nth-child(13) .hs-featured-image-wrapper .hs-featured-image-link,
  .blog-section .post-item:nth-child(14) .hs-featured-image-wrapper .hs-featured-image-link{
    height:166px;
  }

  .blog-section .post-item:nth-child(13) .post-header h4,
  .blog-section .post-item:nth-child(14) .post-header h4{
    font-size: 20px;
    line-height: 26px;
  }

  .blog-section .post-item:nth-child(13) .description-cont,
  .blog-section .post-item:nth-child(14) .description-cont{
    min-height:0;
  }

  body .row-fluid .blog-section .post-item:nth-child(9){
    width:100%;
    margin-right:0!important;
  }

  body .row-fluid .blog-section .post-item:nth-child(10){
    width:100%;
    margin-right:0!important;
  }

  body .container-fluid .row-fluid .cta-module .cta-cont {
    margin-bottom: 45px;
  }

  .blog-section .post-item:nth-child(9) .hs-featured-image-wrapper .hs-featured-image-link,
  .blog-section .post-item:nth-child(10) .hs-featured-image-wrapper .hs-featured-image-link{
    height:166px;
  }

  body .container-fluid .row-fluid .blog-section .grab-copy{
    margin-right:0!important;
  }

  body .row-fluid .blog-section .post-item:nth-child(18) {
    margin-right: 0!important;
  }

  body.category-page .container-fluid .row-fluid .blog-section .post-item:nth-child(15){
    margin-right:0!important;
  }

  .blog-section .post-item:nth-child(9) .post-header h4,
  .blog-section .post-item:nth-child(10) .post-header h4{
    font-size:20px;
  }

}


/*************** Email Subscribe Section Styling ***************/



.email-subscribe-section{
  margin: 98px 0 120px;
}

.email-subscribe-section .heading-cont h2{
  font-size:23px; 
  line-height:30px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.email-subscribe-section .heading-cont h2>span{
  font-size:30px; 
  line-height:30px;

}

.email-subscribe-section{
  background-color: rgba(127, 216, 255, 0.08);
  margin-left:0!important;
  padding:47px 106px 37px;
  position:relative;
}

.email-subscribe-section:after{
  position:absolute; 
  left:0; 
  right:0;
  top:-13px;
  background:#7fd8ff; 
  height:1px;
  content:'';

}

.email-subscribe-section:before{
  position:absolute; 
  left:0; 
  right:0;
  bottom:-13px;
  background:#7fd8ff; 
  height:1px;
  content:'';

}

.email-subscribe-section .right-col .email-form h3{
  font-size:20px;
  color:#0894d2;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  line-height:normal;
}

body .row-fluid .email-subscribe-section .right-col .email-form form input{
  background:transparent;
  border:none;
  padding:0;
  height:40px;
  color:rgba(124, 134, 152, 0.9);
  font-size:18px;
  font-family:'neuzeit-grotesk';
  font-weight:normal;
  max-width:100%!important;
}

body .row-fluid .email-subscribe-section .right-col .email-form form input::placeholder{
  color:rgba(124, 134, 152, 0.9);
  font-size:18px;
  font-family:'neuzeit-grotesk';
  font-weight:normal;
}

body .row-fluid .email-subscribe-section .right-col .email-form form .hs-button{
  font-size:0px;
  color:transparent;
  background:transparent;
  padding:0;
  border:none;
}

body .row-fluid .email-subscribe-section .right-col .email-form form{
  position:relative;
}



/*body .row-fluid .email-subscribe-section .right-col .email-form form .actions:after{
position: absolute;
right: -60px!important;
top: 0;
content: '';
background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-7%20%283%29.svg)no-repeat;
background-size: cover;
background-position: center center;
width: 19px;
height: 12px;
}*/




@media(max-width:1024px){

  .email-subscribe-section{
    margin: 28px 0 80px;  
    padding: 47px 26px 37px;
  }

  .email-subscribe-section .heading-cont h2>span{
    font-size: 25px;
    line-height: 30px;
  }

  .email-subscribe-section .heading-cont h2 {
    font-size: 19px;
  }

  body .row-fluid .email-subscribe-section .right-col .email-form form .actions:after{
    right:-142px;
  }


}



@media(max-width:767px){

  .email-subscribe-section .right-col .email-form h3{
    margin-top:20px;
  }

  body .row-fluid .email-subscribe-section{
    width:100%;
  }

  body .row-fluid .email-subscribe-section .right-col .email-form form .actions:after{
    right:-160px!important;
  }
}

/********************* Grab Copy Section Styling Start *******************/




.grab-copy{
  background:#002e50;
  padding:42px 29px;
  padding-right:29px!important;
}

.grab-copy-section h3{
  font-size:28px;
  line-height:30px;
  letter-spacing:0;
  font-weight:900;
  font-family: "LL Circular Black Web";
  margin-bottom:24px;
}

.grab-copy-section p{
  font-size:17px;
  line-height:24px;
  letter-spacing:-0.05px;
  font-weight:normal; 
  font-family:'neuzeit-grotesk';
}

body .row-fluid .grab-copy-section a.cta_button{
  background:#7fd8ff;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  padding: 9px 33px;
}

.grab-copy-section .image-cont{
  margin-top:156px;
}



@media(max-width:1024px){

  .grab-copy-section .image-cont{
    margin-top:167px;
  }
}



/***************** Author Section Styling Start *********************/



.author-section{
  padding:80px 0px 100px;
}

.author-section .featured-author-cm .cm-section{
  display: block;
  box-sizing: border-box;
  list-style: none;
  padding-bottom: 0;
  float: left;
  width: 25%;
  padding-right: 53px;
  position: relative;
}

.author-section .featured-author-cm .cm-section:after{
  position: absolute;
  right: 32px;
  top: 0;
  content: '';
  background: #d8e7ed;
  width: 1px;
  bottom: 0;
}

.author-section .featured-author-cm .cm-section:last-child{
  padding-right:0;
}

.author-section .featured-author-cm .cm-section:last-child:after{
  display:none;
}

.author-section .featured-author-cm .cm-section .image-container{
  width:90px;
  height:90px;
  border-radius:50%;
}

.author-section .featured-author-cm .cm-section .info-cont h6{
  font-size:13px;
  line-height:13px;
  letter-spacing:0.33px;
  color: rgba(1, 58, 81, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:4px;
}

.author-section .featured-author-cm .cm-section .info-cont p{
  font-size:14px;
  line-height:normal;
  letter-spacing:normal;
  color: rgba(124, 134, 152, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.author-section .featured-author-cm .cm-section .cta-cont a.cta_button{
  font-size:14px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  position:relative;
}

.author-section .featured-author-cm .cm-section .cta-cont a.cta_button:after{
  position: absolute;
  right: -20px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15px;
  height: 9px;
}

.author-section .featured-author-cm .cm-section .cta-cont{
  margin-top:40px;
}

.author-section .latest-posts .home-post-item:first-child{
  display:block!important;
}

.author-info-cm .author-image-width .hs-author-avatar{
  height:90px;
  width:90px;
  border-radius:50%;
}

.author-info-cm .hs-author-label a{
  font-size:13px;
  line-height:13px;
  letter-spacing:0.33px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-transform:uppercase;
}

.author-info-cm a.more-link{
  font-size:14px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  position:relative;
}

.author-info-cm a.more-link:after{
  position: absolute;
  content: '';
  right: -30px;
  top: 3px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
  transition: 0.2s all ease-in-out;
}

.author-section .heading h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:22px;
}

.ias-trigger a {
  background: transparent;
  color: #16394f;
  padding: 12px 26px;
  border-radius: 5px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size:20px;
  bottom: 0px;
  max-width: 139px;
  margin: 0 auto;
  line-height: 26px;

}

.ias-trigger a:after{
  position: absolute;
  right: -4px;
  top: 19px;
  content: '';
  background: url(https://www.altusfinancial.com.au/hubfs/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 23px;
  height: 14px;
}



@media(max-width:1024px){

  .author-section .featured-author-cm .cm-section .span5{
    width:100%; 
  }

  .author-section .featured-author-cm .cm-section .span7{
    width:100%; 
    margin-left:0;
  }

  .author-section .featured-author-cm .cm-section .image-container{
    margin:0 auto 20px;
  }

  .author-section .featured-author-cm .cm-section .info-cont{
    text-align:center;
  }

  .author-section .featured-author-cm .cm-section .cta-cont a.cta_button{
    padding:0;
  }

  .author-section .featured-author-cm .cm-section .cta-cont{
    text-align:center;
  }

  .author-section .featured-author-cm .cm-section:after{
    right:12px;
  }

  .author-section .featured-author-cm .cm-section:last-child .info-cont{
    padding:0 30px;
  }

  .ias-trigger a{
    bottom:-490px;
  }

  body .row-fluid .author-section{
    padding: 60px 0px 100px;
  }

  .author-info-cm .author-image-width .hs-author-avatar{
    height: 55px;
    width: 55px;
  }

  .ias-trigger a{
    bottom:0!important;
  }
}



@media(max-width:767px){

  .author-section .featured-author-cm .cm-section{
    width:100%;
    margin-bottom:30px;
    padding-right:0;
  }

  .author-info-cm .author-image-width .hs-author-avatar{
    text-align:center;
    margin:0 auto;
  }

  .author-info-cm .span7{
    text-align:center;
    margin:20px 0;
  }

  .author-section .featured-author-cm .cm-section:after{
    display:none;
  }

  .author-section .featured-author-cm .cm-section .cta-cont {
    margin-top: 10px;
  }

  .ias-trigger a{
    bottom:-1090px;
  }
}






/*==================================================================
Job Application Lp Styling 
====================================================================*/





/****************** Job Application Section1 Styling *****************/





.job-application-lp .job-application-section1 h1{
  font-size:52px;
  line-height:61px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.job-application-lp .job-application-section1 h2{
  font-size:42px;
  line-height:51px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.job-application-lp .job-application-section1 h3{
  font-size:30px;
  line-height:46px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.job-application-lp .job-application-section1 h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.job-application-lp .job-application-section1 h5{
  font-size:18px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.job-application-lp .job-application-section1 h6{
  font-size:12px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.job-application-lp .job-application-section1 p{
  font-size:20px;
  line-height:34px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
}

.job-application-lp .job-application-section1 ul li{
  font-size:20px;
  line-height:34px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  position:relative;
  margin-left:30px;
}

.job-application-lp .job-application-section1 ul li:before{
  position: absolute;
  left: -21px;
  top: 14px;
  content: '';
  background: #16394f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.job-application-lp .job-application-section1 ul li span{
  font-size:20px;
  line-height:34px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
}

.job-application-lp .job-application-section1 ol li{
  font-size:20px;
  line-height:34px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
}


.job-application-section1{
  padding:183px 0 134px;
}

.job-application-section1 .heading-container h1{
  font-size:64px;
  line-height:92px;
  letter-spacing:0;
  color:#16394f;
  font-family: "LL Circular Medium Web";
  margin-bottom:8px;
}

.job-application-section1 .heading-container{
  position:relative;
  margin-bottom:60px;
}

.job-application-section1 .heading-container:after{
  position:absolute;
  right:0;
  left:0;
  content:'';
  background-image: linear-gradient(to right, rgba(190, 232, 252, 0.52), #ffffff);
  height:5px;
  width:auto;
  bottom:0;
}

/*.job-application-section1 .text-container p{
font-size:18px;
line-height:30px;
color:rgba(1, 58, 81, 0.9);
letter-spacing:0;
font-weight:normal;
margin-bottom:30px;
}*/

body .row-fluid .job-application-section1 .wrapper{
  max-width:765px;
}

.job-application-section1 .text-container h5{
  position:relative;
  margin-left:50px;
}

.job-application-section1 .text-container h5:before{
  position:absolute;
  left:-50px;
  top:6px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.job-application-section1 .cm-container .client-services-cm .text-container{
  margin-bottom:72px;
}

.job-application-section1 .cm-container span>.hs_cos_wrapper:last-child .client-services-cm .text-container{
  margin-bottom:0;
}



@media(max-width:1024px){

  .job-application-section1 .heading-container h1{
    font-size:47px;  
  }

  .job-application-section1 {
    padding: 160px 0 70px;
  }
}



@media(max-width:767px){

  .job-application-section1 .heading-container h1{
    font-size: 34px;
    line-height: 39px;
  }

  .job-application-section1 .heading-container:after{
    bottom:-15px;  
  }

  .job-application-section1 .cm-container .client-services-cm .text-container{
    margin-bottom: 45px;  
  }

  .job-application-section1 {
    padding: 160px 0 40px;
  }
}



/************************ Job Application Section2 Styling Start ***************************/



.job-application-section2{
  padding:140px 0 104px;
  background:#f5f9fb;
  position:relative;
}

.job-application-section2:before{
  position: absolute;
  left: 0;
  right: 0;
  top: -41px;
  content: '';
  background: #fff;
  width: 69px;
  height: 69px;
  margin: 0 auto;
  transform: rotate(45deg);
}

.job-application-section2 .heading h2{
  font-size:30px;
  line-height:34px;
  letter-spacing:-0.81px;
  color:#013a51;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.job-application-section2 .heading h2 span{
  font-weight:900;
  font-family: "LL Circular Black Web";
}

.job-application-section2 .heading{
  margin-bottom:75px;
}

body .row-fluid .job-application-section2 .form-container{
  max-width:340px;
  margin:0 auto;
  float:none;
}

body .row-fluid .job-application-section2 .form-container .hs-button{
  background:#7fd8ff;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  text-align:center;
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  padding: 13px 58px;
}

body .row-fluid .job-application-section2 .form-container form .actions{
  margin-top:20px;
}

input[type="button"]{
  top: -12px;
  position: relative;
}



@media(max-width:767px){

  .job-application-section2 {
    padding: 100px 0 70px;
  }

  .job-application-section2 .heading {
    margin-bottom: 45px;
  }

  .job-application-section2 .heading h2 {
    font-size: 26px;
  }

  body .row-fluid .job-application-section2 .form-container form .actions {
    margin-top: 0;
  }
}






/*======================================================================
Request A Consultation Page Styling Start 
=======================================================================*/




/******************** Request a Consultation Section Styling *****************/



.request-consultation-section .right-col{
  margin-left:0;
  width: 41.17094%;
  background-position:top!important;
  position: relative;
}

.request-consultation-section .right-col .bg-image{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display:block!important;
}

.request-consultation-section .right-col .bg-image>div{
   height:100%;
}

.request-consultation-section .right-col .bg-image img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}

.request-consultation-section .left-col{
  width: 59.264957%;
  padding:40px 46px 250px;
  height:auto;
}

.request-consultation-section .left-col .text-cont{
  float:right;
  text-align:right;
}

.request-consultation-section .left-col .form-heading h3{
  font-size:30px;
  line-height:34px;
  font-weight:normal;
  letter-spacing:-0.81px;
  font-family: "LL Circular Book Web";
}

.request-consultation-section .left-col .form-heading h3 span{
  font-family: "LL Circular Black Web";
  font-weight:900;
}

body .row-fluid .request-consultation-section .left-col .form-heading{
  max-width:595px;
  margin:96px auto 50px;
  float:none;
}

body .row-fluid .request-consultation-section .form-container{
  max-width:340px;
  margin:0 auto;
  float:none;
}

body .row-fluid .request-consultation-section .form-container form .hs-button{
  background:#7fd8ff;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  border:none;
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  padding: 13px 20px;
  cursor:pointer;
}

body .row-fluid .request-consultation-section .form-container form .actions{
  position:relative;
}

body .row-fluid .request-consultation-section .form-container form .actions:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-3%20%284%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:66px;
  height:62px;
}

.request-consultation-section .left-col .contact-info p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
}

.request-consultation-section .left-col .contact-info{
  text-align:center;
  margin-top:110px;
}

.request-consultation-section .left-col .contact-info p>a{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:#0894d2;
  font-weight:bold;
}

.request-consultation-section{
  position:relative;
}

.request-consultation-section .right-col{
  position:relative;
}

.request-consultation-section .right-col:before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(to bottom, #cce7f3, #48a0dd);
  width:14px;
}

.request-consultation-section .right-col .awards{
  position:absolute;
  bottom:50px;
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}




@media(max-width:1024px){

  .request-consultation-section .left-col .form-heading h3{
    font-size: 25px;
  }

  .request-consultation-section .left-col .contact-info {
    margin-top: 130px;
  }

  .request-consultation-section .right-col .awards{
    max-width:250px;
  }
}



@media(max-width:767px){

  .request-consultation-section .left-col {
    width: 100%;
    padding: 40px 35px;
    height:auto;
  }

  .request-consultation-section .left-col .logo-cont{
    text-align:center;
    margin-bottom:20px;
  }

  .request-consultation-section .left-col .text-cont{
    text-align:center;
    float:none;
  }

  body .row-fluid .request-consultation-section .left-col .form-heading {
    margin: 36px auto 50px;
    text-align:center;
  }

  body .row-fluid .request-consultation-section .form-container form .hs-button{
    width:auto!important;
    padding:13px 6px;
  }

  .request-consultation-section .left-col .contact-info {
    margin-top: 50px;
  }

  body .row-fluid .request-consultation-section .right-col{
    height:1000px;
    width:100%;
  }

  body .row-fluid .request-consultation-section .right-col:before{
    display:none;
  }
}





/*=====================================================================
Resource Page Styling Start 
=======================================================================*/





/******************* Resource Topic Section Styling ***********************/



.resource-topic-section{
  border-top: solid 1px #d8e7ed;
  border-bottom: solid 1px #d8e7ed;
  background-color: rgba(216, 231, 237, 0.25);
  margin-top:169px;
}

.resource-topic-section ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

.resource-topic-section{
  padding:6px 0;
}

.resource-topic-section ul li{
  display:inline-block;
  margin:0;
  font-size:14px;
  line-height:30px;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-right:33px;
  margin-top:0px;
  position:relative;
}

body .row-fluid .resource-topic-section ul li a{
  font-size:14px;
  line-height:30px;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.resource-topic-section ul li:first-child{
  margin-left:25px;
}

.resource-topic-section ul li:first-child:before{
  position: absolute;
  left: -27px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/play-button-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 18px;
  height: 18px;
}

.resource-topic-section .right-col a.cta_button{
  background:transparent;
  font-size:14px;
  line-height:30px;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
}

.resource-topic-section .right-col{
  float:right;
  text-align:right;
}

.body-container-wrapper .resource-topic-section .widget-type-cta {
  margin-top: 0px;
}



@media(max-width:1024px){

  .resource-topic-section ul li{
    margin-right: 14px;  
  }

  .resource-topic-section {
    margin-top: 110px;
  }

}


@media(max-width:767px){

  .resource-topic-section ul{
    text-align:center;
  }

  .resource-topic-section ul li {
    margin-right: 12px;
  }

  .resource-topic-section .right-col{
    text-align:center;
    float:none;
  }


}



/********************* Resource Home Section1 Styling *****************/



.resource-home-section1 .resource-cm .top-row{
  padding:42px 29px 50px;
  margin-bottom:20px;
  position:relative;
  height:367px;
}

body .row-fluid .resource-home-section1 .text-cont1{
  max-width:760px;
  margin:0 auto;
  float:none;
}

body .row-fluid .resource-home-section1 .text-cont2{
  max-width:760px;
  margin:0 auto;
  float:none;
}

.resource-home-section1{
  padding:27px 0 114px;
}

.resource-home-section1 .resource-cm .top-row .heading h3{
  font-size:28px;
  line-height:30px;
  letter-spacing:0;
  font-weight:900;
  font-family: "LL Circular Black Web";
  margin-bottom:15px;
}

.resource-home-section1 .resource-cm .top-row .heading h5{
  font-size:17px;
  line-height:24px;
  letter-spacing:-0.05px;
  font-weight:normal;
  margin-bottom:3px;
}

.resource-home-section1 .resource-cm .top-row .image-container{
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.resource-home-section1 .resource-cm .top-row .image-container img{
  height:auto;
}

body .row-fluid .resource-home-section1 .cm-container span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

body .row-fluid .resource-home-section1 .cm-container span>.hs_cos_wrapper{
  flex-basis: 29.5%;
  -webkit-flex-basis: 29.5%;
  margin-right: 4.5%;
  margin-bottom:83px;
}

.resource-cm .bottom-row .tag-container h6{
  font-size:12px;
  line-height:30px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:0;
}

.resource-cm .bottom-row .heading-container h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  font-family: "LL Circular Medium Web";
  font-weight:500;
  min-height: 54px;
}

.resource-cm .bottom-row h3.cta_button{
  position:relative;
  font-size:16px;
  line-height:20px;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  border-bottom:1px solid #16394f;
  padding-bottom:0px;
  margin-left:10px;
  display:inline-block;
  margin-bottom:0;
}

.resource-cm .bottom-row .cta-container span{
  float:left;
  margin-right:5px;
}

.resource-cm .bottom-row .cta-container span img{
  vertical-align:middle;
}

/*.resource-cm .bottom-row a.cta_button:before{
position:absolute;
left:-35px;
top:0;
content:'';
background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/pdf-1.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
width:24px;
height:26px;
}*/

.resource-cm .bottom-row h3.cta_button:after{
  position: absolute;
  right: -40px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-7%20%283%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 27px;
  height: 17px;
}

.email-subscribe-section form .hs-form-required{
  display:none;
}

.email-subscribe-section .right-col{
  position:relative;
}

.resource-home-section1 .email-subscribe-section{
  margin: 30px 0 80px;
}



@media(max-width:1024px){

  .resource-home-section1 .resource-cm .top-row .heading h3{
    font-size: 23px;
    line-height: 28px;  
  }

  .resource-home-section1 .resource-cm .top-row {
    padding: 32px 20px 10px;
    height: 367px;
  }

  .resource-home-section1 .resource-cm .top-row .image-container {
    bottom: 0;
  }

  .resource-cm .bottom-row a.cta_button{
    padding:0;
  }

  .email-subscribe-section .right-col {
    position: relative;
    left: 0;
  }

  .resource-home-section1 .email-subscribe-section {
    margin: 40px 0 60px;
  }

  body .row-fluid .resource-home-section1 .cm-container span>.hs_cos_wrapper{
    margin-bottom:40px;
  }

  .resource-home-section1 {
    padding: 27px 0 55px;
  }
}



@media(max-width:767px){

  .resource-home-section1{
    padding: 27px 0 25px;
  }

  .resource-cm .bottom-row .heading-container h4{
    min-height:0;
  }
}





/*==========================================================
Services Page Styling Start 
============================================================*/





/****************** Services Banner Section Styling Start *********************/




.services-banner-section{
  background-image: linear-gradient(118deg, #012e41, #025e83);
  padding: 194px 0 198px;
  position:relative;
  z-index:1;
}

.services-banner-section .wrapper-large{
  position:relative;
}

.services-banner-section .heading-container h1>span{
  font-family: "LL Circular Black Web";
  font-weight:900;
}

.services-banner-section .heading-container h1{
  max-width:964px;
}

.services-banner-section .heading-container p{
  font-family:'neuzeit-grotesk';
  font-size:20px;
  line-height:27px;
  letter-spacing:0;
  font-weight:normal;
  max-width:554px;
}

.services-banner-section:after{
  position: absolute;
  right: 0;
  bottom: auto;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/1.%202017%20Assets/Stroke%209.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1252px;
  top: 90px;
  height: 280px;
  z-index: -1;
}

.services-banner-section .cta-1{
  position: absolute;
  right: -20px;
  top: 39%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}

.services-banner-section .cta-2{
  position: absolute;
  right: 0px;
  top: 84%;
  margin: 0;
  transform: rotate(90deg);
  width: 32px;
  z-index: 1;
  text-align: center;
}

.services-banner-section .search-bar{
  position: absolute;
  right: 0px;
  top: 9%;
  margin: 0;
  transform: rotate(90deg);
  width: 42px;
  z-index: 1;
  text-align: center;
}

.services-banner-section .search-bar .hs-search-field__bar{
  position:relative;
}

.services-banner-section .search-bar .hs-search-field__bar:after{
  position:absolute;
  left:0;
  top:34px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-13%20%283%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:16px;
  height:17px;
  transform: rotate(251deg);
}

.services-banner-section .search-bar .hs-search-field__input{
  background:transparent;
  border:none;
}

.services-banner-section .cta-1 a.cta_button{
  background:transparent;
  font-size:13px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
  color:#fff;
  box-shadow: none;
  transition:0.2s all ease-in-out;
}

.services-banner-section .cta-1 a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.services-banner-section .cta-2 a.cta_button{
  background:transparent;
  font-size:13px;
  color:#fff;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
  box-shadow: none;
}

.services-banner-section .cta-2 a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}




@media(max-width:1024px){

  .services-banner-section .search-bar{
    right:3px;
  }

  .services-banner-section:after{
    right: -620px;
    bottom: -120px;  
  }

  .services-banner-section .cta-1{
    right:0;
  }

  .services-banner-section .cta-2{
    right:0;
    top:94%;
    width: 72px;
  }

  .services-banner-section .search-bar{
    display:none;
  }

  .services-banner-section:after{
    display:none;
  }

  .services-banner-section {
    padding: 194px 0 170px;
  }
}



@media(max-width:767px){

  .services-banner-section .cta-1{
    position:relative;
    right:0;
    top:0;
    transform:rotate(0);
  }

  .services-banner-section .cta-2{
    position:relative;
    right:0;
    top:0;
    transform:rotate(0);
  }
}






/******************* Services Section3 Styling Start ************************/




.services-section3{
  padding: 126px 0 102px;
  position:relative;
}

.services-section3 .heading-container h6{
  color:rgba(1, 58, 81, 0.9);
  margin-left:55px;
  position:relative;
  margin-bottom:28px;
}

.services-section3 .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

/*.services-section3 .heading-container{
margin-bottom:55px;
}*/

body.service-mar .row-fluid .resource-home-section1 .cm-container span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

/*.services-section3 .cm-container span>.hs_cos_wrapper{
background:#f7f7f7;
padding:42px 29px 10px; 
}*/

body .row-fluid .services-section3 .cm-container span>.hs_cos_wrapper:last-child{
  margin-right:0;
}

/*body .row-fluid .services-section3 .cm-container span>.hs_cos_wrapper{
flex-basis: 29.5%;
-webkit-flex-basis: 29.5%;
margin-right: 5.7%;
}*/

body .row-fluid .services-section3 .cm-container span{
  margin:0;
}

.business-resources-cm .heading h3{
  font-size:28px;
  line-height:30px;
  letter-spacing:0;
  color:#18394e;
  font-weight:normal;
  margin-bottom:20px;
}

.business-resources-cm .heading h3>span{
  font-weight:900;
  font-family: "LL Circular Black Web";
}

.business-resources-cm .description p{
  font-size:17px;
  line-height:24px;
  letter-spacing:-0.05px;
  font-weight:normal;
  font-family: Proxima Nova;
  margin-bottom:20px;
}

.business-resources-cm .cta-container a.cta_button{
  background:#cedeb4;
  font-size:14px;
  letter-spacing:0;
  color:#18394e;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  padding: 9px 15px;
  box-shadow: 0 7px 11px -4px rgba(0, 0, 0, 0.45);
}

.business-resources-cm .cta-container{
  margin-bottom:20px;
}




@media(max-width:1024px){

  .services-section3{
    padding: 75px 0 22px;  
  }

  .services-section3 .heading-container h6 {
    margin-bottom: 15px;
  }

  .services-section3 .heading-container {
    margin-bottom: 20px;
  }

  .business-resources-cm .heading h3{
    font-size: 23px;
    line-height: 30px; 
  }

  body .row-fluid .services-section3 .cm-container span>.hs_cos_wrapper{
    -webkit-flex-basis: 30.7%;
    margin-right: 3.7%;
    flex-basis: 30.7%;
    padding: 25px 20px 10px;
  }
}




@media(max-width:767px){

  body .row-fluid .services-section3 .cm-container span>.hs_cos_wrapper{
    margin-bottom:30px; 
  }
}






/*=========================================================
Service Inner Page Styling Start 
==========================================================*/




.service-inner-banner{
  padding:182px 0 296px;
  position:relative;
  z-index:1;
}

.service-inner-banner .heading-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:#7fd8ff;
  font-weight:normal;
}

.service-inner-banner .heading-container h1{
  color:#fff;
}

.service-inner-banner .wrapper-large{
  position:relative;
}

.service-inner-banner .cta-1{
  position: absolute;
  right: -20px;
  top: 95%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}


.search-image{
  position:absolute;
  right:0;
  top:29px;
  content:'';
  max-width:30px;
  cursor:pointer;
}


.service-inner-banner .cta-1 a.cta_button{
  background:transparent;
  font-size:13px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
  transition:0.2s all ease-in-out;
}

.service-inner-banner .cta-1 a.cta_button:hover{
  color:#7fd8ff;
  transition:0.2s all ease-in-out;
}

.service-inner-banner .cta-2 a.cta_button{
  background:transparent;
  font-size:13px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
}



@media(max-width:1024px){

  .service-inner-banner .search-bar{
    right:3px;
  }

  .service-inner-banner:after{
    right: -620px;
    bottom: -120px;  
  }

  .service-inner-banner{
    padding: 182px 0 255px;  
  }

  .service-inner-banner .cta-1{
    right:0;
  }
}



@media(max-width:767px){

  .service-inner-banner .cta-1 a.cta_button{
    display:block; 
  }

  .service-inner-banner .cta-1{
    position:relative;
    transform:rotate(0deg);
    right:0;
  }

  .service-inner-banner .search-bar{
    display:none;
  }

  .service-inner-banner {
    padding: 182px 0 185px;
  }

  .search-image{
    right:40px;
  }
}




/*************************** Service Resources Section Styling Start **********************/




.services-recent-posts .featured-image{
  height:166px;
  margin-bottom:15px;
}

.services-recent-posts .home-post-item-1,
.services-recent-posts .home-post-item-2,
.services-recent-posts .home-post-item-3{
  float: left;
  width: 30.2%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 51px 0;
  list-style: none;
  padding-bottom: 35px;
  margin-right: 57px;
  position:relative;
  border-bottom: 1px solid #d8e7ed;
}

.services-recent-posts .home-post-item-3{
  margin-right:0;
}

.services-resources-section{
  padding:166px 0 0;
}

.services-resources-section .heading-container h6{
  position:relative;
  color:rgba(1, 58, 81, 0.9);
  margin-left:55px;
}

.services-resources-section .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  width:41px;
  height:9px;
}

.services-resources-section .heading-container{
  margin-bottom:80px;
}

.services-recent-posts .topic-section a{
  font-size: 12px;
  line-height: 30px;
  color: rgba(124,134,152,0.9);
  font-weight: normal;
  font-family: "LL Circular Book Web";
  border-bottom: 1px solid;
}

.services-recent-posts .topic-section span {
  font-size: 12px;
  line-height: 30px;
  color: rgba(124,134,152,0.9);
  font-weight: normal;
}

.services-recent-posts .header-container h4{
  font-size:20px;
  line-height:26px;
  color:#16394f;
  font-weight:normal;
}

.services-recent-posts .header-container{
  margin-bottom:35px;
}

.services-recent-posts .description-container{
  margin-left:0;
}

.services-recent-posts .description-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
}

.services-recent-posts .description-container{
  margin-bottom:127px;
}

.services-recent-posts .hubspot-editable .hs-author-avatar {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.services-recent-posts .hubspot-editable .author-link {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .3px;
  color: rgba(1,58,81,0.9);
  font-weight: 500;
  font-family: "LL Circular Medium Web";
  text-transform: uppercase;
  text-decoration: underline;
}

.services-recent-posts .home-post-body-inner{
  margin-left:0;
}

.services-recent-posts .hubspot-editable{
  position:absolute;
  left:0;
  right:0;
  bottom:20px;
}



@media(max-width:1024px){

  .services-resources-section{
    padding: 80px 0 0;
  }

  .services-resources-section .heading-container {
    margin-bottom: 40px;
  }

  .services-recent-posts .home-post-item-1,
  .services-recent-posts .home-post-item-2{
    margin-right: 25px;
    margin-bottom:0;
  }

  .services-recent-posts .home-post-item-3{
    margin-bottom:0;
  }

  .services-recent-posts .hubspot-editable .span2{
    width: 23.364641%;
  }

  .services-recent-posts .header-container {
    margin-bottom: 0;
  }

  .services-recent-posts .header-container h4 {
    min-height: 110px;
  }

  .services-recent-posts .description-container {
    margin-bottom: 65px;
  }
}



@media(max-width:767px){

  .services-recent-posts .home-post-item-1,
  .services-recent-posts .home-post-item-2,
  .services-recent-posts .home-post-item-3{
    width:100%;
    margin-right:0;
    margin-bottom:30px;
  }

  .services-resources-section {
    padding: 60px 0 0;
  }

  .services-recent-posts .hubspot-editable .hs-author-avatar{
    float:left;
    margin-right:20px;
  }

  .services-recent-posts .hubspot-editable .span10{
    margin-top:11px;
    margin-left:20px;
  }

  .services-recent-posts .header-container h4 {
    min-height: 0;
  }
}



/******************** Services Section1 Styling Start *******************/



.services-section1 .left-col{
  padding:52px 47px;
}

.services-section1 .left-col h5{
  font-size:14px;
  line-height:13px;
  letter-spacing:1.65px;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-transform:uppercase;
}

.services-section1 .left-col ul li{
  margin-left:0;
  font-size:18px;
  line-height:40px;
  letter-spacing:1.16px;
  color:#73cbf2;
  font-weight:bold;
  font-family:'neuzeit-grotesk';
  text-transform:uppercase;
}

.services-section1 .left-col{
  text-align: right;
  background: #fff;
  width: 30.4%;
}

body .row-fluid .services-section1{
  position:relative;
  margin-top: -150px;
  margin-left:0px!important;
  z-index:3;
}

.services-section1 .right-col{
  padding: 52px 51px;
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 68.811966%;
}

.services-section1 .right-col h5,.multi-right h5{
  font-size:14px;
  line-height:13px;
  letter-spacing:1.65px;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-transform:uppercase;
  position:relative;
  margin-left:55px;
}

.services-section1 .right-col h5:before,.multi-right h5:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:''; 
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover; 
  background-position:center center;
  width:41px;
  height:9px;
}

.services-section1 .right-col ul li,.multi-right ul li{
  font-size: 17px;
  line-height: 33px;
  letter-spacing: 0;
  color: #16394f;
  font-weight: normal;
  font-family: 'neuzeit-grotesk';
  position: relative;
  margin-left: 22px;
  margin-bottom: 2px;
}

.services-section1 .right-col ul li:before,.multi-right ul li:before{
  position: absolute;
  left: -22px;
  top: 14px;
  content: '';
  background: #16394f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.services-section1 .right-col:after{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  left:0;
  content:'';
  background-image: linear-gradient(169deg, #def4fd, #ffffff);
  width:10000px;
  z-index:-1;
}


@media(max-width:1140px) and (min-width:1025px){

  .services-section1 .left-col ul li{
    font-size: 17px;
    line-height: 30px;
  }
}

@media(max-width:1024px){

  .services-section1 .right-col{
    padding: 42px 21px 10px;
    width: 52.811966%;
  }

  .services-section1 .left-col {
    width: 45.4%;
    padding: 42px 21px;
  }

  .services-section1 .left-col ul li {
    font-size: 16px;
    line-height: 30px;
  }
}



@media(max-width:767px){

  .services-section1 .left-col{
    width: 100%;
    padding: 42px 21px 10px;
    text-align: left;  
  }

  .services-section1 .right-col{
    padding: 42px 21px 20px;  
    width:100%;
  }

  .services-section1 .right-col:after{
    right: 0px;
    width:auto;
    left:0;
  }

  .services-section1 .right-col ul li:before,.multi-right ul li:before {
    top: 9px;
  }

}




/********************* Services Section2 Styling Start *********************/



.services-section2{
  padding:160px 0 140px;
  position:relative;
  z-index:1;
}

.services-section2 .left-col .heading-container h6{
  position:relative;
  color:rgba(1, 58, 81, 0.9);
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  margin-left:55px;
}

.services-section2 .left-col .heading-container h6:before{
  position:absolute; 
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.services-section2 .left-col .heading-container h2{
  margin-bottom:25px;
}

.services-section2 .left-col .heading-container p{
  font-size:18px;
  line-height:30px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  margin-bottom: 30px;
}

.services-section2 .left-col{
  width: 55.564957%;
  padding-right:130px;
  position:relative;
}

.services-section2 .right-col{
  width: 41.7%;
}

.services-section2 .right-col .image-container{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

.services-section2 .left-col .cta-heading h5{
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:0;
}

.services-section2 .left-col .cta-heading{
  margin-top:55px;
}

body .row-fluid .services-section2 .left-col .cta-container a.cta_button{
  background:transparent;
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  color:#16394f;
  padding:0;
  position:relative;
}

body .row-fluid .services-section2 .left-col .cta-container a.cta_button:after{
  position: absolute;
  right: -37px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 29px;
  height: 17px;
}

span.alphaC{
  position: absolute;
  left: 0px;
  top: -70px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}



@media(max-width:1140px) and (min-width:1025px){

  .services-section2 .left-col {
    width: 53.564957%;
    padding-right: 130px;
  }
}



@media(max-width:1024px){

  .services-section2{
    padding: 80px 0 100px;   
  }

  .services-section2 .left-col{
    width: 52.564957%;
    padding-right: 30px;
  }

  .services-section2 .right-col {
    width: 43.7%;
  }

  .services-section1 .right-col ul li,.multi-right ul li{
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .services-section2 .left-col .cta-heading {
    margin-top: 0;
  }

  span.alphaC{
    left: 0px;
    top: 0px;
    font-size:580px;
  }




}


@media(max-width:767px){

  .services-section2{
    padding: 40px 0 70px; 
  }

  .services-section2 .left-col {
    width: 100%;
    padding-right: 0;
    margin-bottom:30px;
  }

  body .row-fluid .services-section2 .left-col .cta-container a.cta_button{
    width:auto;
  }

  .services-section2 .right-col{
    width:100%;
  }

  body .row-fluid .services-section2 .right-col .image-container img{
    width:100%!important;
  }

  span.alphaC{
    display:none;
  }
}





/******************** Services Inner Section3 Styling Start *********************/



.services-inner-section3{
  padding:0 0 50px;
  position:relative;
  z-index:1;
}

span.alphaA{
  position: absolute;
  right: 270px;
  top: 680px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}

.services-inner-section3 .subheading h6{
  position:relative;
  color:rgba(1, 58, 81, 0.9);
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  margin-left:55px;
}

.service-icon span.alphaA{
  display:none;
}

.services-inner-section3 .subheading h6:before{
  position:absolute; 
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:centr center;
  width:41px;
  height:9px;
}

.services-inner-section3 .subheading{
  margin-bottom:25px;
}

.services-type-cm .top-row .right-col h3{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  max-width:276px;
}

.services-type-cm .top-row .left-col{
  width:20.076923%;
}

.services-type-cm .top-row .right-col{
  width: 77.358974%;
}

.services-type-cm .bottom-row .description-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.services-type-cm .bottom-row .description-container{
  margin-top:20px;
}

body .row-fluid .services-inner-section3 .cm-container span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

body .row-fluid .services-inner-section3 .cm-container span>.hs_cos_wrapper{
  border-bottom:1px solid #d8e7ed;
  flex-basis: 29.5%;
  -webkit-flex-basis: 29.5%;
  margin-right: 5.7%;
  margin-bottom: 35px;
  padding-bottom: 22px;
}



@media(max-width:1024px){

  .services-inner-section3 .subheading{
    margin-bottom:5px;
  }

  .services-type-cm .top-row .left-col {
    width: 19.076923%;
  }

  .services-type-cm .top-row .right-col h3 {
    font-size: 19px;
    line-height: 23px;
  }

  body .row-fluid .services-inner-section3 .cm-container span>.hs_cos_wrapper{
    margin-bottom: 15px; 
  }

  span.alphaA{
    right: 40px;
    top: 970px;
    font-size:580px;
  }
}



@media(max-width:767px){

  body .row-fluid .services-inner-section3 .cm-container span>.hs_cos_wrapper:last-child{
    margin-bottom:0;
  }

  .services-type-cm .top-row .left-col{
    width: 12.076923%;
    float: left;
    margin-right:20px;
  }

  .services-type-cm .top-row .right-col {
    width: 91.358974%;
    margin-top: 9px;
  }

  .services-inner-section3 {
    padding: 0 0 20px;
  }

  span.alphaA{
    display:none;
  }
}



/*************************** Services Inner Section4 Styling *************************/




.services-inner-section4{
  padding:100px 0 205px;
}

.services-inner-section4 .heading-container{
  margin-bottom:67px;
}

a:focus{
  outline:none;
}

.testimonial-slider .slick-slide{
  display:none;
}

.testimonial-slider .slick-slide:focus{
  outline:0;
}

.testimonial-slider .slick-initialized .slick-slide{
  display:block;
}


.testimonial-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #ffffff;
}

.testimonial-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.testimonial-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.testimonial-slider .slick-dots {
  text-align: center;
}

.testimonial-slider .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.testimonial-slider{
  position:relative;
  z-index:1;
}

.testimonial-slider .slick-next:after{
  position: absolute;
  width: 23px;
  height: 14px;
  bottom: -58px;
  content: '';
  z-index: 1;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  right: 45%;
}

.testimonial-slider .slick-prev:after{
  position: absolute;
  width: 23px;
  height: 14px;
  bottom: -58px;
  left: 45%;
  content: '';
  z-index: 1;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.testimonial-slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.services-inner-section4 .testimonial-slider{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  padding:0px 50px 0;
  position:relative;
}

.services-inner-section4 .services-inner-slider-cm:before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(181deg, #cce7f3, #48a0dd);
  width:15px;
  z-index:3;
}

.services-inner-slider-cm .info-cont h3{
  font-size:23px;
  line-height:26px;
  color:#16394f;
  font-weight:normal;
}

.services-inner-slider-cm .left-col{
  padding-top:62px;
  padding-bottom:238px;
}

.services-inner-slider-cm .info-cont h5{
  font-size:14px;
  color: rgba(124, 134, 152, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.services-inner-slider-cm .info-cont{
  margin-bottom:55px;
}

.services-inner-slider-cm .description p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  font-weight:normal;
  color:rgba(1, 58, 81, 0.9);
}

.services-inner-slider-cm .description{
  margin-bottom:55px;
  max-width:345px;
}

.services-inner-slider-cm .cta-container h5{
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:5px;
}

.services-inner-slider-cm .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  position:relative;
}

.services-inner-slider-cm .cta-container a.cta_button:after{
  position: absolute;
  right: -39px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 29px;
  height: 17px;
}

.services-inner-slider-cm{
  position:relative;
}

.services-inner-slider-cm .testimonial-slider{
  position:relative;
} 

.services-inner-slider-cm .testimonial-slider:after{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  content:'';
  background:#16394f;
  width:2px;
}

.services-inner-slider-cm .testimonial-slider:before{
  position: absolute;
  left: 48%;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-5%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 59px;
  height: 59px;
  top: 314px;
  z-index: 1;
}

.services-inner-slider-cm .right-col{
  position: absolute;
  top: 0;
  margin-left:106px;
  bottom: 0;
}




@media(max-width:1024px){

  .services-inner-section4{
    padding: 30px 0 155px;  
  }

  .services-inner-section4 .testimonial-slider{
    padding: 0px 0px 0 40px;
  }

  .services-inner-slider-cm .right-col{
    margin-left: 160px;  
  }

  .services-inner-slider-cm .description {
    max-width: 245px;
  }

  .services-inner-slider-cm .cta-container a.cta_button{
    padding:0;
  }

  .services-inner-slider-cm .left-col {
    padding-bottom: 168px;
  }

  .services-inner-slider-cm .testimonial-slider:after {
    left: 65.5%;
  }

  .services-inner-slider-cm .testimonial-slider:before {
    left: 61.4%;
    top: 335px;
  }

  .services-inner-section4 .heading-container {
    margin-bottom: 45px;
  }
}



@media(max-width:767px){

  .services-inner-slider-cm .right-col{
    position: relative;
    width:100%;
    margin-left:0;
  }

  .services-inner-slider-cm .right-col .image-container img{
    height:auto; 
  } 

  .services-inner-section4 .services-inner-slider-cm:before{
    display:none;
  }

  .services-inner-slider-cm .testimonial-slider:after{
    display:none;
  }

  .services-inner-slider-cm .testimonial-slider:before{
    display:none;
  }

  .services-inner-slider-cm .left-col {
    padding-bottom: 50px;
    padding-top:30px;
  }

  .services-inner-slider-cm .description{
    max-width:100%;
  }

  .services-inner-section4 .testimonial-slider{
    padding:0 20px 0;
  }

  .testimonial-slider .slick-next:after{
    right: 38%;  
  }

  .testimonial-slider .slick-prev:after {
    left: 41%;
  }
}





/****************** Blog Category Filtered Styling Start *****************/

body .container-fluid .row-fluid .blog-section .post-item:nth-child(1){
  display:none; 
}

body.category-page .container-fluid .row-fluid .blog-section .post-item:nth-child(3) {
  margin-right: 0px!important;
}

body.category-page .container-fluid .row-fluid .blog-section .post-item:nth-child(1){
  display:block;
}
body .row-fluid .category-section{
  display:none!important;
}

.hs-blog-post .blog-content-section ul li{
  position:relative;
  margin-left:20px;
}

.hs-blog-post .blog-content-section ul li:after{
  position: absolute;
  left: -19px;
  top: 15px;
  content: '';
  background: #16394f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.hs-blog-post .blog-content-section ol li{
  margin-left:20px;
}

body.category-page .category-section{
  display:block!important;
}

.category-section h3{
  font-size:36px;
  line-height:43px;
  color:#03c98b;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-top:60px;
}

.category-section p{
  font-size:22px;
  line-height:25px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

/*.category-section{
border-top:10px solid #03c98b;
}*/

body.category-page .single-post-section{
  padding:50px 0 62px;
  display:none;
}

body.category-page .latest-post-section{
  display:none;
}

body.category-page .blog-section .post-item:nth-child(1),
body.category-page .blog-section .post-item:nth-child(2){
  width: 30.2%;
}

body.category-page .blog-section .post-item:nth-child(1) .hs-featured-image-wrapper .hs-featured-image-link,
body.category-page .blog-section .post-item:nth-child(2) .hs-featured-image-wrapper .hs-featured-image-link{
  height:166px;
}

body.category-page .blog-section .post-item:nth-child(1) .post-header h4,
body.category-page .blog-section .post-item:nth-child(2) .post-header h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}

body.category-page .blog-section .post-item:nth-child(1) .description-cont,
body.category-page .blog-section .post-item:nth-child(2) .description-cont {
  min-height: 167px;
}

body.category-page .blog-section .post-item:nth-child(1) .hubspot-editable .author-image-width,
body.category-page .blog-section .post-item:nth-child(2) .hubspot-editable .author-image-width {
  width: auto;
}

body.category-page .blog-section .post-item:nth-child(3){
  margin-right:0px;
}

body.category-page .blog-section .post-item:nth-child(8){
  margin-right:2.5%;
}

body.category-page .blog-section .post-item:nth-child(1){
  margin-right:2.5%!important;
}

body.category-page .blog-section .post-item:nth-child(6){
  margin-right:2.5%;
}


body.category-page .blog-section .post-item:nth-child(12),
body.category-page .blog-section .post-item:nth-child(13){
  width:30.2%;
}

body.category-page .blog-section .post-item:nth-child(12) .post-header h4,
body.category-page .blog-section .post-item:nth-child(13) .post-header h4{
  font-size:20px;
}

body.category-page .blog-section .post-item:nth-child(12) .hubspot-editable .author-image-width,
body.category-page .blog-section .post-item:nth-child(13) .hubspot-editable .author-image-width {
  width: 14.529914530000001%;
}

body.category-page .blog-section .post-item:nth-child(12) .description-cont,
body.category-page .blog-section .post-item:nth-child(13) .description-cont {
  min-height: 167px;
}

body.category-page .blog-section .post-item:nth-child(12) .hs-featured-image-wrapper .hs-featured-image-link,
body.category-page .blog-section .post-item:nth-child(13) .hs-featured-image-wrapper .hs-featured-image-link{
  height:166px;
}

body.category-page .blog-section .post-item:nth-child(9){
  margin-right:2.5%!important;
}

body.category-page .email-list-section{
  display:none;
}

body.category-page .blog-section .post-item:nth-child(10){
  width:30.2%;
}

body.category-page .blog-section .post-item:nth-child(11){
  margin-right:0;
}

body.category-page .author-section{
  display:none;
}

body.category-page .row-fluid .blog-section .post-item:nth-child(18){
  margin-right:2.5%;
}

body.category-page .blog-section .post-item:nth-child(14),
body.category-page .blog-section .post-item:nth-child(15){
  width: 30.2%;
}

body.category-page .blog-section .post-item:nth-child(15){
  margin-right:2.5%;
}

body.category-page .blog-section .post-item:nth-child(14) .hs-featured-image-wrapper .hs-featured-image-link,
body.category-page .blog-section .post-item:nth-child(15) .hs-featured-image-wrapper .hs-featured-image-link{
  height:166px!important;
}

body.category-page .blog-section .post-item:nth-child(14) .post-header h4,
body.category-page .blog-section .post-item:nth-child(15) .post-header h4{
  font-size:20px;
  line-height:26px;
}

body.category-page .blog-section .post-item:nth-child(14) .description-cont,
body.category-page .blog-section .post-item:nth-child(15) .description-cont{
  min-height:167px;
}

body.category-page .blog-section .post-item:nth-child(14) .hubspot-editable .author-image-width,
body.category-page .blog-section .post-item:nth-child(15) .hubspot-editable .author-image-width {
  width: auto;
}

.hs-blog-listing .blog-content-section .grab-copy2{
  display:none;
}

.hs-blog-post .blog-content-section .grab-copy2{
  display:none;
}

body.category-page .blog-content-section .grab-copy2{
  display:block;
}


/*.category-page .blog-section .post-item:nth-child(16){
margin-right:57px;
}*/

/*body .row-fluid .blog-section .post-item:nth-child(17){
margin-right:0;
}*/

/* body .row-fluid .blog-section .post-item:nth-child(18){
  margin-right:0px;
}
 */
/*body .row-fluid .blog-section .post-item:nth-child(19){
margin-right:0;
}*/

/*body.category-page .blog-section .post-item:nth-child(14){
margin-right:57px;
}*/

/*body.category-page .blog-section .post-item:nth-child(15){
margin-right:57px;
}*/

/*body.category-page .row-fluid .blog-section .post-item:nth-child(18){
margin-right:57px;
}*/

/*body.category-page .blog-section .post-item:nth-child(3n+1){
margin-right:0;
}*/


body.category-page .blog-content-section {
  padding: 60px 0 122px;
}

body.category-page .blog-section .post-item{
  margin-right:2.5%;
}

body.hs-single-author .blog-content-section{
  padding: 60px 0 122px;
}

body.hs-single-author .ias-trigger a{
  bottom:60px;
}


body.category-page .ias-trigger a{
  bottom:60px;
}



@media(max-width:1260px) and (min-width:1025px){

  body.category-page .row-fluid .blog-section .post-item:nth-child(9),
  body.category-page .row-fluid .blog-section .post-item:nth-child(10) {
    width: 30.2%;
    margin-right:2.5%;
  }

  body.category-page .row-fluid .blog-section .post-item{
    width:30.2%;
  }
}


@media(max-width:1024px){



  body.category-page .ias-trigger a{
    bottom:60px!important;
  }


  .blog-section .post-item:nth-child(6){
    margin-right:32px;
  }

  body.category-page .row-fluid .blog-section .post-item:nth-child(14){
    margin-right:2.5%!important;
  }

  body.category-page .blog-section .post-item:nth-child(14),
  body.category-page .blog-section .post-item:nth-child(15) {
    width: 30.2%;
  }


}




@media(max-width:767px){

  body.category-page .blog-section .post-item:nth-child(1),
  body.category-page .blog-section .post-item:nth-child(2){
    width:100%;
    margin-right:0;
  }

  body.category-page .blog-section .post-item:nth-child(1){
    margin-right: 0px!important;
  }

  .category-page .blog-section .post-item:nth-child(16){
    margin-right:0px;
  }

  body.category-page .row-fluid .blog-section .post-item:nth-child(18){
    margin-right:0!important;
  }  

  body.category-page .blog-section .post-item:nth-child(9){
    margin-right:0!important;
  }

  body.category-page .blog-section .post-item:nth-child(1) .description-cont,
  body.category-page .blog-section .post-item:nth-child(2) .description-cont {
    min-height: 0;
  }

  .category-section h3{
    font-size: 31px;
    margin-top:30px;   
  }

  body.category-page .blog-content-section {
    padding: 40px 0 92px;
  }

  body.category-page .blog-section .post-item:nth-child(3n+3){
    margin-right:0;
  }

  body.category-page .blog-section .post-item:nth-child(1) .post-header h4,
  body.category-page .blog-section .post-item:nth-child(2) .post-header h4{
    font-size:19px; 
    line-height:26px;
  }

  body.category-page .blog-section .post-item:nth-child(1) .hubspot-editable .author-image-width,
  body.category-page .blog-section .post-item:nth-child(2) .hubspot-editable .author-image-width {
    width: 16%;
  }

  body.category-page .blog-section .post-item:nth-child(6) {
    margin-right: 0;
  }

  body.category-page .blog-section .post-item:nth-child(8),
  body.category-page .blog-section .post-item:nth-child(9){
    margin-right:0;
    width:100%;
  }

  body.category-page .blog-section .post-item:nth-child(3){
    margin-right:0!important;
  }

  body.category-page .blog-section .post-item:nth-child(1) .hs-featured-image-wrapper .hs-featured-image-link,
  body.category-page .blog-section .post-item:nth-child(2) .hs-featured-image-wrapper .hs-featured-image-link {
    height: 166px;
  }

  body.category-page .blog-section .post-item:nth-child(8) .description-cont,
  body.category-page .blog-section .post-item:nth-child(9) .description-cont {
    min-height: 0;
  }

  body.category-page .blog-section .post-item:nth-child(8) .hubspot-editable .author-image-width,
  body.category-page .blog-section .post-item:nth-child(9) .hubspot-editable .author-image-width{
    width:16%;  
  }

  body.category-page .blog-section .post-item:nth-child(10){
    width:100%;
    margin-right:0!important;
  }

  body.category-page .blog-section .post-item:nth-child(14) {
    margin-right: 0;
    width: 100%;
  }

  body.category-page .blog-section .post-item:nth-child(3n-1){
    margin-right:0;
  }

  body.category-page .blog-section .post-item:nth-child(14) .post-header h4,
  body.category-page .blog-section .post-item:nth-child(15) .post-header h4 {
    font-size: 19px;
    line-height: 26px;
  }

  body.category-page .blog-section .post-item:nth-child(14) .hubspot-editable .author-image-width,
  body.category-page .blog-section .post-item:nth-child(15) .hubspot-editable .author-image-width {
    width: 16%;
  }

  body.category-page .blog-section .post-item:nth-child(14),
  body.category-page .blog-section .post-item:nth-child(15){
    width:100%;
    margin-right:0;
  }

  body.category-page .blog-section .post-item:nth-child(14) .hs-featured-image-wrapper .hs-featured-image-link,
  body.category-page .blog-section .post-item:nth-child(15) .hs-featured-image-wrapper .hs-featured-image-link{
    height:166px;  
  }

  body.category-page .blog-section .post-item:nth-child(14) .description-cont,
  body.category-page .blog-section .post-item:nth-child(15) .description-cont {
    min-height: 0;
  }

  body.category-page .container-fluid .row-fluid .blog-section .post-item:nth-child(3){
    margin-right:0!important;
  }


}

/*====================================================================
Blog Post Page Styling Start 
======================================================================*/


.hs-blog-post .blog-content-section{
  position:relative;
}

.hs-blog-post .blog-content-section .wrapper-large{
  position:relative;
}

.hs-blog-listing .featured-insights-section{
  display:none;
}

.hs-blog-post .featured-insights-section{
  position:absolute;
  left:0;
  top:32%;
  max-width:144px;
  width:100%;
}

.featured-insights-section .subheading h6{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  text-decoration:underline;
  margin-bottom:5px;
}

.featured-insights-section .heading h3{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
}

.featured-insights-section .img-cont{
  margin-bottom:10px;
}

.featured-insights-section .heading h3>span{
  font-weight:900;
  font-family: "LL Circular Black Web";
}

.hs-blog-post .topics-section{
  display:none;
}

.hs-blog-post .category-section{
  display:none;
}

.hs-blog-post .single-post-section{
  display:none;
}

.hs-blog-listing .top-single-post{
  display:none;
}

.hs-blog-post .latest-post-section{
  display:none;
}

body .row-fluid .blog-post-single .bg-width-height{
  width: 53%;
}

.hs-blog-post .blog-post-single .sharing-icon{
  list-style-type:none;
}

.hs-blog-post .blog-post-single .sharing-icon li:after{
  display:none;
}

.hs-blog-post .blog-post-single .sharing-icon li{
  margin-left:0;
}

body .row-fluid .blog-post-single .post-header h2{
  font-size:52px;
  line-height:61px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

body .row-fluid .blog-post-single .spacing-btw-module {
  width: 44.9%;
  margin-left: 25px;
}

body .row-fluid .blog-post-single .image-container{
  height: 470px;
}

body .row-fluid .blog-post-single .hubspot-editable .hs-author-avatar{
  width:70px;
  height:70px;
}

.blog-post-single .hubspot-editable .right-column h5{
  font-size:14px;
  color: rgba(124, 134, 152, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:10px;
}

.blog-post-single .hubspot-editable .right-column p{
  font-size:14px;
  color:#16394f;
  font-weight:normal;
  line-height:normal;
  margin-bottom:2px;
}

.blog-post-single .hubspot-editable .left-column{
  margin-right:10px;
}

.blog-post-single .left-col a.topic-link{
  font-size:14px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  text-decoration:underline;
  border-bottom:none;
}

.blog-post-single .left-col .topic-section{
  margin-top:25px;
  margin-left:0;
}

.blog-post-single .left-col .topic-section span{
  font-size:14px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
}

.hs-blog-post .cta-module{
  display:none;
}

.hs-blog-post .grab-copy{
  display:none;
}

.blog-post-single .post-sharing-icons ul{
  list-style-type:none;
  margin:0;
}

body .row-fluid .blog-post-single .post-sharing-icons ul li{
  display:inline-block;
  font-size:14px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  margin-right:10px;
}

.blog-post-single .post-sharing-icons ul li i{
  color:rgba(124, 134, 152, 0.9);
}

.blog-post-single .post-sharing-icons{
  margin-top:20px;
  border-top:1px solid #d8e7ed;
  max-width:303px;
  padding-top:10px;
}

body .row-fluid .blog-post-single .post-header{
  margin-top:15px;
  margin-bottom:7px;
}

.hs-blog-post .blog-section p{
  font-size:20px;
  line-height:34px;
  letter-spacing:0;
  font-weight:normal;
  color:#16394f;
  margin-bottom: 30px
}

.hs-blog-post .blog-section p em{
  font-style:normal;
}

.hs-blog-post .blog-section .recent-single-posts{
  margin-bottom: 136px;
}

.hs-blog-post .blog-section ul li{
  font-size:20px;
  line-height:34px;
  letter-spacing:0;
  font-weight:normal;
  color:#16394f;
}

.hs-blog-post .blog-section h2{
  font-size:30px;
  line-height:46px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:20px;
}

/*.hs-blog-post .blog-section{
max-width:660px;
margin:0 auto;
float:none;
}*/

.hs-blog-post .description-container{
  max-width:660px;
  margin:0 auto;
  float:none;
  display:block;
  clear:both;
}

.hs-blog-post .author-section{
  display:none;
}

.hs-blog-post .email-list-section{
  display:none;
}

.hs-blog-post .email-subscribe-section .text-container{
  padding:47px 90px 30px;
  background:rgba(127, 216, 255, 0.08);
}

.hs-blog-post .email-subscribe-section{
  background:transparent;
}

.hs-blog-post .email-subscribe-section:before{  
  display:none;
}

.hs-blog-post .email-subscribe-section:after{
  display:none;
}

.hs-blog-post .email-subscribe-section{
  margin:0!important;
  padding:26px 0px 55px;
}

.hs-blog-post .blog-content-section{
  padding:60px 0 105px;

}

body.blog-mega-menu.hs-blog-post .blog-content-section{
  padding:190px 0 105px;
}


@media(max-width:1330px) and (min-width:1025px){

  .hs-blog-post .featured-insights-section{
    left:20px;
  }  
}

@media(max-width:1024px){

  body .row-fluid .blog-post-single .post-header h2{
    font-size: 35px;
    line-height: 40px; 
  }

  .hs-blog-post .featured-insights-section{
    display:none;
  }

  body .row-fluid .blog-post-single .hubspot-editable .left-column{
    width: 7%;
    margin-right: 22px;
  }

  body .row-fluid .blog-post-single .hubspot-editable .hs-author-avatar {
    width: 50px;
    height: 50px;
  }

  body .row-fluid .blog-post-single .image-container {
    height: 400px;
  }

  .hs-blog-post .blog-content-section{
    padding: 60px 0 45px; 

  }

  body.blog-mega-menu.hs-blog-post .blog-content-section{
    padding: 190px 0 45px;
  }
}


@media(max-width:767px){

  body .row-fluid .blog-post-single .image-container{
    height: 280px; 
  }

  body .row-fluid .blog-post-single .spacing-btw-module {
    width: 100%;
    margin-left: 0;
  }

  body .row-fluid .blog-post-single .post-header h2 {
    font-size: 30px;
    line-height: 40px;
  }

  body .row-fluid .blog-post-single .post-header {
    margin-top: 0;
    margin-bottom: 35px;
  }

  body .row-fluid .blog-post-single .spacing-btw-module{
    margin-top:0;
  }

  body .row-fluid .blog-post-single .hubspot-editable .left-column {
    width: 7%;
    margin-right: 42px;
  }

  .hs-blog-post .blog-content-section{
    padding: 40px 0 45px;  

  }

  body.blog-mega-menu.hs-blog-post .blog-content-section{
    padding: 142px 0 45px;
  }

  .hs-blog-post .blog-section p{
    font-size: 18px;
    line-height: 30px;  
  }

  .hs-blog-post .blog-section h2{
    font-size: 27px;
    line-height: 38px;
  }

  .hs-blog-post .email-subscribe-section .text-container{
    padding: 47px 25px 8px;
  }
  
  .hs-blog-post .blog-section .recent-single-posts{
     margin-bottom:40px;
  }
}

/******************* Related Post Section Styling Start *******************/



.related-post-section{
  padding:20px 0;
}

.related-post-section .heading h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.related-post-section .related-posts a.topic-link{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  border-bottom:1px solid;
}

.related-post-section .related-posts .home-post-item{
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 0;
  float: left;
  width: 25%;
  padding-right: 53px;
  position:relative;
}

.related-post-section .related-posts .home-post-item:after{
  position:absolute;
  right:40px; 
  top:0;
  content:''; 
  background:#d8e7ed; 
  width:1px;
  bottom:0;
}

.related-post-section .related-posts{
  margin: 0 0px 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top:1px solid #d8e7ed;
  border-bottom:1px solid #d8e7ed;
  padding-top:30px;
}

.related-post-section .related-posts .post-body-inner a>h5{
  font-size:18px;
  line-height:21px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.related-post-section .related-posts .home-post-item:last-child:after{
  display:none;
}

.related-post-section .related-posts .topic-section span{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
}

.hs-blog-listing .email-post-section{
  display:none;
}




@media(max-width:767px){

  .related-post-section .related-posts .home-post-item{
    width:100%;
    padding-right:0;
    margin-bottom:0;
  }

  .related-post-section .related-posts .home-post-item:after{
    display:none;
  }
}






/*================================================================
Case Study Page Styling Start 
================================================================*/




/**************** Case Study Testimonial Section Styling ***********/



.case-study-testimonial{
  padding:150px 0;
  background-image: linear-gradient(290deg, #bee8fc, #ffffff);
  position:relative;
  z-index:1;
}

.case-study-testimonial .subheading h6{
  color:rgba(1, 58, 81, 0.9);
  position:relative;
  margin-left:55px;
  display:inline-block;
}

.case-study-testimonial .subheading{
  margin-bottom:50px;
}

.case-study-testimonial .subheading h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
  content:'';
}

.case-study-testimonial .description p{
  font-size:18px;
  line-height:29px;
  letter-spacing:0;
  font-weight:normal;
  color:#16394f;
}

.case-study-testimonial .description p span{
  color:#B1C1CA;
}

body .row-fluid .case-study-testimonial .description{
  margin-bottom:40px;
}

body .row-fluid .case-study-testimonial .wrapper{
  max-width:925px;
}

.case-study-testimonial .info-cont h5{
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.case-study-testimonial .cta .read-more,
.case-study-testimonial .cta .read-less{
  background:transparent;
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  padding:0;
  position:relative;
  cursor:pointer;
  font-family:'neuzeit-grotesk';
  display:inline-block;
}

.case-study-testimonial .cta .read-more:after{
  position: absolute;
  bottom: -41px;
  right: 29px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/iconArrow%20%281%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15px;
  height: 26px;
}

.case-study-testimonial .cta .read-less{
  display:inline-block;
  width:100%;
  max-width:77px;
}

.case-study-testimonial .cta .read-less:before{
  position:absolute;
  top:-37px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/iconArrow%20up.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:15px;
  height:26px;
  right:33px;
}

.case-study-testimonial .cta{
  margin-top:65px;
}

.case-study-testimonial .cta.read .read-less{
  display:block;
  margin-top: 30px;
}

.case-study-testimonial .cta .read-less{
  display:none;
}

.case-study-testimonial .cta.read .read-more{
  display:none;
}

.case-study-testimonial .description .hide-content{
  display:none;
}

span.alphaK{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 800px;
  letter-spacing: 0;
  color: #f6fcff;
  font-weight: 900;
  font-family: "LL Circular Black Web";
  z-index: -1;
  transition:transform 0.7s ease;
}



@media(max-width:767px){

  span.alphaK{
    display:none;
  }

  .case-study-testimonial{
    padding: 60px 0;     
  }

  .case-study-testimonial .subheading{
    margin-bottom: 20px;
  }
}





/*********************** Case Study Section1 Styling Start ******************/

.case-study-banner{
  padding: 182px 0 283px;
}

.case-study-blog-section .post-item{
  float: left;
  width: 30.2%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 51px 0;
  list-style: none;
  padding-bottom: 15px;
  margin-right: 37px;
  border: 1px solid #d8e7ed;
  padding:34px 28px 28px;
  background:#fff;
}

.case-study-blog-section .post-listing {
  margin: 0 0px 0 0;
  padding: 0;
  // overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-study-section1{
  padding:40px 0 20px;
  position:relative;
  z-index:5;
}


.case-study-blog-section .post-item .hs-featured-image-wrapper .hs-featured-image-link{
  height:260px;
  display:none;
}

.case-study-blog-section .post-item:first-child .hs-featured-image-wrapper .hs-featured-image-link{
  display:block;
  margin-bottom:30px;
}

.case-study-blog-section .post-item:first-child{
  width:63.4%;
  padding:17px 18px 28px;
  margin-top:-189px;
}

.case-study-blog-section .post-item .topic-section{
  margin:0;
}

.case-study-blog-section .post-item .topic-section p{
  font-size:12px;
  line-height:30px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.case-study-blog-section .post-item .topic-section p>a{
  color:rgba(124, 134, 152, 0.9);
  text-decoration:underline;
}

.case-study-blog-section .post-item .post-header{
  margin:0;
}

.case-study-blog-section .post-item .description-cont p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  min-height:100px;
}

.case-study-blog-section .post-item .description-cont{
  margin-bottom:30px;
}

.case-study-blog-section .post-item:first-child .description-cont p{
  font-size:22px;
  line-height:32px;
  font-family: "LL Circular Book Web";
  min-height:0;
}

.case-study-blog-section .post-item .hubspot-editable .author-image-width .hs-author-avatar{
  width:43px;
  height:40px;
  border-radius:50%;
}

.case-study-blog-section .post-item .hubspot-editable{
  margin-bottom:40px;
}

.case-study-blog-section .post-item .hubspot-editable .author-link{
  font-size:12px;
  line-height:13px;
  text-transform:uppercase;
  text-decoration:underline;
  letter-spacing:0.3px;
}

.case-study-blog-section .post-item:first-child .hubspot-editable{
  display:none;
}

.case-study-blog-section .post-item a.more-link{
  font-size:16px;
  line-height:22px;
  letter-spacing:0;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  display:inline-block;
  border-bottom:1px solid #16394f;
  color:#16394f;
  padding:0;
  background:transparent;
  position:relative;
}

.case-study-blog-section .post-item a.more-link:after{
  position: absolute;
  content: '';
  right: -30px;
  top: 6px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
}





@media(max-width:1235px) and (min-width:1025px){

  .case-study-blog-section .post-item{
    margin-right:30px;
  }

  body .row-fluid .recent-case-posts .hubspot-editable .span2 {
    width: 13.529915%;
  }

  .case-study-blog-section .post-item .description-cont p{
    min-height:130px;
  }

  .case-study-blog-section .post-item .hubspot-editable .author-image-width{
    width: 18.364641%;
  }
}


@media(max-width:1245px) and (min-width:1025px){

  .case-study-blog-section .post-item:first-child {
    margin-top: -158px;
  }
}



@media(max-width:1024px){

  .case-study-blog-section .post-item:first-child{
    width: 63.4%;  
  }

  .case-study-blog-section .post-item:nth-child(2){
    margin-right:0;
  }

  .case-study-blog-section .post-listing{
    margin: 0 -20px 0 0;
  }

  .case-study-blog-section .post-item{
    width: 31.2%;
    margin-right: 14px;
    padding: 14px 18px 22px;
  }

  .case-study-blog-section .post-item .author-image-width{
    margin-right: 20px; 
  }

  .case-study-blog-section .post-item .hs-featured-image-wrapper .hs-featured-image-link{
    height:220px;
  }

  .case-study-blog-section .post-item:first-child{
    margin-top: -130px;
  }

  .case-study-banner{
    padding: 182px 0 150px;
  }

  .case-study-blog-section .post-item .description-cont p{
    min-height: 180px;
  }

}



@media(max-width:767px){

  body .row-fluid .case-study-blog-section .post-item:first-child{
    width:100%;
    margin-right:0;
  }

  .case-study-blog-section .post-listing{
    margin:0;
  }

  .case-study-banner{
    padding: 142px 0 150px;
  }

  .case-study-blog-section .post-item:first-child .description-cont p{
    font-size: 20px;
    line-height: 26px;
  }

  .case-study-blog-section .post-item .hs-featured-image-wrapper .hs-featured-image-link{
    height:180px;
  }

  .case-study-blog-section .post-item{
    width:100%;
    margin-right:0;
    margin-bottom:30px;
    padding: 20px 18px 33px;
  }

  .case-study-blog-section .post-item .description-cont p {
    min-height: 0;
  }

  .case-study-blog-section .post-item .hubspot-editable .author-image-width .hs-author-avatar{
    float:left;
    margin-right:15px;
  }

  .case-study-blog-section .post-item .hubspot-editable .hs-author-label{
    margin-top:8px;
  }

  body .row-fluid .recent-case-posts .hubspot-editable .span2{
    width: 11.529915%;
    float: left;   
    margin-right:20px;
  }

  body .row-fluid .recent-case-posts .hubspot-editable .hs-author-label{
    margin-top:8px;
  }

  .case-study-blog-section .post-item a.more-link{
    width:auto;
  }


}





/********************* Case Study Single Post Section Styling ******************/


.case-study-section2{
  padding:0 0 250px;
}

.recent-case-posts .bg-width-height{
  height:361px;
}

.recent-case-posts .each-post-topic ul li{
  margin-left:0;
}

.recent-case-posts .each-post-topic ul li a{
  font-size:14px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  border-bottom:2px solid rgba(124, 134, 152, 0.9);
}

.recent-case-posts .each-post-topic ul{
  margin-top:10px;
}

.recent-case-posts .description p{
  font-size:22px;
  line-height:32px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.recent-case-posts .description{
  margin-bottom:30px;
}

.recent-case-posts .span5{
  padding-left:35px;
}

.recent-case-posts .hubspot-editable .author-image-width .hs-author-avatar{
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.recent-case-posts .hubspot-editable .author-link {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: .3px;
}

.recent-case-posts .hubspot-editable{
  margin-bottom:40px;
}

.recent-case-posts .hubspot-editable .span2{
  width: 8.529915%;
}

body .row-fluid .recent-case-posts a.more-link{
  background:transparent;
  font-size:16px;
  line-height:25px;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  padding:0;
  position:relative;
  border-bottom:1px solid #16394f;
}

body .row-fluid .recent-case-posts a.more-link:after{
  position: absolute;
  right: -32px;
  top: 9px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 10px;
}



@media(max-width:1024px){

  .recent-case-posts .description p{
    font-size: 18px;
    line-height: 26px; 
  }

  .recent-case-posts .hubspot-editable .span2 {
    width: 21.529915%;
  }
}



@media(max-width:767px){

  .recent-case-posts .bg-width-height{
    height: 210px;
  }

  .recent-case-posts .span5 {
    padding-left: 0;
    margin-top: 20px;
  }

  .case-study-section2{
    padding: 0 0 70px;
  }

  body .row-fluid .recent-case-posts a.more-link{
    width:auto;
  }
}






/*==========================================================
Case Study Single Page Styling 
=============================================================*/




/*************** Case Study Banner Styling Start **************/



.case-inner-banner{
  padding: 182px 0 143px;
}




@media(max-width:767px){


  .case-inner-banner{
    padding: 150px 0 90px;
  }
}



/**************** Case Inner Section1 Styling *****************/




.case-inner-section1{
  padding:148px 0 50px;
  position:relative;
}

.case-inner-section1 .wrapper-large{
  position:relative;
}

.case-inner-section1 .subscribe-cta a.cta_button{
  font-size:13px;
  letter-spacing:0;
  color:#d8e7ed;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  background:transparent;
}

.case-inner-section1 .subscribe-cta{
  position: absolute;
  right: -20px;
  top: -110px;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;

}

.case-inner-section1 .subheading h6{
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0.3px;
  position:relative;
  margin-left:55px;
  margin-bottom:30px;
}

.case-inner-section1 .subheading h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.case-inner-section1 .right-col p{
  font-size:32px;
  line-height:45px;
  letter-spacing:0;
  font-weight:normal;
  color:#16394f;
  font-family: "LL Circular Book Web";
}



@media(max-width:1024px){

  .case-inner-section1{
    padding: 80px 0 20px;
  }

  .case-inner-section1 .right-col p {
    font-size: 24px;
    line-height: 34px;
  }

  .case-inner-section1 .subscribe-cta{
    top:-50px;
  }
}


@media(max-width:767px){

  .case-inner-section1{
    padding: 60px 0 20px; 
  }

  .case-inner-section1 .subscribe-cta{
    position:relative;
    transform:rotate(0);
    top:0;
    right:0;
    margin-bottom:30px;
  }

  .case-inner-section1 .subscribe-cta a.cta_button{
    padding:0;
  }

  .case-inner-section1 .left-col{
    margin-bottom:20px;
  }

  .case-inner-section1 .right-col p {
    font-size: 20px;
    line-height: 32px;
  }
}





/*************** Case Inner Section2 Styling **********************/




.case-inner-section2{
  padding:110px 0 310px;
  position:relative;
  z-index:1;
}

.case-inner-section2 .right-col h6{
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  letter-spacing:0.3px;
  position:relative;
  margin-left:55px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.case-inner-section2 .right-col h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
  content:'';
}

.case-inner-section2 .right-col h2{
  margin-bottom:40px;
}

.case-inner-section2 .right-col p{
  font-size:18px;
  line-height:30px; 
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0;
  font-weight:normal;
}

.case-inner-section2 .right-col{
  padding-left:70px;
  margin-top:50px;
}

.case-inner-section2 .left-col img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

span.nalphaC{
  position: absolute;
  left: 690px;
  top: 130px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}




@media(max-width:1024px){

  .case-inner-section2{
    padding: 60px 0 140px;  
  }

  .case-inner-section2 .left-col img{
    height:auto;
  }

  .case-inner-section2 .right-col {
    padding-left: 30px;
    margin-top: 0;
  }

  span.nalphaC{
    left: 190px;
    top: 20px;
    font-size:600px;
  }
}



@media(max-width:767px){

  .case-inner-section2{
    padding: 30px 0 70px;
  }

  .case-inner-section2 .right-col {
    padding-left: 0;
    margin-top: 50px;
  }

  span.nalphaC{
    display:none;
  }

  .case-inner-section2 .right-col h2{
    margin-bottom: 20px;
  }
}



/************************* Case Inner Section3 Styling Start ********************/



.case-inner-section3{
  padding:179px 0 185px;
  background-image: linear-gradient(290deg, #bee8fc, #ffffff);
  position:relative;
  z-index:1;
}

body .row-fluid .case-inner-section3 .wrapper{
  max-width:925px;
}

.case-inner-section3 .blockquote h2{
  font-size:32px;
  line-height:45px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
}

.case-inner-section3 .blockquote{
  margin-bottom:50px;
}

.case-inner-section3 .info-cont h5{
  margin-bottom:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

span.nalphaK{
  position: absolute;
  left: 0;
  top: -160px;
  font-size: 800px;
  letter-spacing: 0;
  color: #f6fcff;
  font-weight: 900;
  font-family: "LL Circular Black Web";
  z-index: -1;
  transition:transform 0.7s ease;
}




@media(max-width:1024px){

  span.nalphaK{
    top: -110px;
    font-size: 600px;
  }

  .case-inner-section3 .blockquote h2 {
    font-size: 28px;
    line-height: 38px;
  }
}



@media(max-width:767px){

  span.nalphaK{
    display:none;
  }

  .case-inner-section3{
    padding: 70px 0 70px;
  }

  .case-inner-section3 .blockquote h2 {
    font-size: 22px;
    line-height: 32px;
  }
}





/*************** Case Inner Section4 Styling Start *********************/




.case-inner-section4{
  padding: 179px 0 47px;
  position:relative;
  z-index:1;
}

.case-inner-section4 .subheading h6{
  position:relative;
  margin-left:55px;
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0.3px;
  font-weight:normal;
  text-transform:uppercase;
}

.case-inner-section4 .subheading{
  margin-bottom:38px;
}

.case-inner-section4 .subheading h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.case-inner-section4 .heading{
  max-width:455px;
  margin-bottom:40px;
}

.case-inner-section4 .description-container p{
  font-size:18px;
  line-height:29px;
  letter-spacing:0;
  color:#16394f;
  margin-bottom:30px;
}

.case-inner-section4 .right-col .text-container{
  padding: 56px 67px;
  background:#fff;
  position:relative;
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.23);
  max-width:486px;
  float:right;
}

.case-inner-section4 .right-col .text-container:after{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(181deg, #e5f6fe, #48a0dd);
  width:14px;
}

.case-inner-section4 .right-col .text-container h3{
  font-size:32px;
  line-height:45px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:38px;
}

.case-inner-section4 .right-col .text-container h5{
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.case-inner-section4 .description-container{
  max-width:440px;
}

.case-inner-section4 .cm-container{
  margin-bottom:120px;
}

.case-inner-section4 .description-container h4{
  font-size:24px;
  line-height:57px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:20px;
}

.case-inner-section4 span>.hs_cos_wrapper:nth-child(even) .row-fluid{
  display:flex;
  flex-direction:row-reverse;
}

.case-inner-section4 span>.hs_cos_wrapper:nth-child(even) .right-col{
  float:left;
  margin-left:0;
  position:relative;
  left:-30px;
}

.case-inner-section4 span>.hs_cos_wrapper:nth-child(even) .right-col .text-container{
  float:left;
}

.case-inner-section4 span>.hs_cos_wrapper:last-child .cm-container{
  margin-bottom:0;
}

span.nalphaA{
  position: absolute;
  left: 230px;
  top: 280px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}




@media(max-width:1024px){

  .case-inner-section4{
    padding: 80px 0 20px;
  }

  .case-inner-section4 .right-col .text-container h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .case-inner-section4 .right-col .text-container {
    padding: 36px 35px;
  }

  span.nalphaA{
    left: 0;
    top: 280px; 
    font-size:600px;
  }

  .case-inner-section4 .cm-container {
    margin-bottom: 50px;
  }
}



@media(max-width:767px){

  .case-inner-section4{
    padding: 70px 0 20px;     
  }

  span.nalphaA{
    display:none;
  }

  .case-inner-section4 .right-col .text-container{
    max-width:100%;
    float:none;
  }

  .case-inner-section4 span>.hs_cos_wrapper:nth-child(even) .row-fluid{
    display:block;
  }

  .case-inner-section4 span>.hs_cos_wrapper:nth-child(even) .right-col{
    left:0;
  }

  .case-inner-section4 span>.hs_cos_wrapper:nth-child(even) .right-col .text-container {
    float: none;
  }

  .case-inner-section4 .description-container{
    max-width:100%;
  }
}












/************************* Free Trial Popup Section Stying ******************************/




body{
  position:relative;
}

body.pdf-popup-open1:after{
  position:absolute;
  content:'';
  left:0;
  top:0;
  bottom:0;
  right:0;
  background-color: rgba(22, 57, 79, 0.9);
  z-index:11;
}

/*.popup-section1 .close-pdf-popup{
position: absolute;
right: 40px;
cursor: pointer;
top: 35px;
width: 19px;
}*/

.pdf-popup-open1 .popup-section2{
  pointer-events:auto;
  opacity:1;
  transition: all .5s ease-in-out;
}

.popup-section2{
  position: fixed;
  top: 0;
  background-image: linear-gradient(276deg, #ffffff, #ffffff);
  z-index: -1;
  opacity:0;
  overflow: hidden;
  overflow-y: scroll;
  transition: all .5s ease-in-out;
  width:100%;
  padding: 50px 0 22px;
}

.popup-section2 .image-container1{
  width: 100%;
  max-width: 16px;
  margin-top: 17px;
  position: absolute;
  right: 0;
  z-index:11;
  cursor:pointer;
}

.popup-section2 .image-container1 img{
  vertical-align:middle;
  cursor:pointer;
}

.popup-section2 .wrapper-large{
  position:relative;
}

.popup-open-new2{
  opacity:1;   
  z-index:9999;
}

body .row-fluid .popup-section2 .search-bar form input{
  border:none;
  height:57px;
  background:transparent;
  padding-left:50px;
  position:relative;
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.popup-section2 .search-icon{
  position: absolute;
  left: 0;
  top: 18px;
  max-width: 17px;
}

.popup-section2 .search-bar form input::placeholder{
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.47);
  font-weight:normal;
  font-family: "LL Circular Book Web";
}




@media(max-width:1300px) and (min-width:1025px){

  .popup-section2 .image-container1{
    right:30px;
  }

  .popup-section2 .search-icon {
    left: 30px;
  }
}


@media(max-width:1024px){

  .popup-section2 .image-container1{
    right:30px;
  }

  .popup-section2 .search-icon {
    left: 30px;
  }
}

@media(max-width:767px){

  body .row-fluid .popup-section2 .wrapper {
    padding: 49px 30px 35px;
  }

  .popup-section2{
    width:100%!important;
    max-width:100%;
  }

  body .row-fluid .popup-section2 .search-bar form input{
    font-size:30px;
  }

  .popup-section2 .search-icon{
    top:12px;
  }

  .popup-section2 .image-container1{
    margin-top:11px;
  }

}






/******************* Search Page Styling Start ********************/



.search-page .search-section{
  padding:140px 0;
}

.search-page .search-section .subheading h6{
  color:rgba(1, 58, 81, 0.9);
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  text-transform:uppercase;
  position:relative;
  margin-left:55px;
  font-family: "LL Circular Book Web";
}

.search-page .search-section .subheading h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  width:41px;
  height:9px;
}

.search-page .search-section .hs-search-field form input{
  border:none;
  border-bottom:1px solid rgba(216, 231, 237, 0.25);
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:#16394f;
  height:57px;
  padding: 30px 0 40px;
  background:transparent;
  font-weight:normal;
  text-transform:capitalize;
  font-family: "LL Circular Book Web";
}

.search-page .search-section .hs-search-field form input::placeholder{
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.47);
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.search-section .top-search-bar{
  background-color: rgba(216, 231, 237, 0.25);
  padding: 43px 0 10px;
}

.search-result-section{
  padding-top:50px;
}

.search-result-section ul{
  margin-top:0;
}

.search-result-section ul li{
  width: 46.9%;
  margin-right: 70px;
  float: left;
  margin-left: 0;
  margin-bottom: 66px;
  border-bottom: 1px solid #d8e7ed;
  padding-bottom: 5px;
  border-bottom:1px solid #d8e7ed;
}

body .row-fluid .search-result-section ul li:nth-child(2n){
  margin-right:0!important;
}

.search-result-section ul li h3.title{
  min-height:90px;
  margin-bottom:0;
  line-height:25px;
}

.search-result-section .hs-search-results__title{
  font-size:26px;
  line-height:36px;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.search-result-section .hs-search-highlight.hs-highlight-title{
  font-weight:normal;
}

.search-result-section .hs-search-results__description{
  font-size:16px;
  line-height:25px; 
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  height: 72px;
  overflow: hidden;
}

.search-result-section{
  position:relative;
}

.hs-search-results__next-page{
  float: right;
  position: relative;
  left: -47px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}

.hs-search-results__next-page:after{
  position: absolute;
  right: -36px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 23px;
  height: 15px;
}

.hs-search-results__prev-page{
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  position:relative;
  left:40px;
}

.hs-search-results__prev-page:after{
  position: absolute;
  left: -38px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 23px;
  height: 15px;
  transform: rotate(180deg);
}

.hs-search-highlight {
  font-weight: normal;
}

.hs-search-field--open .hs-search-field__suggestions{
  padding:20px 0!important;
}




@media(max-width:1180px) and (min-width:1025px){

  .search-result-section ul li{
    width: 45.9%; 
  }
}



@media(max-width:1024px){

  .search-result-section ul li{
    width: 44.9%;
    margin-right:60px;
  }

  .search-result-section .hs-search-results__title{
    font-size: 22px;
    line-height: 32px;
    min-height: 105px; 
  }

  .search-page .search-section {
    padding: 118px 0 70px;
  }
}



@media(max-width:767px){

  body .row-fluid .search-result-section ul li{
    width:100%;  
  }

  .search-page .search-section{
    padding: 80px 0 40px;
  }

  .search-result-section {
    padding-top: 30px;
  }

  .search-result-section .hs-search-results__title {
    min-height: 0;
    margin-bottom: 10px;
  }

  .search-result-section ul li{
    margin-bottom:30px;
  }

  .search-result-section .hs-search-results__description{
    height:auto;
  }
}




/****************** Services Tabber Section Styling Start *******************/


.services-tabber-section{
  padding:100px 0 232px;
  position:relative;
  z-index:1;
}

body .filter-container li h3{
  font-size:22px;
  line-height:22px;
  letter-spacing:0;
  font-weight:500;
  margin-bottom:12px;
}

body .filter-container li p{
  font-size:15px;
  line-height:20px;
  letter-spacing:0;
  font-weight:normal;
  text-transform:capitalize;
}

body .filter-container li.active p{
  color:#fff;
}

.services-tabber-section .cm-container .subheading h6{
  position:relative;
  color:rgba(1, 58, 81, 0.9);
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  position:relative;
  margin-left:55px;
}

.services-tabber-section .cm-container .subheading{
  margin-bottom:40px;
}

.services-tabber-section .cm-container .subheading h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.services-tabber-section .cm-container{
  margin-top:90px;
}

.services-tabber-section .cm-container .heading h2{
  font-size:42px;
  line-height:51px;
  letter-spacing:0;
  color:#16394f;
}

.services-tabber-section .cm-container .description-cont p{
  font-size:18px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.services-tabber-section .cm-container .description-cont{
  padding-left:45px;
}

.services-tabber-section .cm-container .main-heading-container{
  margin-bottom:83px;
}

.services-tabber-section .cm-container .top-row{
  padding: 40px 30px 89px;
  margin-bottom:30px;
}

.services-tabber-section .cm-container .top-row .heading-cont h6{
  font-size:11px;
  line-height:30px;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:5px;
}

.services-tabber-section .cm-container .top-row .heading-cont h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  min-height: 52px;
}

.services-tabber-section .cm-container .bottom-row .description p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.services-tabber-section .cm-container .bottom-row .description{
  margin-bottom:20px;
}

.services-tabber-section .cm-container .bottom-row .cta-container h3.cta_button{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  text-decoration:underline;
}

.services-tabber-section .cm-container .three-col-adjust span>.hs_cos_wrapper{
  margin-bottom: 13px;
  border-bottom: 1px solid #d8e7ed;
  padding-bottom: 49px;
}




@media(max-width:1024px){

  body .filter-container li h3 {
    min-height: 70px;
  }

  .services-tabber-section .cm-container .heading h2{
    font-size: 34px;
    line-height: 40px;
  }

  .services-banner-section .search-bar .hs-search-field__bar:after{
    left: -31px;
    top: 29px;  
  }

  .services-tabber-section .cm-container .main-heading-container {
    margin-bottom: 15px;
  }

  .services-tabber-section .cm-container .top-row {
    padding: 40px 20px 89px;
    margin-bottom: 15px;
  }

  .services-tabber-section .cm-container .bottom-row .cta-container a.cta_button{
    padding:0;
  }

  .services-tabber-section .cm-container .three-col-adjust span>.hs_cos_wrapper{
    padding-bottom: 37px; 
  }

  .services-tabber-section {
    padding: 100px 0 160px;
  }
}


@media(max-width:767px){

  .services-tabber-section{
    padding: 70px 0 160px; 
  }

  .services-tabber-section .cm-container{
    margin-top: 40px;
  }

  .services-tabber-section .cm-container .description-cont {
    padding-left: 0;
    margin-top: 20px;
  }

  .services-tabber-section .cm-container .heading h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .services-tabber-section .cm-container .subheading {
    margin-bottom: 25px;
  }

  .services-tabber-section .cm-container .three-col-adjust span>.hs_cos_wrapper{
    margin-bottom:43px;
  }

  .services-tabber-section{
    padding:70px 0;
  }

}


/****************** Services Tabber Section2 - Landing page no click through *******************/


.services-tabber-section2{
  padding:100px 0 232px;
  position:relative;
  z-index:1;
  margin-top:50px;
}

body .filter-container li h3{
  font-size:22px;
  line-height:22px;
  letter-spacing:0;
  font-weight:500;
  margin-bottom:12px;
}

body .filter-container li p{
  font-size:15px;
  line-height:20px;
  letter-spacing:0;
  font-weight:normal;
  text-transform:capitalize;
}

body .filter-container li.active p{
  color:#fff;
}

.services-tabber-section2 .cm-container .subheading h6{
  position:relative;
  color:rgba(1, 58, 81, 0.9);
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  position:relative;
  margin-left:55px;
}

.services-tabber-section2 .cm-container .subheading{
  margin-bottom:40px;
}

.services-tabber-section2 .cm-container .subheading h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.services-tabber-section2 .cm-container{
  margin-top:90px;
}

.services-tabber-section2 .cm-container .heading h2{
  font-size:42px;
  line-height:51px;
  letter-spacing:0;
  color:#16394f;
}

.services-tabber-section2 .cm-container .description-cont p{
  font-size:18px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.services-tabber-section2 .cm-container .description-cont{
  padding-left:45px;
}

.services-tabber-section2 .cm-container .main-heading-container{
  margin-bottom:83px;
}

.services-tabber-section2 .cm-container .top-row{
  padding: 40px 30px 89px;
  margin-bottom:30px;
}

.services-tabber-section2 .cm-container .top-row .heading-cont h6{
  font-size:11px;
  line-height:30px;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:5px;
}

.services-tabber-section2 .cm-container .top-row .heading-cont h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  min-height: 52px;
}

.services-tabber-section2 .cm-container .bottom-row .description p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.services-tabber-section2 .cm-container .bottom-row .description{
  margin-bottom:20px;
}

.services-tabber-section2 .cm-container .bottom-row .cta-container h3.cta_button{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  text-decoration:underline;
}

.services-tabber-section2 .cm-container .three-col-adjust span>.hs_cos_wrapper{
  margin-bottom: 13px;
  border-bottom: 1px solid #d8e7ed;
  padding-bottom: 49px;
}




@media(max-width:1024px){

  body .filter-container li h3 {
    min-height: 70px;
  }

  .services-tabber-section2 .cm-container .heading h2{
    font-size: 34px;
    line-height: 40px;
  }

  .services-banner-section .search-bar .hs-search-field__bar:after{
    left: -31px;
    top: 29px;  
  }

  .services-tabber-section2 .cm-container .main-heading-container {
    margin-bottom: 15px;
  }

  .services-tabber-section2 .cm-container .top-row {
    padding: 40px 20px 89px;
    margin-bottom: 15px;
  }

  .services-tabber-section2 .cm-container .bottom-row .cta-container a.cta_button{
    padding:0;
  }

  .services-tabber-section2 .cm-container .three-col-adjust span>.hs_cos_wrapper{
    padding-bottom: 37px; 
  }

  .services-tabber-section2 {
    padding: 100px 0 160px;
  }
}


@media(max-width:767px){

  .services-tabber-section2{
    padding: 70px 0 160px; 
    margin-top:0px;
  }

  .services-tabber-section2 .cm-container{
    margin-top: 40px;
  }

  .services-tabber-section2 .cm-container .description-cont {
    padding-left: 0;
    margin-top: 20px;
  }

  .services-tabber-section2 .cm-container .heading h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .services-tabber-section2 .cm-container .subheading {
    margin-bottom: 25px;
  }

  .services-tabber-section2 .cm-container .three-col-adjust span>.hs_cos_wrapper{
    margin-bottom:43px;
  }

  .services-tabber-section2{
    padding:70px 0;
  }

}





/*================================================================
Career Page Styling Start 
=================================================================*/




/**************** Career Banner Section Styling Start **************/

.careers-banner-section{
  padding:180px 0 140px;
  position:relative;
  z-index:1;
}

.careers-banner-section .bg-image{
  display:block!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.careers-banner-section .bg-image>div{
   height:100%;
}

.careers-banner-section .bg-image img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}

.careers-banner-section .wrapper-large{
  position:relative;
}

.careers-banner-section .heading-container h6{
  color:#7fd8ff;
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.careers-banner-section .heading-container h1{
  color:#fff;
}

.careers-banner-section .cta-1 {
  position: absolute;
  right: -20px;
  top: 95%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}

.careers-banner-section .cta-1 a.cta_button{
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}




@media(max-width:1024px){

  .careers-banner-section .cta-1{
    right:0;
  }

}


@media(max-width:767px){

  .careers-banner-section .cta-1{
    position: relative;
    transform:rotate(0);
    top:0;
  }

  .careers-banner-section {
    padding: 150px 0 110px;
  }
}






/******************* Careers Section1 Styling Start ******************/




.careers-section1-cm{
  padding:115px 0 115px;
  position:relative;
  z-index:1;
}

span.charC{
  position: absolute;
  left: 350px;
  top: 0px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}

.careers-section1-cm .heading-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  text-transform:uppercase;
  margin-left:55px;
  position:relative;
}

.careers-section1-cm .heading-container{
  margin-bottom:25px;
}

.careers-section1-cm .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.careers-section1-cm .right-col .image-container img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

.careers-section1-cm .cm-container .description-container p{
  font-size:18px;
  line-height:30px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.careers-section1-cm .cm-container .description-container{
  max-width:548px;
}

.careers-section1-cm .cm-container .cm-heading h4{
  font-size:23px;
  line-height:26px;
  color:#16394f;
  font-weight:normal;
}

.careers-section1-cm .cm-container .hs_cos_wrapper{
  margin-bottom:25px;
}




@media(max-width:1024px){

  .careers-section1-cm{
    padding: 90px 0 15px;
  }

  .careers-section1-cm .right-col .image-container img {
    height: auto;
  }

  span.charC {
    left: 0;
    font-size: 500px;
  }
}


@media(max-width:767px){

  .careers-section1-cm{
    padding: 70px 0 0px;
  }

  .careers-section1-cm .heading-container{
    margin-bottom: 35px;
  }

  .careers-section1-cm .cm-container .description-container{
    max-width:100%;
  }

  span.charC{
    display:none;
  }

  .careers-section1-cm .right-col .image-container{
    margin-top:30px;
  }
}



/****************** Careers Section2 Styling Start ******************/




.policy-section2{
  padding:20px 0 0;
  position:relative;
  z-index:1;
}

.policy-section2:before{
  position:absolute;
  left:0;
  right:0;
  top:70px;
  bottom:0;
  content:'';
  background:rgba(216, 231, 237, 0.25);
  z-index:-1;   
}

body .row-fluid .policy-section2 .wrapper{
  max-width:1315px;
}

.team-slider-cm .right-col .text-container h5{
  color:#013a51;
  font-size:15px;
  line-height:17px;
  letter-spacing:-0.3px;
  font-family: "LL Circular Black Web";
  font-weight:900;
  position:relative;
  z-index:2;
  margin-bottom:60px;
}

.team-slider-cm .right-col{
  margin-top:130px;
}

.team-slider-cm .right-col .text-container h5:after{
  position: absolute;
  left: -30px;
  top: -18px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/hashtag-bg%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 156px;
  height: 50px;
  z-index: -1;
}

.team-slider-cm .right-col .text-container h4{
  color:#16394f;
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  font-family: "LL Circular Book Web";
  font-weight:normal;
  margin-bottom:0;
}

.team-slider-cm .right-col .text-container p{
  color:#16394f;
  font-size:32px;
  line-height:45px;
  letter-spacing:0;
  font-family: "LL Circular Book Web";
  font-weight:normal;
  margin-bottom:60px;
}

.team-slider-cm .right-col .text-container h6{
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:56px;
}

.slider .slick-slide{
  display:none;
}

.slider .slick-slide:focus{
  outline:0;
}

.slider .slick-initialized .slick-slide{
  display:block;
}

.slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #7fd8ff;
}

.slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
}

.slider .slick-dots {
  text-align: center;
}

.slider .slick-dots li button {
  font-size: 1px;
  color: rgba(124, 134, 152, 0.9);
  padding: 0;
  border: 0;
  background:rgba(124, 134, 152, 0.9);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}


.slider{
  position:relative;
  z-index:1;
}

.slider .slick-next:after{
  position: absolute;
  content: '\f0da';
  width: 20px;
  height: 20px;
  bottom: 129px;
  right: 38px;
  font-size: 20px;
  color: #013a51;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  z-index: 1;
  cursor: pointer;
}

.slider .slick-prev:after{
  position: absolute;
  content: '\f0d9';
  width: 20px;
  height: 20px;
  bottom: 128px;
  right: 150px;
  font-size: 20px;
  color: #013a51;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  cursor: pointer;
}

.slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: 90px;
  left: 85%;
  right: 10px;
  background: #FFF;
  border-radius: 30px;
  padding: 10px 0 19px;
  max-width: 150px;
}

.team-slider-cm .left-col{
  width: 58.17094%;
}

.team-slider-cm .left-col .image-container img{
  position:relative;
  left:95px;
  bottom:-9px;
}



@media(max-width:1322px){

  .slider .slick-prev:after{
    display:none;
  }

  .slider .slick-next:after{
    display:none;
  }
}


@media(max-width:1024px){

  .team-slider-cm .left-col .image-container img {
    left: 0;
    bottom:0;
  }

  .team-slider-cm .right-col .text-container p{
    font-size: 23px;
    line-height: 32px;  
  }

  .slider .slick-prev:after{
    right:125px;
  }

  .slider .slick-next:after {
    right: 10px;
  }

  .slider ul.slick-dots{
    left: 0;
    right: -170px;
    margin: 0 auto;
    bottom: 40px;
  }

  .policy-section2 {
    padding: 40px 0 00px;
  }

  .slider .slick-prev:after{
    display:none;
  }

  .slider .slick-next:after {
    display:none;
  }


}



@media(max-width:767px){

  .team-slider-cm .left-col .image-container img{
    left:0;
    right:0;
    margin:0 auto;
  }

  .team-slider-cm .left-col {
    width: 100%;
    text-align: center;
  }

  .team-slider-cm .right-col {
    width: 100%;
    margin-left:0;
    margin-top:40px;
    text-align:center;
  }

  .team-slider-cm .right-col .text-container h5:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .team-slider-cm .right-col .text-container p {
    margin-bottom: 40px;
  }

  .policy-section2:before{
    top:0;
  }

  .slider ul.slick-dots{
    right:0;
  }

  .policy-section2 .cm-cont>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
}





/******************** Career Section5 Styling Start ***********************/




.career-section5-cm{
  padding: 100px 0 80px;
}

.career-section5-cm .main-heading-cont h6{
  color:rgba(1, 58, 81, 0.9);
  margin-left:55px;
  position:relative;
  letter-spacing:0.3px;
  font-weight:normal;
}

.career-section5-cm .main-heading-cont h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.career-section5-cm .main-heading-cont{
  margin-bottom:28px;
}

.career-section5-cm .cm-container .left-col h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
}

.career-section5-cm .cm-container .left-col p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
}

.career-section5-cm .cm-container .left-col ul li{
  display:inline-block;
  font-size:12px;
  line-height:13px;
  color:#16394f;
  font-weight:normal;
  background:rgba(216, 231, 237, 0.25);
  border-radius:11.5px;
  padding:4px 10px;
  margin-left:0;
  margin-right:20px;
}

.career-section5-cm .cm-container .right-col{
  float:right;
  text-align:right;
}

.career-section5-cm .cm-container .right-col .cta-container a.cta_button{
  border:1px solid #16394f;
  font-size:14px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  padding: 12px 49px;
}

.career-section5-cm .cm-container .right-col .cta-container{
  margin-top:50px;
}

.career-section5-cm .cm-container .cm-section{
  border-bottom:1px solid #d8e7ed;
  margin-bottom: 30px;
}



@media(max-width:1024px){

  .career-section5-cm{
    padding: 100px 0 60px;
  }
}



@media(max-width:767px){

  .career-section5-cm .cm-container .right-col{
    float:left;
    text-align:left;
  }

  .career-section5-cm .cm-container .right-col .cta-container {
    margin-top: 10px;
  }

  .career-section5-cm .cm-container .cm-section{
    padding-bottom: 50px;
  }

  .career-section5-cm {
    padding: 100px 0 40px;
  }
}




/********************** Career Section3 Cm Styling Start ********************/




.career-section3-cm{
  padding:118px 0 37px;
}

.career-section3-cm .cm-container h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
}

.career-section3-cm .cm-container p{
  color:rgba(1, 58, 81, 0.9);
}

body .row-fluid .career-section3-cm .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0;
}

body .row-fluid .career-section3-cm .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 43%;
  -webkit-flex-basis: 43%;
  margin-right: 10%;
}



@media(max-width:1024px){

  .career-section3-cm{
    padding: 30px 0 37px;
  }
}



@media(max-width:767px){

  body .row-fluid .career-section3-cm .two-col-adjust span>.hs_cos_wrapper{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    max-width:100%;
    margin-right:0;
  }
}



/****************** Career Section4 Cm Styling *******************/



.careers-section4-cm .image-test-slider .image-container{
  height:360px;
}

.careers-section4-cm{
  padding: 90px 0 85px;
}

.careers-section4-cm .heading-container h6{
  color:rgba(1, 58, 81, 0.9);
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  margin-left:55px;
  position:relative;
  margin-bottom:35px;
} 

.careers-section4-cm .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.image-test-slider .slick-slide{
  display:none;
}

.image-test-slider .slick-slide:focus{
  outline:0;
}

.image-test-slider .slick-initialized .slick-slide{
  display:block;
}

.image-test-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #7fd8ff;
}

.image-test-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.image-test-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
}

.image-test-slider .slick-dots {
  text-align: center;
}

.image-test-slider .slick-dots li button {
  font-size: 1px;
  color: rgba(124, 134, 152, 0.9);
  padding: 0;
  border: 0;
  background:rgba(124, 134, 152, 0.9);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}


.image-test-slider{
  position:relative;
  z-index:1;
}

.image-test-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 31px;
  height: 19px;
  bottom: -62px;
  right: 7%;
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/arrow%20%2811%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  z-index: 1;
  cursor: pointer;
}

.image-test-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 31px;
  height: 19px;
  bottom: -62px;
  right: 10%;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/arrow%20%2810%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.image-test-slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: 90px;
  left: 85%;
  right: 10px;
  background: #FFF;
  border-radius: 30px;
  padding: 10px 0 19px;
  max-width: 150px;
}

.image-test-slider{
  width:128%;
}

.image-test-slider .slick-slide{
  max-width:360px!important;
}



@media(max-width:1800px) and (min-width:1529px){

  .image-slider .slick-prev:after{
    right: 20%;
  }

  .image-slider .slick-next:after {
    right: 15%;
  }
}


@media(max-width:1530px) and (min-width:1025px){

  .image-slider .slick-prev:after{
    right: 30%;
  }

  .image-slider .slick-next:after {
    right: 25%;
  }
}


@media(max-width:1024px){


  .image-slider .slick-prev:after{
    right: 31%;
  }

  .image-slider .slick-next:after {
    right: 26%;
  }

  .careers-section4-cm{
    padding: 50px 0 45px;
  }

  .altus-gives .careers-section4-cm{
    padding: 70px 0 45px; 
  }

}


@media(max-width:767px){

  .careers-section4-cm{
    padding: 20px 0 25px;
  }

  .altus-gives .careers-section4-cm{
    padding: 70px 0 80px;
  }

  .image-test-slider{
    width:100%;
  }

  .image-slider{
    width:100%;
  }

  .image-slider .slick-prev:after {
    right: 57%;
  }

  .image-slider .slick-next:after {
    right: 36%;
  }

  .image-slider .slick-slide{
    max-width:100%!important;
  }

  .image-test-slider .slick-prev:after{
    right: 60%;
  }

  .image-test-slider .slick-next:after{
    right:37%;
  }
}


/******************* Careers Section5 Top Styling Start ******************/

.career-section5-top{
  background: linear-gradient(180deg, #FFFFFF 20%, #7FD8FF 100%);
  padding:210px 0 190px;
  position:relative;
} 

.career-section5-top:after{
  position: absolute;
  content: 'A';
  font-size: 800px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 590px;
  right: -40px; 
  top: 0;
  color: rgb(8 148 210 / 10%);
}

.career-section5-top h2 span{
  text-decoration: line-through;
}

.career-section5-top .right-col h3{
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 30px;
}


.career-section5-top .right-col p{
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0px;
}

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

  .career-section5-top:after{
    line-height: 750px;
  }
}


@media(max-width:767px){
  .career-section5-top .right-col h3 {
    font-size: 26px;
  }
    .career-section5-top {
    padding: 210px 0 90px;
  } 

  .career-section5-top .right-col{
    padding-top:30px;
  }
  
  .career-section5-top:after {
    font-size: 700px;
    line-height: 750px;
  }
}


/************** Altus Gives Section4 Styling *********************/



.altus-give-section4{
  position:relative;
  z-index:1;
}

.career-page .altus-give-section4 .left-col{
   display: flex;
    justify-content: flex-end;
}

.career-page .altus-give-section4 .equal-height-container>.row-fluid-wrapper>.row-fluid{
   justify-content:flex-end;
}

.altus-give-section4:after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  content:'';
  background-color: rgba(216, 231, 237, 0.25);
  width:auto;
  height:630px;
  z-index:-1;
}

.altus-give-section4 .cm-cont .right-col .text-container h5{
  font-size:16px;
  line-height:17px;
  letter-spacing:-0.32px;
  color:#013a51;
  font-weight:500;
  position:relative;
  z-index:1;
}

.altus-give-section4 .cm-cont .right-col .text-container h5:before{
  position: absolute;
  left: -60px;
  top: -17px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/hashtag-bg%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 156px;
  height: 50px;
  z-index: -1;
}

.altus-give-section4 .cm-cont .right-col .text-container p{
  font-size:32px;
  line-height:45px;
  color:#16394f;
  font-family: "LL Circular Book Web";
  margin-top:40px;
  max-width:637px;
}

.altus-give-section4 .cm-cont .image-container img{
  height:auto;
}

.altus-give-section4 .cm-cont .right-col .text-container h4{
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  color:#16394f;
  font-weight:normal;
  margin-top:70px;   
  margin-bottom:5px;
}

.altus-give-section4 .cm-cont .right-col .text-container h6{
  font-size:14px;
  line-height:20px;
  letter-spacing:0.23px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;

}



@media(max-width:1024px){

  .altus-give-section4{
    padding-top:130px;
  }
}



@media(max-width:767px){

  .altus-give-section4 .cm-cont>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

  .altus-give-section4{
    background:rgba(216, 231, 237, 0.25);
  }

  .altus-give-section4:after{
    display:none;
  }

  .altus-give-section4 .cm-cont .right-col .text-container h5:before {
    left: -10px;
  }

  .altus-give-section4 .cm-cont .image-container{
    margin-top:20px;
  }

  .altus-give-section4 .cm-cont .right-col .text-container p {
    font-size: 23px;
    line-height: 35px;
  }
}





/******************** Career Section6 Cm Styling Start *****************/





.career-section6 .heading{
  margin-bottom: 35px;
}


.career-page .cta-cm-section{
  padding:153px 0 147px;
}



@media(max-width:1024px){

  .career-page .cta-cm-section{
    padding: 80px 0 90px;
  }
}






/************************ Career Form Section Styling Start ********************/



form .file-upload>input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none !important;
}

.job-application-section2.career-section6{
  position:relative;
}

.career-section6 .form-container{
  position:relative;
}

body .container-fluid .row-fluid form .file-upload-file-name {
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  color: #a3a3a3;
  font-weight: 400;
  padding-left:0;
}

body .container-fluid .row-fluid form .file-upload-button-label {
  height: 38px;
  padding: 0 10px;
  font-size: 14px!important;
  letter-spacing: 0;
  position: relative;
  right: 0;
  top: 0;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #a8b7c7;
  width: 94%;
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
  color: #a3a3a3;
  font-family: 'neuzeit-grotesk';
  border-radius: 4px;
  margin-bottom:20px;
  background:#fff;
}

body .container-fluid .row-fluid form .file-upload-button-label:focus{
  border:1px solid #73cbf2;
}



/*========================================================
Content Lp Styling Start 
=========================================================*/





/************ Content Lp Section Styling *****************/

.content-lp-section{
  position:relative;
}

.content-lp-section .text-cont h5{
  float:right;
  text-align:right;
  margin-top:10px;
}

.content-lp-section .left-col {
  width: 62.264957%;
  padding: 40px 46px;
  height:100vh;
  position:relative;
}

.content-lp-section .left-col{
  overflow-y:scroll;
}

.content-lp-section .left-col::-webkit-scrollbar {
  width: 10px;
}

.content-lp-section .left-col::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.content-lp-section .left-col::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}

.content-lp-section .right-col {
  margin-left: 0;
  width: 41.17094%;
  position:relative;
}

.content-lp-section .right-col img{
  height:auto;
}

.content-lp-section .right-col .cm-cont{
  padding:48px 62px 0;
  height:100vh;
  overflow-y:scroll;
}

.content-lp-section .right-col .cm-cont::-webkit-scrollbar {
  width: 10px;
}

.content-lp-section .right-col .cm-cont::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.content-lp-section .right-col .cm-cont::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}

.content-lp-section .right-col .img-cont{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

.content-lp-section .right-col .img-cont img{
  width:100%!important;
}

.content-lp-section .gradient{
  position:absolute; 
  left:0;
  top:0;
  bottom:0;
  content:'';
  width:14px;
}

.content-lp-section .left-col .cta-cont a.cta_button{
  background:transparent;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  padding:0;
  position:relative;
}

.content-lp-section .left-col .cta-cont a.cta_button:before{
  position: absolute;
  left: -35px;
  top: -5px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/pdf-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 24px;
  height: 26px;
}

.content-lp-section .left-col .cta-cont{
  float:right;
  text-align:right;
  position: relative;
  left: -50px;
}

.content-lp-section .left-col .heading p{
  font-size:30px;
  line-height:34px;
  letter-spacing:-0.81px;
  color:#013a51;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  text-align:center;
}

body .row-fluid .content-lp-section .left-col .heading{
  max-width:634px;
  margin:96px auto 0;
  float:none;
}

body .row-fluid .content-lp-section .left-col .form-container{
  max-width:340px;
  margin:37px auto 0;
  float:none;
}

.content-lp-section .left-col .form-container .hs-button{
  background:#16394f;
  color:#fff!important;
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  padding: 13px 45px;
}

.content-lp-section .left-col .form-container form .actions{
  position:relative;
}

.content-lp-section .left-col .form-container form .actions:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-3%20%284%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:66px;
  height:62px;
}

.content-lp-section .right-col .heading-container h6{
  color:rgba(124, 134, 152, 0.9);
  font-size:12px;
  line-height:30px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.content-lp-section .right-col .heading-container h2{
  font-size:39px;
  line-height:40px;
  letter-spacing:0;
  font-weight:900;
  font-family: "LL Circular Black Web";
  margin-bottom:20px;
}

.content-lp-section .right-col .heading-container h4{
  font-size:21px;
  line-height:24px;
  letter-spacing:-0.07px;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
}

.content-lp-section .right-col .heading-container{
  margin-bottom:45px;
  position:relative;
}

.content-lp-section .right-col .heading-container .border-bottom{
  position:absolute;
  left:0;
  bottom:-28px;
  background:#7fd8ff;
  width:88px;
  height:6px;
  content:'';
}

.content-lp-section .right-col .text-container p{
  font-size:18px;
  line-height:27px;
  letter-spacing:-0.2px;
  font-weight:normal;
  margin-bottom:25px;
}

.content-lp-section .right-col .text-container{
  margin-bottom:100px;
}

.content-lp-section .right-col .text-container ul li{
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: normal;
  margin-bottom: 11px;
  margin-left: 37px;
  position: relative;
}

.content-lp-section .right-col .text-container ul li:before{
  position: absolute;
  left: -22px;
  top: 7px;
  content: '';
  background: #013a51;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}



@media(max-width:1440px){

  .content-lp-section .right-col .cm-cont{
    height:auto;
  }
}




@media(max-width:1024px){

  .content-lp-section .right-col{
    width: 49.17094%;

  }

  .content-lp-section .right-col .cm-cont{
    padding: 48px 40px 0;
  }

  .content-lp-section .left-col {
    width: 50.264957%;
    padding: 40px 30px;
  }

  .body-container-wrapper .content-lp-section .widget-type-cta {
    margin-top: 0;
  }

  .content-lp-section .left-col .cta-cont {
    left: 0;
  }

  .content-lp-section .left-col .form-container .hs-button {
    padding: 13px 28px;
  }

  .content-lp-section .right-col .heading-container h2 {
    font-size: 33px;
    line-height: 42px;
  }

  .content-lp-section .left-col .heading p {
    font-size: 25px;
  }
}



@media(max-width:767px){

  .content-lp-section .left-col{
    width:100%;
    height:auto;
  }

  .content-lp-section .text-cont h5{
    text-align:center;
    float:none;
  }

  .content-lp-section .gradient{
    display:none;
  }

  .content-lp-section .left-col .logo-cont{
    text-align:center;
    margin-bottom:30px;
  }

  .content-lp-section .left-col .cta-cont{
    text-align:center;
    float:none;
  }

  .content-lp-section .left-col .cta-cont a.cta_button{
    width:auto;
  }

  .content-lp-section .right-col{
    width:100%;
  }

  .content-lp-section .left-col:before{
    display:none;
  }

  body .row-fluid .content-lp-section .left-col .heading {
    max-width: 100%;
    margin: 46px auto 0;
    float: none;
  }

  .content-lp-section .left-col .form-container .hs-button{
    width:auto;
  }

  .content-lp-section .right-col .cm-cont{
    padding: 48px 30px 50px;
    height:auto;
  }

  .content-lp-section .right-col .img-cont{
    position:relative;
  }

  .content-lp-section .right-col .text-container {
    margin-bottom: 70px;
  }

  .content-lp-section .left-col{
    padding: 50px 30px 50px;
  }
}






/*========================================================
Global Reach Page Styling Start 
=========================================================*/




/*************** Global Banner Section Styling *****************/




.global-banner-section{
  padding: 180px 0 140px;
  background-image: linear-gradient(109deg, #012e41, #025e83);
  position:relative;
  z-index:1;
}

.global-banner-section .wrapper-large{
  position:relative;
}

.global-banner-section .heading-container h6{
  color:#7fd8ff;
  letter-spacing:0.3px;
  font-size:12px;
  line-height:13px;
  font-weight:normal;
}

.global-banner-section .heading-container h1{
  color:#fff;
}

.global-banner-section .cta-1{
  position: absolute;
  right: -20px;
  top: 96%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}

.global-banner-section .cta-1 a.cta_button{
  background:transparent;
  font-size:13px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  padding:0;
}


@media(max-width:1024px){

  .global-banner-section .cta-1{
    right:0;
  }
}



@media(max-width:767px){

  .global-banner-section .cta-1{
    position:relative;
    transform:rotate(0);
  }

  .global-banner-section {
    padding: 150px 0 90px;
  }

  .global-banner-section .heading-container h6 {
    line-height: 21px;
    max-width:300px;
  }
}



/**************** Global Reach Section1 Styling Start ******************/




.global-reach-section1{
  padding: 115px 0 136px;
  position:relative;
  z-index:1;
}

span.alphaG{
  position: absolute;
  left: 380px;
  top: 10px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #f6fcff;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}

.global-reach-section1 .heading-container h6{
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0.3px;
  font-size:12px;
  line-height:13px;
  font-weight:normal;
  margin-left:55px;
  position:relative;
}

.global-reach-section1 .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.global-reach-section1 .heading-container{
  margin-bottom:60px;
}

.global-reach-section1 .left-col{
  padding-right: 136px;
  width: 55.264957%;
}

.global-reach-section1 .left-col .description-container p{
  color:rgba(1, 58, 81, 0.9);
  font-size:18px;
  line-height:30px;
  letter-spacing:0;
  font-weight:normal;
  margin-bottom:30px;
}

.global-reach-section1 .left-col .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  position:relative;
}

.global-reach-section1 .left-col .cta-container a.cta_button:after{
  position: absolute;
  right: -40px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 18px;
}

.global-reach-section1 .left-col .cta-container h5{
  margin-bottom:8px;
}

.global-reach-section1 .left-col .cta-container{
  margin-top:60px;
}

.global-reach-section1 .right-col{
  width: 42.17094%;
}

.global-reach-section1 .right-col .image-container img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}



@media(max-width:1140px) and (min-width:1025px){

  .global-reach-section1 .left-col {
    padding-right: 35px;
    width: 53.264957%;
  }

  .global-reach-section1 .right-col {
    width: 43.17094%;
  }

  .global-reach-section1 .right-col .image-container img {
    height: auto;
  }
}



@media(max-width:1024px){

  .global-reach-section1 .left-col{
    padding-right: 0;
    width: 54.264957%;
  }

  .global-reach-section1 .right-col .image-container img{
    height:auto;
  }

  .global-reach-section1 .left-col .cta-container a.cta_button{
    padding:0; 
  }

  span.alphaG{
    left: 0;
    top: 10px;
    font-size:600px;
  }

  .global-reach-section1 {
    padding: 80px 0 50px;
  }
}



@media(max-width:767px){

  .global-reach-section1 .left-col{
    width:100%;
    padding:0;
  }

  .global-reach-section1 .right-col{
    width:100%;
    margin-top:40px;
  }

  .global-reach-section1{
    padding: 60px 0 50px;
  }
}




/******************* Global Reach Section2 Styling **********************/



.global-reach-section2{
  padding:40px 0 205px;
}

.global-reach-section2 .heading-container{
  margin-bottom:50px;
}

.global-reach-section2 .cm-container{
  background:#16394f;
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
  padding:31px 32px;
}

.global-reach-section2 .cm-container .cm-heading h3{
  font-size:26px;
  line-height:33px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:10px;
}

.global-reach-section2 .cm-container .description-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
}

.global-reach-section2 .cm-container .description-container{
  margin-bottom:30px;
}



@media(max-width:1024px){

  .global-reach-section2 {
    padding: 20px 0 100px;
  }

  .global-reach-section2 .heading-container {
    margin-bottom: 20px;
  }
}





/*===================================================================
Contact Page Styling Start 
=====================================================================*/




/**************** Contact Section1 Styling *********************/



.contact-section1{
  padding:175px 0;
}

body .row-fluid .contact-section1 .right-col form textarea{
  height:112px;
}

.contact-section1 .left-col .heading-container h6{
  color:#16394f;
  text-transform:uppercase;
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  margin-bottom:26px;
}

.contact-section1 .left-col .heading-container{
  margin-bottom:75px;
  position:relative;
}

.contact-section1 .left-col .heading-container:after{
  position:absolute;
  left:0;
  right:0;
  bottom:-30px;
  content:'';
  background-image: linear-gradient(to right, rgba(190, 232, 252, 0.52), rgba(255, 255, 255, 0));
  height:5px;
}

.contact-section1 .left-col .heading-container h1{
  font-size:64px;
  line-height:72px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.contact-section1 .left-col .description-cont{
  max-width:485px;
  margin-bottom:26px;
}

.contact-section1 .left-col .description-cont p{
  color:rgba(1, 58, 81, 0.9);
  font-size:18px;
  line-height:25px;
  letter-spacing:0;
  margin-bottom:25px;
}

.contact-section1 .left-col .text-cont a{
  font-size:32px;
  line-height:72px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
}

body .row-fluid .contact-section1 .right-col .form-container{
  max-width:340px;
  margin:0 auto;
  float:none;
}

.contact-section1 .left-col .icon-container{
  margin-top:22px;
}

.contact-section1 .right-col form .hs-button{
  background:#7fd8ff;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  padding: 13px 58px;
  margin-top:15px;
  transition:0.3s all ease-in-out;
}

.contact-section1 .right-col form .hs-button:hover{
  background: rgba(127, 216, 255, 0.8);
  transition:0.3s all ease-in-out;
}



@media(max-width:1024px){

  .contact-section1 .left-col .heading-container h1{
    font-size: 46px;
    line-height: 50px;
  }

  .contact-section1 .left-col{
    width: 54.745856%;
  }

  .contact-section1 .right-col{
    width: 42.491713%;
  }

  .contact-section1 .left-col .text-cont a {
    font-size: 22px;
    line-height: 62px;
  }

  .contact-section1 {
    padding: 175px 0 70px;
  }


}



@media(max-width:767px){

  .contact-section1 .left-col{
    width:100%;
    margin-bottom:40px;
  }

  .contact-section1 .right-col{
    width:100%;
  }

  .contact-section1{
    padding: 135px 0 70px;
  }

  .contact-section1 .left-col .heading-container h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-section1 .left-col .icon-container {
    margin-top: 16px;
    width: auto;
    float: left;
    margin-right: 20px;
  }

  body .row-fluid .contact-section1 .right-col .form-container{
    max-width:100%;
  }
}


/********************* Contact Section2 Styling Start *****************/

.map-container.active-image{
  display:block;
}

.map-container{
  display:none;
}

.contact-section2 .select-selected{
  cursor:pointer;
}

.contact-new-section .map-container{
  display:block;
}

.contact-new-section .map-container.active-image{
  opacity:1;
  z-index: 2;
}

body .row-fluid .contact-new-section{
  padding:62px 0 367px;
}

.contact-new-section .map-container{
  opacity:0;
  position:absolute;
  left:0;
  right:0;
  bottom:-220px;
  z-index:1;
}

.contact-new-section .select-wrapper {
  width:400px;
  user-select: none;
  margin-bottom:200px;
  position:relative;
  z-index:11;
}


/*.map-container .map-cont img{
box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.23);
}*/

.map-container .map-cont{
  position:relative;
}


.map-container .map-cont:after{
  position:absolute;
  left:0;
  right:0;
  top:37%;
  margin:0 auto;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group%20%2810%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:58px;
  height:79px;
}

.map-container .right-col{
  float:right;
  text-align:right;
}

.map-container .text-container a{
  font-size:20px;
  line-height:33.5px;
  letter-spacing:0;
  color:#004250;
  font-weight:500;
}

.contact-section2{
  padding:62px 0 177px;
  position:relative;
  background: rgba(238, 247, 251, 0.39);
}

body .row-fluid .contact-section2 .wrapper-large{
  position:relative;
}

.contact-section2 #map-canvas{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.23);
  position:relative;
}

.contact-section2 #map-canvas:after{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(181deg, #e5f6fe, #48a0dd);
  width:14px;
}

.contact-section2 #map-canvas1{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.23);
  position:relative;
}

.contact-section2 #map-canvas1:after{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(181deg, #e5f6fe, #48a0dd);
  width:14px;
}

.contact-section2 .heading h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  text-transform:uppercase;
}

.contact-section2 .right-col{
  width: 53.3%;
}

.contact-section2 .heading h6>strong{
  font-size:32px;
  line-height:45px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-transform:capitalize;
  margin-left:20px;
  border-bottom:2px solid #7fd8ff;
  position:relative;
}

.contact-section2 .heading{
  margin-bottom:50px;
}

.contact-section2 .heading h6>strong:after{
  position: absolute;
  right: -40px;
  bottom: -7px;
  content: '\f107';
  font-weight: 600;
  font-family: "Font Awesome 5 free";
  color: #7fd8ff;
}

.contact-section2 .text-container a{
  font-size:20px;
  line-height:33.5px;
  letter-spacing:0;
  color:#004250;
}

.contact-section2 .time-cont p{
  line-height:25px; 
  font-size:18px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
}

.contact-section2 .text-container{
  margin-bottom:40px;
}

.contact-section2 .cta-cont a.cta_button{
  background:#7fd8ff;
  font-size:14px;
  color:#16394f;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  padding: 13px 38px;
}

.contact-section2 .cta-cont{
  margin-top:30px;
}



@media(max-width:1325px) and (min-width:1025px){

  .contact-new-section .map-container{
    left:20px;  
  }
}


@media(max-width:1024px){

  body .row-fluid .contact-section2 .heading h6>strong {
    font-size: 26px;
  }

  .contact-section2 .heading {
    margin-bottom: 20px;
  }

  .contact-section2 .text-container {
    margin-bottom: 20px;
    width: 85.436464%;
  }

  .contact-section2 .icon-container{
    width: 9.801105%;
  }

  .contact-section2 {
    padding: 62px 0 95px;
  }

  .contact-new-section .map-container{
    left: 30px; 
  }

  .contact-new-section .select-wrapper {
    margin-bottom: 220px;
  }
}




@media(max-width:767px){

  .contact-section2 {
    padding: 50px 0 70px;
  }

  .contact-new-section .select-wrapper {
    width: 330px;
  }

  .contact-new-section .text-container {
    margin-bottom: 20px;
    width: 82.436464%;
    float: left;
  }

  .contact-section2 .select-selected{
    font-size:21px;
    line-height:30px;
  }

  .contact-new-section .map-container{
    left:20px;
    right:20px;
  }

  .select-list.down {
    opacity: 1;
    top: -20px;
    position: relative;
    left: 0;
    background: #7fd8ff;
    padding: 30px 90px;
    width: 100%;
  }

  .contact-new-section .select-wrapper {
    margin-bottom: 110px;
  }

  .contact-new-section .map-container {
    bottom: -520px;
  }

  body .row-fluid .contact-new-section{
    padding: 62px 0 647px;  
  }

  .map-container .right-col{
    float: none;
    text-align: left;
  }

  .contact-section2 .icon-container {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
  }

  .contact-section2 .text-container a {
    font-size: 19px;
  }

  .contact-section2 .right-col {
    width: 100%;
    margin-top: 40px;
  }

  #map-canvas {
    height: 315px;
  }

  .map-cont2{
    top:80px;
  }

}







/*===========================================================
About2 Page Styling Start 
=============================================================*/





/***********About Banner Section Styling *******************/




.about-banner-section{
  padding:182px 0 295px;
}

.about-banner-section .heading-container h6{
  color:#7fd8ff;
  letter-spacing:0.3px;
  line-height:13px;
  text-transform:uppercase;
  font-size:12px;
}

.about-banner-section .wrapper-large{
  position:relative;
}

.about-banner-section .heading-container h1{
  color:#fff;
}

.about-banner-section .cta-1 a.cta_button {
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.about-banner-section .cta-2 a.cta_button {
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.about-banner-section .cta-1 {
  position: absolute;
  right: -20px;
  top: 86%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}

.about-banner-section .cta-2 {
  position: absolute;
  right: 0px;
  top: 232%;
  margin: 0;
  transform: rotate(90deg);
  width: 32px;
  z-index: 1;
  text-align: center;
}



@media(max-width:1024px){

  .about-banner-section .cta-1{
    right:0;
  }

  .about-banner-section .cta-2{
    right:20px;
  }

  .about-banner-section{
    padding: 162px 0 235px;
  }
}



@media(max-width:767px){

  .about-banner-section .cta-1{
    position:relative;
    transform:rotate(0deg);
  }

  .about-banner-section .cta-2{
    position:relative;
    transform:rotate(0deg);
    right:0;
  }
}



/******************* About Section1 Styling Start ****************/



.about-section1-cm{
  padding:150px 0 30px;
  position:relative;
  z-index:2;
}

.about-section1-cm .left-col .image-container img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

.about-section1-cm .left-col .image-container{
  margin-top:-360px;
  margin-bottom:60px;
}

.about-section1-cm .left-col .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  position:relative;
}

.about-section1-cm .left-col .cta-container a.cta_button:after{
  position: absolute;
  right: -38px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  height: 18px;
}

.about-section1-cm .right-col h6{
  font-size:12px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  line-height:13px;
  font-weight:normal;
  margin-left:55px;
  position:relative;
}

.about-section1-cm .right-col h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.about-section1-cm .right-col .heading-container{
  margin-bottom:20px;
}

.about-section1-cm .right-col{
  padding-left:51px;
}

.about-section1-cm .right-col .description-container p{
  margin-bottom:30px;
}

.about-section1-cm .left-col .cta-container h5{
  margin-bottom:12px;
}

.about-section1-cm{
  position:relative;
  z-index:1;
}

.about-section1-cm .right-col{
  position:relative;
}

.betaA{
  position: absolute;
  left: 110px;
  top: -220px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform 0.7s ease;
}



@media(max-width:1024px){

  .about-section1-cm .left-col .image-container img{
    height:auto;
  }

  .about-section1-cm{
    padding: 90px 0 10px;
  }

  .about-section1-cm .left-col .image-container{
    margin-top: -250px;
    margin-bottom: 40px;
  }

  .about-section1-cm .right-col {
    padding-left: 10px;
  }

  .betaA {
    left: -50px;
    top: -50px;
    font-size: 600px;
  }
}



@media(max-width:767px){


  .about-section1-cm .left-col{
    margin-bottom:40px;
  }

  .about-section1-cm .right-col {
    padding-left: 0;
  }

  .betaA{
    display:none;
  }

}



/************************ About Section2 Styling Start ******************/




.about-section2-cm{
  padding: 87px 0 211px;
}

.about-section2-cm .heading-container h6{
  position:relative;
  margin-left:55px;
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0.3px;
  line-height:13px;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom: 34px;
}

.about-section2-cm .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.about-section2-cm .heading-container h2{
  font-size:56px;
  line-height:57px;
  letter-spacing:0;
  font-weight:normal;
}

.about-section2-cm .heading-container{
  max-width:467px;
  margin-bottom:30px;
}

.about-section2-cm .description p{
  font-size:18px;
  line-height:25px;
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0;
}

.about-section2-cm .description{
  max-width:439px;
  margin-bottom:30px;
}

.about-section2-cm .cm-container .image-container{
  margin-bottom:35px;
  min-height:90px;
}

.about-section2-cm .cm-container .heading h3{
  font-size:28px;
  line-height:57px;
  letter-spacing:0;
  margin-bottom:0;
}

.about-section2-cm .cm-container .description-container p{
  font-size:17px;
  line-height:28px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  letter-spacing:0;
}

body .row-fluid .about-section2-cm .four-col-adjust span>.hs_cos_wrapper:last-child{
  margin-right:0;
}

body .row-fluid .about-section2-cm .four-col-adjust span>.hs_cos_wrapper{
  flex-basis: 19.5%;
  -webkit-flex-basis: 19.5%;
  margin-right: 6.5%;
}




@media(max-width:1024px){

  .about-section2-cm {
    padding: 57px 0 70px;
  }

  .about-section2-cm .cm-container .image-container {
    margin-bottom: 10px;
  }

  .about-section2-cm .heading-container h2 {
    font-size: 44px;
    line-height: 47px;
  }
}



@media(max-width:767px){

  .about-section2-cm {
    padding: 27px 0 40px;
  }

  .about-section2-cm .cm-container{
    text-align:center;
  }

  .about-section2-cm .heading-container{
    max-width:100%;
  }

  .about-section2-cm .description {
    max-width: 100%;
  }
}


/******************** About Section3 Cm Styling Start *****************/




.about-section3-cm{
  padding:30px 0;
  background:#73cbf2;
}

.about-section3-cm .right-col{
  float:right;
  text-align:right;
}

.about-section3-cm .left-col .text-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  margin-bottom: 4px;
}

.about-section3-cm .left-col .text-container h2{
  font-style:italic;
  margin-bottom:0;
}

.about-section3-cm .right-col .image-container img{
  max-width: 350px;
  float: right;
  text-align: right;
}




@media(max-width:1024px){

  .about-section3-cm .right-col .image-container img {
    max-width: 270px;
  }
}


@media(max-width:767px){

  .about-section3-cm .right-col .image-container img{
    max-width:100%;
    text-align:center;
  }

  .about-section3-cm .right-col {
    float: none;
    text-align: center;
  }

  .about-section3-cm .right-col .image-container img{
    float:none;
  }

  .about-section3-cm .right-col .image-container{
    margin-top:30px;
  }
}



/******************* About Section4 Styling Start ***************/




.about-section4-cm{
  padding:121px 0 294px;
  position:relative;
  z-index:1;
}

.about-section4-cm .left-col{
  position:relative;
}

.about-section4-cm .right-col .heading-container h6{
  position: relative;
  margin-left: 55px;
  color: rgba(1, 58, 81, 0.9);
  letter-spacing: 0.3px;
  line-height: 13px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-section4-cm .right-col .heading-container h6:before{
  position: absolute;
  left: -55px;
  top: 3px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.about-section4-cm .right-col .heading-container{
  margin-bottom:25px;
}

.about-section4-cm .cm-section h4{
  font-size:18px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:bold;
  font-family:'neuzeit-grotesk';
  margin-bottom:2px;
}

.about-section4-cm .cm-section p{
  font-size:15px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
}

.about-section4-cm .right-col{
  padding-left: 86px;
}

.about-section4-cm .left-col .image-container img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

.nbetaA{
  position: absolute;
  left: 300px;
  top: 190px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #eef7fb;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform 0.7s ease;
}




@media(max-width:1024px){

  .about-section4-cm {
    padding: 80px 0 90px;
  }

  .about-section4-cm .right-col {
    padding-left: 25px;
  }

  .about-section4-cm .left-col .image-container img {
    box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
    height: auto;
  }

  .nbetaA {
    left: 160px;
    font-size: 600px;
  }

}



@media(max-width:767px){

  .about-section4-cm .left-col {
    margin-bottom:50px;
  }

  .nbetaA{
    display:none;
  }

  .about-section4-cm .right-col {
    padding-left: 0;
  }

  .about-section4-cm {
    padding: 80px 0 50px;
  }
}



/******************* About Section5 Cm Styling Start ***************/




.about-section5-cm{
  padding: 0px 0 88px;
  position:relative;
  z-index:1;
}

.about-section5-cm .left-col .heading-container h6{
  position: relative;
  margin-left: 55px;
  color: rgba(1, 58, 81, 0.9);
  letter-spacing: 0.3px;
  line-height: 13px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-section5-cm .left-col .heading-container h6:before{
  position: absolute;
  left: -55px;
  top: 3px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.about-section5-cm .left-col .heading-container{
  max-width:390px;
  margin-bottom:95px;
}

.about-section5-cm .left-col .heading-container h2{
  font-size:56px;
  line-height:57px;
  letter-spacing:0;
  font-weight:normal;
}

.about-section5-cm .left-col .cm-container .icon-container{
  width: 15.076923%;
}

.about-section5-cm .left-col .cm-container .text-container{
  width: 82.358974%;
  max-width:384px;
}

.about-section5-cm .left-col .cm-container .text-container p{
  font-size:18px;
  line-height:25px;
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0;
  margin-bottom:0;
}

.about-section5-cm .left-col .cm-container .hs_cos_wrapper{
  margin-bottom:40px;
}

.about-section5-cm .left-col{
  width:50%;
}

.about-section5-cm .right-col{
  position: absolute;
  width: 50% !important;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
}




@media(max-width:1024px){

  .about-section5-cm .left-col .heading-container h2 {
    font-size: 44px;
    line-height: 47px;
  }

  .about-section5-cm .left-col .heading-container {
    margin-bottom: 35px;
  }
}


@media(max-width:767px){

  .about-section5-cm .right-col{
    position:relative;
    width:100%;
  }

  .about-section5-cm .left-col{
    width:100%;
  }

  .about-section5-cm .left-col .cm-container .text-container {
    width: 100%;
    max-width: 100%;
  }

  .about-section5-cm .left-col .heading-container {
    max-width: 100%;
  }

  .about-section5-cm .left-col .heading-container h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .about-section5-cm .left-col .cm-container .icon-container {
    width: 15.076923%;
    float: left;
    margin-right: 20px;
  }

  .about-section5-cm {
    padding: 0px 0 18px;
  }
}




/**************** About Section6 Section Styling Start ******************/




.about-section6-cm{
  padding:130px 0 100px;
}

.about-section6-cm .heading-container{
  margin-top:91px;
  margin-bottom:50px;
}

.about-section6-cm .heading-container h6{
  position: relative;
  margin-left: 55px;
  color: rgba(1, 58, 81, 0.9);
  letter-spacing: 0.3px;
  line-height: 13px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display:inline-block;
}

.about-section6-cm .heading-container h6:before{
  position: absolute;
  left: -55px;
  top: 3px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

.about-section6-cm .wrapper-large{
  border-top:1px solid #d8e7ed;
}

.about-section6-cm .cm-section{
  padding: 87px 83px 365px 62px;
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
}

.about-section6-cm .cm-section h3{
  color:#fff;
  font-size:26px;
  line-height:33px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  min-height:80px;
}

body .row-fluid .about-section6-cm .three-col-adjust span>.hs_cos_wrapper{
  margin-right:0;
  flex-basis: 32.9%;
  -webkit-flex-basis: 32.9%;
}


@media(max-width:1300px){

.about-section6-cm .cm-section h3{
   min-height:110px;  
}
}


@media(max-width:1024px){

  .about-section6-cm {
    padding: 90px 0 30px;
  }

  .about-section6-cm .heading-container {
    margin-top: 61px;
    margin-bottom: 20px;
  }

  .about-section6-cm .cm-section {
    padding: 57px 42px 265px;
  }
  
  body .row-fluid .about-section6-cm .three-col-adjust span>.hs_cos_wrapper{
     flex-basis: 32.8%;
    -webkit-flex-basis: 32.8%;
  }
}



@media(max-width:767px){

  .about-section6-cm {
    padding: 10px 0 0px;
  }

  .about-section6-cm .cm-section {
    margin-bottom: 40px;
  }
}






/*=================================================================
Altus Gives Page Styling Start 
==================================================================*/




/******************** Altus Gives Banner Section Styling ****************/



.altus-gives-banner-section{
  padding: 176px 0 105px;
  position:relative;
  z-index:1;
}

.altus-gives-banner-section .heading-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:#7fd8ff;
  text-transform:uppercase;
  margin-bottom:5px;
}

.altus-gives-banner-section .heading-container h1{
  margin-bottom: 17px;
}

.altus-gives-banner-section .wrapper-large{
  position:relative;
}

.altus-gives-banner-section .description-container p{
  font-size:18px;
  line-height:30px;
  font-weight:normal;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
}

.altus-gives-banner-section .description-container{
  max-width:548px;
}

.altus-gives-banner-section .cta-1 a.cta_button{
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.altus-gives-banner-section .cta-1{
  position: absolute;
  right: -20px;
  top: 39%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}




@media(max-width:1024px){

  .altus-gives-banner-section .cta-1{
    right:0;  
  }

  .altus-gives-banner-section{
    padding: 176px 0 70px;  
  }
}


@media(max-width:767px){

  .altus-gives-banner-section .heading-container h6{
    line-height: 18px;
    max-width: 320px;
  }

  .altus-gives-banner-section .cta-1{
    position:relative;
    transform: rotate(0deg);
  }

  .altus-gives-banner-section {
    padding: 126px 0 70px;
  }
}



/********************* Altus Gives Section1 Styling Start ******************/




.altus-gives-section1{
  padding:134px 0;
  position:relative;
  z-index:1;
}

.altus-gives-section1 .left-col .heading-container h6{
  font-size:12px; 
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-left:55px;
  position:relative;
}

.altus-gives-section1 .left-col .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.altus-gives-section1 .left-col .heading-container{
  margin-bottom:45px;
}

.altus-gives-section1 .left-col .description-container p{
  color:rgba(1, 58, 81, 0.9);
  margin-bottom:30px;
}

.altus-gives-section1 .left-col .description-container{
  max-width:548px;
}

.altus-gives-section1 .right-col{
  float:right;
  text-align:right;
}

.altus-gives-section1 .right-col .image-container img{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
  height:auto;
}




@media(max-width:1300px) and (min-width:1025px){

  .altus-gives span.alphaG{
    left:0;
  }
}


@media(max-width:1024px){

  .altus-gives-section1{
    padding: 80px 0 20px;  
  }

  .altus-gives-section1 .left-col .heading-container {
    margin-bottom: 30px;
  }

  .altus-gives-section1 .left-col .description-container p {
    margin-bottom: 15px;
  }
}


@media(max-width:767px){

  .altus-gives-section1{
    padding: 70px 0 20px;  
  }

  .altus-gives-section1 .left-col{
    margin-bottom:30px;
  }
}



/*********************Altus Gives Section2 Styling Start ********************/




.altus-gives-section2{
  padding: 83px 0 100px;
}

.altus-gives-section2 .heading-cont{
  margin-bottom:50px;
}

body .row-fluid .altus-gives-section2 .three-col-adjust span>.hs_cos_wrapper{
  margin:0;
  flex-basis: 32.9%;
  -webkit-flex-basis: 32.9%;
  position:relative;
}

body .row-fluid .altus-gives-section2 .three-col-adjust span>.hs_cos_wrapper .cm-container{
  padding:67px 62px;
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.39);
  position:relative;
  height:518px;
  transition:0.4s all ease-in-out;
  cursor:pointer;
}

body .row-fluid .altus-gives-section2 .three-col-adjust span>.hs_cos_wrapper:hover .hover-container{
  opacity:1;
  transition:0.4s all ease-in-out;
}

.altus-gives-section2 .cm-container .heading-container h3{
  font-size:26px;
  line-height:33px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.altus-gives-section2 .description-container p{
  font-size:18px;
  line-height:30px;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
}

.altus-gives-section2 .description-container{
  margin-top:30px;
}

.altus-gives-section2 .cm-container .cta-container{
  position:absolute;
  bottom:35px;
}

.altus-gives-section2 .cm-container .cta-container a.cta_button{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(255, 255, 255, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-decoration:underline;
}

.altus-gives-section2 .hover-container{
  position:absolute;
  left:0;
  right:0;
  top:0;
  opacity:0;
  bottom:0;
  transition:0.4s all ease-in-out;
  padding:67px 62px;
  cursor:pointer;
}

.altus-gives-section2 .hover-container .hover-heading h3{
  font-size:26px;
  line-height:33px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:33px;
}

.altus-gives-section2 .hover-container .hover-description p{
  font-size:18px;
  line-height:30px;
  letter-spacing:0;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
}



@media(max-width:1024px){

  .altus-gives-section2{
    padding: 43px 0 60px;
  }

  body .row-fluid .altus-gives-section2 .three-col-adjust span>.hs_cos_wrapper .cm-container{
    padding: 30px 20px; 
  }

  .altus-gives-section2 .cm-container .heading-container h3{
    font-size:22px;
  }

  .altus-gives-section2 .hover-container{
    padding: 19px 22px;
  }

  .altus-gives-section2 .hover-container .hover-heading h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}



@media(max-width:767px){

  .altus-gives-section2 .heading-cont{
    margin-bottom: 30px;
  }

  body .row-fluid .altus-gives-section2 .three-col-adjust span>.hs_cos_wrapper .cm-container{
    padding: 30px 20px 290px;
    margin-bottom:30px;
  }

  body .row-fluid .altus-gives-section2 .three-col-adjust span>.hs_cos_wrapper:last-child .cm-container{
    padding:30px 20px 30px;
  }

  .altus-gives-section2 .hover-container{
    height: 488px;
    padding: 30px 20px 0px;
  }
}





/****************** Altus Gives Section3 Cm Styling Start *******************/




.altus-gives-section3{
  padding: 40px 0 67px;
}

.altus-gives-section3 .cm-container .text-container h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.altus-gives-section3 .cm-container .text-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  font-weight:normal;
  color:rgba(1, 58, 81, 0.9);
}

.altus-gives-section3 .cm-container .text-container{
  max-width:656px;
}

.altus-gives-section3 .heading-container{
  margin-bottom:45px;
}

.altus-gives-section3 .cm-container .image-container{
  height:200px;
  max-width:356px;
  float:right;
  position: relative;
  right: -30px;
}

.altus-gives-section3 .cm-container{
  margin-bottom:30px;
  border-bottom:1px solid #d8e7ed;
  padding-bottom:30px;
}




@media(max-width:1185px){

  .altus-gives-section3 .cm-container .image-container{
    right:0;
    max-width:100%;
  }

  .altus-gives-section3 {
    padding: 40px 0 27px;
  }

}



@media(max-width:767px){

  .altus-gives-section3{
    padding: 10px 0 27px;
  }

  .altus-gives-section3 .heading-container {
    margin-bottom: 25px;
  }

  .altus-gives-section3 .cm-container .image-container{
    float:none;
    margin-top:20px;
  }
}



/**************** Altus Gives Section5 Cm Styling Start *******************/

.altus-gives .homepage-section6 .text-container h2{
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.altus-gives-section5-cm{
  padding: 69px 0 0px;
}

.altus-gives-section5-cm .heading-container h3{
  font-size:32px;
  line-height:45px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.altus-gives-section5-cm .heading-container{
  max-width:751px;
  margin-bottom:40px;
}

.altus-gives-section5-cm .list-container ul li{
  display: inline-block;
  margin-right: 34px;
  margin-left: 0;
  margin-bottom: 80px;
}

.altus-gives-section5-cm .list-container ul li img{
  vertical-align:middle;
}

.altus-gives .homepage-section6{
  padding:44px 0 164px;
}


@media(max-width:1260px){

  .altus-gives-section5-cm .list-container ul li{
    margin-right: 30px;
  }

  .altus-gives-section5-cm .list-container ul{
    text-align:center;
  }

  .altus-gives-section5-cm .list-container ul li img{
    max-width:180px;
  }
}




@media(max-width:1024px){

  .altus-gives-section5-cm{
    padding: 35px 0 0px;
  }

  .altus-gives .homepage-section6{
    padding:20px 0 100px;
  }

  .altus-gives .homepage-section6 .text-container h2{
    font-size: 35px;
    line-height: 45px;   
  }

  .altus-gives-section5-cm .list-container ul li{
    margin-bottom:60px;
  }
}



@media(max-width:767px){

  .altus-gives-section5-cm .heading-container h3{
    font-size: 25px;
    line-height: 34px;
  }

  .altus-gives-section5-cm .list-container ul li{
    margin-right: 0;
    margin-bottom: 40px;
  }
}







/*===================================================================
Privacy Page Styling Start 
=====================================================================*/





/************ Privacy Banner Section Styling ********************/




.privacy-banner-section{
  padding: 170px 0 97px;
  background-image: linear-gradient(109deg, #012e41, #025e83);
  position:relative;
}

.privacy-banner-section .heading-container p{
  max-width:669px;
}

.privacy-banner-section .wrapper-large{
  position:relative;
}

.privacy-banner-section .cta-1 a.cta_button {
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.privacy-banner-section .cta-1 {
  position: absolute;
  right: -20px;
  top: 77%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}



@media(max-width:1024px){

  .privacy-banner-section .cta-1{
    right: 0;  
  }
}


@media(max-width:767px){

  .privacy-banner-section .cta-1{
    position: relative; 
    transform:rotate(0);
  }

  .privacy-banner-section {
    padding: 130px 0 97px;
  }
}



/******************* Privacy Section1 Styling Start ****************/



.privacy-section1{
  padding:97px 0 85px;
}

.privacy-section1  .right-col{
  padding-left:90px;
  float:right;
}

.privacy-section1 .left-col .privacy-sidebar-cm .heading h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.privacy-section1 .left-col .privacy-sidebar-cm ul li a{
  font-size:14px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-left:0;
  margin-bottom:14px;
  cursor:pointer;
}

.privacy-section1 .left-col .privacy-sidebar-cm ul li{
  margin-left:0;
}

.privacy-content-cm .heading-container h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:0;
  margin-bottom:17px;
}

.privacy-content-cm .heading-container h5{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:2px;
}

.privacy-content-cm .heading-container p{
  font-size:14px;
  line-height:26px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.privacy-content-cm .heading-container{
  border-bottom:1px solid #d8e7ed;
  margin-bottom:21px;
}

.privacy-content-cm .description-container p{
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  margin-bottom:30px;
}

.privacy-content-cm  .cm-container{
  margin-bottom:100px;
}

.privacy-content-cm .cm-container ul{
  list-style-type:none!important;
}

.privacy-content-cm .cm-container ul li{
  position:relative;
  margin-left:30px;
}

.privacy-content-cm .cm-container a,
.privacy-content-cm .cm-container p a{
  font-size: 18px;
  line-height: 27px;
}

.privacy-content-cm .cm-container ul li:before{
  position: absolute;
  left: -15px;
  top: 12px;
  content: '';
  background: #013a51;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.privacy-sidebar-cm ul li.active a{
  border-bottom:2px solid #73cbf2;
}

.privacy-section1 .privacy-content-cm table{
   border-collapse: collapse;
   border: 1px solid #000000;
   margin:40px 0 40px;
}

.privacy-section1 .privacy-content-cm table td{
  padding:10px 20px;
  border-right:1px solid #000000;
  color: rgba(1, 58, 81, 0.9);
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
}

.privacy-section1 .privacy-content-cm table tr{
   border-bottom:1px solid #000000;
}



@media(max-width:1024px){

  .privacy-section1 .right-col{
    padding-left: 40px;  
  }

  .privacy-section1 .left-col{
    width: 26.928177%; 
  }

  .privacy-section1 .right-col{
    width: 70.309392%;
  }

  .privacy-content-cm .cm-container {
    margin-bottom: 60px;
  }

  .privacy-content-cm .description-container p {
    margin-bottom: 15px;
  }
}



@media(max-width:767px){

  .privacy-section1{
    padding: 70px 0 15px;  
  }

  .privacy-section1 .left-col {
    width: 100%;
    text-align: center;
    margin-bottom:30px;
  }
  
  .privacy-content-cm .cm-container a,
.privacy-content-cm .cm-container p a{
  font-size: 16px;
  line-height: 27px;
}

  .privacy-section1 .right-col{
    width:100%;
    padding-left:0;
  }
}




/*===============================================================
Our People Page Styling Start 
================================================================*/




/************ Team Banner Section Styling *******************/



.team-banner-section{
  padding: 178px 0 223px;
}

.team-banner-section .wrapper-large{
  position:relative;
}

.team-banner-section .right-col .description p{
  font-size:18px;
  line-height:30px;
  color:rgba(255, 255, 255, 0.9);
  letter-spacing:0;
  font-weight:normal;
}

.team-banner-section .right-col .description{
  max-width:548px;
  float:right;
}

.team-banner-section .left-col .heading-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:#7fd8ff;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.team-banner-section .left-col .cta-heading h5{
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:0;
}

.team-banner-section .left-col .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  background:transparent;
  position:relative;
  font-family: "LL Circular Book Web";
  padding:0;
}

.team-banner-section .left-col .cta-container a.cta_button:after{
  position: absolute;
  right: -40px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  height: 18px;
}

.team-banner-section .cta-1 a.cta_button{
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.team-banner-section .cta-1{
  position: absolute;
  right: -20px;
  top: 66%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}



@media(max-width:1200px){

  .team-banner-section .heading-container h1{
    font-size:55px;
    line-height:62px;
  }

  .team-banner-section .left-col{
    width: 37%;  
  }

  .team-banner-section .right-col{
    width: 60%;  
    float:right;
  }
}



@media(max-width:1024px){

  .team-banner-section .heading-container h1{
    font-size: 40px;
    line-height: 42px;  
  }

  .team-banner-section .left-col {
    width: 41%;
  }

  .team-banner-section .right-col {
    width: 57%;
  }

  .team-banner-section .cta-1{
    right:0;
  }
}



@media(max-width:767px){

  .team-banner-section .left-col{
    width:100%;
    margin-bottom:30px;
  }

  .team-banner-section .right-col{
    width:100%;
  }

  .team-banner-section .left-col .cta-container a.cta_button{
    width:auto;
  }

  .team-banner-section .right-col .description{
    max-width: 100%;
    float: none;
  }

  .team-banner-section .cta-1{
    position:relative;
    transform:rotate(0);
  }

  .team-banner-section{
    padding: 128px 0 70px;
  }
}







/*************** People Team Section1 Styling Start ****************/




.people-team-section1{
  margin-top:-163px;
}

.people-team-section1 .cm-container .people-team-cm .image-container{
  background:#fff;
  text-align:center;
}

.people-team-section1 .cm-container .people-team-cm .image-container img{
  height:auto;
}

.people-team-section1 .cm-container .people-team-cm .text-container{
  background:#eef7fb;
  transition:0.4s all ease-in-out;
}

.people-team-section1 .cm-container .people-team-cm .text-container h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  margin-bottom:0;
  transition:0.4s all ease-in-out;
}

body .row-fluid .people-team-section1 .cm-container span>.hs_cos_wrapper{
  box-shadow: 0 9px 20px -2px rgba(0, 0, 0, 0.39);
  flex-basis: 24%;
  -webkit-flex-basis: 24%;
  margin-right: 1%;
  margin-top:15px;
  transition:0.4s all ease-in-out;
  cursor:pointer;
}

.people-team-section1 .cm-container span>.hs_cos_wrapper:hover .text-container{
  background:#16394f;
  transition:0.4s all ease-in-out;
}

.people-team-section1 .cm-container span>.hs_cos_wrapper:hover .text-container h4{
  color:#fff;
  transition:0.4s all ease-in-out;
}

.people-team-section1 .cm-container span>.hs_cos_wrapper:hover .text-container p{
  color:#fff;
  transition:0.4s all ease-in-out;
}


body .row-fluid .people-team-section1 .cm-container span{
  margin-right:0;
}

.people-team-section1 .cm-container .people-team-cm .text-container p{
  font-size:14px;
  line-height:normal;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.9);
  font-weight:500;
  margin-bottom:0;
  font-family: "LL Circular Medium Web";
}

.people-team-section1 .cm-container .people-team-cm .text-container{
  padding:10px 18px;
}

.people-team-cm .text-container .right-col{
  float:right;
  text-align:right;
  margin-top:13px;
}

.people-team-cm .text-container .right-col .img-1{
  display:block;
  transition:0.4s all ease-in-out;
  float:right;
}

.people-team-cm .text-container .right-col .img-2{
  display:none;
  transition:0.4s all ease-in-out;
  float:right;
}

.people-team-section1 .cm-container span>.hs_cos_wrapper:hover .people-team-cm .text-container .right-col .img-1{
  display:none;
  transition:0.4s all ease-in-out;
}

.people-team-section1 .cm-container span>.hs_cos_wrapper:hover .people-team-cm .text-container .right-col .img-2{
  display:block;
  transition:0.4s all ease-in-out;
}

.team-page .about-section6-cm .wrapper-large {
  border-top:none;
}

.team-page .about-section6-cm{
  padding: 37px 0 100px;
}



@media(max-width:1024px){

  .people-team-section1 .cm-container .people-team-cm .text-container h4{
    font-size: 17px;  
  }

  .people-team-section1 .cm-container .people-team-cm .text-container p{
    font-size:13px;
  }

  .people-team-cm .text-container .right-col{
    margin-top: 23px;
  }

  .team-page .about-section6-cm {
    padding: 37px 0 40px;
  }
}



@media(max-width:767px){

  .people-team-section1{
    margin-top: 0;
    padding: 60px 0 0;  
  }

  .people-team-section1 .cm-container .people-team-cm .text-container .left-col{
    float:left;
  }

  .team-page .about-section6-cm{
    padding: 37px 0 20px;
  }
  
  body .row-fluid .people-team-section1 .cm-container span>.hs_cos_wrapper{
     max-width: 375px;
    margin: 20px auto 0!important;
    float: none;
  }


}






/*=====================================================
Team Single Page Styling Start 
=======================================================*/




/***************** Team Single Banner Section Styling ***************/





.team-single-banner{
  padding: 179px 0 223px;
  position:relative;
  z-index:3;
}

.team-single-banner .wrapper-large{
  position:relative;
}

.team-single-banner .heading-container h6{
  color:#7fd8ff;
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.team-single-banner .cta-heading h5{
  margin-bottom:5px;
  font-size:14px;
  letter-spacing:0;
}

.team-single-banner .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  background:transparent;
  position:relative;
  padding:0;
  z-index:11;
}

.team-single-banner .cta-container a.cta_button:after{
  position: absolute;
  right: -47px;
  top: 5px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  height: 18px;
}

.team-single-banner .cta-1 a.cta_button{
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.team-single-banner .cta-1{
  position: absolute;
  right: -20px;
  top: 66%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}



@media(max-width:1024px){

  .team-single-banner .cta-1{
    right:0;
  }
}


@media(max-width:767px){

  .team-single-banner .cta-container a.cta_button{
    width:auto;
  }

  .team-single-banner .cta-1{
    position: relative;
    transform: rotate(0deg);
    margin-top: 20px;
  }

  .team-single-banner{
    padding: 159px 0 80px;  
  }
}



/****************** Team Single Section1 Styling **************/




.team-slider-cm{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.21);
  overflow: hidden;
  padding: 0 50px;
  position:relative;
  margin-top: -250px;
  background: #fff;
}

.team-slider-cm .right-col {
  position: absolute;
  top: 0;
  margin-left: 0;
  margin-top:0;
  right: 80px;
}

.team-slider-cm:after{
  position: absolute;
  left: 50%;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-5%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 59px;
  height: 59px;
  top: 314px;
  z-index: 1;
}

.team-slider-cm .image-container{
  position:relative;
}

.team-slider-cm .image-container:after {
  position: absolute;
  left: 28%;
  top: 0;
  bottom: 0;
  content: '';
  background: #16394f;
  width: 2px;
}

.team-slider-cm .left-col {
  padding-top: 62px;
  padding-bottom: 296px;
}



@media(max-width:1024px){

  .team-slider-cm .image-container img{
    height:auto; 
  }

  .team-slider-cm .right-col{
    right:0;
  }

  .team-slider-cm .left-col{
    padding-bottom: 120px;  
  }

  .team-slider-cm .image-container:after{
    left: 171px;   
  }

  .team-slider-cm:after{
    left: 63%;
  }
}


@media(max-width:767px){

  .team-slider-cm{
    margin-top:0;  
  }

  .team-single-section1 {
    padding: 70px 0 74px;
  }

  .team-slider-cm .right-col{
    position:relative;
  }

  .team-slider-cm .left-col {
    padding-bottom: 0px;
  }

  .team-slider-cm{
    padding:0 20px;
  }

  .team-slider-cm .image-container:after{
    display:none;  
  }

  .team-slider-cm:after{
    display:none;  
  }

}





/****************** Team Bio Section Styling ******************/


.team-single-section1{
  padding:100px 0 84px;
}

.team-bio-cm{
  padding:0px 0 20px;
  position:relative;
  z-index:1;
}

.team-bio-cm .left-col .heading-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-left:55px;
  position:relative;
}

.team-bio-cm .left-col .heading-container h6:before{
  position:absolute;
  left:-55px;
  top:3px;
  content:'';
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:41px;
  height:9px;
}

.team-bio-cm .left-col .heading-container{
  margin-bottom:53px;
}

.team-bio-cm .left-col .description-container p{
  color:rgba(1, 58, 81, 0.9);
  margin-bottom:30px;
}

.team-bio-cm .left-col .description-container{
  max-width:726px;
}

.team-bio-cm .right-col{
  position:relative;
}

.team-bio-cm .left-col .contact-info ul li img{
  vertical-align:middle;
}

.team-bio-cm .left-col .contact-info ul li a{
  font-size:20px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  color:#16394f;
}

.team-bio-cm .left-col .contact-info ul li span{
  margin-right:5px;
}

.team-bio-cm .right-col .alphaB{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 700px;
  letter-spacing: 0;
  color: #f6fcff;
  font-weight: 900;
  font-family: "LL Circular Black Web";
  z-index: -1;
  transition: transform 0.7s ease;
}

.team-bio-cm .left-col{
  position:relative;
  padding-bottom:31px;
}

.team-bio-cm .left-col:after{
  position:absolute;
  left:0;
  bottom:0;
  content:'';
  background:#d8e7ed;
  width:726px;
  height:1px;
}



@media(max-width:1024px){

  .team-bio-cm .right-col .alphaB{
    left: -20px;
    font-size: 440px;  
  }
}



@media(max-width:767px){

  .team-bio-cm .left-col .heading-container {
    margin-bottom: 30px;
  }

  .team-bio-cm .right-col .alphaB{
    display:none;
  }
}


/***************** Team Single Section2 Styling Start ****************/




.team-single-section2 .heading-container{
  margin-bottom:60px;
}

.team-single-section2 .heading-container p{
  font-size:17px;
  line-height:24px;
  letter-spacing:-0.05px;
  color:#18394e;
  font-family:Proxima nova;
  font-weight:normal;
}

.team-single-section2{
  padding: 109px 0 78px;
}

.team-single-section2 .right-col .access-guide-container .heading-cont h3{
  font-size:28px;
  line-height:30px;
  letter-spacing:0;
  color:#18394e;
  margin-bottom:12px;
}

.team-single-section2 .right-col .access-guide-container .access-guide-cta a.cta_button{
  background:#cedeb4;
  font-size:14px;
  letter-spacing:0;
  font-weight:500;
  color:#18394e;
  box-shadow: 0 7px 11px -4px rgba(0, 0, 0, 0.45);
  padding: 10px 15px;
}

.team-single-section2 .right-col .access-guide-container{
  padding: 42px 29px; 
  position:relative;
  height:549px;
}

.team-single-section2 .right-col{
  margin-left:19px;
}

.team-single-section2 .left-col{
  width: 66.811966%;
}

.team-single-section2 .team-resources .home-post-item-1,
.team-single-section2 .team-resources .home-post-item-2{
  width: 45.6%;
  margin-bottom:0;
}

.team-single-section2 .team-resources .home-post-item-1{
  margin-right:53px;
}

.team-single-section2 .team-resources .home-post-item-2{
  margin-right:0;
}

.team-single-section2 .team-resources .header-container{
  margin-bottom: 8px;
}

.team-single-section2 .image-container{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-single-section2 .image-container img{
  height:auto;
}



@media(max-width:1280px){

  .team-single-section2 .left-col {
    width: 65.811966%;
  }
}



@media(max-width:1256px) and (min-width:1080px){

  .team-single-section2 .right-col .access-guide-container{
    height: 575px;
  }
}


@media(max-width:1079px) and (min-width:1054px){
  .team-single-section2 .right-col .access-guide-container{
    height: 575px;
  }

}


@media(max-width:1053px) and (min-width:1025px){
  .team-single-section2 .right-col .access-guide-container{
    height: 599px;
  }

}


@media(max-width:1024px) and (min-width:885px){
  .team-single-section2 .right-col .access-guide-container{
    height: 596px;
  }

}


@media(max-width:1024px){

  .team-single-section2{
    padding: 60px 0 78px;  
  }

  .team-single-section2 .team-resources .home-post-item-1{
    margin-right: 20px;  
  }

  .team-single-section2 .team-resources .home-post-item-1,
  .team-single-section2 .team-resources .home-post-item-2 {
    width: 47.6%;
  }

  .team-single-section2 .right-col .access-guide-container .heading-cont h3{
    font-size: 23px; 
  }


}


@media(max-width:884px) and (min-width:800px){

  .team-single-section2 .right-col .access-guide-container{
    height: 622px;
  }
}

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

  .team-single-section2 .right-col .access-guide-container{
    height: 652px;
  }
}





@media(max-width:767px){

  .team-single-section2 .left-col{
    width:100%;
  }

  .team-single-section2 .right-col .access-guide-container {
    height: 520px;
  }

  .team-single-section2 .right-col{
    width:100%;
    margin:0;
  }

  .team-single-section2 .team-resources .home-post-item-1,
  .team-single-section2 .team-resources .home-post-item-2{
    width:100%;
    margin-right:0;
    margin-bottom:20px;
  }

  .team-single-section2 .heading-container {
    margin-bottom: 30px;
  }

  .team-single-section2 {
    padding: 50px 0 78px;
  }
}








.form-green-overlay{
  transition: all ease-in-out .4s;
  position: relative;
}

.home-page .form-green-overlay{
  position:relative;
}



.form-green-overlay:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: rgba(22, 57, 79, 0.9);
  opacity:0;
}

body.request-open .form-green-overlay{
  z-index:15;
  position:static;
}

body.request-open .form-green-overlay:before{
  opacity:1;
}

body.request-open{
  overflow:hidden;
}

@media(max-width:767px){

  body .container-fluid .row-fluid .form-green-overlay{
    display:none;
  }    


}

/*===========================================================================
Request a quote Page Styling
============================================================================*/

body.request-a-quote-single .container-fluid .row-fluid .request-a-quote{
  border:none;
  max-width:100%;
  position:static;
  transform:none;
  padding: 75px 15px 80px;
}







/*=============================================================================
Request a Quote Styling
============================================================================*/


.request-consultation-cta a.cta_button{
  background: #eef7fb;
  color: rgba(22, 57, 79, 0.9);
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 13px 30px;
  position: absolute;
  left: -69px;
  transform: rotate(90deg);
  -webkit-transform:rotate(90deg);
  top: 51%;
  z-index: 11;
}

.request-a-quote .close-button ul li{
  display:inline-block;
  font-size:13px;
  line-height:24px;
  letter-spacing:0;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

.request-a-quote .close-button{
  float:right;
  text-align:right;
  margin-top:50px;
}

.request-a-quote .close-button ul li span{
  margin-right:10px;
}

.request-a-quote .close-button ul li img{
  width:10px;
  height:auto;
  vertical-align:middle;
}

body .container-fluid .row-fluid .request-a-quote{
  width: 100%;
  max-width: 678px;
  position: fixed;
  top: 0;
  bottom: 0;
  /*     z-index: 15; */
  z-index: 99;
  right: 0;
  transform: translate(1000px);
  -webkit-transform: translate(1000px);
  transition: all ease-in-out .4s;
}

body .container-fluid .row-fluid .request-a-quote form .hs-button {
  font-size: 14px;
  text-align: left;
  color: #000;
  background-color:#7fd8ff;
  margin: 0;
  padding: 13px;
  width: 100%;
  max-width: 188px;
  margin-top: 0;
  cursor: pointer;
  border-bottom: 0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}







body.home-page .container-fluid .row-fluid .request-a-quote{
  transform: translate(922px); 
  -webkit-transform:translate(922px);
}

body.home-page .container-fluid .row-fluid .request-a-proposal-inner{
  display:none
}

body .container-fluid .row-fluid .request-a-quote.open{
  transform: translate(0px);
  -webkit-transform: translate(0px);
  padding-left: 56px;
  overflow-y: scroll;
}

.request-a-quote::-webkit-scrollbar { 
  display: none; 
}

body .container-fluid .row-fluid  .request-a-quote h2{
  margin-bottom: 4px;
}

body .container-fluid .row-fluid  .request-a-quote .close-button h6{
  font-size: 13px;
  line-height: 24px;
  letter-spacing:0;
  text-align: right;
  color: #16394f;
  font-weight:400;
  cursor:pointer;
  margin-top:30px;
  font-family: "LL Circular Book Web";
  position:relative;
  right:-60px;
}

body .container-fluid .row-fluid  .request-a-quote .form-cont-2 form .actions{
  margin-top:60px;
}

body .container-fluid .row-fluid  .request-a-quote h6 span{
  color:#000000;
  margin-left: 8px;
  font-size: 20px;
  line-height: 30px;
}

body .container-fluid .row-fluid  .request-a-quote ul{
  margin:0;
  padding:0;
  margin-bottom:20px;
}

body .container-fluid .row-fluid  .request-a-quote ul li{
  display:inline-block;
  margin:0;
  padding:0;
  //line-height: 0;
}

body .container-fluid .row-fluid  .request-a-quote form label{
  font-size:16px;
  letter-spacing:0;
  color:#7b98a4;
  font-weight:normal;
  padding-bottom:0;
}

body .container-fluid .row-fluid  .request-a-quote form input{
  margin-bottom:30px;
}

body .container-fluid .row-fluid  .request-a-quote ul li:before{
  display:none;
}

body .container-fluid .row-fluid  .request-a-quote .line-height-zero li{
  line-height:0;
}

body .container-fluid .row-fluid  .request-a-quote .close-button ul li img{
  vertical-align:middle;
}


body .container-fluid .row-fluid .step-form-container{
  max-width: 690px;
  float: none;
  padding-top: 0;
  overflow: hidden;
  padding: 0 70px 70px;
  background: #fff;
  margin: 0;
}

.step-form-container .black-cta{
  cursor:pointer;
}

.step-form-container .black-cta a.cta_button {
  pointer-events:none;
}

.row-fluid  .request-a-quote form input, 
.row-fluid .request-a-quote form select, 
.row-fluid .request-a-quote form textarea{
  color: #000000;
}

.request-a-quote .heading p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  margin-bottom:40px;
}

body .container-fluid .row-fluid  .request-a-quote form .actions{
  position: relative;
  font-size: 18px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 13px;
  width: 100%;
  max-width: 188px;
  margin-top: 5px;
  display: inline-block;
  padding: 0;
  border: none;
  z-index:1;
}

body .container-fluid .row-fluid  .request-a-quote form .actions:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 14px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Group%204%20%282%29.svg) no-repeat;
  width: 18px;
  height: 15px;
  z-index: 2;
}

.request-a-quote .close-button{
  position:relative;
  right:-50px;
  max-width:70px;
  cursor:pointer;
}

.request-a-quote .step-form-container .hs-richtext p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  margin-bottom:40px;
}

body .container-fluid .row-fluid  .request-a-quote .ul-space-top form ul{
  margin-top:60px;
  margin-bottom:0;
}


body .container-fluid .row-fluid  .request-a-quote form textarea{
  height:100px;
  padding: 11px;
}


body .container-fluid .row-fluid  .request-a-quote .file-upload>input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display:none!important;
}

body .container-fluid .row-fluid  .request-a-quote .input > input[type=file] { display: none }

body .container-fluid .row-fluid  .request-a-quote .file-upload{
  display:block;
  position:relative;
  margin-bottom:21px;
}


body .container-fluid .row-fluid  .request-a-quote .file-upload-file-name{
  display: block;
  background-color: #ffffff;
  height: 16px; 
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  color: black;
  font-weight: 400;
}

body .row-fluid .request-a-quote form input{
  border:1px solid #a8b7c7;
}

body .row-fluid .request-a-quote form input:focus{
  border:1px solid #73cbf2;
}


body .container-fluid .row-fluid  .request-a-quote .file-upload-button-label{
  height: 50px;
  padding: 12px 15px;
  letter-spacing: 0.8px;
  position: relative;
  right: 0px;
  top: 0px;
  border: solid 1px #a8b7c7;
  width: 94%;
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
  color: rgba(107, 107, 107, 0.28);
  font-family: neuzeit-grotesk,sans-serif;
}


.request-a-quote .form-cont-1 ul li .div1{
  background: #7fd8ff;
  width: 91px;
  height: 5px;
  display: block;
}

.request-a-quote .form-cont-1 ul li .div2,
.request-a-quote .form-cont-1 ul li .div3,
.request-a-quote .form-cont-1 ul li .div4{
  background: #d8e7ed;
  width: 91px;
  height: 5px;
  display: block;
}

.request-a-quote .form-cont-2 ul li .div1,
.request-a-quote .form-cont-2 ul li .div2{
  background: #7fd8ff;
  width: 91px;
  height: 5px;
  display: block;
}

.request-a-quote .form-cont-2 ul li .div3,
.request-a-quote .form-cont-2 ul li .div4{
  background: #d8e7ed;
  width: 91px;
  height: 5px;
  display: block;
}

.request-a-quote .form-cont-3 ul li .div1,
.request-a-quote .form-cont-3 ul li .div2,
.request-a-quote .form-cont-3 ul li .div3{
  background: #7fd8ff;
  width: 91px;
  height: 5px;
  display: block;
}

.request-a-quote .form-cont-3 ul li .div4{
  background: #d8e7ed;
  width: 91px;
  height: 5px;
  display: block;
}



@media(max-width:1024px){

  body .container-fluid .row-fluid .step-form-container{
    padding-top:0;
  }
}


@media(max-width:767px){

  body .container-fluid .row-fluid .request-a-quote .file-upload-button-label{
    width:87%;
  }    

}



body .container-fluid .row-fluid  .request-a-quote form .field>label span span{
  margin-left: 8px;
}

body .container-fluid .row-fluid  .request-a-quote .form-4 input[type="text"]{
  border: solid 1px #d8d8d8;
  padding: 8px 10px;
  max-width: 251px;
  margin-top: 29px;
}

body .container-fluid .row-fluid  .request-a-quote .form-4 .hs_my_budget_is input[type="text"]{
  max-width:100%;
  border: none;
  padding: 0;
  height: auto;
  margin: 0;
}


body .container-fluid .row-fluid  .request-a-quote .form-5 form .field>label{
  margin-bottom: 27px;
}

body .container-fluid .row-fluid  .request-a-quote .form-5 input[type="text"]{
  border: solid 1px #d8d8d8;
  padding: 8px 10px;
  max-width: 304px;
  margin-top: 29px;
}

body .container-fluid .row-fluid  .request-a-quote .remove-button-space form .actions{
  margin-top:30px;
}

.thank-you-text h3{
  font-size: 26px;
  line-height: 1.19;
  color: #000000;
  font-weight:400;
  font-family: neuzeit-grotesk, sans-serif;
  margin-bottom: 60px;
}

.thank-you-text p{
  margin-bottom: 30px;
}

.thank-you-text p span{
  color:#15d1a6;
}

.thank-you-text a{
  font-size: 18px;
  color: #000000;
  font-weight:bold;
}
.thank-you-text  img{
  vertical-align:middle;
}

.thank-you-text h2 img{
  vertical-align: text-bottom;
}

.thank-you-text a img{
  margin-right: 20px;

}

@media(max-width:767px){

  .thank-you-text h2 img{
    max-width: 35px;
    width: 100%;
    height: auto;
  }    


}

.form-green-overlay{
  transition: all ease-in-out .4s;
  position: relative;
}

.home-page .form-green-overlay{
  position:relative;
}

.form-green-overlay:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: rgba(22, 57, 79, 0.9);
  opacity:0;
  z-index:11;
}

body.request-open .form-green-overlay{
  z-index:15;
  position:static;
}

body.request-open .form-green-overlay:before{
  opacity:1;
}

body.request-open{
  overflow:hidden;
}

@media(max-width:767px){

  body .container-fluid .row-fluid .form-green-overlay{
    display:none;
  }    


}


/*=================================================
Add this Styling
====================================================*/


body #at4-share{
  left:60px;
}





.three-column-boxes .column1.green-cta a.cta_button{
  background-color: #00f9c4;
}

.three-column-boxes .column1.green-cta a.cta_button:hover{
  background-color:#fff;
}

.three-column-boxes .column1.green-cta  a.cta_button:after {
  background: url(//325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Assets%20March%5B17%5D/fill-3@2x-1.png?t=1505740673952) no-repeat;
}

@media(max-width:767px){

  body .mobile-section-five{
    padding:75px 0;
  }    

}



@media(max-width:767px){

  body .container-fluid .row-fluid .request-a-quote h2 {
    margin-bottom: 20px;
  }   


  body .container-fluid .row-fluid .request-a-quote ul li {
    padding: 0 11px 15px 0!important
  }    

}







/*=====================================================================
Investment Page Styling Start 
======================================================================*/




/***************** Investment Banner Section Styling ******************/




.investment-banner-section{
  padding: 178px 0 299px;
  position:relative;
}

.investment-banner-section .wrapper-large{
  position:relative;
}

.investment-banner-section .heading-container h6{
  color:#7fd8ff;
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:5px;
}

.investment-banner-section .cta-1 a.cta_button {
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.investment-banner-section .cta-1 {
  position: absolute;
  right: -20px;
  top: 119%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}



@media(max-width:1024px){

  .investment-banner-section .cta-1{
    right:0;
  }

  .investment-banner-section {
    padding: 178px 0 260px;
  }
}


@media(max-width:767px){

  .investment-banner-section .cta-1{
    position:relative;
    transform:rotate(0);
  }

  .investment-banner-section{
    padding: 138px 0 210px;  
  }
}



/*********************** Investment Philosophy Cm Styling Start *********************/


.investment-philosophy-cm{
  position:relative;
  z-index:1;
  padding-bottom:120px;
}

.service-inner .slide-count-wrap{
  display:none;
}

/*.investment-philosophy-cm .heading-container h2 span{
text-decoration:underline;
}*/

.investment-philosophy-cm .heading-container{
  margin-bottom:46px;
}

.investment-philosophy-cm .cm-container h4{
  font-size:23px;
  line-height:26px;
  letter-spacing:normal;
  font-weight:normal;
  margin-bottom:26px;
}

.investment-philosophy-cm .cm-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  max-width:365px;
}

body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper{
  margin-right: 3.43%;
  border-bottom:1px solid #d8e7ed;
  padding-bottom: 21px;
  margin-bottom: 37px;
}

body .row-fluid .investment-philosophy-cm .three-col-adjust span{
  margin-right:0;
}

body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper:nth-last-child(1),
body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper:nth-last-child(2),
body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper:nth-last-child(3){
  border-bottom:none;
}

.invest-a{
  position: absolute;
  right: -220px;
  top: -70px;
  content: 'A';
  font-family: "LL Circular Black Web";
  font-weight: 900;
  color: #f6fcff;
  font-size: 800px;
  letter-spacing: 0;
  z-index: -1;
  transition: transform .7s ease;
}



@media(max-width:1024px){

  .investment-philosophy-cm .cm-container h4{
    font-size: 22px;
    min-height: 53px;
  }

  body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper{
    margin-bottom:7px;
  }

  .invest-a{
    right: -120px;
    font-size: 580px;
  }

  .investment-philosophy-cm{
    padding-bottom: 70px;
  }
}



@media(max-width:767px){

  .invest-a{
    display:none;
  }

  .investment-philosophy-cm .cm-container h4{
    min-height:0;
    margin-bottom:20px;
  }

  body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper{
    margin-bottom: 30px;
  }

  body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper:nth-last-child(2),
  body .row-fluid .investment-philosophy-cm .three-col-adjust span>.hs_cos_wrapper:nth-last-child(3){
    border-bottom: 1px solid #d8e7ed;  
  }

  .investment-philosophy-cm {
    padding-bottom: 20px;
  }
}



/********************* Investment Section4 Styling ******************/




.investment-section4{
  padding: 121px 0 128px;
  background:#f5f9fb;
  border-top:1px solid #d8e7ed;
  border-bottom:1px solid #d8e7ed;
  position:relative;
}

.investment-section4 .right-col .image-container{
  position: absolute;
  top: -60px;
  right: -120px;
  width: 661px;
}

.investment-section4 .heading-container h6{
  color:rgba(1, 58, 81, 0.9);
  letter-spacing:0.3px;
  font-size:12px;
  line-height:13px;
  font-weight:normal;
  margin-bottom:5px;
  text-transform:uppercase;
}

.investment-section4 .heading-container{
  border-bottom:2px solid #d8e7ed;
  max-width:578px;
  padding-bottom:17px;
  margin-bottom:25px;
}

.investment-section4 .description p{
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  max-width:578px;
}

body .row-fluid .investment-section4 .cta-container a.cta_button{
  background:#7fd8ff;
  color:#16394f;
  font-weight:500;
  font-size:14px;
  letter-spacing:0;
  font-family: "LL Circular Medium Web";
  box-shadow: 0 7px 20px -1px rgba(0, 0, 0, 0.28);
}

.investment-section4 .cta-container{
  margin-top:20px;
}



@media(max-width:1024px){

  .investment-section4 .right-col .image-container{
    top: -30px;
    right: -40px;
    width: 361px;
  }

  .investment-section4{
    padding: 71px 0 70px;
  }
}



@media(max-width:767px){

  .investment-section4 .right-col .image-container{
    top: 0;
    right: -20px;
    width: 100%;
    position: relative;
    margin-top: 50px;  
  }

  .investment-section4 {
    padding: 71px 0 40px;
  }
}




/**************** Investment Section5 Styling *******************/

.testimonial-slider .slick-slide img{
  margin:0 auto;
}

body .row-fluid .investment-section5{
  padding:193px 0 205px;
}




@media(max-width:1024px){

  body .row-fluid .investment-section5{
    padding: 70px 0 155px;
  }
}


@media(max-width:767px){

  body .row-fluid .investment-section5{
    padding: 60px 0 125px;  
  }
}




/******************Investment Section2 Styling ****************/

@media(max-width:767px){

  body .row-fluid .investment-section2{
    padding: 60px 0 70px;
  }
}







/***************** Image Slider Page Styling Start ***********************/




.image-slider-banner{
  background-image: linear-gradient(109deg, #012e41, #025e83);
  padding:200px 0 100px;
}






/******************** Image Slider Cm Styling Start *******************/



.image-slider-cm{
  padding:100px 0;
  margin-left:0!important;
  position:relative;
  z-index:4;
}

.image-slider-cm .heading-container{
  margin-bottom:60px;
}

.image-slider-cm ul li{
  display: inline-block;
  margin-left: 0;
  max-width: 164px;
  margin-right: 5px;
  cursor:pointer;
}

.image-slider-cm .hs_cos_wrapper{
  position:relative;
}

.image-slider-cm ul{
  margin: 0;
  text-align: center;
  border-top: 1px solid #d8e7ed;
  padding-top: 15px;
}

.image-slider-cm .text-container1{
  position:absolute;
  left:47px;
  top:85px;
  width:400px;
  height:100%;
  max-width:400px; 
  z-index:11;
  opacity:1;
}

.image-slider-cm .text-container2{
  opacity:0;
}

.testClass{
  opacity:1;
}

.image-slider-cm .text-container1.testClass{
  opacity:0;
}

.image-slider-cm .text-container2{
  position:absolute;
  right:47px;
  top:85px;
  height:100%;
  width:400px;
  max-width:400px; 
  z-index:11;
}

.image-slider-cm .slider-container{
  box-shadow: 0 15px 40px -2px rgba(0, 0, 0, 0.21);
  position:relative;
  z-index:3;
}

.image-slider-cm .text-container1 .info-cont h4{
  font-size:31px;
  line-height:36px;
  letter-spacing:0;
  font-weight:500;
  margin-bottom:0;
  font-family: "LL Circular Medium Web";
}

.image-slider-cm .text-container1 .info-cont h5{
  font-size:14px;
  color:rgba(124, 134, 152, 0.9);
  line-height:normal;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.image-slider-cm .text-container1 .info-cont{
  margin-bottom:35px;
}

.image-slider-cm .text-container2 .info-cont{
  margin-bottom:35px;
}

.image-slider-cm .text-container1 .description-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  max-width:296px;
}

.image-slider-cm .text-container1 .description-container{
  margin-bottom:110px;
}

.image-slider-cm .text-container2 .description-container{
  margin-bottom:110px;
  max-width:296px;
  float:right;
}

.image-slider-cm .cta-container h5{
  font-size:14px;
  line-height:normal;
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:5px;
}

.image-slider-cm .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  position:relative;
}

.image-slider-cm .cta-container a.cta_button:after{
  position: absolute;
  right: -40px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  height: 18px;
}



.image-slider-cm .text-container2 .info-cont h4{
  font-size:31px;
  line-height:36px;
  letter-spacing:0;
  margin-bottom:0;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.image-slider-cm .text-container2 .info-cont h5{
  font-size:14px;
  color:rgba(124, 134, 152, 0.9);
  line-height:normal;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.image-slider-cm .text-container2 .description-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
}

.image-slider-cm .text-container2{
  text-align:right;
}

.image-slider-cm .cta-container h5{
  font-size:14px;
  line-height:normal;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.image-slider-cm .cta-container a.cta_button{
  font-size:21px;
  letter-spacing:0;
  font-weight:normal;
  position:relative;
}

.image-slider-cm .cta-container a.cta_button:after{
  position: absolute;
  right: -40px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  height: 18px;
}

.mobile-slider{
  display:none;
}




@media(max-width:1160px) and (min-width:1025px){

  .image-slider-cm .text-container1{
    top:35px;
  }

  .image-slider-cm .text-container1 .description-container {
    margin-bottom: 50px;
  }
}



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

  .image-slider-cm .text-container1{
    left: 25px;
    top: 25px; 
    width: 230px;
    max-width: 230px;
  }

  .image-slider-cm .text-container1 .info-cont h4 {
    font-size: 25px;
    line-height: 31px;
  }

  .image-slider-cm .text-container1 .info-cont {
    margin-bottom: 10px;
  }

  .image-slider-cm .text-container1 .description-container p {
    font-size: 15px;
    line-height: 20px;
    max-width: 226px;
    margin-bottom: 0;
  }

  .image-slider-cm .text-container1 .description-container {
    margin-bottom: 10px;
  }

  .image-slider-cm .cta-container a.cta_button {
    font-size: 16px;
    padding: 0;
  }

  .image-slider-cm .cta-container a.cta_button:after{
    top:2px;
  }

  .image-slider-cm .text-container2{
    right: 25px;
    top: 25px; 
    width: 230px;
    max-width: 230px;
  }

  .image-slider-cm .text-container2 .info-cont h4 {
    font-size: 25px;
    line-height: 31px;
  }

  .image-slider-cm .text-container2 .info-cont {
    margin-bottom: 10px;
  }

  .image-slider-cm .text-container2 .description-container p {
    font-size: 15px;
    line-height: 20px;
    max-width: 226px;
    margin-bottom: 0;
  }

  .image-slider-cm .text-container2 .description-container {
    margin-bottom: 10px;
  }

  .image-slider-cm .cta-container a.cta_button {
    font-size: 16px;
    padding: 0;
  }

  .image-slider-cm .cta-container a.cta_button:after{
    top:2px;
  }
}



@media(max-width:767px){

  .mobile-slider{
    display:block;
    padding:20px 0 60px;
  }

  .image-slider-cm{
    display:none!important;
  }

  .mobile-slider .image-slider-container .image-container{
    height:400px;
    border-bottom: 1px solid #d8e7ed;
  }

  a:focus{
    outline:none;
  }

  .image-mobile-slider .slick-slide{
    display:none;
  }

  .image-mobile-slider .slick-slide:focus{
    outline:0;
  }

  .image-mobile-slider .slick-initialized .slick-slide{
    display:block;
  }

  .image-mobile-slider .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #ffffff;
  }

  .image-mobile-slider .slick-dots li.slick-active button:focus{
    outline:0;
  }

  .image-mobile-slider .slick-dots li {
    margin: 0 7px;
    display: inline-block;
  }

  .image-mobile-slider .slick-dots {
    text-align: center;
  }

  .image-mobile-slider .slick-dots li button {
    font-size: 1px;
    color: transparent;
    padding: 0;
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }

  .image-mobile-slider{
    position:relative;
    z-index:1;
  }

  .image-mobile-slider .slick-next:after{
    position: absolute;
    content: '\f105';
    width: 20px;
    height: 20px;
    top: 50%;
    right: 2%;
    font-size: 40px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    z-index: 1;
    background: #fff;
    padding: 20px;
    line-height: 20px;
    cursor:pointer;
  }

  .image-mobile-slider .slick-prev:after{
    position: absolute;
    content: '\f104';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 2%;
    font-size: 40px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
    background: #fff;
    padding: 20px;
    line-height: 20px;
    cursor:pointer;
  }

  .image-mobile-slider ul.slick-dots{
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile-slider .text-container3 h4{
    font-size:28px;
    line-height:30px;
    letter-spacing:0;
    font-weight:normal;
    font-family: "LL Circular Book Web";
  }

  .mobile-slider .text-container3 h5{
    font-size:14px;
    color:rgba(124, 134, 152, 0.9);
    font-weight;500;
    font-family: "LL Circular Medium Web";
    margin-bottom:20px;
  }

  .mobile-slider .text-container3{
    margin-top:30px;
  }

  .mobile-slider .cta-container{
    margin-top:20px;
  }

  .mobile-slider .cta-container h5{
    font-size:14px;
    color:#16394f;
    letter-spacing:0;
    margin-bottom:5px;
    font-weight:500;
    font-family: "LL Circular Medium Web";
  }

  .mobile-slider .cta-container a.cta_button{
    font-size:21px;
    letter-spacing:0;
    position:relative;
    font-weight:normal;
    font-family: "LL Circular Book Web";
  }

  .mobile-slider .cta-container a.cta_button:after{
    position:absolute;
    right: -40px;
    top: 6px;
    content:'';
    background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:30px;
    height:18px;
  }
}










/****************** Team Single Slider Cm Styling ********************/




.team-single-slider-cm{
  margin-top:-230px;
}

.team-slingle .image-slider-cm{
  padding-top:0;
}

.mobile-team-container{
  display:none;
}




@media(max-width:767px){


  .mobile-team-container{
    display:block;
    padding-bottom:50px;
  }

  .mobile-team-container .image-container{
    height:400px;
    border-bottom:1px solid #d8e7ed;
    margin-bottom:30px;
  }

  .mobile-team-container .info-container h4{
    font-size:28px;
    line-height:30px;
    letter-spacing:0;
    font-weight:normal;
    margin-bottom:5px;
  }

  .mobile-team-container .info-container h5{
    font-size:14px;
    color:rgba(124, 134, 152, 0.9);
    font-weight:500;
    font-family: "LL Circular Medium Web";
  }

  .mobile-team-container .cta-container h5{
    font-weight:500;
    margin-bottom:5px;
    font-family: "LL Circular Medium Web";
    font-size:14px;
  }

  .mobile-team-container .cta-container a.cta_button{
    position:relative;
    font-size:17px;
    letter-spacing:0;
    font-weight:normal;
    padding:0;
  }

  .mobile-team-container .cta-container a.cta_button:after{
    position:absolute;
    right: -39px;
    top: 3px;
    content:'';
    background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:30px;
    height:18px;
  }
}




.hs-blog-listing .cta-module-3{
  display:none!important;
}

.category-page .cta-module-3{
  display:none!important;
}

.category-page .cta-module{
  display:none!important;
}

.category-page .cta-module-2{
  margin-right:0!important;
  display:none!important;
}





/*===================================================================
Resource Video Page Styling Start 
=====================================================================*/





/************** Resource Video Section1 Styling Start *******************/




body .row-fluid .resource-video-section1 .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 46.4%;
  -webkit-flex-basis: 46.4%;
  float: left;
  margin-right: 3.1%;
  margin-bottom: 63px;
  margin-top: 10px;
}

body .row-fluid .resource-home-section1 .cm-container span>.hs_cos_wrapper:nth-child(3n){
  margin-right:3.1%;
}

body.resources-home .row-fluid .resource-home-section1 .cm-container span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

body .row-fluid .resource-video-section1{
  padding: 120px 0 135px;
}

.resource-video-section1 .resources-video-cm .video-container{
  margin-bottom:17px;
}

.resources-video-cm .heading-container h6{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  font-family: "LL Circular Book Web";
  margin-bottom:5px;
}

.resources-video-cm .heading-container h4{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  font-family: "LL Circular Medium Web";
}

.resource-video-section1 .email-subscribe-section{
  margin: 30px 0 78px;
}

.resource-video-section1 .load-more{
  text-align:center;
}

.resource-video-section1 .load-more a{
  font-size:20px;
  line-height:26px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  position:relative;
}

.resource-video-section1 .load-more a:after{
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -40px;
  text-align: center;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Altus%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 14px;
  height: 23px;
  content: '';
}

.resource-video-section1 .load-more{
  margin-top:100px;
}

.resource-home-section1 .email-subscribe-section form .hs-button{
  font-size: 0px;
  color: transparent;
  background: transparent;
  padding: 0;
  border: 0;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-7%20%283%29.svg)no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 12px;
  top: 15px;
  right: 0px;
  margin: 0px;
  position: absolute;
}




@media(max-width:1024px){

  body .row-fluid .resource-video-section1{
    padding: 70px 0 135px;  
  }

  .resource-video-section1 .load-more {
    margin-top: 30px;
  }
}



@media(max-width:767px){

  body .row-fluid .resource-video-section1 .two-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right:0;
    margin-bottom:20px;
  }
}






/********************* Under Maintainance Page Styling ************************/



body .row-fluid .under-maintain{
  background-image: linear-gradient(118deg, #012e41, #025e83);
  height:100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Standard syntax */
  display: flex;
  justify-content: center;
  -webkit-align-items:center;
  align-items:center;
}

.under-maintain .logo-container{
  margin-bottom:80px;
}

body .row-fluid .under-maintain .heading-container{
  max-width:890px;
  margin:0 auto;
  float:none;
}





/***************** Case Study New Page Styling Start *****************/




.case-study-section1 .case-study-top-card .image-container{
  height:260px;
  margin-bottom:35px;
}

.case-study-author-cm:hover .cta-container h6{
  color: #7fd8ff;
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm{
  transition: 0.2s all ease-in-out;
}

.case-study-section1  .left-col{
  width: 64%;
}

.case-study-section1  .right-col{
  width: 30.623932%;
  margin-left: 39px;
}

.case-study-top-card .bottom-row{
  padding:0 15px;
}

.case-study-top-card{
  padding:17px 18px;
  border:1px solid #d8e7ed;
  margin-top:-192px;
  background:#fff;
}

.case-study-top-card .subheading h6{
  font-size:12px;
  line-height:30px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  text-decoration:underline;
  margin-bottom:20px;
}

.case-study-top-card .heading-container h4{
  font-size:22px;
  line-height:32px;
  color:#16394f;
  letter-spacing:0;
  font-weight:normal;
}

.case-study-top-card .heading-container{
  margin-bottom:40px;
  max-width:677px;
}

.case-study-top-card .cta-container h6{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  color:#16394f;
  border-bottom:1px solid #16394f;
  display:inline-block;
  position:relative;
}

.case-study-top-card:hover .cta-container h6{
  color: #7fd8ff;
  transition: 0.2s all ease-in-out;
  border-bottom:1px solid #7fd8ff;
}

.case-study-top-card .cta-container h6:after{
  position: absolute;
  right: -32px;
  top: 7px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
  transition: 0.2s all ease-in-out;
}

.case-study-top-card:hover .cta-container h6:after{
  right:-35px;
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm:hover .cta-container h6:after{
  right:-35px;
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm:hover .cta-container h6{
  border-bottom:1px solid #7fd8ff;
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm{
  border:1px solid #d8e7ed;
  padding:34px 28px;
}

.case-study-author-cm .tag-container h6{
  font-size:12px;
  line-height:15px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  border-bottom:2px solid rgba(124, 134, 152, 0.9);
  display:inline-block;
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm .description-container p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  font-weight:normal;
  font-family:'neuzeit-grotesk';
}

.case-study-author-cm .description-container{
  margin-bottom:35px;
}

.case-study-author-cm .cta-container h6{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm .author-image{
  height:43px;
  width:43px;
  border-radius:50%;
}

.case-study-author-cm .author-info h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  text-transform:uppercase;
  margin-bottom:0;
}

.case-study-author-cm .author-info p{
  font-size:12px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:0;
}

.case-study-author-cm .tag-container{
  margin-bottom:14px;
}

.case-study-author-cm .author-container{
  margin-bottom:40px;
}

.case-study-author-cm .cta-container h6{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  display:inline-block;
  margin-bottom:0;
  border-bottom:1px solid #16394f;
  position:relative;
  transition: 0.2s all ease-in-out;
}

.case-study-author-cm .cta-container h6:after{
  position: absolute;
  content: '';
  right: -30px;
  top: 6px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
  transition: 0.2s all ease-in-out;
}

body .row-fluid .case-study-section1 .cm-container span>.hs_cos_wrapper{
  flex-basis: 29.5%;
  -webkit-flex-basis: 29.5%;
  float: left;
  margin-right: 3.43%;
  margin-top: 48px;
}



@media(max-width:1024px){

  .case-study-section1 .right-col{
    width: 31.623932%;
    margin-left: 25px;
  }

  .case-study-section1 .left-col {
    width: 64%;
  }

  .case-study-top-card {
    margin-top: -219px;
  }

  .case-study-author-cm {
    padding: 24px 18px;
  }

  .case-study-section1 {
    padding: 70px 0 20px;
  }

  .case-study-author-cm .author-info p{
    line-height:16px;
  }

  .case-study-author-cm .author-info h6{
    margin-bottom:5px;
  }
}


@media(max-width:767px){

  .case-study-section1 .left-col{
    width:100%;

  }

  .case-study-section1 .right-col{
    width:100%;
    padding-left:0;
    margin-left:0;
    margin-top:48px;
  }

  .case-study-top-card {
    margin-top: -160px;
  }

  .case-study-top-card .bottom-row {
    padding: 0 0px;
  }

  .case-study-author-cm .author-image {
    float: left;
    margin-right: 10px;
  }

  .case-study-author-cm .author-info{
    margin-top:5px;  
  }
}




/****************** Case Study Section2 Styling *********************/



.case-study-section2 .case-study-single-post .bg-width-height{
  height:361px;
}

.case-study-section2{
  padding-top:53px;
}

.case-study-single-post .subheading h6{
  font-size:14px;
  line-height:20px;
  color:rgba(124, 134, 152, 0.9);
  font-weight:normal;
  display:inline-block;
  border-bottom:1px solid rgba(124, 134, 152, 0.9);
}

.case-study-single-post .subheading{
  margin-bottom:15px;
}

.case-study-single-post .heading-container h4{
  font-size:22px;
  line-height:32px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family: "LL Circular Book Web";
}

body .row-fluid .case-study-single-post .span7{
  width: 60.264957%;
}

body .row-fluid .case-study-single-post .span5{
  width: 37.17094%;
  padding-left:34px;
}

.case-study-single-post .author-image{
  height:43px;
  width:43px;
  border-radius:50%;
}

.case-study-single-post .author-container{
  margin-top:50px;
  margin-bottom:40px;
}

.case-study-single-post .author-info h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:rgba(1, 58, 81, 0.9);
  font-weight:500;
  text-transform:uppercase;
  font-family: "LL Circular Medium Web";
  margin-bottom:0;
  text-decoration:underline;
}

.case-study-single-post .author-info p{
  font-size:12px;
  letter-spacing:normal;
  color:rgba(124, 134, 152, 0.9);
  font-weight:500;
  font-family: "LL Circular Medium Web";
  margin-bottom:0;
}

.case-study-single-post .cta-container h6{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
  font-family:'neuzeit-grotesk';
  margin-bottom:0;
  display:inline-block;
  border-bottom:1px solid #16394f;
  position:relative;
}

.case-study-single-post .cta-container h6:after{
  position: absolute;
  content: '';
  right: -30px;
  top: 6px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/group-16.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 13px;
}




@media(max-width:1140px){

  body .row-fluid .case-study-single-post .span5{
    width: 37.17094%;
    padding-left: 10px;   
  }

  body .row-fluid .case-study-single-post .span7 {
    width: 59.264957%;
  }
}



@media(max-width:1024px){

  .case-study-single-post .author-container{
    margin-top: 30px;
    margin-bottom: 20px;  
  }

  .case-study-section2 {
    padding: 60px 0 110px;
  }
}



@media(max-width:767px){

  body .row-fluid .case-study-single-post .span7{
    width:100%;
  }

  .case-study-section2{
    padding: 50px 0 110px;
  }

  body .row-fluid .case-study-single-post .span5{
    width:100%;
    margin:0;
    padding:0;
    margin-top:30px;
  }

  .case-study-single-post .author-image{
    float:left;
    margin-right:10px;
  }

  .case-study-single-post .author-info{
    margin-top:5px;
  }
}






body.hs-single-author .single-post-section{
  display:none;
}

body.hs-single-author .latest-post-section{
  display:none;
}

body.hs-single-author .cta-module{
  display:none;
}

body.hs-single-author .email-subscribe-section{
  display:none;
}

body.hs-single-author .blog-content-section .blog-section .post-item:nth-child(1),
body.hs-single-author .blog-content-section .blog-section .post-item:nth-child(2),
body.hs-single-author .blog-content-section .blog-section .post-item:nth-child(3),
body.hs-single-author .blog-content-section .blog-section .post-item:nth-child(4),
body.hs-single-author .blog-content-section .blog-section .post-item:nth-child(5){
  display:block;
}

body.hs-single-author .blog-section .post-item:nth-child(14),
body.hs-single-author .blog-section .post-item:nth-child(15){
  width:30.2%;
}

body.hs-single-author .blog-section .post-item:nth-child(14) .hs-featured-image-wrapper .hs-featured-image-link,
body.hs-single-author .blog-section .post-item:nth-child(15) .hs-featured-image-wrapper .hs-featured-image-link{
  height:166px;
}

body.hs-single-author .blog-section .post-item:nth-child(14) .post-header h4,
body.hs-single-author .blog-section .post-item:nth-child(15) .post-header h4{
  font-size:20px;
  line-height:26px;
}

body.hs-single-author .blog-section .post-item:nth-child(14) .hubspot-editable .author-image-width,
body.hs-single-author .blog-section .post-item:nth-child(15) .hubspot-editable .author-image-width{
  width:auto;
}

body.hs-single-author .blog-section .post-item:nth-child(14) .description-cont,
body.hs-single-author .blog-section .post-item:nth-child(15) .description-cont{
  height:167px;
}

body.hs-single-author .blog-section .post-item:nth-child(6){
  margin-right:0;
}

body.hs-single-author .blog-section .post-item:nth-child(8){
  margin-right:57px;
}

body.hs-single-author .blog-section .post-item:nth-child(9){
  margin-right:0!important;
}

body.hs-single-author .blog-section .post-item:nth-child(11){
  margin-right:57px!important;
}

body.hs-single-author .row-fluid .blog-section .post-item:nth-child(18){
  margin-right:57px;
}

body.hs-single-author .row-fluid .blog-section .post-item:nth-child(19){
  margin-right:0px;
}

body.hs-single-author .blog-section .post-item:nth-child(3n+3) {
  margin-right: 57px;
}

body.hs-single-author .blog-section .post-item:nth-child(1) {
  margin-right: 57px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(4) {
  margin-right: 57px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(6) {
  margin-right: 0px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(7) {
  margin-right: 57px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(15) {
  margin-right: 0px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(16) {
  margin-right: 57px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(3){
  margin-right: 0px!important;
}

body.hs-single-author .blog-section .post-item:nth-child(3n+1) {
  margin-right: 0px;
}

body.hs-single-author .blog-content-section{
  padding: 60px 0 162px;
}

body.hs-single-author .ias-trigger a{
  bottom:90px;
}



@media(max-width:1024px){

  body.hs-single-author .blog-section .post-item:nth-child(1){
    margin-right:32px!important;
  }

  body.hs-single-author .ias-trigger a{
    bottom:60px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(4) {
    margin-right: 32px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(7) {
    margin-right: 32px!important;
  }

  body.hs-single-author .row-fluid .blog-section .post-item:nth-child(9){
    width:30.2%;
  }

  body.hs-single-author .blog-section .post-item:nth-child(8) {
    margin-right: 32px;
  }

  body.hs-single-author .blog-section .post-item:nth-child(8) .hubspot-editable .author-image-width,
  body.hs-single-author  .blog-section .post-item:nth-child(9) .hubspot-editable .author-image-width{
    width: 28.364641%;
  }

  body.hs-single-author .blog-section .post-item:nth-child(11) {
    margin-right: 32px!important;
  }

  .blog-section .post-item:nth-child(14) {
    margin-right: 32px;
  }

  body.hs-single-author .blog-section .post-item:nth-child(16) {
    margin-right: 32px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(3n+3) {
    margin-right: 32px;
  }

  body.hs-single-author .row-fluid .blog-section .post-item:nth-child(18){
    margin-right:32px!important;
  }
}




@media(max-width:767px){

  body.hs-single-author .blog-section .post-item:nth-child(1) {
    margin-right: 0px!important;
  }

  body.hs-single-author .row-fluid .blog-section .post-item:nth-child(18){
    margin-right:0!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(4) {
    margin-right: 0px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(7) {
    margin-right: 0px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(8) {
    margin-right: 0px;
  }

  body.hs-single-author .row-fluid .blog-section .post-item:nth-child(9) {
    width: 100%;
  }

  body.hs-single-author .blog-section .post-item:nth-child(8) .hubspot-editable .author-image-width,
  body.hs-single-author .blog-section .post-item:nth-child(9) .hubspot-editable .author-image-width {
    width: 18.364641%;
  }

  body.hs-single-author .blog-section .post-item:nth-child(11) {
    margin-right: 0px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(14),
  body.hs-single-author .blog-section .post-item:nth-child(15) {
    width: 100%;
  }

  .blog-section .post-item:nth-child(14) {
    margin-right: 0px;
  }

  body.hs-single-author .blog-section .post-item:nth-child(14) .description-cont,
  body.hs-single-author .blog-section .post-item:nth-child(15) .description-cont{
    height:auto;
  }

  .blog-section .post-item:nth-child(14) .description-cont,
  .blog-section .post-item:nth-child(15) .description-cont {
    min-height: 0;
  }

  body.hs-single-author .blog-section .post-item:nth-child(14) .hubspot-editable .author-image-width,
  body.hs-single-author .blog-section .post-item:nth-child(15) .hubspot-editable .author-image-width {
    width: 18.364641%;
  }

  body.hs-single-author .blog-section .post-item:nth-child(16) {
    margin-right: 0px!important;
  }

  body.hs-single-author .blog-section .post-item:nth-child(3n+3) {
    margin-right: 0px;
  }
}





.homepage-new-banner:after{
  display:none;
}





/*================================================================
Client Login Page Styling Start 
=================================================================*/




/*************** Client Login Banner Section Styling **************/



.client-login-banner{
  padding:177px 0 150px;
}

.client-login-banner .wrapper-large{
  position:relative;
}

body .row-fluid .client-login-banner .heading-container h6{
  font-size:12px;
  line-height:13px;
  letter-spacing:0.3px;
  color:#7fd8ff;
  text-transform:uppercase;
  margin-bottom:3px;
}

.client-login-banner .cta-1 a.cta_button {
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "LL Circular Book Web";
  padding: 0;
  transition: 0.2s all ease-in-out;
}

.client-login-banner .cta-1 {
  position: absolute;
  right: -25px;
  top: 102%;
  margin: 0;
  transform: rotate(90deg);
  width: 72px;
  z-index: 1;
  text-align: center;
}




@media(max-width:1024px){

  .client-login-banner .cta-1{
    right:0;
  }

  body .row-fluid .client-login-banner .heading-container h6{
    margin-bottom:13px;  
  }


}


@media(max-width:767px){

  .client-login-banner .cta-1{
    position:relative;
    transform:rotate(0deg);
  }

  .client-login-banner {
    padding: 137px 0 110px;
  }
}



/******************* Client Login Section1 Styling ********************/



body .row-fluid .client-login-section1 .wrapper{
  max-width:1490px;
}

.client-login-section1{
  margin-bottom:100px;
}

.client-login .investment-section4{
  background:#fff;
  border-top:none;
}

.client-login-section1 .left-col{
  background:#f5f9fb;
  width:50%;
  padding:58px 0px 117px;
  position:relative;
  z-index:1;
}

.client-login-section1 .left-col:before{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 10000px;
  background: #f5f9fb;
  z-index: -1;
}

.client-login-section1 .right-col:after{
  position: absolute;
  right: auto;
  top: 0;
  bottom: 0;
  width: 10000px;
  content: '';
  background: #E1F6FF;
  z-index: -1;
}

.client-login-section1 .right-col{
  background:#E1F6FF;
  margin-left:0;
  width:50%;
  padding:58px 0px 117px;
  position:relative;
  z-index:1;
}

.client-login-section1 .heading-container{
  margin-bottom:53px;
}

.business-cta-section .heading p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  margin-bottom:0;
  text-align:right;
}

.wealth-cta-section .heading p{
  font-size:16px;
  line-height:25px;
  letter-spacing:0;
  color:rgba(1, 58, 81, 0.9);
  margin-bottom:0;
  text-align:right;
}

.business-cta-section .log-in a.cta_button{
  background:#fff;
  box-shadow: 0 7px 20px -1px rgba(0, 0, 0, 0.45);
  padding: 13px 74px;
  color:#16394f;
  font-weight:500;
}

.business-cta-section .log-in{
  padding-left:20px;
}

.business-cta-section .download-cta{
  padding-left:20px;
}

.business-cta-section .download-cta a.cta_button{
  background:#fff;
  box-shadow: 0 7px 20px -1px rgba(0, 0, 0, 0.45);
  padding: 13px 61px;
  color:#16394f;
  font-weight:500;
}

body .row-fluid .client-login-section1 .widget-type-cta{
  margin-top:0;
}

.client-login-section1 .cta-top-row{
  margin-bottom:36px;
}

.wealth-cta-section .log-in a.cta_button{
  background:#7fd8ff;
  color:#16394f;
  font-size:14px;
  padding: 13px 74px;
  letter-spacing:0;
  font-weight:500;
  box-shadow: 0 7px 20px -1px rgba(0, 0, 0, 0.45);
}

.wealth-cta-section .log-in{
  padding-left:15px;
}

.client-login-section1 .heading-container h3{
  font-size:32px;
  line-height:57px;
  letter-spacing:0;
  color:#16394f;
  font-weight:normal;
}



@media(max-width:1024px){

  .business-cta-section .log-in a.cta_button{
    padding: 13px 40px;
  }

  .business-cta-section .download-cta a.cta_button{
    padding: 13px 27px;
  }

  .wealth-cta-section .log-in a.cta_button{
    padding: 13px 40px;  
  }

  body .row-fluid .client-login-section1 .wrapper{
    padding:0 0px;
  }

  .client-login-section1 .right-col{
    padding: 58px 20px 117px;
  }

  .client-login-section1 .left-col{
    padding: 58px 20px 117px;
  }

  .client-login-section1 .right-col .heading{
    width: 66%;
  }

  .client-login-section1 .right-col .log-in{
    margin-left:0;
    float:right;
    text-align:right;
  }

}



@media(max-width:767px){

  .client-login-section1 .left-col{
    width:100%;
  }

  .client-login-section1 .right-col{
    width:100%;
  }

  .business-cta-section .heading p{
    text-align: center;
    margin-bottom: 15px;
  }

  .client-login-section1 .left-col {
    padding: 58px 20px 87px;
  }

  .client-login-section1 .right-col {
    padding: 58px 20px 87px;
  }

  .client-login-section1 .right-col .log-in{
    float:none;
    text-align:center;
  }

  .client-login-section1 .right-col .heading {
    width: 100%;
  }

  .wealth-cta-section .heading p {
    text-align: center;
    margin-bottom:15px;
  }

  .business-cta-section .log-in {
    padding-left: 0;
  }

  .business-cta-section .download-cta{
    padding-left: 0;
  }

  .wealth-cta-section .log-in {
    padding-left: 0px;
  }

  .business-cta-section .log-in a.cta_button{
    width:100%;
    box-sizing: border-box!important;
  }

  .business-cta-section .download-cta a.cta_button{
    width:100%;
    box-sizing: border-box!important;
  }

  .wealth-cta-section .log-in a.cta_button{
    width:100%;
    box-sizing: border-box!important;
  }
}




/**************** Client Login Section2 Styling *********************/




.client-login-section2{
  padding:102px 0 77px;
}



@media(max-width:767px){

  .client-login-section2{
    padding: 70px 0 57px;
  }
}






/*============================================================================
Social Tree Page Styling Start 
=============================================================================*/




/***************** Social Tree Section1 Styling ********************/




body .container-fluid .row-fluid .social-tree-section1{

  background-image: linear-gradient(157deg, #012e41, #025e83);
  padding:38px 0px;
  height:100vh;
  overflow-y:scroll;
}

body .container-fluid .row-fluid .social-tree-section1 .wrapper{
  padding:0 38px;
  max-width:615px;
  margin:0 auto;
  float:none;
}

body .container-fluid .row-fluid .social-tree-section1 .cta-container a.cta_button{
  background:#fff;
  width:100%;
  text-align:center;
  font-size:14px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  box-sizing:border-box!important;
}

.social-tree-section1 .editable-cta-module .cta-container ul li a.cta_button{
  background:#fff;
  width:100%;
  text-align:center;
  font-size:14px;
  letter-spacing:0;
  color:#16394f;
  font-weight:500;
  box-sizing:border-box!important;
  padding:7px 0;
  display:block;
  font-family: "LL Circular Medium Web";
}

.social-tree-section1 .editable-cta-module .cta-container ul li{
  margin-left:0;
  margin-bottom:20px;
}

.social-tree-section1 .editable-cta-module .cta-container ul{
  margin-top:10px;
  margin-bottom:0;
}

.social-tree-section1 .logo{
  margin-bottom:44px;
}chap-9

.social-tree-section1 .cta-container{
  margin-bottom:10px;
}

.social-tree-section1 .latest-insight h3{
  font-size:30px;
  line-height:57px;
  letter-spacing:0;
  color:#fff;
  font-weight:normal;
}

.social-tree-section1 .latest-insight{
  margin-top:25px;
  margin-bottom:10px;
}

.social-tree-section1 .latest-posts .post-body-inner #hubspot-topic_data a{
  font-size:12px;
  line-height:30px;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
  border-bottom:1px solid #7fd8ff;
}

.social-tree-section1 .latest-posts .post-body-inner #hubspot-topic_data span{
  font-size:12px;
  line-height:30px;
  color:rgba(255, 255, 255, 0.9);
  font-weight:normal;
}

.social-tree-section1 .latest-posts h5{
  font-size:18px;
  line-height:21px;
  letter-spacing:0;
  font-weight:normal;
}

.social-tree-section1 .latest-posts .home-post-item{
  border-bottom:1px solid #7fd8ff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.social-tree-section1::-webkit-scrollbar {
  width: 0px;
}

.social-tree-section1::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.social-tree-section1::-webkit-scrollbar-track {
  border-radius: 0px;
}



.hs-blog-post .section.post-body a{
  text-decoration: underline;
  font-size:20px;
  color:#0894D2;
}




.service-resource-home .cm-container .team-resources .home-posts{
  width:auto;
}

.service-resource-home .cm-container .span4{
  margin-left:0;
}

.service-inner .service-resource-home .resource-cm .top-row{
  height:287px;
  position: relative;
}

.service-inner .services-resources-section .heading-container{
  margin-bottom: 10px;
}

.service-inner .services-resources-section .resource-cm{
  border-bottom: 1px solid #d8e7ed;
  padding-bottom:57px;
}



@media(max-width:1024px){

  .service-inner .services-resources-section .heading-container{
    margin-bottom: 96px;
  }
}


@media(max-width:767px){

  .service-inner .services-resources-section .heading-container{
    margin-bottom:20px;
  }

}




.body-container-wrapper.spin-wheel-open:before{
  background:rgba(22,57,79,0.9);
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  z-index: 4;
  content: '';
}

.header-container-wrapper.spin-wheel-open{
  z-index: -1;
  position: relative;
}

.header-container-wrapper.spin-wheel-open .logo{
  z-index:-1;
  position:relative;
}






/*********************** Home New Banner **********************/




.home-new-banner{
  background: linear-gradient(180.98deg, #73CBF2 0%, #FFFFFF 100%);
}

.light-page .home-new-banner .cta-container a.cta_button{
  color: #16394F;
}

.light-page .header-section .left-col .logo{
  display:none;
}

.light-page .header-section .left-col .light-image{
  display:block;
}

.light-page .homepage-banner-section .cta-1 a.cta_button{
  color: #16394F;
}

.light-page .homepage-banner-section .cta-2 a.cta_button{
  color: #16394F;
}

.light-page .header-section .right-col .menu-group .header-menu-cm ul li.open-popup h5{
  color: #16394F;
}

.light-page .homepage-banner-section h1 strong{
  font-weight:900;
  font-family: "LL Circular Black Web";
}

.light-page .header-section .right-col .menu-group .header-menu-cm ul .third:hover .phone-1{
  opacity:1;
}

.light-page .img-cont:hover .white-search{
  opacity:1;
}

.light-page .homepage-banner-section .cta-container a.cta_button:after{
  background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/arrow%20%2811%29.svg');
  position: absolute;
  right: -38px;
  top: 7px;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 29px;
  height: 16px;
  transition: 0.2s all ease-in-out;
}





/************ PPC Landing Page Style ***********/





.ppc-page .popup-section2 {
  display: none;
}


.h2-underline h2{
  position: relative;
}

.h2-underline h2:after{
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -22px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
  margin: 0 auto;
}

.h6-sideline h6{
  position: relative;
  display: inline-block;
}

.h6-sideline h6:before{
  position: absolute;
  left: -50px;
  top: 4px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}




/************ PPC Page Header Style ***********/


.ppc-page .header-section-container{
  padding: 32px 0 32px 0;
}


body.ppc-page .header-section-container .header-cta a.cta_button[title]{
  background-color: #7FD8FF;
  color: #16394F;
  /*   font-family: "Circular Std"; */
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  float: right;
  padding: 13px 20px;
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  transition: .3s all ease-in-out;
}

body.ppc-page .header-section-container .header-cta a.cta_button[title]:hover{
  background: rgba(127,216,255,0.8);
}

.ppc-page .header-section-container .row-fluid .span4.header-cta{
  float: right;
}

.ppc-page .header-section-container .number-section{
  text-align: right;
}

.ppc-page .header-section-container .number-section img{
  height: 20px;
  width: 20px;
  margin-right: 10px;
}


.ppc-page .header-section-container .number-section h4{
  color: #16394F;
  /*   font-family: "Circular Std"; */
  font-size: 20.48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21.76px;
}

@media(max-width: 1140px) and (min-width: 1024px){
  body.ppc-page .header-section-container .header-cta a.cta_button[title]{
    padding: 13px 10px;
  }
}  


@media(min-width: 1025px){
  .ppc-page .header-section-container .row-fluid .span4.header-cta{
    width: 23.623932%;
  }

  .ppc-page .header-section-container .row-fluid .span8.number-section{
    width: 73.811966%;
  }
}

@media(max-width: 920px) and (min-width: 768px){
  .ppc-page .header-section-container .row-fluid .span4.header-cta{
    width: 42.491713%;
  }
}


@media(max-width: 767px){
  .ppc-page .header-section-container{
    width: 100%;
  }

  body.ppc-page .container-fluid .header-section-container .row-fluid .logo-container,
  body.ppc-page .container-fluid .header-section-container .row-fluid .right-col{
    width: 50%;
  }

  .ppc-page .header-section-container .row-fluid .span4.header-cta{
    display: none;
  }

  .ppc-page .header-section-container .wrapper-large>.row-fluid-wrapper>.row-fluid{
    display: flex;
    align-items: center;
  }


}

@media(max-width: 480px){
  .ppc-page .header-section-container .number-section h4{
    font-size: 16.48px;
  }

  body.ppc-page .container-fluid .header-section-container .row-fluid .logo-container{
    width: 40%;
  }

  body.ppc-page .container-fluid .header-section-container .row-fluid .right-col{
    width: 60%;
  }
}




/************ PPC Page Banner Style ***********/


.ppc-banner-section{
  padding: 90px 0 385px 0;
}

.ppc-banner-section .text-container h6{
  color: #7FD8FF;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ppc-banner-section .text-container h1{
  max-width: 736px;
  margin: 0 auto 22px auto;
  font-size: 76px;
  letter-spacing: -0.66px;
  line-height: 80px;
}

.ppc-banner-section .text-container h1 span{
  font-weight: 900;
}

.ppc-banner-section .text-container h4{
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  max-width: 548px;
  margin: 0 auto;
}


@media(max-width: 767px){
  .ppc-banner-section{
    padding: 68px 0 385px 0;
  }
  .ppc-banner-section .text-container h1{
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 10px auto;
  }

  .ppc-banner-section .text-container h4{
    line-height: 26px;
  }
}





/************ PPC Page Form Section Style ***********/


.ppc-form-section{
  position: relative;
  background-color: #EEFAFF;
  background: linear-gradient(348.36deg, #BEE8FC 0%, #FFFFFF 100%);
  padding-bottom: 74px;
}


.ppc-form-section .row-fluid .form-container{
  background: #ffffff;
  max-width: 419px;
  margin: 0 auto;
  float: none;
  box-shadow: 2px 15px 40px -2px rgba(0,0,0,0.16);
  padding: 40px 38px 36px 38px;
  position: relative;
  margin-top: -319px;
}

.ppc-form-section .form-container:before{
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(206.57deg, #CCE7F3 0%, #48A0DD 100%);
}

.ppc-form-section .form-heading{
  margin-bottom: 23px;
}

.ppc-form-section .form-heading h3{
  color: #16394F;
  /*   font-family: "Circular Std"; */
  font-size: 23px;
  letter-spacing: 0;
  line-height: 26px;
}

.ppc-form-section .form-heading h3 span{
  font-weight: 900;
}


.ppc-form-section form .hs-form-required{
  color: #7b98a4;
  margin-left: 5px;
}

.ppc-form-section .row-fluid form .hs-button.primary{
  margin-top: 18px;
  background: #75d8ff;
  padding: 13px 20px;
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  transition: .3s all ease-in-out;
}

.ppc-form-section .row-fluid form .hs-button.primary:hover{
  background: rgba(127,216,255,0.8);
}

.ppc-form-section .row-fluid form .hs_submit .actions{
  position: relative;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  float: none;
}

.ppc-form-section .row-fluid form .hs_submit .actions:before{
  position: absolute;
  left: -58px;
  top: 2px;
  content: '';
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow%20%281%29.svg');
  width: 51px;
  height: 48px;
}

.ppc-form-section .row-fluid .text-container{
  max-width: 731px;
  margin: 83px auto 0 auto;
  float: none;
}

.ppc-form-section .text-container h6{
  color: #1A4D62;
  /*   font-family: "Circular Std"; */
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 15px;
  margin-bottom: 6px;
}

.ppc-form-section .text-container h2{
  font-weight: 300;
  position: relative;
  margin-bottom: 54px;
}

.ppc-form-section .text-container p{
  color: rgba(1,58,81,0.9);
  /*   font-family: "Neuzeit Grotesk"; */
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 23px;
}

.ppc-form-section .text-container p span{
  font-weight: bold;
}

@media(max-width: 767px){
  .ppc-form-section{
    padding-bottom: 45px;
  }

  .ppc-form-section .row-fluid .text-container{
    margin: 70px auto 0 auto;
  }

  .ppc-form-section .text-container h2{
    margin-bottom: 42px;
  }

  .ppc-form-section .text-container p{
    margin-bottom: 8px;
  }
}

@media(max-width: 480px){
  .ppc-form-section .row-fluid .form-container{
    padding: 40px 25px 36px 25px;
  }

  body .container-fluid .ppc-form-section .row-fluid .hs-button{
    width: auto;
  }

  .ppc-form-section .row-fluid form .hs_submit .actions:before{
    width: 41px;
    height: 38px;
    top: 10px;
    left: -43px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media(max-width: 400px){
  .ppc-form-section .row-fluid form .hs-button.primary{
    padding: 13px 11px;
    margin-top: 6px;
  }

  .ppc-form-section .row-fluid form .hs_submit .actions:before{
    width: 27px;
    height: 40px;
    top: 6px;
    left: -19px;
  }
}


/************ PPC Page Three Col Sound Section Style ***********/

.sound-three-col{
  padding: 103px 0 100px 0;
}

.row-fluid .sound-three-col [class*="span"].wrapper{
  /*   max-width: 1330px; */
  max-width: 1280px;
}

.sound-three-col .icon-here{
  min-height: 87px;
}

.sound-three-col h2{
  font-weight: 300;
}

.sound-three-col.h2-underline h2:after{
  bottom: -36px;
}

.sound-three-col h3{
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  font-size: 23px;
}

@media(min-width: 768px){
  body .row-fluid .sound-three-col .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 28.9%;
    -webkit-flex-basis: 28.9%;
    margin-right: 4.43%;
    margin-top: 80px;
  }

  body .row-fluid .sound-three-col .three-col-adjust span{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


@media(max-width: 767px){
  .sound-three-col {
    padding: 56px 0 53px 0;
  }

  .sound-three-col.h2-underline h2:after {
    bottom: -17px;
  }

  body .container-fluid .row-fluid .sound-three-col .section-heading.align-center {
    margin-bottom: 55px;
  }

  body .row-fluid .sound-three-col .three-col-adjust span>.hs_cos_wrapper{
    max-width: 340px;
    margin-bottom: 51px;
  }

  .sound-three-col .icon-here{
    min-height: auto;
    margin-bottom: 20px;
  }
}




/************ PPC Page Three Col Image Slider Section Style ***********/

body.ppc-page .image-slider-cm{
  padding: 67px 0 60px 0;
  background: linear-gradient(1.13deg, rgba(255,255,255,0) 0%, rgba(8,148,210,0.14) 100%);
}

body.ppc-page .mobile-slider{
  background: linear-gradient(1.13deg, rgba(255,255,255,0) 0%, rgba(8,148,210,0.14) 100%);
}

body.ppc-page .popup-content .cta-container{
  display: none;
}

body.ppc-page .image-slider-cm .section-cta-container{
  margin-top: 58px;
}

body.ppc-page .mobile-slider .section-cta-container{
  margin-top: 30px;
}
body.ppc-page .mobile-slider .section-cta-container a.cta_button,
body.ppc-page .image-slider-cm .section-cta-container a.cta_button{
  background-color: #7FD8FF;
  color: #16394F;
  padding: 13px 20px;
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  transition: .3s all ease-in-out;
}

body.ppc-page .mobile-slider .section-cta-container a.cta_button:hover,
body.ppc-page .image-slider-cm .section-cta-container a.cta_button:hover{
  background: rgba(127,216,255,0.8);
}
body.ppc-page .image-slider-cm .text-container2 .info-cont h4,
body.ppc-page .image-slider-cm .text-container1 .info-cont h4{
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 5px;
}

body.ppc-page .image-slider-cm .section-cta-container a.cta_button:after{
  display: none;
}

@media(max-width: 767px){
  body.ppc-page .mobile-slider{
    padding: 60px 0;
  }

  body.ppc-page .mobile-slider .cta-container{
    display: none;
  }
}



/************ PPC Page Two Col Text Section Style ***********/

.ppc-two-col-text{
  padding: 110px 0 100px 0;
}



.ppc-two-col-text .heading-content{
  margin-bottom: 10px;
}

.ppc-two-col-text .heading-content h6{
  color: rgba(1,58,81,0.9);
  font-weight: 300;
}

.ppc-two-col-text .text-content h3{
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 32px;
}

.ppc-two-col-text .text-content h5{
  font-weight: 900;
  letter-spacing: 0.23px;
  line-height: 20px;
}

@media(min-width: 768px){
  .row-fluid .ppc-two-col-text [class*="span"].wrapper{
    max-width: 1170px;
  }

  body .row-fluid .ppc-two-col-text .two-col-adjust span>.hs_cos_wrapper.text-content{
    flex-basis:43%;
    -webkit-flex-basis: 43%;
    float: left;
    margin-right: 7%;
  }

  body .row-fluid .ppc-two-col-text .two-col-adjust span{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .ppc-two-col-text .text-content h3{
    font-size: 20px;
    line-height: 22px;
  }
}

@media(max-width: 767px){
  .ppc-two-col-text {
    padding: 52px 0 40px 0;
  }
  body .row-fluid .ppc-two-col-text .two-col-adjust span>.hs_cos_wrapper.text-content{
    max-width: 520px;
    margin-top: 25px;
  }

  .ppc-two-col-text .text-content h3{
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 27px;
  }
}

/************ PPC Page Form Image Section ***********/

.threeCol-image-form{
  background: linear-gradient(102.18deg, #012E41 0%, #0B4C67 100%);
  padding: 70px 0 0px 0;
  position: relative;
}

.threeCol-image-form .row-fluid .span4.left-col{
  width: 28.623932%;
}

.threeCol-image-form .row-fluid .span4.center-col{
  width: 37.623932%;

}

.threeCol-image-form .row-fluid .span4.right-col{
  width: 28.623932%;
  float: right;
} 

.threeCol-image-form .row-fluid .form-container{
  background: #ffffff;
  max-width: 343px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 118px;
  float: none;
  box-shadow: 2px 15px 40px -2px rgba(0,0,0,0.16);
  padding: 40px 38px 36px 38px;
  position: absolute;
}

.threeCol-image-form .form-container:before{
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(206.57deg, #CCE7F3 0%, #48A0DD 100%);
}

.threeCol-image-form .form-heading{
  margin-bottom: 23px;
}

.threeCol-image-form .form-heading h3{
  color: #16394F;
  /*   font-family: "Circular Std"; */
  font-size: 23px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom:20px;
}

.threeCol-image-form .form-heading h3 span{
  font-weight: 900;
}


.threeCol-image-form form .hs-form-required{
  color: #7b98a4;
  margin-left: 5px;
}

.threeCol-image-form .row-fluid form .hs-button.primary{
  margin-top: 18px;
  background: #75d8ff;
  padding: 13px 20px;
  box-shadow: 0 7px 20px -1px rgba(124, 134, 152, 0.58);
  transition: .3s all ease-in-out;
}

.threeCol-image-form .row-fluid form .hs-button.primary:hover{
  background: rgba(127,216,255,0.8);
}

.threeCol-image-form .row-fluid form .hs_submit .actions{
  position: relative;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  float: none;
}

.threeCol-image-form .row-fluid form .hs_submit .actions:before{
  position: absolute;
  left: -58px;
  top: 2px;
  content: '';
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow%20%281%29.svg');
  width: 51px;
  height: 48px;
}

@media(max-width: 1024px) and (min-width: 768px){
  .threeCol-image-form {
    background: linear-gradient(102.18deg, #012E41 0%, #0B4C67 100%);
    padding: 290px 0 90px 0px;
    position: relative;
  }
  .left-col-image{
    position: absolute;
    bottom: 0;
    max-width: 160px;
  }
  .right-col-image{
    position: absolute;
    bottom: 0;
    max-width: 160px;
  }
}

@media(max-width: 1024px) and (min-width: 899px){
  .threeCol-image-form .row-fluid .span4.right-col,
  .threeCol-image-form .row-fluid .span4.left-col{
    width: 20.623932%;
  }

  .threeCol-image-form .row-fluid .form-container{
    top: 62px;
  }
}

@media(max-width: 898px) and (min-width: 768px){
  .threeCol-image-form .row-fluid .span4.right-col,
  .threeCol-image-form .row-fluid .span4.left-col{
    width: 22.623932%;
  }

  .threeCol-image-form .row-fluid .form-container{
    top: 55px;
    max-width: 280px;
  }
}

@media(max-width: 767px){
  .threeCol-image-form{
    padding: 60px 0;
  }
  .threeCol-image-form .left-col,
  .threeCol-image-form .right-col{
    display: none;
  }

  .threeCol-image-form .row-fluid .form-container{
    position: relative;
    top: 0;
  }

  .threeCol-image-form .row-fluid .span4.center-col{
    width: 100%;
  }
}

@media(max-width: 480px){
  .threeCol-image-form .row-fluid .form-container{
    padding: 40px 25px 36px 25px;
  }

  body .container-fluid .threeCol-image-form .row-fluid .hs-button{
    width: auto;
  }

  .threeCol-image-form .row-fluid form .hs_submit .actions:before{
    width: 41px;
    height: 38px;
    top: 10px;
    left: -43px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media(max-width: 400px){
  .threeCol-image-form .row-fluid form .hs-button.primary{
    padding: 13px 11px;
    margin-top: 6px;
  }

  .threeCol-image-form .row-fluid form .hs_submit .actions:before{
    width: 27px;
    height: 40px;
    top: 6px;
    left: -19px;
  }
}

/************ PPC Page Number Section ***********/

.ppc-number-section{
  padding: 202px 0 35px 0;
}

.ppc-number-section h6{
  color: #16394F;
  /*   font-family: "Circular Std"; */
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 13px;
}

.ppc-number-section h4{
  font-size: 25.6px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27.2px;
}

.ppc-number-section h4 img{
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

@media(max-width: 1024px) and (min-width: 899px){
  .ppc-number-section {
    padding: 262px 0 35px 0;
  }
}

@media(max-width: 898px) and (min-width: 768px){
  .ppc-number-section {
    padding: 244px 0 35px 0;
  }

}

@media(max-width: 767px){
  .ppc-number-section {
    padding: 44px 0 35px 0;
  }
}


/************ PPC Page Footer ***********/

body.ppc-page .footer-section{
  display: none;
}









/*********** Pillar Page Style **********/


/*********** Header Style ***************/

body.pillar-page .header-section{
  position: relative;
  padding: 30px 0 43px;
}

/*********** Banner Section Style **********/

.pillar-banner-section{
  padding: 84px 0 260px 0;
  border-top: 1px solid #D8E7ED;
  border-bottom: 1px solid #D8E7ED;
  background-color: rgba(216,231,237,0.25);
  position: relative;
  margin-bottom: 83px;
}

.pillar-banner-section h5{
  color: rgba(124,134,152,0.9);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}

.pillar-banner-section h1{
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 85.4px;
  font-family: "LL Circular Medium Web";
}

.pillar-banner-section h4{
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}

.pillar-banner-section .left-col{
  position: relative;
}

.pillar-banner-section .right-col img{
  position: absolute;
}

.pillar-banner-section .dot-container{
  position: absolute;
  /*   bottom: -86%; */
  bottom: -298px;
  left: 20px;
  width: 100%;
}

.pillar-banner-section .left-dot{
  height: 114px;
  width: 100%;
  position: relative;
  border-left: 4px dashed #0894D2;
  border-bottom: 4px dashed #0894D2; 
  max-width: 400px;
}

.pillar-banner-section .left-dot:before{
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  background: #0894D2;
  border-radius: 50%;
  top: -2px;
  left: -14px;
}

.pillar-banner-section .right-dot{
  width: 100%;
  height: 155px;    
  border-right: 4px dashed #0894D2;
  position: relative;
  max-width: 400px;
}

.pillar-banner-section .right-dot:after{
  position: absolute;
  content: '';
  border-top: solid 24px #0894D2;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  box-sizing: border-box;
  bottom: -8px;
  right: -14px;
}

@media(max-width: 1370px) and (min-width: 768px){
  .pillar-banner-section .right-col img{     
    position: relative;
  }

  .pillar-banner-section{
    padding: 84px 0 110px 0;   
  }       

  .pillar-banner-section .dot-container{
    left: 0;
    bottom: -168px;
  }
  .pillar-banner-section .right-dot,
  .pillar-banner-section .left-dot{
    height: 80px;
    max-width: 340px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .pillar-banner-section h1{
    font-size: 55px;
    line-height: 61px;
  }

  .pillar-banner-section h4{   
    font-size: 18px;
    line-height: 22px;
  }

  .pillar-banner-section .right-dot,
  .pillar-banner-section .left-dot{
    height: 80px;
    max-width: 280px;
  }

}

@media(max-width: 767px){
  .pillar-banner-section{
    padding: 50px 0 140px 0;
  }

  .pillar-banner-section h1{
    font-size: 40px;
    line-height: 48px;
  }

  .pillar-banner-section h4{
    font-size: 16px;
  }

  .pillar-banner-section .right-col img{
    position: relative;
  }

  .pillar-banner-section .right-col{
    margin-top: 30px;
    text-align: center;
  }

  .pillar-banner-section .left-col{
    position: inherit;
  }

  .pillar-banner-section .left-dot,
  .pillar-banner-section .right-dot{
    height: 80px;
    width: auto;
    margin: 0 auto;
  }

  .pillar-banner-section .dot-container{
    bottom: -60px;
    left: 20px;
    right: 20px;
    width: auto;
  }
}   




/********** Pillar Page Sticky Section ***********/


/********** Global Style *********/

.chapter-section{
  margin-bottom: 66px;
  position: relative;
  overflow:hidden;
}

.chapter-section .row-fluid .wrapper-size{
  max-width: fit-content;
}

.chapter-section .left-sidebar{
  /*   max-height: 838px; */
  max-width: 387px;
  left: 30px;

}

/* .chapter-section .StickySidebar{
top: 0 !important;

} */

.chapter-section .left-col{
  padding: 46px 20px 20px 30px;
}

.chapter-section .left-col h5{
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 0;

}

.chapter-section .left-col h2{
  font-weight: 500;
  letter-spacing: 0;
  line-height: 54px;
}

.chapter-section .left-col .image-section{
  margin-top: 130px;
  margin-bottom: 140px;
}

.chapter-section .right-col{
  padding: 50px 0 0 0;
  border-top: 1px solid #979797;
}

.chapter-section .right-col .text-content{
  /*   max-width: 789px; */
  margin: 0 0 0 auto;
  /*   float: right; */
}


.chapter-section .right-col h5{
  margin-bottom: 0;
}

.chapter-section .right-col h2{
  line-height: 54px;
  margin-bottom: 26px;
}

.chapter-section .right-col h3{
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37px;
  margin-top: 52px;
  margin-bottom: 17px;
}

.chapter-section .right-col p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 33px;
}

.chapter-section .right-col a{
  color: #0894d2;
}

.chapter-section .right-col ul{
  padding-left: 50px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.chapter-section .right-col ul li{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: relative;
}

.chapter-section .right-col ul li:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #16394f;
  top: 8px;
  left: -20px;
}

.chapter-section .right-col img{
  margin-top: 35px;
}

.chapter-section .right-col h4{
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 37px;
  margin-top: 31px;
  margin-bottom: 14px;
}

.chapter-section .row-fluid [class*="span"].wrapper.right-col{
  max-width: 789px;
}

.chapter-section .mobile-header{
  display: none;
}

.chapter-section .followWrap{
  display: none;
}



@media(max-width: 1300px){
  .chapter-section .left-sidebar{
    left: 15px;
  }

  .chapter-section .row-fluid [class*="span"].wrapper.right-col{
    max-width: 655px;
  }
}

@media(max-width: 1024px){
  .chapter-section .row-fluid [class*="span"].wrapper.right-col {
    max-width: 560px;
  }

  .chapter-section .left-col {
    padding: 46px 20px 20px 20px;
  }

  .chapter-section .left-col h2{
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .chapter-section .row-fluid [class*="span"].wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media(max-width: 991px){
  .chapter-section .row-fluid [class*="span"].wrapper.right-col {
    max-width: 478px;
  }
}


@media(max-width: 767px){

  .chapter-section{
    margin-bottom: 30px;
  }

  .chapter-section .row-fluid .wrapper-size{
    margin: 0 auto;
    padding: 0 20px;
    float: none;
  }

  .chapter-section .row-fluid .left-sidebar{
    max-width: 100%;
    /*     margin: 0 auto; */
    left: 0;
    right: 0;
    top: -74px;
    margin: 0 20px;
    width: auto;
  }

  .chapter-section .right-col{
    border: none;
    padding: 0;
  }

  .chapter-section .mobile-header{
    display: block;
  }

  .chapter-section .followWrap{
    display: block;
  }

  .chapter-section .mobile-header{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
  }

  .chapter-section .mobile-header.fixed{
    opacity: 1;
    visibility: visible;
  }

  .chapter-section .mobile-header.fixed.absolute{
    position: absolute;
  }

  .chapter-section .mobile-header.fixed.setTop{
    top: 10px;
  }

  .chapter-section .left-col .image-section{
    margin: 20px 0 0px 0;
  }

  .chapter-section .row-fluid [class*="span"].wrapper.right-col {
    max-width: 100%;
  }

  .chapter-section .mobile-header .image-section{
    margin: 0;
  }

  .chapter-section .mobile-header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 4;
  }

  .chapter-section .mobile-header>.row-fluid-wrapper>.row-fluid{
    display: flex;
  }

  .chapter-section .mobile-header .text-col{
    margin: 0;
    flex-basis: 60%;
  }
  .chapter-section .mobile-header .image-section{
    margin: 0;
    flex-basis: 40%;
  }

  .chapter-section .mobile-header .image-section{
    text-align: right;
  }

  .chapter-section .left-col.mobile-header{
    padding: 5px 20px 5px 20px;
  }

  .chapter-section .mobile-header .image-section img{
    max-width: 50px !important;
  }

  .chapter-section .mobile-header.left-col h5{
    font-size: 10px;
    margin: 0;
    color: #ffffff;
  }

  .chapter-section .mobile-header.left-col h2{
    font-size: 16px;
    line-height: 20px; 
    color: #ffffff;
  }

  .chapter-section .right-col p{
    font-size: 16px;
    line-height: 27px;
  }

  .chapter-section .right-col h3{
    font-size: 22px;
    margin-top: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .chapter-section .right-col ul{
    padding-left: 25px;
  }

  .chapter-section .right-col ul li{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .chapter-section .right-col img{
    margin-top: 20px;
  }

  .chapter-section .right-col h4{
    font-size: 20px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .chapter-section .left-col h5{
    font-size: 14px;
    /*     color: #16394f; */
    margin-bottom: 12px;
  }

  .chapter-section .left-col h2{
    font-size: 44px;
    /*     color: #16394f; */
    line-height: 45px;
  }

  .chapter-section .left-col{
    padding: 50px 25px 30px 25px;
  }

  .chapter-section .right-col h2{
    line-height: 35px;
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 3px;
  }

  .chapter-section .right-col h5{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
  }
}





/*********** Unique Style **********/



.chapter-section.chap-1 .left-sidebar,
.chapter-section.chap-1 .mobile-header{
  background-color: #0894D2;
}

.chapter-section.chap-1 .left-col h2,
.chapter-section.chap-1 .left-col h5{
  color: #ffffff;
}

.chapter-section.chap-1 .right-col{
  border: none;
}

.chapter-section.chap-2 .left-sidebar,
.chapter-section.chap-2 .mobile-header{
  background-color: #CEDFB2;
}

.chapter-section.chap-2 .mobile-header.left-col h2,
.chapter-section.chap-2 .mobile-header.left-col h5,
.chapter-section.chap-2 .left-sidebar h2,
.chapter-section.chap-2 .left-sidebar h5{
  color: #16394F;
}

.chapter-section.chap-3 .left-sidebar,
.chapter-section.chap-3 .mobile-header{
  background-color: #0894D2;
}

.chapter-section.chap-4 .left-sidebar,
.chapter-section.chap-4 .mobile-header{
  background-color: #A1BD4C;
}

.chapter-section.chap-5 .left-sidebar,
.chapter-section.chap-5 .mobile-header{
  background-color: #C5D1DE;
}

.chapter-section.chap-5 .mobile-header.left-col h2,
.chapter-section.chap-5 .mobile-header.left-col h5,
.chapter-section.chap-5 .left-sidebar h2,
.chapter-section.chap-5 .left-sidebar h5{
  color: #16394F;
}

.chapter-section.chap-6 .left-sidebar,
.chapter-section.chap-6 .mobile-header{
  background-color: #14354C;
}

.chapter-section.chap-6{
  margin-bottom: 66px;
}

@media(max-width: 767px){
  .chapter-section.chap-6{
    margin-bottom: 30px;
  }

  .chapter-section.chap-6 .left-col h2,
  .chapter-section.chap-6 .left-col h5{
    color: #ffffff;
  }


}


/*********** Suggested Resources Section Style **********/

.resources-section{
  padding: 110px 0 57px 0;
}

.resources-section .right-col-cta a.cta_button{
  float: right;
  background: transparent;
  padding: 0;
  position: relative;
  color: #16394F;
  font-size: 21px;   
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27px;
  padding-right: 50px;
}

.resources-section h6.hs-author-label{
  margin-bottom: 0;
}

.resources-section .right-col-cta a.cta_button:after{
  position: absolute;
  right: 0px;
  top: 6px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/Blue%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 30px;
  height: 18px;
}

.resources-section .services-recent-posts .description-container{
  margin-bottom: 100px;
}

@media(min-width: 768px){
  .resources-section .heading-container>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}


@media(max-width: 1024px){
  .resources-section{
    padding: 110px 0 57px 0;
  }

  .resources-section .services-recent-posts .description-container{
    margin-bottom: 65px;
  }

  .resources-section .services-recent-posts .home-post-item-1,
  .resources-section .services-recent-posts .home-post-item-2,
  .resources-section .services-recent-posts .home-post-item-3{
    width: 33.2%;
  }
}

@media(max-width: 767px){
  .resources-section{
    padding: 60px 0 57px 0;
  }

  .resources-section .services-recent-posts .home-post-item-1,
  .resources-section .services-recent-posts .home-post-item-2,
  .resources-section .services-recent-posts .home-post-item-3{
    width: 100%;
  }



  .resources-section .right-col-cta a.cta_button{
    float: left;
    margin-top: 20px;
  }
}

@media(max-width: 480px){
  .body-container-wrapper .resources-section a.cta_button{
    width: auto;
  }
}



/*********** Back to Top CTA Style **********/

.back-to-top .cta-container{
  display: inline-block;
  position: fixed;
  right: 24px;
  bottom: 60px;
  transform: rotate(90deg);
  opacity: 0;
  visibility: none;
  transition: all 0.3s ease-in-out;
}

.back-to-top .cta-container a.cta_button{
  position: relative;
  background: none;
  padding: 0;
  color: #16394F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  /*   transform: rotate(-270deg); */
}

.back-to-top .cta-container a.cta_button:before{
  position: absolute;
  right: 86px;
  top: -6px;
  content: '';
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Altus%20pillar%20page%20assets/Back%20to%20top.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 33px;
  height: 33px;
  transform: rotate(270deg);
}

.back-to-top .cta-container.show {
  opacity: 1;
  visibility: visible;
}

@media(max-width: 1024px) and (min-width: 768px){
  .back-to-top .cta-container{
    right: 0;
  }
}

@media(max-width: 767px){
  .row-fluid .back-to-top{
    display: none;
  }
}



/*********** Slide Section Style **********/


.pillar-slide-cm{
  max-width: 420px;
  position: absolute;
  float: left;
  bottom: 0px;
  z-index: 2;
  padding: 25px 25px 25px 25px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -420px;

}

/* .StickySidebar{
left: 0!important;
width: auto!important;
} */

.pillar-slide-cm.fadeIn{
  left: 20px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
  /*   position: absolute; */
  position: fixed;
  top: 0;
  z-index: 5;





  /*   position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  left: -30px;
  height: 100vh;
  top: -60px;  */
}

.pillar-slide-cm.hide-section {
  left: -500px !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
}



.pillar-slide-cm .close-icon{
  float: right;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

.pillar-slide-cm .close-icon h5,
.pillar-slide-cm .close-icon img{
  display: inline-block;
  vertical-align: middle;
}

.pillar-slide-cm .close-icon h5{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 6px;
}

.chapter-section .pillar-slide-cm .close-icon h5{
  color: #ffffff;
}

.pillar-slide-cm .content-container{
  display: block;
  clear: both;
  max-width: 350px;
  margin: 0 auto;
}

.pillar-slide-cm .content-container h2{
  font-size: 38.4px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40.99px;
  margin-bottom: 14px;

}

.chapter-section .pillar-slide-cm .content-container h2{
  color: #ffffff;
}

.pillar-slide-cm .content-container p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
}

.pillar-slide-cm .cta-container{
  margin-top: 37px;
}

.pillar-slide-cm .cta-container a.cta_button{
  background-color: #7FD8FF;
  color: #16394F;
}

@media(max-width: 1300px){
  .pillar-slide-cm{
    max-width: 27%;
  }

  .pillar-slide-cm.fadeIn{
    left: 16px;
  }
}


/*
@media(max-width: 991px) and (min-width: 768px){
.pillar-slide-cm{
max-width: 248px;
} 

.pillar-slide-cm .content-container h2{
font-size: 30px;
}
}*/

/* @media(max-width: 991px) and (min-width: 768px){
.pillar-slide-cm{
max-width: 205px;
}
}  */   

@media(max-width: 767px){
  .pillar-slide-cm{
    height: fit-content;
    max-width: 100%;
    display: block;
    left: -767px;
    padding: 45px 25px 25px 25px;
    bottom: 0;
  }

  .pillar-slide-cm.fadeIn{
    top: initial;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
  }

  .pillar-slide-cm .content-container{
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .pillar-slide-cm .content-container h2{
    font-size: 24.58px;
    line-height: 26.23px;
    color: #ffffff;
  }

  .pillar-slide-cm .content-container p{  
    font-size: 14px;
    line-height: 18px;
  }

  .pillar-slide-cm .text-content{  
    text-align: left;
  }

  .pillar-slide-cm .close-icon{
    right: 10px;
    top: 10px;
  }

  .pillar-slide-cm.fadeIn{
    bottom: 0;
  }

  .pillar-slide-cm.hide-section{
    left: -768px !important;    
  }

  .pillar-slide-cm .cta-container{
    margin-top: 0;
  }

  .pillar-slide-cm img{
    max-width: 120px !important;
    margin: 0 auto;
  }

  .pillar-slide-cm .close-icon h5{
    margin-bottom: 0;
    color: #ffffff;
  }

}


@media(max-width: 480px){
  .body-container-wrapper .pillar-slide-cm .cta-container a.cta_button{
    width: auto
  }
}

.border-top{
  position: relative;
}

.border-top:after{
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  max-width: 1260px;
  background: #CBCBCB;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;
}



/* @media(max-width: 767px){
.row-fluid .left-col.left-sidebar {
margin: 0 20px;
width: auto;
}
} */




/*=======================================================================
                         Service Page Style 
=========================================================================*/

.h6-vector h6{
  color: #16394F;
  font-family: "LL Circular Medium Sub";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.65px;
  line-height: 13px;
  position: relative;
  text-transform: uppercase;
  padding-left: 55px;
}

.h6-vector h6:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-28.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 9px;
}

body.services-page .body-container-wrapper .list-style li{
  color: #16394F;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 33px;
  margin-left: 23px;
  margin-bottom: 1px;
}

body.services-page .body-container-wrapper .list-style li:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  background: #16394F;
  border-radius: 100%;
  top: 14px;
  left: -22px;;
}

body.services-page span.alphaA{
  top: 589px;
}

body.services-page span.salphaAS{
  top: -206px;
}
/* 
@media(max-width: 1024px){
  body.services-page span.salphaAS{
    top: -93px;
  }
} */

/*********** Header Section Style **********/

.service-header{
  background: #ffffff;
  padding: 20px 0 20px 0;
} 

.service-header .right-col{
  text-align: right;
}

.service-header .right-col span.small-text{
  color: #16394F;
  font-family: "LL Circular Book Sub";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
}

.service-header .right-col span.number{
  color: #16394F;
  font-family: "LL Circular Book Sub";
  font-size: 25.6px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27.2px;
  margin-left: 8px;
}

@media(max-width: 767px){
  .service-header .wrapper-large>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .service-header .left-col{
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  
  .service-header .right-col{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-left: 10%;
  }
  
  .service-header .right-col span.number{
    font-size: 22.6px;
  }
}

@media(max-width: 480px){
  .service-header .right-col span.small-text,
  .service-header .right-col span.number{
    display: none;
  }
}


/************* Service Banner Section Style ************/

.service-banner-section{
  position: relative;
  padding: 142px 0 160px 0;
  z-index: 1;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: right !important;
}

.service-banner-section:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
/*   background: linear-gradient(90deg, #EFFAFF 0%, rgba(239,250,255,0) 100%); */
/*   background: linear-gradient(90deg, rgba(239,250,255,1) 0%, rgba(229,240,244,1) 50%, rgba(229,240,244,0) 100%); */
  background: linear-gradient(90deg, rgba(239,250,255,1) 0%, rgba(229,240,244,1) 60%, rgba(229,240,244,0) 88%);
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.service-banner-section:after{
  position: absolute;
  content: '';
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Squiggle.svg') no-repeat;
  background-size: cover;
  background-position: left;
  height: 200px;
  width: 612px;
  left: 0;
  bottom: 63px;
  z-index: -1;
}

.service-banner-section .mobile-bg{
  display: none;
}

.service-banner-section h3{
  margin-bottom: 13px;
}

.service-banner-section h6{
  margin-bottom: 23px;
}

.service-banner-section h1{
  margin-bottom: 20px;
}

.service-banner-section p{
  color: #16394F;
  font-family: "LL Circular Book Sub";
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 29px;
}

.service-banner-section .left-cta{
  margin-top: 7px;
}

body .service-banner-section .left-cta a.cta_button[title]{    
  color: #ffffff;
  font-family: "LL Circular Medium Sub";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  background-color: #5EBA30;
  box-shadow: 0 7px 20px -1px rgba(124,134,152,0.58);            
  padding: 18px 25.3px;
}

@media(min-width: 2200px){
  .row-fluid .service-banner-section[class*="span"]:first-child{
    max-width: 1440px;
    margin: 0 auto;
    float: none;
  }
}

@media(max-width: 1200px) and (min-width: 1025px){
  .service-banner-section h1{
    font-size: 70px;
  }
}

@media(max-width: 1100px){
  .service-banner-section{
    background-size: cover !important;
  }
  
  .service-banner-section:before{
    width: 70%;
    background: linear-gradient(90deg, rgba(239,250,255,1) 0%, rgba(229,240,244,1) 54%, rgba(229,240,244,0) 88%);
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .service-banner-section{
    background-position: 10px !important; 
    padding: 102px 0 102px 0;
  }
  
  .service-banner-section:before{
    width: 91%;
  }
  
  .service-banner-section .row-fluid .left-col.span6{
    width: 66.618785%;
  }
  
  .service-banner-section .row-fluid .right-col.span6{
    width: 30.618785%;
  }
}

@media(max-width: 767px){
  .service-banner-section{
    padding: 35px 0 0px 0;
    background: #effaff !important;
  }
  
  .service-banner-section p{
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 23px;
  }

  .service-banner-section.h6-vector h6{
    font-size: 10.8px;
    letter-spacing: 0.27px;
    line-height: 13.5px;
    padding: 0;
    margin-bottom: 39px;
  }
  
  .service-banner-section.h6-vector h6:before{
    top: 25px;
    right: 0;
    margin: 0 auto;
  }

  .service-banner-section h1{
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 12px;
  }

  .service-banner-section:after{
    display: none;
    width: 100%;
  }

  .service-banner-section:before{
    display: none;
  }

  .service-banner-section .mobile-bg{
    display: block;
    position: relative;
  }
  
  .service-banner-section .mobile-bg:before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #EFFAFF 0%, rgba(239,250,255,0) 100%);
    height: 137px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  
  body .service-banner-section .left-cta a.cta_button[title]{
    box-shadow: none;
  }
}


/************* Three Col Section Style ************/

body.services-page .services-inner-section3{
  padding: 52px 0 180px 0;
}

body.services-page .services-inner-section3 .subheading h2{
  margin-bottom: 8px;
}

body.services-page .services-inner-section3 .subheading p{
  color: rgba(1,58,81,0.9);
  line-height: 30px;
}

body.services-page .services-type-cm .top-row .right-col h3{
  font-size: 21px;
  font-weight: 300;
}

body.services-page .services-inner-section3 .subheading {
  margin-bottom: 30px;
  max-width: 814px;
  margin: 0 auto;
  float: none;
}

body.services-page .services-inner-section3 .row-fluid .bottom-container{
  margin-top: 24px;
  background: #CEDFB2;
  max-width: 960px;
  margin: 45px auto 0 auto;
  float: none;
  padding: 43px 37px 43px 37px;
  position: relative;
}

.services-inner-section3 .bottom-container a.card-click{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

body.services-page .services-inner-section3 .bottom-container p{
  color: #16394F;
  font-size: 27.6px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 33px;
  font-family: "LL Circular Black Sub";
}

.services-inner-section3 .bottom-container p a{
  text-decoration: underline;
}

body.services-page .services-inner-section3 .bottom-container a.cta_button{
  font-family: "LL Circular Medium Sub";
  letter-spacing: 0;
  line-height: 18px;
  background-color: #5EBA30;
  box-shadow: 0 7px 20px -1px rgb(124 134 152 / 58%);
  padding: 18px 25.3px;
  margin-top: 5px;
  margin-left: 68px;
  position: relative;
  width: auto;
}

body.services-page .services-inner-section3 .bottom-container a.cta_button:before{
  position: absolute;
  content: '';
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow%20%281%29.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 47.91px;
  width: 51px;
  top: -9px;
  left: -66px;
}

@media(min-width: 768px){
  body.services-page .row-fluid .services-inner-section3 .cm-container span>.hs_cos_wrapper {
    flex-basis: 28.5%;
    -webkit-flex-basis: 28.5%;
    margin-right: 4.7%;
  }
}

@media(max-width: 1024px){
  body.services-page .services-inner-section3 .bottom-container p{
    font-size: 23.6px;
    line-height: 29px;
  }
}

@media(max-width: 767px){
  body.services-page .services-inner-section3{
    padding-bottom: 150px;
  }
  
  body.services-page .services-inner-section3 .bottom-container .left-col{
    margin-bottom: 30px;
  }
  
  body.services-page .services-inner-section3 .bottom-container p{
    font-size: 20.6px;
  }
  
  body.services-page .services-inner-section3 .row-fluid .bottom-container{
    padding: 30px 30px 30px 30px;
  }
  
  body.services-page .services-inner-section3 .bottom-container a.cta_button{
    margin-left: 0;
  }
}

@media(max-width: 480px){
  body.services-page .services-inner-section3 .bottom-container a.cta_button:before{
    height: 29.91px;
    width: 33px;
    top: 3px;
    left: -46px;
  }
}


/************* Service Content Section Style ************/

.service-content-section{
  padding: 100px 0 64px 0;
  background: #EFFAFF;
  position: relative;
  z-index: 1;
}

.service-content-section.vector-image:before{
  position: absolute;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Squiggle.svg) no-repeat;
  background-size: cover;
  background-position: left;
  height: 200px;
  width: 612px;
  left: 0;
  top: 30%;
  z-index: -1;
}

.service-content-section .left-col h2{
/*   font-family: "LL Circular Black Sub"; */
  width: max-content;
  margin-bottom: 26px;
  font-weight: 300;
}

body.services-page .body-container-wrapper .service-content-section .list-style li{
  margin-bottom: 10px;
}

.row-fluid .service-content-section [class*="span"].wrapper-large{
  position: relative;
}

.service-content-section .right-col{
  position: absolute;
  right: 0;
  top: -168px;
  max-width: 526px;
}

.service-content-section .right-col img{
  box-shadow: 0 15px 40px -2px rgba(0,0,0,0.39);
}

@media(max-width: 1440px){
  .service-content-section .left-col h2{
    width: auto;
  }
}

@media(max-width: 1024px){
  .service-content-section{
    padding: 55px 0 70px 0;
  }
  
  body.services-page .body-container-wrapper .list-style li{
    line-height: 23px;
  }
}

@media(max-width: 767px){
  .service-content-section .wrapper-large>.row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }
  
  .service-content-section .left-col h2{
    margin-bottom: 15px;
  }
  
  .service-content-section .right-col{
    position: relative;
    top: unset;
    right: unset;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: -143px;
  }
  
  .service-content-section.vector-image:before{
    top: 22%;
  }
    
}


/************* Testimonial Section Style ************/

body.services-page .homepage-section4{
  background: linear-gradient(311.11deg, #BEE8FC 0%, #FFFFFF 100%);
}

body.services-page .row-fluid .homepage-section4 .subheading h6{
  font-family: "LL Circular Book Sub";
}

body.services-page .row-fluid .homepage-testimonial-cm .blockquote h2{
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 45px;
  font-family: "LL Circular Book Sub";
}

body.services-page .homepage-testimonial-cm .info-cont h5{
  font-family: "LL Circular Book Sub";
}

body.services-page .homepage-testimonial-cm .blockquote{
  margin-bottom: 42px;
}

@media(max-width: 767px){
  body.services-page .row-fluid .homepage-testimonial-cm .blockquote h2{
    font-size: 24px;
    line-height: 36px;
  }
}


/************* Service Form Section Style ************/


.service-form-section{
  padding: 105px 0 85px 0;
  position: relative;
}

.service-form-section:before{
  position: absolute;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Squiggle-1.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 403px;
  width: 1142px;
  bottom: -162px;
  right: -340px;
}

.service-form-section .row-fluid .form-container{
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 2px 15px 40px -2px rgba(0,0,0,0.16);
  max-width: 419px;
  padding: 30px 40px 36px 40px;
  margin: 0 auto;
  float: none;
}

.service-form-section .row-fluid .form-container:before{
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  background: linear-gradient(206.57deg, #CCE7F3 0%, #48A0DD 100%);
  top: 0;
  left: 0;
  right: 0;
}

.service-form-section .form-heading{
  margin-bottom: 21px;
}

.service-form-section h3{
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "LL Circular Black Sub";
}

.service-form-section .hs-form-required{
  display: none;
}

.service-form-section .row-fluid form .hs-button.primary{
  margin-top: 14px;
}

body .container-fluid .service-form-section .row-fluid .hs-button{
  color: #FFFFFF !important;
  background-color: #5EBA30;
  box-shadow: 0 7px 20px -1px rgb(124 134 152 / 58%);
  padding: 18px 29.2px;
}
  
.service-form-section .row-fluid form .hs_submit .actions{
  position: relative;
}

.service-form-section .row-fluid form .hs_submit .actions:before{
  position: absolute;
  content: '';
  left: 11px;
  bottom: 17px;
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow%20%281%29.svg') no-repeat;
  height: 47.91px;
  width: 51px;
  background-size: cover;
}

@media(max-width: 1024px){
  .service-form-section{
    padding: 80px 0 40px 0;
  }
}

@media(max-width: 767px){
  .service-form-section:before{
    height: 209px;
    width: 938px;
    bottom: -90px;
    right: -340px;
  }
}

@media(max-width: 480px){
  .service-form-section .row-fluid .form-container{
    padding: 30px 30px 36px 30px;
  }
  
  body .container-fluid .service-form-section .row-fluid .hs-button{
    width: auto;
    padding: 13px 15.2px;
  }
  
  .service-form-section .row-fluid form .hs_submit .actions:before{
    left: 5px;
    bottom: 15px;
    height: 37.91px;
    width: 41px;
  }
}

/************* Bottom Logo Section Style ************/

.service-header.bottom-header{
  margin-bottom: 30px;
}



/************* Retirement Planning Page Style **************/


body.retirement-page .service-banner-section p{
  max-width: 553px;
}

body.retirement-page .services-inner-section3{
  padding: 60px 0 180px 0;
}

body.retirement-page .services-inner-section3 .bottom-subheading{
  margin: 85px auto 50px auto;
}

body.retirement-page .services-type-cm .bottom-row .description-container{
  min-height: 108px;
}

body.services-page.retirement-page .services-inner-section3{
  padding: 52px 0 133px 0;
}

body.retirement-page .meet-team-cm{
  padding: 37px 0 00px 0;
}

body.retirement-page  .service-content-section.vector-image:before{
  top: -7%;
  z-index: 1;
}

body.retirement-page .homepage-section4 .subheading{
  max-width: 885px;
  margin: 0 auto 47px auto;
  float: none;
}

body.retirement-page .homepage-section4{
  padding: 97px 0 110px;
}

@media(min-width: 768px){
  body.retirement-page .service-banner-section:before{
    background: linear-gradient(90deg, rgba(239,250,255,1) 0%, rgba(229,240,244,1) 50%, rgba(229,240,244,0) 88%);
  }
  
  body.retirement-page .meet-team-cm .bottom-container{
    max-width: 812px;
  }
}

@media(max-width: 1024px){
  body.services-page.retirement-page .services-inner-section3{
    padding: 52px 0 56px 0;
  }
  
  body.retirement-page .services-inner-section3 .bottom-subheading{
    margin: 49px auto 32px auto;
  }
}

@media(max-width: 767px){
  body.retirement-page .service-banner-section p{
    max-width: 100%;
  }
  
  body.retirement-page .services-type-cm .bottom-row .description-container{
    min-height: auto;
  }
  
  body.retirement-page .meet-team-cm{
    padding: 0;
  }
  
  body.services-page .homepage-section4{
    padding: 82px 0 82px 0;
  }
  
  body.retirement-page .homepage-section4 .subheading{
    max-width: 100%;
    margin-bottom: 30px;
  }
    
}



/*********** Wealth Management Page Style **************/

.services-inner-section3 .row-fluid .bottom-content-container{
  max-width: 804px;
  margin: 27px auto 0 auto;
  float: none;
}

.services-inner-section3 .bottom-content-container h4{
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  font-family: "LL Circular Book Sub";
}

body .services-inner-section3 .bottom-content-container .transparent-cta a.cta_button[title]{
  border: 2px solid #5EBA30;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  color: #5EBA30;
  padding: 15px 18px;
}

body.wealth-management span.alphaA {
  top: 1111px;
}

@media(min-width: 768px){
  body.wealth-management .service-banner-section p{
    max-width: 688px;
  }
  
  body.wealth-management .services-inner-section3 .subheading{
    max-width: 780px;
  }
  
}

@media(max-width: 767px){
  .services-inner-section3 .bottom-content-container h4{
    font-size: 18px;
    line-height: 27px;
  }
  
  body.wealth-management .service-content-section.vector-image:before{
    top: -2%;
  }
  
  body .services-inner-section3 .bottom-content-container .transparent-cta{
    margin-top: 20px;
  }
}


/************* Popup Form Style ************/

body.show-popup {
  position: relative;
  overflow-y: hidden;
}

body.show-popup:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(-1);
  background-color: rgba(22,57,79,0.94);
  z-index: 6;
}

.service-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  width: 100% !important;
}

.service-popup-container.come-down{
  visibility: visible;
  opacity: 1;
}

.service-popup-container .row-fluid .form-container{
  background-color: #FFFFFF;
  box-shadow: 2px 15px 40px -2px rgba(0,0,0,0.16);
  position: relative;
  max-width: 419px;
  padding: 27px 40px 27px 40px;
  margin: 66px auto 66px auto;
  z-index: 10;
  float: none;
  box-sizing: border-box;
}

.service-popup-container .form-container:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  background: linear-gradient(206.57deg, #CCE7F3 0%, #48A0DD 100%);
  top: 0;
  left: 0;
  right: 0;
}

.service-popup-container .form-container .hs-form-required {
  display: none;
}

body .container-fluid .service-popup-container .form-container .row-fluid .hs-button {
  color: #FFFFFF !important;
  background-color: #5EBA30;
  box-shadow: 0 7px 20px -1px rgb(124 134 152 / 58%);
  padding: 18px 29.2px;
  margin-top: 15px;
}

.service-popup-container .form-container .row-fluid form .hs_submit .actions:before {
  position: absolute;
  content: '';
  left: 11px;
  bottom: 17px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow%20%281%29.svg) no-repeat;
  height: 47.91px;
  width: 51px;
  background-size: cover;
}

.service-popup-container .form-container .row-fluid form .hs_submit .actions {
  position: relative;
}

.service-popup-container .form-container h3 {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "LL Circular Black Sub";
}

.service-popup-container .form-heading{
  margin-bottom: 20px;
}


body.services-page .close-btn.close-out,
.service-popup-container .close-btn{
  cursor: pointer;
  width: auto;
  position: absolute;
  top: -54px;
  right: -53px;
  padding: 9px 19px 20px 18px;
  box-sizing: border-box;
  background-color: #183142;
    display: none;
}

body.services-page .close-btn img,
.service-popup-container .close-btn img{
  cursor: pointer;
}

body.services-page .close-btn.close-out{
  z-index: 6;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

body.services-page.show-popup .close-btn.close-out{
  display: block;
}

@media(max-width: 767px){
  .service-popup-container .close-btn {
    top: -68px;
    right: 0;
  }
}

@media(max-width: 480px){
  .service-popup-container .form-container .row-fluid form .hs_submit .actions:before{
    left: 5px;
    bottom: 15px;
    height: 37.91px;
    width: 41px;
  }

  body .container-fluid .service-popup-container .form-container .row-fluid .hs-button {
    width: auto;
    padding: 13px 15.2px;
  }
  
  .service-popup-container .row-fluid .form-container{
    padding: 27px 30px 27px 30px;
  }
    
}


/************* Landing Page V2 Style **************/

.service-banner-section.lp2-banner{
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  padding: 92px 0 92px 0;
}


.service-banner-section .row-fluid .form-container {
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 2px 15px 40px -2px rgb(0 0 0 / 16%);
  max-width: 419px;
  padding: 30px 40px 36px 40px;
  margin: 0 0 0 auto;
  float: right;
}

.service-banner-section .row-fluid .form-container:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  background: linear-gradient(
    206.57deg
    , #CCE7F3 0%, #48A0DD 100%);
  top: 0;
  left: 0;
  right: 0;
}

.service-banner-section .form-container h3 {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "LL Circular Black Sub";
  margin-bottom: 5px;
}

.service-banner-section .form-container p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'neuzeit-grotesk';
}

body .container-fluid .service-banner-section .row-fluid .hs-button {
  color: #FFFFFF !important;
  background-color: #5EBA30;
  box-shadow: 0 7px 20px -1px rgb(124 134 152 / 58%);
  padding: 18px 29.2px;
  margin-top: 14px;
}

.service-banner-section form .hs-form-required{
  display: none;
}

.service-banner-section .row-fluid form .hs_submit .actions {
  position: relative;
}

.service-banner-section .row-fluid form .hs_submit .actions:before {
  position: absolute;
  content: '';
  left: 11px;
  bottom: 17px;
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow%20%281%29.svg) no-repeat;
  height: 47.91px;
  width: 51px;
  background-size: cover;
}

@media(max-width: 1024px){
  .service-banner-section .row-fluid .form-container{
    padding: 30px 30px 36px 30px;
  }
}

@media(max-width: 991px){
  .service-banner-section .row-fluid form .hs_submit .actions:before{
    left: 0;
    bottom: 22px;
    height: 31.91px;
    width: 35px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .service-banner-section .row-fluid .span8.left-col,
  .service-banner-section.cfo-banner .row-fluid .span6.left-col{
    width: 54.745856%;
  }
  
  .service-banner-section .row-fluid .span4.right-col,
  .service-banner-section.cfo-banner .row-fluid .span6.right-col{
    width: 42.491713%;
  }
}

@media(max-width: 767px){
  .service-banner-section.lp2-banner{
    padding: 70px 0 70px 0;
  }

  .service-banner-section .row-fluid .form-container{
    margin: 0 auto;
    float: none;
  }

  .service-banner-section.lp2-banner .left-col{
    margin-bottom: 30px;
  }
}

@media (max-width: 480px){
  body .container-fluid .service-banner-section .row-fluid .hs-button {
    width: auto;
    padding: 13px 15.2px;
  }
}



/******************* Stuart Page Style ********************/

/************ Header Style ************/

body.stuart-page {
  position: relative;
}

body.stuart-page:before{
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(243.43deg, #CCE7F3 0%, #48A0DD 100%);
  background: linear-gradient(206.57deg, #CCE7F3 0%, #48A0DD 100%);
  z-index: 6;
}

body.stuart-page .row-fluid [class*="span"].wrapper{
  max-width: 1144px;
}

body.stuart-page h6{
  color: #0894D2;
  font-family: "LL Circular Medium Sub";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.stuart-header{
  position: relative;
  background-color: #002E50;
  padding: 28px 0 24px 0;
}

/* body.stuart-page .stuart-header .row-fluid [class*="span"].wrapper{
  max-width: 1160px;
} */

.stuart-header .right-col{
  text-align: right;
}

.stuart-header .right-col span.image{
  margin-right: 8px;
}

.stuart-header .right-col a span{
  font-size: 25.6px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27.2px;
  font-family: "LL Circular Book Sub";
}

@media(max-width: 767px){
  .stuart-header .wrapper>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .stuart-header .left-col{
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .stuart-header .right-col{
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    margin-left: 5%;
  }
}

@media(max-width: 480px){
  .stuart-header .right-col a span{
    font-size: 16.6px;
  }
  
  .stuart-header .right-col span.image img{
    max-width: 16px !important;
  }
}


/************* Video Banner Section Style *************/


.stuart-banner-section{
  padding: 70px 0 98px 0;
}

.stuart-banner-section .text-content{
  max-width: 445px;
  margin: 0 0 0 auto;
}

.stuart-banner-section .text-content h6{
  margin-bottom: 9px;
}

.stuart-banner-section .text-content h1{
  color: #002E50;
  font-family: "LL Circular Black Sub";
  font-size: 47px;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 51px;
  margin-bottom: 34px;
}

.stuart-banner-section .text-content p{
  font-family: "LL Circular Book Sub";
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 29px;
}

.stuart-banner-section .cta-container{
  margin-top: 50px;
  padding-left: 64px;
  position: relative;
}

.stuart-banner-section .cta-container:before{
  position: absolute;
  content: '';
  height: 42px;
  width: 44.71px;
  background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/arrow.svg') no-repeat;
  background-position: center;
  background-size: cover;
  top: -9px;
  left: 0;
}

body .stuart-banner-section .cta-container a.cta_button[title]{
  color: #002E50;
  font-family: "LL Circular Medium Sub";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  border-radius: 5px;
  background-color: #7FD8FF;
  -webkit-box-shadow: 0 7px 20px -1px rgba(85,85,86,0.58);
          box-shadow: 0 7px 20px -1px rgba(85,85,86,0.58);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .stuart-banner-section .cta-container a.cta_button[title]:hover{
  background-color: #002E50;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  color: #fff;
}

@media(max-width: 1024px){
  .stuart-banner-section{
    padding: 70px 0 70px 0;
  }
  
  .stuart-banner-section .text-content h1{
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media(max-width: 767px){
  .stuart-banner-section .text-content{
    max-width: 100%;
  }
  
  .stuart-banner-section .right-col{
    margin-bottom: 30px;
  }
  
  .stuart-banner-section .cta-container{
    max-width: 295px;
    margin: 30px auto 0 auto;
  }
}


/*********** Stuart Logo Section Style ***********/


.stuart-logo-cm{
  padding: 40px 0 34px 0;
}

.stuart-logo-cm .left-col p{
  color: #002E50;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  max-width: 190px;
  /*   font-family: 'HelveticaNeue'; */
}

.stuart-logo-cm .logo-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stuart-logo-cm .logo-here{
  margin: 0 10px;
}

@media(min-width: 768px){
  .stuart-logo-cm .row-fluid .left-col.span3{
    width: 18.076923%;
  }

  .stuart-logo-cm .row-fluid .right-col.span9{
    width: 79.358974%;
  }
}

@media(max-width: 767px){
  .stuart-logo-cm .left-col{
    margin-bottom: 20px;
  }

  .stuart-logo-cm .left-col p{
    max-width: 250px;
    margin: 0 auto;
  }

  .stuart-logo-cm .logo-container{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .stuart-logo-cm .logo-here{
    margin: 15px 10px;
    width: 35%;
    text-align: center;
  }
}



/********* Business Plan Section Style **********/

.business-plan-cm{
  padding: 150px 0 140px 0;
}

.business-plan-cm .section-heading{
  max-width: 445px;
  margin-bottom: 60px;
}

.business-plan-cm .section-heading h2{
  color: #002E50;
  font-family: "LL Circular Black Sub";
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 51px;
}

.business-plan-cm .content-block h4{
  font-family: "LL Circular Book Sub";
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.business-plan-cm .content-block p{
  color: rgba(1,58,81,0.9);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

@media(max-width: 1024px){
  .business-plan-cm{
    padding: 100px 0 90px 0;
  }
  
  .business-plan-cm .section-heading{
    margin-bottom: 30px;
  }
  
  .business-plan-cm .section-heading h2{
    font-size: 32px;
    line-height: 42px;
  }
}

@media(max-width: 767px){
  .business-plan-cm{
    padding: 70px 0 60px 0;
  }
  
  .business-plan-cm .section-heading{
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}



/********** Stuart Testimonial Card Style *************/


.stuart-testimonial-card{
  padding: 53px 0 60px 0;
}

.stuart-testimonial-card .content-block{
  background: #fff;
  border: 1px solid #EEF4F7;
  border-radius: 4px;
  padding: 30px 37px 26px 26px;
}

.stuart-testimonial-card .circle-img{
  margin-bottom: 17px;
  margin-top: 60px;
}

.stuart-testimonial-card .content-block p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.stuart-testimonial-card .author-cont h5{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-family: "LL Circular Medium Sub";
}

.stuart-testimonial-card .author-cont p{
  color: rgba(124,134,152,0.9);
  font-family: "LL Circular Book Sub";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

@media(max-width: 1024px){
  .stuart-testimonial-card .content-block{
    padding: 25px 20px 20px 20px;
  }
}

@media(max-width: 767px){
  .stuart-testimonial-card .circle-img{
    margin-top: 30px;
  }
}



/********** Person Section Style ***********/


.stuart-person-section{
  padding: 81px 0 63px 0;
}

.stuart-person-section .right-col{
  padding-top: 22px;
}

.stuart-person-section .row-fluid .content-container{
  max-width: 440px;
  margin: 0 auto 0 84px;
}

.stuart-person-section  .content-container h6{
  margin-bottom: 8px;
}

.stuart-person-section  .content-container h3{
  color: #002E50;
  font-family: "LL Circular Black Sub";
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.32px;
  line-height: 37px;
  margin-bottom: 15px;
}

.stuart-person-section  .content-container p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 22px;
}

.stuart-person-section  .content-container{
  border-bottom: 1px solid #7FD8FF;
}

.stuart-person-section .signature-img{
  margin-top: 12px;
  margin-bottom: 36px;
}

@media(min-width: 768px){
  .stuart-person-section .row-fluid .left-col.span5{
    width: 34.17094%;
  }
  
  .stuart-person-section .row-fluid .right-col.span7{
    width: 63.264957%;
  }
}

@media(max-width: 1024px){
  .stuart-person-section .row-fluid .content-container{
    max-width: 100%;
    margin: 0 auto;
  }
  
  .stuart-person-section .left-col.align-right{
    text-align: center;
  }
}

@media(max-width: 767px){
  .stuart-person-section{
    padding: 70px 0 63px 0;
  }

  .stuart-person-section .content-container p{
    margin-bottom: 15px;
  }

  .stuart-person-section .content-container h3{
    font-size: 28px;
    line-height: 30px;
  }

  .stuart-person-section .right-col{
    padding-top: 30px;
  }

  .stuart-person-section .signature-img{
    margin-bottom: 22px;
  }
}


/*********** Calender Section Style ************/

.stuar-calender-section{
  background: #16394F;
  padding: 77px 0 95px 0;
}

body.stuart-page .row-fluid .stuar-calender-section [class*="span"].wrapper{
  max-width: 897px;
}

.stuar-calender-section .row-fluid .section-heading{
  max-width: 437px;
  margin: 0 auto 50px auto;
  float: none;
}

.stuar-calender-section .section-heading h2{
  font-family: "LL Circular Black Sub";
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 39px;
}

.stuar-calender-section .embed-code{
  position: relative;
  background: #fff;
}

/* .stuar-calender-section .embed-code:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
} */

.stuar-calender-section iframe{
  height: 671px !important;
  z-index: 99;
}

@media (max-width: 1024px){
  .stuar-calender-section{
    padding: 77px 0 70px 0;
  }
  
  .stuar-calender-section .section-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }
  
  .stuar-calender-section .row-fluid .section-heading{
    margin: 0 auto 30px auto;
  }
}


@media(max-width: 767px){
  .stuar-calender-section iframe {
    height: auto !important;
  }
}



/*====================================================
         Password Page Styling 
=====================================================*/


.password-section .left-col{
   padding:59px 105px 47px;
   position:relative;
}

.password-section .left-col .address{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.password-section>.row-fluid-wrapper>.row-fluid{
   display:flex;
   height:100vh;
}

.password-section .logo{
   margin-bottom:74px;
}

.password-section .heading h3{
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 53px;
}

.password-section .heading h2{
  font-size: 49px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 53px;
  max-width:388px;
  margin:0 auto 167px;
  float:none;
  font-family: "LL Circular Black Web";
}

.password-section .address p strong{
   display:block;
}

.password-section .address p{
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  color: rgba(1,58,81,0.9);
}

.password-section .password-form form input{
   border: 1px solid #C8C8C8;
   background-color: #FFFFFF;
   height:52px!important;
   border-radius:0;
}

.password-section .password-form form input::placeholder{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  color: rgba(1,58,81,0.9);
  opacity:0.34;
}

.password-section .password-form form{
   position:relative;
   max-width:504px;
   margin:0 auto;
   float:none;
}

.password-section .password-form form:after{
  position: absolute;
  right: 30px;
  top: 14px;
  content: '';
  background: url(https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Altus%20Money%20Masters%20Assets/arrow%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 14px;
  height: 12px;
  z-index: 1;
}

.password-section .password-form form .hs-button{
  background:#0894D2;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 15px;
  color:#ffffff!important;
  margin-top: 0;
  position: absolute;
  top: -6px;
  right: 0;
  padding: 10px 55px 10px 39px;
}

.password-section .password-form{
   margin-bottom:170px;
}

body .password-section .left-col{
   width:50%;
}

body .password-section .right-col{
   width:50%;
   margin-left:0;
}


@media(max-width:1024px){

.password-section .left-col {
    padding: 59px 30px 47px;
}
}

@media(max-width:767px){

.password-section>.row-fluid-wrapper>.row-fluid {
    display: block;
    height: 100%;
}
  
body .password-section .left-col {
    width: 100%;
}
  
body .password-section .right-col {
    width: 100%;
    margin-left: 0;
    height: 400px;
}
  
.password-section .heading h2 {
  margin: 0 auto 65px;
  font-size: 39px;
  line-height: 43px;
}
}



/*==================================================================
        Monthly Commentary Page Styling 
====================================================================*/


/**************** Monthly Commentary Section1 ************************/

.monthly-commentary p{
   font-family: "Stevie-Sans";
}

.monthly-commentary ol li,
.monthly-commentary ul li{
   font-family: "Stevie-Sans";
}

.monthly-commentary-section1 .left-col{
  background-color: #FFFFFF;
  box-shadow: 0 4px 11px 0 rgba(39,39,51,0.24);
  height: 100%;
  padding: 40px 27px;
  position: fixed;
  width: 100%;
  left: 0;
  max-width: 320px;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.monthly-commentary-section1 .right-col {
    position: relative;
    width: calc(100% - 320px);
    margin-left: 0;
    height: 100%;
    left: 320px;
}

.monthly-commentary-section1 .left-col .logo{
   margin-bottom:90px;
}

.sidebar-menu-cm .list-container ul li a{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  color: #002E50;
  font-family: "Stevie-Sans";
}

.sidebar-menu-cm .list-container ul li{
   margin:0;
   margin-bottom:10px;
}

.monthly-commentary-section1 .right-col .main-container{
   padding:70px 0 70px;
}

.sidebar-menu-cm .list-container ul li.current a{
   font-weight:bold;
   border-bottom: 2px solid #0894D2;
   padding-bottom:3px;
}

.sidebar-menu-cm .mobile-container{
   display:none;
}

@media(max-width:1024px){

.monthly-commentary-section1 .right-col{
   width: calc(100% - 240px);
    left: 240px; 
}
  
.monthly-commentary-section1 .left-col {
    max-width: 240px;
}
}


@media(max-width:767px){

.sidebar-menu-cm .mobile-container{
   display:block;
}
  
.sidebar-menu-cm .list-container{
   display:none;
}
  
.sidebar-menu-cm .mobile-container ul li:not(.init) {
    float: none;
    display: none;
    margin-left:0;
    margin-bottom:10px;
}
  
.sidebar-menu-cm .mobile-container ul li:nth-child(2){
  margin-top:10px;
}
  
.sidebar-menu-cm .mobile-container ul li.init{
   display:block!important;
   cursor:pointer;
   margin-left:0;
   margin-bottom:0;
}
  
.monthly-commentary-section1 .left-col{
   box-shadow:none;  
   padding-bottom:0;
}
  
.monthly-commentary-section1 .left-col .logo {
    margin-bottom: 50px;
}
  
.sidebar-menu-cm .mobile-container ul{
   border: 2px solid rgb(183,183,183,39%);
    margin-bottom: 34px;
    margin-top: 5px;
    padding: 10px 15px !important;
    float:left;
    width:100%;
    box-sizing:border-box!important;
}
  
.sidebar-menu-cm .mobile-container ul li a{
   font-size:16px;
}
  
.sidebar-menu-cm ul li.init:before {
    position: absolute;
    right: 0;
    top: 11px;
    content: '';
    background: url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Altus%28August%202018%29/fold-arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 8px;
}
}


/******************* Monthly Commentary Banner Styling *************************/


.monthly-commentary-banner{
   padding:59px 0 110px;
   position:relative;
}

.monthly-commentary-banner:after{
   position:absolute;
   left:-50px;
   right:0;
   bottom:0;
   content:'';
   background:#E3E3E3;
   width:auto;
   height:1px;
}

.monthly-commentary-banner .heading h3{
   font-size: 29px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 53px;
  color: #16394F;
}

.monthly-commentary-banner .heading h2{
   font-size: 49px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 53px;
  font-family: "LL Circular Black Web";
}

.monthly-commentary-banner .heading{
   margin-bottom: 74px;
}

.monthly-commentary-banner .address p{
   font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  color: rgba(1,58,81,0.9);
}

@media(max-width:1400px){

.monthly-commentary-banner .left-column{
   width: 49.491713%;  
}
  
.monthly-commentary-banner .right-column{
   width: 43.745856%;
}
  
.monthly-commentary-banner .heading {
    margin-bottom: 34px;
}
}

@media(max-width:1024px){

.monthly-commentary-banner .left-column{
   width:100%;
}
  
.monthly-commentary-banner .right-column {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
  
.monthly-commentary-banner {
    padding: 59px 0 80px;
}
}


@media(max-width:767px){

.monthly-commentary-banner .heading h2{
  font-size: 39px;
  line-height: 43px;   
}
  
.monthly-commentary-banner {
    padding: 19px 0 70px;
}
}


/******************* Monthly Commentary Content Cm **********************/

.monthly-commentary-content-cm{
   padding:24px 0 30px;
}

.monthly-commentary-content-cm .wrapper>.row-fluid{
   max-width:755px;
   margin:0 auto;
   float:none;
}

.monthly-commentary-content-cm .text-container h2{
   font-family: "LL Circular Medium Web";
   margin-bottom:20px;
}

.monthly-commentary-content-cm .text-container h3{
   font-family: "LL Circular Medium Web";
   margin-bottom:15px;
}

.monthly-commentary-content-cm .table-container h3{
   font-family: "LL Circular Medium Web";
   margin-bottom:15px;
}

.monthly-commentary-content-cm .text-container p,
.monthly-commentary-content-cm .text-container ul li,
.monthly-commentary-content-cm .text-container ol li{
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 29px;
  color: rgba(1,58,81,0.9);
}

.monthly-commentary-content-cm .blockquote-cont blockquote{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 29px;
  color: rgba(1,58,81,0.9);
  font-family: "Stevie-Sans";
  font-style: normal;
  border-left: 0;
  position: relative;
  padding-left: 100px;
  margin:30px 0 0px;
}

.monthly-commentary-content-cm .blockquote-cont blockquote:before{
   position:absolute;
   left:0;
   top:0;
   content:'';
   background:#7FD8FF url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/img/quotes2.png');
   background-repeat:no-repeat;
   background-size:35px;
   background-position:center center;
   width:79px;
   height:79px;
}

.monthly-commentary-content-cm .table-container .table-cont{
   border: 1px solid #16394F;
    width: 100%;
    float: left;
    display: block;
    border-bottom: none;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head{
   background-color: #0894D2;
    box-shadow: inset 0 -1px 0 0 #010101;
    padding: 0 16px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
   align-items:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head div{
   min-height:50px;
   display:flex;
   align-items:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head div h5{
   font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: #FFFFFF;
  font-family: "Stevie-Sans";
  margin-bottom:0;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head div p{
   font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  color:#ffffff;
  margin:0;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head div:nth-child(1){
   width: 57.2%;
    border-right: 1px solid #010101;
    padding: 5px 0;
    float: left;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head div:nth-child(2){
   width: 8.9%;
    border-right: 1px solid #010101;
    padding: 5px 0;
    text-align: center;
    float: left;
}

.monthly-commentary-content-cm .table-container .table-cont .table-main-head div:nth-child(3){
  width: 28%;
  padding: 5px 16px;
  float: left;
}

.monthly-commentary-content-cm .table-container .table-cont .table-head{
  background-color: #7FD8FF;
  display: flex;
  flex-wrap: wrap;
  width:100%;
  float:left;
  align-items:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-content{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  float:left;
  align-items:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-head div{
   border-right: 1px solid #16394F;
   box-shadow: inset 0 -1px 0 0 #010101;
   font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #16394F;
  font-family: "Stevie-Sans";
  padding:0px 5px;
}

.monthly-commentary-content-cm .table-container .table-cont .table-content div{
  border-right: 1px solid #16394F;
  box-shadow: inset 0 -1px 0 0 #010101;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #16394F;
  font-family: "Stevie-Sans";
  padding:0px 5px;
}

.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(1){
  width: 57.2%;
  float: left;
  box-sizing:border-box;
  padding:0 16px;
  min-height:41px;
  display:flex;
  align-items:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(1){
  width: 57.2%;
  float: left;
  box-sizing:border-box;
  padding:0 16px;
  min-height:41px;
  display:flex;
  align-items:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(2),
.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(3),
.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(4),
.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(5),
.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(6){
  width: 8.56%;
  float: left;
  border-right: 1px solid #010101;
  text-align:center;
  box-sizing:border-box;
  min-height:41px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(2),
.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(3),
.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(4),
.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(5),
.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(6){
  width: 8.56%;
  float: left;
  border-right: 1px solid #010101;
  text-align:center;
  box-sizing:border-box;
  min-height:41px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.monthly-commentary-content-cm .table-container .table-cont .table-head div:nth-child(6){
   border-right:none;
}

.monthly-commentary-content-cm .table-container .table-cont .table-content div:nth-child(6){
   border-right:none;
}

.monthly-commentary-content-cm .blockquote-cont{
   float:left;
}

.monthly-commentary-content-cm .table-container{
   width: 100%;
    float: left;
    margin:40px 0 40px;
}

.monthly-commentary-content-cm ul li{
   list-style:disc;
}


@media(max-width:1024px){

.monthly-commentary-section1 .right-col .main-container {
    padding: 50px 0 70px;
}
  
.monthly-commentary-content-cm .table-container {
    overflow: scroll;
    width: 400px;
}
  
.monthly-commentary-content-cm .table-container .table-cont {
    width: 810px;
}
}


@media(max-width:767px){

.monthly-commentary-section1 .left-col {
    max-width: 100%;
    width: 100%;
    position: relative;
}
  
.monthly-commentary-section1 .right-col {
    width: 100%!important;
    left: 0;
}
  
.monthly-commentary-section1 .right-col .main-container {
    padding: 30px 0 60px;
}
  
.monthly-commentary-content-cm .blockquote-cont blockquote {
    padding-left: 60px;
}
  
.monthly-commentary-content-cm .blockquote-cont blockquote:before {
    background-size: 15px;
    width: 49px;
    height: 49px;
}
}


.hide-section{
   display:none!important;
}



body .container-fluid .row-fluid .icon-text-four-col .cm-container span>.hs_cos_wrapper{
   flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    margin-right: 2.7%;
}

body .container-fluid .row-fluid .icon-text-four-col .cm-container span>.hs_cos_wrapper:nth-child(4n){
   margin-right:0;
}

body .container-fluid .row-fluid .icon-text-four-col{
   padding:52px 0 0 0px;
}

.team-image-cm .text-container{
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 40px;
  right: 40px;
}

.team-image-cm .content-block{
   transition:0.3s all ease-in;
}

.team-image-cm .content-block:hover{
   transition:0.3s all ease-in;
}

.team-image-cm .content-block:hover .image-container:after{
   opacity:0.8;
   transition:0.3s all ease-in;
}

.team-image-cm .image-container:after{
   position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #16394f;
    opacity: 0;
    transition:0.3s all ease-in;
}

body .row-fluid .team-image-cm .four-col-adjust span>.hs_cos_wrapper.content-block{
   margin-top:50px;
}

.team-image-cm .text-container{
   display:none;
   transition:0.3s all ease-in;
}

.team-image-cm .text-container *{
   color:#ffffff;
}

.team-image-cm .text-container p{
   color:#ffffff;
}

.team-image-cm .content-block:hover .text-container{
   display:block;
   transition:0.3s all ease-in;
}

.team-image-cm .image-container{
   cursor:pointer;
}

@media(max-width:1200px){

.team-image-cm .text-container{
   left: 20px;
   right: 20px;  
}
}


/********* Home Update style ********/

.services-resources-section.home-update{
  padding: 120px 0 50px;
}

.services-resources-section .heading-container.home-update{
  margin-bottom: 50px;
}

@media(max-width:767px){
  .services-resources-section.home-update {
    padding: 60px 0 50px;
  }
}



/************** Team Single 2021 ********************/


.team-single-2021 .team-bio-cm{
   padding:100px 0 20px;
}

.team-single-2021 .team-single-banner {
    padding: 179px 0 143px;
}

.team-single-2021 .team-bio-cm .wrapper-large .row-fluid-wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.team-single-2021 .team-bio-cm .right-col .image-container{
  box-shadow: 0 15px 40px -2px rgb(0 0 0 / 21%);
  background: #ffffff;
  height:460px;   
}

.team-single-2021 .team-bio-cm .right-col .alphaB{
   top:-260px;
}

@media(max-width:1024px){

.team-single-2021 .team-bio-cm .right-col{
   padding-left:20px;
}
  
.team-single-2021 .team-bio-cm .right-col .image-container{
   height:310px;
}
}

@media(max-width:767px){

.team-single-2021 .team-bio-cm .wrapper-large .row-fluid-wrapper>.row-fluid{
   display:block;
}
  
.team-single-2021 .team-bio-cm .right-col{
   padding-left:0px;
   margin-top:40px;
}
  
.team-single-2021 .team-bio-cm .left-col:after{
     width:auto;
     right:0;
}
  
.team-single-2021 .team-bio-cm {
    padding: 70px 0 20px;
}
  
.team-single-2021 .team-single-banner {
    padding: 139px 0 80px;
}
  
.team-single-2021 .team-bio-cm .right-col .image-container{
   height:420px;
}
}



/************** LP Form Styling *****************/


.lp-form .content-lp-section .left-col{
   width:100%;
   height:auto;
   overflow-y:auto;
}

.lp-form .content-lp-section .left-col{
   padding:70px 0 70px;
}

body.lp-form .row-fluid .content-lp-section .left-col .heading{
   max-width:554px;
}

.loan-page .wrapper{
   max-width: 1248px!important;
}

.loan-page .image-slider button.slick-prev.slick-arrow{
   left: 13.5%;
}

.loan-page .image-gallery-slider-cm .slide-count-wrap{
   left:146px;
}

.loan-page span.salphaAS{
   display:none;
}

rect.highcharts-point {
    fill:#77CCF2!important;
}


@media(max-width:1024px){

.loan-page .image-gallery-slider-cm .slide-count-wrap{
   left: 46px;   
}
  
.loan-page .image-slider button.slick-prev.slick-arrow{
   left:0.5%;
}
}

@media(max-width:767px){

body.loan-page .row-fluid .homepage-testimonial-cm .blockquote h2 {
    font-size: 30px;
    line-height: 44px;
}
}


@media(max-width:767px){
  
#mortgageSwitchingContainer .break.input .left-col{
   width: 100%!important;  
}
  
#mortgageSwitchingContainer .break.input .right-col {
    width: 100%!important;
}
  
#mortgageSwitchingContainer .left-col .table-head:after{
   display:none!important;
}

#mortgageSwitchingContainer .loan-balance p {
    margin-right: 0!important;
    width: 100%!important;
}
  
#mortgageSwitchingContainer .repayment select {
    width: 100%!important;
}
  
#mortgageSwitchingContainer .left-fees p,
#mortgageSwitchingContainer .right-fees p {
    margin-right: 0!important;
    width: 100%!important;
}
  
#mortgageSwitchingContainer .intro-rate p {
    margin-right: 0!important;
    width: 100%!important;
}
  
#mortgageSwitchingContainer .right-col .regular-fee{
   max-width: 100%!important;
   box-sizing: border-box!important;     
}
  
#mortgageSwitchingContainer .result .inner-row{
   display: block!important;  
}
  
#mortgageSwitchingContainer .result .inner-row #chart {
    width: 100%!important;
}
  
#mortgageSwitchingContainer .result .inner-row #result{
  width:100%!important;
  margin-right:0!important;
}
  
#mortgageSwitchingContainer .result .inner-row {
    margin: 34px 20px 34px!important;
}
  
#mortgageSwitchingContainer .book-cta-cont {
    padding: 25px 20px 25px!important;
}
  
#mortgageSwitchingContainer label {
    font-size: 16px!important;
}
}