/* 
Hide Recaptcha Badge
*/
.grecaptcha-badge { visibility: hidden; }
.form-check-label {
    font-weight: 400;
    font-size: 1rem;
    color: #515151;
}
form hr:not([size]) {
    height: 3px;
}
form hr {
    margin-bottom: 35px;
    margin-top: 35px;
    clear: both;
}
form .row {
    margin-bottom: 20px;
}


body, p {
    font-size: 1.15rem;
}
.lead {
    font-size: 1.5rem;
}
.w300 {
    font-weight: 300 !important;
}
.w400 {
    font-weight: 400 !important;
}
.w500 {
    font-weight: 500 !important;
}
.w600 {
    font-weight: 600 !important;
}
.w700 {
    font-weight: 700 !important;
}
.w800 {
    font-weight: 800 !important;
}

.mb-30 {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-75 {
    margin-top: 75px !important;
}
.pt-30 {
    padding-top: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}

h4 {
    margin-top: 1.5em;
}
h4.giving-title {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 1.45rem;
}
h5.impact {
    font-size: 1.35em;
    line-height: 1.85714286em;
    font-weight: 600;
}
.background-grey2 {
    background-color: #f9f9fa !important;
}
.text-white {
    color: #FFF !important;
}
.text-gradient {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: inherit;
    background: -webkit-radial-gradient(left top, circle, #1B4298 9%, #ff0092 48%, #C60751 91%);
    background: radial-gradient(circle at left top, #1B4298 9%, #ff0092 48%, #C60751 91%);
}

.accordion .ac-item.giving {
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #e4e6ef;
}



/* Header Logo */
#header.dark .header-inner #logo a .logo-dark img {
    width: 115px;
}
#header .header-inner #logo a .logo-default img {
    width: 200px;
}
.home-lead {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
}

/* Leadership */
.list-icon h4 {
    font-size: 1.25714286em;
    margin-bottom: 5px;
}
.leadership-block-executive img, .leadership-block img, .carousel .polo-carousel-item .leadership-block img {
    width: 85%;
}
.leadership-block-executive h4 {
    font-size: 1.25em;
    line-height: 1.35em;
    margin-bottom: 0.1em;
}
.leadership-block-executive p {
    font-size: .95em;
    line-height: 1.3em;
    margin-bottom: 2.5em;
}
.leadership-block h5 {
    font-size: 1.15em;
    line-height: 1.3em;
    margin-bottom: 0.1em;
}
.leadership-block p {
    font-size: 0.95em;
    line-height: 1.3em;
}


/* TIMELINE */
.timeline .timeline-item .timeline-item-image img.half {
    width: 50%;
    height: auto;
    border-radius: 0.42rem;
}
.timeline .timeline-item .timeline-item-image img.third {
    width: 33%;
    height: auto;
    margin-bottom: 4px;
    border-radius: 0.42rem;
}
.timeline .timeline-item .timeline-item-image .grid-item {
    width: 33%;
    float: left;
    height: auto;
    padding: 0 4px 4px 0;
    cursor: pointer;
}
.timeline .timeline-item .timeline-item-image .grid-item .grid-image:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    content: ' ';
    z-index: 2;
 }
 .timeline .timeline-item .timeline-item-image .grid-item .grid-description {
    left: 0;
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    -webkit-transform: translate3d(0px, -38%, 0px);
    transform: translate3d(0px, -38%, 0px);
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 70%;
    z-index: 3;
 }

.timeline .timeline-item .timeline-item-image img.quarter {
    width: 25%;
    height: auto;
    border-radius: 0.42rem;
}



/*--====== NEWS SECTION ======--*/
#hits .post-item-description > h1, #hits .post-item-description > h3, #hits .post-item-description > h4, #hits .post-item-description > h5, #hits .post-item-description > h6, #hits .post-item-description > p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #3c4043;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif; 
}
#hits .post-item-description strong, .post-item .post-item-description strong {
    font-weight: 600;
}

/* Styling for Algolia Overrides */
#hits .post-item-description > h2, #hits .post-item-description > h2 > a {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #1B4298;
    font-weight: 600;
}
#hits .post-item-description > h2 > a:hover {
    text-decoration: none;
    outline: none;
    color: #444;
}
#hits .post-item-description .post-meta-date {
    color: #676767;
    position: relative;
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
    z-index: -1;
}
#header[data-transparent="true"] + #page-title.news {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
    padding: 220px 0 125px 0;
}


/*======= CALL TO ACTIONS =====*/
.call-to-action {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.call-to-action.call-to-action-gradient {
    background: -webkit-linear-gradient(top, #ba01ff 0, #ff0092 100%);
    background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%);
    opacity: .8;
}
.call-to-action.call-to-action-dark {
    background-color: #1e2022;
    background: -webkit-linear-gradient(top, #ba01ff 0, #ff0092 100%);
    background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%);
    border-radius: 0;
}



/*--====== FOOTER ======--*/
#footer .copyright-text {
    line-height: 16px;
}
#footer .copyright-content .copyright-text ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright-text li {
    float: left;
    list-style: none;
    margin-right: 0.6em;
}
.copyright-text li:not(:last-child)::after {
    content: "|";
    margin-left: 0.6em;
}





/* ==================================================
            STICKY SOCIAL SIDEBAR
===================================================*/
.sticky-container {
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li {
    list-style-type:none;
    background-color:#fff;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover {
    margin-left:-90px;
}
.sticky li i {
    float:left;
    margin:5px 8px 5px 10px;
    font-size: 32px;
}
.sticky li:first-child {
    border-radius: 10px 0 0 0;
}
.sticky li:last-child {
    border-radius: 0 0 0 10px;
}
.sticky li p {
    visibility: hidden;
}
.sticky li a.instagram {
    text-decoration:none;
    color:#e53d00 !important;
}
.sticky li.instagram:hover {
    background-color:#e53d00 !important;
    border-radius: 0;
}
.sticky li a.facebook {
    text-decoration:none;
    color:#5d82d1 !important;
}
.sticky li.facebook:hover {
    background-color:#5d82d1 !important;
    border-radius: 0;
}
.sticky li a.twitter {
    text-decoration:none;
    color:#40bff5 !important;
}
.sticky li.twitter:hover {
    background-color:#40bff5 !important;
    border-radius: 0;
}
.sticky li a.youtube {
    text-decoration:none;
    color:#ef4e41 !important;
}
.sticky li.youtube:hover {
    background-color:#ef4e41 !important;
    border-radius: 0;
}
.sticky li a:hover {
    color:#FFF !important;
}
.sticky li a:hover p {
    visibility: visible;
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    font-family: "Poppins", sans-serif;
}

/* ===========================================================================
                TABLES
=============================================================================*/
.post-item-description thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.post-item-description tbody {
    vertical-align: inherit;
}
.post-item-description table {
    --bs-table-bg: rgba(0,0,0,0);
    --bs-table-accent-bg: rgba(0,0,0,0);
    --bs-table-striped-color: #3c4043;
    --bs-table-striped-bg: rgba(251,251,251,0.05);
    --bs-table-active-color: #3c4043;
    --bs-table-active-bg: #fbfbfb;
    --bs-table-hover-color: #3c4043;
    --bs-table-hover-bg: rgba(251,251,251,0.8);
    width: 100%;
    margin-bottom: 2.5rem;
    margin-top: 2.5em;
    color: #3c4043;
    vertical-align: middle;
    border: 1px solid #e4e6ef;
}
.post-item-description table>:not(caption)>*>* {
    padding: 1rem 1rem;
    background-color: rgba(0,0,0,0);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,0);
}
.post-item-description th, td {
    border: 1px solid #e4e6ef;
    border-bottom-width: 1px;
    border-left-width: 1px;
}




/* ===========================================================================
                RESPONSIVE
=============================================================================*/

@media (max-width: 768px) {
    body, p {
        font-size: 1.6rem;
    }
    .lead {
        font-size: 1.85rem;
    }
    .heading-text.heading-section h2 {
        margin-bottom: 30px;
    }

    /* Blog Post Grid */
    .grid-articles .post-entry:first-child, .grid-articles .post-entry:nth-child(2), .grid-articles:not(.post-carousel) .post-entry {
        width: 100%;
    }
    .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 a, .grid-articles.grid-articles-v2 .post-entry:nth-child(2) .post-entry-meta .post-entry-meta-title h2 a {
        font-size: 18px;
        font-weight: 500;
    }
    /* Leadership */
    .leadership-block-executive h4 {
        font-size: 1.05em;
        line-height: 1.15em;
    }
    .leadership-block h5 {
        font-size: 1em;
        line-height: 1em;
    }
    .leadership-block-executive p, .leadership-block p {
        font-size: 0.75em;
        margin-top: 0.3em;
        margin-bottom: 1.95em;
    }
    .list-icon h4 {
        font-size: 1.1em;
        margin-bottom: 2px;
    }
    .list-icon p {
        font-size: 1.1rem;
        line-height: 1.4;
    }
}
@media (max-width: 730px) {
    body, p {
        font-size: 1.2rem;
    }
    .lead {
        font-size: 1.45rem;
    }
}
@media (max-width: 675px) {
    body, p {
        font-size: 1.15rem;
    }
    /* Sticky Social Sidebar */
    .sticky-container {
        display: none;
    }
    .header-extras > ul > li > a:not(.btn) {
        padding-left: 0;
    }

    .home-lead {
        font-size: 1.35rem;
        line-height: 2.2rem;
    }
    .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span {
        font-size: 25px ;
        line-height: 25px;
    }
    .lead {
        font-size: 1.15714286em;
    }
    body, p {
        font-size: 1.22rem;
    }
    /* Events Grid */
    .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item {
        width: 100%;
    }
    /* Leadership */
    .leadership-block-executive h4 {
        font-size: 1.2em;
        line-height: 1.15em
    }
    .leadership-block h5 {
        font-size: 1.1em;
        line-height: 1.15em;
    }
    .leadership-block-executive p, .leadership-block p {
        font-size: 0.85em;
        margin-top: 0.3em;
        margin-bottom: 1.8em;
    }
}

@media (max-width: 575px) {
    .lead {
        font-size: 1.15714286em;
    }
}

@media (max-width: 415px) {
    /* Header Logo */
    #header.dark .header-inner #logo a .logo-dark img {
        margin-left: 10px;
    }
    #header .header-inner #logo a .logo-default img {
        width: 180px;
        margin-left: 20px;
    }
    .lead {
        font-size: 1.2em;
    }
    /* Leadership */
    .leadership-block p, .leadership-block-executive p {
        margin-bottom: 2.2em;
    }
    .col-sm-6.leadership-block {
        width: 50%;
    }
}

@media (max-width: 375px) {
    /* Header Logo */
    #header.dark .header-inner #logo a .logo-dark img {
        margin-left: 25px;
    }
    #header .header-inner #logo a .logo-default img {
        width: 120px;
        margin-left: 20px;
    }
    .lead {
        font-size: 1.15em;
    }
    /* Leadership */
    .leadership-block-executive h5 {
        font-size: 1.1em;
        line-height: 1.15em
    }
    .leadership-block-executive p {
        font-size: 0.95em;
        line-height: 1.3em;
        margin-bottom: 2em;
    }
    .leadership-block p {
        font-size: 0.95em;
        line-height: 1.3em;
    }
    .col-sm-6.leadership-block {
        width: 100%;
    }
}

@media (max-width: 325px) {
    .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span {
        font-size: 40px;
        line-height: 50px;
    }
    .home-lead {
        font-size: 1.35rem;
        line-height: 2.2rem;
    }

    /* Header Logo */
    #header.dark .header-inner #logo a .logo-dark img {
        margin-left: 15px;
    }
    #header .header-inner #logo a .logo-default img {
        width: 120px;
        margin-left: 20px;
    }
    .lead {
        font-size: 1.13em;
    }
}


@media (max-width: 280px) {
    /* Header Logo */
    #header.dark .header-inner #logo a .logo-dark img {
        width: 80px;
        margin-left: 17px;
    }
    #header .header-inner #logo a .logo-default img {
        width: 110px;
        margin-left: 30px;
    }
    .lead {
        font-size: 1.05em;
    }
}