
body {    
    margin: 0;
    padding:0;
}

.cus-font-family {
    font-family: 'Work Sans', sans-serif;
}

.cus-font-roboto-family {
    font-family: 'Roboto', sans-serif;
}

.bodytext p {
    color: #000000;
    font-size: 1rem;
    text-align: left;    
    margin: 0px;
    padding: 20px 15px 20px 15px;
}

.bannerBgImage{
    height:400px;
    object-fit:cover;
    object-position:left;
    background-position:left;
    width:100%;
    border-radius:0.25rem;
}


.img-item-footer {
    background-image: linear-gradient(to right, rgb(0, 117, 210), rgb(0, 170, 255));
    color: rgb(255, 255, 255);
    text-align: center;
    transition: 0.3s;
    padding: 1rem 1.25rem;
}

.img-item-card {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 8px;
    padding: 0px;
    transition: 0.3s;
    text-align:center;
}

.img-item-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
}

.img-fixed-height {
    object-fit: contain;
    width: 296px;
    height: 192px;
}


.page-footer {
    padding-top: 20px;
    color: #fff;
    margin-top: 15px;
    background-color: #414042 !important;
}

.page-footer .footer-copyright {
    color: #808081 !important;
    font-size: 1rem;
    padding: 20px 15px;
    background-color: #414042 !important;
    height: 90px;
    display: flex;
    overflow: hidden;
    align-items: center;
    min-height: 50px;
}

.terms_text {
    float: right;
    margin-top: -25px;
}

.footer-txt-link a{
    text-decoration:none !important;
}

.social-media li {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
}

#new-footer a, #new-footer p {
    color: #fff;
    text-decoration: underline;
    margin: 5px 0px;
    font-size: 16px;
}

#new-footer {   
    padding: 3rem 0px;
}

/*.stoncor-main-body-content :nth-child(1 of .headerDescription) {
    margin-top: 3rem;
}*/

.headerDescription:not(.headerDescription ~ .headerDescription) {
    margin-top: 3rem;
}

    .headerDescription:not(.headerDescription ~ .headerDescription) .headerDescriptionContainer {
        margin-top: 3rem;
    }

.stoncor-main-body-content div.headerDescription:last-of-type {
    padding-bottom:3rem;
}

#language-switcher div {
    display: inline-block;
    float: left;
}

.other-language a {
    color: #ccc;
}

#language-switcher div a {
    text-decoration: underline;
}

#language-switcher div + div:before {
    content: "|";
    margin-left: 10px;
    padding-right: 10px;
}

.req:after {
    content: "*";
    color: #009ada;
    display: inline-block;
    margin-left: 10px;
}