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

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

.hideInPortal {
    opacity: 0;
}

.sp-search-wrapper {
    background-color: #FFFFFF !important;
}

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

nav img {
    height: 87px;
}

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

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

.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;
    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-categories-card-img {
    border-radius: 6px 6px 0px 0px;
    background-blend-mode: normal !important;
}

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

h1 {
    font-family: "open sans", sans-serif;
    color: #103053;
    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: #103053;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 8px;
}

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

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

h6 {
    font-family: "open sans", sans-serif;
    color: #103053;
    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-categories-card-heading {
    font-size: 20px;
    padding: 0px 0px 16px;
}

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

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

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

.sp-date legend {
    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-date label {
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 17px;
}

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

.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 {
   /* background-color: #c5dff5; */
    padding: 10px;
}

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

.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 h4 {
    color: #212121;
    font-size: 1.25rem;
    padding-bottom: 16px;
    margin: 0;
    font-family: "open sans",sans-serif;
    font-weight: 400;
    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: 400;
    font-style: normal;
    line-height: normal;
}

.footer-section:first-child {
    background-color: #D6E5F2;
    text-align: center;
}
.footer-section:last-child {
    background-color: rgb(0, 102, 153);
    color: #F5F5F5;
}
.footer-section > .container {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: -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;
}
.sp-input fieldset label {
    z-index: 1 !important;
}

.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-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-dropdown .sp-required label::after {
      content: "";
    visibility: visible;
    background: rgb(218, 57, 74);
    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;
}

.footer-section:first-child > .container > div {
    flex: 1;
}
.footer-section > .container > div:not(:last-child) {
    margin-right: 15px;
}
.footer-section p {
    margin-bottom: 0;
}

html, body {
  overflow-x: hidden;
}

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

.sp-navbar {
    font-weight: bold;
    font-size:14px;
    align-items:flex-end;
    padding-bottom:8px;
}

/* 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 */

/* End breadcrumb */

.InputTable > div > table > thead > tr > th {
    min-width: unset;
}

.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;
}

@media screen and (max-width: 690px) {
.sp-wrapper-process-button div {
    flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
.section-nav {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

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