﻿/*! Updated on 21-11-23  */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #f2f2f2;
    font-family: 'Barlow', sans-serif;
    color: #292929;
    line-height: 1.375;
}

.image-mxw img {
    max-width: 100%;
}

a {
    color: #DA291C;
    text-decoration: underline;
}

h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

/*
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6
*/
.h2,
h2 {
    color: #1c1c1c;
}

.txt-white .h2,
.txt-white .h3,
.txt-white .h4,
.txt-white .h5,
.txt-white .h6,
.txt-white h2,
.txt-white h3,
.txt-white h4,
.txt-white h5,
.txt-white h6 {
    color: #fff !important;
}

.dropdown-toggle.header-search-toggler,
.dropdown-item {
    color: #292929;
    transition: .15s;
}

.bg-c-gray {
    background-color: #f2f2f2;
}

.bg-c-black {
    background-color: #292929;
}

.bg-c-white {
    background-color: #ffffff;
}

.txt-white {
    color: #fff !important;
}

a {
    transition: 150ms;
}

.banner-section {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*background-color: #DA291C;*/
}

.banner-section.home {
    min-height: 450px;
}

.banner-section.social-impact {
    min-height: 30vw;
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner-section.social-impact::before {
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-image: url("../images/banner-overlay.svg");
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-section.social-impact .container {
    margin-top: auto;
    display: flex;
    justify-content: end;
    position: relative;
}

.banner-section.social-impact .banner-title-content {
    padding: 30px 0;
    max-width: 880px;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-section.home h1 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.banner-section h1 {
    font-size: 3.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.banner-section h1 p {
    margin-bottom: 0;
}

/* .banner-section:not(.home):not(.social-impact) .banner-title-content {
    padding-top: 120px;
    padding-bottom: 120px;
} */
.banner-section:not(.home) .banner-title-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.excerpt-big {
    font-size: 1.1rem;
    line-height: 1.4;
}

.excerpt-big p {
    margin-bottom: 2.5rem;
}

.subtitle {
    font-weight: 500;
    margin-bottom: 30px;
}

.header-search.for-mobile {
    display: none;
}

.navbar-brand {
    width: 176.19px;
}

.logo-case {
    height: 36.31px;
    position: relative;
    overflow: hidden;
    padding-left: 100%;
}

.logo-case img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: contain;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.container.lg-custom {
    max-width: calc(1674px + var(--bs-gutter-x));
    padding: 0 5%;
}

.container.md-custom {
    max-width: calc(1390px + var(--bs-gutter-x));
}

.dropdown-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f078";
    border: none !important;
    font-size: 12px;
    line-height: 1 !important;
    transition: all 300ms;
}

.firstDDWrap,
.secondDDWrap,
.thirdDDWrap,
.secondDropDown,
.submitBtn {
    margin-top: 25px;
    display: none;
}

.header-search-toggler {
    position: relative;
    text-decoration: none !important;
}

.header-search-toggler::after {
    content: none !important;
}

.header-search-toggler::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem !important;
    position: relative;
    font-weight: 700;
}

header nav.navbar .navbar-nav {
    font-size: 1.125rem;
    font-weight: 700;
}

header .navbar {
    width: 100%;
}

.nav-link {
    color: #292929;
}

header nav.navbar .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.dropdown-menu {
    margin-top: 0 !important;
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.dropdown-toggle.header-search-toggler.show,
.dropdown-toggle.header-search-toggler:hover,
.nav-link:hover,
.nav-item.dropdown:hover .dropdown-toggle,
.nav-link.dropdown-toggle.show {
    color: #DA291C
}

.dropdown-menu.dropdown-menu-end {
    padding: 8px;
    margin-top: 11px !important;
}

.header-search-case form {
    display: flex;
}

.header-search-case form input[type="text"] {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-right: 1rem;
    border-bottom: 1px solid #C2C2C2;
}

.header-search-case form input[type="submit"] {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    border: none;
    background-color: transparent;
    font-size: 0;
    opacity: 0.7;
    background-image: url("../images/search-solid.svg");
    transition: 300ms;
}

.header-search-case form input[type="submit"]:hover,
.header-search-case form input[type="submit"]:active,
.header-search-case form input[type="submit"]:focus {
    opacity: 1;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #DA291C;
}

.footer-logo-wrap .logo-case {
    width: 176.19px;
    padding: 0;
    height: 36.31px;
}

.col.footer-c-one {
    max-width: 634px;
}

.footer-soc-med ul,
.footer-legal-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-legal-nav ul li {
    padding-right: 1rem;
    padding-top: 1rem;
    display: flex;
}

.footer-legal-nav ul li::after {
    content: "|";
    display: inline-block;
    padding-left: 1rem;
}

.footer-legal-nav ul li:last-child {
    padding-right: 0;
}

.footer-legal-nav ul li:last-child::after {
    content: none;
    display: none;
    padding-left: 0;
}

footer.txt-white a {
    text-decoration: none;
    color: #fff;
}

footer.txt-white a:hover,
footer.txt-white a:active,
footer.txt-white a:focus {
    color: #DA291C;
}

.col.footer-c-two {
    max-width: 350px;
}

.footer-links ul li {
    padding-bottom: 15px;
}

.footer-soc-med i::before {
    font-size: 1.5rem;
}

.footer-soc-med ul li {
    padding-right: 1.313rem;
    padding-top: 1.313rem;
}

.footer-soc-med ul li:last-child {
    padding-right: 0;
}

.main-content-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
}

.title-mxw {
    max-width: 1150px;
}

.pb-30 {
    padding-bottom: 1.875rem !important;
}

.mb-30 {
    margin-bottom: 1.875rem !important;
}

.mb-40 {
    margin-bottom: 2.5rem !important;
}

.mb-49 {
    margin-bottom: 3.063rem !important;
}

.mb-50 {
    margin-bottom: 3.125rem !important;
}

.btn {
    padding: 10px 30px;
    border: 0;
    color: #fff;
    background-color: #DA291C;
    border-radius: 28px;
    transition: 300ms;
    font-weight: 700;
    font-size: .8rem;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background-color: #BF2317;
}

.main-content-section {
    padding-bottom: 80px;
}

.main-content-section.hero-tagline {
    padding-bottom: 0;
    padding-top: 50px;
}

.main-content-section.hero-tagline h2 {
    font-style: italic;
}

.main-content-section:last-child {
    padding-bottom: 0;
}

ul.slick-dots {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.slider-w-progress-bar.slick-slider {
    padding-bottom: 1.875rem;
}

.slider-w-progress-bar-wrap {
    position: relative;
    /* padding-bottom: 3rem; */
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.c-slider-arrow {
    background: transparent;
    width: 2.625rem;
    height: 2.625rem;
    padding: 0;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #292929;
    transition: 300ms;
}

.c-slider-arrow.slick-disabled {
    opacity: .3;
}

.c-slider-arrow.prev {
    margin-right: 19px;
}

.slider-nav-case {
    display: flex;
}

.progress-bar {
    flex: 1;
    position: relative;
    margin-right: 2.5rem;
}

.progress-bar::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C2C2C2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 100px;
}

.progress-bar-main {
    transition: 500ms;
    width: 0;
    height: 3px;
    background-color: #292929;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 100px;
}

.slider-w-progress-bar.slick-slider .slick-track {
    display: flex !important;
}

.slider-w-progress-bar.slick-slider .slick-track .slick-slide {
    height: inherit;
    padding: 0 20px;
    box-sizing: border-box;
}

.slider-w-progress-bar.slick-slider {
    margin: 0 -20px;
}

.card-c {
    background-color: #fff !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.card-thumb-case img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.card-thumb-case {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.card-text-case {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-c .title-c,
.card-c .title-c * {
    color: #292929;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
}

.card-c .date-c {
    padding-top: 1.5rem;
    margin-top: auto;
}

.card-c .date-c,
.card-c .date-c * {
    line-height: 1.375;
    font-size: .8rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-c .title-c a:hover,
.card-c .title-c a:active {
    text-decoration: underline;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-155 {
    padding-bottom: 155px;
}

.box-bg {
    border-radius: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-26 {
    padding-top: 26px;
}

h2.small {
    font-size: 2.7rem;
    line-height: 1.2;
    font-weight: 700;
}

.clmn-dual {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.iframe-case {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 10px;
}

.iframe-case iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-case {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    border-radius: 10px;
}

.image-case.square {
    /*padding-bottom: 100%;*/
    padding-bottom: 73.04%;
}

.image-case img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mb-20 {
    margin-bottom: 20px;
}

.with-full-h-img {
    overflow: hidden;
    position: relative;
}

.img-case {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
}

.img-case.consume-half-card {
    border-radius: 0 !important;
    position: absolute;
    height: 100%;
    left: calc(50% + 20px);
    transform: translateY(-50%);
    top: 50%;
    width: 50%;
    overflow: hidden;
    padding-bottom: 0;
}

.img-case img {
    position: absolute;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.badges-twp {
    display: flex;
}

.badges-twp {
    display: flex;
    justify-content: space-between;
}

.badges-twp img {
    width: 90px;
}

.media-asset-item .card-thumb-case {
    border-radius: 10px;
}

.media-asset-item a {
    text-decoration: none;
}

.media-asset-item .title-c {
    text-align: center;
    color: #292929;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

.media-asset-item a:hover .title-c {
    text-decoration: underline;
}

.media-asset-item,
.media-asset-item .card-thumb-case img,
.card-c,
.card-c .card-thumb-case img {
    transition: 300ms;
    /*aspect-ratio: 13/9;*/
}

.media-asset-item:hover .card-thumb-case img,
.media-asset-item:active .card-thumb-case img,
.media-asset-item:focus .card-thumb-case img,
.card-c:hover .card-thumb-case img,
.card-c:active .card-thumb-case img,
.card-c:focus .card-thumb-case img {transform: scale(1.15);}

.thought-leader .position-logo {
    position: relative;
    padding-bottom: 45.55%;
    overflow: hidden;
}

.thought-leader .position-logo img {
    position: absolute;
    object-fit: contain;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.thought-leader .person {
    display: flex;
}

.thought-leader .person .thumbnail {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 2.125rem;
    border-radius: 100%;
}

.thought-leader .person .thumbnail img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.thought-leader .person .name {
    font-size: 1.5rem;
    font-weight: 700;
}

.thought-leader .person .position {
    font-size: 1.5rem;
}

.thought-leader .person .bio-link {
    padding-top: 13px;
    font-weight: 500 !important;
    font-size: 1.25rem;
    line-height: 1.2;
}

.thought-leader .bio {
    font-size: 1.125rem;
}

.modal .modal-content button.btn-close {
    position: absolute;
    z-index: 1;
    right: 1rem;
    top: 1rem;
    --bs-btn-close-color: #292929;
    opacity: 1;
}

.modal {
    --bs-modal-width: 757px;
    --bs-modal-bg: #f2f2f2;
    --bs-modal-border-radius: 0;
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding-top: 3.125rem;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
}

.modal-footer {
    padding-bottom: 3.125rem;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
    border: none !important;
    justify-content: start;
}

.modal .thumbnail-case {
    text-align: center;
}

.modal .thumbnail-wrap {
    display: inline-block;
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 100%;
}

.modal .thumbnail-wrap img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.modal .name-title {
    text-align: center;
}

.modal .name-title h2 {
    font-size: 3.375rem;
    margin-bottom: 5px;
    line-height: 1.24;
}

.modal .name-title .title {
    font-size: 1.5rem;
    line-height: 1.5;
}

.btn-case.multiple {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.btn-case.multiple .btn {
    margin-left: 11px;
}

.btn-case.multiple .btn:first-child {
    margin-left: 0;
}

.eyebrow {
    font-size: 1rem;
    line-height: 1.375;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3.2px;
    color: #DA291C;
}

h2.smaller {
    font-size: 2rem;
}

.metric {
    text-align: center;
    padding-bottom: 8rem;
}

.metric .icon-case {
    width: 100%;
    position: relative;
    padding-bottom: 27.7%;
}

.metric .icon-case img {
    position: absolute;
    object-fit: contain;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.metric .value {
    color: #DA291C;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.metric .lbl {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 100%;
}

.metric .lbl span {
    max-width: 350px;
}

.person-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.person-grid-item .thumbnail {
    /* height: 280px;
    width: 280px; */
    height: 200px;
    width: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
}

.person-grid-item .thumbnail img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.person-grid-item .details .name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.person-grid-item .details .position {
    font-size: 1.5rem;
    line-height: 1.5;
}

.person-grid-item .details {
    text-align: center;
}

a.person-link {
    text-decoration: none !important;
    color: #292929;
}

a.person-link:hover .person-grid-item .details .name {
    text-decoration: underline !important;
}

a.person-link:hover .person-grid-item .thumbnail img {
    transform: translate(-50%, -50%) scale(1.1);
}

.gy-20 {
    --bs-gutter-y: 40px;
}

.widget-form {
    margin-bottom: 50px;
}

.nir-widget-form-base {
    display: flex;
    align-items: end;
}

.nir-widget-form-base input#edit-submit {
    padding: 12px 1.5rem;
    line-height: 1;
}

.nir-widget-form-base label {
    font-weight: 700;
    padding-bottom: 5px;
}

.nir-widget-form-base .form-wrapper {
    margin-right: 1rem;
    width: 125px;
}

.nir-widget-form-base .form-select {
    padding: 7px 2.25rem 7px .75rem;
}

.widget-pager {
    padding-top: 3rem;
}

.widget-pager ul {
    padding: 0;
    list-style: none !IMPORTANT;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.widget-pager ul li {
    margin-right: .5rem;
    margin-top: 1rem;
}

.widget-pager a,
.widget-pager .elipsis {
    display: inline-block;
    transition: 300ms;
    padding: 1rem 1.5rem;
    border-radius: 1000px;
    text-decoration: none !important;
    color: #292929;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.widget-pager a:hover,
.widget-pager a:active,
.widget-pager a:focus,
.widget-pager a.active {
    background-color: #DA291C;
    color: #fff;
}

.media-asset-item.main .title-c {
    text-align: left !important;
}

.file-size {
    display: flex;
    height: 100%;
    justify-content: end;
    text-align: right;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
}

.nav-tabs {
    padding-bottom: 3rem;
    border: none;
}

.nav-tabs .nav-link {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
    background: transparent !important;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    color: #1c1c1c !important;
    position: relative;
}

.nav-tabs .nav-item {
    margin-right: 42px;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs .nav-link::after {
    content: '';
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 0;
    transition: 300ms;
    height: 5px;
    background-color: #DA291C;
}

.nav-tabs .nav-link:focus::after,
.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-item.show .nav-link::after,
.nav-tabs .nav-link.active::after {
    width: 100%;
}

.excerpt-icon-case {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 77%;
}

.excerpt-icon-case img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.image-mxw.small img {
    height: 80px;
}

.gallery .card-thumb-case {
    /* padding-bottom: 70%; */
}

.title-mxw-lg {
    max-width: 1006px;
}

.heading-image {
    width: 250px;
    max-width: 100%;
}

.heading-image img {
    width: 100%;
}

.company-item .logo-case {
    width: 200px;
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-bottom: 0;
}

.company-item .logo-case img {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    width: 100%;
    height: 7rem;
}

.company-item {
    display: flex;
    justify-content: center;
}

.company-item a {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
}

.company-item a:hover {
    transform: scale(1.1);
}

.modal .thumbnail-case.company {
    margin-bottom: 1rem;
}

.modal .thumbnail-case.company .thumbnail-wrap {
    width: unset;
    height: unset;
    border-radius: 0;
    max-width: 100%;
}

.modal .thumbnail-case.company .thumbnail-wrap img {
    object-fit: contain;
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
}

.sidebar-nav {
    background-color: #da281c;
    border-radius: 15px;
    padding: 30px 25px;
}

.innerMiddle .main-content-section .sidebar-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
}

.innerMiddle .main-content-section .sidebar-nav ul li {
    font-size: 14px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    margin-left: 0 !important;
}

.sidebar-nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #e27d77;
    display: block;
    padding: 8px 0px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 500;
}

.sidebar-nav a:hover,
.sidebar-nav a:active,
.sidebar-nav a:focus {
    text-decoration: underline !important;
}

ul.list-custom {
    font-size: 1.125rem;
    padding-left: 1.4rem;
}

ul.list-custom li {
    margin-bottom: 0.875rem;
}

.tiny {
    font-size: 12px;
}

.banner-section.social-impact .banner-title-content h1 {
    text-align: center;
}

.innerMiddle .main-content-section h3 {
    margin-top: 20px !important;
}

.innerMiddle .main-content-section p {
    margin-top: 6px !important;
}

.innerMiddle .main-content-section ul {
    text-align: left;
    margin-top: 16px !important;
    padding-left: 0;
    line-height: 1.6;
}

.innerMiddle .main-content-section ul li {
    margin-left: 30px !important;
}

.main-content-section.socialvalue-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.main-content-section.techstars-sec {
    background-color: #fff;
    padding-top: 100px;
}

.main-content-section.report-section {
   /* gk removed per cyndi background-color: #fff; */
    padding-top: 50px;
    padding-bottom: 50px;
}

form#ContactUs div.label {
    width: 100% !important;
    text-align: left !important;
}

.request-form .formDivider {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    margin: 5px 5px 15px 5px;
}

.request-form .formDivider .text,
select,
input,
textarea {
    width: 100%;
    border: 1px solid #da281c;
    min-height: 35px;
    color: #777;
    font-size: 14px;
    padding: 0 5px;
}

.request-form .interestedBox label.label,
.request-form .formDivider label.label {
    display: inline;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    font: normal 14px/14px arial, helvetica, sans-serif;
    color: #777;
    white-space: normal;
}

.request-form .interestedBox {
    display: inline-block;
}

.request-form .interestedBox .label {
    width: 109px;
    display: inline-block;
}

.request-form .checkbox {
    display: inline-block;
}

.become-agent-form .form-group.row,
.lender-form .form-group.row{
    margin-top:10px;
    margin-bottom:10px;
}

.become-agent-form .form-group.row input,
.lender-form .form-group.row input{
    min-height: auto;
}
.become-agent-form input[type=submit],
.lender-form input[type=submit]{
    background-color: #da281c;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 16px 40px;
    width: auto;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
}

.become-agent-form input[type=submit]:hover,
.lender-form input[type=submit]:hover{
    background-color: #c61d11;
}
.become-agent-form label.error,
.lender-form label.error {
    color: #DA291C;
    font-size: 14px;
}

a.dfin-link {
    text-decoration: none;
}
.submit-trigger {
    background-color: #da281c;
    color: #fff;
    margin-top: 25px;
    padding-bottom: 11px;
    width: auto;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
}
.modal-body .terms-clause {
    height: 400px;
    overflow: auto;
    padding: 20px;
    max-height: 70dvh;
 }
#tc-modal .modal-footer {
    justify-content: center;
    padding: 15px 30px;
    margin-top: 15px;
    border-top: solid 1px #ccc !important;
 }
 #tc-modal .modal-body {
    padding: 0;
 }
.agree-btn {
    background-color: #da281c;
    color: #fff;
    padding: 10px 30px;
    width: auto;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    padding-bottom: 11px;
}


@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {

    .g-20,
    .gx-20 {
        --bs-gutter-x: 40px;
    }

    .g-20,
    .gy-20 {
        --bs-gutter-y: 40px;
    }

    .dropdown:not(.header-search-outer) .dropdown-menu,
    .header-search-outer.dropdown .dropdown-menu.dropdown-menu-end {
        opacity: 0;
        display: block;
        transition: opacity 100ms, transform 1000ms, z-index 200ms;
        transform: translateY(-100%);
        z-index: -1;
    }

    .dropdown:not(.header-search-outer):hover .dropdown-menu,
    .dropdown:not(.header-search-outer) .dropdown-menu.show,
    .header-search-outer.dropdown .dropdown-menu.dropdown-menu-end.show {
        transition: opacity 500ms, transform 200ms, z-index 0ms;
        display: block;
        margin-top: 0;
        opacity: 1;
        transform: unset;
        z-index: 1;
    }

    .dropdown:not(.header-search-outer):hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1199px) {
    .recent-stories-sec img {
        border-radius: 10px;
    }

    .banner-section.social-impact::before {
        background-size: 217%;
        opacity: 0.6;
    }

    .person-grid-item .thumbnail {
        height: 220px;
        width: 220px;
    }

    header nav.navbar.navbar-expand-xl ul.navbar-nav {
        padding-top: 1rem;
    }

    .box-bg.with-full-h-img {
        padding-top: 0 !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .img-case.consume-half-card {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
        transform: unset !important;
        margin-bottom: 3rem !important;
    }

    .img-case.consume-half-card img {
        transform: unset !important;
        top: unset !important;
        left: unset !important;
        height: auto;
        position: relative;
    }

    .badges-twp {
        justify-content: end;
    }

    .badges-twp img {
        margin-left: 3.25rem;
    }

    .badges-twp img:first-child {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .card-text-case {
        padding: 18px;
    }

    .container.lg-custom .box-bg {
        margin-left: calc((var(--bs-gutter-x) * .5) * (-1));
        margin-right: calc((var(--bs-gutter-x) * .5) * (-1));
        border-radius: 12px !important;
    }

    .person-grid-item .thumbnail {
        height: 200px;
        width: 200px;
    }

    .metric .value {
        font-size: 5.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-section:not(.home) .banner-title-content {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .banner-section.social-impact::before {
        background-size: 350%;
        background-color: #AD2116;
        opacity: 0.5;
    }

    .nav-tabs.justify-content-center {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .nav-tabs.justify-content-center .nav-item {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: 0 !important;
    }

    h2,
    h2.small {
        font-size: 3rem;
    }

    .card-c .title-c,
    .card-c .title-c * {
        font-size: 1.25rem;
    }

    .excerpt-big {
        font-size: 1.25rem;
    }

    .banner-section:not(.home) .banner-title-content {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .main-content-section.hero-tagline h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner-section:not(.home) .banner-title-content {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    

    /*h2, h2.small {
            font-size: 2rem;
        }*/
    .modal-body,
    .modal-footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn-case.multiple .btn {
        margin-top: 1rem;
        margin-left: 0 !important;
        margin-right: 1rem;
    }

    .metric .value {
        font-size: 4.25rem;
    }

    .main-content-section.socialvalue-section .container.md-custom {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 575px) {
    .person-grid-item .mb-30 {
        margin-bottom: 1rem !important;
    }

    /* .banner-section h1 {
        font-size: 2.5rem;
    } */
    h2.smaller {
        font-size: 1.7rem;
    }

    .person-grid-item .details .position {
        font-size: 1rem;
        line-height: 1.3;
    }

    .heading-image {
        width: 220px;
    }

    .nav-tabs .nav-link {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-item {
        margin-right: 1.5rem;
    }

    .metric .value {
        font-size: 2.5rem;
    }

    .metric .lbl {
        font-size: 1rem;
    }

    .metric {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .person-grid-item .thumbnail {
        height: 150px;
        width: 150px;
    }

    h2,
    h2.small {
        font-size: 2rem;
    }

    .badges-twp {
        justify-content: center;
    }
}

/* Remove if unnecessary */
@media print {

    .txt-white .h2,
    .txt-white .h3,
    .txt-white .h4,
    .txt-white .h5,
    .txt-white .h6,
    .txt-white h2,
    .txt-white h3,
    .txt-white h4,
    .txt-white h5,
    .txt-white h6,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h2,
    h3,
    h4,
    h5,
    h6,
    a,
    .banner-section h1,
    .txt-white,
    body {
        color: #000 !important;
    }

    .bg-c-black {
        background: none !important;
    }

    .banner-section {
        background: none !important;
        min-height: auto !important;
    }

    .banner-section:not(.home):not(.social-impact) .banner-title-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    header,
    footer {
        display: none !important;
    }

    .metric {
        margin-bottom: 5rem !important;
        padding-bottom: 0 !important;
    }

    .btn {
        display: inline-block;
    }

    .banner-section.social-impact::before {
        content: none !important;
    }

    .banner-section.social-impact .container {
        justify-content: start !important;
    }

    .banner-section.social-impact .banner-title-content {
        max-width: 100% !important;
    }

    .print-mt-20 {
        margin-top: 20px !important;
    }

    .print-mt-40 {
        margin-top: 40px !important;
    }

    .iframe-case,
    .slider-w-progress-bar.slick-slider,
    .person-grid-item,
    .metric,
    .thought-leader,
    .card-c,
    .media-asset-item,
    img {
        page-break-inside: avoid;
    }

    .box-bg.with-full-h-img {
        padding-top: 0 !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .img-case.consume-half-card {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
        transform: unset !important;
        margin-bottom: 3rem !important;
        page-break-inside: avoid;
    }

    .img-case.consume-half-card img {
        transform: unset !important;
        top: unset !important;
        left: unset !important;
        height: auto;
        position: relative;
        page-break-inside: avoid;
    }

    .row.gx-20 .col-12.col-md-6.col-lg-4,
    .row.gx-20.justify-content-center .col-12.pb-5.pb-lg-0.col-md-6.col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

/*   */
.tab-content .row {
}

.co-citi-sec {
    padding-top: 40px;
}

.press-releases-sec {
    padding-top: 80px;
}

.recent-stories-sec {
    margin-bottom: 90px;
}

.about-hero-sec {
    position: relative;
    /* min-height: 370px; */
}

.about-hero-sec::after {
    content: '';
    /* background-image: url(../images/about-banner-shape.png); */
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-size: cover;
}

.banner-section.about-hero-sec {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    /*background-color: #DA291C;*/
}

/* .about-hero-sec h1 {
    position: absolute;
    width: 50%;
    text-align: center;
    right: 5%;
    z-index: 2;
    font-size: 2.5rem;
    bottom: 7%;
} */
.banner-section.about-hero-sec .banner-title-content {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.box-bg.bg-c-white.py-100.relative.with-full-h-img .container.md-custom {
    padding-left: 5%;
    padding-right: 4%;
}

.box-bg.bg-c-black .container {
    padding-left: 6%;
    padding-right: 6%;
}

.recent-stories-sec .box-bg {
    padding: 100px !important;
}

@media screen and (min-width: 1279px) {
    .box-bg.bg-c-black .container h2.small {
        font-size: 2.5rem;
    }

    .text-center.title-mxw.mb-30.me-auto.ms-auto {
        padding: 0 8%;
    }

    .with-full-h-img {
        padding-bottom: 50px !important;
    }

    .clmn-dual .block .excerpt-big h2 {
        padding-right: 15%;
    }

    .global-impact-sec {
        padding-left: 16%;
        padding-right: 16%;
    }

    .tab-content .excerpt-icon-case img {
        transform: translate(-31%, -60%);
        width: 70%;
    }

}

@media screen and (min-width: 1440px) {
    .banner-section.home {
        min-height: 580px;
    }
    .banner-section.about-hero-sec .banner-title-content,
    .banner-section {
        display: flex;
        align-items: center;
        height: 400px;
    }
    .banner-section.about-hero-sec {
        background-position: top;
    }
}

@media screen and (max-width: 991px) {
    .about-hero-sec h1 {
        width: auto;
        text-align: left;
        right: 0;
        left: 0;
        margin: auto;
        text-shadow: 0px 0px 20px #020202, 0 0 14em #000000, 0 0 0.2em black;
    }
}

@media screen and (max-width: 767px) {
    .recent-stories-sec .img-case {
        margin-bottom: 0rem !important;
    }

    .recent-stories-sec .box-bg {
        padding: 20px !important;
    }

    .main-content-section {
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .box-bg.bg-c-white.py-100.relative.with-full-h-img {
        padding-bottom: 40px;
    }

    .box-bg.bg-c-black.py-100 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .main-content-wrap {
        padding-top: 40px;
    }

    .about-hero-sec::after {
        background-position: 29%;
    }

    /* .about-hero-sec h1 {
        font-size: 1.5rem;
    } */
    .co-citi-sec,
    .press-releases-sec {
        padding-top: 40px;
    }

    .banner-section.about-hero-sec .banner-title-content {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    
    img.video-thumbnail {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 1199px)and (max-width:1440px) {
    header nav.navbar .nav-link {
        font-size: 16px;
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
    .header-search-outer.dropdown.ms-5 {
        margin-left: 2rem!important;
    }
}
