div.ccm-page .quote-box {
    position: relative;
    border: 2px solid #171614;
    padding: 90px 20px 40px 20px;
    font-size: 12pt;
    margin-top: 40px;
    margin-bottom: 80px;
    letter-spacing: 1px;
    text-align: center;
    
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
@media (max-width: 1200px) {
	div.ccm-page .quote-box {
		font-size: 11pt;
		line-height: 24pt;	
	}
}
@media (max-width: 990px) {
	div.ccm-page .quote-box {
		font-size: 10pt;
		line-height: 23pt;	
	}
}

div.ccm-page .col-sm-6 .quote-box {
	margin-top: 0px;
	margin-bottom: 80px;
	padding: 50px 8.33333333% 20px 8.33333333%;
}
div.ccm-page .col-sm-6 .quote-box:last-child {
	margin-bottom: 0px;
}
@media (max-width: 770px) {
	div.ccm-page .col-sm-6 .quote-box {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}


div.ccm-page .quote-box h1 {
	font-size: 30pt;
	line-height: 40pt;
	font-weight: normal;
	margin: 0px;
}
@media (max-width: 1200px) {
	div.ccm-page .quote-box h1 {
		font-size: 25pt;
		line-height: 35pt;
	}
}	
@media (max-width: 990px) {
	div.ccm-page .quote-box h1 {
		font-size: 18pt;
		line-height: 28pt;
	}
}

div.ccm-page .quote-box .quote-box-legend {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 200%;
	line-height: 60px;
	height: 60px;
	vertical-align: top;
	overflow: hidden;
	font-style: normal;
}
div.ccm-page .col-sm-6 .quote-box .quote-box-legend {
	top: -20px;
}


div.ccm-page .quote-box .quote-box-legend > span {
    display: inline-block;
    padding: 0 120px;
    margin: 0;
    background-color: #ffffff;
}
@media (max-width: 770px) {
	div.ccm-page .quote-box .quote-box-legend > span {
		padding: 0 60px;
	}
}
div.ccm-page .col-sm-6 .quote-box .quote-box-legend > span {
	 padding: 0 80px;
}


div.ccm-page .quote-box .quote-box-legend > span:empty::before {
    content: url("images/quote-box-legend.png");
}
div.ccm-page .col-sm-6 .quote-box .quote-box-legend > span:empty::before {
    content: url("images/quote-box-legend-small.png");
}