/* header */

@keyframes b {
  0% {
    transform: translateX(-2px);
    color: #25c1b9;
  }
  25% {
    transform: translateX(5px);
    color: #25fdfd;
  }
  50% {
    transform: translateX(-2px);
    color: #25c1b9;
  }
  to {
    transform: translateX(-2px);
    color: #25c1b9;
  }
}
.blog .custom-header .row-fluid .page-center {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 40em) {
  .blog .custom-header .row-fluid .page-center {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.request {
  display: none !important;
}
@media (min-width: 700px) {
  .request {
    display: block !important;
    position: absolute;
    right: 132px;
    margin-right: -5px;
    top: 39.5px;
  }
}
@media (min-width: 1366px) {
  .request {
    position: relative;
    right: 0;
    top: 0;
  }
}
.request ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 11px;
}
.request ul li {
  display: inline-block !important;
}
.request ul li a.telephone-button:hover:after {
  width: 100% !important;
}
.request ul li a.proposal-button {
  display: inline-block;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 60px;
  transition: box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background: #42d6d6;
  color: #fff;
  appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  line-height: 14px;
  overflow: hidden;
  vertical-align: middle;
  font-family: Apercu,sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  height: 46px;
  padding: 14px 20px 14px 20px;
  color: #fff !important;
  margin-left: 26px;
  width: 167.84px;
}
.request ul li a.proposal-button > i {
  display: inline-block;
  color: #fff;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: inherit;
  margin-top: -2px;
  margin-left: 5px;
  animation-name: b;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}
.request ul li a.proposal-button > i:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  background-color: #000;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.request ul li a.proposal-button:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  background-color: #25c1b9;
  color: #fff;
}
.request ul li a.proposal-button:hover:after {
  background-color: #25c1b9;
  width: 0;
}
.custom-menu-primary.js-enabled .mobile-trigger {
/* 	top: 45px; */
  top: 48px;
  display: inline-block !important;
  cursor: pointer;
  position: absolute;
  width: auto;
	height: auto;
  background: #fff;
  color: #000;
  font-family: Apercu,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  font-size: calc(.14583vw + 13.06667px);
  background-color: transparent;
  font-size: 14px;
  margin-right: 9px;
  right: 20px;
}
@media (min-width: 40em) {
	.custom-menu-primary.js-enabled .mobile-trigger {
/*     right: 106px; */
    right: 45.5px;
/* 		top: 67px; */
	}
}
.custom-menu-primary.js-enabled .mobile-trigger:after {
  content: "+";
  vertical-align: middle;
  font-size: 18px;
  line-height: 0;
  color: #25c1b9;
  top: 0;
  position: relative;
}
.mobile-open .custom-menu-primary.js-enabled .mobile-trigger:after {
  content: "-";
}
@media (min-width: 40em) {
  .custom-menu-primary.js-enabled .mobile-trigger {
    
  }
}
.custom-menu-primary.js-enabled .mobile-trigger:after {
  margin-left: 5px;
}
@media (min-width: 40em) {
  .custom-menu-primary.js-enabled .mobile-trigger:after {
    margin-left: 0;
  }
}
@media (min-width: 1366px) {
  .custom-menu-primary.js-enabled .mobile-trigger {
    display: none !important;
  }
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
/*   display: none !important; */
}
@media (min-width: 1366px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: flex !important;
    justify-content: center;
    margin-top: 0;
  }
}
@media (max-width: 1365px) {
	.custom-menu-primary.js-enabled .hs-menu-wrapper > ul.active-branch > li.hs-item-has-children > ul { 
		display: none!important;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper > ul.active-branch > li.hs-item-has-children .child-trigger {
		display: none!important;
	}
}
.custom-menu-primary.js-enabled .hs-menu-wrapper > ul.active-branch > li.hs-item-has-children > ul {
  position: absolute;
  top: 100%;
  width: 200px;
  padding: 10px 0;
  background-color: #f7f7f7;
  transform-origin: center top;
  transform: scaleY(0.95);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: -1px;
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper > ul.active-branch > li.hs-item-has-children > ul > li {
  display: block;
  margin: 0;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper > ul.active-branch > li.hs-item-has-children > ul > li > a {
  width: 100%;
  font-family: Apercu,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  padding: 6px 24px;
  color: #000;
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: calc(.14583vw + 13.06667px);
  height: auto;
  overflow: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  white-space: break-spaces;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper > ul.active-branch > li.hs-item-has-children > ul > li > a:hover {
  color: #42d6d6;
}




/* pre footer */
.footer-pre a {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 20px 26px;
  border-width: 0;
  border-style: solid;
  line-height: 1;
  overflow: hidden;
  height: 54px;
  height: calc(40px + 1em);
  white-space: nowrap;
  text-overflow: initial;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 60px;
  transition: box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
  border: 0;
  background-color: #fff;
  color: #25c1b9;
  position: relative;
  padding-right: 52px;
	max-width: 382px;
}
.footer-pre a:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  background-color: #25c1b9;
  color: #25c1b9;
  outline: 0;
  background-color: #000;
}
.footer-pre a i {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 20px;
  color: #25c1b9;
  fill: #25c1b9;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}
.footer-pre a i:after {
  color: inherit;
}




.footer-pre.footer-cta a {
  background: rgba(0, 0, 0, 1.0);
  border-radius: 60px;
  border-style: solid;
  border-width: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  padding: 20px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: box-shadow .3scubic -bezier(.23, 1, .32, 1), background-color .3scubic -bezier(.23, 1, .32, 1), transform .3scubic -bezier(.23, 1, .32, 1), border-radius .3scubic -bezier(.23, 1, .32, 1);
  vertical-align: middle;
  white-space: normal;
      max-width: none;
} 

.footer-pre.footer-cta a:hover {
    background-color: #25fdfd;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
  color: #fff !important;
  transform: translateY(-2px);
}





/* blog listing */

.post-listing .post-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .post-listing .post-item {
    flex-wrap: nowrap;
  }
  .post-listing .post-item:nth-of-type(odd) > div {
    order: 1;
  }
  .post-listing .post-item:nth-of-type(odd) > div.left-featured-image {
    order: 2;
  }
}
.post-listing .post-item > div {
  flex-basis: 100%;
}
.post-listing .post-item > div.left-featured-image {
  order: 1;
  background: none;
}
.post-listing .post-item > div.left-featured-image img {
  visibility: visible!important;
  object-fit: cover;
  max-width: 100%;
}
.post-listing .post-item > div.left-featured-image:after {
  display: none;
}
.post-listing .post-item > div.right-content {
  order: 2;
}






/* round 2 */
@media (max-width: 1365px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    visibility: hidden;
  }
}
@media (max-width: 1365px) {
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    visibility: visible;
    display: block;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper .active-branch {
    overflow-x: hidden;
  }
}
.request ul li a.telephone-button {
  font-size: 15px;
}
.post-item {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .post-item > div {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
.left-featured-image .hs-featured-image-wrapper {
  width: 100%;
  height: 100%;
}
.partner a {
  color: #000;
  background: none !important;
  border-bottom: 0;
}
.partner a:hover {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background: none !important;
  border-bottom: 0;
}
.custom-subscribe .hs-button.primary:hover,
.custom-subscribe input[type="submit"]:hover,
.custom-subscribe input[type="button"]:hover {
  background: #000;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li a {
  text-size-adjust: 100%;
}
/* @media (min-width: 0px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li > a {
    font-size: 14px;
  }
} */
@media (max-width: 699px) {
  .custom-header {
    padding: 48px;
  }
  .custom-menu-primary.js-enabled .mobile-trigger {
/* 	  top: 24px; */
    top: 31px;
    right: 12px;
  }
}
@media (max-width: 639px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li > a {
    font-size: calc(1.5625vw + 40px);
    line-height: 1.06667;
  }
  .custom-header {
    padding: 29px 0;
    padding-top: 33px !important;
  }
}
@media (max-width: 1365px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li > a {
    font-family: Recoleta-Regular,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    display: inline-block;
    padding: .25em;
    transition: color .3s cubic-bezier(.23,1,.32,1);
    font-size: calc(1.5625vw + 40px);
    line-height: 1.05;
  }
}
/* @media (min-width: 2560px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li > a {
    font-size: calc(.14583vw + 13.06667px);
  }
} */
@media (min-width: 0px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > ul > li > a {
    font-size: calc(1.5625vw + 40px)!important;
  }
}
@media (min-width: 2560px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul > li > ul > li > a {
    font-size: calc(.10937vw + 14px);
  }
}
.request ul li a.telephone-button {
  font-size: 14px;
}
@media (min-width: 640px) {
  .request ul li a.telephone-button {
    font-size: calc(.14583vw + 13.06667px);
  }
}
@media (min-width: 2560px) {
  .request ul li a.telephone-button {
    font-size: calc(.10937vw + 14px);
  }
}


/* .custom-header {
  padding-top: 48px;
} */
.custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1367px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul.active-branch {
    position: absolute;
    float: none;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 16px;
    text-rendering: optimizelegibility;
    height: 46px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul.active-branch > li {
    position: relative;
    list-style: none;
    width: auto;
    margin: 0 24px;
    float: none;
  }
  
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper.active-branch > ul.active-branch > li > a {
    position: relative;
  }
}
@media (max-width: 1365px) {
  .custom-header .hs-menu-depth-1 > a {
	  font-size: 54px!important;
  }
}
@media (min-width: 1366px) {
  .blog .custom-menu-primary ul>li:last-child {
    display: none;
  }
}