.button {
    position: relative;
    border-radius: 1rem;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    padding: 1.12rem 2.5rem;
}
.button__auto {
    margin: 0 auto;
}
.button__deck {
    width: 242px;
    margin: 0 auto;
}
.button__text__wrapper {
    padding-right: 10px;
}
.button__text {
    font-family: "Ubuntu Medium";
}
.button-large {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 9.9rem;
    box-shadow: 0 4px 8px 0 rgb(28, 50, 84, 0.4);
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.6rem;
    width: 100%;
    text-align: left;
    padding: 2.24rem 2.5rem;
    transition: all 0.1s ease-in-out;
}
.button-large:hover {
    box-shadow: 0 4px 12px 0 rgba(28, 50, 84, 0.17);
}
.button-large .button__text {
    color: #03274f;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-family: "Ubuntu Medium";
}
.button__arrow {
    margin-left: 2.4rem;
}
.button__grey {
    background-color: var(--grey-lightest);
    border: 0;
    max-width: 95%;
    margin: 0;
    transition: all .3s ease-in-out;
}
.button__grey img {
    margin-left: 1rem;
}
.button__grey.collapsed img {
    transform: rotate(0deg);
}
.button__grey:hover, .button__grey:focus, .button__grey:active {
    border: 0!important;
    outline: none;
}
.button__grey:not(.collapsed) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.button__grey:not(.collapsed) img {
    transform: rotate(180deg);
}
.button__primary {
    border: 0.1rem solid #9ade19;
    color: #9ade19;
    background: #fff;
}
.button__primary:hover, .button__primary:active, .button__primary:focus {
    color: #8ac716;
}
.button__primary-large {
    color: #03274f;
    background: #fff;
    border: none;
}
.button__primary-large .button__subtext {
    margin-top: 0.5rem;
}
.button__primary-large .arrow {
    transform: rotate(270deg) !important;
}
.button__primary-large .arrow-g {
    fill: #9ade19;
}
.button__primary-large:hover, .button__primary-large:active, .button__primary-large:focus {
    color: #03274f;
}
.button__secondary {
    background: #9ade19;
    color: #fff;
    box-shadow: none !important;
}

.button__secondary:hover, .button__secondary:active, .button__secondary:focus, .button__secondary-large:hover,
.button__secondary-large:active, .button__secondary-large:focus {
    color: #fff;
    background: #8ac716;
}

.button__secondary-large {
    color: #fff;
    background: #9ade19;
    /* box-shadow: 0 8px 16px 0 rgba(13, 27, 48, 0.14) !important; */
}
.button__secondary-large .button__text {
    color: #fff;
}
.button__secondary-large .arrow {
    transform: rotate(270deg) !important;
}
.button__secondary-large .arrow-g {
    fill: #03274f !important;
}
.button__secondary-large:hover, .button__secondary-large:active, .button__secondary-large:focus {
    color: #fff;
}
.button__secondary-large .button__subtext {
    color: #03274f;
    margin-top: 5px;
    font-family: 'Ubuntu';
}
.button__disabled {
    background-color: #e9eaed;
    color: #848b9a;
    cursor: not-allowed;
}
.button__disabled .button__text, .button__disabled .button__subtext {
    color: #848b9a;
}
.button__disabled .arrow {
    transform: rotate(270deg) !important;
}
.button__disabled .arrow-g {
    fill: #848b9a;
}
.button__ghost {
    background-color: transparent;
    color: #202c48;
    border-radius: 0;
}
.button__ghost .button__text, .button__ghost .button__subtext {
    color: #202c48;
}
.button__ghost .arrow {
    transform: rotate(270deg) !important;
}
.button__ghost .arrow-g {
    fill: #202c48;
}
.button__subtext {
    color: #9ade19;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.button__quaternary {
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.button__quaternary:hover {
    box-shadow: none;
}
.button__quaternary .button {
    color: #9ade19;
}
.button__quaternary .button__text {
    color: #9ade19;
    margin-right: 1.8rem;
}
.button__quaternary .arrow {
    margin-top: 0;
    transform: rotate(270deg) !important;
}
.button__quaternary .arrow-g {
    fill: #9ade19;
}
.button__deck {
    max-width: 240px;
}
.button__menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.button__quinary {
    padding: 1rem 2.5rem;
    flex: 1 0 auto;
    background: #fff;
}
.button__quinary .button__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #1c3254;
    font-family: "Fira Sans";
    font-weight: 100;
}
.button__quinary .button__subtext {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #68778d;
    font-family: "Fira Sans";
    font-weight: 100;
}
.button__quinary .arrow {
    margin-top: 0;
    transform: rotate(270deg) !important;
}
.button__quinary .arrow-g {
    fill: #9ade19;
}
.button__senary {
    padding: 1.3rem 2.5rem;
    flex: 1 0 auto;
    width: calc(33% - 3rem);
    background: #fff;
    min-height: inherit;
}
.button__senary .button__text {
    font-family: "Ubuntu";
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.button__senary .button__subtext {
    display: none;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #68778d;
    font-family: "Fira Sans";
    font-weight: 100;
    width: 200px;
}
.button__senary .button__text__wrapper {
    align-self: start;
}
.button__senary .arrow {
    margin-top: 0;
    margin-right: 0.75rem;
    transform: rotate(270deg) !important;
}
.button__senary .arrow-g {
    fill: #9ade19;
}

.button.button--green {
    background-color: #9ade19;
    color: white;
    font-weight: 700;
}

.button.button--green .button__text {
    color: white;
}

.button.button--green .button__subtext {
    color: #03274f;
}

.button__septenary {
    padding: 1.3rem 2.5rem;
    flex: 1 0 auto;
    background: #fff;
    min-height: inherit;
    height: 14.3rem;
    cursor: default;
    user-select: text;
}
.button__septenary:hover {
    box-shadow: 0 8px 16px 0 rgba(28, 50, 84, 0.07);
}
.button__septenary .button__text {
    font-family: "Ubuntu Medium";
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 0.5rem;
}
.button__septenary .button__subtext {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #68778d;
    font-family: "Fira Sans";
    font-weight: 100;
}
.button__septenary .button__text__wrapper {
    align-self: start;
}
.button__septenary .arrow {
    display: none;
}
.button__vacancy__details {
    padding: 1.5rem 2.5rem;
    min-height: auto;
    width: 85% !important;
    margin: 0 auto 5rem;
}
.button__vacancy__details .button__subtext {
    margin-top: 0;
}
.button-small {
    padding: 0.8rem 2.5rem;
    font-weight: 400;
}
button.button {
    width: 100%;
}

.button__light-blue {
    background-color: #A2DAE8;
    color: var(--blue);
    transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
    .button__primary-large, .button__secondary-large {
        width: auto;
        flex: 1 1 100%;
    }
    .button-small {
        padding: 0.8rem 2.5rem;
    }
}
@media (min-width: 768px) {
    .button__senary {
        padding: 2.2rem 2.5rem 2.5rem 2.5rem;
    }
    .button__senary .button__text {
        margin-bottom: 0.6rem;
        font-family: "Ubuntu Medium";
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .button__senary .button__subtext {
        display: block;
    }
    button.button {
        width: auto;
    }
}
@media (min-width: 992px) {
    .button {
        display: inline-block;
    }
    .button-large, .button__quaternary {
        display: flex;
    }
    .button__primary-large, .button__secondary-large {
        width: auto;
        flex: 1 1 auto;
    }
    .button-large .button__text {
        max-width: 21rem;
    }
    .button__senary .button__text {
        max-width: inherit;
    }
    .button__quaternary .button__text {
        margin-right: 1.8rem;
    }
    .button__width {
        margin: 0 auto;
        display: block;
    }
    .button__anchors {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.button__neutral {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}