body {
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/amber-bkgd.png) fixed;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

h1 span {
    color: #f1811c;
    font-weight: 700;
}

h2 {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 9px 13px;
    background-color: rgba(0, 0, 0, 0.49);
    color: white;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-right: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    color: #595959;
    font-weight: 100;
    margin-bottom: 14px;
}

h5 {
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

a {
    color: inherit;
}

p {
    margin-bottom: 15px;
    font-size: 14px;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.button {
    display: inline-block;
    padding: 12px 31px;
    border-radius: 5px;
    background-color: black;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: white;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        background-color: #008cff;
    }

.section {
    background-color: #f3f3f3;
    margin: 0 auto;
    width: 90%;
    padding-top: 43px;
    padding-bottom: 43px;
}

    .section.header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #333;
    }

    .section.graphic {
        background: #000000 url(../images/amber-graphic.png) center;
        margin-top: 90px;
    }

    .section.footer {
        background-color: #f2f2f2;
    }

.section-small {
    background-color: #f3f3f3;
    margin: 0 auto;
    width: 90%;
    padding-top: 13px;
    padding-bottom: 13px;
}

.text {
    background-color: #fff;
    border: #d2d2d2 solid 1px;
    border-radius: 5px;
    margin: 0 55px;
    padding: 20px;
}

.top-logos {
    border-radius: 5px;
    margin: 0 55px;
}

.inactive-alert {
    background-color: #fff;
    border: #d2d2d2 solid 1px;
    border-radius: 5px;
    margin: 0 55px;
    padding: 20px;
}

    .inactive-alert h4 {
        color: #dddddd;
        font-weight: 100;
        margin-bottom: 0;
    }

.active-alert {
    background-color: #ef801b;
    border-radius: 10px;
    margin: 0 55px;
    padding: 10px 10px;
}

    .active-alert h6 {
        color: #000000;
        font-size: 40px;
        font-weight: bold;
        margin: 10px auto;
        line-height: 30px;
    }

.active-alert-missing {
    max-width: 100%;
    margin: 10px auto;
}

.amber-alert-info {
    margin: 15px;
}

.amber-alert-info-text {
    background-color: #f58e30;
    padding: 25px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.nav-link {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 14px;
    border-radius: 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

    .nav-link:hover {
        background-color: #000000;
    }

    .nav-link.sign-up {
        background-color: #008cff;
    }

    .nav-link:hover.sign-up:hover {
        background-color: #0076d6;
    }

.company-title {
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

.nav-bar {
    height: auto;
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.hero-bg {
    width: auto;
    min-height: 350px;
    padding-top: 175px;
    background-image: url(../images/51e72ecd0c49af383d000001_example-bg.png);
}

    .hero-bg.content {
        min-height: 420px;
        padding-top: 316px;
        background-image: url(../images/example-bg.png);
        background-attachment: fixed;
    }

.subtitle {
    margin-bottom: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: rgba(0, 0, 0, 0.56);
    font-size: 16px;
    font-weight: 700;
}

.section-description {
    font-size: 14px;
}

.snippet-img {
    height: 219px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(../images/51e72ed60c49af383d000002_example-bg.png);
    background-size: cover;
}

.snippet {
    display: block;
    border-radius: 5px;
    background-color: #f2f2f2;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: black;
    text-decoration: none;
}

    .snippet:hover {
        background-color: #e8e8e8;
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }

.right-col {
    padding-top: 13px;
    text-align: right;
}

.more-link {
    padding: 6px 8px;
    border: 2px solid #c2c2c2;
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #9c9c9c;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

    .more-link:hover {
        border: 1px solid #008cff;
        background-color: #008cff;
        color: white;
    }

.snippet-text-section {
    padding: 10px 12px;
}

.snippet-title {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}

.snippet-text {
    color: #737373;
    font-size: 14px;
    line-height: 19px;
}

.snippet-row {
    margin-top: 27px;
    margin-bottom: 27px;
}

.button-column {
    padding-top: 32px;
    text-align: center;
}

.company-column {
    padding-right: 0;
    padding-left: 0;
}

.img-example {
    margin-bottom: 34px;
}

.footer-link {
    margin-right: 9px;
    margin-left: 9px;
    color: #008cff;
    font-size: 14px;
    text-decoration: none;
}

.footer-nav-bar {
    text-align: right;
}

.footer-text {
    font-size: 14px;
}

.content-bg {
    min-height: 220px;
    background-color: #000000;
    background-image: url(../images/amber-bkgd.png);
    background-attachment: fixed;
}

@media (max-width: 979px) {
    .hero-bg {
        background-image: url(../images/example-bg.png);
    }

        .hero-bg.content {
            background-image: url(../images/example-bg.png);
        }

    .snippet-img {
        height: 166px;
        background-image: url(../images/example-bg.png);
    }

    .snippet {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media (max-width: 768px) {
    .button {
        margin-bottom: 33px;
        padding: 29px 30px;
        font-size: 16px;
        font-weight: 700;
    }

    .section.header {
        background-color: #333;
    }

    .nav-link {
        background-color: #6b6b6b;
    }

    .company-title {
        margin-bottom: 33px;
    }

    .nav-bar {
        text-align: center;
    }

    .hero-bg {
        min-height: 390px;
        padding-top: 238px;
        padding-right: 11px;
        padding-left: 11px;
        background-image: url(../images/example-bg.png);
    }

        .hero-bg.content {
            min-height: 290px;
            padding-top: 205px;
            background-image: url(../images/example-bg.png);
        }

    .snippet-img {
        height: 206px;
        background-image: url(../images/example-bg.png);
    }

    .snippet {
        margin-bottom: 19px;
    }

    .right-col {
        margin-top: -42px;
    }

    .button-column {
        padding-top: 61px;
    }

    .company-column {
        text-align: center;
    }

    .footer-nav-bar {
        text-align: center;
    }

    .left-footer-col {
        margin-bottom: 13px;
        text-align: center;
    }

    .content-bg {
        min-height: 200px;
        padding-top: 216px;
    }
}

@media (max-width: 480px) {
    .section.header {
        position: static;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        margin-bottom: -75px;
    }

    .nav-link {
        display: block;
        padding: 5px;
        margin-bottom: 7px;
    }

    .hero-bg {
        margin-top: 0;
        background-image: url(../images/example-bg.png);
    }

        .hero-bg.content {
            background-image: url(../images/example-bg.png);
        }

    .section-description {
        width: 50%;
    }

    .snippet-img {
        background-image: url(../images/example-bg.png);
    }

    .content-bg {
        min-height: 200px;
        padding-top: 172px;
    }
}

.logos {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 1px;
}

    .logos img {
        margin-left: 50px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.steering-committee {
    padding: 10px;
    background-color: #985010;
    color: #fff;
    border-radius: 10px;
}

    .steering-committee h5 {
        font-weight: 100;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .steering-committee p {
        margin-left: 10px;
        margin-bottom: 10px;
        font-size: 11px;
        font-weight: 100;
    }

.clear {
    clear: both;
}

d-orange {
    color: #985010;
}

.graybkgd {
    background-color: #c1c1c1;
}

.orgbkgd {
    background-color: #f1811c;
}

.whitetext {
    color: #fff;
}

white {
    color: #fff;
}

.center {
    text-align: center;
}

footer {
    background: #000;
}

.footer-logos {
    width: 20%;
    margin: auto;
}

.moreinfotext {
    color: #6c6c6c;
    padding-top: 37px;
}

ul {
    font-size: 14px;
}

ol {
    font-size: 14px;
}

li {
    font-size: 14px;
}

p.beH4 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 14px;
}

.spaceLetters {
    letter-spacing: 2px;
}

p.beH5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}


.meeting-item {
    display: inline-block;
    margin-right: 20px; 
    width: 30%; 
}

.meeting-item p {
    margin: 5px 0; 
}


