/* Apply globally */

 @font-face {
    font-family: "Open Sans";
    src: url("../css/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: "Open Sans";
    src: url("../css/OpenSans-semiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: "Open Sans";
    src: url("../css/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: "Open Sans";
    src: url("../css/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Open Sans', sans-serif;
}

#root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html,
body {
    overflow-x: hidden;
}

.sp-search-wrapper {
    height: 350px !important;
}

.sp-summary h1 {
    border-bottom: black 1px solid;
    margin-top: 5px !important;
}

.sp-summary h2 {
    border-bottom: black 1px solid;
    margin-top: 5px !important;
}


.sp-summary {

    padding: 10px;
}

.sp-summary:first-child {
    border: 1px solid black;
    padding: 10px;

}

.sp-text p span:first-child {
    display: none;
}

.hideInPortal {
    opacity: 0;
}

.sp-input fieldset label {
    z-index: 1;
}

/* @media (max-width: 600px) {
  .headermenu .sp-navbar {
height: fit-content !important;
}
}

*/
.sp-accordion .sp-accordion-bar {
    background-color: #C4EEFF;
}

.sp-accordion .sp-accordion-bar:first-child {
    font-weight: 600;
    font-size: 1.5rem;
}


.sp-navbar-mobile {
    display: inline !important;
    height: auto;
}

.section-menu-icon {
    margin: 35px 0px 0px 0px;
}

.section-menu-icon .fa-bars {
    font-size: 27px;
}

.effectCardScroll .sp-effect-card>div:last-child {
    max-height: 40vh !important;
    overflow-y: scroll;
}

.sp-effect-card>div>.sp-effect-card {
    min-height: fit-content;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 10px, rgba(0, 0, 0, 0.05) 0px 0px 3px;
    border-bottom: 1px solid gray;
}

h1 {
    font-family: "open sans", sans-serif;
    color: #000000 !important;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 8px;
}

h2 {
    font-family: "open sans", sans-serif;
    color: #000000 !important;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 400;
}

h3 {
    font-family: "open sans", sans-serif;
    color: #000000 !important;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 8px;
}

h4 {
    font-family: "open sans", sans-serif;
    color: #000000 !important;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 8px;
}

h5 {
    font-family: "open sans", sans-serif;
    color: #000000 !important;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 8px;
}

h6 {
    font-family: "open sans", sans-serif;
    color: #000000 !important;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 8px;
}

p {
    /*font-family: "open sans", sans-serif;*/
    color: #000000;
    font-size: 16px;
    line-height: 130%;
}

.sp-input label {
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 17px;
}

.sp-date label {
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 17px;
}

.sp-dropdown label {
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 17px;
}

.sp-checkbox label {
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 17px;
}

.sp-radio label {
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 17px;
}

.sp-fileupload-wrapper div {
    font-family: "open sans", sans-serif;
}

.sp-input fieldset label {
    z-index: 1 !important;
}

.sp-accordion-bar {
    font-family: "open sans", sans-serif;
}

.sp-datasheet tr th {
    font-family: "open sans", sans-serif;
}

.InputTable>div>table>thead>tr>th {
    font-family: "open sans", sans-serif;
}

.sp-input .sp-required label::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-dropdown .sp-required label::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-date .sp-required legend::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-required label:first-child::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-radio .sp-required div legend::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

#root>section {
    flex: 1
}

nav img {
    height: 87px;
}

.sp-required label:first-child::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.nav-text {
    font-size: 12px !important;
    font-family: "open sans", sans-serif;
    margin: 40px 0px 8px !important;
    padding: 8px 10px !important;
    font-weight: 600 !important;
    background-color: #FFFFFF !important;
    color: #3476aa !important;
    border: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 5px;
}

.nav-text:hover {
    font-size: 12px !important;
    font-family: "open sans", sans-serif;
    margin: 40px 0px 8px !important;
    padding: 8px 10px !important;
    font-weight: 600 !important;
    background-color: #3476aa !important;
    color: #ffffff !important;
    border: solid;
    border-color: #3476aa;
    border-width: 1px;
    border-radius: 5px;
}

.sp-search-wrapper-heading {
    font-size: 20px !important;
    font-family: "open sans", sans-serif;
    font-style: normal;
}

.sp-search-wrapper>.container>div {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.footer-section:first-child {
    background-color: #D6E5F2;
    text-align: center;
}

.footer-section:last-child {
    background-color: #002144;
    color: #F5F5F5;
    padding: 40px 40px;
    margin-bottom: -16px;
}

.footer-section>.container {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer-section:first-child>.container>div {
    flex: 1;
}

.footer-section>.container>div:not(:last-child) {
    margin-right: 15px;
}

.footer-section p {
    margin-bottom: 0;
}

body {
    font-family: "Open sans";
    overflow-y: scroll;
    max-width: 100vw;
    overflow-x: hidden;
}

.sp-navbar .navbarMenu {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    height: 120px !important;
}

.sp-categories-card-img {
    border-radius: 6px 6px 0px 0px;
}

.sp-categories-card {
    background-color: #C4EEFF;
    border-radius: 6px 6px 6px 6px;
}

.sp-categories-card:hover {
    background-color: #F3FCFF;
    text-decoration: underline;
    text-decoration-color: #212121;
}

.sp-categories-card h2 {
    color: #212121;
    font-size: 1.25rem;
    padding-bottom: 16px;
    margin: 0;
    font-family: "open sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

.sp-categories-card p {
    color: #212121;
    font-size: 16px;
    padding: 0px 12px 0px 0px;
    margin: 0;
    font-family: "open sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

.sp-search-results-card-heading {
    margin-top: 10px;
}

.sp-search-results-card:hover {
    background-color: #eaf5f9;
    text-decoration: underline;
}

.sp-search-results-card div div a {
    text-transform: math-auto;
}

.skyline {
    background-repeat: repeat-x;
    background-size: auto;
    background-image: url(../img/skyline.png);
    background-position: bottom center;
    height: 230px;
    vertical-align: bottom;
}

.footer-section .container h2 {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.125em;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 1em;
}

.footer-section .container p {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #ffffff;
    line-height: normal;
}

.footer-section .container .firstRow a {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #eff7fc !important;
    line-height: inherit;
}

.footer-section .container a {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22.4px;
    color: #eff7fc !important;
    line-height: inherit;
}

.footer-section .container a:hover {
    color: #c3e1ed !important;
}

.footer-section .container .fas fa-arrow-right {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    color: #eff7fc;
    line-height: inherit;
}

.footer-section .container .fas fa-arrow-right:hover {
    color: #c3e1ed !important;
}

.footer-section>.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -16px;
}


/* Start button */

.sp-wrapper-process-button div {
    font-family: "open sans", sans-serif !important;
    font-size: 16px !important;
}

.cCSXbl {
    color: unset !important;
}

button[color="primary"] {
    border: 1px solid #3476AA !important;
    border-radius: 4px !important;
    background-color: #3476AA;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    min-width: 15vh;
    height: 2.5rem;
}

button[color="primary"]:hover {
    border: 1px solid #21527C;
    border-radius: 4px !important;
    background-color: #21527C;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="primary"]:focus {
    border: 1px solid #88A7E9 !important;
    border-radius: 4px !important;
    background-color: #88A7E9;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[name="_next"] {
    border: 1px solid #3476AA !important;
    border-radius: 4px !important;
    background-color: #3476AA;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="danger"] {
    border: 1px solid #3476AA !important;
    border-radius: 4px !important;
    background-color: #3476AA;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    min-width: 15vh;
    height: 2.5rem;
}

button[color="danger"]:hover {
    border: 1px solid #21527C;
    border-radius: 4px !important;
    background-color: #21527C;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="danger"]:focus {
    border: 1px solid #88A7E9 !important;
    border-radius: 4px !important;
    background-color: #88A7E9;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="primary"]>div {
    font-weight: unset;
    color: #FFFFFF;
}

button[color="danger"]>div {
    font-weight: unset;
}

.bByxQY {
    color: unset !important;
}

/* End button */

/* START BREADCRUMB */

.past div {
    font-family: "open sans", sans-serif;
}

.past {
    font-family: "open sans", sans-serif;
}

.current div {
    font-family: "open sans", sans-serif;
}

.current {
    font-family: "open sans", sans-serif;
}

.coming div {
    font-family: "open sans", sans-serif;
}

.coming {
    font-family: "open sans", sans-serif;
}

/* End breadcrumb */

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .sp-search-wrapper>.container>div {
        margin: 0 auto;
        width: 690px;
    }

    .footer-section>.container {
        display: flex;
    }

    .footer-section>.container>div {
        margin-bottom: 0 !important;
        flex: 1;
    }

    .footer-section>.container>div:not(:last-child) {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

#root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hideInPortal {
    opacity: 0;
}

.sp-input fieldset label {
    z-index: 1;
}



.effectCardScroll .sp-effect-card>div:last-child {
    max-height: 40vh !important;
    overflow-y: scroll;
}

.sp-effect-card>div>.sp-effect-card {
    min-height: fit-content;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 10px, rgba(0, 0, 0, 0.05) 0px 0px 3px;
    border-bottom: 1px solid gray;
}

.sp-date .sp-required legend::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-categories-card-heading {
    color: #212121 !important;
    font-size: 20px;
    padding: 0px 0px 16px;
}

.sp-required label:first-child::after {
    content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

#root>section {
    flex: 1
}

nav img {
    height: 87px;
}

.sp-required label:first-child::after {
    content: '*';
    color: red;
    position: relative;
    left: 5px;

    display: inline-block;
}

.nav-text {
    font-size: 12px !important;
    font-family: "open sans", sans-serif;
    margin: 40px 0px 8px !important;
    padding: 8px 10px !important;
    font-weight: 600 !important;
    background-color: #FFFFFF !important;
    color: #00264F !important;
    border: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 5px;
}

.nav-text:hover {
    font-size: 12px !important;
    margin: 40px 0px 8px !important;
    padding: 8px 10px !important;
    font-weight: 600 !important;
    background-color: #3476aa !important;
    color: #ffffff !important;
    border: solid;
    border-color: #3476aa;
    border-width: 1px;
    border-radius: 5px;
}

.sp-search-wrapper>.container>div {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.footer-section:first-child {
    background-color: #D6E5F2;
    text-align: center;
}

.footer-section:last-child {
    background-color: #00264F;
    color: #F5F5F5;
    padding: 40px 40px;
    margin-bottom: -16px;
}

.footer-section>.container {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer-section:first-child>.container>div {
    flex: 1;
}

.footer-section>.container>div:not(:last-child) {
    margin-right: 15px;
}

.footer-section p {
    margin-bottom: 0;
}

body {
    font-family: "Open sans";
    overflow-y: scroll;
    max-width: 100vw;
    overflow-x: hidden;
}

.sp-navbar .navbarMenu {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    height: 120px !important;
}

.sp-search-results-card:hover {
    background-color: #eaf5f9;
    text-decoration: underline;
}

.sp-search-results-card div div a {
    text-transform: math-auto;
}

.skyline {
    background-repeat: repeat-x;
    background-size: auto;
    background-image: url(../img/Webb_Sidfot_Illustration_ORG_NY.svg);
    background-position: bottom center;
    height: 230px;
    vertical-align: bottom;
}

.footer-section .container h2 {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.125em;
    color: #ffffff !important;
    line-height: inherit;
    margin-bottom: 1em;
}

.footer-section .container p {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #ffffff;
    line-height: normal;
}

.footer-section .container .firstRow a {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #eff7fc !important;
    line-height: inherit;
}

.footer-section .container a {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22.4px;
    color: #eff7fc !important;
    line-height: inherit;
}

.footer-section .container a:hover {
    color: #c3e1ed !important;
}

.footer-section .container .fas fa-arrow-right {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    color: #eff7fc;
    line-height: inherit;
}

.footer-section .container .fas fa-arrow-right:hover {
    color: #c3e1ed !important;
}

.footer-section>.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -16px;
}


/* Start button */

.sp-wrapper-process-button div {
    font-family: "open sans", sans-serif !important;
    font-size: 16px !important;
}

.cCSXbl {
    color: unset !important;
}

button[color="primary"] {
    border: 1px solid #3476AA !important;
    border-radius: 4px !important;
    background-color: #3476AA;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    min-width: 15vh;
    height: 2.5rem;
}

button[color="primary"]:hover {
    border: 1px solid #21527C;
    border-radius: 4px !important;
    background-color: #21527C;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="primary"]:focus {
    border: 1px solid #88A7E9 !important;
    border-radius: 4px !important;
    background-color: #88A7E9;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[name="_next"] {
    border: 1px solid #3476AA !important;
    border-radius: 4px !important;
    background-color: #3476AA;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="danger"] {
    border: 1px solid #3476AA !important;
    border-radius: 4px !important;
    background-color: #3476AA;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    min-width: 15vh;
    height: 2.5rem;
}

button[color="danger"]:hover {
    border: 1px solid #21527C;
    border-radius: 4px !important;
    background-color: #21527C;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="danger"]:focus {
    border: 1px solid #88A7E9 !important;
    border-radius: 4px !important;
    background-color: #88A7E9;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 1px 6px;
    transition: none;
    min-height: unset;
    height: 2.5rem;
    text-decoration: none;
}

button[color="primary"]>div {
    font-weight: unset;
    color: #FFFFFF;
}

button[color="danger"]>div {
    font-weight: unset;
}

.bByxQY {
    color: unset !important;
}

/* End button */

/* Breadcrumb */
.past div {
    background-color: #3476AA !important;
    border-top: 1px solid #6F6F6F !important;
    border-right: 1px solid #6F6F6F !important;
    border-bottom: unset !important;
    border-left: unset !important;
}

.past {
    background-color: #3476AA !important;
    border-top: 1px solid #6F6F6F !important;
    border-left: 1px solid #6F6F6F !important;
    border-bottom: 1px solid #6F6F6F !important;
    font-weight: regular;
    color: #FFFFFF !important;
    list-style: square url(example.png) inside;
}

.current div {
    background-color: #21527C !important;
    border-top: 1px solid #6F6F6F !important;
    border-right: 1px solid #6F6F6F !important;
    border-bottom: unset !important;
    border-left: unset !important;
}

.current {
    background-color: #21527C !important;
    border-top: 1px solid #6F6F6F !important;
    border-left: 1px solid #6F6F6F !important;
    border-bottom: 1px solid #6F6F6F !important;
    font-weight: bolder;
    font-size: 16px !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    list-style: square url(example.png) inside;
}

.coming div {
    background-color: #3476AA !important;
    border-top: 1px solid #6F6F6F !important;
    border-right: 1px solid #6F6F6F !important;
    border-bottom: unset !important;
    border-left: unset !important;
}

.coming {
    background-color: #3476AA !important;
    border-top: 1px solid #6F6F6F !important;
    border-left: 1px solid #6F6F6F !important;
    border-bottom: 1px solid #6F6F6F !important;
    font-weight: regular;
    color: #FFFFFF !important;
    list-style: square url(example.png) inside;
}

/* End Breadcrumb */

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.sp-effect-card[disabled] {
    background-color: #3576aa !important;
    margin-bottom: 10px !important;
    border: 7px #3576aa solid !important;
    padding-bottom: 7px !important;
}

/* Sätt klassnamnet increasedMargins på checkbox för att öka mellanrummet mellan alternativen */
.sp-checkbox.increasedMargins div:has(>label):has(>div) {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .sp-search-wrapper>.container>div {
        margin: 0 auto;
        width: 690px;
    }

    .footer-section>.container {
        display: flex;
    }

    .footer-section>.container>div {
        margin-bottom: 0 !important;
        flex: 1;
    }

    .footer-section>.container>div:not(:last-child) {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (max-width: 600px) {
    .section-logo img {
        padding-top: 15px;
    }
}

@media (max-width: 600px) {
    .footer-section .container h2 {
        padding-top: 20px;
    }
}



/* @media (max-width: 600px) {
  .headermenu .sp-navbar {
height: fit-content !important;
}
} */