.flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.center {
    text-align: center;
}

select {
    background-color: white !important;
    border: 2px solid #999 !important;
    color: #333 !important;
    -webkit-appearance: menulist;
    -moz-appearance: menulist; 
    appearance: menulist; 
    max-width: 100%;
}

h4 {
    font-size: 2rem;
}

h5 {
    text-transform: none;
    font-size: 1.5rem;
    margin-top: 0;
}

h6 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 0;
}

#info-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#info-list li {
    margin-bottom: 15px;
}

#info-list b {
    font-size: 1.3rem;
}

.profile-box, .score-box {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    background-color: white; 
    padding: 20px; 
    margin: 0px 0px 20px 0px;
}

.profile-box2 {
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    background-color: #f6f5f2; 
    padding: 20px; 
    text-align: center;
    margin-bottom: 20px;
}

.profile-box2 h5 {
    margin-bottom: 5px;
}

.score-box {
    padding: 0;
}

.score-row {
    padding: 5px 20px;
}

.score-row:nth-child(even) {
    background-color: #f6f5f2;
}

.score-badge {
    float: right;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin: 3px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.score-badge-benchmark {
    float: none;
    font-size: 1.6rem;
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-bottom: 20px;
}

.score-badge.ghdata-colour0{
    color: #333;
}

label {
    font-weight: bold;
    font-size: 1.2rem;
}

label[for] {
    cursor: pointer;
}

select[filter] {
    width: 150px;
    float: left;
    margin: 0 5px 5px 0px;
}

.scoring-key th {
    color: white;
    font-size: 1.2rem;
    background-color: #26375c;
}

.scoring-key td {
    border: none;
    font-size: 0.8rem;
}

.scoring-key tr td:first-child {
    width: 80px;
}

.scoring-key .score-badge {
    float: none;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.button {
    font-size: 1.1rem;
    color: #222;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.button-blue {
    background-color: rgb(38, 55, 92) !important;
    color: white !important;
}

.button-blue:hover {
    background-color: #6baec7 !important;
    color: white !important;
}

/* charity_is_hope-shortcodes-style parent CSS was affecting tables */
.css-table {
    display: table;
    vertical-align: middle;
}

/* Download img + pdf */
.score-img {
    position: fixed;
    bottom: -1000%;
    left: -1000%;
    width: 680px;
    padding: 10px 50px 20px 50px;
}

.score-download .heading {
    font-family: 'integral_cfbold', 'Helvetica', 'Arial', sans-serif !important;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.01px !important;
}

.score-download {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    line-height: 1rem;
}

.score-download h2 {
    font-size: 42px;
}

.score-download h4 {
    font-size: 32px;
    margin-top: 0;
}

.score-download h6 {
    font-size: 19px;
}

.score-download .score-row {
    font-size: 16px;
}

.score-download .score-box {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eee;
}