/* ==============================================
	SITE WIDE
================================================= */


/*  COLOR SCHEME — Whites / Golds / Browns (from the vesica-sun lockup)

White (body background):            #ffffff
Cream (header / panels):            #f8f4ea
Cream, deeper (boxes):              #f3efe4

Deep Brown (primary text):          #2a2416
Muted Brown (visited links):        #6b5220

Bronze / Dark Gold (borders, accents, active menu): #8f6d28
Mid Gold (links, buttons):          #b78a2f
Gold (hover / primary accent):      #c69a3c
Pale Gold (highlight pop):          #f6e7b8

Error / danger red (unchanged, semantic): #CC3333 / #c0392b
*/

:root {
--form-buttons-height: 70px; /* adjust to actual banner height */
}

a {
	cursor: pointer;
}

a:link {
	text-decoration: none;
	color: #8f6d28;
	font-weight: 900;
}


a:visited {
	color: #6b5220;
}

a:hover {
	color: #c69a3c;
}

a:active {
	color: #c69a3c;
}


body,
.body {
  font-family: "Cormorant", "Georgia", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;

  color: #2a2416; /* Deep Brown */
  background-color: #ffffff; /* White */

  font-weight: 400;
  letter-spacing: 0.01em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-bottom: calc(var(--form-buttons-height) + 8px); /* ensures page content isn't hidden */
}

.message {
	color: #8f6d28;
	text-decoration: italic;
	font-weight: 900;
}

.error {
	color: #CC3333;
	text-decoration: italic;
	font-weight: 900;
}


/* ==============================================
	MENU
================================================= */

.menu_list_container
{
	width: 100%;
	text-align: center;
	display: none;
}

.list_menu_item
{
	width: 100%;
	display: block;
	font-size: 26px;
}

#menu_bar {
	display: none;
}

#socialIcons {
	width:200px;
	display: flex;
}

@media only screen and (max-width: 1344px)
{
	#socialIcons {
		display: none;
	}
}

@media only screen and (min-width: 1048px)
{

	/* Menu Styles */
	#menu_bar {
		display: block;
		text-align: center;
		padding-top:2px;
		height: 100%;
		padding-bottom:3px;
		text-transform: uppercase;
		float: right;

	}

	#menu * {
		background: inherit;
		list-style: none;
		padding: 0px;
		margin: 0px;

	}

	#menu_bar ul {
		padding-inline-start: 0px;
	}

	#menu li.headlink {
		float: left;
		background: inherit;
		font-size: 24px;
		text-decoration: none;
		padding-left: 20px;
		padding-right: 20px;
	}



	#menu li.headlink a {
		display: block;
	}


	#menu li.headlink a .highlighted{
		color: #fff;
		background-color: #8f6d28;
		border: 1px solid #8f6d28;
		border-color: #8f6d28;
		border-radius: 30px;
		transition-duration: 300ms;
		padding: 10px;

	}
	#menu li.headlink a .highlighted:hover{
		background-color: transparent;
		/*color: #8f6d28;*/
		color: #c69a3c;
	}

	#menu a {

		color: #2a2416;
		font-weight: bold;
	}

	#menu a:hover {
		display: block;
		background: transparent;
		color: #c69a3c;
		font-weight: bold;
	}

	.activeMenuSection
	{
		color: #c69a3c;
		font-weight: bold;
	}

	#menu a:active {
		color: #2a2416;
		font-weight: bold;
	}


	#menu li.headlink ul li {
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-top: 0px;
		white-space: nowrap;
		background: white;
		font-size: 16px;
		text-align: left;
	}

	#menu li.headlink ul li.menu_section_heading {

		color: #8f6d28;
		text-decoration: italic;
		text-align: left;
	}


	#menu li.headlink ul li a {
		display: inline;
	}


	.headlink_ul_hide {
		display: none;
	}

	.headlink_hover_ul {
		display: block;
		position: absolute;
		border: 1px solid black;
		background: white;
		z-index: 200;

	}

	.headlink_hover_ul_li {
		text-align: left;
		font-size: 12px;
	}

}



/* ==============================================
	HEADER
================================================= */



.headerContainer
{
	width: 1000px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #f8f4ea;
	z-index: 20;
}

.headerLinksBar
{
	height: 50px;
}


/* ==============================================
	FILTERING BOX
================================================= */

.searchAndFilterBox {
	margin-top: 20px;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	padding: 5px;
	background-color:#f3efe4;
	box-shadow: 0 16px 48px rgba(143, 109, 40, .12); /*#8f6d28*/
}


.filterFieldRow
{
	clear: both;

}

.filterFieldRow div
{
	padding-right: 10px;
}



.filterInput {
    padding: 6px !important;
    border-color: #2a2416;
}

.filterInput::placeholder
{
	text-decoration: italic;

}


/* ==============================================
	COMMON PAGE
================================================= */


.pageTitleOuter, .pageTitlePopups
{
	width: 100%;
	height: 60px;
	text-align: center;


	background-color: #f8f4ea;

	border-top-style: outset;
	border-top-width: 1px;
	border-top-color: #e3d9c4;

	margin-right: auto;
	margin-left: auto;

}

@media only screen  and (min-width: 851px) and (max-width: 899px) {
	.pageTitleOuter
	{
		height: 100px;
	}
}


@media only screen and (min-width: 1490px) {
	.pageTitleOuter
	{
		padding-right: 0%;
	}
}


@media only screen and (min-width: 1334px) {
	.pageTitleOuter
	{
		padding-right: 0%;
	}
}

@media only screen and (max-width: 1333px) {
	.pageTitleOuter
	{
		padding-right: 0%;
	}
}

.standardContent {
	max-width: 500px;
  margin: 0 auto;          /* centers horizontally */
  padding: 2rem 1.5rem;

  text-align: center;
}

.pageTitlePopups
{
	height: 50px;
}


.pageTitle
{
	width: 100%;
	z-index: 20;
	background-color: #8f6d28;
	color: #ffffff;
	border-bottom: 2px solid #6b5220;


}

.pageTitleHalf
{
	width: 70%;
	text-align: left;
	z-index: 20;
	float: left;
}

.sql_result_row {
	clear: both;
	min-height: 25px;
}

.inputTextarea {
    display: block;
    width: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b78a2f;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inputTextarea:read-only{
	background: #efe8d8;
}

.filterFloat {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.floatHalf {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: .5%;
}

.floatThirds {
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: .5%;
}

.floatFifths
{
	float: left;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: .5%;
}

.float50 {
	float: left;
	width: 44px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}

.float100 {
	float: left;
	width: 94px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}

.float120 {
	float: left;
	width: 114px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}

.float150 {
	float: left;
	width: 144px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}

.float170 {
	float: left;
	width: 164px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}


.float200 {
	float: left;
	width: 194px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}

.float230 {
	float: left;
	width: 224px;
	background: inherit;
	margin-left: 3px;
	margin-right: 3px;
}

.float250 {
	float: left;
	width: 250px;
	background: inherit;
}

.float280 {
	float: left;
	width: 274px;
	margin-left: 3px;
	margin-right: 3px;
	background: inherit;
}


.float300 {
	float: left;
	width: 300px;
	background: inherit;
}

.float350 {
	float: left;
	width: 344px;
	margin-left: 3px;
	margin-right: 3px;
	background: inherit;
}


.float400 {
	float: left;
	width: 400px;
	background: inherit;
}

.float450 {
	float: left;
	width: 450px;
	background: inherit;
}

.float500 {
	float: left;
	width: 500px;
	background: inherit;
}

.float550 {
	float: left;
	width: 550px;
	background: inherit;
}

.float600 {
	float: left;
	width: 600px;
	background: inherit;
}

.float770 {
	float: left;
	width: 770px;
	background: inherit;
}

.float800 {
	float: left;
	width: 800px;
	background: inherit;
}

.float850 {
	float: left;
	width: 850px;
	background: inherit;
}


.currencyValue100 {
	float: left;
	width: 60px;
	text-align: right;
	margin-right: 40px;
	background: inherit;
}
.currencyValue150 {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 50px;
}

.requiredField
{
	color: red;
}

.requiredFieldNote
{
	display: inline-block;
	text-align: center;
	padding-bottom: 20px;
}



/* ==============================================
	BUTTONS
================================================= */
.inputButton {
	text-decoration: none;
	color: white;
	font-weight: 600;
	background-color: #b78a2f;
	height: 40px;
	border-radius: 7px;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.smallInputButton {
	text-decoration: none;
	color: white;
	font-weight: 600;
	background-color: #b78a2f;
	border-radius: 7px;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    cursor: pointer;
}

/* When these classes are used on an <a> tag (rather than a <button>), the site-wide a:link /
   a:visited / a:hover / a:active rules are more specific than a plain class and would otherwise
   override the white text above with the link-gold color. Re-assert white for every link state. */
a.inputButton:link,
a.inputButton:visited,
a.inputButton:hover,
a.inputButton:active,
a.smallInputButton:link,
a.smallInputButton:visited,
a.smallInputButton:hover,
a.smallInputButton:active {
	color: white;
}


.paginationButton
{
	height: 30px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-radius: 5px;
	border-color: #b78a2f;
}


.disabledButton {
    font-size: 24px;
    font-family: MrEavesModOT;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-primary,
.btn-secondary,
.btn-danger {
    border-radius: 30px;
    transition: all 0.15s ease;
    min-width: 150px;
    border: 2px solid transparent;
    cursor: pointer;
}

/* PRIMARY */
.btn-primary {
    background-color: #b78a2f;
    color: #ffffff;
    border-color: #b78a2f;
}

.btn-primary:hover {
    background-color: #8f6d28;
    border-color: #8f6d28;
    color: #ffffff; /* keep text white */
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* SECONDARY */
.btn-secondary {
    background-color: #f3efe4;
    color: #8f6d28;
    border-color: #8f6d28;
}

.btn-secondary:hover {
    background-color: rgba(143,109,40,0.10);
    color: #8f6d28;
    border-color: #8f6d28;
    background-color: rgba(143,109,40,0.10);
    transform: translateY(-0.5px);
}

/* DANGER */
.btn-danger {
    background-color: #c0392b;
    color: #ffffff;
    border-color: #c0392b;
}

.btn-danger:hover {
    background-color: #a93226;
    border-color: #a93226;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.btn-danger:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.btn{
	font-size: 24px;
	font-family: MrEavesModOT;
	font-weight: bold;
	/* keep vertical size stable: give top/bottom padding and explicit line-height */
	padding: 8px 15px;
	line-height: 1.2;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 10px;
}

/* Ensure hover/focus do not change font-size and thus button height */
.btn:hover,
.btn:focus {
	font-size: 24px;
}




/* ====================================
   FOOTER
   ====================================*/
.footer
{
	text-align: center;
	width: 100%;
	clear: both;

}

.formButtons {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: var(--form-buttons-height);
	padding-top: 10px; /* keep existing vertical spacing /
	padding-bottom: 0; / height covers padding */
	text-align: center;
	background-color: #f8f4ea;
	z-index: 10;
}

.formButtonsInline
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


.leftJustified
{
	text-align: left;
}


.buttonBar
{
	float:clear;
}

.clearFloat
{
	clear: both;
}

.floatLeft
{
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.alert
{
	color: #ff7575;
}


/*    BUTTON CLASSES		*/

button {
	background: #b78a2f;
	color: white;
	font-size: 16px;
	font-weight: 600;
}

button:hover,
button:focus,
button:disabled {
    background: #8f6d28;
	color: #f6e7b8;
	border-color: #f6e7b8;
	font-size: 16px;
	font-weight: 600;
}

button:focus {
    outline: 1px solid #f6e7b8;
    outline-offset: 10px;
}


/* ====================================
   HOMEPAGE LOGO
   ====================================*/

.homepageLogoWrap {
	text-align: center;
	padding-top: 40px;
}

.homepageLogo {
	width: 100%;
	max-width: 420px;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.homepageLogo {
		max-width: 260px;
	}
}


/* ====================================
   TRANSCRIPTS
   ====================================*/

.transcriptBody {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
}

.transcriptBody p {
	margin-bottom: 1em;
}

.transcript-speaker {
	font-weight: 700;
	color: #8f6d28;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

.transcript-direction {
	font-style: italic;
	color: #6b5220;
	margin-bottom: 1em;
}

.transcript-topic {
	font-weight: 700;
	color: #2a2416;
	font-size: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.transcriptDetailHeader {
	max-width: 700px;
	margin: 0 auto 1.5em auto;
	text-align: center;
	border-bottom: 2px solid #e3d9c4;
	padding-bottom: 1em;
}

.transcriptDetailDate {
	font-family: "Marcellus", "Cormorant", "Georgia", serif;
	font-size: 1.5em;
	color: #2a2416;
}

.transcriptDetailEntities {
	color: #8f6d28;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: 0.4em;
}

.transcriptBackLink {
	max-width: 700px;
	margin: 2em auto 0 auto;
	text-align: center;
}

/* Recent transcripts list on the homepage */
.recentTranscripts {
	max-width: 500px;
	margin: 2em auto;
	text-align: left;
}

.recentTranscripts h3 {
	text-align: center;
	color: #2a2416;
	font-family: "Marcellus", "Cormorant", "Georgia", serif;
	margin-bottom: 0.75em;
}

.recentTranscriptsList {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recentTranscriptsList li {
	border-bottom: 1px solid #e3d9c4;
	padding: 0.6em 0;
}

.recentTranscriptsList a {
	display: block;
}

.recentTranscriptDate {
	font-weight: 700;
	color: #8f6d28;
}

.recentTranscriptEntities {
	color: #2a2416;
	font-size: 0.9em;
}

.recentTranscriptsMore {
	text-align: center;
	margin-top: 1em;
}
