.gs-btn-white {
    overflow: visible;
}

/* line 33, app/scss/_btn.scss */
.gs-btn-white:after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border: 1px solid #241d1d;
    top: 0px;
    left: 0px;
    z-index: 0;
}

/* Overrides components/normalize.css and components/careers.css */
.gs-btn-white:after {
    box-sizing: content-box;
}

@media (min-width: 992px) {
    /* line 39, app/scss/_btn.scss */
    .gs-btn-white:hover:after, .gs-btn-white:focus:after {
        border-width: 4px;
        top: -3px;
        left: -3px;
    }
}

.gs-btn-white {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "Basis Grotesque", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #241d1d;
    background: #fff;
}

/* line 470, app/scss/_mixins.scss */
.gs-btn-white:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 475, app/scss/_mixins.scss */
    .gs-btn-white:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn-white:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 70, app/scss/_btn.scss */
.gs-btn-white:after {
    border-color: #fff;
}

/* line 74, app/scss/_btn.scss */
.gs-btn-white .gs-btn-white--disabled {
    color: #434343;
    background: #f7f7f7;
    pointer-events: none;
}

/* line 78, app/scss/_btn.scss */
.gs-btn-white .gs-btn-white--disabled:after {
    display: none;
}

.gs-browse-categories-careers-blog {
    background-color: #7399c6;
}

.gs-browse-categories {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #7399c6;
}

@media (min-width: 768px) {
    /* line 1, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories {
        justify-content: center;
        padding: 0 24px;
    }
}

@media (min-width: 992px) {
    /* line 1, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories {
        height: 454px;
    }
}

/* line 19, app/scss/browse-categories/_component_browse-categories.scss */
.gs-browse-categories > h1 {
    margin: 55px 0 48px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #f7f7f7;
    text-transform: none;
    font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
}

@media (min-width: 768px) {
    /* line 19, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories > h1 {
        margin: 50px 0;
        font-size: 72px;
        line-height: 80px;
        font-weight: 300;
        align-self: flex-start;
    }
}

@media (min-width: 992px) {
    /* line 19, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories > h1 {
        margin: 0 0 50px 0;
    }
}

/* Override of gs.w3c.css */
.gs-browse-categories > h1 {
    padding: 0;
}

@media (min-width: 768px) {
    .gs-browse-categories > h1 {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .gs-browse-categories > h1 {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .gs-browse-categories {
        max-width: 1120px;
        margin: 0px auto;
        padding: 0;
    }
}

/* line 40, app/scss/browse-categories/_component_browse-categories.scss */
.gs-browse-categories__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    margin-bottom: 50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 266, app/scss/_mixins.scss */
    .gs-browse-categories__wrapper > * {
        margin: calc(0.75rem/2) calc(0.75rem/2);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 40, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories__wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 286, app/scss/_mixins.scss */
    .gs-browse-categories__wrapper > * {
        width: calc((100% / 2) - 0.75rem);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 40, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories__wrapper {
        width: calc(100% / 2 * 2 - 32px);
    }
}

/* line 46, app/scss/browse-categories/_component_browse-categories.scss */
.gs-browse-categories__wrapper .gs-btn-white {
    margin: 4px;
    min-width: auto;
    width: 145px;
    height: 140px;
    max-height: 140px;
    padding: 0 12px;
    text-align: center;
    font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 500;
}

@media (max-width: 768px){
    .gs-browse-categories__wrapper .gs-btn-white {
        font-size: 18px !important;
    }
}

.gs-browse-categories__wrapper .gs-btn-white:after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.gs-browse-categories__wrapper .gs-btn-white:hover {
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
}

/* line 55, app/scss/browse-categories/_component_browse-categories.scss */
.gs-browse-categories__wrapper .gs-btn-white.category-selected {
    background: #c2d1e3;
}

/* line 58, app/scss/browse-categories/_component_browse-categories.scss */
.gs-browse-categories__wrapper .gs-btn-white.category-selected:after {
    border-color: #c2d1e3;
}

@media (min-width: 768px) {
    /* line 40, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories__wrapper {
        max-width: 1120px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding-left: 20px;
    }
    /* line 71, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories__wrapper .gs-btn-white {
        margin: 8px 16px 8px 0px;
        min-width: 160px;
        width: auto;
        height: 38px;
        padding: 0 24px;
    }
}

@media (min-width: 992px) {
    /* line 40, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories__wrapper {
        margin-bottom: 0;
        padding-left: 0px;
    }
    /* line 83, app/scss/browse-categories/_component_browse-categories.scss */
    .gs-browse-categories__wrapper .gs-btn-white {
        margin: 8px 10px 8px 0px;
    }
}

/* line 89, app/scss/browse-categories/_component_browse-categories.scss */
.gs-browse-categories:focus {
    outline: 1px solid black;
}