* { box-sizing: border-box; }

@viewport {
   width: device-width;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.header
{
	padding: 0;
	margin: 0 0 300px 0;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("jpegs/dome.jpg");
	height: 125px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: inline;
}

.headerLogo
{
	float: left;
	margin: 0;
	padding: 15px 25px 15px 22px;
}

.headerLogo img { height: 91px; }

.headerRight
{
	padding: 0 0 0 0;
	margin: 0 30px 0 300px;
	width: 70%;
	color: white;
	position: absolute;
	vertical-align: middle;
}

.vertLine
{
	height: 95px;
	width: 1px;
	background-color: white;
	margin: 15px 30px 15px 0;
	float: left;
}

.headerText
{
	font-size: 1.8em;
	height: 2.5em;
	color: white;
	margin: 1.5em 0 auto 0;
}

.header h1
{
	font-size: .9em;
	width: 80%;
	margin: auto 0 auto 0;
	padding: 0;
	font-weight: 400;
	position: relative;
}

h2 { margin-top: 2em; }
h3 { margin-top: 2em; }

a:link, a:visited, a:hover, a:active
{
	color: #000000;
	text-decoration: none;
}

.title2
{
	font: italic 13px/14px Georgia, serif;
	margin: -1.25em 0 2em 0;
}

a:hover { text-decoration: underline; }

#nav-placeholder
{
	position: relative;
	top: 125px;
	width: 100%;
}

.lft { float: left; }

.navbar
{
	overflow: hidden;
	background-color: #333;
	padding: 0 1.5em;
}

.navbar a
{
	float: left;
	display: block;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.active
{
	background-color: #04AA6D;
	color: white;
}

.navbar .icon { display: none; }

.dropdown
{
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn
{
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a
{
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover { background-color: #ddd; }
.dropdown:hover .dropdown-content { display: block; }

.navbar a:hover, .dropdown:hover .dropbtn
{
	background-color: #a6192e;
	color: white;
}

.panel
{
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.panel li a
{
	font-weight: 600;
	color: #a6192e;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
}

/* th, td {
     text-align: left;
     padding: 16px;
     font-size: 16px;
}
 */

.card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
.container { padding: 0 16px; }

.container::after, .row::after
{
	content: "";
	clear: both;
	display: table;
}

.cardcolumn
{
	float: left;
	width: 33.3%;
	margin-bottom: 16px;
	padding: 0 8px;
}

@media screen and (max-width: 600px)
{
	.navbar a:not(:first-child), .dropdown .dropbtn { display: none; }

	.navbar a.icon
	{
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px)
{
	.navbar.responsive { position: relative; }

	.navbar.responsive .icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}

	.navbar.responsive a
	{
		float: none;
		display: block;
		text-align: left;
	}

	.navbar.responsive .dropdown { float: none; }
	.navbar.responsive .dropdown-content { position: relative; }

	.navbar.responsive .dropdown .dropbtn
	{
		display: block;
		width: 100%;
		text-align: left;
	}
}

@media screen and (max-width: 600px)
{
	.cardcolumn
	{
		width: 100%;
		display: block;
	}

	.header h1
	{
		font-size: .7em;
		width: 300px;
		margin: auto 0 auto 0;
		padding: 0;
		font-weight: 400;
		position: relative;
	}

	.headerRight
	{
		padding: 2.25em 0 0 0;
		margin: 0 0 0 -.4em;
	}

	.header h1 { font-size: .5em; }
	.vertLine { visibility: hidden; }

	.headerLogo img
	{
		width: 150px;
		height: 54px;
	}
}

@media screen and (max-width: 400px)
{
	.header h1
	{
		font-size: .7em;
		margin: auto 0 auto 0;
		padding: 0;
		font-weight: 400;
	}
}

/* Right-aligned link */
.navbar a.right { float: right; }

/* Accordion info */
.accordion
{
/* Eric Change to Red 091322 */
/* 	background-color: #eee; */

/* Eric Change to White 091322 */
/* color: #444 */

/* Eric Rounded and Margin 091322 */
	border-radius: 30px;
  margin-bottom: 10px;


 	background-color: #a6192e;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
}



/*
.active, .accordion:hover, active a
{
	background-color: #E4002B;
	color: white;
}
 */


/* Eric Separate Hover Bright Red 091322 */
.accordion:hover
{
	background-color: #E4002B;
	color: white;
	transition-delay:.1s;
}

/* Eric Separate Dark Active 091322 */
.active,  active a
{
	background-color: #2f2f2f;
	color: white;
	transition-delay:.05s;
}



.accordion:after
{
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	background-color: white; /* Eric changed to white for contrast  091322*/
	font-size: 15px;
	float: right;
	margin-left: 5px;
	border-radius: 50%;
	padding: .11em 0;
	&#10134: ;
}

.active:after
{
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
	font-size: 15px;
	background-color: white;
	border-radius: 50%;
	padding: .11em 0;
}

/* team views */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

/* Column container */
.row
{
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side
{
	-ms-flex: 30%;
	/* IE10 */
	flex: 30%;
	background-color: #f1f1f1;
	padding: 20px;
}

/* Main column */
.main
{
	-ms-flex: 100%;
	/* IE10 */
	flex: 100%;
	background-color: white;
	padding: 0 4em 0 4em;
	margin-bottom: 150px;
	top: 150px;
	position: relative;
}

/* Fake image, just for this example */
.fakeimg
{
	background-color: #aaa;
	width: 100%;
	padding: 20px;
}

/* slideshow */
.mySlides
{
	display: none;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	font-size: .9em;
}

/* Slideshow container */
.slideshow-container
{
	max-width: 1000px;
	position: relative;
	margin: auto;
	padding-bottom: 1em;
}

/* Caption text */
.captiontext
{
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext
{
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot
{
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dotactive { background-color: #717171; }

/* Fading animation */
.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
     from {
        opacity: .4
    }
     to {
        opacity: 1
    }
}
@keyframes fade {
     from {
        opacity: .4
    }
     to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px)
{
	.text { font-size: 11px; }
}

/* end slide show */
/* Footer */
.footer
{
	height: 230px;
	margin-top: 50px;
	padding: 20px 0 20px 0;
	background: #d3d3d3;
}

.footer-text
{
	color: black;
	font-size: 1em;
}

.footer-column
{
	float: left;
	width: 33.3%;
	padding: 10px 0 10px 10px;
	margin: 0;
	background: #d3d3d3;
}

.footerLogo
{
	height: 125px;
	padding-left: 25px;
	text-align: center;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px)
{
	.row { flex-direction: column; }
}

@media screen and (max-width: 600px)
{
	.footer-column
	{
		width: 100%;
		padding: 10px 0 10px 0;
		margin: 0;
		background: #d3d3d3;
		text-align: center;
	}
}

.centerimage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}


.panel > p > a:link,
.panel > p > a:visited,
.panel > p > a:hover,
.panel > p > a:active,
h3 > a:link,
h3 > a:visited,
h3 > a:hover,
h3 > a:active
{
font-weight: bold !important;
text-decoration: underline;
color:  #a6192e
}


