﻿/* Base styles */
body {
	background-color: #fff;
	color: #4a4a4a;
	font-family: Roboto, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #262626;
	font-weight: 300;
}

h1 {
	font-size: 1.875rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 1.5rem;
}

.sub-heading {
	border-bottom: 1px dashed #9b9b9b;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}

.summary {
	font-size: 1.125rem;
	line-height: normal;
	margin-bottom: 2rem;
	max-width: 640px;
}

fieldset {
	margin-bottom: 1rem;
}

legend {
	color: #262626;
	font-weight: 300;
	font-size: 1.125rem;
}

a,
a:visited,
a:hover {
	color: #2672a1;
	text-decoration: underline;
}

input,
select,
textarea {
	border: 1px solid #9b9b9b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

.primary-button {
	background-color: #2672a1;
	border: 1px solid #2672a1;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
	padding: 5px 15px;
}

	.primary-button:active,
	.primary-button:hover {
		background-color: #2880b6;
		border-color: #2880b6;
	}

.secondary-button {
	background-color: #fff;
	border: 1px solid #2672a1;
	color: #2672a1;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
}

	.secondary-button:active,
	.secondary-button:hover {
		-moz-box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
	}

input[type=image] {
	border: 0;
}

.hidden,
.print-logo,
.top-bar .search {
	display: none;
}

.material-icons.md-36 {
	font-size: 36px;
}

.input-validation-error {
	border-color: #d0021b;
}

.field-validation-valid {
	display: none;
}

.field-validation-error {
	color: #d0021b;
	display: block;
}

/* General page layout */
.contained-content {
	max-width: 1280px;
	margin: 0 auto;
}

.main {
	margin-top: 68px;
}

.archive {
	padding-bottom: 2rem;
}

/* Breadcrumb */
.archive-breadcrumb {
	font-size: 0.875rem;
	margin: 1rem 0 1.5rem 0;
}

	.archive-breadcrumb a {
		color: inherit;
	}

/* Navigation tabs */
.tabs {
	margin-bottom: 1.5rem;
}

	.tabs ul {
		border-bottom: 2px solid #9b9b9b;
		list-style: none;
		padding: 0;
	}

.tab {
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	display: inline-block;
	padding: 3px 5px;
}

	.tab a {
		color: inherit;
		text-decoration: none;
	}

	.tab.current {
		background-color: #9b9b9b;
	}

		.tab.current a {
			color: #fff;
		}

/* Search form */
.search-form {
	border-bottom: 1px dashed #9b9b9b;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.input-row {
	margin-bottom: 1rem;
}

	.input-row input {
		margin-bottom: 0.5rem;
	}

	.input-row .example {
		font-size: 0.875rem;
	}

.editor-field {
	margin-bottom: 1rem;
}

.year-input {
	width: 4rem;
}

.clear-results {
	margin-bottom: 1rem;
}

/* Search results */
.search-results ol {
	list-style: none;
	padding: 0;
}

.search-results .record {
	border: 1px solid #9b9b9b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	margin: 1rem 0;
	padding: 0.5rem;
	min-height: 120px;
}

.results-per-page,
.results-sort-order {
	margin-bottom: 0.5rem;
}

.clickableArrow {
	display: none;
}

.thumbnail {
	float: right;
}

.pagination,
.viewing,
.pages {
	display: block;
	margin: 1rem 0;
}

	.pages a {
		display: inline-block;
		text-decoration: none;
	}

		.pages a.current {
			background-color: #9b9b9b;
			color: #fff;
		}

	.pages .current,
	.pages .page,
	.pages .prevLink,
	.pages .nextLink {
		border: 1px solid #9b9b9b;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px 12px;
		margin: 0 3px 10px 0;
	}

.toolbar-links span {
	margin-right: 1.5rem;
}

.record-details .table-container {
	margin-bottom: 1.5rem;
}

.record-details .table-container {
	border: 1px solid #9b9b9b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	padding: 15px;
}

.record-details .label {
	margin-bottom: 0.5rem;
}

.record-details .value {
	margin-bottom: 1.5rem;
}

.record-details .button-bar {
	margin: 1rem;
	float: right;
}

.record-details .toolbar-links {
	margin-bottom: 1rem;
}

.session-warning {
	font-size: 0.875rem;
}

#Message,
#ToAddress,
.text-box {
	width: 100%;
	max-width: 350px;
}

#ToAddress {
	margin-bottom: 0.5rem;
}

/* Footer */
.rightBottomPanel {
	display: none;
}

.footer a,
.footer a:visited,
.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .btn-next {
	background-color: #fff;
	color: inherit;
	padding-left: 1.95rem;
	padding-right: 1.67rem;
}

	.footer .btn-next:not(:disabled):not(.disabled):active,
	.footer .btn-next:focus,
	.footer .btn-next:hover,
	.footer .btn-next:active {
		background-color: #ffd333;
		border-color: #ffd333;
		color: #4a4a4a;
		outline: 0;
	}


	.footer .btn-next::after {
		content: '';
		position: relative;
		display: inline-block;
		right: -0.775rem;
		top: .05em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .35em 0 .35em .35em;
		border-color: transparent transparent transparent #4a4a4a;
	}

@media (min-width: 576px) {
	.archive-breadcrumb {
		padding-left: 36px;
	}
}

@media (min-width: 768px) {
	.archive-breadcrumb {
		padding-left: 90px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}
