@font-face {
    font-family: 'omnesregular';
    src: url('fonts/omnesregular-webfont.eot');
    src: url('fonts/omnesregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnesregular-webfont.woff') format('woff'),
         url('fonts/omnesregular-webfont.ttf') format('truetype'),
         url('fonts/omnesregular-webfont.svg#omnes_att_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quattrocentoregular';
    src: url('fonts/quattrocento-regular-webfont.eot');
    src: url('fonts/quattrocento-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quattrocento-regular-webfont.woff') format('woff'),
         url('fonts/quattrocento-regular-webfont.ttf') format('truetype'),
         url('fonts/quattrocento-regular-webfont.svg#quattrocentoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quattrocentobold';
    src: url('fonts/quattrocento-bold-webfont.eot');
    src: url('fonts/quattrocento-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quattrocento-bold-webfont.woff') format('woff'),
         url('fonts/quattrocento-bold-webfont.ttf') format('truetype'),
         url('fonts/quattrocento-bold-webfont.svg#quattrocentobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#donation-frequencies input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}

#vosd-donation-form button[type="submit"] {
    background: #fff;
    border:none;
    font-family: 'omnesregular', arial, sans-serif;
    font-size: 22px;
    padding: 4px 10px 9px;
    background-color: #ff7c1b;
    color: #fff;
    margin-right: 8px;
}

#vosd-donation-amount {
    font-size: 18px;
    font-weight: bold;
    font-family: 'omnesregular', arial, sans-serif;
    max-width: 120px;
}

.donation-frequency {
    padding: 4px 8px;
    background-color: #ccc;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: 'omnesregular', arial, sans-serif;
    cursor: pointer;
}

.donation-frequency.selected {
    background-color: #428bca;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    #vosd-donation-amount-label {
        width: auto;
    }

    #vosd-donation-amount {
        display: inline;
        max-width: 101px;
    }

    .donation-frequency {
        margin-top: 8px;
        width: 100%;
    }

    .member-benefits-link {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    #vosd-donation-amount-label {
        width: auto;
    }

    #vosd-donation-amount {
        display: inline;
        max-width: 85px;
    }

    .donation-frequency {
        margin-top: 8px;
        width: 100%;
    }

    .member-benefits-link {
        display: block;
    }
}