/* -----------------------------------
Site:       jeffheiser.com
CSS author: Jeff Heiser
Updated:	8/2019
----------------------------------- */
:root {
	--brown: #331a00;
	--cyan: #00ffff;
	--darkgreen: #006400;
	--gold: #c89e47;
	--indigo: #002868;
	--lightblue: #add8e6;
	--maroon: #800000;
	--pink: #ffc0cb;
	--purple: #800080;
	--red: #ff0000;
	--silver: #c0c0c0;
	--teal: #008080;
	--yellow: #ffff11;
	--scrollbar-size: .375rem;
	--scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
	--scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
	--scrollbar-track-color: transparent;
	--scrollbar-color: rgba(0,40,104,0.8);
	--scrollbar-color-hover: rgba(0,40,104,0.9);
	--scrollbar-color-active: rgb(0,40,104);
}
@font-face {
    font-family: 'Looney Tunes';
    src: url('../fonts/looney_tunes.woff2') format('woff2'),
         url('../fonts/looney_tunes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.sr-only { /* better solution */
	height: auto;
	margin: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: absolute;
	display: block;
	left: 15px;
	top: 2px;
	right: auto;
	background-color: #f1f1f1;
	color: #002868;
	clip-path: none;
	text-decoration: none;
	line-height: normal;
	padding: 13px 23px 12px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	z-index: 9999;
}
.nav-link .icon { 
    height: .9em;
    width: 1.5em;
    font-size: inherit; 
}
html { height: 100%;  scroll-behavior: smooth; }
/***** A 1 1 Y  R E S E T *****/
*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) {
	outline: none;
}
body.using-tab a:focus, body.using-tab .btn:focus, body.using-tab button:focus { 
	outline: none; 
	text-decoration: none; 
	box-shadow: 0 0 0 .1rem #fff, 0 0 0 .3rem #ff0dbf; 
}
/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
@media(prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition: none !important;
		animation: none !important;
		scroll-behavior: auto !important;
	}
}
/***** B O D Y *****/
body {
	display: flex;          
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	background: #e1f5fe; 
	color: #212121;
	padding-top: 3.125rem;
	overflow-x: hidden;
}

/***** H E A D I N G S  /  P *****/ 
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-family: "DejaVu Serif", Georgia, serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
	font-weight: 900;
	color: #002868;
	letter-spacing: .05em;
}
h1, .h1 {
	font: 1.75rem 'Looney Tunes', "DejaVu Serif", Georgia, "serif"; 
	color: #000;
	text-align: center;
	letter-spacing: .1em;
}
h1 + p { 
	font-family: "DejaVu Serif", Georgia, serif;
	font-size: 1rem; 
	font-variant: small-caps; 
}
h2, .h2 { font-size: 1.5rem; }
h3, .h3 { font-size: 1.125rem; }
h4, .h4 {
	color: #bf0a30;
	font-size: 1rem;
}
h5, .h5, h6, .h6 {
	color: #002868;
	font-size: 1rem;
}
@media only screen and (min-width: 768px) {
	h2, h3 { 
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	h1, .h1 { font-size: 2.5rem; }
	h2, .h2 { font-size: 1.75rem; }
	h3, .h3 { font-size: 1.25rem; }
	h4, .h4 { font-size: 1.125rem; }
}
@media only screen and (min-width: 992px) {
	h1, .h1 { font-size: 3rem; }
	h1 + p { font-size: 1.25rem; }
	h2, .h2 { font-size: 1.875rem; }
	h3, .h3 { font-size: 1.5rem; }
	h4, .h4 { font-size: 1.25rem; }
	h5, .h5, h6, .h6 { font-size: 1.125rem; }
}

/***** L I N K S *****/ 
a {
	font-family: "DejaVu Serif", Georgia, serif;
	color: #002868;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-touch-callout: none;
	-ms-user-select: none; /* IE 10 version for Windows Phone 8 */
}
.textLink, p a, li a {
	font-weight: 600;
	padding: .1em .2em;
	border-radius: .2em;
}
a:hover { color: #fff; }
main a:not(.btn), .btnBox li a, .textLink {
	background: linear-gradient(to bottom, rgba(0, 40, 104, 0) 0%, rgba(0, 40, 104, 0) 50%, rgba(0, 40, 104, 1) 50%, rgba(0, 40, 104, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
main a:not(.btn):hover, .btnBox li a:hover { background-position: 0 100%; }
footer a, main a.plain-link, .side-nav a { background: none; }
.imgLink:hover {
	background: none!important;
	text-decoration: none;
	opacity: 0.75;
}
.header-link, .header-link:hover, .header-link:focus {
	background: none;
	color: currentColor;
	text-decoration: none;
}
p a[href^="http"]:not([href*="jeffheiser.com"])::after, 
li a.textLink[href^="http"]:not([href*="jeffheiser.com"])::after {
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	content: "\f08e";
	line-height: 0;
	white-space: no-wrap;
	text-indent: 0;
	margin: -0.15em 0 0 .4em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img { font-size: .6875rem; font-style: italic; } /* Style Alt Text */

/***** H E A D E R *****/
header { 
	position: relative;
	flex-shrink: 0;
}
.jeffBox {
	position: relative;
	display: flex;
	width: 100px;
	height: 100px;
	background: #fff url(../images/jeff_avatar.png) no-repeat center;
	background-size: 90px 90px;
	border: 1px solid #c8d0e7;
	border-radius: 50%;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
	transition: .3s linear;
}
.jeffBox:hover { box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff; }
.jeffBox a { width: 100%; }
.jeffBox img {
	position: absolute;
	top: .3125rem;
	left: .3125rem;
	display: block;
	opacity: 0;
	border-radius: 50%;
	transition: opacity .3s linear;
	z-index: 10;
}
.jeffBox img:hover { opacity: 1; }
.bubble:hover::before {
	position: absolute;
	top: 53px;
	left: 70px;
	width: auto;
	min-width: 120px;
	height: auto;
	display: block;
	background-color: rgba(0, 0, 102, 0.7);
	color: #fff;
	font-size: .8125rem;
	text-align: center;
	white-space: nowrap;
	content: "Greetings & Welcome To My Web Site.";
	padding: 3px 8px;
	border-radius: 5px;
	z-index: 20;
}
.bubble:hover::after {
	position: absolute;
	top: 59px;
	left: 52px;
	width: 0;
	height: 0;
	display: block;
	content: "";
	border: 6px solid transparent;
	border-right: 12px solid rgba(0, 0, 102, 0.7);
	z-index: 20;
}
/***** L A Y O U T *****/
main {
	min-height: 400px;
	flex: 1 0 auto;
	padding-bottom: 1rem;
}
/***** F O O T E R *****/
footer {
	flex-shrink: 0;
	background-color: #002868;
	color: #fff;
	padding-top: .625rem;
}
footer p { 
	font-size: .875rem; 
	text-align: center;
}

/***** M O B I L E  N A V I G A T I O N *****/
.navbar-header {
	width: 100vw;
	height: 3.125rem;
	display: flex;
	background-color: #002868;
	margin: 0;
	padding: 0;
}
.navbar-header a {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-around;
    font-size: 1.5rem;
    color: #fff!important;
	text-decoration: none;
}
.navbar-more[aria-expanded="false"] i::before { content: "\f0c9"; }
.navbar-more[aria-expanded="true"] i::before { content: "\f00d"; }
.navbar-form {
	width: 22rem;
	max-width: 100%;
	margin: .5rem auto 0;
}
input[type="search"].form-control { background-color: #ffe; }
input[type="search"].form-control:focus { background-color: #ffd; }
.navbar-form button { border-radius: 0 .25rem .25rem 0; }

.navbar-brand { margin: 0; }
.navbar-brand img {
	width: 42px;
	height: 42px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16), 0 2px 2px 0 rgba(0,0,0,0.12);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
}
/***** N A V I G A T I O N *****/
.navbar {
    width: 100%;
    height: 3.125rem;
	display: flex;
	background-color: #002868;
	margin: 0;
	padding: 0;
	border: 0;
	transition: transform 0.5s ease;  
	transform: translateY(0); 
	z-index: 50;
}
.navbar-hide { transform: translateY(-110%); }
.navbar-nav { 
	flex-direction: row;
	justify-content: center;
	width: 100%; 
}
.nav-item { 
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.nav-link {
	display: flex; 
	flex-direction: column;            
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	text-decoration: none;
	padding-top: .1rem;
	padding-bottom: .1rem;
	cursor: pointer;
	border-radius: 0;
}
.nav-link.active, .nav-link:hover, .nav-link:focus { background-color: rgba(255,255,255,0.4); }
.nav-link:hover i::before, .nav-link:focus i::before { 
	color: #ddd; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
}
#home a.home, #johann-heiser a.heiser, #tobias-bickel a.bickel, #family-tree a.family-tree, #heisers-arlington a.heisers-arlington, #contact a.contact {
	background-color: rgba(255,255,255,0.2);
	border: 0;
	pointer-events: none;
	cursor: default;
}
.navbar-form {
	width: 16rem;
	max-width: 100%;
	margin: .5rem auto 0;
}
.navbar-form .btn { border-radius: 0 .25rem .25rem 0; }
.icon_canvas {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	text-align: center;
}
.icon_canvas i {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 1.75rem;
	color: #fff;
}
.iconText {
	line-height: 1.125rem;
	font-size: .6875rem;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	main { padding-top: 1rem; }
	.navbar-collapse, .navbar-collapse.show { 
		position: fixed;
		top: 3.125rem;
		left: 50%;
		width: 95%;
		max-width: 28.125rem;
		background: url(../images/bkgd_gray_texture.jpg) repeat-y #eee5d3;
		margin: 0;
		padding: 1rem 1.875rem;
		border: .25rem solid #adadad;
		border-top: none;
		border-radius: 0 0 .375rem .375rem;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		transform: translateX(-50%);
		z-index: 50;
	}
	.navbar-nav { 
		flex-wrap: wrap;
		margin: 0 auto; 
	}
	.nav-item { 
		flex: 0 0 25%;
		max-width: 25%;
		margin: 0 auto 1rem;
	}
	.searchBox { 
		flex: 0 0 73%;
		max-width: 73%;
		margin: .25rem;
	}
    #searchButton { width: 54px; }
	.nav-link, .navbar-nav i::before, .navbar-nav .iconText, .nav-link:hover i::before, .nav-link:focus i::before, .nav-link svg { 
		color: #002868; 
	}
    .nav-link svg { margin-top: -2px; }
	.navbar-nav button i.fa-search::before { color: #fff; }
	.nav-link:hover .iconText, .nav-link:focus .iconText { text-decoration: underline; }
	#home a.home, #johann-heiser a.heiser, #tobias-bickel a.bickel, #family-tree a.family-tree, #contact a.contact {
		background-color: rgba(0,0,0,0.2);
		border: 0;
		pointer-events: none;
		cursor: default;
	}
}
@media only screen and (max-width: 575px) {
	.nav-item { 
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media only screen and (max-width: 400px) {
	.searchBox { 
		flex: 0 0 96%;
		max-width: 96%;
	}
}
@media only screen and (min-width: 768px) {
	.navbar-nav { box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15); }
}
@media only screen and (min-width: 992px) { 
	.iconText { font-size: .8125rem; } 
}
@media only screen and (min-width: 1200px){ 
	.nav-item { 
		flex: 0 0 11.11111%;
		max-width: 11.11111%;
	}
}

/***** P A G E  H E A D E R *****/
.page-header {
	position: relative;
	text-align: center;
	margin: 0 auto 2rem;
}
.page-header h2 {
	position: relative;
	display: inline-block;
}
.page-header h2::after {
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: -.8rem;
	height: .2rem;
	width: 80%;
	content: "";
	display: inline-block;
	background-image: -webkit-linear-gradient(left, rgba(26,35,126,0), rgba(26,35,126,1), rgba(26,35,126,0)); 
	background-image: -moz-linear-gradient(left, rgba(26,35,126,0), rgba(26,35,126,1), rgba(26,35,126,0)); 
	background-image: -ms-linear-gradient(left, rgba(26,35,126,0), rgba(26,35,126,1), rgba(26,35,126,0)); 
	background-image: -o-linear-gradient(left, rgba(26,35,126,0), rgba(26,35,126,1), rgba(26,35,126,0)); 
}
@media only screen and (min-width: 768px) {
	.page-header .col-md-6 {
		flex: 0 0 49%;
		max-width: 49%;
	}
}
/***** B U T T O N *****/
.btn { cursor: pointer; }
.btn-outline-dark:hover, .btn-outline-dark:focus {
	color: #343a40;
	background-color: #ddd;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-color: #343a40;
}

/***** B L O C K Q U O T E *****/
blockquote {
	background-color: rgba(188,147,200,0.2);
	font-style: italic;
	margin: 0 0 1.5rem; 
	padding: 1.25rem .625rem .25rem;
	border-left: 5px solid rgba(188,147,200,0.9);
}
.fancy-quote {
	background: none repeat scroll 0 0 transparent;
	border-left: none;
}
.fancy-quote p, .fancy-quote li {
    position: relative;
    color: #333;
    font-family: "Alegreya", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
.fancy-quote p:first-child { text-indent: 5rem; }
.fancy-quote p:first-child::before {
    position: absolute;
    top: -70px;
    left: -60px;
    font-family: serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
	color: rgba(188,147,200,0.7);
    content: "“";
    text-shadow: 7px 14px 10px rgba(0,0,0,0.1);
}

/***** M O D A L S *****/
.modal.fade .modal-dialog {
    opacity: 0;
	transform: scale(0.7);
}
.modal.show .modal-dialog {
    opacity: 1;
	transform: scale(1);
}
.modal-header { 
	background-color: #c9ecf8; 
	border-bottom: 1px solid #c0c0c0;
}
.modal-title { 
	font-size: 1.5rem; 
	color: #006; 
	margin-right: 4.5rem; 
}
.modal-body { 
	max-height: calc(90vh - 3rem);
	background: url(../images/bkgd_gray_texture.jpg) repeat-y #eee5d3;
	overflow-y: auto;
	border-radius: 0 0 .3rem .3em; 
}
.close {
	position: absolute;
	top: -.75rem;
	right: 2rem;
	font-size: 2.5rem;
	color: #002868;
	cursor: pointer;
}
.close:hover, .close:focus { color: #002868; }
@media only screen and (min-width: 768px) { .modal-dialog { max-width: 700px; } }
@media only screen and (min-width: 992px) { .modal-dialog { max-width: 900px; } }

/***** S E A R C H  M O D A L *****/
#searchModal .modal-dialog { max-width: 600px; }
#searchModal .modal-dialog-scrollable .modal-content { overflow: visible; }
#searchModal .close {
    position: absolute;
    top: -64px;
    right: -64px;
    float: none;
    font-size: 48px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}
#searchModal .close:hover, .close:focus { color: #fff; }
#searchModal .modal-body { 
    background: #fff;
    font-size: 19px;
    border-radius: 4px; 
}
#searchModal .search-input {
    position: relative;
    height: 72px;
    width: 480px;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 0 8px 0;
}
#searchModal .search-input input {
    display: block;
    width: 100%;
    font-size: 19px;
    background-color: transparent;
    color: #212121;
    line-height: 1em;
    margin: 0;
    padding: 8px 0;
    text-align: left;
    border: none;
    border-bottom: 1px solid #212121;
}
#searchModal .search-input input:focus { outline: none; }
#searchModal .search-input label {
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 19px;
    line-height: 1em;
    font-weight: normal;
    pointer-events: none;
    transition: 0.2s ease all;
}
#searchModal .search-input input:focus ~ label {
    top: 0;
    font-size: 16px;
    color: #212121;
}
#searchModal .search-input label.not-empty {
    top: 0;
    font-size: 16px;
}
#searchModal .search-input .fa-search {
    position: absolute;
    color: #212121;
    left: 102%;
    top: 26px;
    font-size: 24px;
    transition: 0.2s ease all;
}
#searchModal .search-input input:focus ~ .fa-search {
    left: -32px;
    top: 26px;
    color: #212121;
}
#searchModal .search-input .fa-search.not-empty {
    left: -32px !important;
    top: 26px !important;
}
#searchModal .search-input .fa-remove {
    position: absolute;
    color: #212121;
    right: -32px;
    top: 26px;
    font-size: 24px;
    opacity: 0;
    transition: 0.2s ease all;
}
#searchModal .search-input input:focus ~ .fa-remove {
    color: #212121;
    opacity: 1;
    cursor: pointer;
}
#searchModal .search-input .fa-remove.not-empty { opacity: 1 !important; }
#searchModal .search-input .bar {
    display: block;
    width: 0;
    margin-left: 50%;
    height: 1px;
    background: #212121;
    opacity: 0;
    transition: 0.2s ease all;
}
#searchModal .search-input input:focus ~ .bar {
    opacity: 1;
    width: 100%;
    margin-left: 0;
}

/***** T O O L T I P S  /  P O P O V E R S *****/
.tooltip-inner {
	max-width: 20rem;
	background-color: #fff;
	color: #002868;
	font-weight: 700;
	border: 1px solid #002868;
	box-shadow: .1rem .1rem .15rem rgba(0, 0, 0, 0.5);
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #002868; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: #002868; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { border-left-color: #002868; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { border-right-color: #002868; }
.popover {
	width: 216px;
	background-color: #fff;
	border-color: #002868;
}
.popover-header {
	background-color: #002868;
	color: #fff;
	margin: 0;
}
.popover-body { color: #002868; }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { border-bottom-color: #002868; }
#famtreeMap .popover { margin-top: -100px; margin-left: 50px; z-index: 9999; }
#famtreeMap .popover-title { text-align: center; }

/***** S C R O L L B A R *****/
.scrollbar {
	overscroll-behavior: contain;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: var(--scrollbar-ff-width);
}
/* This class controls what elements have the new fancy scrollbar CSS */
.scrollbar { scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color); }
.scrollbar::-webkit-scrollbar {
	height: var(--scrollbar-size);
	width: var(--scrollbar-size);
}
.scrollbar::-webkit-scrollbar-track { background-color: var(--scrollbar-track-color); }
.scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--scrollbar-color);
	border-radius: 3px;
}
.scrollbar::-webkit-scrollbar-thumb:hover { background-color: var(--scrollbar-color-hover); }
.scrollbar::-webkit-scrollbar-thumb:active { background-color: var(--scrollbar-color-active); }
.scrollbar::-webkit-scrollbar-thumb:vertical { min-height: var(--scrollbar-minlength); }
.scrollbar::-webkit-scrollbar-thumb:horizontal { min-width: var(--scrollbar-minlength); }

/***** G O T O P *****/
.gotop, .gotop:focus {
	display: none;
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	width: 3.2rem;
	height: auto;
	color: #002868;
	background-color: rgba(0, 0, 0, 0);
	font-size: 3rem;
	opacity: 1;
	padding: 0;
	border: 0;
	-webkit-appearance: none; /* Safari */
	z-index: 50;
}
.gotop:hover { opacity: 0.8; }
@media only screen and (max-width: 991px) { .gotop { display: none!important; } }

/***** O R D E R E D  L I S T *****/
.fa-one::before, .fa-two::before, .fa-three::before, .fa-four::before, .fa-five::before, .fa-six::before, .fa-seven::before,
.fa-eight::before, .fa-nine::before, .fa-ten::before, .fa-eleven::before, .fa-twelve::before, .fa-thirteen::before, .fa-fourteen::before {
	content: "1";
	background: #002868;
	color: #fff;
	font-size: 90%;
	font-weight: 700;
	padding: 3px 6px;
	border-radius: 50%;
}
.fa-two::before { content: "2"; }
.fa-three::before { content: "3"; }
.fa-four::before { content: "4"; }
.fa-five::before { content: "5"; }
.fa-six::before { content: "6"; }
.fa-seven::before { content: "7"; }
.fa-eight::before { content: "8"; }
.fa-nine::before { content: "9"; }
.fa-ten::before { content: "10"; padding: 3px; }
.fa-eleven::before { content: "11"; padding: 3px; }
.fa-twelve::before { content: "12"; padding: 3px; }
.fa-thirteen::before { content: "13"; padding: 3px; }
.fa-fourteen::before { content: "14"; padding: 3px; }

/***** M I S C E L L A N E O U S *****/
.bg-light { background-color: rgba(255,255,255,0.5); }
.bold { font-weight: 700; }
.bolder {
	font: bold 125%/normal Verdana, Geneva, sans-serif;
	color: #ba8e37;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 -1px 0 rgba(0,0,0,0.7);
	vertical-align: baseline;
	margin-right: .1em;
}
.border-heading {
	padding-top: .375rem;
	padding-bottom: .375rem;
	border-top: double .25rem #bb0f2f;
	border-bottom: double .25rem #bb0f2f;
}
.columns {
	-webkit-columns: 3 20em;
	columns: 3 20em;
	-webkit-column-gap: 2em;	
	column-gap: 2em;	
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto; 
}
.columns p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.d-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.divider {
	clear: both;
	width: 80%;
	height: 5px;
	margin: 1.5em auto;
	border-top: 2px solid #002868;
	border-bottom: 1px solid #002868;
}
font110 { font-size: 110%; }
hr {
	width: 80%;
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,40,104,0), rgba(0,40,104,1), rgba(0,40,104,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,40,104,0), rgba(0,40,104,1), rgba(0,40,104,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,40,104,0), rgba(0,40,104,1), rgba(0,40,104,0)); 
	background-image: -o-linear-gradient(left, rgba(0,40,104,0), rgba(0,40,104,1), rgba(0,40,104,0)); 
	margin-left: 10%;
	margin-right: 10%;
}
.shadow2 {
    border: 0;
	border-top: 1px solid #eee;
	border-radius: .6rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, 0.3), 0 .2rem 2rem rgba(0, 0, 0, 0.094) inset, 0 -.1rem .7rem rgba(0, 0, 0, 0.1);
}
.spacer {
    clear: both;
    margin: 1.5rem auto;
}
.spacer::before, .spacer::after {
	display: table;
	content: " ";
}
.spacer::after { clear: both; }
.twoColumn {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0; 
	-moz-column-gap: 0; 
	column-gap: 0;	
	-webkit-column-rule: none; 
	-moz-column-rule: none; 
	column-rule: none; 
}
.w-900 { width: 96%; max-width: 900px; margin-left: 2%; }

@media only screen and (max-width: 479px) {
	.col-6 { 
		flex: 0 0 96%;
		max-width: 96%;
		margin-left: 2%;
	}
}
@media only screen and (min-width: 576px) { 
	.twoColumn {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 3rem; 
		-moz-column-gap: 3rem; 
		column-gap: 3rem;	
	}
}

/***** A N I M A T I O N S *****/
.buzz {
	outline: none;
	-webkit-transform: translateZ(0);
	animation: buzz 15s linear infinite;
}
@keyframes buzz {
	.5% { transform: translateX(3px) rotate(2deg); }
	1% { transform: translateX(-3px) rotate(-2deg); }
	1.5% { transform: translateX(3px) rotate(2deg); }
	2% { transform: translateX(-3px) rotate(-2deg); }
	2.5% { transform: translateX(2px) rotate(1deg); }
	3% { transform: translateX(-2px) rotate(-1deg); }
	3.5% { transform: translateX(2px) rotate(1deg); }
	4% { transform: translateX(-2px) rotate(-1deg); }
	4.5% { transform: translateX(1px) rotate(0); }
	5%, 100% { transform: translateX(-1px) rotate(0); }
}
.jello {
	outline: none;
    transform-origin: center;
	-webkit-transform: translateZ(0);
	animation: jello 15s linear 8s infinite;
}
@keyframes jello {
	1.1% { transform: none; }
	2.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
	3.3% { transform: skewX(6.25deg) skewY(6.25deg); }
	4.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
	5.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
	6.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
	7.7% { transform: skewX(0.390625deg) skewY(0.390625deg); }
	8.8% { transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
	9.9%, 100% { transform: none; }
}
.pulse, .close {
	outline: none;
	-webkit-transform: translateZ(0);
	animation: pulse 1s linear .2s infinite;
}
.pulse:hover, .pulse:focus, .close:hover, .close:focus { animation-play-state: paused; -webkit-animation-play-state: paused; }
@keyframes pulse {
	from { transform: scale3d(1, 1, 1); }
	50% { transform: scale3d(1.05, 1.05, 1.05); }
	to { transform: scale3d(1, 1, 1); }
}
.rubberBand {
	outline: none;
	-webkit-transform: translateZ(0);
	animation: rubberBand 15s linear 4s infinite;
}
@keyframes rubberBand {
	0% { transform: scale3d(1, 1, 1); }
	3% { transform: scale3d(1.25, 0.75, 1); }
	4% { transform: scale3d(0.75, 1.25, 1); }
	5% { transform: scale3d(1.15, 0.85, 1); }
	6.5% { transform: scale3d(.95, 1.05, 1); }
	7.5% { transform: scale3d(1.05, .95, 1); }
	10%, 100% { transform: scale3d(1, 1, 1); }
}

/***** T E X T  S E L E C T I O N *****/
::selection { background: rgba(0,0,0,0.3); }

/***** P R I N T  S E L E C T I O N *****/
#btnPrint { 
	display: block;
	margin: 0 auto;
}
.modal-header .btn-print { 
	float: left; 
	color: #006; 
	border-color: #006;
}
h4.printer { 
	font-size: 30pt;
	font-weight: bold;
	text-align: center; 
	margin-bottom: 2rem;
}
@media screen { .printer { display: none; } }
@page {  margin: .7in .5in; }
@media print {
	body { font-size: 16pt;}
	.modal-dialog { max-width: 900px; }
	.container, .modal-dialog, .modal-body, .col-print { 
		flex: 0 0 96%;
		width: 96%;
    	max-width: 96%;
		float: none;
		margin: 1rem auto;
		padding-right: 15px;
		padding-left: 15px;
		border: 0; 
	}
	.modal-body { 
		height: 100%;
		max-height: 100%;
		font-size: 16pt;
		overflow: hidden;
		border: 0;
	}
	.img-thumbnail, .modal-content { border: 0; }
	.page-header h2 { font-size: 30pt; margin: 1em 0 0; } 
	p.intro:first-letter, li a, p a, p.dropcap:first-letter, ol.custom > li:before { font-weight: bold; color: #000!important; }
	.twoColumn, .columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0; 
		-moz-column-gap: 0; 
		column-gap: 0;	
	}
	a[data-toggle=modal]:after, li a[href$=".jpg"]:after, li a[data-toggle=popover]:after,
	a[href]:after, abbr[title]:after, .btn-print, .mCSB_draggerContainer { 
		display: none; 
	}
	.printer { display: block; }
}