
.module_simple2colcards h2                      { font: 400 normal 1.875em/1 'IBM Plex Sans'; margin: 1em 0 1.5em 0; }
.simple-card h3                                 { font-size: 1.5em; margin-bottom: .5em; }
.simple-cards ul                                {  }
.simple-card                                    { width: 45%; display: inline-block; margin-bottom: 45px; }
.simple-card figure                             { display: inline-block; width: 40%; margin: 30px 10px 30px 0}
.simple-card-content                            { display: inline-block; vertical-align: middle; width: 53%; padding: 0 1em; }
.simple-card-content a:after                  	{ content: ''; width: 15px; height:10px; display: inline-block; background: url('/-/media/Images/HuronConsultingGroup/Icons/arrow-right-dblue') no-repeat right center; }
.simple-card-content a                          { color:#00558C; font-weight: 500; font-size: 1em; }

@media only screen and (max-width: 48em) {/* device */
    .simple-card, .simple-card-content,.simple-card figure                                
                                                { width: 100%; }
    .simple-card figure                         { margin-bottom: 2em; }
}