/*******************************/
/* Credits to Templated.co (Softhued)*/
/* for providing the basic CSS structure */
/*******************************/


	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 10px;
		padding: 0px;
		background: #333333;
		font-family: 'open sans', sans-serif;
		font-size: 11.5pt;
		font-weight: 500;
		color: #000000;
	}
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 600;
		color: 	#808080;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 200%; /*spacing in paragraphs*/
	}
	
	strong
	{
	}
	
	a
	{
		color: #068900;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		margin: 0px auto;
		padding: 0px;
		width: 99%;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

	.center {
  		display: block;
 	 	margin-left: auto;
  		margin-right: auto;
  		width: 25%;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0em 0em 0em 0em;
		overflow: hidden;
		list-style: none;
		color: #000000;
	}
	
	ul.style1 li
	{
		overflow: hidden;
		display: block;
		padding: 0.5em 0em;
		border-top: 1px solid #D1CFCE;
	}
	
	ul.style1 li:first-child
	{
		padding-top: 0;
		border-top: none;
	}
	
	ul.style1 .image-left
	{
		margin-bottom: 0;
	}
	
	ul.style1 h3
	{
		padding: 0em 0em 1em 0em;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 600;
		color: 	#808080;
	}
	
	ul.style1 a
	{
		text-decoration: none;
		color: #000000;
	}

	ul.style1 a:hover
	{
		text-decoration: underline;
		color: #000000;
	}

	ul.style2
	{
		margin: 0;
		padding-top: 1em;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em;
		background: #ffebcc;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.02em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		color: #FFF;
	}

	.button:hover
	{
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		background: #48ED22;
	}
		
	.button:active
	{
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		background: #40D31F;
	}
		
	.button-big
	{
		padding: 1.0em 4em;
		font-size: 1.4em;
		font-weight: 900;
	}
			
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1.2em;

	}

	.title2 
	{
			margin-top: -1.2em;
		font-weight: 10000;
		font-size: 2.5em;
		color: #000000;
		text-align: center;

	}

	.title h2
	{
		margin-top: -1.2em;
		font-weight: 10000;
		font-size: 2.5em;
		color: #000000;
		text-align: center;
	}

	.title h3
	{
		margin-top: -1.5em;
		font-weight: 10000;
		font-size: 2.5em;
		color: #000000;
		text-align: center;
	}
	
	.title h4
	{
		margin-top: -1.5em;
		font-weight: 600;
		font-size: 1.5em;
		color: #8B0000;
		text-align: center;
	}
	
	.title h5
	{
		margin-top: 0em;
		font-weight: 700;
		font-size: 2.0em;
		color: #B87333;
		text-align: left;
	}
	
	.title .byline
	{
		letter-spacing: 0.02em;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.2em;
		color: 	#8B0000;
		margin-left: 1.5em
	}

	.title .researchline
	{
		letter-spacing: 0.02em;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.3em;
		color: 	#8B0000;
	}

	.title .peopleline
	{
		text-align: center;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.3em;
		color: 	#8B0000;

	}
	
	.title .footer
	{
		letter-spacing: 0.02em;
		font-weight: 1000;
		font-size: 1.2em;
		color: 	#FFFFFF;
		text-align: left;
	}

	

  /* Logo positioning */
        #reallogo {
            position: absolute;
            top: 10px;
            left: 10px;
        }
        
        #reallogo img {
            width: 200px; /* Adjust as needed */
            height: auto; /* Maintain aspect ratio */
        }
        
        #vtlogo {
            position: absolute;
            top: 10px;
            right: 10px;
        }
        
        #vtlogo img {
            width: 275px; /* Adjust as needed */
            height: auto; /* Maintain aspect ratio */
        }
        
        /* Header */
        #header-wrapper {
    margin-top: 50px; /* Adjust the value according to your menu's height */
}

        
        #header {
            position: auto;
            margin-top: 10px; /* Adjust margin-top to provide space for the logos */
        }
        
        /* Logo */
        #logo {
            position: relative;
        }
        
        #logo h1 {
            font-size: 2.0em;
            text-transform: uppercase;
            font-weight: 450;
            color: #FFF;
            margin-top: 10px;
        }
        
        #logo a {
            text-decoration: none;
            color: #FFF;
        }
/*********************************************************************************/
/*DropDown Menu                                                                  */
/*********************************************************************************/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    text-align: left; /* Align the text to the left */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown .dropbtn.active, .dropdown:hover .dropbtn {
    background-color: #0f0f0f;  
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* Submenu specific styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .sub-menu {
    display: none;
    position: absolute;
    left: 180px; /* Adjust as needed to align properly */
    top: 0;
    background-color: #f9f9f9;
    min-width: 340px; /* Adjust the width to fit your titles on one line */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left: 0; /* Remove the indentation if not needed */
}

.dropdown-submenu:hover .sub-menu {
    display: block;
}

/* Link styles for sub-menu */
.sub-menu a {
    color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.sub-menu a:hover {
    background-color: #f1f1f1;
}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu {
    position: fixed; /* Fixed positioning */
    top: 0; /* Align at the top of the viewport */
    right: 0; /* Align to the right */
    background-color: #333333;
    width: 100%; /* Make the menu span the whole width */
    z-index: 1000; /* Ensure the menu appears above other content */
}

#menu ul {
    display: inline-block;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

#menu li {
    display: inline-block; /* Display buttons in a line */
    text-align: center;
}

#menu li a, #menu li span {
    display: block;
    margin: 0px 1px;
    padding: 1em 1em; /* Adjust padding to make buttons clickable */
    letter-spacing: 0.06em;
    line-height: 25px;
    text-decoration: none;
    font-size: 0.90em;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
    color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span {
    background: #0f0f0f;
    color: #FFF;
}

#menu .current_page_item a {
    background: #0f0f0f;
    color: #FFF;
}



/*********************************************************************************/
/* People Buttons                                                                        */
/*********************************************************************************/
	
	.button1 {
  		background-color: 	#0f0f0f;
  		border: none;
  		color: white;
  		padding: 10px 12px;
 	 	text-align: center;
  		text-decoration: none;
  		display: inline-block;
  		font-size: 16px;
  		background-position: center;
	}

	.button2 {
  		background-color: 	#0f0f0f;
  		border: none;
  		color: white;
  		padding: 10px 12px;
  		text-align: center;
  		text-decoration: none;
  		display: inline-block;
  		font-size: 16px;
  		background-position: center;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
	{
		overflow: hidden;
		padding: 1em 0em;
		background: #F6F6F6;
	}
	
	#banner {
    margin: 0; /* Reset margin to prevent extra spacing */
	padding: 2em 0; /* Adjust the padding as needed */
}

	#banner .box-left
	{
		float: left;
	}

	#banner .box-right
	{
		float: right;
	}
	
	#banner h2
	{
		margin: 0;
		padding: 0;
		font-weight: 400;
		font-size: 3em;
		color: #3E454C;
	}
	
	#banner span
	{
		display: block;
		padding-top: 0.50em;
		font-size: 1.4em;
		color: #068900;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#wrapper
	{
		background: #FFF;
	}
	
	#page
	{
		overflow: hidden;
		padding: 5em 0em;
}


/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		width: 90%;
		margin: auto;
	}

	#content2
	{
		width: 90%;
		margin: auto;
	}

	#content3
	{
		width: 85%;
		margin: auto;
	}
:target {
    padding-top: 80px; /* Adjust this value based on your fixed menu's height */
    display: block;
    background-color: #fff; /* Sets a white background, adjust color to match your design */
    box-shadow: none;  /* Removes any box shadow if present */
    border: none !important;
}

  /*margin-top: -30px;  /* Negative margin to pull the target up under the fixed menu */



/*********************************************************************************/
/* Featured                                                                        */
/*********************************************************************************/

	#featured
	{
		background-position: center;
		height: 20em;
		background-image: url(photos/banner.png);
		background-size: cover;
		margin: auto;
	}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
    position: bottom; /* Fixed position to stick to the bottom */
    bottom: 0; /* Position at the bottom of the viewport */
    left: 0; /* Align to the left edge of the viewport */
    width: 100%; /* Span the whole width */
    padding: 3em 0em;
    text-align: center;
    background-color: #333333;
}

#footer header {
    color: #000000;
}

#footer header h2 {
    color: #FFFFFF;
    font-size: 2.2em;
}

#footer header h4 {
    color: #000000;
    font-size: 1.15em;
}

#address {
    overflow: hidden;
    padding: 0em 0em;
    text-align: left;
}

#address header h3 {
    color: #FFFFFF;
    font-size: 1em;
}


	

/*********************************************************************************/
/* One Column                                                                    */
/*********************************************************************************/

	#onecolumn
	{
		margin-top: 1em;
	}
	
	#onecolumn .title
	{
		margin-bottom: 1em;
	}

	#onecolumn .title h2
	{
		font-size: 2.0em;
	}

	#reallogo 
	{
		height: 10em;
		position:absolute;
		top:0.5em;
		left:0.75em;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 1em 0em 0em 0em;
		background-color: #333333;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: 	#FFFFFF;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #FFFFFF;
	}


