﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Extra small (<576px) Small (>=576px) Medium (>=768px) Large (>=992px) Extra Large (>=1200px)
@media screen and (max-width: 576px)*/

/***********************************************/
/* self_styles.css                             */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*font-family: 'Poppins', sans-serif;
    font-family: 'Rubik', sans-serif;
*/
body {
    margin: 0;
    padding: 0;
    /*background: #514134;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    /*background: url(images/background.gif) bottom left;*/
}

a {
    font-weight: normal;
    border: none;
    /*color: white;*/
    text-decoration: underline;
}

    a:visited {
        color: #b55e00;
    }

    a:hover {
        color: #b55e00;
        text-decoration: none;
    }

#skip a, #skip a:hover, #skip a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    /* hides skip navigation link when hovered over or visited */
}

h1 {
    font-family: 'Rubik', sans-serif;
    margin: 15px 0 7px 0;
    padding: 0;
    font-size: 215%;
    line-height: 100%;
    font-weight: normal;
    text-transform: none;
    color: #b55e00;
}

    h1.list {
        font-size: 130%;
        font-weight: normal;
        color: #809500;
        margin: 0px;
        padding: 10px 0 3px 0;
    }

h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 190%;
    font-weight: normal;
    color: #6a7800;
    margin: 0px;
    padding: 20px 0 3px 0;
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 170%;
    font-weight: normal;
    color: #6a7800;
    padding: 15px 0 3px 0;
    margin: 0;
    line-height: 110%;
}

h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 150%;
    font-weight: normal;
    color: #6a7800;
    margin: 0px;
    padding: 10px 0 3px 0;
}

    h4.list {
        font-family: 'Rubik', sans-serif;
        font-size: 110%;
        font-weight: normal;
        color: #809500;
        margin: 0px;
        padding: 10px 0 3px 0;
    }

h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 130%;
    font-weight: normal;
    color: #809500;
    margin: 0px;
    padding: 10px 0 3px 0;
}
    h5 a, h5 a:visited {
        color: #6a7800;
    }


h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 110%;
    font-weight: normal;
    color: #809500;
    margin: 0px;
    padding: 10px 0 3px 0;
}

p {
    margin: 0 0 15px 0;
    padding: 0px;
    font-size: 87.5%;
    color: #3B2417;
    line-height: 1.5;
    text-align: left;
}

p2 {
    margin: 0 0 15px 0;
    padding: 0px;
    font-size: 100%;
    color: #CC0000;
    line-height: 1.5;
    text-align: left;
}

img {
    border: none;
}

.clearfloat { /* place on a div or break element/final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.topofcolumn {
    padding-top: 0;
    margin-top: 0;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#headerSection {
    background-color: #ffcb00;
    height: 145px;
    background: url(images/masthead_bg.gif), url('images/masthead_bg FLIP.jpg');
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, repeat-x;
    position: relative;
}
#container {
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: left;
    width: auto;
    min-width: 770px;
    max-width: 950px;
    background: #e87800;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

/************* #masthead styles **************/
#masthead {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    height: 145px;
    position: relative;
}

#masthead h1 {
    margin: 0;
    padding: 0;
}

#masthead a {
    position: absolute;
    bottom: 0px;
    left: 55px;
    border: 0px;
    display: block;
    height: 140px;
    width: 590px;
    background: url(images/masthead_h1.gif) no-repeat left top;
    text-indent: -9990em;
    text-transform: none;
    font-size: 10px;
}
/************* End #masthead styles **************/

#tollfree {
    margin: 0;
    padding: 10px 15px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}

#join {
    margin: 0;
    padding: 60px 15px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}

/*top menu 2021*/
#navBar {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 20%;
    border: 0px;
    font-size: 100%;
}
#navbar a.nav-link {
    color: white;
    text-decoration: none;
}

#navbar a.nav-link:hover {
    color: brown !important; 
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#navbar a.dropdown-item:hover {
    color: brown !important; /*#d8ac54 !important;*/
    background-color: transparent; /*#B3CA00;*/
}

.about-bg-color {
    background-color: #b2bb1e;
    width: 20%;
}
.participant-bg-color {
    background-color: #75d2de;
    width: 25%;
}
.news-bg-color {
    background-color: #47c3d3;
    width: 20%;
}
.resource-bg-color {
    background-color: Highlight;
    width: 17.5%;
}
.contact-bg-color {
    background-color: #413000;
    width: 17.5%;
}

.menu-toggle {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#searchterm {
    /*padding: 5px 5px;*/
}
/*end top menu*/
/*SideNav 2021*/
#wrapper #sidebar-wrapper {
    width: 50px;
}

#wrapper .sidebar-nav {
    display: none;
}

#wrapper.toggled .sidebar-nav {
    display: block;
}

a#menu-toggle {
    display: inline-block;
    width: 100%;
    line-height: 100%;
    padding: 0;
    margin: 0;
    color: dodgerblue;
}
/*end SideNav*/

/*Body*/
body {
    background: #FFFEEE url(images/feature_bg.gif) left bottom; /*repeat-x repeat-y;*/
}
.main-content {
    min-height: 300px;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 80px;
    background-color: #ffffff;
    z-index: 1000;
    text-align: center;
}

    #back-to-top img {
        cursor: pointer;
    }

/*breadcrumbs 2021*/
.breadcrumbs {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.breadcrumbs li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0.3em .5em 0.3em 0em;
    margin: 0;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li a:visited {
    color: #0363aa;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}
/*end breadcrumbs*/

/*contentbox 2021*/
.contentBox {
    float: left;
    width: 90%;
}

.contact .contentBox, .info .contentBox {
    float: none;
    width: 100%;
    margin-bottom: 25px;
}

.box {
    background-color: #fff;
    border: 10px solid rgb(255, 255, 255);
    border: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 0.7em 1.5em 1.5em;
    margin: 15px 0;
}
/*end contentbox*/

/*detroit background*/
#detroitSection {
    background-color: white;
/*    margin-right: 15px;
    margin-left: 15px;*/
    height: 600px;
    width: 1800px;
    background: url(images/Detroit-Skyline-at-Night_2.jpg) center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
    #detroitSection p {
        margin-top: 40px;
        margin-left: 10%;
        margin-right:10%;
        color: white;
        font-size: 1.5em
    }
        #detroitSection div#aboutLink {
            align-items: center !important;
            text-align: center;
        }
            #detroitSection div#aboutLink a {
                border-radius: 6px;
                background-color: #0770B1; /*#FFCB00;*/
                color: white;
                border: 4px solid #0770B1;
                font-size: 1em;
                font-weight: 600;
                display: inline-block;
                padding: 5px 1em;
                text-decoration: none;
            }

.card-section {
    background-color: #FFFEEE;
    padding: 5px 15px;
}
.card-body {
    background-color: #fffeee;
    border: 10px solid #c5cc56; /* rgba(106,120,0, 0.5);*/
    padding: 0.25rem 1.25rem;
    width: 100%;
    height: 100%;
}
    .card-body p {
        color: #6a7800;
    }
    /*end detroit background*/
    #joinself {
        padding: 15px 5px 0 12px;
        margin: 0;
        background: #e87800;
    }

/*#content {
    float: right;
    width: 80%;
    background: #FFFEEE url(images/feature_bg.gif) left bottom no-repeat;
}*/

#photo {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    /*background-color: #00C4D9;*/
}

#features {
    border-top: 7px solid #3B2417;
    padding: 20px 20px 20px 25px;
}

#siteInfo {
    border-top: 2px solid #3B2417;
    width: 100%;
    float: left;
    background: #FFCB00;
    color: #000000;
    margin: 0;
    padding: 0;
}

div.row{
    margin-left: 0;
    margin-right: 0;
}


/***********************************************/
/* Components                                  */
/***********************************************/





/************* #tollfree styles **************/
#tollfree p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #3B2417;
    text-align: right;
    text-transform: uppercase;
}
#searchWrapper {
    float: right;
    margin-top: 50px;
}

/************* #join styles **************/
#join h1 {
    margin: 0;
    padding: 0;
}

#join a {
    position: absolute;
    bottom: -35px;
    left: -175px;
    border: 0px;
    display: block;
    height: 52px;
    width: 200px;
    background: url(../images/join_link_white.gif) no-repeat left top;
    text-indent: -9990em;
    text-transform: none;
    font-size: 10px;
}

/************* #photo styles **************/
#photo h2 {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    float: right;
    height: 275px;
    width: 225px;
    display: block;
    border: 0;
    text-transform: none;
    text-indent: -1000em;
}

#photo.index {
    background-image: url(../images/photos_splash_index.jpg);
    background-repeat: no-repeat;
    background-position: -10px top;
}

#photo h2.index {
    background: #00C4D9 url(../images/photos_h2_helpdiscover.gif) no-repeat 15px center;
}

#photo.about {
    background-image: url(/css/images/photos_splash_about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 275px;
}

    #photo.about.history {
        background-image: url(/css/images/photos_splash_slefhistory.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 360px;
    }

    #photo.about.fibroids {
        background-image: url(/css/images/photos_splash_fibroids.gif);
        background-repeat: no-repeat;
        background-position: center;
        height: 293px;
    }
/*#photo h2.about {
    background: #00C4D9 url(../images/photos_h2_whatcanyoudo.gif) no-repeat 15px center;
}*/

#photo.join {
    background-image: url(../images/photos_splash_join.jpg);
    background-repeat: no-repeat;
    background-position: -10px top;
}

#photo h2.join {
    background: #00C4D9 url(../images/photos_h2_givingtoday.gif) no-repeat 15px center;
}

p.header {
    font-family: 'Rubik', sans-serif;
    font-size: 170%;
    font-weight: normal;
    color: #b55e00;
    padding: 15px 0 3px 0;
    margin: 0;
    line-height: 110%;
}
.accordionHead button {
    font-family: 'Rubik', sans-serif;
    font-size: 150%;
    font-weight: normal;
    color: #6a7800;
    margin: 0px;
    padding: 10px 0 3px 0;
}

/***************About****************/
ol li {
    font-size: 87.5%;
    line-height: 1.5;
}

/*************Contact pages*********/
#accordionAbout div.card {
    border: none;
}
/*************Contact pages*********/
#accordionContact div.card {
    border: none;
}

p.contactType {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #6a7800;
}

p.contactInfo {
    font-family: 'Rubik', sans-serif;
    font-size: 100%;
}
div.form-group {
    width: 100%;
}
.email-label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.email-label.top {
    vertical-align: top;
}
.email-control {
    /*    display: block;
width: 100%;*/
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.email-control-textarea {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-send-email {
    float: right;
    margin-right: 150px;
}

/***************Participant pages*********/
p.activity{
    font-family: 'Rubik', sans-serif;
    font-size: 150%;
    font-weight: 500;
    color: #6a7800;
    margin: 0px;
    padding: 10px 0 3px 0;
}

p.activitySub {
    font-family: 'Rubik', sans-serif;
    font-size: 120%;
    color: #6a7800;
    margin: 0px;
    padding: 10px 0 5px 0;
}

p.activityContext {
    font-family: 'Rubik', sans-serif;
    font-size: 100%;

}

#accordionFAQ div.card {
    border: none;
}

h2.mb-0 {
    padding-top: 5px !important;
}

h2.mb-0 button {
    font-weight: bold;
    color: #6a7800;
}

ul.a {
    list-style-type: none;
}

ul.a li {
    font-size: 87.5%;
    line-height: 1.5;
}

    ul.a li p {
        font-size: 100%;
    }

ul.b li {
    font-size: 100%;
    line-height: 1.5;
}

/*********** News pages ***********/
p.articleType, p.year {
    font-family: 'Rubik', sans-serif;
    font-size: 140%;
    font-weight: normal;
    color: #6a7800;
    margin: 0px;
    padding: 10px 0 3px 0;
}

p.articleType a {
    color: #6a7800;
    line-height: 0.8;
}

p.article, p.pdflink {
    font-size: 100%;
}

p.highlighted{
    padding-left: 30px;
    padding-right: 20px;
}

.kristen-moore {
    width: 210px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.kristen-moore img {
    margin-left: 10px;
    width: 180px;
}

.kristen-moore span {
    font-size: 12px;
    line-height: 1.4;
    display: block;
}

/*********** Resource page ***********/
p.resourceName {
    font-family: 'Rubik', sans-serif;
    font-size: 150%;
    font-weight: normal;
    color: #6a7800;
    margin: 0px;
    padding: 10px 0 3px 0;
}

p.resourceContext {
    font-size: 100%;
}

p.resourceContext span.hour {
    font-size: 110%;
    font-weight: bold;
}

/************* accordion styles ***************/
/*.ui-accordion-header {*/
.accordion .card .card-header .mb-0 button {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #6a7800;
    font-weight: 500;
   /* font-size: 0.8em;*/
    margin-bottom: 2px;
}

    /*.ui-accordion-header:after {*/
    .accordion .card .card-header .mb-0 button:after {
        position: absolute;
        display: inline-block;
        text-align: center;
        top: -6px;
        right: 2px;
        width: 49px;
        height: 49px;
        border-radius: 50%;
        background: #ffffff;
        /*content: '-';*/
        content: url(/css/images/down.jpg);
        /*font-family: 'Montserrat', sans-serif;*/
        font-size: 20px;
        line-height: 40px;
        font-weight: 400;
        color: #940915;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    /*.ui-accordion-header-active:after {*/
    .accordion .card .card-header .mb-0 button.collapsed:after {
        /*content: '+';*/
        content: url(/css/images/up.jpg);
    }

    div.collapse.show {
        padding-top: 17px;
    }
/************* #search styles ***************/
/*#search {
padding: 9px 12px;
background-color: #CEDC59;
border-bottom: 1px #fff solid;
}

#search form {
    margin: 0px;
    padding: 0px;
}

#search label {
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
    color: #3B2417;
    font-weight: normal;
    font-size: 85%
}*/
/************** #join styles **************/
#joinself h3 {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 18px;
    font-weight: bold;
}

#joinself p {
    margin: 0;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.bold {
    color: #FFF2A1;
    font-weight: bold;
}

#joinself a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #FFF2A1;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
}

    #joinself a:hover {
        text-decoration: none;
    }


/************** .feature styles ***************/


/************* #breadCrumb styles *************/

#breadCrumb {
    margin: 0 0 25px 0;
}

    #breadCrumb a {
        color: #6a7800;
    }

/************* #siteInfo styles ***************/
#siteInfo p {
    margin: 0;
    padding: 7px 20px;
    color: #000000;
    text-align: center;
}

#siteInfo a {
    color: #452B21;
    font-weight: normal;
    text-align: center;
}

#site a:visited {
    color: #bbb298;
}

#siteInfo img {
    padding: 4px 4px 4px 10px;
    vertical-align: middle;
}



/***********************************************/
/* styles I didn't use                         */
/***********************************************/


/************** #advert styles **************/

#advert {
    padding: 30px 0px 10px;
}

    #advert img {
        display: block;
    }


/************** #headlines styles **************/

#headlines {
    float: right;
    width: 15%;
    padding: 10px;
}

#headlines {
    margin: 0px;
    padding: 10px 0px 20px 10px;
}

    #headlines p {
        padding: 5px 0px 5px 0px;
    }


/************* #siteName styles **************/
#siteName {
    margin: 0;
    padding: 0 0 0 10px;
}


/************** .story styles *****************/
.story {
    clear: both;
    padding: 10px 0px 0px 10px;
}

    .story p {
        padding: 0px 0px 10px 0px;
    }


/*************** #pageName styles **************/
#pageName {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #000000;
}


/************* #globalNav styles **************/
#globalNav {
    padding: 0px 0px 5px 10px;
    border-bottom: 1px solid #CCC;
    color: #6D3A96;
}

    #globalNav img {
        display: block;
    }

    #globalNav a {
        padding: 0 4px 0 0;
    }

/************** .logos styles ***************/
footer {
    position: relative;
    clear: both;
    height: auto;
    min-height: 100px;
    padding: 5px;
    font-size: 1.0em;
    color: white;
    /*background: #FFFEEE url(images/feature_bg.gif) left bottom;*/
    margin: 0;
}

    footer .container .row div {
        padding-left: 20px;
    }

    footer h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 1.3em;
        font-weight: normal;
        color: black;
        padding: 15px 0 15px 0;
        margin: 0;
        line-height: 110%;
    }

    footer a {
        color: black;
        text-decoration: none;
    }

    footer a:visited {
        color: black;
        text-decoration: none;
    }

    footer a:hover {
        color: brown;
        text-decoration: underline;
    }

/* FOOTER END */

ul.logos {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
    ul.logos li {
        display: inline;
        list-style: none;
        padding: 20px 2px;
        margin-left: 30px;
        margin-right: 20px;
        /*background-color: #FFFEEE;*/ /* white;*/
        /*border: 2px solid rgba(106,120,0, 0.5);*/
    }
/*footer logo*/
        ul.logos li#hhs a img {
            height: 65px;
        }
            ul.logos li#niehs a img {
                height: 51px;
            }

        ul.logos li#hfhs a img {
            height: 39px;
        }

            ul.logos li#dlh a img {
                height: 35px;
            }
/*end*/
.form-control{
    height: 33.5px !important;
}
#form-inline {
    display: -ms-flexbox;
    display: flex;
    display: inline-block !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

/*#searchterm {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

@media screen and (max-width: 991px) {

    .form-inline {
        display: flex;
        flex-flow: row !important;
    }
}

@media screen and (max-width: 1199px) {
    #detroitSection {
        background-color: white;
        /*        margin-right: 20px;
        margin-left: 20px;*/
        height: 400px;
        width: 100%;
        background: url(images/Detroit-Skyline-at-Night_2.jpg) top;
        background-repeat: no-repeat;
        background-size: contain;
    }

        #detroitSection p {
            margin-top: 30px;
            margin-left: 10%;
            margin-right: 10%;
            color: white;
            font-size: 1.4em;
        }

        #detroitSection div#aboutLink {
            align-items: center !important;
            text-align: center;
        }

            #detroitSection div#aboutLink a {
                color: white;
                font-size: 1em;
                font-weight: 500;
                display: inline-block;
                padding: 5px 1em;
                text-decoration: none;
            }
}

@media screen and (max-width: 991px) {
    #detroitSection {
        background-color: white;
        /*        margin-right: 15px;
        margin-left: 15px;*/
        height: 350px;
        width: 100%;
        background: url(images/Detroit-Skyline-at-Night_2.jpg) top;
        background-repeat: no-repeat;
        background-size: contain;
    }

        #detroitSection p {
            margin-top: 25px;
            margin-left: 10%;
            margin-right: 10%;
            color: white;
            font-size: 1.3em;
        }

        #detroitSection div#aboutLink {
            align-items: center !important;
            text-align: center;
        }

            #detroitSection div#aboutLink a {
                color: white;
                font-size: 1em;
                font-weight: 400;
                display: inline-block;
                padding: 5px 1em;
                text-decoration: none;
            }

    /*footer logo*/
    ul.logos li {
        padding: 10px 2px;
    }

        ul.logos li#hhs a img {
            height: 50px;
        }

        ul.logos li#niehs a img {
            height: 41px;
        }

        ul.logos li#hfhs a img {
            height: 33px;
        }

        ul.logos li#dlh a img {
            height: 30px;
        }
}



@media screen and (max-width: 767px) {
    #headerSection {
        background-color: #ffcb00;
        height: 125px;
        background: url(images/masthead_bg.gif) bottom left;
        position: relative;
    }

    #masthead a {
        position: absolute;
        top: 2px;
        left: 25px;
        border: 0px;
        display: block;
        height: 120px;
        width: 500px;
        background: url(images/masthead_h1_md.gif) no-repeat left top;
        text-indent: -9990em;
        text-transform: none;
        font-size: 10px;
    }

    #manu-brand {
        margin-left: 500px;
    }

    #detroitSection {
        background-color: white;
        /*            margin-right: 10px;
            margin-left: 10px;*/
        height: 300px;
        width: 100%;
        background: url(images/Detroit-Skyline-at-Night_2.jpg) top;
        background-repeat: no-repeat;
        background-size: contain;
    }

        #detroitSection p {
            margin-top: 20px;
            margin-left: 10%;
            margin-right: 10%;
            color: white;
            font-size: 1.1em;
        }

        #detroitSection div#aboutLink {
            align-items: center !important;
            text-align: center;
        }

            #detroitSection div#aboutLink a {
                color: white;
                font-size: 1em;
                font-weight: 300;
                display: inline-block;
                padding: 5px 1em;
                text-decoration: none;
            }

    #tollfree {
        display: none;
    }

    .about-bg-color {
        width: 100%;
    }

    .participant-bg-color {
        width: 100%;
    }

    .news-bg-color {
        width: 100%;
    }

    .resource-bg-color {
        width: 100%;
    }

    .contact-bg-color {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    #headerSection {
        background-color: #ffcb00;
        height: 100px;
        background: url(images/masthead_bg.gif) bottom left;
        position: relative;
    }

    #masthead a {
        position: absolute;
        top: 2px;
        left: 25px;
        border: 0px;
        display: block;
        height: 96px;
        width: 400px;
        background: url(images/masthead_h1_sm.gif) no-repeat left top;
        text-indent: -9990em;
        text-transform: none;
        font-size: 10px;
    }

    #manu-brand {
        margin-left: 425px;
    }

    #detroitSection {
        background-color: white;
        /*margin-right: 10px;
        margin-left: 10px;*/
        height: 250px;
        width: 100%;
        background: url(images/Detroit-Skyline-at-Night_2.jpg) top;
        background-repeat: no-repeat;
        background-size: contain;
    }

        #detroitSection p {
            margin-top: 10px;
            margin-left: 10%;
            margin-right: 10%;
            color: white;
            font-size: 1.0em;
        }

        #detroitSection div#aboutLink {
            align-items: center !important;
            text-align: center;
        }

            #detroitSection div#aboutLink a {
                color: white;
                font-size: 1em;
                font-weight: 300;
                display: inline-block;
                padding: 5px 1em;
                text-decoration: none;
            }
}

