/*! 
ADD POST LIVE CSS HERE 

Add date and tag with changes description eg:

// 4/20/19 - Sam: Header fix or something
// and then css

*/

/* Reviews - mm/dd/yy */
.review-container { width: 100% } .review-container h2 { text-align: center; } .review-container h3 { text-align: center; padding-bottom: 30px; } .review-left { width: 48%; float: left; margin-right: 4%; } .review-right { width: 48%; float: right; margin-right: 0; } .review-bottom { width: 48%; float: none; margin: 0 auto; } .review-left img { display: block; margin: 0 auto; padding-bottom: 5px; height: 54px; width: auto; } .review-right img { display: block; margin: 0 auto; padding-bottom: 5px; height: 54px; width: auto; } .review-bottom img { display: block; margin: 0 auto; padding-bottom: 5px; width: auto; padding-top: 20px; } .review-bottom{ clear:both; } .review-button { width: 100%; display: block; font-size: 14px; color: var(--brand-color-light); border-radius: 6px; background-color: var(--brand-color-primary);  text-align: center; padding: 20px 0; text-decoration: none;   } a.review-button:hover { color:var(--brand-color-light); background-color:var(--brand-color-dark); } a.review-button { color:var(--brand-color-light)!important;} .wistia-review { padding-top: 40px; } @media (max-width:767px){ .review-left { width: 100%; float: none; margin-right: 0; } .review-right { width: 100%; float: none; } .review-bottom { width: 100%; } .review-right img { padding-top: 30px; } .review-bottom img { padding-top: 30px; } } 


#global-sellingpoints {
    color: #fff;
    background: linear-gradient(to bottom, var(--color-secondary-gradient-start) -50%, var(--color-secondary-gradient-end) 70%);
    padding-top: 50px;
    padding-bottom: 50px;
}

#global-sellingpoints .content-icon {
    font-size: 54px;
    margin-bottom: 15px;
}

#global-sellingpoints .section-item-title {
    font-size: 4.6875rem;
    line-height: 1.2;
    font-family: var(--font-secondary);
    font-weight: 400;
}

#global-sellingpoints .section-item-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1;
    font-family: var(--font-primary);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

#global-sellingpoints .section-item-description {
    font-size: 18px;
}