/* Template-specific styles */

/* Media queries */

.reversed input[type="radio"] {
    height: auto;
}

.reversed input[type="checkbox"] {
    height: 32px;
}

.reversed label {
    padding-left: 8px;
    margin: 0 0 1em;
}

.donation-other {
    display: none;
}

@media (max-width: 767px) {
  
}

@media (min-width: 768px) {

    .reversed input[type="checkbox"] {
        height: auto;
    }

    .reversed label {
        padding-left: 8px;
        margin: 0;
    }

    .donation-other label {
        width: 200px;
    }
  
}