.flatpage img {
    margin: 10px 0 !important;
    max-width: 100%;
    height: auto;
}

div.caption p {
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: smaller;
}

.flatpage h2 span {
    color: #4f849d;
}

/* awards table */
.awards-table {
    border-spacing: 1em;
    border-collapse: separate;
    height:100%;
}
.awards_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height:266px; /* needed for all IE's unfortunately */
    max-width: 208px !important;
    overflow: hidden;
}
.awards_wrapper img {
    max-width: 100px !important;
    max-height: 100px !important;    
}
.awards-table td div.caption {
    float: none !important;
    width: 178px !important;
    margin: auto !important;
    height: 130px;
    vertical-align: middle;
    overflow: hidden;
    line-height: 100px;
}
.awards-table td div.caption img {
    vertical-align:middle;
    margin: 30px auto auto;
    width: 100px;
    height: auto;
}
.awards-table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
    background: #EEE;
    border-radius: 1em;
    position: relative;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;
    box-shadow: 0 1px 3px #888;
    overflow:hidden;
}
.awards-table tr {
    height:100%;
}
.awards-table td p {
    margin:1em;
}
.yr {
    display: block;
    position: absolute;
    left: 81px;
    top: 0px;
    font-size: 1.4em;
    font-weight: bold;
    color: #888;
}
.hole {
    display: block;
    position: absolute;
    background: #FFF;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    left: .8em;
    top: .8em;
    -moz-box-shadow: inset 0 1px 3px #555;
    -webkit-box-shadow: inset 0 1px 3px #555;
    box-shadow: inset 0 1px 3px #555;
    border-bottom: 1px solid #FFF;
}
.ribbon {
    position: absolute;
    display: inline-block;
    right: -32px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2); */
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    background: #D93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    color: #FFF;
}
.ribbon.orange {background:#FFA500;}
.ribbon.green {background:#008000;}
.stripeblock {
    font-size: 2em;
    color:#2b2b2b;
    line-height: 1.15em;
    margin: 1.5em 0 0.8em;
    background: #E4F4FC;
    border-top: 3px solid #39B54A;
    padding: .1em .3em .3em;
}
.awards_wrapper.deloitte img {
    width: 130px !important;
    max-width: 130px !important;
    height: 130px !important;
    max-height: 130px !important;
}
/* end css for updated awards table */

.cta-btn {
    padding: 0.8em 1.2em;
    background-color: #2b8938;
    border-radius: 2em;
    color: #ffffff !important;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.2;
}
