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

.intro-li a {
  color: #007bff !important;
}

a {
    color: #007bff !important;
    text-decoration: underline;
    background-color: transparent;
}

.dVZkaK {
    color: #007bff !important;
    text-decoration: underline;
    background-color: transparent;
}

.sp-search>div>.container:first-child {
    display: none;
}

.sp-search-results-card-heading {
    display:none;
}

.sp-search-results-card div div a div {
    display: none;
}

.sp-form-edit {
    min-height: 350px !important;
}

h1, h2, h3, h4, h5, h6 {

    color: #00537F;
}
¨
nav img {
    height: 85px !important;
}
@font-face {
    font-family: "Foundry Sterling Bold";
    src: url("../css/FOSTBDL3.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Foundry Sterling Italic";
    src: url("../css/FOSTBIL3.otf") format("opentype");
}

@font-face {
    font-family: "Foundry Sterling Book";
    src: url("../css/FOSTBKL3.otf") format("opentype");
}

@font-face {
    font-family: "Foundry Sterling Demi";
    src: url("../css/FOSTDML3.otf") format("opentype");
}

@font-face {
    font-family: "Foundry Sterling ExtraBold";
    src: url("../css/FOSTEBL3.otf") format("opentype");
}

@font-face {
    font-family: "Foundry Sterling Light";
    src: url("../css/FOSTLGL3.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Foundry Sterling Medium";
    src: url("../css/FOSTMDL3.otf") format("opentype");
}

body {
    font-family: "Foundry Sterling Light";
    font-size: 18px;
    overflow-y: scroll;
    max-width: 100vw;
    overflow-x: hidden
}

h1 { 
    font-family: "Foundry Sterling Light";
}

h2 { 
    font-family: "Foundry Sterling Light";
}

h3 { 
    font-family: "Foundry Sterling Light";
}

h4 { 
    font-family: "Foundry Sterling Light";
}

p { 
    font-family: "Foundry Sterling Light";
    font-size: 21px;
}

li { 
    font-family: "Foundry Sterling Light";
}

ul { 
    font-family: "Foundry Sterling Light";
}

label { 
    font-family: "Foundry Sterling Light";
}

input { 
    font-family: "Foundry Sterling Light";
}

div { 
    font-family: "Foundry Sterling Light";
}

.sp-categories-card-heading {
    color: #006399;
    font-size: 28px !important;
    font-family: "Foundry Sterling Light";
}
.sp-categories-card-text {
    color: #666666;
    font-size: 18px !important;
    font-family: "Foundry Sterling Light";
}

/*
body {
    font-family: "Foundry Sterling Light, Open sans";
}
*/

.sp-navbar {
    /* font-family: "Foundry Sterling Light";
    font-weight: normal; */
    /* font-size:14px; */
    display:flex;
    /* align-items: flex-end; */
    /* padding-bottom:8px; */
}

.sp-navbar-mobile {
    display: block;
    font-size: 18px !important;
}

.sp-navbar li > span {
    font-size: 18px;
}

.section-menu-icon {
    color: #fff;
}

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

.sp-search-wrapper {
    margin-top: -15px;
    background-attachment: fixed;
}

.sp-search-wrapper-text {
    color: #000;
}

@media (min-width: 768px) {
    .sp-search-wrapper > .container > div {
        margin: 0 auto;
        width: 690px;
    }
    .footer-section > .container {
        display: flex;
        justify-content: space-between;
    }

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

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

footer {
    padding: 60px 0;
    background-color: rgb(140, 27, 27);
    color: #fff;
}

footer h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #b24444;
    font-size: 36px;
    font-weight: 300;
}

footer a {
    font-size: 18px;
}

footer a, footer a:hover {
    color: #fff;
}

.footer-link {
    margin-bottom: 5px;
}

.footer-link svg {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    fill: #fff;
}

footer h3 {
    color:white;
}

@media not all and (min-resolution:.001dpcm) {@supports (-webkit-appearance:none) {
    .sp-dropdown fieldset {
        height: 55px;
    }

    .sp-dropdown option {
        height: 55px;
    }

    .sp-dropdown select {
        min-height: 55px;
    }

    .myprofile input {
        height: auto;
        background-color: transparent;
    }
}}

.intro-li {
   
    margin-bottom:15px;
}

.intro-ul {
    padding-left:16px;

}

.li-intro-heading {
    font-size: 21px;
    font-weight:bold;

}

.li-intro-p {
    margin-top:4px;
    color: #212529;
    font-size:18px;
}