
.has-color-bg-background-color {
    background-color: #f1f3fa;
}

.single__content__section[class*=has-][class*=-background-color] {
    padding: 1rem;
}
.single__content__section.objective {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
    font-family: "Public Sans" !important;
}
.imd-animate--slideup.imd-animated {
    transform: translateY(0);
    opacity: 1;
}
.single__content__section {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.5625;
    /* background-color:red; */
}
.single__sidebar .widget--text-button {
    color: #fff;
    background-color: #00398e;
    text-align: center;
    padding: 2.5rem 0.7rem 2.5rem;
}

.single__sidebar .widget--text-button .wp-block-button {
    margin-top: 2rem;
}

.wp-block-buttons {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 0.9rem
}

.wp-block-button.is-style-bright .wp-block-button__link:visited {
    color: #fff;
}

.button__link:hover:after {
    margin-left: 0;
    margin-left: 0.8rem;
    font-size: 9px;
    flex: 0 0 21px;
    width: 27px;
    content: "";
    color: var(--color--blue);
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.wp-block-button.is-style-bright .wp-block-button__link {
    color: #fff;
    border: 0.1rem solid #fff;
    background-color: rgba(0, 0, 0, 0);
    transition: color .3s linear, background-color .3s linear;
    display: inline-flex;
    align-items: center;
}

.wp-block-button__link:visited {
    color: var(--color--blue);
}

.wp-block-button__link {
    /* display: inline-block; */
    width: auto;
    max-width: 103%;
    /* padding: 1rem 1.9rem 1rem 1.7rem; */
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4rem;
    text-align: left;
    padding: 1rem 1.9rem 1rem 1.7rem;
    color: var(--color--blue);
    text-decoration: none;
    border: 2.1rem solid var(--color--blue);
    border-radius: 2.2rem;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .3s linear, border-color .3s linear, color .3s linear;
    display: inline-flex;
    align-items: center;
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}

.p-lg-heading {
    font-size: 2rem;
    line-height: 2.6;
}

@media (min-width: 992px) {

    h2,
    .h2-heading {
        font-size: 2.7rem;
        line-height: 1.2380952381;
    }
}

@media (min-width: 768px) {
    .research-post-hero__by-line {
        max-width: 82%;
        color: #fff;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: 3rem;
    margin-left: 2rem; */
} 
b, button, p, span {
    font-size: 19px !important;
}  
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: large;
    font-weight: 400;
    line-height: 1.5;                           
    color: #212529;
    text-align: left;
    background-color: #fff;
}
a, label {
    font-size: 16px;
}
.footer-section, .footer-section a {
    color: #f3eddc;
    font-size: 15px;
}
.p-1 {
    padding: .25rem !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.rounded {
    border-radius: .25rem !important;
}
/* .border {
    border-style: 10px solid #fff !important;
} */
.bg-white {
    background-color: #fff !important;
}
.col {
    padding-left: 10px;
    padding-right: 10px;
}
/* footer css */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}   
.border {
    border: 1px solid #dee2e6 !important;
}
p {
    text-align: left;
}
.m-1 {
    margin: 0.25rem !important;
}
/* @media screen and (max-width: 540px) {
    .col {
        display: block !important;
        padding-left: 13px !important;
        padding-right: 66px !important;
      
    }
} */
/* /.footer css */