
/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.footer {

}

.footer__contact {
  padding: 2rem 0 1.2rem 0;
}

.footer__contact-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.footer__contact-left-column {
  width: 100%;
}

.footer__contact-right-column {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.footer__contact-right-column img {
  max-height: 110px;
  margin-left: 35px;
}

.footer__contact-left-column p {
  margin: 0 0 .5rem 0;
}

.footer__socials {
  text-align: center;
  padding-bottom: 1rem;
}

.footer__copyright{
  width:100%;
  text-align:center;
}

.footer__socials .submenu{
  margin:0; 
}

.footer__socials .navigation-primary .submenu li {
  padding: 15px 80px;
}

.footer__socials .navigation-primary .submenu a, 
.footer__socials .navigation-primary .submenu p {
  color: #000000;
  text-transform: initial;
  font-size: 30px;
}


.footer__socials .submenu.level-1 li a::before{
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size:35px; 
  display: inline-block;
  color:#fff;
  padding-right: 12px;
}

.footer__socials .submenu.level-1 li a:hover::before{
  color:#97989a;
}

.footer__socials .submenu.level-1 li:nth-child(1) a::before{
  content: "\f167";
}

.footer__socials .submenu.level-1 li:nth-child(2) a::before{
  content: "\f099";
}

.footer__socials .submenu.level-1 li:nth-child(3) a::before{
  content: "\f39e";
}

.footer__socials .submenu.level-1 li:nth-child(4) a::before{
  content: "\f0e1";
}

.footer__container {
  padding: 4rem 0 4.2rem 0;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__copyright,
.footer__copyright p {
  font-size: 1rem;
  margin: 0.7rem 0;
}

.footer__copyright p {
  padding-left:10px; 
}

.footer_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_column {
  position: relative;
  width: 19%;
  margin-right: 1%;
}

.footer_column:last-child {
  margin-right: 0;
}

.footer_cta {
  margin-bottom: 30px;
}

.footer__navigation {
  /* margin-top: 20px; */
  display: flex;
  align-items: center;
  justify-content:center;
  width: 100%;
}

.footer-nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 50px 0;
}

.footer-nav-column {
  width: 18%;
  margin-right: 2%;
}

.footer-nav-column h5 {
  margin-bottom: .75em !important;
}

.footer-nav-column .small {
  font-size: .85em;
}

.footer__navigation .navigation-primary .submenu.level-1 > li {
  display: block;
  text-transform: unset;
  padding: 0 0 10px 0;
}

.footer__navigation .navigation-primary .submenu.level-1 > li:after {
  /* content: "|";
  padding: 0 .2em; */
}

.footer__navigation .navigation-primary .submenu.level-1 > li:first-child {
  padding-left: 0;
}

.footer__navigation .navigation-primary .submenu.level-1 > li:first-child a {
  /* font-size: 1.4em;
  font-weight: 500; */
}

.footer__navigation .navigation-primary a {
  font-size: 1em;
  line-height: 1;
  position: relative;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}

.footer__navigation .navigation-primary a:after {
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  display: block;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-bottom: 2px solid #fff;
  content: '';
  padding-bottom: inherit;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer__navigation .navigation-primary a.active-item {
  font-weight: unset;
}

.footer__navigation .navigation-primary a.active-item:after {
  bottom: 0;
  top: 20px;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer__navigation .navigation-primary a:hover:after, 
.footer__navigation .navigation-primary a:active:after {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



@media (max-width:1024px){
  .footer-nav-wrapper {
    justify-content: flex-start;
  }

  .footer-nav-column {
    margin: 0 0 5% 0;
  }
}

@media (max-width:1024px) and (orientation: landscape){
  .footer-nav-column {
    width: 33%;
  }
}

@media (max-width:1024px) and (orientation: portrait){
  .footer-nav-column {
    width: 50%;
  }
}

@media (max-width:1023px){
  .footer-nav-column {
    width: 100%;
  }
}



@media (max-width:1150px){
/*  
  .footer__socials .submenu li {
    padding: 15px 20px;
    display: inline-block !important;
    width: auto !important;
  }
  
  .footer__navigation{
    display:block !important; 
  }
  
  .footer__navigation li,.footer__navigation li a{
    display:inline-block !important;
    width:auto !important;
    font-size:12px;
  }
*/
}

@media (max-width: 1366px) {
  .footer__container {
    padding: 4rem 30px 4.2rem 30px;
  }
}


@media (max-width:767px){
/*
  .footer * {
    margin:0 !important; 
  }

  .footer .content-wrapper {
    max-width: 100%;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
  }

  .footer__socials .navigation-primary .submenu li {
    padding: 15px 20px;
    display: block;
    width: auto;
  } 

  .footer__contact-right-column {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
    display:block !important;
  }
  
  .footer__contact-left-column {
    width: 100%;
    order: 1;
  }

  .footer__contact-left-column p{
    text-align:center; 
  }

  .footer__navigation{
    display:block !important; 
  }

  .footer__navigation li,.footer__navigation li a{
    display:inline-block !important;
    width:auto !important;
  }

  .footer__navigation ul{
    white-space: unset !important;
  }

  .footer__navigation p{
    text-align:center; 
  }
*/
}
/* Fixed Header reveal on Scroll up */

.header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
}

.header.is-fixed {
  position: fixed;
  top: -150px;
  transition: top .3s;
  z-index: 101;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.22);
}

.header.is-fixed.is-visible {
  top: 0;
}

.header.is-fixed .header__container.content-wrapper {
  padding: 0;
}

.header.is-fixed.is-visible .header__container.content-wrapper {
  padding: 10px 0;
}

/*Search */
.search-wrapper{
  display: none; 
}

.search-wrapper form{
  text-align: center;
}

.search-wrapper.active{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  background-color: rgba(255,255,255,.95);
  display:block;
}

.search-wrapper .search-container{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  height:100%;
  position: relative;
  top: 25%;
}

.search-wrapper .search-container form {
  position: relative;
}

.search-wrapper .search-container input{
  min-height: 60px;
  height: 60px;
  width: 400px;
  padding: 15px 75px 15px 30px;
  background: #fff !important;
  border: 0;
  box-shadow: 0 20px 60px -10px rgb(0 0 0 / 30%);
  border-radius: 60px;
  color:  #339900;
  font-size: 1rem;
  position: relative; 
}

.search-wrapper .search-container button.search-button {
  font-size: 1.2em;
  font-weight: bold !important;
  min-width: unset;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px;
  vertical-align: top;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.search-wrapper .search-container button.search-button i {
  font-weight: 400 !important;
}

.search-wrapper .search-container button.search-button:after {
  content: '';
}

.search-wrapper [type=search]::-webkit-search-cancel-button,.search-wrapper [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-icon.mobile-search{
  display:none;  
}

@media(max-width:1150px){
  .search-icon{
    display:none;
  }
  .search-icon.mobile-search{
    display:block;
    margin-right:40px;
  }
}


/* Header container */
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__container.content-wrapper {
  /* max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px; */
  /*padding: 25px 0;*/
  padding: 10px 0;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.dark-logo {
  display: none;
}

header.bg-white-color .dark-logo, 
header.bg-light-color .dark-logo {
  display: block;
}

header.bg-white-color .white-logo, 
header.bg-light-color .white-logo {
  display: none;
}

.header__socials ul{
  margin:0; 
  padding:0;
}

.header__socials .submenu.level-1 li a::before{
  font-family: "Font Awesome 5 Brands";
  font-weight: 300;
  font-size: 1.2em; 
  display: inline-block;
  color:#97989a;
  padding-right: 10px;
}

.header__socials .submenu.level-1>li>a::after{
  border:0 !important;
}

header .search-icon{
  cursor:pointer; 
}

.header__socials .submenu.level-1 li:hover a::before,header .search-icon i:hover{
  color:#339900;
}

.header__socials .submenu.level-1 li:nth-child(1) a::before{
  content: "\f167";
}

.header__socials .submenu.level-1 li:nth-child(2) a::before{
  content: "\f099";
}

.header__socials .submenu.level-1 li:nth-child(3) a::before{
  content: "\f39e";
}

.header__socials .submenu.level-1 li:nth-child(4) a::before{
  content: "\f0e1";
}

.header--element .submenu.level-1 > li {
  padding: 15px 15px !important;
}

.header__socials {
  margin-left: 20px;
}


.header__socials .submenu.level-1 > li {
  padding: 15px 0px !important;
}

.header--element .search-icon {
  font-size: 1.2em;
  padding-left: 5px !important;
  margin-right: 10px;
}

@media(min-width:1600px){
  .header__socials .submenu.level-1 li a::before{
    padding-right: 20px;
  } 
  .header__socials ul{
    padding-left:12px;
  }
  .header__socials {
    margin-left: 40px;
  }
  .header--element .search-icon {
    /* margin-left:20px; */
  }
}


@media (max-width: 1150px) {
  .header__container.content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__navigation {
    width: 60% !important;
    left: auto !important;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 0;
    align-items: unset;
  }

  .header__column {
    width: 100%;
    margin-top: -65px;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: flex-end;
    padding: 20px 0;
  }

  .header__logo--main {
    padding-top: 5px;
  }

  .header_cta {
    margin-left: 25px !important;
  }

  .search-wrapper .search-container input{
    width: 300px;
  }

}

/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  /* margin-right: auto;
  max-width: 300px; */
  overflow: hidden;
  padding-top: 10px;
}

.header__logo img {
  max-width: 100%;
  max-height: 75px;
  width: auto !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  /* padding: 20px 0; */
}

.header{
  z-index:100000;
}

@media (max-width: 1150px) {
  .header__logo img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 60%;
    z-index: 10;
  }
  .header__logo--main {
   padding: 20px 0 0 0;
  }
}

/* Search bar */
.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1px solid #339900;
  border-radius: 0;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 767px) {
  .header__search {
    border-top: 1px solid ;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */
.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 1px solid ;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */
.header__navigation.header--element {
  display: flex;
  align-items: center;
}

#nav-toggle {
  display: none;
}

.header .submenu.level-1>li {
  text-transform: none;
}

.header .navigation-primary a {
  font-size: .95em;
  font-weight: normal;
}

.header .submenu.level-1 a {
  color: #FFFFFF;
}

.header.bg-white-color .submenu.level-1 a,
.header.bg-light-color .submenu.level-1 a,
.header .submenu.level-2 a {
  color: #97989a;
}

.header .submenu.level-1 > .has-submenu > .menu-arrow {
  display: none;
}

.header.bg-white-color .submenu.level-1 > li > a::after {
  border-bottom: 2px solid #339900;
}

.header .submenu.level-1 > li > a::after {
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  display: block;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-bottom: 2px solid #FFFFFF;
  content: '';
  padding-bottom: inherit;
}

.header .submenu.level-1 > li:hover > a::after, .header .navigation-primary .submenu.level-1 > li > a.active-item::after, .header .navigation-primary .submenu.level-1 > li > a.active-branch::after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.submenu.level-2 {
  width: auto !important;
  border: none !important;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #f4f4f4 !important;
}

.submenu.level-2 > li:last-child {
  border-bottom: none !important;
}

.submenu.level-2 > li a {
  font-size: .95em;
  font-weight: 300;
  text-transform: unset;
  transition: all .3s ease !important;
}

.submenu.level-2 > li a:hover {
  background-color: #339900 !important;
  color: #FFFFFF !important;
}

header.bg-automotive-color .submenu.level-2 > li a:hover {
  background-color: #eba83b !important;
}

header.bg-banking-and-finance-color .submenu.level-2 > li a:hover {
  background-color: #3067be !important;
}

header.bg-insurance-color .submenu.level-2 > li a:hover {
  background-color: #f68db9 !important;
}

header.bg-public-color .submenu.level-2 > li a:hover {
  background-color: #28c4b0 !important;
}

header.bg-retail-color .submenu.level-2 > li a:hover {
  background-color: #80417a !important;
}

header.bg-telecoms-color .submenu.level-2 > li a:hover {
  background-color: #f95365 !important;
}

header.bg-utilities-color .submenu.level-2 > li a:hover {
  background-color: #98b4e2 !important;
}

header.bg-vehicle-rental-color .submenu.level-2 > li a:hover {
  background-color: #efc000 !important;
}

header.bg-secondary-color .submenu.level-2 > li a:hover {
  background-color: #97989a !important;
}

header.bg-automotive-color .header__socials .submenu.level-1 li a::before,
header.bg-banking-and-finance-color .header__socials .submenu.level-1 li a::before,
header.bg-insurance-color .header__socials .submenu.level-1 li a::before,
header.bg-public-color .header__socials .submenu.level-1 li a::before,
header.bg-retail-color .header__socials .submenu.level-1 li a::before,
header.bg-telecoms-color .header__socials .submenu.level-1 li a::before,
header.bg-utilities-color .header__socials .submenu.level-1 li a::before,
header.bg-vehicle-rental-color .header__socials .submenu.level-1 li a::before,
header.bg-secondary-color .header__socials .submenu.level-1 li a::before,
header.bg-automotive-color .header--element .search-icon,
header.bg-banking-and-finance-color .header--element .search-icon,
header.bg-insurance-color .header--element .search-icon,
header.bg-public-color .header--element .search-icon,
header.bg-retail-color .header--element .search-icon,
header.bg-telecoms-color .header--element .search-icon,
header.bg-utilities-color .header--element .search-icon,
header.bg-vehicle-rental-color .header--element .search-icon,
header.bg-secondary-color .header--element .search-icon {
  color: #fff;
}

header.bg-automotive-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-banking-and-finance-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-insurance-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-public-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-retail-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-telecoms-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-utilities-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-vehicle-rental-color .header__socials .submenu.level-1 li:hover a::before,
header.bg-secondary-color .header__socials .submenu.level-1 li:hover a::before {
  color: #339900;
}


.submenu.level-1 > li.has-submenu:hover .submenu.level-2, 
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 50% !important;
}

/* CTA */
.header_cta {
  margin-left: 20px;
  margin-bottom: 4px;
}

.header_cta a{
  padding:12px 24px;
  font-size:16px;
}

.header_cta .button,
.header_cta button {
  min-width: unset;
}

.header_cta .button:after{
  top: 7px;
}
.header_cta .button:hover{
  padding-left: 30px !important;
  padding-right: 50px !important;
}

/* Mobile toggles */
@media (max-width: 1440px) {
  .header_cta .button:hover{
    padding-left: 20px !important;
    padding-right: 45px !important;
  }
}

@media (max-width: 1150px) {
  .header__navigation.header--element {
    display: none;
  }

  .header_cta {
    margin-left: 10px;
  }

  .header__logo--main {
    padding-left: 20px;
  }

  .header .submenu.level-1 {
    margin-top: 0;
  }

  .header .submenu.level-2 {
    margin-bottom: 1em;
  }

  .header .submenu.level-1 a {
    color: #97989A !important;
  }

  .header .submenu.level-1 > .has-submenu > .menu-arrow {
    display: block;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: ;
    display: block;
    height: 100vh ;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100% !important;
    padding-top: 100px;
    overflow: scroll;
    z-index: 100;
  }

  .header button.solid.white,.header .button.solid.white{
    background-color: rgba(11,184,119,1.0);
    border: 1px solid #339900;
    border-radius: 60px;
    color: #fff;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none !important;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/raw_assets/public/synectics-solutions/images/mobile-menu-icon_64x64-2.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    right: 20px;
  }

  .bg-primary-color .header__navigation--toggle{
    background-image:url('https://9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/website/About/menu-white.png');
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/raw_assets/public/synectics-solutions/images/close-icon_64x64-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    height: 25px;
    margin-right: 20px;
    width: 25px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/raw_assets/public/synectics-solutions/images/close-icon_64x64-2.png);
    background-size: 75%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow, .submenu > .has-submenu > .menu-arrow, .submenu .menu-arrow{
    padding:34px 0px !important;
  }

  .header__close--toggle.show {
    display: block;
    z-index:1000;
  }

  .header ul{
    width: 280px !important;
  }

  .header .submenu.level-1>li:first-child {
    border-top: 0;
  }

  .header .submenu.level-1>li {
    border-bottom: 0;
  }

  .header .submenu.level-1 > li > a, body .submenu.level-2 .menu-item .menu-link {
    padding-left: 20px;
  }

  .header .submenu.level-1 > li > a::after {
    display: none;
  }

  .submenu.level-2 > li a {
    padding-left: 40px !important;
    font-size: 16px;
  }

  .header__socials .submenu.level-1 > li{
    display:inline-block !important;
    width:auto !important;
  }
}


@media(max-width:767px){
  .header,.header .content-wrapper{
    width:100%;
    max-width:100%;
  }
}


.text-flip-wrapper {
  opacity: 1;
}

/* DISABLING TILL CONTENT CAN BE LOADED ON PAGE LOAD
.in-view-port.text-flip-wrapper {
opacity: 1;
transition: opacity 1.1s cubic-bezier(.77,0,.175,1);
}
*/

.in-view-port.text-flip-wrapper {
opacity: 1;
transition: opacity 0s cubic-bezier(.77,0,.175,1);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media(max-width:1024px){
  .md-left {
    text-align: left;
  }
  .md-center {
    text-align: center;
  }
  .md-right {
    text-align: right;
  }
}

@media(max-width:767px){
  .sm-left {
    text-align: left;
  }
  .sm-center {
    text-align: center;
  }
  .sm-right {
    text-align: right;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 16px 30px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

button:after, 
.button:after {
  content: '\2192';
  position: absolute;
  opacity: 0;  
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  font-weight: bold;
  top: 11px;
}

.hs-private.layout-section-container button:after, 
.hs-private.layout-section-container .button:after,
.private-button:after {
  content: '';
  right: 0 !important;
}

button:hover, 
.button:hover {
  padding-left: 35px;
  padding-right: 55px;
}

.hs-private.layout-section-container button:hover, 
.hs-private.layout-section-container .button:hover {
  padding: 0;
}

.hs-private.layout-section-container ul.uiList.private-list--unstyled button.uiButton.private-button--secondary:hover,
.hs-private.layout-section-container ul.uiList.private-list--unstyled .button.uiButton.private-button--secondary:hover {
  padding: 8px 20px;
}

.hs-private.layout-section-container button.uiButton..private-button--tertiary:hover,
.hs-private.layout-section-container .button.uiButton..private-button--tertiary:hover {
  padding: 0 6px;
}


button.secondary-btn, 
.button.secondary-btn,
button.secondary-btn:hover, 
.button.secondary-btn:hover {
  padding-left: 0 !important;
}

button:hover:after, 
.button:hover:after {
  opacity: 1;
  right: 15px;
}

.button-wrapper {
  display: block;
}

button {
  cursor: pointer;
}

button,
.button {
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease-in-out !important;
  display: inline-block;
  line-height: 1;
  margin: 15px 0;
  min-width: 200px;
}

@media (max-width: 1024px)  {
  button,
  .button {
    min-width: 110px;
  }
}

button:active,
button:focus,
.button:active,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* UNDERLINE LINK STYLES */

button.underline-link-button,
.button.underline-link-button {
  background-color: transparent;
  border:0;
  border-radius: 0;
  text-align: left;
  padding-left: 0;
}

button.underline-link-button.theme, 
.button.underline-link-button.theme {
  border-bottom: 3px solid #339900;
}

button.underline-link-button.white, 
.button.underline-link-button.white {
  border-bottom: 3px solid #FFFFFF;
}

button.underline-link-button.automotive, 
.button.underline-link-button.automotive {
  border-bottom: 3px solid #eba83b;
}

button.underline-link-button.banking-and-finance, 
.button.underline-link-button.banking-and-finance {
  border-bottom: 3px solid #3067be;
}

button.underline-link-button.insurance, 
.button.underline-link-button.insurance {
  border-bottom: 3px solid #f68db9;
}

button.underline-link-button.nfi, 
.button.underline-link-button.nfi {
  border-bottom: 3px solid #509e2f;
}

button.underline-link-button.partner, 
.button.underline-link-button.partner {
  border-bottom: 3px solid #182e76;
}

button.underline-link-button.public, 
.button.underline-link-button.public {
  border-bottom: 3px solid #28c4b0;
}

button.underline-link-button.retail, 
.button.underline-link-button.retail {
  border-bottom: 3px solid #80417a;
}

button.underline-link-button.sira, 
.button.underline-link-button.sira {
  border-bottom: 3px solid #007398;
}

button.underline-link-button.telecoms, 
.button.underline-link-button.telecoms {
  border-bottom: 3px solid #f95365;
}

button.underline-link-button.utilities, 
.button.underline-link-button.utilities {
  border-bottom: 3px solid #98b4e2;
}

button.underline-link-button.vehicle-rental, 
.button.underline-link-button.vehicle-rental {
  border-bottom: 3px solid #efc000;
}

/* SOLID BUTTON STYLES */

button.solid.theme, 
.button.solid.theme {
  background-color: #339900;
  border: 2px solid #339900;
}

button.solid.white, 
.button.solid.white {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

button.solid.automotive, 
.button.solid.automotive {
  background: #eba83b;
  border: 2px solid #eba83b;
}

button.solid.banking-and-finance, 
.button.solid.banking-and-finance {
  background: #3067be;
  border: 2px solid #3067be;
}

button.solid.insurance, 
.button.solid.insurance {
  background: #f68db9;
  border: 2px solid #f68db9;
}

button.solid.nfi, 
.button.solid.nfi {
  background: #509e2f;
  border: 2px solid #509e2f;
}

button.solid.partner, 
.button.solid.partner {
  background: #182e76;
  border: 2px solid #182e76;
}

button.solid.public, 
.button.solid.public {
  background: #28c4b0;
  border: 2px solid #28c4b0;
}

button.solid.retail, 
.button.solid.retail {
  background: #80417a;
  border: 2px solid #80417a;
}

button.solid.sira, 
.button.solid.sira {
  background: #007398;
  border: 2px solid #007398;
}

button.solid.telecoms, 
.button.solid.telecoms {
  background: #f95365;
  border: 2px solid #f95365;
}

button.solid.utilities, 
.button.solid.utilities {
  background: #98b4e2;
  border: 2px solid #98b4e2;
}

button.solid.vehicle-rental, 
.button.solid.vehicle-rental {
  background: #efc000;
  border: 2px solid #efc000;
}


/* OUTLINE BUTTON STYLES */

button.outline.theme, 
.button.outline.theme {
  border: 2px solid #339900;
  background-color: transparent;
}

button.outline.white, 
.button.outline.white {
  border: 2px solid #FFFFFF;
  background-color: transparent;
}

button.outline.automotive, 
.button.outline.automotive {
  border: 2px solid #eba83b;
  background-color: transparent;
}

button.outline.banking-and-finance, 
.button.outline.banking-and-finance {
  border: 2px solid #3067be;
  background-color: transparent;
}

button.outline.insurance, 
.button.outline.insurance {
  border: 2px solid #f68db9;
  background-color: transparent;
}

button.outline.nfi, 
.button.outline.nfi {
  border: 2px solid #509e2f;
  background-color: transparent;
}

button.outline.partner, 
.button.outline.partner {
  border: 2px solid #182e76;
  background-color: transparent;
}

button.outline.public, 
.button.outline.public {
  border: 2px solid #28c4b0;
  background-color: transparent;
}

button.outline.retail, 
.button.outline.retail {
  border: 2px solid #80417a;
  background-color: transparent;
}

button.outline.sira, 
.button.outline.sira {
  border: 2px solid #007398;
  background-color: transparent;
}

button.outline.telecoms, 
.button.outline.telecoms {
  border: 2px solid #f95365;
  background-color: transparent;
}

button.outline.utilities, 
.button.outline.utilities {
  border: 2px solid #98b4e2;
  background-color: transparent;
}

button.outline.vehicle-rental, 
.button.outline.vehicle-rental {
  border: 2px solid #efc000;
  background-color: transparent;
}

/* BUTTON TEXT COLOURS */

button.theme-button-text, 
.button.theme-button-text, 
button.theme-button-hover-text:hover, 
.button.theme-button-hover-text:hover {
  color: #339900 !important;
}

button.white-button-text, 
.button.white-button-text,
button.white-button-hover-text:hover, 
.button.white-button-hover-text:hover {
  color: #FFFFFF !important;
}

button.automotive-button-text, 
.button.automotive-button-text,
button.automotive-button-hover-text:hover, 
.button.automotive-button-hover-text:hover {
  color: #eba83b !important;
}

button.banking-and-finance-button-text, 
.button.banking-and-finance-button-text,
button.banking-and-finance-button-hover-text:hover, 
.button.banking-and-finance-button-hover-text:hover {
  color: #3067be !important;
}

button.insurance-button-text, 
.button.insurance-button-text,
button.insurance-button-hover-text:hover, 
.button.insurance-button-hover-text:hover {
  color: #f68db9 !important;
}

button.nfi-button-text, 
.button.nfi-button-text,
button.nfi-button-hover-text:hover, 
.button.nfi-button-hover-text:hover {
  color: #509e2f !important;
}

button.partner-button-text, 
.button.partner-button-text,
button.partner-button-hover-text:hover, 
.button.partner-button-hover-text:hover {
  color: #182e76 !important;
}

button.public-button-text, 
.button.public-button-text,
button.public-button-hover-text:hover, 
.button.public-button-hover-text:hover {
  color: #28c4b0 !important;
}

button.retail-button-text, 
.button.retail-button-text,
button.retail-button-hover-text:hover, 
.button.retail-button-hover-text:hover {
  color: #80417a !important;
}

button.sira-button-text, 
.button.sira-button-text,
button.sira-button-hover-text:hover, 
.button.sira-button-hover-text:hover {
  color: #007398 !important;
}

button.telecoms-button-text, 
.button.telecoms-button-text,
button.telecoms-button-hover-text:hover, 
.button.telecoms-button-hover-text:hover {
  color: #f95365 !important;
}

button.utilities-button-text, 
.button.utilities-button-text,
button.utilities-button-hover-text:hover, 
.button.utilities-button-hover-text:hover {
  color: #98b4e2 !important;
}

button.vehicle-rental-button-text, 
.button.vehicle-rental-button-text,
button.vehicle-rental-button-hover-text:hover, 
.button.vehicle-rental-button-hover-text:hover {
  color: #efc000 !important;
}





/* VISH STYLES TO CHANGE */

button.solid.pink, 
.button.solid.pink {
  background-color:#dd89b8;
  border: 2px solid #dd89b8;
  color: #fff;
}

button.solid.white.pink-text,
.button.solid.white.pink-text{
 color:#dd89b8 !important; 
}

button.outline.pink, 
.button.outline.pink {
  border: 2px solid #dd89b8;
  background-color: transparent;
  color: #dd89b8;
}
.bg-primary-color {
  background-color: #339900 !important;
}

.bg-secondary-color {
  background-color: #97989a !important;
}

.bg-light-color {
  background-color: #f4f4f4 !important;
}

.bg-automotive-color {
  background-color: #eba83b !important;
}

.bg-banking-and-finance-color {
  background-color: #3067be !important;
}

.bg-insurance-color {
  background-color: #f68db9 !important;
}

.bg-partner-color {
  background-color: #182e76 !important;
}

.bg-public-color {
  background-color: #28c4b0 !important;
}

.bg-retail-color {
  background-color: #80417a !important;
}

.bg-telecoms-color {
  background-color: #f95365 !important;
}

.bg-utilities-color {
  background-color: #98b4e2 !important;
}

.bg-vehicle-rental-color {
  background-color: #efc000 !important;
}

.bg-black-color {
  background-color: #000000 !important;
}

.bg-white-color {
  background-color: #FFFFFF !important;
}


.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text ul,
.white-text ol,
.white-text li,
.white-text a,
.white-text a:hover,
.white-text a:active {
  color: #FFFFFF !important;
}

.black-text h1,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p,
.black-text ul,
.black-text ol,
.black-text li{
 color: #97989a ;
}

.black-text h2{
   color: #000 ;
}

.pink-text h1,
.pink-text h2,
.pink-text h3,
.pink-text h4,
.pink-text h5,
.pink-text h6{
 color: #dd89b8 ;
}


.primary-text h1,
.primary-text h2,
.primary-text h3,
.primary-text h4,
.primary-text h5,
.primary-text h6,
.primary-text p,
.primary-text ul,
.primary-text ol,
.primary-text li,
.primary-text a,
.primary-text a:hover,
.primary-text a:active {
  color: #339900 !important;
}

.secondary-text h1,
.secondary-text h2,
.secondary-text h3,
.secondary-text h4,
.secondary-text h5,
.secondary-text h6,
.secondary-text p,
.secondary-text ul,
.secondary-text ol,
.secondary-text li,
.secondary-text a,
.secondary-text a:hover,
.secondary-text a:active {
  color: #97989a !important;
}

.automotive-text h1,
.automotive-text h2,
.automotive-text h3,
.automotive-text h4,
.automotive-text h5,
.automotive-text h6,
.automotive-text p,
.automotive-text ul,
.automotive-text ol,
.automotive-text li,
.automotive-text a,
.automotive-text a:hover,
.automotive-text a:active {
  color: #eba83b;
}

.banking-and-finance-text h1,
.banking-and-finance-text h2,
.banking-and-finance-text h3,
.banking-and-finance-text h4,
.banking-and-finance-text h5,
.banking-and-finance-text h6,
.banking-and-finance-text p,
.banking-and-finance-text ul,
.banking-and-finance-text ol,
.banking-and-finance-text li,
.banking-and-finance-text a,
.banking-and-finance-text a:hover,
.banking-and-finance-text a:active {
  color: #3067be !important;
}

.insurance-text h1,
.insurance-text h2,
.insurance-text h3,
.insurance-text h4,
.insurance-text h5,
.insurance-text h6,
.insurance-text p,
.insurance-text ul,
.insurance-text ol,
.insurance-text li,
.insurance-text a,
.insurance-text a:hover,
.insurance-text a:active {
  color: #f68db9 !important;
}

.public-text h1,
.public-text h2,
.public-text h3,
.public-text h4,
.public-text h5,
.public-text h6,
.public-text p,
.public-text ul,
.public-text ol,
.public-text li,
.public-text a,
.public-text a:hover,
.public-text a:active {
  color: #28c4b0 !important;
}

.retail-text h1,
.retail-text h2,
.retail-text h3,
.retail-text h4,
.retail-text h5,
.retail-text h6,
.retail-text p,
.retail-text ul,
.retail-text ol,
.retail-text li,
.retail-text a,
.retail-text a:hover,
.retail-text a:active {
  color: #80417a !important;
}

.telecoms-text h1,
.telecoms-text h2,
.telecoms-text h3,
.telecoms-text h4,
.telecoms-text h5,
.telecoms-text h6,
.telecoms-text p,
.telecoms-text ul,
.telecoms-text ol,
.telecoms-text li,
.telecoms-text a,
.telecoms-text a:hover,
.telecoms-text a:active {
  color: #f95365 !important;
}

.utilities-text h1,
.utilities-text h2,
.utilities-text h3,
.utilities-text h4,
.utilities-text h5,
.utilities-text h6,
.utilities-text p,
.utilities-text ul,
.utilities-text ol,
.utilities-text li,
.utilities-text a,
.utilities-text a:hover,
.utilities-text a:active {
  color: #98b4e2 !important;
}

.vehicle-rental-text h1,
.vehicle-rental-text h2,
.vehicle-rental-text h3,
.vehicle-rental-text h4,
.vehicle-rental-text h5,
.vehicle-rental-text h6,
.vehicle-rental-text p,
.vehicle-rental-text ul,
.vehicle-rental-text ol,
.vehicle-rental-text li,
.vehicle-rental-text a,
.vehicle-rental-text a:hover,
.vehicle-rental-text a:active {
  color: #efc000 !important;
}
.l-content-card-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cols-1 .c-card-item, .cols-2 .c-card-item, .cols-3 .c-card-item, .cols-4 .c-card-item {
  margin-bottom: 1em;
  width: 100%;
}

.c-card {
  background-color: #fff;
  border-radius: 10px;
  color: #fff;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.c-card__image {
  min-height: 210px;
  overflow: hidden;
}

.c-card__image img {
  height: auto !important;
  transition: all ease .4s;
  vertical-align: top;
  width: 100% !important;
}
.c-card:hover img {
  transform: scale(1.07);
}

.c-card__icon {
  position: relative;
  top: -30px;
}

.c-card__icon i[class*=fa]{
  border-radius: 100%;
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  transition: .4s ease;
  width: 60px !important;
}
.c-card__icon svg,
.c-card__icon .hs_cos_wrapper_type_icon svg{
  border-radius: 100%;
  display: inline-block;
  font-style: normal;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  transition: .4s ease;
  width: 60px !important;
}

.c-card__icon.tc {
  text-align: center; 
}

.c-card__icon.tr {
  padding-right:2em;
  text-align: right; 
}

.c-card__icon.tl {
  padding-left:2em;
  text-align: left; 
}

.c-card__text {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 2em;
  position: relative;
}

.c-card__text h5 {
  margin-bottom: 1em !important;
}

.c-card__text--with-icon {
  margin-top: -40px;
}

.c-card__text h2, .c-card__text h3, .c-card__text h4, .c-card__text h5 {
  color: #ffffff;
}

.c-card__text h4 {
  font-size: 1.6em;
  line-height: 1.2em;
}

.c-card__link{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999999px;
  top: 0;
  z-index: 1;
}

@media (min-width: 767px) {
  .l-content-card-wrapper {
    flex-direction: row;
  }

  .cols-2 .c-card-item, .cols-4 .c-card-item {
    width: 49%;
  }
}

@media (min-width: 1024px) {
  .cols-3 .c-card-item {
    width: 32%;
  }
  .cols-4 .c-card-item {
    width: 24%;
  }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.in-between-column-lines .row-fluid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.in-between-column-lines .dnd-column:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}

.in-between-column-lines.line-primary-color .dnd-column:not(:last-child) {
  border-right-color: #339900;
}

.in-between-column-lines.line-secondary-color .dnd-column:not(:last-child) {
  border-right-color: #97989a;
}

.in-between-column-lines.line-light-color .dnd-column:not(:last-child) {
  border-right-color: #f4f4f4;
}

.in-between-column-lines.line-automotive-color .dnd-column:not(:last-child) {
  border-right-color: #eba83b;
}

.in-between-column-lines.line-banking-and-finance-color .dnd-column:not(:last-child) {
  border-right-color: #3067be;
}

.in-between-column-lines.line-insurance-color .dnd-column:not(:last-child) {
  border-right-color: #f68db9;
}

.in-between-column-lines.line-public-color .dnd-column:not(:last-child) {
  border-right-color: #28c4b0;
}

.in-between-column-lines.line-retail-color .dnd-column:not(:last-child) {
  border-right-color: #80417a;
}

.in-between-column-lines.line-telecoms-color .dnd-column:not(:last-child) {
  border-right-color: #f95365;
}

.in-between-column-lines.line-utilities-color .dnd-column:not(:last-child) {
  border-right-color: #98b4e2;
}

.in-between-column-lines.line-vehicle-rental-color .dnd-column:not(:last-child) {
  border-right-color: #efc000;
}

.in-between-column-lines.line-black-color .dnd-column:not(:last-child) {
  border-right-color: #000000;
}

.in-between-column-lines.line-white-color .dnd-column:not(:last-child) {
  border-right-color: #FFFFFF;
}

@media (max-width:850px){
  .in-between-column-lines .row-fluid {
    flex-direction: column;
  }
  .in-between-column-lines .row-fluid .widget-span,
  .in-between-column-lines .row-fluid .span4 {
    border: none;
  }
  .in-between-column-lines .row-fluid .custom-icon-wrapper {
    text-align: center !important;
  }
}
.insights-updates-section .insights-updates-sections-bg {
  position:absolute;
  right:0;
  top:0;
}

.insights-updates-section .item-container {
  display:flex;
  flex-direction:row;
  margin-top:100px;
  position:relative;
}

.insights-updates-section p{
  max-width:600px; 
}

.insights-updates-section h2,.insights-updates-section .read-more{
  color:#3067be !important;
}

.insights-updates-section h5{
  color:#97989a !important;
  margin:10px 0 !important;  
  font-size:28px;
  line-height:32px;
}

.insights-updates-section .tag{
  color:#97989a;
  font-size:18px;
  line-height:22px;
  display:inline-block;
}

.insights-updates-section .read-more{
  position:absolute;
  bottom:20px;
}

.insights-updates-section .item-article{
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f4f4f4; 
  margin-bottom:0 !important;
  border:0 !important
}

.insights-updates-section .img-section-wrapper {
  overflow: hidden;
  position: relative;
}

.insights-updates-section .img-section {
  background-size: cover;
  height: 250px; 
  width:100%;
  background-position: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.insights-updates-section .item-article:hover .img-section {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.insights-updates-section .content-section{
  padding:30px;
}

.insights-updates-section .view-articles-cta{
  text-align:center; 
}

.insights-updates-section .view-articles-cta a{
  margin-top:80px;
  color:#3350c1 !important;
  border-color:#3350c1 !important;
  background-color:transparent !important;
}

/* Blog post sidebar styles */
.blog-post_sidebar .insights-updates-section .section-title {
  margin-bottom: 30px;
}

.blog-post_sidebar .insights-updates-section .item-article {
  margin-bottom: 30px !important;
}

.blog-post_sidebar .insights-updates-section .img-section{
  height: 175px; 
}

/* Blog post sidebar styles */
.blog-related-posts .insights-updates-section .item-container {
  margin: 50px 0;
}

.blog-related-posts .insights-updates-section .item-article {
  width: 31%;
  margin: 1%;
}

@media(max-width:1279px){
  body .sectors .body_dnd_area-row-6-background-image ,
  body .homepage .body_dnd_area-row-7-background-image{
    background-image:unset !important;
  }

  .insights-updates-section .content-section {
    padding: 15px;
    text-align:left;
  }

  .insights-updates-section .read-more{
    position:relative;
  }
}

@media(max-width:1024px) and (orientation: portrait) {
  .insights-updates-section .item-container{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .insights-updates-section .item-article{
    width:48% !important; 
    margin-left:0 !important;
    margin-bottom:30px !important;
  }
}

@media(max-width:850px) {
  .insights-updates-section .item-container {
    flex-direction: column;
  }
  .insights-updates-section .item-article{
    width:100% !important; 
  }
}
.section-primary-color ul::marker, 
.section-primary-color li::marker, 
.section-primary-color ol::marker {
  color: #339900;
}

.section-secondary-color ul::marker, 
.section-secondary-color li::marker, 
.section-secondary-color ol::marker {
  color: #97989a;
}

.section-light-color ul::marker, 
.section-light-color li::marker, 
.section-light-color ol::marker {
  color: #f4f4f4;
}

.section-automotive-color ul::marker, 
.section-automotive-color li::marker, 
.section-automotive-color ol::marker {
  color: #eba83b;
}

.section-banking-and-finance-color ul::marker, 
.section-banking-and-finance-color li::marker, 
.section-banking-and-finance-color ol::marker {
  color: #3067be;
}

.section-insurance-color ul::marker, 
.section-insurance-color li::marker, 
.section-insurance-color ol::marker {
  color: #f68db9;
}

.section-nfi-color ul::marker, 
.section-nfi-color li::marker, 
.section-nfi-color ol::marker {
  color: #509e2f;
}

.section-public-color ul::marker, 
.section-public-color li::marker, 
.section-public-color ol::marker {
  color: #28c4b0;
}

.section-retail-color ul::marker, 
.section-retail-color li::marker, 
.section-retail-color ol::marker {
  color: #80417a;
}

.section-sira-color ul::marker, 
.section-sira-color li::marker, 
.section-sira-color ol::marker {
  color: #007398;
}

.section-telecoms-color ul::marker, 
.section-telecoms-color li::marker, 
.section-telecoms-color ol::marker {
  color: #f95365;
}

.section-utilities-color ul::marker, 
.section-utilities-color li::marker, 
.section-utilities-color ol::marker {
  color: #98b4e2;
}

.section-vehicle-rental-color ul::marker, 
.section-vehicle-rental-color li::marker, 
.section-vehicle-rental-color ol::marker {
  color: #efc000;
}

.section-black-color ul::marker, 
.section-black-color li::marker, 
.section-black-color ol::marker {
  color: #000000;
}

.section-white-color ul::marker, 
.section-white-color li::marker, 
.section-white-color ol::marker {
  color: #FFFFFF;
}
.social-sharing {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 5px;
}

.social-sharing a {
  font-size: 1.6em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  line-height: 1.4em;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
@font-face {
  font-family: "GothamRounded";
  src: url("//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/raw_assets/public/synectics-solutions/fonts/GothamRounded-Book.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "GothamRounded";
  src: url("//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/raw_assets/public/synectics-solutions/fonts/GothamRounded-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "GothamRounded";
  src: url("//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/raw_assets/public/synectics-solutions/fonts/GothamRounded-Bold.ttf") format("truetype");
  font-weight: 700;
}

html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, button, form, label, input, textarea {
  font-family: 'GothamRounded', Arial, 'Varela Round', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, button, form, label, input, textarea {
  line-height: 1.6;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 16px;
  font-weight: 300 !important;
  letter-spacing: .02rem;
  margin: 0 0 18px 0;
}

p.intro-text,
.intro-text p {
  font-size: 1.5em;
  margin-top: 1em;
}

/* Anchors */

a {
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  color: #339900;
  transition: all .3s ease;
}

a:not(.button):hover, 
a:not(.button):focus, 
a:not(.button):active {
  color:  !important;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  margin: 0 0 .25em 0 !important;
  line-height: 1.4 !important;
}

h1 {
  font-size: 3.5rem !important;
}

h2 {
  font-size: 2.25rem !important;
}

h3 {
  font-size: 2rem !important;
}

h4 {
  font-size: 1.75rem !important;
}

h5 {
  font-size: 1.25rem !important;
}

h6 {
  font-size: 1rem !important;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul, ol, li {
  font-size: 16px;
  letter-spacing: .02rem;
  font-weight: 300;
}

ul::marker, 
ol::marker, 
li::marker {
  color: #339900;
}

ul.no-list {
  list-style: none;
}


li ul,
li ol {
  margin-top: .35rem;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1rem;
  font-weight: 300;
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
  font-style: italic;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Custom module page editor styles */
.editor-custom-module-title {
  border: dotted 1px blue;
  background-color: #fff;
  padding: 5px 10px;
  font-family: 'Courier New', Courier, monospace !important;
  font-weight: 300 !important;
}

.cky-preference-content-wrapper p {
  color: #212121 !important;
}


:root {
  --animate-delay: 0s;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  line-height: 0px !important;
}

.no-padding-margin .dnd-section {
  padding: 0 !important;
  margin:  0 !important;
}

.mr-20 {
  margin-right: 20px;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}


.body-container-wrapper {
  padding-top: 100px;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .body-container-wrapper {
    padding-top: 56px;
  }
}

@media (max-width: 767px) {
  .body-container-wrapper {
    padding-top: 40px;
  }

  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
{
  text-align:center;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


/* Blog header */
.blog-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 !important;
}

.blog-header__inner .left-column {
  width: 55%;
}

.blog-header__inner .right-column {
  width: 45%;
  text-align: right;
}

.blog-header__inner .right-column img {
  max-width: 100%;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .blog-header__inner .left-column {
    width: 100%;
    padding-top: 120px;
  }
  .blog-header__inner .right-column {
    display: none;
  }
}

/* Blog header - author listing */
.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* blog filter tags */
.blog-tags-filter-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-tags-filter-section-title h5 {
  margin-right: 10px !important;
  margin-bottom: 0 !important;
}

.blog-tags-filter-section .button {
  margin: 0 5px 5px 0;
  min-width: 110px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog-tags-filter-section .button:hover {
  padding-left: 20px;
  padding-right: 55px;
}

.blog-tags-filter-section .button:after {
  top: 5px;
}

.blog-tags-filter-section .button.active {
  color: #fff !important;
  background-color: #339900;
}

/* Blog listing */
.blog-index {
  display: flex;
  flex-wrap: wrap;
 /* Not working:  justify-content: space-between; */
}

.blog-index .item-article {
  width: 30%;
  margin-bottom: 50px !important;
  margin-right: 3%;
}

.blog_date {
  font-size: .9em;
  margin-bottom: 40px;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.7rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #339900 !important;
  border-color: #339900;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #97989a;
  margin: 0 0.3rem;
}

.blog-pagination__prev-link:hover svg,
.blog-pagination__prev-link:focus svg,
.blog-pagination__next-link:hover svg, 
.blog-pagination__next-link:focus svg {
  fill: #00904f;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #339900;
}

/* Blog post */
.post-header-section,
.post-body-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.post-body-section {
  padding: 80px 0 100px 0;
  align-items: flex-start;
}

.post-title-section {
  width: 55%;
  padding: 80px 50px 80px 0;
}

.post-featured-image-section {
  width: 45%;
}

.post-featured-image-section img {
  max-width: 100%;
}

.blog-post {
  margin: 0 auto;
  padding: 0 !important;
  /* max-width: 960px; */
}

.blog-post__body {
  width: 65%;
  padding-right: 30px;
}

.blog-post_sidebar {
  width: 35%;
  padding-left: 80px;
}

.blog-post h1 {
  font-size: 3em !important;
}

.blog-post__body p:first-child {
  font-size: 1.15em;
  font-weight: 400 !important;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.white-text .blog-post__timestamp {
  color: #fff;
}

.white-text .blog-post__tags svg {
  fill: #fff;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

.sharing-icons-bottom {
  margin-top: 100px;
}

/* Blog related posts */
.blog-related-posts {
  background-color: #F4F4F4;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


/* MODBILE STYLES */
@media (max-width: 1024px) and (orientation: portrait) {
  .post-title-section,
  .post-featured-image-section,
  .blog-post__body,
  .blog-post_sidebar {
    width: 100% !important;
  }

  .blog-post_sidebar {
    margin-top: 50px;
    padding-left: unset !important;
  }
}

@media (max-width: 767px) {
  .post-title-section,
  .post-featured-image-section,
  .blog-post__body,
  .blog-post_sidebar {
    width: 100% !important;
  }

  .post-title-section {
    padding: 20px 0;
    margin-top: 100px;
  }

  .blog-post h1 {
    font-size: 2em !important;
    line-height: 1.4 !important;
  }

  .blog-post__body {
    padding: 0;
  }

  .blog-post_sidebar {
    margin-top: 50px;
    padding-left: unset !important;
  }
}
.google-map-section .iframe_wrapper {
  height: 500px;
}

@media (max-width: 767px) {
  .google-map-section .iframe_wrapper {
    height: 300px;
  }
}
.system-page-wrapper {
  min-height: 85vh;
}

.system-page-wrapper p.header {
  background-color: unset;
  position: relative;
  top: unset;
  transition: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  font-weight: 500 !important;
}

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 20px;
}

.systems-page .success {
  background-color: #339900;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.4rem;
  margin: 1.4rem 0;
  padding: 1em 1.2em;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

/* Search pages */
.hs-search-results__listing li {
  margin-bottom: 2em !important;
}

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-results__pagination {
  padding: 40px 0;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
.email-prefs {
  margin-top: 30px;
}
.fakelabel input[type=checkbox] {
  display: inline-block;
  float: left;
  margin: 2px 10px 0 0;
}
.fakelabel span {
  display: none;
}
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}




.reveal {
  opacity: 0;
}

body.menu-open,body.search-menu-open{
  overflow:hidden;
  overflow-x: hidden
}
//9134784.fs1.hubspotusercontent-na1.net/hubfs/9134784/hub_generated/template_assets/1/43683437490/1743081706926/template_custom.min.css
:focus {
  outline:0; 
}

.mt-0{
  margin-top:0; 
}

.mt-30{
  margin-top:30px !important;
}

.mb-20{
  margin-bottom:20px !important;
}

.mb-30{
  margin-bottom:30px !important;
}

.mt-60{
  margin-top:60px !important;
}

.mb-60{
  margin-bottom:60px !important; 
}

.mb-100{
  margin-bottom:100px !important; 
}

.mtb-30{
  margin-top:30px !important;
  margin-bottom:30px !important;
}

.pt-0{
  padding-top:0; 
}

.pt-60{
  padding-top:60px; 
}

.pt-160{
  padding-top:160px; 
}

.uppercase{
  text-transform:uppercase; 
}

.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center p,
.cta-section {
  text-align:center;
}

.weight-bold h1,
.weight-bold h2,
.weight-bold h3,
.weight-bold h4,
.weight-bold h5,
.weight-bold h6 {
  font-weight:bold;
}

h1.weight-bold,
h2.weight-bold,
h3.weight-bold,
h4.weight-bold,
h5.weight-bold,
h6.weight-bold {
  font-weight:bold;
}

h1.remove-bold,
h2.remove-bold,
h3.weight-bold,
h4.remove-bold,
h5.remove-bold,
h6.remove-bold {
  font-weight:normal;
}

.weight-bold.white-text p{
  margin:0;
}

.answers-section span + span a{
  margin-left:20px 
}

.homepage .span4,.homepage .span3{
  margin-bottom:100px; 
}

.homepage .row-number-12 .span3{
  text-align:center; 
}

.homepage .sector-heading{
  margin-bottom:30px; 
  text-transform:uppercase;
}

.homepage .sector-heading-finance h4{
  color:#3067be !important;  
}

.homepage .sector-heading-insure h4{
  color:#f68db9 !important;  
}

.homepage .sector-heading-public h4{
  color:#28C4B0 !important;  
}

.homepage .sector-heading-retail h4{
  color:#80417a !important;  
}

.homepage .sector-heading-telecom h4{
  color:#f95365 !important;  
}

.homepage .sector-heading-util h4{
  color:#98b4e2 !important;  
}

.homepage .sector-heading-vehicle h4{
  color:#efc000 !important;  
}

.homepage .span2{
  margin-left: 0 !important;
  border-right:solid 1px #000;
  height:75px;
}

.homepage .body_dnd_area-row-3-background-color {
	background-color: rgba(51, 153, 0, 1) !important;
}

.homepage .span2:last-child{
  border-right:0;
}

.homepage .span2 .row-fluid,
.homepage .span2 .row-fluid-wrapper,
.homepage .span2 .span12{
  height:100%;
}

.homepage .row-number-2 .dnd-column{
  padding:0;
}

.homepage .home-img-container{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:100%;
}

.homepage .span4{
  border-right:solid 1px #fff; 
}

.homepage .span4:last-child{
  border-right:0; 
}

.homepage .body_dnd_area-row-6-background-image{
  height:600px;
}

.homepage .private-box-container{
  position:relative;  
  max-width:1500px;
  margin:0 auto;
}

.homepage .private-box-item{
  background-color: #3067be;
  padding:40px;
  color:#fff;
  position:absolute;
  bottom:-80px;
  max-width:500px;
}

.blog-post h4.blog-feature {
  padding-left: 35px;
  border-left: 5px solid #339900;
  margin: 40px 0 !important;
}

.blog-post h4.blog-intro {
  font-size: 1.15em !important;
  font-weight: 400 !important;
  color: #97989a !important;
  margin-bottom: 18px !important;
}

.blog-post h4.main-quote {
  font-size: 1.5rem !important;
  font-style: oblique;
  margin: 40px 0 !important;
  color: #97989a !important;
  border-left: 5px solid #97989a;
  padding-left: 35px;
}

.blog-post h4.quote {
  font-size: 1.3rem !important;
  font-style: oblique;
  font-weight: 500 !important;
  color: #97989a !important;
}

.careers-page #hs_cos_wrapper_body_dnd_area-module-5 h2, .careers-page #hs_cos_wrapper_body_dnd_area-module-5 p {
  color: #000 !important;
}

.careers-page #hs_cos_wrapper_module_16197152265717_ h2 {
  text-align: left !important;
  color: #339900 !important;		
}

.careers-page .span12 h5 {
  color: #339900 !important;	
}

.careers-page .span1 {
  margin-left:0 !important; 
  width:25% !important;
  text-align:center;
  margin-top: 30px;
}

.careers-page .span1 p, .careers-page .span2 p {
  color: #000 !important;
}

.careers-page .span2 {
  width: 25%;       
  text-align: center;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
}

.careers-page .span12 .row-fluid-wrapper .span12.widget-span.widget-type-cell.cell_16197153049162-vertical-alignment.dnd-column {
	padding: 0px !important;
}

.careers-page h1, .careers-page h2, .careers-page h3, .careers-page h4, .careers-page h5 {
  margin-bottom: 1em !important;
}

.careers-page .row-number-34 .span1 , .careers-page .row-number-34 .span2 {
  text-align: left !important;
}

.careers-page .row-number-34 .custom-icon {
  display: block;
}

.careers-page .banner-bottom .right-image img {
  max-height: 250px !important;
}

.careers-page .banner .banner-image.about-us-position {
  top: 70px !important;
}

.careers-page .row-number-32.dnd-section .dnd-column {
  padding: 0px !important;
}

.careers-page .body_dnd_area-row-3-background-image {
  background-image: none !important;
}

.s-gradient-background {
  position: relative;
}

.s-overflow-hidden {
  overflow: hidden;
}

.s-gradient-background:after {
  bottom: 0;
  content:"";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.s-gradient-background--light-grey-white-top:after {
  background: linear-gradient(180deg, #FAFAFA 0%, #ffffff 100%);
  background-position: top;
}

.s-gradient-background--white-light-grey-bottom:after {
  background: linear-gradient(180deg, #ffffff 0%, #FAFAFA 100%);
  background-position: bottom;
}

.s-solid-background--light-grey-left-edge:after {
  background: #FAFAFA;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  right: 3vw;
}

.s-solid-background--light-grey-left-edge .c-rich-text {
	position: relative;
	z-index: 10;
}

.s-gradient-background--light-grey-white-top:after,
.s-gradient-background--white-light-grey-bottom:after {
  background-size: 100% 20%;
  background-repeat: no-repeat;
}

.stat-list > .row-fluid-wrapper {
  border-bottom: solid 2px #97989A;
  margin-bottom: 2em; 
  padding-bottom: 1em;
}

.stat-list > .row-fluid-wrapper:first-child, .stat-list > .row-fluid-wrapper:last-child  {
  border-bottom: none;
  margin-bottom: 0; 
  padding-bottom: 0;
}

.trust-us .row-fluid {
  flex-direction: row !important;
  display: flex !important;
  flex-wrap: wrap;
}

.trust-us .row-fluid .widget-span {
  margin: 0;
  padding: 0;
  width: auto !important;
}

.trust-us img {
  width: 170px !important;
  padding: 0 40px 0 0;
}

.form-label-hidden form .hs-fieldtype-text label, .form-label-hidden form .hs-fieldtype-phonenumber label, .form-label-hidden form .hs-fieldtype-textarea label {
  display: none;
}

.form-label-hidden form label.hs-error-msg {
  display: inherit;
}

.img-rounded-corners img {
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .careers-page .banner-bottom .right-image {
    padding-left: 0px !important;
  }
  .careers-page .banner-bottom .right-image img {
    max-height: 200px !important;
  }
}

@media (max-width: 1280px) {
  .careers-page .banner-bottom .right-image {
    padding-left: 35px !important;
  }
  .careers-page .banner-bottom .right-image img {
    margin-top: 50px;
  }

  .insurance-header-image img {
    max-width: 100%;
    width: auto;
    overflow: hidden;
  }

}

@media (max-width: 1000px) {
  .careers-page .banner-bottom .right-image {
    padding-left: 0px !important;
  }

  .trust-us img {
    width: 150px !important;
    padding: 0 40px 0 0;
  }

}

@media (max-width: 1024px) and (orientation: landscape) {
  .banner .banner-image.csr-position {
    right: 50px !important;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .row-fluid {
    flex-direction: column !important;
  }

  .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    margin: 0 !important;
    width: 100% !important;
  }

  .sector-page-heading-row .widget-type-space {
    margin-top: -100px !important;
  }

  .sector-page-heading-image-column img {
    display: none;
  }

  .careers-page .span1, .careers-page .span2 {
    width: 100% !important;
    margin-bottom: 40px;
  }

  .md-center-portrait .dnd-module {
    text-align: center !important;
    align-items: center !important;
  }
}

@media (max-width: 1024px) {
  .span6.md-ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md-ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .stat-list {
    margin-top: 2em !important;
  }

}

@media (max-width: 767px) {
  .careers-page .span1, .careers-page .span2 {
    width: 100% !important;   
  }
}

.csr-page .row-number-5, .csr-page .row-number-12 {
  margin-top: 40px;
}

.csr-page .row-number-12 .row-fluid {
  margin: 0 auto;
  width: 70%;
}

.csr-page .row-number-12 .span2 {
  width: 50% !important;
}

.csr-page .span1{
  margin-left:0 !important; 
  width:33.33% !important;
  text-align:center;
}

.csr-page .span2{
  width: 33.33%;   
  text-align: center;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.csr-page .span3{ 
  width: 50%;
}

.csr-page .row-number-4 ol::marker, .csr-page .row-number-4 ul::marker, .csr-page .row-number-4 li::marker{
  color: #fff;
}

@media (max-width: 1024px) and (orienation: portrait) {
  .csr-page .span1, .csr-page .span2, .csr-page .span3, .csr-page .row-number-12 .span2 {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .csr-page .span1, .csr-page .span2, .csr-page .span3, .csr-page .row-number-12 .span2  {
    width: 100% !important;   
  }
}

.about-page .span1{
  margin-left:0 !important; 
  width:20% !important;
  text-align:center;
}

.about-page .span3{
  padding-left:0;
  border-right:1px solid #fff;
  height:250px;
}

.about-page .span3:last-child{
  border-right:0
}

.about-page .life-section-two{
  margin-top:-180px;
}

.about-page .life-section-two img{
  margin-bottom:30px;
  max-width:100%;
}

.about-page .span2{
  width: 16.6%;
  border-right: 1px solid #97989a;
  height: 115px;
  text-align: center;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.about-page .span2:last-child{
  border-right:0;
  padding-left:10px;
}

.about-page .award-heading{
  margin-bottom:100px; 
}

.about-page .value-hover-text{
  visibility:hidden;
  opacity:0;
  height:0;
  transition: visibility 0s, opacity 0.5s linear;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-page .value-hover-section{
  position:relative;
}

.about-page .value-hover-section:hover .value-hover-text{
  top:-100px;
  visibility: visible;
  opacity: 1;
  height: 320px;
  background-color:#fff;
  color:rgba(51, 153, 0, 1);
  padding:15px;
  position:absolute;
  overflow:hidden;
  line-height:20px;
  font-size:16px;
  font-weight: 300;
}

.sectors-insurance .span3,
.sectors-insurance .span4, 
.what-we-do .span3{
  margin-bottom:100px;   
}

.sectors-insurance .span4{
  border-right:solid 1px #f68db9;
  min-height:300px;
}

.sectors-insurance .span4:nth-child(3), .sectors-insurance .span4:nth-child(6){
  border-right:0;
}


@media (max-width:1600px){
  .homepage .private-box-container{
    max-width:90vw;
  }

  .about-page .span3{
    height:300px;
  }
}

@media(max-width: 1440px){
  .about-page .value-hover-section:hover .value-hover-text {
    height: auto;
  }

  h1 {
    font-size: 3em !important;
  }

  h2 {
    font-size: 2em !important;
  }

  p.intro-text,
  .intro-text p {
    font-size: 1.3em;
  }
}

@media (max-width:1280px){
  h1 {
    font-size:50px !important;
    line-height:52px !important;;
  }

  h2 {
    font-size:45px !important;
    line-height:47px !important;;
  }

  h3 {
    font-size:40px !important; 
    line-height:45px !important;;
  }

  h4 {
    font-size:35px !important; 
    line-height:37px !important;;
  }

  h6 {
    font-size:20px !important; 
    line-height:22px !important;;
  }

  .mb-100 {
    margin-bottom:70px !important; 
  }

  .mb-60 {
    margin-bottom:35px !important; 
  }

  .homepage .span2{
    width: 33% !important;
    border-right: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .homepage .trusted-logo-heading,.homepage .why-senetics-heading {
    text-align:center; 
  }

  .homepage .span2,.homepage .span4,.homepage .span3 {
    margin-bottom:30px;
  }

  .homepage .private-box-item {
    width: 500px;
  }

  .homepage .private-image {
    background-attachment: scroll !important;
    background-position: center !important;
    height: 400px !important;
  }

  .answers-section span+span a {
    margin-left: 0px;
  }

  .answers-section a {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-bottom: 20px;
  }

  .about-page .span2 {
    width:30%;
    border:0;
    display:block;
    margin-bottom:40px;
  }

  .contact-section h3,
  .contact-section h4 {
    font-size: 1.75em !important;
  }

  body .sectors-insurance .body_dnd_area-row-1-padding {
    padding-bottom:100px !important;
  }

  .sectors-insurance .span1,
  .sectors-insurance .span4,
  .sectors-insurance .span3 {
    width:100%;
    text-align:center;
    margin-left:0 !important;
    margin-bottom:30px;
    border:0 !important
  }

  .sectors-insurance .sector-insurance-heading,
  .what-we-do-heading,
  .built-by-experts-heading,
  .why-synectics-cta {
    text-align:center;
  }

  .about-page .value-hover-section:hover .value-hover-text {
    min-height: 170px;
    height:auto;
  }
}

@media(max-width:1024px) {
  h1 {
    font-size:50px !important;
    line-height:52px !important;;
  }

  h2 {
    font-size:35px !important;
    line-height:40px !important;;
  }

  h3 {
    font-size:30px !important; 
    line-height:35px !important;;
  }

  h4 {
    font-size:25px !important; 
    line-height:30px !important;;
  }

  h6 {
    font-size:20px !important; 
    line-height:22px !important;;
  }

  .what-we-do .span1,
  .what-we-do .span3 {
    width:100%;
    text-align:center;
    margin-left:0 !important;
    margin-bottom:30px;
  }
  .what-we-do .custom-icon-wrapper {
    text-align:center !important;
  }
}

@media(max-width:1024px) and (orientation: portrait) {
  .homepage .span3,
  .homepage .span1,
  .sectors .span4,
  .sectors .span3,
  .sectors .span1 {
    text-align:center; 
    width:100%;
    margin-left:0 !important;
  }

  .sectors .span4 .custom-icon-wrapper,
  .sectors .span3 .custom-icon-wrapper,
  .sectors .span1 .custom-icon-wrapper {
    text-align: center !important;
  }
  .page_heading-row-0-vertical-alignment > .row-fluid,
  .page_heading-row-1-vertical-alignment > .row-fluid {
    flex-direction: column !important;
  }
  .span6 {
    width:100% !important;
    padding: revert !important;
  }

  .md-portrait-mt40 {
    margin-top: 40px !important
  }
  .md-portrait-ml0 {
    margin-left: 0px !important
  }
}

@media(max-width:1024px) {
}

@media (max-width:850px){
  .sm-mt40 {
    margin-top: 40px !important
  } 

  .sm-ml0 {
    margin-left: 0px !important
  }
  .homepage .row-number-12 .span3{
    width:47%;
  }

  .homepage .row-number-12 .span3:nth-child(2n+1){
    clear:both;
  }

  .homepage .span4 {
    border-right: 0;
    margin-left: 0;
    width: 33%;
  }

  .homepage .body_dnd_area-row-3-background-image,.homepage .body_dnd_area-row-5-background-image {
    background-image:none !important;
  }

  .homepage .private-image {
    line-height:0 !important; 
  }

  .homepage .custom-icon-wrapper {
    text-align: center !important;
  }

  .homepage .private-box-container {
    max-width:1500px; 
  }

  .homepage .private-box-item {
    width:100%;
    position:relative;
    bottom:unset;
    max-width:unset;
  }

  .about-page .span3 {
    height:350px;
  }

  .about-page .parallax-effect-img {
    background-attachment:scroll !important;
    height:250px !important;
  }

  .about-page .span1 {
    width:100% !important;
    margin-bottom:40px;
  }

}

@media(max-width:850px) and ( min-width:768px){
  .homepage .row-number-1 {
    padding-top:40px !important; 
  }
}

@media (max-width:767px){
  h1 {
    font-size:45px !important;
    line-height:47px !important;
  }

  h2 {
    font-size:40px !important;
    line-height:42px !important;
  }

  h3 {
    font-size:30px !important; 
    line-height:32px !important;
  }

  h6 {
    font-size:15px !important; 
    line-height:17px !important;
  }

  .body-container-wrapper {
    padding-top:0; 
  }

  .homepage  .span2,
  .homepage .row-number-12 .span3 {
    width: 100% !important;
  }

  .homepage .span4 {
    width:100%;
    text-align:center;
  }

  .about-page .span3{
    height:auto;
    border:0;
  }

  .about-page .span1{
    width:100% !important;
  }

  .about-page .value-hover-section:hover .value-hover-text {
    max-height: 190px;
    height:auto;
    min-height:190px;
  }

  .about-page .span2 {
    width:100%;
    border:0;
    display:block;
    margin-bottom:40px;
  }

  .about-page .parallax-effect-img{
    height:150px !important;
  }
  
  .about-page .body_dnd_area-row-6-margin {
    margin-top: -100px !important;
  }
   
}

@media (max-width: 1300px) {
  .accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo img, .accreditations-section .membership-logos .accreditations-logos-section .accreditations-logo img {
    height: 60px !important;    
  }
}

@media (max-width: 1300px) {
   .accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo, .accreditations-section .membership-logos .accreditations-logos-section .accreditations-logo {
    width: auto !important;
    display: inline-block !important;
    margin: 0 4% 0 0 !important;
  }
}

@media (max-width: 725px) {
  .accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo, .accreditations-section .membership-logos .accreditations-logos-section .accreditations-logo {
    width: 100% !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 725px) {
  .accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo img, .accreditations-section .membership-logos .accreditations-logos-section .accreditations-logo img {
    height: auto !important;
    max-width: 200px !important;   
    max-height: 150px !important;
  }
}

.accreditations-section .accreditations-logos {
	margin-top: 50px;
}

.accreditations-section .membership-logos {
	margin-top: 100px;
}

.accreditations-section .accreditations-logos h4, .accreditations-section .membership-logos h4  {
	color: #97989a;
}

.accreditations-section .accreditations-logos .accreditations-logos-section, .accreditations-section .membership-logos .accreditations-logos-section {
	margin-top: 20px;
}

.accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo, .accreditations-section .membership-logos .accreditations-logos-section .accreditations-logo {
	width: 20%; 
	display: inline-block; 
	margin: 0 2% 0 2%;
}

.accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo, .accreditations-section .membership-logos .accreditations-logos-section div.accreditations-logo:first-child {
	width: 20%; 
	display: inline-block; 
	margin-left: 0 !important;
}

.accreditations-section .accreditations-logos .accreditations-logos-section .accreditations-logo img, .accreditations-section .membership-logos .accreditations-logos-section .accreditations-logo img  {
	height: 100px;
}

.hs-content-id-67433172264 .confirmation-of-payee-landing-heading {
  padding-top: 80px;
}

@media (max-width: 1300px) {
.confirmation-of-payee-landing-heading {
	margin-top: 80px !important;
}
}

.hs-content-id-67433172264 .dnd-section .row-depth-1.row-number-1 {
	padding: 0px !important;
}

.hs-landing-page.hs-page span#hs_cos_wrapper_widget_1646129140632_{
	line-height: 0px !important;
	
}

.cky-consent-bar.cky-classic div {
	line-height: 1.15;
}

.utilities-enquiries-hero img {
	min-height: auto;	
	object-fit: cover;
}

@media (max-width: 1024px) {
   .utilities-enquiries-hero img {
    min-height: auto;
  }
}

@media (max-width: 1320px) {
   .utilities-enquiries-hero img {
    min-height: 543px;
  }
}

@media (max-width: 1440px) {
   .utilities-enquiries-hero img {
    min-height: auto;
  }
}

@media (max-width: 1600px) {
   .utilities-enquiries-hero img {
    min-height: 574px;
  }
}

/* This is custom css added by starbots creative */
/* Precison page mini stylesheet */

.precision-card {
 -webkit-box-shadow: 3px 6px 15px -5px rgba(0,0,0,0.5); 
box-shadow: 3px 6px 15px -5px rgba(0,0,0,0.5);
  margin-top : -100px!important;
  z-index : 99!important;
}

.precision-section {
background: rgb(162,94,181);
}

.precision-button-text  {
color:#a25eb5!important;
}

.precision-button-hover-text  {
color:#a25eb5!important;
}

.precision-background-graphic  {
margin-top : -160px!important;
}

.predictive-analytics-section  {
margin-bottom : -160px!important;
}

.sector-page-heading-row {
overflow : hidden;
}

.sector-page-heading-image-column {
margin-bottom : -160px!important;
}

.quote-section {
padding-right : 0px!important;
padding-left : 0px!important;
margin-left : 0px!important;
margin-right : 0px!important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* desktop headings */


.precision-h1 {
padding-right : 50px!important;
}

.precision-h4-center {
text-align: left!important;
padding-right : 110px!important;
}

.center-heading-mobile {
text-align: left!important;
color : #000000!important;
}

.precision-p {
padding-right : 230px!important;
}

/* mobile headings */

@media (max-width: 767px) {
  
.center-heading-mobile {
text-align: center!important;
color : #000000!important;
}

.precision-h1 {
padding-right : 0px!important;
font-size: 35px !important;
line-height: 47px !important;
}
  
.precision-h4-center {
text-align: center!important;
padding-right : 0px!important;
}
  
.precision-p {
padding-right : 0px!important;
}
  
.precision-card {
height : 400px!important;
margin-top : 10px!important;
z-index : 99!important;
}
}
  
 @media (min-width: 768px) and (max-width: 1024px) {
.mobile-benefits-precision {
   margin-left: 0px!important;
   margin-right: 0px!important;
   }
   
   .span3.widget-span.widget-type-cell.cell_1632740405460-padding.cell_1632740405460-vertical-alignment.dnd-column {
   margin-left: 0px!important;
   margin-right: 0px!important;
   }
   
   .span3.widget-span.widget-type-cell.cell_1632750343017-vertical-alignment.dnd-column.cell_1632750343017-padding {
   margin-left: 0px!important;
   margin-right: 0px!important;
   }
   
   .span3.widget-span.widget-type-cell.cell_16327404054612-padding.cell_16327404054612-vertical-alignment.dnd-column {
   margin-left: 0px!important;
   margin-right: 0px!important;   
   }
   
   .span3.widget-span.widget-type-cell.cell_16772315038268-vertical-alignment.dnd-column.cell_16772315038268-padding {
   margin-left: 0px!important;
   margin-right: 0px!important;   
   }
   
   .span3.widget-span.widget-type-cell.cell_16772315038269-padding.cell_16772315038269-vertical-alignment.dnd-column {
   margin-left: 0px!important;
   margin-right: 0px!important;   
   }
   
   .span3.widget-span.widget-type-cell.cell_167723150382610-vertical-alignment.cell_167723150382610-padding.dnd-column  {
   margin-left: 0px!important;
   margin-right: 0px!important;   
   }
   
   .page_heading-row-1-padding {
    padding-bottom: 0px!important;
}
   
   .span12.widget-span.widget-type-cell.cell_16772315038262-vertical-alignment.dnd-column {
    margin-top: -80px!important;
}
   .span12.widget-span.widget-type-custom_widget.dnd-module.module_16189989946175-hidden {
    text-align: center!important;
}
   .row-fluid-wrapper row-depth-1 row-number-8 page_heading-row-1-vertical-alignment page_heading-row-1-margin dnd-section page_heading-row-1-padding page_heading-row-1-max-width-section-centering page_heading-row-1-hidden page_heading-row-1-background-color mobile-benefits-precision {
    margin-top: 100px!important;
}
   .span7.widget-span.widget-type-cell.cell_1618998237511-vertical-alignment.dnd-column {
    margin-bottom: 100px;
}
   .precision-card {
   margin-bottom : 150px!important;
   }

}
 
/* end of starbots creative stylesheet */