.callout {
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
    position: relative;
    height: 133px;
    padding-top: 35px;
}

.callout-section-bg {
    background-color: #f5f5f5; 
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
}

.callout:hover {
    cursor: pointer;
}

.callout h3,
.callout p {
    margin: 0;
}

.callout a {
    color: #fff !important;
    text-decoration: none;
}
.callout a:hover {
    text-decoration: underline !important;
}

.textshadow {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}


.unm-terra {
    background-color: #B84E35;
}
.unm-greenchile {
    background-color: #A6B300;
}
.unm-turquoise {
    background-color: #007D8A;
}
.unm-deepdusk {
    background-color: #7A2E76;
}
.unm-cherry {
    background-color: #ba0c2f;
}
.unm-lobogray{
    background-color: #63666a;
}


.callout::after {
    position: absolute;
    font-family: FontAwesome;
    opacity: .2;
    font-size: 80px;
    bottom: 0;
    right: 10px;
    line-height: 120px;
}

/*Callout Cards on the Interdisciplinary Research Page*/
.translations::after {
    content: "\f121";
}

.decision::after {
    content: "\f201";
}

.access::after {
    content: "\f24e";
}

.theory::after {
    content: "\f02d";
}

.applied::after {
    content: "\f0ad";
}

.ethics::after {
    content: "\f06a";
}

/*Callout Cards on the Home Page*/

.practically-trustworthy::after,
.provably-trustworthy::after,
.ethically-trustworthy::after {
    content: "";                 
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 90px;                
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;               
    font-family: inherit;       
    font-size: 0;                
    line-height: 0;
}

.practically-trustworthy::after {
    background-image: url(../img/practical-ai-logo.png);
}

.provably-trustworthy::after {
    background-image: url(../img/provable-ai-logo.png);
}

.ethically-trustworthy::after {
    background-image: url(../img/ethical-ai-logo.png);
}

.callout p {
    margin-top: 8px;
    font-size: 15px;
}