optgroup {
    display: none;
}

.accountRequestForm label {
    color: #666666 !important;
}

.toggle input[type="checkbox"] {
    display: none !important;
}

.geekmark {
    float: right;
    margin-top: -184px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    display: block;
    left: 8px;
    bottom: 5px;
    width: 9px;
    height: 15px;
    border: solid green;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    transition-duration: .68s;
    opacity: 0;
}

label input:checked ~ .geekmark {
    transition-duration: .68s;
    opacity: 1;
}

.clearBoth {
    clear: both;
    display: block;
    height: 2px;
}

.callout_custom {
    background-color: #eff7fc;
    padding: 18px;
}

.toggleButton {
    margin: 0px;
    display: block;
    padding: 2px;
    clear: both;
    padding-bottom: 10px;
}

    .toggleButton label {
        margin: 0px !important;
        padding: 0px !important;
        position: static !important;
        color: #111111 !important;
    }

    .toggleButton img {
        cursor: pointer !important;
        margin-bottom: -1px;
    }

.toggle {
    display: inline;
    min-height: 250px;
    text-align: center;
    padding: 4px !important;
    margin: 10px !important;
    float: left;
}

    .toggle label {
        border: 2px solid;
        border-color: #bbbbbb;
        display: block;
        cursor: pointer;
        margin: 0px !important;
        padding: 0px !important;
        color: #111111 !important;
    }

.highlighted {
    border-color: #071c2f !important;
    background: -moz-linear-gradient(top, rgba(188,188,188,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(188,188,188,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(188,188,188,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbcbc', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    transition-duration: .5;
}

.hideThisElement {
    display: none;
}
