Skip to content

Instantly share code, notes, and snippets.

@msecret
Created August 7, 2015 18:46
Show Gist options
  • Save msecret/fc0d9bf365cfc8e65957 to your computer and use it in GitHub Desktop.
Save msecret/fc0d9bf365cfc8e65957 to your computer and use it in GitHub Desktop.
@charset "UTF-8";
html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/* apply a natural box layout model to all elements, but allowing components to change */
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
body {
background-color: #ffffff; }
.lt-ie9 * {
filter: none !important; }
[aria-hidden=true] {
display: none !important; }
.usa-grid,
.usa-grid-full {
max-width: 68em;
margin-left: auto;
margin-right: auto;
max-width: 980px; }
.usa-grid::after,
.usa-grid-full::after {
clear: both;
content: "";
display: table; }
@media screen and (min-width: 600px) {
.usa-grid .usa-width-one-whole,
.usa-grid-full .usa-width-one-whole {
float: left;
display: block;
margin-right: 2.35765%;
width: 100%; }
.usa-grid .usa-width-one-whole:last-child,
.usa-grid-full .usa-width-one-whole:last-child {
margin-right: 0; }
.usa-grid .usa-width-one-half,
.usa-grid-full .usa-width-one-half {
float: left;
display: block;
margin-right: 2.35765%;
width: 48.82117%; }
.usa-grid .usa-width-one-half:last-child,
.usa-grid-full .usa-width-one-half:last-child {
margin-right: 0; }
.usa-grid .usa-width-one-third,
.usa-grid-full .usa-width-one-third {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%; }
.usa-grid .usa-width-one-third:last-child,
.usa-grid-full .usa-width-one-third:last-child {
margin-right: 0; }
.usa-grid .usa-width-two-thirds,
.usa-grid-full .usa-width-two-thirds {
float: left;
display: block;
margin-right: 2.35765%;
width: 65.88078%; }
.usa-grid .usa-width-two-thirds:last-child,
.usa-grid-full .usa-width-two-thirds:last-child {
margin-right: 0; }
.usa-grid .usa-width-one-fourth,
.usa-grid-full .usa-width-one-fourth {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%; }
.usa-grid .usa-width-one-fourth:last-child,
.usa-grid-full .usa-width-one-fourth:last-child {
margin-right: 0; }
.usa-grid .usa-width-three-fourths,
.usa-grid-full .usa-width-three-fourths {
float: left;
display: block;
margin-right: 2.35765%;
width: 74.41059%; }
.usa-grid .usa-width-three-fourths:last-child,
.usa-grid-full .usa-width-three-fourths:last-child {
margin-right: 0; }
.usa-grid .usa-width-one-sixth,
.usa-grid-full .usa-width-one-sixth {
float: left;
display: block;
margin-right: 2.35765%;
width: 14.70196%; }
.usa-grid .usa-width-one-sixth:last-child,
.usa-grid-full .usa-width-one-sixth:last-child {
margin-right: 0; }
.usa-grid .usa-width-five-sixths,
.usa-grid-full .usa-width-five-sixths {
float: left;
display: block;
margin-right: 2.35765%;
width: 82.94039%; }
.usa-grid .usa-width-five-sixths:last-child,
.usa-grid-full .usa-width-five-sixths:last-child {
margin-right: 0; }
.usa-grid .usa-width-one-twelfth,
.usa-grid-full .usa-width-one-twelfth {
float: left;
display: block;
margin-right: 2.35765%;
width: 6.17215%; }
.usa-grid .usa-width-one-twelfth:last-child,
.usa-grid-full .usa-width-one-twelfth:last-child {
margin-right: 0; }
.usa-grid .usa-end-row,
.usa-grid-full .usa-end-row {
margin-right: 0; } }
.usa-grid {
padding: 0 2.5rem; }
.usa-grid-full {
padding: 0; }
.usa-sr-only {
position: absolute;
left: -999em; }
html {
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
font-size: 10px; }
body {
font-size: 1.6rem; }
p {
font-family: "Georgia", "Times New Roman", serif;
font-size: 1.6rem;
line-height: 1.5em;
margin-top: 1em;
margin-bottom: 1em; }
a {
border-bottom: 1px dotted;
color: #0071bc;
text-decoration: none; }
a:hover {
border-bottom: 1px solid; }
a:hover, a:active {
color: #00609f; }
a:visited {
color: #0071bc; }
h1, h2, h3, h4, h5, h6 {
clear: both;
margin-top: 1.5em;
margin-bottom: .5em;
line-height: 1.3em; }
h5 {
text-transform: uppercase; }
h1 {
font-size: 3.6rem;
font-weight: 700; }
h2 {
font-size: 2.4rem;
font-weight: 700; }
h3 {
font-size: 1.9rem;
font-weight: 700; }
h4 {
font-size: 1.6rem;
font-weight: 700; }
h5 {
font-size: 1.4rem;
font-weight: 700; }
h6 {
font-size: 1.2rem;
font-weight: 700; }
cite,
var,
address,
dfn {
font-style: normal; }
.usa-content > p, .usa-content > ul, .usa-content > ol {
max-width: 50rem; }
.usa-sans,
.usa-sans p,
.usa-sans a,
.usa-sans li,
.usa-sans span {
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif; }
.usa-sans a {
border-bottom: none;
font-weight: 700; }
.usa-serif {
font-family: "Georgia", "Times New Roman", serif; }
.usa-display {
font-size: 1.9rem;
font-weight: 700;
margin-bottom: 0; }
@media (min-width: 481px) {
.usa-display {
font-size: 3.6rem;
font-weight: 700; } }
@media (min-width: 600px) {
.usa-display {
font-size: 4.8rem;
font-weight: 700; } }
.usa-image-block {
position: relative; }
.usa-image-text-block {
color: #ffffff;
left: 0;
margin-left: 8%;
position: absolute;
top: 0; }
.usa-image-text {
margin-top: 0; }
.usa-drop_text {
margin-bottom: 0; }
ul, ol {
margin-top: 2em;
margin-bottom: 2em; }
ul li, ol li {
font-family: "Georgia", "Times New Roman", serif;
line-height: 1.5em;
margin-top: .75em;
margin-bottom: .75em; }
ul, ol {
list-style: none;
padding-left: 0;
display: table; }
ul li:after, ol li:after {
content: "";
display: block;
margin-bottom: 0.5em; }
ul li {
display: table-row; }
ul li:before {
content: "•";
display: table-cell;
padding-right: 0.4em; }
ol li {
display: table-row;
counter-increment: table-ol; }
ol li:before {
content: counter(table-ol) ".";
display: table-cell;
padding-right: 0.4em;
text-align: right; }
li {
margin-bottom: 0.5em; }
.usa-unstyled-list {
margin: 0;
padding: 0;
list-style-type: none; }
.usa-unstyled-list li {
display: list-item;
margin: 0; }
.usa-unstyled-list li:before {
display: none; }
.usa-unstyled-list li:after {
display: none; }
.usa-check_list {
list-style: none;
margin-left: 0;
padding-left: 0; }
.usa-check_list li {
display: inline-block;
list-style: none;
margin-bottom: .5em;
margin-top: .5em;
padding-left: 2em;
text-indent: -1.6em; }
.usa-check_list li:before {
content: ' ';
display: inline-block;
height: 1rem;
line-height: .8;
margin-right: .6em;
padding-right: 5px;
text-indent: .15em;
width: 1.8rem; }
.usa-check_list-active:before {
background-image: url("../img/correct9.png");
background-image: url("../img/correct9.svg");
background-position: 50%;
background-repeat: no-repeat; }
input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
border: 1px solid #9e9e9e;
border-radius: 0.4rem;
box-sizing: border-box;
color: #000000;
display: block;
font-size: 1.6rem;
margin: 1.5rem 0;
max-width: 46rem;
width: 100%;
outline: none;
padding: 1rem .7em;
-webkit-appearance: none; }
input:focus, input.usa-input-focus,
input[type="text"]:focus,
input[type="text"].usa-input-focus,
input[type="email"]:focus,
input[type="email"].usa-input-focus,
input[type="password"]:focus,
input[type="password"].usa-input-focus,
input[type="url"]:focus,
input[type="url"].usa-input-focus,
input[type="tel"]:focus,
input[type="tel"].usa-input-focus,
input[type="number"]:focus,
input[type="number"].usa-input-focus,
input[type="search"]:focus,
input[type="search"].usa-input-focus,
input[type="file"]:focus,
input[type="file"].usa-input-focus,
input[type="date"]:focus,
input[type="date"].usa-input-focus,
input[type="datetime-local"]:focus,
input[type="datetime-local"].usa-input-focus,
input[type="month"]:focus,
input[type="month"].usa-input-focus,
input[type="time"]:focus,
input[type="time"].usa-input-focus,
input[type="week"]:focus,
input[type="week"].usa-input-focus,
textarea:focus,
textarea.usa-input-focus,
select:focus,
select.usa-input-focus {
border-color: #f7e10f;
box-shadow: 0 0 0 1px #f7e10f; }
input.usa-input-error,
input[type="text"].usa-input-error,
input[type="email"].usa-input-error,
input[type="password"].usa-input-error,
input[type="url"].usa-input-error,
input[type="tel"].usa-input-error,
input[type="number"].usa-input-error,
input[type="search"].usa-input-error,
input[type="file"].usa-input-error,
input[type="date"].usa-input-error,
input[type="datetime-local"].usa-input-error,
input[type="month"].usa-input-error,
input[type="time"].usa-input-error,
input[type="week"].usa-input-error,
textarea.usa-input-error,
select.usa-input-error {
border-color: #d83530;
box-shadow: 0 0 0 1px #d83530; }
input.usa-input-success,
input[type="text"].usa-input-success,
input[type="email"].usa-input-success,
input[type="password"].usa-input-success,
input[type="url"].usa-input-success,
input[type="tel"].usa-input-success,
input[type="number"].usa-input-success,
input[type="search"].usa-input-success,
input[type="file"].usa-input-success,
input[type="date"].usa-input-success,
input[type="datetime-local"].usa-input-success,
input[type="month"].usa-input-success,
input[type="time"].usa-input-success,
input[type="week"].usa-input-success,
textarea.usa-input-success,
select.usa-input-success {
border-color: #26bf7d;
box-shadow: 0 0 0 1px #26bf7d; }
label {
display: block;
font-weight: 700;
margin-top: 3rem;
margin-bottom: 1.5rem;
max-width: 46rem; }
textarea {
height: 16rem; }
select {
appearance: none;
background: url("../img/arrow-down.png") no-repeat;
background-position: right 1.3rem center; }
.usa-fieldset-inputs label {
margin-top: 0; }
/**
* Custom checkboxes
*/
input[type="checkbox"],
input[type="radio"] {
position: absolute;
left: -999em; }
input[type="checkbox"] + label,
input[type="radio"] + label {
cursor: pointer;
font-weight: 400;
margin-bottom: 0.5em; }
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
background: white;
border-radius: 0.4rem;
box-shadow: 0 0 0 1px #757575;
content: '\a0';
display: inline-block;
height: 1.8rem;
line-height: .8;
margin-right: .6em;
text-indent: .15em;
vertical-align: .2em;
width: 1.8rem; }
input[type="radio"] + label::before {
box-shadow: 0 0 0 2px #fff, 0 0 0 3px #757575;
height: 1.6rem;
width: 1.6rem; }
input[type="radio"] + label::before {
border-radius: 100%; }
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
background-color: #0071bc;
box-shadow: 0 0 0 1px #0071bc; }
input[type="radio"]:checked + label::before {
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }
input[type="checkbox"]:checked + label::before {
background-image: url("../img/correct8.png");
background-image: url("../img/correct8.svg");
background-position: 50%;
background-repeat: no-repeat; }
input[type="checkbox"]:focus + label::before {
box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc; }
input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
background: #757575;
color: #757575;
cursor: not-allowed; }
input[type=range] {
-webkit-appearance: none;
border: none;
padding-left: 0;
width: 100%; }
input[type=range]:focus {
box-shadow: none;
outline: none; }
input[type=range]::-webkit-slider-runnable-track {
background: #0071bc;
border: 1px solid #757575;
border-radius: 1rem;
cursor: pointer;
height: .9rem;
width: 100%; }
input[type=range]::-moz-range-track {
background: #0071bc;
border: 1px solid #757575;
border-radius: 1rem;
cursor: pointer;
height: .9rem;
width: 100%; }
input[type=range]::-ms-track {
background: transparent;
border-color: transparent;
color: transparent;
cursor: pointer;
height: .9rem;
width: 100%; }
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: 1px solid #757575;
height: 2rem;
border-radius: 1.5rem;
background: #eeeeee;
cursor: pointer;
margin-top: -.65rem;
width: 2rem; }
input[type=range]::-moz-range-thumb {
background: #eeeeee;
border: 1px solid #757575;
border-radius: 1.5rem;
cursor: pointer;
height: 2rem;
width: 2rem; }
input[type=range]::-ms-thumb {
background: #eeeeee;
border: 1px solid #757575;
border-radius: 1.5rem;
cursor: pointer;
height: 2rem;
width: 2rem; }
input[type=range]::-ms-fill-lower {
background: #0071bc;
border: 1px solid #757575;
border-radius: 2rem; }
input[type=range]::-ms-fill-upper {
background: #0071bc;
border: 1px solid #757575;
border-radius: 2rem; }
input[type=range]:focus::-webkit-slider-thumb {
border: 2px solid #f7e10f; }
input[type=range]:focus::-moz-range-thumb {
border: 2px solid #f7e10f; }
input[type=range]:focus::-ms-thumb {
border: 2px solid #f7e10f; }
button,
button[type="button"],
button[type="submit"],
button[type="reset"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
appearance: none;
background-color: #212121;
border: 0;
border-radius: 0.4rem;
color: #ffffff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
margin-top: .5em;
margin-bottom: .5em;
margin-right: .5em;
outline: none;
padding: 1rem 2rem;
text-align: center;
width: 100%;
-webkit-font-smoothing: antialiased; }
button:hover, button.usa-button-hover,
button[type="button"]:hover,
button[type="button"].usa-button-hover,
button[type="submit"]:hover,
button[type="submit"].usa-button-hover,
button[type="reset"]:hover,
button[type="reset"].usa-button-hover,
input[type="button"]:hover,
input[type="button"].usa-button-hover,
input[type="submit"]:hover,
input[type="submit"].usa-button-hover,
input[type="reset"]:hover,
input[type="reset"].usa-button-hover,
input[type="image"]:hover,
input[type="image"].usa-button-hover {
background-color: #616161; }
button:focus, button.usa-button-focus,
button[type="button"]:focus,
button[type="button"].usa-button-focus,
button[type="submit"]:focus,
button[type="submit"].usa-button-focus,
button[type="reset"]:focus,
button[type="reset"].usa-button-focus,
input[type="button"]:focus,
input[type="button"].usa-button-focus,
input[type="submit"]:focus,
input[type="submit"].usa-button-focus,
input[type="reset"]:focus,
input[type="reset"].usa-button-focus,
input[type="image"]:focus,
input[type="image"].usa-button-focus {
box-shadow: 0 0 0 2px #f7e10f; }
button:active, button.usa-button-active,
button[type="button"]:active,
button[type="button"].usa-button-active,
button[type="submit"]:active,
button[type="submit"].usa-button-active,
button[type="reset"]:active,
button[type="reset"].usa-button-active,
input[type="button"]:active,
input[type="button"].usa-button-active,
input[type="submit"]:active,
input[type="submit"].usa-button-active,
input[type="reset"]:active,
input[type="reset"].usa-button-active,
input[type="image"]:active,
input[type="image"].usa-button-active {
background-color: #000000; }
@media (min-width: 481px) {
button,
button[type="button"],
button[type="submit"],
button[type="reset"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
width: auto; } }
input[type="submit"]:disabled,
.usa-button-disabled {
background-color: #e0e0e0;
color: #616161;
cursor: default; }
input[type="submit"]:disabled:hover,
.usa-button-disabled:hover {
background-color: #e0e0e0; }
button.usa-button-secondary,
button[type="button"].usa-button-secondary,
button[type="submit"].usa-button-secondary,
button[type="reset"].usa-button-secondary,
input[type="button"].usa-button-secondary,
input[type="submit"].usa-button-secondary,
input[type="reset"].usa-button-secondary,
input[type="image"].usa-button-secondary {
background-color: #757575; }
button.usa-button-secondary:hover, button.usa-button-secondary.usa-button-secondary-hover,
button[type="button"].usa-button-secondary:hover,
button[type="button"].usa-button-secondary.usa-button-secondary-hover,
button[type="submit"].usa-button-secondary:hover,
button[type="submit"].usa-button-secondary.usa-button-secondary-hover,
button[type="reset"].usa-button-secondary:hover,
button[type="reset"].usa-button-secondary.usa-button-secondary-hover,
input[type="button"].usa-button-secondary:hover,
input[type="button"].usa-button-secondary.usa-button-secondary-hover,
input[type="submit"].usa-button-secondary:hover,
input[type="submit"].usa-button-secondary.usa-button-secondary-hover,
input[type="reset"].usa-button-secondary:hover,
input[type="reset"].usa-button-secondary.usa-button-secondary-hover,
input[type="image"].usa-button-secondary:hover,
input[type="image"].usa-button-secondary.usa-button-secondary-hover {
background-color: #424242; }
button.usa-button-secondary:active, button.usa-button-secondary.usa-button-secondary-active,
button[type="button"].usa-button-secondary:active,
button[type="button"].usa-button-secondary.usa-button-secondary-active,
button[type="submit"].usa-button-secondary:active,
button[type="submit"].usa-button-secondary.usa-button-secondary-active,
button[type="reset"].usa-button-secondary:active,
button[type="reset"].usa-button-secondary.usa-button-secondary-active,
input[type="button"].usa-button-secondary:active,
input[type="button"].usa-button-secondary.usa-button-secondary-active,
input[type="submit"].usa-button-secondary:active,
input[type="submit"].usa-button-secondary.usa-button-secondary-active,
input[type="reset"].usa-button-secondary:active,
input[type="reset"].usa-button-secondary.usa-button-secondary-active,
input[type="image"].usa-button-secondary:active,
input[type="image"].usa-button-secondary.usa-button-secondary-active {
background-color: #000000; }
.usa-button-outlined,
button[type="button"].usa-button-outlined,
button[type="submit"].usa-button-outlined,
button[type="reset"].usa-button-outlined,
input[type="button"].usa-button-outlined,
input[type="submit"].usa-button-outlined,
input[type="reset"].usa-button-outlined,
input[type="image"].usa-button-outlined {
background-color: #ffffff;
border: 2px solid #212121;
color: #212121;
padding: .8rem 1.8rem; }
.usa-button-big,
button[type="button"].usa-button-big,
button[type="submit"].usa-button-big,
button[type="reset"].usa-button-big,
input[type="button"].usa-button-big,
input[type="submit"].usa-button-big,
input[type="reset"].usa-button-big,
input[type="image"].usa-button-big {
font-size: 1.9rem;
padding: 1.5rem 3rem; }
.usa-button-unstyled {
background: none;
border: 0;
border-radius: 0;
outline: 0;
padding: 0;
text-align: left; }
.usa-button-unstyled:focus, .usa-button-unstyled:hover {
box-shadow: initial !important; }
table {
margin: 2em 0;
min-width: 100%; }
table thead th {
text-align: left; }
table th, table td {
border: 1px solid #757575;
line-height: 1;
padding: 1.5rem; }
.usa-table-bordered {
border-spacing: 0; }
.usa-table-bordered thead tr {
background-color: #eeeeee; }
.usa-table-borderless thead tr th {
border-top: 0; }
.usa-table-borderless th, .usa-table-borderless td {
border-left: 0;
border-right: 0; }
img {
max-width: 100%; }
.usa-label, .usa-label-big {
background-color: #0071bc;
border-radius: 0.4rem;
color: #ffffff;
font-size: 1.4rem;
padding-bottom: 0.1rem;
padding-left: 0.7rem;
padding-right: 0.7rem;
padding-top: 0.3rem;
text-transform: uppercase; }
.usa-label-big {
font-size: 1.6rem;
padding-left: .9rem;
padding-right: .9rem; }
a.usa-label, a.usa-label-big {
border-bottom: none; }
a.usa-label:hover, a.usa-label-big:hover {
background-color: #00609f;
border-bottom: none;
color: #ffffff; }
.usa-footer .usa-unstyled-list {
display: block; }
.usa-footer .usa-footer-primary-link {
color: #000000;
display: block;
font-weight: 700;
margin-top: 0;
padding-bottom: 2rem;
padding-top: 2rem;
text-transform: uppercase; }
@media (min-width: 600px) {
.usa-footer .usa-footer-primary-link {
border-top: none;
font-size: 1.9rem;
text-transform: none; } }
.usa-footer a {
font-weight: normal; }
.usa-footer-return-to-top {
padding-bottom: 2rem;
padding-top: 2rem; }
.usa-footer-primary-section {
background-color: #f5f5f5; }
.usa-footer-primary-section .usa-footer-primary-content {
padding-left: 2.5rem;
padding-right: 2.5rem; }
@media (min-width: 600px) {
.usa-footer-primary-section .usa-footer-primary-content {
padding-left: 0;
padding-right: 0; } }
@media (min-width: 600px) {
.usa-footer-primary-section .usa-grid-full {
padding-left: 2.5rem;
padding-right: 2.5rem; } }
@media screen and (min-width: min-width 600px 2) {
.width-one-sixth {
float: left;
display: block;
margin-right: 2.35765%;
width: 14.70196%; }
.width-one-sixth:last-child {
margin-right: 0; } }
.usa-footer-medium .usa-footer-primary-section {
padding: 0; }
@media (min-width: 600px) {
.usa-footer-medium .usa-footer-primary-section {
padding-top: 1rem;
padding-bottom: 1rem; } }
@media (min-width: 600px) {
.usa-footer-medium .usa-footer-nav ul {
align-items: center;
display: flex; } }
.usa-footer-slim .usa-footer-nav a {
display: block; }
.usa-footer-slim .usa-footer-primary-section {
padding-bottom: 2rem; }
@media (min-width: 600px) {
.usa-footer-slim .usa-footer-primary-section {
padding-bottom: 1rem;
padding-top: 1rem; }
.usa-footer-slim .usa-footer-primary-section .usa-grid-full {
align-items: center;
display: flex; } }
ul.usa-footer-primary-content,
li.usa-footer-primary-content,
li.usa-footer-primary-content {
border-top: 1px solid #000000; }
ul.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child {
border-bottom: 1px solid #000000; }
@media (min-width: 600px) {
ul.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child {
border-bottom: none; } }
@media (min-width: 600px) {
ul.usa-footer-primary-content,
li.usa-footer-primary-content,
li.usa-footer-primary-content {
border: none; } }
.usa-sign_up-block {
padding-bottom: 2rem;
padding-left: 2.5rem;
padding-right: 2.5rem; }
.usa-sign_up-block label:first-of-type {
margin-top: 0; }
.usa-sign_up-block button {
float: none;
margin-right: 0;
margin-top: 1.5rem; }
.usa-sign_up-block input {
width: 100%; }
@media (min-width: 600px) {
.usa-sign_up-block {
float: right;
padding: 0; } }
.usa-footer-secondary_section {
background-color: #e0e0e0;
padding-top: 3rem;
padding-bottom: 3rem; }
@media (min-width: 600px) {
.usa-footer-big-secondary-section {
padding-top: 5rem; } }
@media (min-width: 600px) {
.usa-footer-contact-links {
text-align: right; } }
@media (min-width: 600px) {
.usa-footer-big .usa-footer-primary-section {
padding-top: 3rem;
padding-bottom: 4rem; } }
.usa-footer-big ul {
padding-bottom: 2.5rem; }
.usa-footer-big ul:last-child {
border-bottom: 1px solid #000000; }
@media (min-width: 600px) {
.usa-footer-big ul:last-child {
border-bottom: none; } }
.usa-footer-big ul li {
line-height: 2em; }
@media (min-width: 600px) {
.usa-footer-big ul {
padding-bottom: 0; } }
.usa-footer-big ul .usa-footer-primary-link {
background: url("../img/arrow-down.png") no-repeat;
background-position: 1.5rem;
padding-left: 3.5rem; }
@media (min-width: 600px) {
.usa-footer-big ul .usa-footer-primary-link {
background: none;
padding-bottom: 1rem;
padding-left: 0; } }
.usa-footer-big ul.hidden {
padding-bottom: 0; }
.usa-footer-big ul.hidden .usa-footer-primary-link {
margin: 0;
background: url("../img/arrow-right.png") no-repeat;
background-position: 1.5rem;
cursor: pointer; }
@media (min-width: 600px) {
.usa-footer-big ul.hidden .usa-footer-primary-link {
background: none;
padding-left: 0; } }
.usa-footer-big ul.hidden li {
display: none; }
.usa-footer-topic {
margin: 0;
padding: 2rem 0; }
@media (min-width: 600px) {
.usa-sign_up-header {
margin: 0;
padding: 2rem 0; } }
.usa-footer-logo-img {
max-width: 140px; }
.usa-footer-slim-logo-img {
float: left;
max-width: 100px; }
.usa-footer-logo-heading {
margin-top: 2rem; }
.usa-footer-contact-heading {
margin-top: 0; }
@media (min-width: 600px) {
.usa-footer-contact-heading {
margin-top: 1rem; } }
.usa-footer-slim-logo-heading {
display: block;
padding-top: 2rem; }
@media (min-width: 600px) {
.usa-footer-slim-logo-heading {
display: inline-block;
padding-left: 2em; } }
@media screen and (min-width: 600px) {
form {
max-width: 32rem; } }
form a {
border-bottom: 0; }
form button[type="submit"],
form input[type="submit"] {
clear: both;
margin-top: 2.5rem;
margin-bottom: 1.5em; }
@media screen and (min-width: 600px) {
form button[type="submit"],
form input[type="submit"] {
padding-left: 2.7em;
padding-right: 2.7em;
width: auto; } }
form input[name="password"] {
margin-bottom: 1.1rem; }
.usa-form-note {
float: right;
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
font-size: 1.4rem;
margin: 0;
margin-bottom: 1.5rem; }
.usa-form-note + * {
clear: both; }
fieldset {
border: none;
margin: 0;
padding: 0; }
legend {
font-size: 2.4rem;
font-weight: 700; }
@media screen and (min-width: 600px) {
.usa-form-large {
max-width: 46rem; } }
@media screen and (min-width: 600px) {
input.usa-input-tiny {
max-width: 6rem; } }
@media screen and (min-width: 600px) {
input.usa-input-medium {
max-width: 12rem; } }
@media screen and (min-width: 600px) {
.usa-input-grid {
padding-right: 5%; } }
@media screen and (min-width: 600px) {
.usa-input-grid:last-of-type {
padding-right: 0; } }
@media screen and (min-width: 600px) {
.usa-input-grid-small {
float: left;
width: 35%; } }
.usa-input-grid-small label {
margin-top: 1.5rem; }
.usa-input-grid-small input {
margin-bottom: 3rem; }
.usa-input-grid-small select {
margin-bottom: 3rem; }
@media screen and (min-width: 600px) {
.usa-input-grid-medium {
float: left;
width: 65%; } }
.usa-input-grid-medium label {
margin-top: 1.5rem; }
.usa-input-grid-medium input {
margin-bottom: 3rem; }
.usa-input-grid-medium select {
margin-bottom: 3rem; }
@media screen and (min-width: 600px) {
.usa-input-grid-large {
float: left;
width: 100%; } }
.usa-input-grid-large label {
margin-top: 1.5rem; }
.usa-input-grid-large input {
margin-bottom: 3rem; }
.usa-input-grid-large select {
margin-bottom: 3rem; }
.usa-form-width {
max-width: 32rem; }
.usa-additional_text {
float: right;
font-style: italic;
font-weight: normal; }
.usa-input-buttons-inline button,
.usa-input-buttons-inline button[type="submit"],
.usa-input-buttons-inline input[type="submit"], .usa-input-buttons-inline > * {
display: inline;
margin-right: 1.5em; }
input[type="search"] {
border-bottom-right-radius: 0;
border-right: none;
border-top-right-radius: 0;
float: left;
height: 3.3rem;
width: calc(100% - 4.5rem); }
.usa-search {
max-width: none; }
.usa-search-bar {
position: relative; }
button[type="submit"].usa-search-submit {
background-image: url("../img/search.png");
background-image: url("../img/search.svg");
background-position: 50%;
background-repeat: no-repeat;
width: 4.5rem;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
height: 3.3rem;
margin: 1.5rem 0;
padding: 0;
position: absolute; }
@media screen and (min-width: 481px) {
button[type="submit"].usa-search-submit {
background-image: none;
width: 8.5rem; } }
button[type="submit"].usa-search-submit .usa-search-submit-text {
display: none; }
@media screen and (min-width: 481px) {
button[type="submit"].usa-search-submit .usa-search-submit-text {
display: block; } }
@media screen and (min-width: 481px) and (min-width: 481px) {
button[type="submit"].usa-search-submit-big {
background-image: none;
width: 8.5rem; } }
@media screen and (min-width: 481px) {
button[type="submit"].usa-search-submit-big .usa-search-submit-text {
display: none; } }
@media screen and (min-width: 481px) and (min-width: 481px) {
button[type="submit"].usa-search-submit-big .usa-search-submit-text {
display: block; } }
@media screen and (min-width: 600px) {
button[type="submit"].usa-search-submit-big {
width: 11.6rem; } }
button[type="submit"].usa-search-submit-small {
background-image: url("../img/search.png");
background-image: url("../img/search.svg");
background-position: 50%;
background-repeat: no-repeat;
width: 4.5rem; }
@media screen and (min-width: 481px) {
input[type="search"] {
width: calc(100% - 8.5rem); }
input[type="search"].usa-search-input-small {
width: calc(100% - 4.5rem); } }
@media screen and (min-width: 600px) {
input[type="search"].usa-search-input-big {
height: 4.4rem;
width: calc(100% - 11.6rem); }
button[type="submit"].usa-search-submit-big {
height: 4.4rem; }
button[type="submit"].usa-search-submit-big .usa-search-submit-text {
font-size: 1.9rem; }
input[type="search"] {
width: calc(100% - 8.5rem); } }
.usa-alert {
background-color: #eeeeee;
background-position: 1rem 2rem;
background-repeat: no-repeat;
background-size: 2.4rem;
margin-top: 1.5em;
padding: 1em; }
.usa-alert ul {
margin-bottom: 0;
margin-top: 1em; }
@media screen and (min-width: 600px) {
.usa-alert {
background-size: 5.2rem; } }
.usa-alert-icon {
display: table-cell;
padding-right: 1rem; }
.usa-alert-body {
display: table-cell;
padding-left: 2rem;
vertical-align: top; }
@media screen and (min-width: 600px) {
.usa-alert-body {
padding-left: 5rem; } }
.usa-alert-heading {
margin-bottom: .15em;
margin-top: .5em; }
.usa-alert-text {
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
margin-bottom: 0;
margin-top: 0; }
.usa-alert-success {
background-color: #E5FCDE;
background-image: url("../img/alerts/success.png");
background-image: url("../img/alerts/success.svg"); }
.usa-alert-warning {
background-color: #FDF7DC;
background-image: url("../img/alerts/warning.png");
background-image: url("../img/alerts/warning.svg"); }
.usa-alert-error {
background-color: #F9DEDE;
background-image: url("../img/alerts/error.png");
background-image: url("../img/alerts/error.svg"); }
.usa-alert-info {
background-color: #E8F5FA;
background-image: url("../img/alerts/info.png");
background-image: url("../img/alerts/info.svg"); }
.usa-alert-no_icon {
background-image: none; }
.usa-accordion ul {
border: 1px solid #757575;
border-radius: 5px;
color: #212121;
margin: 0;
overflow: hidden;
padding: 0; }
.usa-accordion ul li {
background-color: #eeeeee;
border-bottom: 1px solid #757575;
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
list-style: none;
margin: 0; }
.usa-accordion ul li:last-child {
border-bottom: 0; }
.usa-accordion ul button[aria-expanded=false] {
background: url("../img/arrow-right.png") no-repeat;
background-position: 15px;
border-bottom: 0; }
.usa-accordion ul button {
background: url("../img/arrow-down.png") no-repeat;
background-position: 15px;
border-bottom: 1px solid #757575;
color: #212121;
cursor: pointer;
display: inline-block;
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
margin: 0;
padding: 10px 15px 10px 35px;
width: 100%; }
.usa-accordion-content {
display: block;
background-color: white;
padding: 15px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment