/* Independent class styles Starts here */

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.pl-50 {
    padding-left: 50px !important;
}

.colInner {
    /* min-height: 300px; */
    /* border: 1px solid pink; */
    padding: 15px;
    height: 100%;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.b110r {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 3px 1px 10px rgb(0, 0, 0, 0.2);
}

.colInner h4 {
    padding: 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 1.4em;
    text-align: center;
}

.colH50.colInner {
    background: #DEF;
}

.chsL, .chsD {
    padding: 30px 0;
}

.chsL {
    background-color: #FFF;
}

.chsD {
    background: #F1F5F9;
}

.chs-button-primary {
    display: inline-block;
    border: 1.5px solid #04297C;
    padding: 5px 10px;
    border-radius: 5px;
    background: #DDD;
    color: #04297C;
    font-weight: bold;
    font-size: 0.9em;
}

a.link-primary {
    color: #005FAE !important;
    padding: 5px 5px;
    padding-right: 30px;
    background-image: url("../img/icons/orange_arrow_1x.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    text-transform: uppercase;
    font-size: 0.93em;
    display: inline-block;
    margin-top: 20px;
}

.secHead {
    background-image: url("../img/icons/bg_line_1x.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50px;
    font-weight: bold;
    padding: 10px 0px;
    color: #000;
    font-size: 2em;
    text-transform: uppercase;
}

p {
    font-family: 'Avenir', Helvetica, sans-serif;
    margin: 15px 0px;
}

div.bullet-primary {
    background-image: url("../img/icons/orange_arrow_1x.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    padding: 12px 20px;
    padding-left: 40px;
    color: #005FAE;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 0.99em;
}

/* Independent class styles Starts here */





/* Website specific & common styles starts here */

footer {
    background: #04297C;
    color: #FFF;
    padding: 20px 0;
}

footer p {
    color: #DDD;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.6em;
    font-family: 'Avenir', Helvetica, sans-serif;
}

footer h3 {
    /* font-size: 1em; */
    padding: 5px 10px;
}

footer .fList .fItem .fLink {
    color: #999;
    font-weight: lighter;
    font-size: 0.8em;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-family: 'Avenir', Helvetica, sans-serif;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    justify-content: center;
}

.socialLinks ul {
    margin-top: 30px;
}

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a {
    padding-right: 20px;
    color: #DDD;
    font-size: 20px;
}

.contP {
    margin-top: -6px;
}

.contactInfo {
    line-height: 0.6;
}

.contactInfo a {
    color: #DDD;
}



/* Website specific & common styles ends here */

/* Scroll to Top */
#scrollTop {
    display: inline-block;
    /* background-color: #EE7C2B;  */
    /* border: 1px solid #888; */
    background-color: rgb(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    opacity: 0.5;
}

#scrollTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 40px;
    color: #fff;
}

#scrollTop:hover {
    cursor: pointer;
    background-color: #333;
}

#scrollTop:active {
    background-color: #555;
}

#scrollTop.show {
    opacity: 1;
    visibility: visible;
}

/* Scroll to Top End*/

.fixed-top.scrolled {
    background-color: #005fae !important;
    transition: background-color 200ms linear;
}

.appLogo {
    background: url(../img/logos/CHS_Logo_500.svg) no-repeat;
    width: 150px;
    height: 70px;
    background-size: contain;
    background-position: center;
}

.appLogoWhite {
    background: url(../img/logos/CHS_Logo_500_white_1x.png) no-repeat;
    width: 150px;
    height: 70px;
    background-size: contain;
    background-position: center;
}

/* .navHam {
    border: none;
    margin-left: -10px;
} */
.navbarIconBlack {
    background: url(../img/icons/menu-black.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    border: none;
    margin-right: 10px;
    /* position: absolute;
    right: 0; */
}

.navbarIconWhite {
    background: url(../img/icons/menu-white.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    border: none;
    margin-right: 10px;
    /* position: absolute;
    right: 0; */
}