:root {
    --section-bottom-margin-mobile: 32px;
    --text-bottom-margin-mobile: 10px;
}

/* MOBILE-FIRST approach */
/* base styling */

div.footer-outer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

div.footer-container {
    width: 100%;
    /* max-width: 1440px; */
}

    div.footer-container a {
        text-decoration: none;
        cursor: default;
    }

        div.footer-container a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

div.footer-content {
    color: var(--slb-white);
    background-color: var(--slb-blue);
}

hr.section-divider {
    padding: 0;
    margin: 0;
    border: none;
    height: 1px;
    background-color: var(--slb-white);
    opacity: 0.25;
}

img.footer-logo {
    width: 80px;
    height: 47px;
    margin-bottom: var(--section-bottom-margin-mobile);
}

div.logo-text-button-area {
    padding: 32px var(--horizontal-padding-mobile);
}

div.footer-content-text-area {
    margin-bottom: var(--section-bottom-margin-mobile);
}

div.footer-content-text-area-heading {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    margin-bottom: var(--text-bottom-margin-mobile);
}

div.footer-content-text-area-content {
    font-size: 16px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

div.sign-up-button {
    max-width: 327px;
    height: 50px;
    padding: 0px 20px 0px 24px;
    border: solid 2px var(--slb-white);
}

    /*CG changes-new UI 10-11-22*/
    div.sign-up-button:hover {
        cursor: pointer;
        background-color: var(--slb-white);
    }

    div.sign-up-button > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: var(--slb-white);
        height: 100%;
    }

div.sign-up-button-label {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

div.sign-up-button img.sign-up-on-hover {
    display: none;
}

div.helpful-links-section-options-tray > ul,
div.about-section-options-tray > ul,
div.social-links-section > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    div.helpful-links-section-options-tray > ul > li,
    div.about-section-options-tray > ul > li,
    div.social-links-section > ul > li {
        font-size: inherit;
        line-height: inherit;
        margin: unset;
        word-break: unset;
    }

div.helpful-links-section-header,
div.about-section-header {
    display: flex;
    justify-content: space-between;
    padding: 15px var(--horizontal-padding-mobile) 16px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.2px;
    text-align: left;
}

    div.helpful-links-section-header div.helpful-links-tray-toggle,
    div.about-section-header div.about-tray-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.helpful-links-section-header div.helpful-links-tray-show,
    div.helpful-links-section-header div.helpful-links-tray-hide,
    div.about-section-header div.about-tray-show,
    div.about-section-header div.about-tray-hide {
        display: flex;
        justify-content: center;
    }

        div.helpful-links-section-header div.helpful-links-tray-show img,
        div.helpful-links-section-header div.helpful-links-tray-hide img,
        div.about-section-header div.about-tray-show img,
        div.about-section-header div.about-tray-hide img {
            object-fit: contain;
            align-self: center;
        }

div.helpful-links-section-options-tray,
div.about-section-options-tray {
    background-color: var(--slb-white);
    padding: 0 var(--horizontal-padding-mobile);
    /* display: none; */
    /* display: block; */
}

    div.helpful-links-section-options-tray a,
    div.helpful-links-section-options-tray a:active,
    div.helpful-links-section-options-tray a:visited,
    div.about-section-options-tray a,
    div.about-section-options-tray a:active,
    div.about-section-options-tray a:visited {
        font-size: 16px;
        font-weight: 350;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: var(--slb-blue);
    }

    div.helpful-links-section-options-tray > ul,
    div.about-section-options-tray > ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 16px;
        padding-bottom: 16px;
    }

        div.helpful-links-section-options-tray > ul > hr,
        div.about-section-options-tray > ul > hr {
            width: 100%;
            padding: 0;
            margin: 15px 0 16px;
            height: 1px;
            background-color: var(--slb-grey-1);
            border: none;
        }

div.social-links-section,
div.ticker-section {
    padding: 0 var(--horizontal-padding-mobile);
}

    div.social-links-section > ul {
        height: 25px;
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 50px;
        padding: 0;
        margin-top: 23px;
        margin-bottom: 24px;
    }

div.social-links-section-label {
    display: none;
}

div.ticker-section {
    padding-top: 23px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    div.ticker-section > span {
        font-size: 15px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
    }

        div.ticker-section > span.ticker-direction-up,
        div.ticker-section > span.ticker-direction-down {
            margin-right: 10px;
        }

            div.ticker-section > span.ticker-direction-up > img,
            div.ticker-section > span.ticker-direction-down > img {
                vertical-align: unset;
            }

        div.ticker-section > span.vertical-separator {
            width: 1px;
            height: 20px;
            opacity: 0.25;
            background-color: var(--slb-white);
            margin: 2px 9px;
        }

div.footer-copyright-gutter {
    background-color: var(--slb-white);
}

div.footer-gutter-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
}

    div.footer-gutter-links a {
        flex-grow: 0;
        font-size: 14px;
        font-weight: 350;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: var(--slb-black);
    }

        div.footer-gutter-links a:active,
        div.footer-gutter-links a:visited {
            color: var(--slb-black);
        }

hr.copyright-section-divider {
    padding: 0;
    margin: 0;
    border: none;
    height: 1px;
    background-color: var(--slb-grey-2);
}

div.copyright-text {
    font-size: 14px;
    font-weight: 350;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: var(--slb-black);
    padding-top: 23px;
    padding-bottom: var(--section-bottom-margin-mobile);
    text-align: center;
}

/* mobile - portrait */
/* @media screen and (max-width: 375px) {
} */

/* mobile - landscape */
/* @media screen and (min-width: 376px) and (max-width: 667px) {
} */

/* TABLET STYLING */
/* tablet - portrait */
/* @media screen and (min-width: 668px) and (max-width: 834px) */
@media screen and (min-width: 834px) {
    div.logo-text-button-area {
        padding: 40px var(--horizontal-padding-tablet-portrait) 0;
    }

    div.content-text-sign-up {
        display: flex;
        justify-content: space-between;
    }

    div.footer-content-text-area {
        min-width: 270px;
        max-width: 338px;
        margin-right: 88px;
    }

    div.sign-up-button {
        width: 287px;
        margin-bottom: 36px;
        box-sizing: border-box;
        align-self: end;
    }

    div.helpful-links-section-header,
    div.about-section-header {
        padding: 15px var(--horizontal-padding-tablet-portrait) 16px;
    }

    div.helpful-links-section-options-tray,
    div.about-section-options-tray {
        padding: 0 var(--horizontal-padding-tablet-portrait);
    }

    div.social-links-section,
    div.ticker-section {
        padding: 0 var(--horizontal-padding-tablet-portrait);
    }

        div.social-links-section > ul {
            gap: 48px;
            justify-content: flex-start;
        }

    div.ticker-section {
        justify-content: flex-start;
        margin-top: 23px;
        padding-bottom: 24px;
    }

        div.ticker-section > span {
            line-height: 1.31;
            letter-spacing: 0.09px;
        }

    div.footer-copyright-gutter {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 24px var(--horizontal-padding-tablet-portrait);
    }

    hr.copyright-section-divider {
        display: none;
    }

    div.copyright-text {
        padding: 0;
        margin: 0;
    }

    div.footer-gutter-links {
        flex-direction: row;
        padding: 0;
        margin: 0;
        gap: 24px;
    }
}

/* tablet - landscape */
/* @media screen and (min-width: 1194px) and (max-width: 1440px) */
@media screen and (min-width: 1194px) {
    div.footer-content {
        display: flex;
        justify-content: space-between;
        padding: 48px var(--horizontal-padding-tablet-landscape);
    }

        div.footer-content > div:not(:last-child) {
            margin-right: 75px;
        }

    div.logo-text-button-area {
        max-width: 338px;
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        margin: 0;
    }

    div.sign-up-button {
        max-width: 145px;
        margin-bottom: 50px;
    }

    img.footer-logo {
        width: 101px;
        height: 60px;
    }

    div.footer-content-text-area-heading,
    div.helpful-links-label,
    div.about-label,
    div.social-links-section-label {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.2px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    div.footer-content-text-area-content {
        line-height: 1.38;
        margin-top: 24px;
    }

    div.content-text-sign-up {
        display: flex;
        flex-direction: column;
    }

    div.sign-up-button {
        align-self: unset;
    }

    hr.section-divider {
        display: none;
    }

    div.helpful-links-section,
    div.about-section {
        padding: 0;
        margin: 0;
    }

    div.helpful-links-section-header,
    div.about-section-header {
        padding: 0;
        margin: 0;
    }

    div.helpful-links-section-options-tray,
    div.about-section-options-tray {
        padding: 0;
        margin: 0;
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        div.helpful-links-section-options-tray > ul,
        div.about-section-options-tray > ul {
            gap: 8px;
            padding: 0;
            margin: 0;
        }

            div.helpful-links-section-options-tray > ul > hr,
            div.about-section-options-tray > ul > hr {
                display: none;
            }

    span.helpful-links-tray-hide,
    span.about-tray-hide {
        display: none;
    }

    span.helpful-links-tray-show,
    span.about-tray-show {
        display: none;
    }

    div.helpful-links-section-options-tray,
    div.about-section-options-tray {
        background-color: unset;
    }

        div.helpful-links-section-options-tray a,
        div.helpful-links-section-options-tray a:active,
        div.helpful-links-section-options-tray a:visited,
        div.about-section-options-tray a,
        div.about-section-options-tray a:active,
        div.about-section-options-tray a:visited {
            color: var(--slb-white);
        }

    div.social-links-ticker-area {
        display: flex;
        flex-direction: column;
        justify-content: start;
        max-width: 170px;
    }

    div.social-links-section > ul {
        gap: 17px;
        justify-content: start;
        margin-top: 32px;
        margin-bottom: 40px;
    }

    div.ticker-section {
        justify-content: start;
        padding: 0;
        margin: 0;
    }

    div.social-links-section,
    div.ticker-section {
        padding: 0;
        margin: 0;
    }

    div.social-links-section-label {
        display: unset;
        color: var(--slb-white);
    }

    div.footer-copyright-gutter {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 18px var(--horizontal-padding-tablet-landscape);
    }

    hr.copyright-section-divider {
        display: none;
    }

    div.copyright-text {
        padding: 0;
        margin: 0;
    }

    div.footer-gutter-links {
        flex-direction: row;
        padding: 0;
        margin: 0;
        gap: 24px;
    }

        div.footer-gutter-links a {
            line-height: 1.5;
        }
}

/* DESKTOP STYLING */
@media screen and (min-width: 1440px) {
    div.footer-content {
        padding: 48px var(--horizontal-padding-desktop) 80px;
    }

    div.footer-container a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    div.sign-up-button:hover {
        cursor: pointer;
        background-color: var(--slb-white);
    }

        div.sign-up-button:hover > a {
            color: var(--slb-blue);
            text-decoration: none;
        }

        div.sign-up-button:hover img.sign-up-no-hover {
            display: none;
        }

        div.sign-up-button:hover img.sign-up-on-hover {
            display: inline;
        }

    img.footer-logo:hover {
        cursor: pointer;
    }

    img.footer-logo:hover,
    div.social-links-section img:hover {
        opacity: 0.8;
    }

    div.footer-copyright-gutter {
        padding: 18px var(--horizontal-padding-desktop);
    }
}

div.sign-up-button:hover > a {
    color: var(--slb-blue);
    text-decoration: none;
}

div.sign-up-button:hover img.sign-up-on-hover {
    display: inline;
}

@media screen and (min-width: 1194px) {
  img.footer-logo.slb100-footer-logo {
      width: 267px;
      transform: translateX(-30px);
	  height:47px
  }
}
@media screen and (max-width: 1193px) {
  img.footer-logo.slb100-footer-logo {
      width: 210px;
      transform: none;
  }
}
