/* from default.2024-08-13.css */
.well-img {
    display: block;
    position: relative;
}
.well-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.85);
}
.well-img:before,
.well-img img { border-radius: 5px; }
.well-img img { width: auto !important; }





/* whole sustainability.2024-02-06.css - added .page-in-the-community to some lines */
.home-block-card { overflow: hidden; }
:root {
    --pastel-softer-red-0: rgb(255,168,168);  /* Main Primary color */
    --pastel-softer-red-1: rgb(255,221,221);
    --pastel-softer-red-2: rgb(255,196,196);
    --pastel-softer-red-3: rgb(236,128,128);
    --pastel-softer-red-4: rgb(207, 86, 86);
    --pastel-softer-yellow-0: rgb(255,247,168);  /* Main Secondary color (1) */
    --pastel-softer-yellow-1: rgb(255,252,221);
    --pastel-softer-yellow-2: rgb(255,250,196);
    --pastel-softer-yellow-3: rgb(236,227,128);
    --pastel-softer-yellow-4: rgb(207,196, 86);
    --pastel-softer-blue-0: rgb(132,132,186);  /* Main Secondary color (2) */
    --pastel-softer-blue-1: rgb(201,201,226);
    --pastel-softer-blue-2: rgb(167,167,208);
    --pastel-softer-blue-3: rgb(101,101,165);
    --pastel-softer-blue-4: rgb( 73, 73,145);
    --pastel-softer-green-0: rgb(138,209,138);   /* Main Complement color */
    --pastel-softer-green-1: rgb(204,236,204);
    --pastel-softer-green-2: rgb(172,223,172);
    --pastel-softer-green-3: rgb(102,189,102);
    --pastel-softer-green-4: rgb( 69,165, 69);
}
body.page-in-the-community blockquote,
body.page-sustainability.page-governance blockquote,
.block-theme-pastel-red {
    background-color: var(--pastel-softer-red-1);
    background-image: linear-gradient(#fff, var(--pastel-softer-red-1));
    border-color: var(--pastel-softer-red-3);
}
.block-theme-pastel-red:hover {
    background-color: var(--pastel-softer-red-2);
    background-image: linear-gradient(#fff, var(--pastel-softer-red-2));
    border-color: var(--pastel-softer-red-4);
}
.block-theme-pastel-red h3,
.block-theme-pastel-red .bg-icon { color: var(--pastel-softer-red-4); }
.block-theme-pastel-red .btn {
    color: #fff;
    background-color: var(--pastel-softer-red-3);
    border-color: var(--pastel-softer-red-4);
}
.block-theme-pastel-red .btn:hover {
    background-color: var(--pastel-softer-red-4);
}
body.page-sustainability.page-social blockquote,
.block-theme-pastel-yellow {
    background-color: var(--pastel-softer-yellow-1);
    background-image: linear-gradient(#fff, var(--pastel-softer-yellow-1));
    border-color: var(--pastel-softer-yellow-3);
}
.block-theme-pastel-yellow:hover {
    background-color: var(--pastel-softer-yellow-2);
    background-image: linear-gradient(#fff, var(--pastel-softer-yellow-2));
    border-color: var(--pastel-softer-yellow-4);
}
.block-theme-pastel-yellow h3,
.block-theme-pastel-yellow .bg-icon { color: var(--pastel-softer-yellow-4); }
.block-theme-pastel-yellow .btn {
    color: #555;
    background-color: var(--pastel-softer-yellow-3);
    border-color: var(--pastel-softer-yellow-4);
}
.block-theme-pastel-yellow .btn:hover {
    background-color: var(--pastel-softer-yellow-4);
}
body.page-sustainability.page-environmental blockquote,
.block-theme-pastel-green {
    background-color: var(--pastel-softer-green-1);
    background-image: linear-gradient(#fff, var(--pastel-softer-green-1));
    border-color: var(--pastel-softer-green-3);
}
.block-theme-pastel-green:hover {
    background-color: var(--pastel-softer-green-2);
    background-image: linear-gradient(#fff, var(--pastel-softer-green-2));
    border-color: var(--pastel-softer-green-4);
}
.block-theme-pastel-green h3,
.block-theme-pastel-green .bg-icon { color: var(--pastel-softer-green-4); }
.block-theme-pastel-green .btn {
    color: #fff;
    background-color: var(--pastel-softer-green-3);
    border-color: var(--pastel-softer-green-4);
}
.block-theme-pastel-green .btn:hover {
    background-color: var(--pastel-softer-green-4);
}
body.page-sustainability h2 { margin-top: 45px; }
body.page-sustainability .home-block-card {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
body.page-sustainability .home-block-card h3 {
    margin-top: 0;
    font-size: 26px;
}
body.page-sustainability .home-block-card p {
    font-size: 15px;
}
body.page-sustainability .home-block-card-body {
    padding: 15px;
    position: relative;
    z-index: 1;
}
body.page-sustainability .bg-icon {
    position: absolute;
    bottom: -14px;
    left: -6px;
    font-size: 120px;
    line-height: 1;
    z-index: 0;
    opacity: .15;
}
body.page-sustainability .bg-icon.bg-icon-right {
    left: auto;
    right: -6px;
}
body.page-sustainability .bg-icon.bg-icon-center {
    left: 50%;
    transform: translateX(-50%);
}
body.page-sustainability .bg-icon.pull-left,
body.page-sustainability .bg-icon.pull-right { position: static; }
body.page-in-the-community blockquote { border-radius: 8px; }
body.page-sustainability blockquote { border-radius: 8px; }
.feature-block {
    position: relative;
    font-size: 115%;
    color: #5a5a5a;
}
.feature-block,
.feature-block [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
}
.feature-block h2 {
    font-size: 180%;
    font-weight: normal;
}
body.page-in-the-community .feature-block h2,
body.page-sustainability .feature-block h2 { margin-top: 0; }
body.page-sustainability.page-environmental .feature-block h2 { color: var(--pastel-softer-green-4); }
body.page-sustainability.page-environmental .feature-block .bg-icon { color: var(--pastel-softer-green-0); }
body.page-sustainability.page-social .feature-block h2 { color: var(--pastel-softer-yellow-4); }
body.page-sustainability.page-social .feature-block .bg-icon { color: var(--pastel-softer-yellow-0); }
body.page-sustainability.page-governance .feature-block h2 { color: var(--pastel-softer-red-4); }
body.page-sustainability.page-governance .feature-block .bg-icon { color: var(--pastel-softer-red-0); }
body.page-sustainability .feature-block a,
body.page-sustainability .feature-block a:hover,
body.page-sustainability .feature-block a:focus { color: #000; }
body.page-sustainability .feature-block .video-play a,
body.page-sustainability .feature-block .video-play a:hover,
body.page-sustainability .feature-block .video-play a:focus { color: #FFF; }
.sustainability-qualifier { padding: 40px 10%; }
.ani-fade-in {
    opacity: 0;
    animation: 0.5s ease-in-out 1 0.25s forwards ani-fade-in;
}
@keyframes ani-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
.ani-fade-in-video {
    animation-duration: 2s ! important;
    animation-delay: .5s ! important;  
}
.video-header-wrapper {
    position: relative;
    background: #555;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #bbb;
    border-top: 0;
    margin-bottom: 30px;
}
.video-header-wrapper,
video.video-header { height: calc(100vw / 1.4); }
video.video-header { object-fit: cover; }
.video-header-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-header-overlay h1 {
    font-size: 8.25vw;
    font-weight: bold !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
    color: #fff;
}
@media (min-width: 576px) {
    .video-header-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .video-header-overlay h1 {
        font-size: 48px;
        text-shadow: 0px 0px 15px rgba(0,0,0,0.75);
    }
}
@media (min-width: 768px) {
    .video-header-wrapper,
    video.video-header { height: 360px; }
}
@media (min-width: 992px) and (max-width:1199.98px) {
    body.page-sustainability .home-block-card-body-min-height { min-height: 172px; }
}
@media (min-width: 992px) {
    .video-header-wrapper,
    video.video-header { height: 470px; }
    .video-header-overlay h1 { font-size: 58px; }
}
@media (min-width: 1200px) {
    .video-header-wrapper,
    video.video-header { height: 570px; }
    .video-header-overlay h1 { font-size: 72px; }
}
/* kalam-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kalam-v16-latin-regular.woff2') format('woff2'),
        url('../fonts/kalam-v16-latin-regular.ttf') format('truetype');
}
.cheque {
    --cheque-max-width: 400px;
    --cheque-font-multiplier: 0.036;
    background: #fff;
    margin: 30px auto 50px;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.3);
    transform: rotate(-4deg);
    max-width: var(--cheque-max-width);
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 991.98px), (min-width: 1200px) {
    .cheque {
        --cheque-max-width: 500px;
        box-shadow: 2px 4px 15px rgba(0,0,0,0.3);
    }
}
.cheque .row {
    margin: 0;
    margin-bottom: 8%;
}
.cheque .row [class*="col-"] { padding: 0 3%; }
.cheque-header img {
    width: 20%;
    padding: 2% 3%;
}
.cheque-body,
.cheque-amount { border: 1.5px solid #000; }
.cheque-amount { background-color: #fff; }
.cheque-body {
    background: rgba(255, 107, 0, .125);;
    border-left: 0;
    border-right: 0;
    padding: .5em 0 1em;
    font-family: 'Kalam', cursive;
    font-size: calc(var(--cheque-max-width) * var(--cheque-font-multiplier));
}
@media (max-width: 429.98px) {
    .cheque-body { font-size: 3.25vw; }
    .cheque-body,
    .cheque-amount { border-width: 1px; }
}
.cheque-payee,
.cheque-signature {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    line-height: 1;
    padding: .5em;
    padding-bottom: .1em;
}
.cheque-payee:last-of-type { max-width: 66%; }
.cheque-amount {
    margin-top: 1.1em;
    padding: 0 .5em;
    text-align: right;
    font-size: 110%;
    height: 1.6em;
    line-height: 1.6em;
}





/* -------------------- to new shared social specific file ? -------------------- */
.carousel-multi {
    max-width: 280px;
    margin: 0 auto;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.carousel-control {
    width: 10vw;
}
@media (min-width: 768px) {
    .carousel-control {
        width: 8%;
    }
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255,255,255,1) 0, rgba(255,255,255,0.0001) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(255,255,255,0.0001) 0, rgba(255,255,255,1) 100%);
}
.carousel-control .glyphicon {
    transform: translateY(-50%);
    margin-top: 0;
    left: 15%;
}
.carousel-control.right .glyphicon {
    left: auto;
    right: 15%;
}
.carousel-control a span {
    color: white;
    font-size: 29px !important;
}
.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
    display: inline-block;
}
.carousel-inner .item {
    white-space: nowrap;
    line-height: 1;
}
.carousel-inner .item.next,
.carousel-inner .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.carousel-inner .item.prev,
.carousel-inner .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.carousel-inner .active.left { left: -100%; }
.carousel-inner .active.right { left: 100%; }
.carousel-inner .next { left:  100%; }
.carousel-inner .prev { left: -100%; }
.carousel-col { width: 100%; }
@media (min-width: 400px) {
    .carousel-multi { max-width: 480px; }
    .carousel-inner .item.next,
    .carousel-inner .item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    .carousel-inner .item.prev,
    .carousel-inner .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next { left:  50%; }
    .carousel-inner .prev { left: -50%; }
    .carousel-col { width: 50%; }
}
@media (min-width: 576px) {
    .carousel-multi { max-width: none; }
    .carousel-inner .item.next,
    .carousel-inner .item.active.right {
        left: 0;
        -webkit-transform: translate3d(33%, 0, 0);
        -ms-transform: translate3d(33%, 0, 0);
        -o-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }
    .carousel-inner .item.prev,
    .carousel-inner .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-33%, 0, 0);
        -ms-transform: translate3d(-33%, 0, 0);
        -o-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next { left:  33%; }
    .carousel-inner .prev { left: -33%; }
    .carousel-col { width: 33%; }
}
@media (min-width: 992px) {
    .carousel-inner .item.next,
    .carousel-inner .item.active.right {
        left: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        -o-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    .carousel-inner .item.prev,
    .carousel-inner .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        -o-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    .carousel-inner .active.left { left: -20%; }
    .carousel-inner .active.right { left: 20%; }
    .carousel-inner .next { left:  20%; }
    .carousel-inner .prev { left: -20%; }
    .carousel-col { width: 20%; }
}
.carousel-col {
    height: 180px;
}
.carousel-col img {
    padding: 0 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-col.img-padding-20 img {
    padding-left: 20%;
    padding-right: 20%;
}
.carousel-col.img-padding-30 img {
    padding-left: 30%;
    padding-right: 30%;
}
.video-play a {
    text-decoration: none;
}
.video-play a:after {
    content: "⏵";
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 220%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 15px #000;
}
hr {
    margin-top: 38px;
    margin-bottom: 28px;
}
