.content-img {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto 30px;
}
.content-img img {
    position: relative;
    max-width: 100%;
    display: inline-block;
}
.cms-content h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #363636;
    margin: 15px 0;
    font-weight: 500;
}
.cms-content h5 {
    text-transform: capitalize; 
    font-weight: normal;
    line-height: 20px;
}
.cms-content li:before {display: none;}
.cms-content li { padding-left: 8px;}
.cms-content .order-form {margin: 15px 0;}
.cms-content .order-form a {
    color: #c5a02d;
    font-weight: 600;
    text-transform: uppercase;
}
.cms-content .order-form a:hover, .cms-content .order-form a:focus {text-decoration: underline; color: #c5a02d;}
.cms-content ul.list-a {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}
/**
 * .cms-content ul.list-a li a {text-decoration: underline;}
 */
.cms-content ul.list-a li a:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    top: 2px;
    left: 0;
    position: absolute;
}
.cms-content ul.list-a li a {
    padding-bottom: 18px;
    position: relative;
    padding-left: 15px;
}
.cms-content ul.list-a li a:hover {color: #c5a02d;}
/**
 * .cms-content .members-table {border: 1px solid #ddd;}
 */
.cms-content .members-table .table-striped>tbody>tr:nth-of-type(odd) {background-color: #ededed;}
.cms-content .members-table .table-striped>tbody>tr {background-color: #f4f4f4;}
.cms-content .members-table th {
    background: #c5a02d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}