.sectionTitle{
    font-weight: bold;
    background: #ddd;
    margin: 25px 0 0 0;
    padding: 3px 10px;
}
.actionButton{
    font-size: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 20px 0 0;
}
.actionButtonSmall{
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
}

#statementtext{
    height: 250px;
    overflow: hidden;
}

.previewDiv{
    display: none;
    border-bottom: 1px solid #DDD;
    margin: 20px 0;
    padding: 10px 0;
}

.messageRed{
    margin-top: 20px;
    padding: 10px 0;
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.messageGreen{
    margin-top: 20px;
    padding: 10px 0;
    color: green;
    font-size: 20px;
    font-weight: bold;
}

.messageBlack{
    margin-top: 20px;
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.emailLabel{
    width: 150px;
    display: inline-block;
    font-style: italic;
}

.testimonialGrid {
    width: 100%;
}

.testimonialBox-svpch {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.testimonialOverlayInner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px !important;
}

.testimonialFullTestimonial-svpch {
    height: 75%;
}
.testimonialOverlayInnerFooter {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;
}

.testimonialOverlayInnerFooter a {
    margin-right: 5px;
    font-weight: bold;
    font-size: 12px !important;
}

.testimonialOverlay {
    padding: 5px;
}

.testimonialImage-svpch {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 480px) {
    .testimonialOverlayInnerFooter a {
        padding: 0px 10px 0px 25px !important;
    }
}

@media (min-width: 1200px) {
    .testimonialBox-svpch {
        width: 33%
    }
}

.testimonialBox-classic {
    padding: 20px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 40px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    border: 1px solid #c8c8c8;
}

.testimonialContainer {
    width:100%;
}

.testimonial-3-parts {
    float: left;
    width: 33%;
}

.testimonialImage img {
    border-radius: 100%;
    max-width: 100%;
}

.testimonialDivider {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #c8c8c8;
    clear: both;
}

.testimonial-person-info {
    width:100%;
    text-align: center;
}

.testimonialFullTestimonial-svpch {
    text-align: center;
}

.testimonialText-classic {
    width:100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.testimonialText-svpch {
    height: 170px;
}

.testimonialBottom {
    width:100%;
    text-align: center;
}

.testimonial-flag img {
    max-width: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.testimonial-flag {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.testimonial-flag-ch {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.testimonial-flag-ch img {
    max-width: 80px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.testimonial-flag-container {
    width:100%;
    margin-bottom: 20px;
}

.testimonial-flag-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
}

.testimonial-single-flag img {
    max-width: 80px!important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}