.login_popup_header {
    font-size: 1.5rem !important;
    margin: 22px 50px !important;
}

/* The Modal (background) */
#team_condition_Modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
#team_condition_Modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 600px;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 600px;
    overflow-y: auto;
    z-index: 9;
    padding: 50px 40px;
}

/* The Close Button */
#team_condition_Modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
}

#team_condition_Modal .close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#team_condition_Modal .popup-title strong {
    color: #4B4B4B;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

#team_condition_Modal .popup-desc p {
    margin-bottom: 15px;
}

#team_condition_Modal .popup-desc p:last-child {
    margin-bottom: 0;
}

#team_condition_Modal .popup-block {
    margin-bottom: 20px;
}

#team_condition_Modal .popup-block:last-child {
    margin-bottom: 0;
}

@media all and (max-width:991px) {
    #team_condition_Modal .modal-content {
        padding: 30px;
        max-height: 400px;
    }

    #team_condition_Modal .close {
        top: 10px;
        right: 10px;
    }
}

.skiptranslate, .gtx-bubble {
    display: none !important;
}

.navigation-mobile-header .logo-compact + .mobile_menu.menu-stripes-btn.active {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CloseIcon'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E");
    top: 11px !important;
    background-color: transparent;
    transform: none !important;
}

@media (max-width: 660px) {
    .office-icon {
        display: inline-flex;
        margin-top: 6px;
        width: 14px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.lawrence-c-canvas.Campaign__canvas {
    top: 40px !important;
}

@media (max-width: 660px) {
    .header_link_account_title span, .header_link_account_title .icon-angle-down {
        display: none !important;
    }

    .my-account-wrap {
        width: auto;
        min-width: 24px;
    }

    .office-mobile-link span {
        display: none;
    }

    .office-mobile-link {
        width: auto;
        min-width: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .office-mobile-link:before {
        left: 0;
        position: absolute;
    }
}
