/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ 
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ff0099;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif;
    font-size: 1.125em;
    line-height: 1.33333;
    letter-spacing: 0;
    overflow-y: scroll;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}


abbr[title] {
    border-bottom: 1px dotted
}

b {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}


*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


a, html {
    color: #000;
}

a {
    text-decoration: none;
    -webkit-transition: opacity .4s ease,border .4s ease,color .4s ease;
    -o-transition: opacity .4s ease,border .4s ease,color .4s ease;
    transition: opacity .4s ease,border .4s ease,color .4s ease
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, p, pre {
    margin: 0
}

button {
    background: transparent;
    border: 0;
    padding: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

[tabindex="-1"]:focus {
    outline: none !important
}


address {
    font-style: normal
}

/* ::-moz-selection {
    background-color: #57415b;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #57415b;
    color: #fff;
    text-shadow: none
} */

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

    img[height], img[width] {
        max-width: none
    }

input, textarea {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0
}

    input[type=search] {
        -webkit-box-sizing: inherit;
        box-sizing: inherit
    }

::-webkit-input-placeholder {
    color: #000
}

h1, h2, h3, h4, h5, h6, input, p, ul {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 400
}

/* 
  CUSTOM SITE STYLES
*/

#root, .Site, body, html {
    overflow-x: hidden
}

.Site-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 636px;
    height: 362px;
    margin-top: -181px; /* Half the height */
    margin-left: -318px; /* Half the width */
    -webkit-transition: opacity 2s ease .2s;
    -o-transition: opacity 2s .2s ease;
    transition: opacity 2s ease .2s;
    opacity: 0;
    z-index: 5;
}

Site-logo-container {
    color:#000;
}

.Site-splash-border {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:20px 20px 90px 20px ;
    z-index: 5;
}

.Site-splash {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2s ease .2s;
    -o-transition: opacity 2s .2s ease;
    transition: opacity 2s ease .2s;
    opacity: 0;
    text-align: center;
}

.Site-splash-content-container {
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    overflow: hidden;

}

.Site-splash-content h1 {
    text-transform: uppercase;
    font-size:7vw;
    line-height: 1em;
    padding-top: 40px;
    font-weight:900;
}


.Site-splash-content  h1 .highlight {
    color: #ff0099;
}

.Site-splash-content h1 .big {
    font-size:1.12em;
}

.Site-splash-content .h1-sm {
    display:none
}

.Site-splash-content p {

    margin-top:10px;
    font-size:2vw;
}

.Site-splash-content a {
    text-decoration: underline;
}

.Site-splash-content a:hover {
    text-decoration: none;
}



@media (max-width:1000px) {  
    .Site-splash-content .h1-sm {
        display:block;
    } 
    .Site-splash h1 .big {
        font-size:1em;
    }
  
}


@media (max-width:575px) {    
    .Site-splash h1 {
        font-size:2.5em;
        padding-top: 0px;
    }
    .Site-splash-content p {
        font-size:1em;
        padding: 5px 10px;
    } 
 
    .Site-splash-border {
        padding: 10px 10px 150px 10px;
    }
}

@media (max-width:375px) {    
    .Site-splash h1 {
        font-size:2em;
    }
}

.Site--no-touch a:hover {
    opacity: 1
}

@media (max-width:745px) {
    .Content--heading, .Content--heading *, .Template--info .Template-foot .Form {
        font-size: 17px;
        font-size: .94444rem
    }
}

.Content--intro, .Template-foot *, .Content--intro * {
    font-size: 30px;
    font-size: 1.66667rem
}

@media (max-width:769px) {
    .Content--intro, .Template-foot *, .Content--intro * {
        font-size: 20px;
        font-size: 1.11111rem
    }
}

@media (min-width:770px) and (max-width:1023px) {
    .Content--intro, .Template-foot *, .Content--intro * {
        font-size: 28px;
        font-size: 1.55556rem
    }
}

@media (max-width:745px) {
    .Site-logo {
        position: fixed;
        width: 100%;
        height: auto;
        margin: 180px auto 0;
        top: auto;
        left: auto;
        padding: 30px;
    }
}

.Site-loaded .Site-logo {
    opacity: 1
}

.Site-loaded .Site-splash {
    opacity: 1
}

.Site-content {
    position: relative;
}

.impact-tagline {
    color: #ff0099;
    text-transform: uppercase;
    font-weight: 900;

}

.black {
    color:#000;
}

.Site-spacer {
    z-index:0;
    height: 100vh;
    background: transparent
}

.Site-info {
    position: relative;
    background: #000;
    color: #000;
    min-height: 100%;
    z-index: 20;
}

.Site-info p.tagline {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size:3vw;
}
@media (max-width:745px) {    
    
    .Site-info p.tagline {
        font-size:1em;
        max-width: 100%;
    }
}

.content-heading {
    padding: 100px 0;
    
    color:#fff;
}

.Site-resources {
    position: relative;
    background: #fff;
    color: #000;
    min-height: 100vh;
    z-index: 20;
}

.Site-burger {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    display: block;
    z-index: 12;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 1s ease .2s;
    -o-transition: opacity 1s .2s ease;
    transition: opacity 1s ease .2s;
    width: 100%;
    text-align: center;
    background-color: #ff0099;
    padding: 15px 20px;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.Site-burger.fixed {
    bottom: auto;
    top: 0px;
    z-index: 100;

}

.Site-burger a, .Site-strap a {
    font-weight: bold;
    color: #000
}

.Site-loaded .Site-burger, .Site-loaded .Site-strap {
    opacity: 1
}


@media (max-width:745px) {    
    /* .Site-burger {
        display:none;
    } */
}

.Site-burger a {
    cursor: pointer;
    display: inline-block;
    border-bottom: none !important;
}

.Site--scrolled .Site-burger {
    opacity: 0 !important;
    pointer-events: none
}

.Site-strap {
    bottom: auto;
    top: 30px;
    width: 100%;
    pointer-events: none;
    text-align: center
}

.Site-strap, .Site-we {
    text-shadow: 0 0 1px rgba(0,0,0,.4)
}

.Content--intro {
    text-align: center
}

.Content--intro p {
    padding-bottom: 30px
}

.Content--intro li {
    padding-bottom: 15px;
}

.Content--intro a {
    text-decoration: underline;
    line-height: 2em;
    display: inline-block
}

.Content--intro a:hover {
    text-decoration: none;
    line-height: 2em;
    display: inline-block
}

.Content--intro a:hover {
    border-color: transparent
}

.Content--heading a {
    border-bottom: 4px solid;
    display: inline-block
}

@media (max-width:745px) {
    .Content--heading a {
        border-bottom: 3px solid
    }
}

@media (min-width:746px) and (max-width:1023px) {
    .Content--heading a {
        border-bottom: 3px solid
    }
}

.Content--heading a:hover {
    border-color: transparent
}


.press-releases {
    max-width: 1000px;
    margin:0 auto;
    text-align: left;
}
.press-releases a {
    line-height: 1em;
    display:inline;
}
.press-releases a:hover {
    line-height: 1em;
    display:inline;
}

@media (max-width:746px) {
    .press-releases {
        width: 100%
    }
}

.section-resources iframe {
        height: 600px;
        width: 75%;
        border: 5px #ff0099 solid;
}

.press-releases iframe {
    border: 5px #ff0099 solid;
    height: 600px;
    width: 100%;
}

@media (max-width:745px) {    
    .section-resources iframe {
        font-size:1em;
        width: 100%;
    }
}

.Template--info {
    text-align: center
}

.Template--info .Template-head {
    padding: 30px
}

.Template--info .Template-head a {
    cursor: pointer;
    display: inline-block
}

.Template--info .Template-head * {
    text-align: center
}

.Template--info .Template-body h2 {
    background-color: #ff0099;
    display: inline-block;
    padding: 6px 16px;
    color: #000;
}

.Template--info .Template-body {
    text-align: center;
    padding: 40px 0
}

@media (min-width:746px) and (min-height:746px) {
    .Template--info .Template-body {
        position: relative;
        padding-top: 20px;
        width: 100%;
    }
}

@media (max-width:745px) {
    .Template--info .Template-body {
        padding-top: 20px
    }
}

.Template--info .Template-foot {
    clear:both;
    display:block;
    background-color: #ff0099;
    color:#fff;
    width: 100%;
    padding:0 20px;
}

.Template--info .Template-foot a {
    color:#fff;
    text-decoration: underline;
}


.Template--info .Template-foot {
    padding-bottom: 100px;
    padding-top: 50px;

}

.Template--info .Template-foot strong {
    padding-top: 10px;
    display:block;
}

.Template--info .Template-foot h2 {
    color: #ff0099;
    display: inline-block;
    padding: 6px 16px;
    background-color: #000;
}

.Template--info .Template-foot img {
    width:100%;
    max-width:600px;
    clear:both;
    display:block;
    margin:0 auto 80px auto;

}

.Template--info .Template-foot p {
    max-width: 1000px;
    margin:0 auto;
    text-align: left;
    padding-bottom:20px;
}


.Template--info .Template-foot ol {
    padding-bottom:20px;
    text-align: left;
    max-width: 1000px;
    list-style: inherit;
    padding-left: 30px;
    margin:0 auto;
}

@media (max-width:746px) {
    .Template--info .Template-foot img {
        max-width:300px;
    
    }

    .Template--info .Template-foot {
        width: 100%
    }
}

.Template--info .Template-foot .Form {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px
}

.Template--info .Template-foot .Form .Form-field-title {
    display: none
}

.Template--info .Template-foot .Form .Form-field {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    margin-right: 2%;
    height: 45px;
    padding: 10px 0;
    border: 1px solid #ddd
}

.Template--info .Template-foot .Form .Form-field input {
    display: block;
    margin-right: auto;
    height: 25px;
    width: 100%;
    padding-left: 10px
}

.Template--info .Template-foot .Form .Form-field--hon {
    display: none !important
}

.Template--info .Template-foot .Form .Form-submit {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-transform: uppercase;
    border: 1px solid #ff0099;
    padding: 10px;
    height: 45px;
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease
}

.Template--info .Template-foot .Form .Form-submit:hover {
    background: #e74b3f
}

.Template--info .Template-foot .Form .Form-submit button {
    height: 25px;
    line-height: 100%
}

.Container {
    padding-left: 40px;
    padding-right: 40px
}

#facs ul {
    padding-left:40px;
    text-align: left;
    list-style-type: square;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
        width: 0
    }

    50% {
        width: 100%;
        opacity: 1;
        height: 3px
    }

    to {
        opacity: 0;
        height: 0;
        width: 100%
    }
}

@keyframes load {
    0% {
        opacity: 1;
        width: 0
    }

    50% {
        width: 100%;
        opacity: 1;
        height: 3px
    }

    to {
        opacity: 0;
        height: 0;
        width: 100%
    }
}

.Loader {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ff0099;
    width: 0;
    height: 3px;
    -webkit-animation: load 2s forwards;
    animation: load 2s forwards;
    display: block
}

.Logo--inline {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    width: 85px;
    height: 31px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 2px
}

@media (max-width:745px) {
    .Logo--inline {
        width: 51px;
        height: 18.6px;
        margin: 0 2px
    }
}

@media (min-width:746px) and (max-width:1023px) {
    .Logo--inline {
        width: 80.75px;
        height: 29.45px;
        margin: 0 2px
    }
}

