body {
	background-color: #4e1d11;
	color: black;
	margin: 0px;
	text-align: left;
}

header {
	background-color: #4e1d11;
	height: 45px;
	color: #FFFFFF;
	border-bottom: 2px solid rgba(0, 0, 0, 1);
	display: block;
}
header a.kindex_logo
{
	background-image: url('../images/kindex-logo-small.png');
	background-repeat: no-repeat;
	background-size: 80px;
	display: inline-block;
	height: 35px;
	left: 20px;
	position: absolute;
	top: 5px;
	width: 80px;
}

img.headerimg {
	width: 100px;
	height: 45px;
	margin-left: 0px;
	background-color: white;
}

div.archive-address {
	left: 25%;
	padding-top: 12px;
	position: absolute;
	right: 25%;
	text-align: center;
}

div.archive-address a {
	color: rgb(255,255,255, 60%);
	letter-spacing: .07em;
	text-decoration: none;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
}

div.archive-address a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	text-underline-offset: 3px;
}

div.topbg {
	/*background-image: url('../images/org_background_placeholder.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.topbgcover {
	/* height: 450px; */
	background-color: rgba(255, 255, 255, 0);
	border-top: 1px solid #FFFFFF;
	text-align: center;
}

div.nav1 {
	height: 60px;
	background-color: #FFFFFF;
	background-image: url('../images/search-loop.png');
	background-repeat: no-repeat;
	background-position: 20px;
	background-size: 20px 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #4e1d11;
	font-family: "Proxima Nova", sans-serif;
	font-size: 19px;
	line-height: 2.7em;
	text-align: left;
	letter-spacing: .03em;
	color: #4e1d11;
	min-width: 235px;
	padding-left: 50px;
	border-radius: 30px;
	max-width: 600px;
	margin: auto;
	padding-left: 55px;
}

div.nav1-advsearch {
	height: 50px;
	margin-top: 5px;
}

img.search-settings {
	float: right;
	width: 50px;
	height: 50px;
}

div.nav-prod {
	background-color: rgba(78, 29, 17, 0.8);
	border-bottom: 2px solid rgba(0, 0, 0, .8);
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: "Proxima Nova", sans-serif;
	font-size: 19px;
	line-height: 2.7em;
	margin: 25px auto;
	max-width: 250px;
	min-height: 50px;
	text-align: center;
	width: 65%;
}
div.nav-prod:hover
{
	cursor: pointer;
}

.nav2 {
	text-align: center;
	border-top: 2px solid #FFFFFF;
	background: linear-gradient(rgba(255,255,255,.45), rgba(230,230,230,1));
	margin-top: 40px;
}

.nav2 ul {
	list-style-type: none;
	display: inline-block;
	font-size: 0;
	padding: 0;
}

.nav2 li {
	display: inline-block;
}

.nav2 li a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	padding: 25px 20px;
}

.nav2 li a.selected_cat,
.nav2 li a:hover {
	background: linear-gradient(rgba(255, 255, 255), rgba(230, 230, 230));
	color: #000000;
	}

.nav2 li a:active {
	background-color: #FFFFFF;
}

.nav2 li a:focus {
	background: linear-gradient(rgba(230,230,230,.35), rgba(230,230,230,1));
}
/* Focus is ON when link is being viewed */



div.mid1, div.mid2 {
	min-width: 300px;
	/* max-width: 1366px; */
}

div.engage {
	min-height: 200px;
	background-image: url('../images/fade_1300x50.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	text-align: center;
}

div.engage-collaborate {
	padding-top: 40px;
}

a.engagetext {
	font-family: "Proxima Nova", sans-serif;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	background-color: #5A258F;
	padding: 25px 40px 25px 40px;
	margin: 0px 25px 20px 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
}

p.engagevideos {
	font-family: "Proxima Nova", sans-serif;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: left;
	display: inline-block;
}

div.mid2col {
	width: 33%;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	min-width: 215px;
	/* max-width: 300px; */
}

img.mid2col-img {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

/* This should now be set based on theme
img.cust-color {
	filter: invert(14%) sepia(10%) saturate(5965%) hue-rotate(336deg) brightness(98%) contrast(97%);
}
*/

img.thumb {
	margin: 5px 25px 60px 0px;
	float: left;
	border: 1px solid #000000;
	box-shadow: 5px 5px 5px gray;
}

div.thumbfloat
{
	background: white;
	border: 1px solid black;
	box-shadow: 5px 5px 5px gray;
	float: left;
	height: 100px;
	margin: 5px 25px 5px 0px;
	overflow: hidden;
	position: relative;
	width: 100px;
}
div.thumbfloat img
{
	bottom: 0;
	left: 0;
	height: 100%;
	margin: auto;
	object-fit: cover;
	right: 0;
	top: 0;
	width: 100%;
}

div.mid-gray {
	background-color: #e6e6e6;
}

div.mid1-white {
	background-color: #FFFFFF;
	padding-top: 1px;
}

div.mid-white {
	background-color: #FFFFFF;
}

div.mid-orange {
	background-color: #ffc400;
	padding-top: 1px;
}

div.mid-blue {
	background-color: #80d8ff;
}

div.mid-yellow {
	background-color: rgba(255, 255, 0, 0.5)
}

div.mid-purple {
	background-color: rgba(204, 153, 255, 0.5)
	}

.footer_clear_fix
{
	clear: both;
	margin-bottom: 30px;
}

div.footer {
	margin-top: 0px;
	border-top: 2px solid #000;
	text-align: center;
	background-color: #4e1d11;
}

div.customer-logo {
	display: block;
	margin: 0 auto;
}

a.customer-l
{
	display: inline-block;
	margin: 20px;
}
a.customer-l img {
	height: 150px;
	/*max-width: 300px;*/
}

div.footertext {
	margin-top:50px;
}

h1 {
	color: black;
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size: 60px;
	/* padding-top: 45px; */
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 5px;
}

h2, h3 {
	color: black;
	font-family: "Proxima Nova", sans-serif;
	font-weight: normal;
	font-size: 36px;
}

h2.widep {
	margin-top: 0px;
}

h2.archive-desc {
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size: 24px;
	margin: 0px 0px 25px 0px;
	max-width: 800px;
	display: inline-block;
}

h3.col {
	font-size: 26px;
	padding-left: 25px;
	margin-bottom: 0px;
	color: #4e1d11;
}

h3.col-prod {
	font-size: 18px;
	color: #4e1d11;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-top: 0px;
	margin-top: 10px;
}

h3.cust {
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size: 26px;
	color: #C9C9C9;
	font-weight: 100;
	margin-bottom: 0px;
}

h4.sans-header {
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size:30px;
	font-weight: normal;
	margin: 0px 0px 0px 24px;
	padding-top: 10px;
}

h4.sans-header-centered {
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size:30px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	text-align: center;
}

h4.marginchange {
	margin: 10px 0px 25px 0px;
}

h4.sans-header-circle {
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size:24px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1em;
}

h4.darkgray {
	color: #515151;
}

h5 {
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size:50px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

h5.darkgray {
	color: #515151;
}

div.stat-circle-bg {
	background-color: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #000000;
	text-align: center;
	margin: 0 auto 15px auto;
	display: flex;
	align-items: center;
	width: 215px;
	height: 215px;
}

div.stat-circle {
	background-color: #612194;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 25px #46186B inset;
}

div.stat-circle-bg2 {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 50%;
	display: flex;
	height: 215px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	width: 215px;
}

div.stat-circle2 {
	background-color: #8EEDB3;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 25px #7ACC97 inset;
}

p {
	font-family: "Proxima Nova", sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #515151;
}

div.sans,
div.sans > p,
p.sans /* This line can probably go away */
{
	font-size: 16px;
	color: #515151;
	padding: 0px 25px 5px 25px;
	font-family: "Proxima Nova", sans-serif;
}

p.sans.footer {
	color: #C9C9C9;
	margin-top: 0px;}

p.sans-sub1 {
	font-size: 14px;
	padding: 5px 25px 3px 0px;
	font-family: "Proxima Nova", sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 7px 0px 15px 24px;
	color: #515151;
	background-color: rgba(51,51,51,0);
}

p.sans-sub2 {
	font-size: 14px;
	padding: 5px 25px 3px 15px;
	font-family: "Proxima Nova", sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 10px 0px 20px 24px;
	color: #515151;
	background-color: rgba(51,51,51,.1);
}

p.sans-sub3 {
	font-size: 14px;
	font-family: "Proxima Nova", sans-serif;
	letter-spacing: .05em;
	color: #D4D4D4;
	line-height: 1.3em;
	margin: 0 auto;
	padding-top: 14px;
}

p.darkgray {
	color: #515151;
}

table.stats {
	height: 40px;
	margin: 20px auto;
	margin-top: 0;
	width: 310px;
}
table.stats td
{
	border: none;
}

#bonus_how_scored
{
	margin: 0 auto;
	padding-left: 12px;
	width: 200px;
}

img.icons
{
	width: 25px;
	height: 25px;
}
td.icons
{
	width: 25px;
}

td.data
{
	color: #515151;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	height: 36px;
	letter-spacing: .05em;
}
#completion_counts td.data
{
	font-size: 13px;
	height: 25px;
}

img.logo /* Main Kindex Logo in case no logo is added */ {
	width: 150px;
	height: 90px;
}

img.ahp-customer-logo /* For Archive Homepage Customers */ {
	margin: 40px 0px 20px 0px; /* Make sure customers know not to load logos exceeding 150px in height and 400px in width */
	width: 400px;
}

div.caption {
	width: 150px;
	display: inline;
}

img.floaticon-r {
	float: right;
	border: 1px solid #FFFFFF;
}

img.prod-icon {
	margin-left: 40%;
}

a.footerlink {
	color: #C9C9C9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	text-underline-offset: 3px;
}

a.footerlink:hover {
	text-decoration: underline;
}

ul.featured-collection-records a
{
	text-decoration: none;
}
ul.featured-collection-records > li {
	display: inline-block;
	margin: 0px 30px 25px 0px;
}
/* Thumbnails should already be cropped and sized properly, but these funky rules are needed for some legacy files (e.g. from FamilySearch) which are oversized / non-square. */
ul.featured-collection-records div.frame
{
	background: white;
	border: 1px solid black;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 200px;
}
ul.featured-collection-records img
{
	bottom: 0;
	left: 0;
	height: 100%;
	margin: auto;
	object-fit: cover;
	right: 0;
	top: 0;
	width: 100%;
}
ul.featured-collection-records p
{
	margin-top: 8px;
	max-height: 24px;
	max-width: 200px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* mouse over link */
/* Awaiting inputs
a.rec:hover {
}
*/

p.sansli {
	font-size: 16px;
	color: #515151;
	font-family: "Proxima Nova", sans-serif;
}

#homepage_search
{
	border: none;
	font-family: "Proxima Nova", sans-serif;
	font-size: 19px;
	height: 50px;
	letter-spacing: .03em;
	line-height: 2.7em;
	outline: none;
	width: 542px;
}
#homepage_search:hover::placeholder
{
	font-weight: bold;
}
#homepage_search:focus::placeholder
{
	color: lightgray !important;
}

div.sans.post_body
{
	line-height: 1.5;
	white-space: pre-wrap;
}
div.sans.featured_body p,
div.sans.post_body p
{
	padding: 0px 0px 5px 0px;
}
div.sans.featured_body
{
	max-height: 900px;
	overflow: hidden;
}

.entity_alphabet
{
	background-color: #e6e6e6;
	padding: 1px 0px 1px 0px;
	text-align: center;
}
.entity_alphabet ul
{
	padding: 0;
	text-align: center;
}
.entity_alphabet ul li
{
	display: inline-block;
	font-family: "Proxima Nova", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.entity_alphabet ul li a
{
	display: inline-block;
	height: 28px;
	padding: 10px 15px;
	width: 18px;
}

.entity_results
{
	color: #515151;
	column-count: 4;
	column-gap: 40px;
	column-rule: 1px solid #888888;
	font-family: "Livory Regular", Livory, Palatino, serif;
	font-size: 24px;
	line-height: 1.75em;
	margin: 10px 25px 0px 25px;
	padding-bottom: 40px;
	text-align: left;
}
.entity_alphabet a,
a.results_link
{
	text-decoration: none;
}
.entity_alphabet a:hover,
.entity_alphabet a.selected_letter,
a.results_link:hover
{
	background-color: #000000;
	color: #FFFFFF !important;
}

.entity_result_header
{
	font-family: "Proxima Nova", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	line-height: 2.5em;
	margin: 10px 10px 0 10px;
	padding: 0px;
	text-align: center;
}

.nav_bar_homepage_link
{
	float: left;
	padding: 0;
}
.nav_bar_homepage_link.shift_for_logo
{
	float: left;
	margin-left: 110px;
}
.nav_bar_homepage_link a
{
	display: inline-block;
	padding: 15px;
}

.show_icon_public,
.show_icon_private
{
	background-image: url('../images/product-cloud@2x.png');
	background-size: contain;
	height: 45px;
	position: absolute;
	top: 50px;
	width: 45px;
}
.show_icon_private
{
	background-image: url('../images/product-closet@2x.png');
}

/* Copied from login.css for sign-up modal; importing that style sheet fubars page */
.label-sub
{
	float: right;
	color: #666;
	font-size: smaller;
}

.hompepage-archive-name
{
	padding-left: 0;
}
