/* LiNK Red: #dd3929 */

html {
	-webkit-font-smoothing: antialiased;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading button {
  /* styles to use before Typekit is loaded */
    font-family: 'futura-pt', sans-serif;
    visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active a, .wf-active button  {
  /* styles to use after Typekit is loaded */
    font-family: 'futura-pt', sans-serif;
    visibility: visible;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	background: #1c1c1c;
	font-family: 'futura-pt', 'futura', sans-serif;
    padding-right: 0px !important;
    margin-top: -20px;
}

h1 {
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-size: 2.4em;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
}

h3 {
    font-size: 1.5em;
    font-weight: 700;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
}

h5 {
    color: #737373;
    font-size: 1.2em;
    font-weight: 400;
}

.futura_condensed {
    font-family: 'futura-pt-condensed', 'futura', sans-serif !important;
}

button:focus {
    outline:0;
}

.button_hide_universal {
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0;
    top: 0;
}

.side_padding_reset {
    padding-left: 0px;
    padding-right: 0px;
}

.embed-responsive iframe {
    background: #000;
}

.breakdown__images {
    max-width: 50px;
}

a.fundraise__read-story-btn:focus {
    color: #fff;
}

.form_submit button:focus {
    background: #dd3928 !important;
    color: #fff !important;
}

@media (max-width: 992px) {

    #theCrisisPage {
        display: none;
    }
}
