.author .details .name, .author .details .company, .author .details .role {display: none;}
aside .author .details .name {display: block; margin: 1em 0;} 
aside .author .details .company, aside .author .details .role {display: block; margin: 1em 0; font-weight: 400;}
aside .author .cimComment {display: block; margin: 1em 0; background-image: url(/img/icons/left-quote.png), url(/img/icons/right-quote.png); background-repeat: no-repeat; Background-position: left top, right bottom; background-origin: content-box; background-size: 20%; background-color: #f7f5f2; padding: 1em;} 
article .author .cimComment {display: none;}
aside .author .cimComment span {padding: 0 0 2em 0;}
aside .author .cimComment span p span {padding: 0;}
aside .author .cimComment p {font-weight: 400;}
aside .author .cimComment h4 {font-weight: bold; text-align: center; margin: 0.4em 0 0 0; padding: 0;}

@media only screen and (max-width: 767px) {
#main #sub-header #select-boxes .select-box select {width: 92% !important}
.customSelect {width: 100%;}
.customSelect .customSelectInner {width: 100% !important;}
}