/* Reset box-sizing for all elements */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove margin and padding for all elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* Set font-size and line-height for better consistency */
body {
    font-size: 1rem;
    line-height: 1.5;
}

/* Remove list styles */
ol,
ul {
    list-style: none;
}

/* Remove default outline styles */
button,
input,
textarea,
select,
a {
    outline: none;
}

/* Remove default border and outline styles */
button,
input[type="text"],
input[type="password"],
textarea,
select {
    border: none;
    outline: none;
}

/* Remove default appearance styles */
button,
input[type="text"],
input[type="password"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Remove text-decoration from links */
a {
    text-decoration: none;
}

#root {
    min-height: 100vh;
}
.c-search {
    display: none !important;
}
.ms-ChoiceField > .ms-ChoiceField-wrapper > legend,
.ms-ChoiceField > .ms-ChoiceField-wrapper > label {
    font-size: inherit;
}

.banner__header {
    max-width: 60%;
}
.banner__header__content__btncards__cards {
    max-width: 250px;
    min-width: 200px;
    height: 90px;
    cursor: pointer;
    text-align: left;
}

.banner__header__content__btncards__cards {
    background: linear-gradient(0deg, #0067b8, #0067b8), linear-gradient(0deg, #036ac4, #036ac4);
}
.banner__header__content__btncards__cards.as-link {
    max-width: 300px;
    background: transparent;
}
.banner__image__hero > img {
    object-position: 28px 0px;

    width: 350px;
}

@media only screen and (max-width: 1050px) {
    .banner__image__hero > img {
        width: 280px;
    }
}
@media only screen and (max-width: 767px) {
    .banner__header {
        max-width: 100%;
    }
    .banner__header__content__btncards > .ms-Stack-inner {
        justify-content: center;
    }
    .banner > .ms-Stack-inner {
        flex-direction: column-reverse;
    }
    .banner__image__hero {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 350px) {
    .banner__image__hero {
        margin: 0 auto;
    }
    .banner__image__hero > img {
        width: 285px;
        object-position: 0px 0px;
    }
}

