#selected > div {
    display: inline-block;
    padding: 4px;
    border: 2px solid #567ebf;
    border-radius: 7px;
    margin: 4px;
    cursor: default;
    background-color: #ffffff;
    background-color: rgba(86, 126, 191, 0.05);
}

#selected {
    text-align: center;
    margin: 1em 0;
    min-height: 1px;
}

#selected > div > span {
    cursor: pointer;
    font-weight: bold;
}
@media screen and (min-width: 720px){
    #orgInput {
        width: 70% !important;
        margin: 0 auto !important;
        display: block;
    }
}

#a, a.col-button {
    padding: .5em;
    color: white;
    font-size: 1.2em;
    background-color: #567ebf;
    transition: opacity .4s;
    font-weight: bold;
    border-radius: .3em;
    display: inline-block;
}

#a:not(.hiding):hover, .col-button:hover {
    opacity: .8;
    cursor: pointer;
}

.col-button:not(:last-child) {
    margin-bottom: 28.5px;
}

#a.hiding {
    opacity: 0;
    pointer-events: none;
}

.center-align { text-align: center; }

#orgList {
    max-height: 555px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    border: 1px solid #567ebf;
    padding: 5px;
}

#orgList li {
    position: relative;
}

#orgList input[type=checkbox] + label {
    padding: 8px 0 8px 35px!important;
}

#orgList input[type=checkbox] + label::before {
    top: 9px;
    width: 18px!important;
    height: 18px!important;
    line-height: 12px!important;
    margin-left: -33px !important;
}


#orgList input[type=checkbox]:checked:not([disabled]) + label::before {
    font-size: 12px!important;
}

#orgList::-webkit-scrollbar { width: 14px; }
#orgList::-webkit-scrollbar-thumb { background: #567ebf; border-radius: 10px; border: solid 4px white; }
#orgList::-webkit-scrollbar-thumb:hover { opacity: .8; }
#socialText { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; }
#socialOrgs {
    position: relative;
    text-align: center;
}
#socialOrgs li {
    display: inline-block !important;
    margin: 0 20px !important;
    position: relative;
}
#socialOrgs li label {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: white;
}
.socialToggle {
    display: none;
}
.mid-text {
    font-size: 1.3em;
}
#userHint, #userHint2 {
    color: white;
    font-weight: 600;
}
#userHint2 {
    display: none;
}
.rounded-white-box {
    background: white;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    padding: 20px;
}
body input[type=radio]:checked:not([disabled]) + label::before {
    background: white !important;
    color: #00594c!important;
    border-color: #ffffff!important;
}
body input[type=radio] + label::before {
    border: 3px solid #ffffff !important;
}
#socialText {
    background-color: rgba(86, 126, 191, 0.1);
    border: 1px solid #567ebf;
    font-family: 'Libre Franklin';
    word-break: break-word;
}
.controls-column {
    max-height: 555px;
    display: flex;
    flex-direction: column;
}

.percent-controls li {
    position: relative;
    list-style: none;
}

.percent-controls p {
    font-weight: bold;
    margin-bottom: 0;
}

body .percent-controls input[type=radio]:checked:not([disabled])+label:before {
    background: #00594c !important;
    color: #ffffff !important;
    border-color: #00594c !important;
}

body .percent-controls input[type=radio]+label:before {
    border-color: #00594c !important;
    width: 22px !important;
    height: 22px !important;
    line-height: 17px !important;
    margin-left: -30px !important;
}

.percent-controls input[type=radio]+label {
    padding: 6px 0 4px 30px !important;
}

.percent-controls li:last-of-type, select {
    margin-bottom: 1em !important;
}

.has-background-image {
  background: linear-gradient(to top, white 0%, transparent 60%), url('https://www.cleanairday.org/wp-content/uploads/2023/08/Twitter_CCA-2.png') no-repeat !important;
  background-size: cover !important;
}