@charset "utf-8";
/* CSS Document */

div.c3_quotebox {
    padding-right: 0px;
    background-color: transparent !important;
    margin-top: 0px;
    margin-bottom: 15px;
}

div.c3_quotebox blockquote {
    width: auto;
    display: block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    color: #D93954;
    margin-bottom: 10px;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding-top: 20px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

@media only screen and (max-width: 600px) {
    div.c3_quotebox blockquote {
        width: 100%;
    }
}

div.c3_quotebox img {
        width: 70px;
    display: block;
    position: relative;
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-right: 15px;
}


div.c3_quotebox footer {
    color: #7d7d7d !important;
    text-align: left;
    font-size: 18px;
    display: block;
    position: relative;
    padding-top: 15px;
    overflow: hidden;
    position: relative;
}

div.c3_quotebox footer:after {
    content: " ";
    display: none;
    position: absolute;
    top: -8px;
    right: 0px;
    width: 0px;
    height: 0px;
    background-color: #D93954;
    transition: all 1s ease;
}

div.c3_quotebox.c3_inview footer:after {
    top: -8px;
    right: -109px;
    width: 109px;
    height: 109px;
}

div.c3_quotebox footer:before {
    content: " ";
    display: none;
    position: absolute;
    top: 101px;
    right: 0px;
    width: 0px;
    height: 0px;
    background-color: #eb8c00;
    transition: all 1.5s ease;
}

div.c3_quotebox.c3_inview footer:before {
    top: 101px;
    right: 0px;
    width: 50px;
    height: 50px;
}

div.c3_quotebox footer strong {
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 700;
    background-color: transparent;
    font-size: 20px;
    display: inline;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    div.c3_quotebox footer:after {
        display: none;
    }

    div.c3_quotebox footer:before {
        display: none;
    }
}

div.c3_quotebox footer span {
    font-size: 14px;
    color: #7d7d7d !important
}

div.c3_quote {
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
}

div.c3_quote blockquote {
    padding: 0px;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px !important;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 60px;
    padding-top: 60px;
}

div.c3_quote blockquote em {
    display: block;
    position: absolute;
    top: 30px;
    left: -3px;
    font-style: normal;
    font-size: 110px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 700;
}

div.c3_quotebox blockquote em {
    display: block;
    position: absolute;
    top: 0px;
    left: -3px;
    font-style: normal;
    font-size: 110px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 700;
}

div.c3_featurebox {
    display: block;
    position: relative;
    padding-top: 70px;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-left: -100px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

div.c3_featurebox:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: #ffffff;
    transition: all 0.5s ease;
}

div.c3_featurebox.c3_inview:before {
    top: 0px;
    left: 50px;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    
    
    div.c3_featurebox.c3_inview:before {
        top: 0px;
        left: 85px;
        width: 40px;
        height: 40px;
    }
}

div.c3_featurebox:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: #ffffff;
    transition: all 0.5s ease;
}

div.c3_featurebox.c3_inview:after {
    top: 50px;
    left: 0px;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    div.c3_featurebox:after {
        display: none;
    }
}

div.c3_featurebox h3 {
    display: block;
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

div.c3_featurebox h3:after {
    content: " ";
    display: block;
    position: absolute;
    top: -70px;
    left: -100px;
    width: 0px;
    height: 0px;
    background-color: #D93954;
    transition: all 0.5s ease;
}

div.c3_featurebox.c3_inview h3:after {
    top: -70px;
    left: -100px;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    div.c3_featurebox h3:after {
        display: none;
    }
}


div.c3_featurebox p {
	color: #000000;
    break-inside: avoid-column;
    margin-bottom: 30px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	line-height: 24px;
}

div.c3_featurebox strong {
	color: #D93954;
    font-size: 36px;
    display: block;
    font-weight: 200;
    margin-bottom: 15px;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
}

div.c3_featurebox em {
    color: #2d2d2d;
    display: block;
    font-size: 14px;
    margin-top: 7px;
    line-height: 18px;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-style: normal;
}
