/*
    GENERAL TYPOGRAPHY
*/


#content, #content p, .hentry, .hentry p {
      color: #555;

      font-size: 1.1em;
      line-height: 1.4em;
      font-family: "Ubuntu", "Roboto", "Sans";
}

.hentry {
  padding: 25px;
}

.hentry h1,
.hentry h2,
.hentry h3:not(.unc-home-quote),
.hentry h4:not(.unc-home-quote),
.hentry h5,
.hentry h6 {
      color: #5EBBAA;
      font-weight: bold;
      line-height: 1.2em;
      font-size: 1.7em;
      clear: both;
      display: block;
}






/*
    BLOCKQUOTES
*/

blockquote {
    display: block;
    clear: both;
    font-style: italic;
    padding: 35px 35px 25px 35px;
    /* text-shadow: 3px 3px 5px rgba(0,0,0,0.25); */
    background-color: rgba(98,184,168,0.8);
    border-radius: 3px;
    border-left: 10px double #5FBBAA;
    font-size: 1.2em;
    font-weight: 700 !important;
}

blockquote, blockquote span, blockquote p, blockquote li {
   color: #FFFFFF !important;
   font-weight: bold !important;
}

blockquote.lead-in {
    font-size: 1.4em;
}






@media all and (min-width: 960px) {
    .logo, .logo img {
         width: 300px;
         height: 113px;
     }
}






.unc-page-detail {
    font-size: 0.9em !important;
    font-style: italic;
    line-height: 1.3em !important;
    margin-right: 1em;
    margin-left: 2em;

}


li.unc-materials {
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    padding: 1em;
    margin: 1em;
}


h1 {
    font-size: 3em !important;
}

h2 {
    font-size: 2em !important;
}

h3 {
    font-size: 1.8em !important;
}



/*
    Styling of citation links in body
*/

a.citation {
    font-weight: bold;
    font-size: 80%;
    position: relative;
    top: -0.3em;
}

a.citation::before {
    content: "[";
}

a.citation::after {
    content: "]";
}

.inline-citation, .footnote {
    font-size: 0.9em;
    line-height: 1.2em;
    font-style: italic;
    display: block;
    color: #007fae;
    padding: auto 2em auto 2em;
    margin: 2em;

}

/* styling of the citation bottom block itself */
ul.citations li,
ul.citation li,
#citation-0 li {
    margin: 0.25em 0em 0.5em 2em;
    text-indent: -2em;


}

.hentry ul:not(.citation) li {
    list-style-type: disc;
}

.hentry a:link {
    color: #007FAE
}

.hentry a:visited {
    color: #5EBBAA
}






/*
    HORIZONTAL RULE BEFORE ENDNOTES
*/

hr {
    border-top: 1px solid #999 !important;
}


.looking-ahead {
    border: 1px solid #000;
    background-color: #ddd;
    display: block;
    margin: 2em;
    padding: 2em;
}


.table-striped {
    border: 1px solid #aaa;
}




#elegance-modal {
    z-index: 99999;
}

.home-white h1,
.home-white h2,
.home-white h3,
.home-white h4,
.home-white h5,
.home-white h6 {
    color: #FFF !important;
    margin: 5px;
}

.home-white .btn-primary {
    color: #FFF !important;
}

.home-white figure {
    margin: 15px !important;
}

#left-logo h2 a,
#left-logo h1 a {
    font-size: 0.8em !important;
    line-height: 0.8em !important;
}


.logo {
    width: 100%;
}


@media all and (min-width: 960px) {
    .container {
	width: 960px;
    }
}

@media all and (min-width: 1200px) {

    .container {
	width: 1200px;
    }
}

.new-header-block {
     margin-bottom: 25px;
}

/**
 * Custom CSS for States posts
 */
div.row-alternate-color,
div.row-alternate-color h3,
div.row-alternate-color p,
div.state-demographics,
div.state-demographics h3,
div.state-demographics p {
  color: #fff !important;
}
