
body,
html {
    background-color: #f5f5f5
}

.body-wrapper,


.body-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem
}

.required::after {
        content: ' *';
        color: red;
      }

.footer {
    background-color: #0E1E45;
    color: #ffffff;
}

.footer .social_block {
    text-align: center;
}

.footer .social_block a {
    padding: 0 1rem;
    text-decoration: none;
}

.footer-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.footer .footer-list {
    padding: 1.5em;
}

.footer-nav {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.footer-nav-fill .footer-nav-item {


    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;

}

@media (min-width: 768px) {
    .footer .social_block a {
        padding-left: 1rem;
    }
}

.footer .note-block .header-font {
    color: #ffffff;
}

.footer .note-block .header-font img {
    max-height: 30px;
    max-width: 30px;
    padding-right: 2px;
    display: inline-block;
    vertical-align: top;
}

.footer .note-block .header-font a {
    display: inline-block;
    width: 80%;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus {
    text-decoration: underline;
    color: #ffffff;
}

.footer .footer-list {
    padding: 1.5em;
}

.footer .footer-list div {
    margin-top: 20px;
}

.footer .footer-list div:first-child {
    margin-top: 0;
}

.footer .footer-list div span {
    font-weight: bold;
    min-width: 200px;
}

.footer .footer-list .note {
    color: #ffffff;
    font-size: 0.813em;
    text-align: right;
}

.footer .footer-list a {
    margin: 0 1em;
    line-height: 1.5;
    text-decoration: none;
}

.footer .footer-list a:hover,
.footer .footer-list a:focus {
    text-decoration: underline;
}

.footer .info {
    text-align: center;
    line-height: 2em;
    border-top: 1px solid #FFFFFF;
}

.accordion {
    background-color: #ffffff;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card {
    border: 0;
    border-radius: 0;
    background-color: #fff;
}

.accordion>.card {
    overflow: hidden;
}

.card {
    border: 1px solid #1D2757;
    margin: 1rem 0;
    border-left: 7px solid #1D2757;
    margin: 1rem 0;
    box-shadow: none;
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}



.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #0E1E45;
    color: #fff;
    border-bottom: 3px solid #88c3ea;
    
}
.cpsc-nav-item{
    color: #ffffff;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}



ul.social-media-footer {
    display: none !important;
}


.cpsc-button {
    border-radius: 8px;
    border: 2px solid transparent;
    background-color: #fdb022;
    color: #0b0b0b;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 22px;
}

.cpsc-badge{
    background-color: #fdb022;
    color: #0b0b0b;
    font-size: 13px;
    font-weight: normal;
    padding: 9px 22px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.cpsc-button[disabled] {
    border-color: gray;
    color: gray;
}



.modal-header {
    flex-direction: column;
}

.modal-header .modal-title {
    margin-bottom: 1em;
}

.card-bg-primary {
    background-color: #003F7B;
    color: #fff !important
}

.card-bg-gray-l1 {
    background-color: #e0e0e0 !important;
    color: #000
}

@media screen and (max-width: 768px) {
    .header--logo {
        margin: 2em 0 0;
    }
}

.header--logo {
    margin: 2em 0;
    position: relative;
    flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
}

@media screen and (max-width: 480px) {
    .header--logo-text {
        top: .6em;
    }
}

.header--logo-text {
    position: absolute;
    top: .5em;
    color: #20407d;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .header-row {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-wrap: nowrap;
        -webkit-flex-wrap: wrap;
        -moz-wrap: wrap;
        -ms-wrap: wrap;
        padding: inherit;
        width: auto;
    }
}

.header-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}