body {
    font-family: "Source Sans Pro", sans-serif;
}

#fullArticle dt {
    padding: 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-weight: 700;
}

#sidebar .nav-list a,
#fullArticle h5 {
    font-size: 1.2em;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle li a,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table,
#fullArticle .callout-yellow,
#fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout,
#fullArticle .private-note {
    font-size: 16px;
}

#fullArticle .callout {
    line-height: 1.8em;
}

ul.articleList {
    list-style: disc;
    margin: 0 0 0 25px;
}

.articleList .icon-article-doc {
    display: none;
}

.articleList li {
    color: #585858;
    padding-left: 0;
}

.articleList a {
    margin-left: 0;
}

#docsSearch {
    height: 300px;
    background-color: #efa96d;
    background-image: url(https://give.asia/assets/images/static_pages/about/mission_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: none;
    flex-wrap: wrap;
    position: relative;
}

#docsSearch:before {
    content: "Hello, how can we help you?";
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 55px;
    margin-top: -20px;
}
@media (min-width: 768px) {
    #docsSearch:before {
        font-size: 36px;
    }
}

#searchBar {
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    display: block;
    margin-top: 55px;
}

#searchBar .search-query {
    background: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #777;
    border-radius: 10px;
}

#searchBar #serp-dd {
    top: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

#searchBar .icon-search.lp {
    padding-top: 5px;
}

#searchBar button {
    background: #eee;
    border-color: transparent;
    color: #ec7070;
    top: 0;
    border-radius: 0 10px 10px 0;
    text-transform: uppercase;
    transition: all 0.3s linear;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
}
#searchBar button:hover {
    background: #ff6066;
    border-color: transparent;
    color: #fff;
}

.collection-category .category-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 4em;
}

.collection-category h2 {
    font-weight: 400;
}
.collection-category h2 a {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.87);
}

.category-list .category {
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #fff;
    transition: all 0.2s linear;
    top: 0;
    position: relative;
    width: 100%;
    margin: 0 1% 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 140px;
}
@media (min-width: 992px) {
    .category-list .category {
        width: 45%;
    }
}
.category-list .category:hover {
    top: -6px;
}

.category-list.two-col .category {
    width: 100%;
    margin: 0 1% 20px;
}
@media (min-width: 992px) {
    .category-list.two-col .category {
        width: 45%;
    }
}

.category-list .category h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.87);
}

.category-list p {
    width: 100%;
    margin-top: -2px;
}

.category-list .category .article-count {
    display: none;
}

/* category icons — donor , fundraiser, charities */
.collection-category#collection-category-107 > h2 {
    display: none;
}

.category-list > #category-123 > h3:before,
.category-list > #category-118 > h3:before,
.category-list > #category-480 > h3:before,
.category-list > #category-110 > h3:before {
    display: block;
    content: "";

    width: 48px;
    height: 48px;
    background-color: #efefef;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .category-list > #category-123 > h3:before,
    .category-list > #category-118 > h3:before,
    .category-list > #category-480 > h3:before,
    .category-list > #category-110 > h3:before {
        width: 84px;
        height: 84px;
    }
}

.category-list > #category-123 > h3,
.category-list > #category-118 > h3,
.category-list > #category-480 > h3,
.category-list > #category-110 > h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    line-height: 28px;
}

.category-list > #category-123 > h3:before {
    /* donors */
    background: transparent
        url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1631175053/assets/helpscout-donor-icon.svg)
        no-repeat center/auto;
    background-size: contain;
}
.category-list > #category-118 > h3:before {
    /* fundraisers */
    background: transparent
        url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1631175053/assets/helpscout-fundraiser-icon.svg)
        no-repeat center/auto;
    background-size: contain;
}
.category-list > #category-110 > h3:before {
    /* charities */
    background: transparent
        url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1631175053/assets/helpscout-charity-icon.svg)
        no-repeat center/auto;
    background-size: contain;
}
.category-list > #category-480 > h3:before {
    /* charities */
    background: transparent
        url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1740572180/assets/helpscout-volunteer-icon.png)
        no-repeat center/auto;
    background-size: contain;
}

/* custom collection footer */
.custom-collection-footer {
    display: block;
    margin-bottom: 12px;
    text-align: center;
}
.custom-collection-footer > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.custom-collection-footer li {
    display: inline-block;
    margin-left: 12px;
}

.custom-collection-footer li:before {
    content: "\b7";
    color: #666;
    margin-right: 12px;
}

.custom-collection-footer li:first-child:before {
    display: none;
}

.custom-collection-footer li > a {
    font-size: 16px;
    color: #ec7070;
}

/* hide about give.asia collection from homepage */
.collection-category#collection-category-73 {
    display: none;
}

.navbar .brand {
    display: inline-block;
    padding: 8px 5px 12px 5px;
    margin-right: 30px;
    height: 30px;
}
.brand img {
    height: 30px;
    width: auto;
}
.navbar .nav {
    position: relative;
    float: right;
    margin: 0;
}
.navbar .nav li {
    display: none;
}
.navbar .nav #contact,
.navbar .nav #home {
    display: inline-block;
}
.navbar .nav li a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

@media (max-width: 480px) and (max-width: 768px) {
    .navbar .brand {
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar .btn-navbar {
        margin-top: 11px;
    }
    .navbar .nav {
        float: none;
    }
    .navbar .nav li {
        display: block;
    }
    .navbar .nav #contact {
        display: none;
    }
    .navbar .nav #contactMobile {
        display: block;
    }
}

/* COVID BANNER */
.home-event-banner {
    max-width: 1080px;
    margin: 40px auto 50px;
}

.home-event-banner__link {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-top: 20px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .home-event-banner__link {
        border-radius: 6px;
    }
}

.home-event-banner__content {
    background-color: #ec7070;
    background-image: url(https://give.asia/assets/images/home/banner/childmed.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: top;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    height: 220px;
    position: relative;
}
@media (min-width: 375px) {
    .home-event-banner__content {
        height: 240px;
    }
}
@media (min-width: 768px) {
    .home-event-banner__content {
        height: 140px;
        background-image: url(https://give.asia/assets/images/home/banner/childmed@2x.jpg);
        background-size: contain;
        background-position: 100%;
    }
}
@media (min-width: 768px) {
    .home-event-banner__content {
        background-image: url(https://give.asia/assets/images/home/banner/childmed@3x.jpg);
        height: 180px;
    }
}

.home-event-banner__container {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*
@media (min-width: 375px) {
  .home-event-banner__container {
    width: 70%;
  }
}
*/
@media (min-width: 768px) {
    .home-event-banner__container {
        background-image: linear-gradient(270deg, transparent 0, #ec7070 10%);
        text-shadow: none;
        top: 0;
        width: 55%;
        padding: 20px 30px;
    }
}
@media (min-width: 992px) {
    .home-event-banner__container {
        width: 50%;
        padding: 40px 50px;
    }
}
@media (min-width: 1224px) {
    .home-event-banner__container {
        width: 60%;
    }
}

.home-event-banner__subheader {
    font-size: 16px;
    margin: 0;
}

.home-event-banner__header {
    font-size: 26px;
    line-height: 1;
    margin: 5px 0 0;
}
@media (min-width: 992px) {
    .home-event-banner__header {
        font-size: 36px;
    }
}

.home-event-banner__header__icon {
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ec7070;
    display: inline-block;
    font-size: 14px;
    width: 22px;
    padding: 2px 4px 4px 6px;
    height: 22px;
    vertical-align: middle;
    margin-top: -3px;
    text-align: center;
    margin-left: 10px;
    position: relative;
    transition: all 0.2s linear;
}
.home-event-banner:hover .home-event-banner__header__icon {
    margin-left: 16px;
}
.home-event-banner__header__icon i {
    width: 6px;
    height: 6px;
    border-right: 3px solid #ec7070;
    border-top: 3px solid #ec7070;
    display: block;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
}

.tuts-playlist {
    max-width: 1080px;
    margin: 40px auto 50px;
}
.tuts-playlist iframe {
    border-radius: 6px;
    max-width: 100%;
}
@media (min-width: 375px) {
    .tuts-playlist iframe {
        max-height: 211px;
    }
}
@media (min-width: 768px) {
    .tuts-playlist iframe {
        max-height: 432px;
    }
}
@media (min-width: 992px) {
    .tuts-playlist iframe {
        max-height: 558px;
    }
}
@media (min-width: 1224px) {
    .tuts-playlist iframe {
        max-height: 607.5px;
    }
}

.category-list .category.yt-video {
    background: #ec7170;
}
.category-list .category.yt-video.yt-how-tos {
    background-image: url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1596652564/assets/help-yt-how-tos.png);
    background-size: contain;
    background-position: 100%;
}
@media (min-width: 768px) {
    .category-list .category.yt-video.yt-how-tos {
        background-image: url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1596652564/assets/help-yt-how-tos_2x.png);
    }
}
@media (min-width: 992px) {
    .category-list .category.yt-video.yt-how-tos {
        background-image: url(https://res.cloudinary.com/dmajhtvmd/image/upload/v1596652564/assets/help-yt-how-tos_3x.png);
    }
}
.yt-video svg {
    display: block;
    margin: 28px 0 8px;
}
.category-list .category.yt-video h3 {
    width: 100%;
    color: #fff;
}
