.thank-you-for-sign-up, .thank-you-for-submission {
    color: #03c;
    border: 1px solid #03c;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #fff
    }
#CG_MiltipleMenuContent_Dropdown {
    padding: 5px;
    font-size: 16px;
    width: 100%;
    overflow: hidden
    }
a.backtolist {
    font-weight: bold;
    text-decoration: none
    }
a.backtolist:hover {
    text-decoration: underline
    }
#cg-latest-news {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0
    }
#cg-latest-news li {
    display: table-row
    }
#cg-latest-news li.odd {
    background-color: #eee
    }
#cg-latest-news li span {
    display: table-cell;
    padding: 7px;
    color: #444
    }
#cg-latest-news li span.date {
    text-align: right
    }
#cg-latest-news li span.empty {
    color: #666;
    font-style: italic
    }
#cg-latest-news a {
    color: #444;
    text-decoration: none
    }
#cg-latest-news a:hover {
    color: #444;
    text-decoration: underline
    }
#cg-latest-blog a {
    display: block;
    margin: 10px 0;
    font-weight: bold
    }
div.updated {
    padding: 10px;
    border: 1px solid blue;
    color: blue;
    border-radius: 6px;
    margin: 10px 0
    }
.CG_validator:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #f00;
    left: -10px;
    top: 50%;
    margin-top: -5px
    }
.CG_validator:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #fff;
    left: -9px;
    top: 50%;
    margin-top: -5px
    }
.pageHeader {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.5rem
    }