
/* ------------------ Color Variables ------------------ */
/*
	Logo: 	#193866 dark blue
			#ffffff white
*/
:root {
	--primary: #efefef; /* Blue */
	--dark-primary: #121b29; /* Dark Blue */
	--med-primary: #aaa; /* Medium Blue */
	--nav-light: #32496F; /* Medium/light Blue */
	--nav-light: #193866; /* Medium/light Blue */
	--nav-dark: #22324C; /* Medium/light Blue */
	--nav-dark: #0f223e; /* Medium/light Blue */
	--light-primary: #aaa; /* Medium/light Blue */
	--secondary: #77A7AA; /* Greenish grey */
	--subtle-accent: #; /*  */
	--bright-accent: #121b29; /* Dark black blue */
	--grey: #aaa; /* Light Grey */
	--body-text: #ffffff; /* Black */
	--contrast-text: #ffffff; /* White */
	--background: #121b29; /* Body Background */
	--headerbg: #dedede; /* Header background */
}

body {
    background: var(--background);
    background: #121b29;
    color: var(--body-text);
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
}

html, body {
    height: 100%;
	display: flex;
	flex-direction: column;
}

#content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 50%;
	padding-top: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
	
}


/* ------------------ Header Styles ------------------ */

.site-branding {
	border: none;
	border: none;
	/*font-family: "Montserrat",sans-serif;*/
}
.header-background {
	background-color: var(--headerbg);
	background-size: 50% ;
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 50%;
	background-image: url('/assets/img/notext VA AER Logo.png');  /* --- PLACE YOUR HEADER IMAGE HERE --- */
	background-image: url('/assets/img/VirginiaChapterLogos-Horizontal.png');  /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-brand {
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 250px;
}
.header-text {
	margin-top: 0px;
}
.header-agency, .header-logo, .header-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-logo a {
	color: var(--bright-accent);
	-webkit-filter: drop-shadow(0px 0px 4px #eee);
	filter: drop-shadow(0px 0px 4px #eee);
	box-shadow: none !important;
	font-weight: normal;
	font-size: 35pt;
	font-family: 'arial', cursive;
}

img.logo {
	padding-top: 0px;
	width: 100%;
	max-width: 200px;
}
.attribution a {
	margin: 0; 
	text-align: right; 
	color: var(--contrast-text); 
}
.header-agency > img {
	width: auto; 
	max-height: 150px;
	float: right;
}
.tag-title {
    color: var(--bright-accent) !important;
    font-size: 2em;
    margin-bottom: -30px;
    font-style: italic;
    display: block;
    padding-top: 10px;
}

.tagline {
    font-weight: 500;
}

/*---------- SUBHEADER ----------*/
.subheader-background img {
	max-width: 20%;
	min-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url('/assets/img/2022-conference-logo.png');   --- PLACE YOUR HEADER IMAGE HERE --- */
}
.subheader-logo {
}
.subheader-brand {
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 250px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.subheader-text {
	margin-top: 0px;
}
.subheader-agency, .subheader-logo, .subheader-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.subheader-logo img {
	size: 20%;
	position-y: 50%;
	position-x: 50%;
	
}

.subheader-logo a {
	color: var(--bright-accent);
	box-shadow: none !important;
	font-weight: normal;
	font-size: 35pt;
	font-family: 'arial', cursive;
}



/* ------------------ Navigation Styles ------------------ */
.navbar {
    background-color: var(--nav-light);
    color: var(--contrast-text);
	padding: 2px;
    letter-spacing: 0.5px;
	border-bottom: 1px solid  var(--nav-light);

}
.navbar-nav .nav-link {
    background-color:  var(--nav-light);
	color: var(--contrast-text);
	font-weight: normal;
	border-left: 1px solid  var(--nav-light);
	border-right: 1px solid  var(--nav-light);
}

.dropdown-menu {
	
}
.nav-link {
	color: var(--contrast-text);
	font-weight: normal;
	border-left: 1px solid  var(--nav-light);
	border-right: 1px solid  var(--nav-light);
}
.navbar-nav > li.nav-item > a.nav-link:hover {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: var(--contrast-text);
}
.dropdown-menu {
    color: var(--contrast-text);
	border-radius: 0;
	border-top: 1px solid var(--dark-primary);
	border-bottom: 1px solid #32496f;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.dropdown-menu .nav-link:hover, .dropdown-menu .nav-link:focus {
	background-color: var(--dark-primary);
    color: var(--contrast-text);
	border-radius: 0;
	border-left: 1px solid var(--dark-primary);
	border-right: 1px solid var(--dark-primary);
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.collapse.show {
	width: 100%;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:not(:disabled):not(.disabled) {
	color: var(--body-text);
	color: #000;
	background: var(--grey);
	border: solid 2px;
}
.navbar-search {
	padding: 7px 15px;
	border: solid 2px;
	background: #dddddd;
	border-radius: 5px;
	top: 2px;
}
.top-navigation {
    letter-spacing: 0.5px;
}

#top-navigation {
    float: right;
}

.nav-item {
	padding: 0 10px;
}

.conferenceNav {
    background-color: var(--nav-dark);
	border-bottom: 1px solid var(--nav-dark);
}

.conferenceNav .nav-link {
    background-color: var(--nav-dark);
	border-left: 1px solid var(--nav-dark);
	border-right: 1px solid var(--nav-dark);
	
}
	

/* ------------------------------------------------ */ 
.group-nav {
	background: var(--light-primary);
}

.group-nav.navbar {
    background-color: var(--light-primary);
    color: var(--contrast-text);
	padding: 2px;
    letter-spacing: 0.5px;

}
.group-nav .navbar-nav .nav-link {
    background-color: var(--light-primary);
	color: var(--contrast-text);
	font-weight: normal;
}
.group-nav > .navbar-nav > li.nav-item > a.nav-link:hover {
	background-color: var(--light-primary);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: var(--contrast-text);
}
.group-nav.dropdown-menu {
	padding: .3rem 0;
	margin: 2px 0;
	background-color: var(--third-primary);
    color: var(--contrast-text);
	border-radius: 0;
}


/* ------------------ Body Styles ------------------ */

body, p {
}
hr {
	width: 100%;
}
h1 {
	color: var(--secondary);
	color: var(--primary);
	padding-bottom: .025em;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: var(--primary) ;
	padding-top: .5em;
	text-align: center;
	font-weight: bold;
}
h3 {
	color: var(--primary) ;
	padding-top: .5em;
	margin-top: .5em;
	text-align: center;
	font-weight: bold;
}
h4, h5, h6 {
	color: var(--primary) ;
	padding-top: .5em;
	font-weight: bold;
	font-weight: bold;
}
p {
	padding-top: 1em;
}
a {
	transition: all 0.3s ease 0s;
	color: var(--secondary);
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: var(--primary) ;
}
	a:not([href]) {
		transition: all 0.3s ease 0s;
		color: var(--secondary);
		font-weight: bold;
		cursor: pointer;
	}
	a:not([href]) a:hover {
		text-decoration: none;
		color: var(--primary) ;
		cursor: pointer;
	}

a > img {
	transition: all 0.3s ease 0s;
}
a > img:hover {
	opacity: .75;
}
a > svg {
	min-width: 20px;
	min-height: 20px;
	color: var(--primary);
}
a > svg:hover {
	cursor: pointer;
}
.table th, .table td {
	padding: .5rem;
}
.text-right {
	float: right;
}
.text-left {
	float: left;
}

.accent-color { 
	color: var(--primary);
}

/*
.shadow {
	-webkit-filter: drop-shadow(0px 0px 5px #111);
	filter: drop-shadow(0px 0px 5px #111);
	box-shadow: none !important;
}
*/

ul.no-bullets {
    list-style: none;
    margin-left: 0;
}

ul.no-pad {
    padding-left: 1em;
    text-indent: -1em;
}

.hometile {
    text-align: center;
    height: 150px;
}

.hometile a {
    vertical-align: middle;
}


.strong {
    font-weight: 600;
}
.italic {
    font-style: italic;
}
.strike {
	text-decoration: line-through;
}

.tall {
    font-size: 1.5em;
}

.nostrong { /* Removes automatic bolding of links */
    font-weight: 400 !important;
}

.right {
	text-align: right;
} 

.center {
	text-align: center;
} 

.left {
	text-align: left;
} 

.center-margin {
	margin: 0 auto;
} 

.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.ytvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bio-pic {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border-radius: 1000px;
	max-width: 75%;
}
.boardMember {
	padding-top: 1.5em;
}
.sponsor-logo {
	padding-top: .75em;
	padding-bottom: 3em;
	width: 100%;
}
.sponsorHeader h3 {
	/*padding-bottom: .5em;
	margin-bottom: .5em;*/
	width: 100%;
	min-height: 2.5em;
}

.anchorName  {
}

.col-sm-8 .bio-pic img {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border-radius: 1000px;
}

.bio-quote {
	margin: 10px 10%;
	text-align: center;
}
 
.bio-right {
	background: ;
}

.biopic-valign {
    margin-top: 11%;
}

.indent {
	padding-left: 30px;
}
.indent-two {
	padding-left: 50px;
}
.indent-three {
	padding-left: 70px;
}

.rafflepic {
	width: 90%;
	align:center;
}
.logopic {
	width: 75%;
	text-align:center;
}
.logopic img {
	text-align:center;
	margin: 0 auto;
}
.biopic {
	width: 90%;
	align:center;
	border-radius: 100%;
}

h3 a {
	color: #fff;
	font-weight: normal;
}
.collapseContainer {
	background-color: ;
	padding-top: .5em;
}

.sessionContainer {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: .5em;
}
.showName.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.showName:before {
    font-family: 'FontAwesome';  
    content: "\f068 ";
}
.sessionDescription {
	padding-top: .5em;
	padding-bottom: .5em;
}
.sessionPresenters a {
	font-weight: 400;
}

.presenterNames  {
	color: var(--secondary);
}
.sessionPresenters, .sessionCredits {
	font-size: 90%;
	font-weight: 400;
	padding-left: 1em;
}
.collapseContainer h4, .collapseContainer p, .collapseContainer div {
	padding-left: .75em;
	padding-right: .75em;
}
.nocollapseContainer h4, .nocollapseContainer p, .nocollapseContainer div {
	padding-left: .75em;
	padding-right: .75em;
}


/* ------------------ Link Type Styles ------------------ */
.externallink:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: "&nbsp; \f35d";
}

.pdf-before:before {
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    Font-size: 1em;
    line-height: 1em;
    content: " \f1c1";
    margin-right: .5em;
}

.pdf:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c1";
}

.ppt:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c4";
}

.doc:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c2";
}

.excel:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c3";
}

.video:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f03d";
}

.google:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f3aa";
}

.imgFile:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f03e";
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    padding: 8px;
    z-index: 100;
	width: 100%;
}
.skip-container {
	width: 100%;
}
.skip-to-content-link {
	background: var(--background);
	height: 2em;
	left: 0%;
	padding: 8px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
	width: 100%;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}
/* ------------------ Footer Styles ------------------ */
.site-footer {
	background: var(--nav-dark);
	color: var(--contrast-text);
	padding-top: 30px;
}
footer {
	margin-top: 30px;
	flex-shrink: 0;
}
.footer-navigation a {
	color: var(--contrast-text);
}
.footer-navigation a:hover {
	color: var(--contrast-text);
}
.footer-menu > .menu-item {
	line-height: 2;
}
.footer-menu > .menu-item > a {
	color: var(--contrast-text);
}
.copy {
	padding-top: 30px;
	margin-bottom: -10px;
	font-size: smaller;
}
.footer-links {
	padding-top: 30px;
	margin-bottom: -10px;
	font-size: smaller;
}
.footer-links > a {
	color: var(--contrast-text);
}
.footer-links > a:hover {
	color: var(--contrast-text);
}
.footer-links-list {
	padding-inline-start: 0px;
}
.footer-links-list > ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.footer-links-list > li {
	display: inline;
	padding: 5px;
}
.footer-links-list > li > a {
	color: var(--contrast-text);
}
.footer-links-list > li > a:hover {
	color: var(--contrast-text);
	text-decoration: none;
}
.footer-links-list > li:not(:first-of-type):before {
	content: " | ";
	padding-right: 10px;
	color: var(--contrast-text);
}

