.role-model
{
    background-color:#11284A;
    color:#fff;
    margin-bottom:1em;
    overflow:hidden;
   
}
.role-model a:focus
{
    outline-offset:-2px;
}
.role-model-light
{
    margin-bottom:1em;
}
.role-model-light img
{
    max-width:100%;
    min-width:100%;
	height: auto;
}
.role-model h3
{
/*background-color:#222a49 !important; DISABLED AHD*/
}
.role-model img
{
    max-width:100%;
    min-width:100%;
	 height: auto;
}
.role-model img:hover
{
    opacity:0.5;
    transition: 0.2s;
    transform: scale(1.05);
}
.role-model-inner
{
    padding:1em;
}
.role-model-inner p
{
    color:#fff;
}
.role-model-inner-override p
{
    color:#000;
}
.rm-name
{
   /*background-color:#e50076;*/
    padding:0.5rem;
    line-height:2.5rem;
}
.role-model-inner h3{
    margin-top:-2rem;
    margin-bottom:1rem;
}
.pullquote
{
    font-style:italic;
    font-weight:bolder;
    font-size:1.2rem;
    line-height:2rem;
}
.pullquote:before
{
    font-family: 'FontAwesome';
	content: '\f10d';
	position: relative;
	margin-right: 15px;
	font-size: 200%;
}
.pullquote:after
{
    font-family: 'FontAwesome';
	content: '\f10e';
	position: relative;
	margin-left: 15px;
	font-size: 200%;
}
.rmthumb
{
    position: relative;
}
.rmthumb img
{
    min-width:100%;
}
.text-60
{
    font-size:0.6rem;
}
.text-70
{
    font-size:0.7rem;
}

