body.product-landing-page article:nth-child(2n) {
    background-color: #f6f6f7;
}

body.product-landing-page #recent_ngos h5>a {
    color: #f15622;
    font: bold 16px/24px Raleway, "Open Sans";
}

body.product-landing-page #recent_ngos a>img {
    border: 1px dashed #555;
    padding: 10px;
}

.prod-landing-page-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #333;
}

.prod-landing-page-hero-section:before {
    display: block;
    content: "";
    padding-top: 720px;
}

.prod-landing-page-hero-section.add-tint:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.prod-landing-page-hero-section .spinner-anchor {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.prod-landing-page-hero-section.no-image .spinner-anchor {
    display: none;
}


.prod-landing-page-hero-section picture {
    opacity: 0;
}

.prod-landing-page-hero-section img {
    position: absolute;
    transition: opacity 0.3s;
    z-index: 2;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.prod-landing-page-hero-section .call-to-action {
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: hidden;
}
.prod-landing-page-hero-section.no-image .call-to-action {
    opacity: 1;
}

body.product-landing-page h1,
body.product-landing-page h2,
body.product-landing-page h3,
body.product-landing-page h4 {
    font-weight: bold;
}

body.product-landing-page h2 {
    font-size: 24px;
}

body.product-landing-page h3 {
    font-size: 20px;
}

.prod-landing-page-hero-section .call-to-action h1 {
    font-size: 60px;
    padding: 0 5%;
    line-height: 60px;
    font-weight: 700;
    color: rgb(241, 85, 34);
    font-family: Nunito;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 2px;
    visibility: inherit;
}

.prod-landing-page-hero-section .call-to-action h3,
.prod-landing-page-hero-section .call-to-action p.tagline {
    font-size: 24px;
    padding: 0 5%;
    line-height: 34px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: Nunito;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 2px;
    visibility: inherit;
    margin: 20px 0 10px;
}

.prod-landing-page-hero-section .call-to-action #modal_btn {
    display:inline-block;
    font-size: 20px;
    width: 212px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Nunito;
    background-color: rgb(241, 86, 34);
    border-color: rgb(0, 0, 0);
    border-radius: 26px;
    transition: all 0.2s linear;
    outline: none;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px 1px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 36px auto 8px;
    padding: 12px 24px;
}

.prod-landing-page-hero-section .call-to-action #modal_btn:hover {
    background-color: white;
    color: black;
    text-decoration: none !important;
}

@media all and (min-width: 769px){
    .prod-landing-page-hero-section:before {
        padding-top: 640px;
    }
}

@media all and (max-width: 480px) {
    .prod-landing-page-hero-section .call-to-action h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .prod-landing-page-hero-section .call-to-action h3,
    .prod-landing-page-hero-section .call-to-action p.tagline {
        font-size: 21px;
    }
}

#product-writeup .segment-content {
    max-width: 940px;
}

.segment-content ul, .segment-content h4, .segment-content h3, .segment-content blockquote,
.segment-content figcaption, .segment-content p, .segment-content table, .segment-content img {
    margin-bottom: 24px !important;
}
.segment-content h2 {
    margin: 36px 0 24px !important;
}
.segment-content > ul:first-child, .segment-content > ol:first-child, .segment-content > h4:first-child, .segment-content > h3:first-child, .segment-content > h2:first-child, .segment-content > blockquote:first-child, .segment-content > p:first-child {
    margin-top: 0 !important;
}
.segment-content .card-body p,
.segment-content .card-body ol,
.segment-content .card-body ul {
    margin-bottom: 20px !important;
}
.segment-content > p:last-child,
.segment-content > ol:last-child,
.segment-content > ul:last-child,
.segment-content > table:last-child,
.segment-content > figcaption:last-child,
.segment-content .card-body p:last-child,
.segment-content .card-body ol:last-child,
.segment-content .card-body table:last-child,
.segment-content .card-body ul:last-child {
    margin-bottom: 0 !important;
}

.segment-content #faq-accordion-container {
    padding: 0;
}

body.product-landing-page hr {
    border-top: none;
    margin: 36px 0;
}