/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end CSS reset */

div.holsinger-page_title {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.3em;
	letter-spacing: 0.1em;
	color: #828A8F;
	margin: 0px;
	padding: 15px 0 15px 0;
}

span.page_title_small_caps {
	font-size: 0.8em;
	font-weight: normal;
}

div.subcontent_title,
h2 {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: #828A8F;
	margin: 0;
	padding-bottom: 0.5rem;
	padding-top:  10px;
}

div.subcontent_subtitle,
h3 {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #828A8F;
	margin: 0px;
	padding-bottom: 1em;
}

h3 { font-style: normal; }

.holsinger-content a,
.holsinger-content span.aspan {
	color: #828A8F;
	text-decoration: none;
}

.holsinger-content a:hover,
.holsinger-content span.aspan:hover {
	color: #cccccc;
	cursor: pointer;
}

.holsinger-content a.foot-note-link {
	color: #005990;
	font-size: 0.6em;
	line-height: 1em;
	vertical-align: super;
}

.holsinger-content a.foot-note-link:hover {
	color: #cccccc;
}

.holsinger-content {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.holsinger-content p,
.holsinger-content blockquote {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #000000;
}

.holsinger-content div.center_text,
.holsinger-content span.center_text {
	text-align: center;
}

.holsinger-content div.left_text,
.holsinger-content span.left_text {
	text-align: left;
}

.holsinger-content div.right_text,
.holsinger-content span.right_text {
	text-align: right;
}

div.line-spacer {
	width: 100%;
	height: 2px;
	background-color: #afafaf;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.footnotes {
	width: 90%;
	padding-top: 40px;
}

p.foot-note {
	font-size: 0.8em;
}

em {
	font-style: italic;
}

sup {
	vertical-align: super;
	font-size: 0.8rem;
	line-height: 0.4rem;
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

ul.subcontent_list {
	margin: 0 0 0 20px;
}

ul.subcontent_list li {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #000000;
}

ul.bulleted { list-style-type: disc; }

.hs_wht { color: #FFFFFF; }
.hs_gld { color: #FFE56D; }
.hs_red { color: #760d17; }
.hs_prp { color: #331E54; }
.hs_grn { color: #295D50; }
.hs_blu { color: #004065; }
.hs_brn { color: #94420E; }

.hs_red_bg { background-color: #760d17; }
.hs_prp_bg { background-color: #331E54; }
.hs_grn_bg { background-color: #295D50; }
.hs_blu_bg { background-color: #004065; }
.hs_brn_bg { background-color: #94420E; }


/* --------------- Layout --------------- */

div#all-content {
	padding: 0;
	margin: 0;
	width: 100%
}

div#header-content,
div#main-content,
div#footer-content {
	width: 100%;
}

div#main-menu,
div#logo,
div#holsinger-content-wrapper {
	width: 90%;
	max-width: 66rem;
	margin-left: auto;
	margin-right: auto;
}

div#header-top {
	width: 100%;
	height: auto;
	overflow: visible;
	background-color: #828A8F;
}

div#header-bottom {
	width: 100%;
	height: auto;
	overflow: visible;
	background-color: #ffffff;
	border-bottom: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
}

div.holsinger-content {
	display: table;
	width: 100%;
}

div.holsinger-subcontent {
	display: table-row;
}

div.holsinger-subcontent-left,
div.holsinger-subcontent-right,
div.holsinger-subcontent-center {
	display: table-cell;
	vertical-align: top;
}

div.holsinger-subcontent-left {
	width: 33.33%;
	padding-right: 2%;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.holsinger-subcontent-right {
	width: 66.66%;
	padding-left: 2%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.holsinger-subcontent div.timeline {
	border-left: solid 2px #000000;
}

div.holsinger-subcontent div.leftline {
	border-left: solid 2px #afafaf;
}

div.holsinger-subcontent div.rightline {
	border-right: solid 2px #afafaf;
}

div.holsinger-subcontent div.topline {
	border-top: solid 2px #afafaf;
}

div.holsinger-subcontent div.bottomline {
	border-bottom: solid 2px #afafaf;
}

div.vertmid {
	vertical-align: middle;
}

div.holsinger-subcontent-center {
	width: 99.99%;
}

div.holsinger-subcontent-left-image-wrapper {
	position: relative;
	width: 100%;
	margin-top: 1.0rem;
	margin-bottom: 1.5rem;
}

img.holsinger-subcontent-left-image {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.holsinger-subcontent-left-image-text p {
	font-size: 0.80em;
	padding-top: 0;
	padding-bottom: 0;
	color: #666666;
}

div.holsinger-subcontent-left-text p {
	color: #666666;
}

div.holsinger-subcontent-center-image-wrapper {
	position: relative;
	width: 100%;
}

img.holsinger-subcontent-center-image {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.holsinger-subcontent-center-image-text {
	font-size: 0.90em;
	margin-top: 0.5em;
}

/* --------------- Header --------------- */

div#logo {
	padding-top: 0;
	padding-bottom: 0.5rem;
	background-color: #828A8F;
}

div#logo img.logo_image {
	width: 100%;
}

/* --------------- Main Menu --------------- */

div#main-menu {
	background: #ffffff;
}

div#main-menu::after {
	content: "";
	clear: both;
	display: table;
}

ul#main-menu-links {
	margin: 0;
	padding: 0;
	background: #ffffff;
	float: left;
	position: relative;
}

ul#main-menu-links li {
	display: block;
	float: left;
	list-style: none;
	padding: 0 1px;
	margin: 0 1px;
	position: relative;
	/* border-right: solid 2px #000000; */
}

ul#main-menu-links li.last-item {
	/* border-right: none; */
}

ul#main-menu-links li.bullet-link::before {
	content: "";
	background: #000000;
	position: absolute;
	bottom: 25%;
	left: 0;
	height: 50%;
	width: 1px;
}

ul#main-menu-links a,
ul#main-menu-links span.nav-blank {
	float: left;
	color: #000000;
	background: #ffffff;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	/* text-transform: uppercase; */
	font-size: 1.0em;
	line-height: 2.4em;
	letter-spacing: 0.075em;
	padding: 0 0.6em;
	text-decoration: none;
}

ul#main-menu-links li a:hover,
ul#main-menu-links li a:focus {
	color: #FFE56D;
	background: #ffffff;
}

ul#main-menu-links li a:active {
	color: #FFE56D;
	background: #ffffff;
}

ul#main-menu-links li:hover > ul, ul#main-menu-links li ul:hover {
	visibility: visible;
	display: block;
}

ul#main-menu-links li ul {
	visibility: hidden;
	position: absolute;
	display: none;
	min-width: 40px;
	top: 2.4em;
	left: -5px;
	z-index: 999;
}

ul#main-menu-links li ul li {
	display: block;
	clear: both;
	width: 100%;
	white-space: nowrap;
	background: #828A8F;
	border-bottom: solid 1px #ffffff;
	border-right: none; 
}

ul#main-menu-links li ul li.first-item {
	border-top: solid 2px #ffffff;
}

ul#main-menu-links li ul li a {
	color: #ffffff;
	background: #828A8F;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

ul#main-menu-links li ul li a:hover,
ul#main-menu-links li ul li a:focus {
	color: #FFE56D;
	background: #828A8F;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	
}

ul#main-menu-links li ul li a:active {
	color: #FFE56D;
	background: #828A8F;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

/* --------------- Footer --------------- */

div#holsinger-footer-wrapper {
	border-top: solid 54px #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

div#footer-top, 
div#footer-bottom-wrapper {
	width: 90%;
	max-width: 66rem;
	margin-left: auto;
	margin-right: auto;
}

#footer-top,
#footer-top-wrapper,
#footer-top-wrapper-wrapper {
	color: #ffffff;
	background-color: #828A8F;
}

#footer-bottom,
#footer-bottom-wrapper,
#footer-bottom-wrapper-wrapper {
	color: #000000;
	background-color: #ffffff;
}

#footer {
}

#footer-top-wrapper-wrapper,
#footer-bottom-wrapper-wrapper {
}

#footer-top-wrapper,
#footer-bottom-wrapper {
}

#footer-top {
	margin-bottom: 0px;
}

#footer-bottom {
	display: table-row;
}

#footer-top-left,
#footer-top-middle,
#footer-top-right {
	display: inline-block;
	width: 33%;
}

#footer-bottom-left,
#footer-bottom-middle,
#footer-bottom-right {
	display: table-cell;
	width: 33%;
}

#footer-top {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	white-space: nowrap;
}

#footer-top a {
	color: #ffffff;
	text-decoration: none;
}

#footer-bottom a {
	color: #000000;
	text-decoration: none;
}

#footer-top a:hover, #footer-bottom a:hover {
	color: #cccccc;
	text-decoration: none;
}

#footer-top-left {
	vertical-align: middle;
}

#footer-top-middle {
	vertical-align: middle;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}

#footer-top-right {
	vertical-align: middle;
}

div#footer-top div.social {
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 0.25rem;
}

div#footer-top div.social a {
	stroke: #ffffff;
	fill: #ffffff;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
	text-decoration: none;
}

div#footer-top div.social a:hover {
    stroke: #000000;
    fill: #000000;
}

/*

#footer div#footer-uva-iath {
	vertical-align: middle;
	width: 33%;
	white-space: nowrap;
}

#footer img#footer-uva {
	display: inline;
	vertical-align: middle;
	width: 100%;
	max-width: 102px;
	margin-left: 10px;
}

#footer img#footer-iath {
	display: inline;
	vertical-align: middle;
	width: 100%;
	max-width: 102px;
}

#footer span#footer-uva-iath-line {
	display: inline-block;
	width: 1px;
	height: 1.66em;
	border-right: solid 1px #a9c0e1;
	vertical-align: middle;
}

*/

#footer div#footer-contact {
	font-size: 0.9em;
	margin-left: 10px;
	white-space: normal;
}

#footer div#footer-last_modified {
	font-size: 0.9em;
	margin-left: 10px;
}

#footer div#footer-last_modified div {
	white-space: normal;
}

#footer-bottom {
	font-size: 0.9em;
	line-height: 1.25em;
}

#footer-bottom-left {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}

#footer-bottom-middle {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}

#footer-bottom-right {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}

#footer div.footer-bottom-content {
	padding-top: 1.0rem;
	padding-right: 10px;
	padding-bottom: 1.0rem;
	padding-left: 10px;
}

#footer-bottom-left div.footer-bottom-content {
	border-left: solid 1px #7D7C68;
}

#footer-bottom-middle div.footer-bottom-content {
	border-left: solid 1px #7D7C68;
}

#footer-bottom-right div.footer-bottom-content {
	border-left: solid 1px #7D7C68;
	margin-left: -2px;
}

#footer div.footer-bottom-header {
	min-height: 30px;
	margin-bottom: 1.0rem;
	vertical-align: top;
	font-weight: bold;
}

#footer div.footer-sponsor {
	width: 100%;
	min-height: 150px;
	margin-bottom: 20px;
}

#footer div.footer-sponsor-header {
	margin-bottom: 1.0rem;
}

#footer div.footer-sponsor-logo {
	width: 100%;
	text-align: left;
}

#footer div.footer-sponsor-logo img {
	width: 90%;
	max-width: 414px;
	height: auto;
}

/* --------------- Homepage --------------- */

div#holsinger-home_page-content-wrapper {
	width: 100%;
}

div.holsinger-home_page-subcontent {
	width: 100%;
}

div.home_page-section {
	width: 90%;
	max-width: 66rem;
	margin-left: auto;
	margin-right: auto;
}

div.home_page-section_title {
	font-family: 'Whitney Semibold', Verdana, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.2rem;
	color: #FFE56D;
	padding-bottom: 0.5rem;
}

div.home_page-section_title-extra {
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

div.home_page-section_subtitle {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #FFE56D;
}

div.home_page-section_text {
	width: 100%;
	padding-top: 1.5rem;
}

div.home_page-section_text p {
	color: #ffffff;
	font-size: 1.125rem;
	/* text-align: justify; */
	/* text-justify: auto; */
}

div.home_page-section_text a {
	text-decoration: none;
	color: #FFE56D;
	letter-spacing: 0.125em;
	white-space: nowrap;
}

div.home_page-section_text a:hover {
	color: #828A8F;
}

/* subsection */

div.home_page-subsection_trio {
	width: 100%;
	display: flex;
	padding-top: 1.5rem;
	padding-bottom: 1.0rem;
	background-color: #ffffff;
}

div.home_page-subsection {
	width: 33.33%;
	height: auto;
	border-left: solid 1px #828A8F;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

img.home_page-subsection_image {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.home_page-subsection_title {
	color: #760d17;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding: 0 0 0.5em 0;
}

div.home_page-subsection_text {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #000000;
}

div.home_page-subsection_text a.trio_link {
	text-decoration: none;
	color: #760d17;
	letter-spacing: 0.125em;
	display: block;
}

div.home_page-subsection_text a.trio_link:hover {
	color: #828A8F;
}

div.home_page-subsection_duo {
	width: 100%;
	display: flex;
}

div.home_page-duo {
	width: 50%;
	height: auto;
	padding-top: 1.75rem;
	padding-bottom: 0.75rem;
	float: left;
}

div.duo_left { padding-right: 2%; margin: auto; }
div.duo_right { padding-left: 2%; margin: auto; }

div.home_page-duo img.gold_border,
div.home_page-duo img.holsinger_mark {
	width: calc(100% - 8px); /* adjusted for 4px gold border  */
}

div.home_page-duo img.holsinger_mark {
	margin-top:0.75rem;
}

/* --------------- Pages --------------- */

div#pagetop { 
    width: 100%; 
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 30px;
}

div#pagetop.no_trio { padding-top: 0; }

div.pagetop-content-wrapper {
    width: 90%;
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto;
}

div.pagetop_trio {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div.pagetop-subsection {
    width: 31.5%;
    height: auto;
}

img.pagetop-subsection_image {
    width: calc(100% - 8px); /* adjusted for 4px gold border  */
}

div.holsinger-pagetop_title {
    font-family: 'Whitney', Verdana, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    color: #FFE56D;
    padding-top: 1rem;
}

/* --------------- Extra --------------- */

img.gold_border {
    background: -webkit-linear-gradient(left, #FDB918, #FEDE63, #C6841E, #FEDE63, #FDB918);
    background: linear-gradient(to right, #FDB918, #FEDE63, #C6841E, #FEDE63, #FDB918);
    padding: 4px;
}

img.dropshadow {
	box-shadow: 0.25rem 0.25rem 0.5rem #999999;
}

div.bulleted::before {
	content: '\2605';
	color: #ffcb4f;
	font-size: 1.5em;
	line-height: 1.0em;
	margin-top: 0.25em;
	float: left;
}

div.big_quote,
blockquote {
	position: relative;
	padding-left: 2.4em;
	width: 90%;
}

div.big_quote::before,
blockquote::before {
    display: block;
    content: "\201C";
    font-family: 'Noto Serif', serif;
    font-size: 3.25em;
    position: absolute;
    left: 0px;
    top: 0.25em;
    color: #ffcb4f;
}

p.conclusion::after {
	content: '\25A0';
	color: #828A8F;
	font-size: 1.5em;
	line-height: 0.5em;
	margin-left: 0.25em;
}

span.small_caps {
	font-variant: small-caps;
}

.holsinger-content a {
	text-decoration: underline;
}

.holsinger-subcontent-left-image-text a {
	text-decoration: none;
}

