.path-google .block__content{
  text-align: center;  
}
.path-google #google-signin iframe {
  margin: 0px auto !important;
}
.path-getintactchat .main-content__container {
    padding-block-start: 0px;
}
.path-getintactchat .grid-full {
    display: block;
}
.path-getintactchat .site-footer, .mobile-nav-button__label, .path-sso header, .path-sso .social-bar {
    display: none;
}
.sign-wrapper {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 10px;
    opacity: 1;
    box-shadow: 0px 40px 80px lightblue;
    width: 450px;
}
.path-sso #main-wrapper {
    background-image: url(/assets/getintactfreeadvice.png);
    padding: 80px;
    height: 100vh;
}
.site-branding__logo img {
    max-height: 40px;
}
@media (max-width: 1199px) {
    .page-wrapper {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    .site-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
    }
}
@media (min-width: 1200px) {
    .path-getintactchat .site-header__fixable {
        height: 120px;
    }
}
@media (min-width: 699px) {
    .path-getintactchat .site-header {
        min-height: 120px;
    }
}
@media (max-width: 699px) {
    .path-sso .sign-wrapper  {
        width: 310px;
    }
    .path-sso #main-wrapper {
        background-size: contain;
    }
}