@charset "utf-8";
/* CSS Document */

div.c3_imagetitletext {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #ebebeb;
}

@media only screen and (max-width: 767px) {
    div.c3_imagetitletext {
        width: calc(100% - 15px);
    }
}

div.c3_imagetitletext p, div.c3_imagetitletext sup, div.c3_imagetitletext strong {
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

small.c3_small_note {
	display: block;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}

div.c3_imagetitletext p a { font-weight: 700; text-decoration: underline; }
div.c3_imagetitletext p a:hover { color: #D93954; }

div.c3_imagetitletext div.c3_imagetitle {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
    padding-bottom: 100px;
    background-size: cover;
    background-position: top 185px center;
    float: left;
    margin-right: 0px;
}

@media only screen and (max-width: 767px) {
    div.c3_imagetitletext div.c3_imagetitle {
        display: block;
        position: relative;
        height: auto;
        width: 100%;
        padding-bottom: 140px;
        background-size: cover;
        background-position: top 265px center;
        float: left;
        margin-right: 0px;
    }
}

div.c3_imagetitletext div.c3_imagetitle strong {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 20px;
}

div.c3_imagetext {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100% - 215px);
    padding-right: 15px;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    div.c3_imagetext {
        width: calc(100% - 15px);
    }
}