@import "auth.css";

.gradient-container h2 {
    text-align: center;
}

.gradient-container .form-group {
    margin-top: 18px;
}

.pullout-box {
    width: 650px;
}

.btn.btn-primary {
    width: 101px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.gradient-container p:last-of-type,
.redeem-faq p {
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

body.wide-content div#section-content {
    padding-top: inherit;
}

.header-redeem {
    display: flex;
    align-content: center;
    justify-content: center;
}

.header-redeem a {
    display: block;
    width: 220px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -999px;
    padding: 12px 20px;
    float: left;
}

.header-redeem .sticky {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../png/logo-600.png);
    background-size: contain;
}

.header-redeem .sticky.hc-resources-logo {
    background-image: url(../png/harper_christian_resources_logo.png);
}

.header-redeem {
    padding-top: 30px;
}

.header-redeem span {
    font-size: 100px;
    font-weight: bold;
    line-height: 0.56;
}

@media (max-width: 590px) {
    .header-redeem span {
        font-size: 50px;
        padding-top: 3%;
    }
}

.faq-container {
    background-color: rgba(245, 245, 245, 0.8);
    padding: 15px 15px 1px;
}

.fade {
    opacity:0;
    -webkit-transition:opacity 1s linear;
    -o-transition:opacity 1s linear;
    transition:opacity 1s linear;
    display: block;
}

.fade.in {
    opacity: 1;
}

.fade.hidden {
    display: none;
}

.triangle::before{
    content: '';
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-top: 6px solid #337AB7;
    border-left: 4px solid transparent;
    border-bottom: none;
    top:6px;
    position: absolute;
}

.triangle {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.triangle.collapsed::before {
    border-top: 4px solid transparent;
    border-left: 6px solid #337AB7;
    border-bottom: 4px solid transparent;
    border-right: none;
}
