
.contact-us-wrapper {
    padding: 32px 0px 36px 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    color: var(--white);
}

.contact-us-wrapper button{
    line-height: 100%;
}

.contact-us-cookie-position {
    bottom: 116px;
}

#contact-us-content-container {
    box-sizing: border-box;
    margin-right: 36px;
    margin-left: 120%;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px;
    width: 361px;
}

.contact-us-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact-us-header-text {
    margin: 0px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

#contact-us-close-header-icon {
    display: none;
}

#contact-us-close-header-icon:focus-visible {
    outline: 3px dotted var(--white);  
    outline-offset: 3px;
}

.contact-us-section {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
}

.contact-us-section:last-of-type {
    margin-bottom: 0px;
}

.contact-us-section-icon{
    margin-right: 20px;
}

.contact-us-section-icon path {
    fill: var(--white);    
}

.contact-us-section-label {
    font-size: 14px;
    line-height: 150%;
    color: #C4C4C4;
    margin: 0px;
    font-weight: 500; 
}

.contact-us-section-contact {
    margin-bottom: 13px;
}

.contact-us-section-contact a {
    font-size: 14px;
    line-height: 150%;
    color: var(--white);
    text-decoration: none;
}

.contact-us-section-contact a:focus-visible {
    outline: 3px dotted var(--white);
    outline-offset: 3px;
}
  
.contact-us-section-text {
    /* font-size: 14px; NEW */
    font-size: 10px;
    line-height: 150%;
}

.contact-us-call-later-link {
    font-size: 14px;
    line-height: 150%;    
}

#contact-us-btn,  #contact-us-btn-close {
    color: var(--white);
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 117px;
    height: 48px;
    border-radius: 42px;
    margin-right: 36px;
    box-sizing: border-box;
    fill:  var(--white);
    transition: background-color 500ms ease, color 500ms ease, fill 500ms ease;

    box-sizing: content-box;
    padding: 0px;
}

#contact-us-btn-close{
    width: 48px;
}
  
@media (hover: hover){
    #contact-us-btn:hover, #contact-us-btn-close:hover {
      background-color: var(--white);
      color: var(--off-black);
      cursor: pointer;
      fill:  var(--off-black);
    }
}
  
#contact-us-btn:active, #contact-us-btn-close:active {
    background-color: var(--white);
    color: var(--off-black);
    cursor: pointer;
    fill:  var(--off-black);
}

#contact-us-btn:focus-visible, #contact-us-btn-close:focus-visible {
    background-color: var(--white);
    color: var(--off-black);
    cursor: pointer;
    fill:  var(--off-black);
    outline: 3px dotted var(--orange);
    outline-offset: 3px;
}

/* pass hover fill down to g element*/
.contact-us-btn-icon.white-close-icon{
    fill: inherit;
}
.contact-us-btn-icon.white-close-icon svg {
    fill: inherit;    
}
.contact-us-btn-icon.white-close-icon svg g {
    fill: inherit;    
}

#contact-us-btn-clos.contact-us-open {
    height: 48px; 
    width: 48px;
}

.contact-us-btn-icon {
    visibility: hidden;
    display: none;
    padding: 0px;
}

#contact-us-btn-text {
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

    text-transform: lowercase;
    font-weight: 700;
    font-variant-caps: all-small-caps;
    font-variant: small-caps;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    font-family: 'Muli';
}

.contact-us-open .contact-us-btn-icon {
    visibility: visible;
    display: block
}

.contact-us-open #contact-us-btn-text {
    visibility: hidden;
    display: none;
}

.contact-us-floater {
    border: 1px solid var(--white);
    box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.08);    
    background: var(--off-black);
    overflow: visible;
    display: none;
}
  
  .white-close-icon {
    height: 14.71px;
    width: 14.71px;
  }
  
  .white-close-icon svg{
    height: 14.71px;
    width: 14.71px;
  }
  
  .white-close-icon g {
    fill: var(--white);;    
  }
  
@media screen and (max-width: 414px) {

    .contact-us-wrapper {
        padding: 32px 32px 36px 32px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: fixed;
        right: 0px;
        bottom: 0px;
        top: 56px;    /* height of the top  banner */
        left: 0px;
        z-index: 999;
        color: var(--white);   /* Needed? */
    }

    #contact-us-content-container {
        margin-top: 0px;
        position: absolute;
        box-sizing: border-box;
        border-radius: 0px;
        border-width: 0px;
        padding: 32px;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
    }

    #contact-us-close-header-icon {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        box-sizing: content-box;
        padding: 0px;
    }

    #contact-us-btn.contact-us-open {
        height: 48px; 
        width: 117px;
    }

    #contact-us-btn-close{
        height: 0px;
        width: 0px;
    }    

    #contact-us-btn-close-div{
        height: 0px;
        width: 0px;
    }

    .contact-us-open .contact-us-btn-icon {
        visibility: hidden;
        display: none
    }
    
    .contact-us-open #contact-us-btn-text {
        visibility: visible;
        display: flex;
    }

    #contact-us-btn {
        position: absolute;  
        z-index: 0;
        right: 0px;
        bottom: 36px;
    }

    .contact-us-cookie-position {
        bottom: 152px;
    }

     #contact-us-btn-close:focus-visible {
        background-color: transparent;
        color: transparent;
        cursor: none;
        fill:  transparent;
        outline: none;
        outline-offset: 0px;
    }
}
