@charset "utf-8";
/* -----------------------------------
Site:       jeffheiser.com
CSS author: Jeff Heiser
Updated:	4/2022
----------------------------------- */
:root {
	--blue: #002868;
	--brown: #331a00;
	--cyan: #00ffff;
	--darkgreen: #006400;
	--gold: #c89e47;
	--indigo: #002868;
	--lightblue: #add8e6;
	--maroon: #800000;
	--pink: #ffc0cb;
	--purple: #800080;
	--red: #ee0000;
	--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;
	font-display: swap;
}
*, *::before, *::after { scrollbar-gutter: stable; }
.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;
}
html {
	height: 100%;
	transition: font-size .2s linear;
	scroll-behavior: smooth;
	scroll-padding-top: 1rem;
}
@view-transition { navigation: auto; }
@media(prefers-reduced-motion: no-preference) {
    @view-transition { navigation: auto;  }
}
/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
/***** 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; 
}
@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;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-font-smoothing: antialiased;
}
/***** 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;
	font-variant-numeric: lining-nums;
	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;
	color: #000;
}
h2, .h2 { font-size: 1.5rem; }
.page-header h2, .page-header .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.25rem; }
h4, .h4 {
	color: #bf0a30;
	font-size: 1.125rem;
}
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.5rem; }
	h4, .h4 { font-size: 1.25rem; 	}
}
@media only screen and (min-width: 992px) {
	h1, .h1 { font-size: 3rem; }
	h1 + p { font-size: 1.25rem; }
	h2, .h2, .page-header h2, .page-header .h2 { font-size: 2rem; }
	h3, .h3 { font-size: 1.75rem; }
	h4, .h4 { font-size: 1.5rem; }
	h5, .h5, h6, .h6 { font-size: 1.25rem; }
}
/***** L I N K S *****/
a {
	font-family: "DejaVu Serif", Georgia, "serif";
	font-variant-numeric: lining-nums;
	color: #002868;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-touch-callout: none;
}
.textLink, p a, li a {
	padding: .1em .2em;
	border-radius: .2em;
}
p a, li a { font-weight: bold; }
main a:not(.btn), .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, .textLink:hover { background-position: 0 100%; color: #fff; }
footer a, main a.plain-link, .side-nav a { background: none; }
.imgLink:hover {
	background: none !important;
	text-decoration: none;
	opacity: 0.75;
}
p a.mobile, p a.search { padding: .5rem 1rem .5rem 2.2em; }
p a.search { padding-left: 2.5em; }
/* Style Alt Text */
img {
	font-size: .6875rem;
	font-style: italic;
}

/***** 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;
	overflow-x: hidden;
	padding-bottom: 1rem;
}

/***** F O O T E R *****/
body > footer {
	position: sticky;
	top: 100vh;
	flex-shrink: 0;
	background: url(../images/bkgd_gray_texture.jpg) repeat-y #eee5d3;
	font-size: .8125rem;
	padding: .625rem 1rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer .navbar-nav { 
	flex-direction: row;
	justify-content: center;
    align-items: center;
	width: 100%; 
}
footer .nav-item { 
	flex: 0 0 11.11111%;
	max-width: 11.11111%;
    font-size: .8125rem;
    text-align: center;
}
footer p { text-align: center; }
.smlogo {
	display: block;
	margin: .5rem auto 0;
}
#home footer a.home, #resume footer a.resume, #portfolio footer a.portfolio, #faq footer a.faq, #about footer a.about, #contact footer a.contact, #testimonials footer a.testimonials {
	background-color: #fff;
	color: #002868;
	pointer-events: none;
	cursor: default;
	padding: .1em .2em;
	border: 1px solid #002868;
	border-radius: 2px;
}

footer li a:hover {
	background-color: transparent;
	color: #002868;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	footer .container {
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}
    footer .navbar { 
        margin-left: -15px; 
        margin-right: -15px;
        padding: .5rem 0;
    } 
}

/***** M O B I L E  N A V I G A T I O N *****/
.navbar-header {
	width: 100vw;
	display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
	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;
	text-decoration: none;
	margin-top: -.2rem;
	z-index: 5;
}
.navbar-header a:hover { background: rgba(255, 255, 255, 0.2); }
.navbar-header a:hover i::before {
	color: #e5e5e5;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
}
.navbar-more {
	width: 3.5rem;
	height: 3.5rem;
	flex: 0 0 3.5rem;
	max-width: 3.5rem;
	background-color: #fff!important;
	margin-top: -.5rem;
	border: 2px solid #002868!important;
	border-radius: 50%;
}
.navbar-more i, .navbar-more:hover i::before  { color: #002868!important; margin-top: .875rem; }
a[aria-expanded="false"] .navbar-more .icon_canvas i::before { content: "\f0c9"; }
a[aria-expanded="true"] .navbar-more .icon_canvas i::before { content: "\f00d"; }
.navbar-brand { margin: 0; padding: 0; }
.navbar-brand img {
	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%;
}
.navbar-form {
	width: 22rem;
	max-width: 100%;
	margin: .5rem auto 0;
}
.navbar-form .btn { border-radius: 0 .25rem .25rem 0; }

/***** N A V I G A T I O N *****/
header .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); 
}
header .navbar-nav { 
	flex-direction: row;
	justify-content: center;
	width: 100%; 
}
header .nav-item { 
	flex: 0 0 10%;
	max-width: 10%;
}
.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;
	border-radius: 0;
}
.nav-link.active, .nav-link:hover, .nav-link:focus { background-color: rgba(255,255,255,0.2); }
.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, #resume a.resume, #faq a.faq, #portfolio a.portfolio, #testimonials a.testimonials,
#about a.about, #contact a.contact, #choosejeff a.choosejeff, #seo a.seo, #website a.website {
	background-color: rgba(255,255,255,0.2);
	border: 0;
	pointer-events: none;
	cursor: default;
}
.icon_canvas {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 1.75rem;
	text-align: center;
}
.icon_canvas i {
	display: block;
	width: 100%;
	height: 1.75rem;
	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;
}
@media only screen and (max-width: 767.98px) {
	body { padding-top: 0; }
	body > footer { height: 7.0625rem; }
	.fixed-top { top: auto; bottom: 0; }
	.btn { overflow: hidden; }
	#home .navbar { background-color: #696969; }
	.navbar-collapse {
		position: absolute;
		bottom: 3.125rem;
		left: 50%;
		width: 95%;
		max-width: 28.125rem;
		background: url(../images/bkgd_gray_texture.jpg) repeat-y #eee5d3;
		margin: 0;
		padding: 1rem;
		border: .25rem solid #002868;
		border-bottom: none;
		border-radius: .375rem .375rem 0 0;
		transform: translateX(-50%);
	}
	.navbar-nav { 
		flex-wrap: wrap;
		margin: 0 auto; 
	}
	.icon_canvas { height: 2.25rem; }
	.icon_canvas i { font-size: 2.25rem; height: 2.25rem; }
	header .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 { 
		color: #002868; 
	}
	.navbar-nav .navbar-form i::before { color: #fff; }
	.nav-link:hover .iconText, .nav-link:focus .iconText { text-decoration: underline; }
}
@media only screen and (max-width: 400px) {
	header .nav-item { 
		flex: 0 0 33%;
		max-width: 33%;
	}
	.searchBox { 
		flex: 0 0 96%;
		max-width: 96%;
	}
}
@media only screen and (min-width: 768px) { header .navbar-hide { transform: translateY(-110%); } }
@media only screen and (min-width: 992px) { .iconText { font-size: .8125rem; } }

/***** P A G E  H E A D E R *****/
.page-header {
	position: relative;
	text-align: center;
	margin: 1.5rem auto 2rem;
}
.page-header-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 400px;
	max-width: 400px;
}
.page-header-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 calc(100% - 400px);
	width: calc(100% - 400px);
	max-width: 100%;
	margin-bottom: 1.5rem;
}
.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));
}
.page-header h1.white::after, .page-header h2.white::after {
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/***** B U T T O N S *****/
.btn {
	position: relative;
	transform: translate3d(0, 0, 0);
}
.btn::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}
.btn:active::after {
	transform: scale(0, 0);
	opacity: .3;
	transition: 0s;
}
.btn::-moz-focus-inner { border: 0; }
.btn-primary {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	background-color: #0b5ed7;;
	border-color: #0a58ca;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-famtree, .btn-bugs {
	width: 7.5rem;
	height: 2.25rem;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #002868;
	white-space: nowrap;
	border: .125rem solid #002868;
	border-radius: .25rem;
	z-index: 10;
}
.btn-famtree:hover, .btn-famtree:active {
	background-color: #fff;
	color: #002868;
	border-color: #002868;
}
.btn-famtree.grow::before {
	left: 1.1em !important;
	font: var(--fa-font-solid);
	content: "\f183  \f182  \f1ae  \f1ae";
}
.btn-bugs {
	width: auto;
	background: url("../images/logo_bugs-bunny32.png") no-repeat .75rem 50% rgba(0, 0, 0, 0);
	font-size: .875rem;
	color: #000;
	margin-top: 1.25rem;
	padding-left: 3.125rem;
	border-color: #f60;
}
.btn-bugs:hover, .btn-bugs:active {
	color: #343a40;
	border-color: #f60;
	background-color: #ddd;
}
.btn-outline-white, .btn-outline-white:hover, .btn-outline-white:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-outline-white:hover, .btn-outline-white-focus { background-color: rgba(255, 255, 255, 0.2); }
.btn-outline-white .fa-file-pdf-o::before { color: #fff !important; }
.btn-outline-dark, .btn-outline-dark:hover, .btn-outline-dark:focus {
	color: #212529;
	background-color: transparent;
	border-color: #212529;
}
.btn-outline-dark:hover, .btn-outline-dark-focus { background-color: #ddd; }
.btn-xs {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.btn-xs:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 3px 11px 0 rgba(0, 0, 0, 0.15);
	transform: scale(1.05);
}
.btn-xs.back { padding-left: 2.5em; }

/***** I C O N  G R O W *****/
.back, .grow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-left: 2.2em;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	transition-duration: 0.3s;
}
.back::before, .grow::before {
	content: "\f137";
	position: absolute;
	left: 1em;
	font-family: "Font Awesome 6 Pro"; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
	padding: 0 1px;
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.back:hover::before, .back:focus::before, .back:active::before {
	text-shadow: none;
	transform: scale(1.3) translate(-4px, 1px);
}
.grow:before { content: "\f015"; }
.grow:hover::before, .grow:focus::before, .grow:active::before {
	text-shadow: none;
	transform: scale(1.3) translateZ(0);
}
.btn.grow::before, li.grow::before, .page-header h2::before { left: .7em; }
.about.grow::before { content: "\f05a"; }
.arrow-up.grow::before {
	content: "\f062";
	left: .2em;
	top: -.2em;
	font-size: 1.333em;
	color: #bf0a30;
}
.ban.grow::before { content: "\f05e"; }
.birthday.grow::before { content: "\f1fd"; }
.book.grow::before { content: "\f02d"; }
.calendar.grow::before { content: "\f073"; color: #fff; }
.cart.grow::before { content: "\f07a"; }
.checkmark.grow::before { content: "\f046"; color: #006400; text-shadow: none; }
.clock.grow::before { content: "\f017"; }
.cloud.grow::before { content: "\f0c2"; color: #fff; }
.codepen.grow::before { content: "\f1cb"; color: #000; }
.contact.grow::before { content: "\f0e0"; }
.cover.grow::before { content: "\f0f6"; }
.css.grow::before { font: var(--fa-font-brands); content: "\f13c"; color: #0070ba; top: .5rem; }
.cubes.grow::before { content: "\f1b3"; }
.danger.grow::before { font: var(--fa-font-solid); content: "\f071"; color:#e60000; }
.directions.grow::before { content: "\f3c5"; color: #006400; }
.download.grow::before { content: "\f019"; }
.email.grow::before { content: "\f0e0"; color: #800000 !important; }
.facebook.grow::before { content: "\f230"; color: #3b5998; }
.faq.grow::before { content: "\f0cb"; }
.game.grow::before { content: "\f11b"; }
.gears.grow::before { content: "\f085"; }
.globe.grow::before { content: "\f0ac"; color: #006994; }
.google.grow::before { content: "\f1a0"; color: #0057e7; }
.html5.grow::before { font: var(--fa-font-brands); content: "\f13b"; color: #d75a3a; }
.linkedin.grow::before { content: "\f0e1"; color: #3399cc; }
.links.grow::before { content: "\f0c1"; }
.lock.grow::before, .privacy.grow::before { content: "\f30d"; }
.magic.grow::before { content: "\f0d0"; color: #fff; }
.map.grow::before { content: "\f3c5"; }
.mobile.grow::before, .mobile2.grow::before { content: "\f3cd"; }
.modal.grow::before { content: "\f08e"; }
.music.grow::before { content: "\f001"; color: #000; }
.newspaper.grow::before { content: "\f1ea"; }
.phone.grow::before { content: "\f3cd"; }
.photos.grow::before { content: "\f03e"; }
.plane.grow::before { content: "\f072"; }
.portfolio.grow::before { content: "\f0b1"; }
.print.grow::before { content: "\f02f"; }
.puzzle.grow::before { content: "\f12e"; }
.queries.grow::before { content: "\f0d0"; }
.resume.grow::before { content: "\f15c"; }
.search.grow::before { content: "\f002"; }
.send.grow::before { content: "\f1d8"; left: .5em; }
.share.grow::before { content: "\f1e0"; color: #ee0000; }
.sitemap.grow::before { content: "\f0e8"; }
.smiley.grow::before { content: "\f118"; }
.soccer.grow::before { content: "\f1e3"; color: #000; }
.spinner.grow::before { content: "\f110"; color: #fff; }
.star.grow::before { content: "\f005"; color: #c89e47; }
.store.grow::before { content: "\f19c"; }
.sun.grow::before { content: "\f185"; color: #ff0; }
.testimonials.grow::before { content: "\f0e6"; }
.text.grow::before { content: "\f0f6"; }
.thumbsup.grow::before { content: "\f087"; }
.video.grow::before { content: "\f03d"; }
/***** B L O C K Q U O T E *****/
blockquote {
	background: #f9f9f9;
	border-left: 1rem solid #ccc;
}
.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: "Font Awesome 6 Pro"; 
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	color: rgba(188, 147, 200, 0.7);
	content: "\f10d";
	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 {
	color: #002868;
	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: .5rem;
	right: 2rem;
	float: none;
	font-size: 3rem;
	color: #002868;
}
.close:hover { 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; } }

/***** 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; }
.bs-tooltip-left.show { left: -20px!important; }
.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; }
span[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

/***** 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: 1.5rem;
	right: .5rem;
	width: 3rem;
	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: 991.98px) { .gotop { display: none !important; } }

/***** O R D E R E D  L I S T *****/
.ol-one::before, .ol-two::before, .ol-three::before, .ol-four::before, .ol-five::before, .ol-six::before, .ol-seven::before, .ol-eight::before, .ol-nine::before, .ol-ten::before, .ol-eleven::before {
	content: "1";
	background: #002868;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: 700;
	padding: 3px 6px;
	border-radius: 50%;
}
.ol-two::before { content: "2"; }
.ol-three::before { content: "3"; }
.ol-four::before { content: "4"; }
.ol-five::before { content: "5"; }
.ol-six::before { content: "6"; }
.ol-seven::before { content: "7"; }
.ol-eight::before { content: "8"; }
.ol-nine::before { content: "9"; }
.ol-ten::before { content: "10"; padding: 3px; }
.ol-eleven::before { content: "11"; padding: 3px; }
.list-block > li { display: block; } /* Use with .grow in lists. */
/* Makes better left alignment */
.fa-ul { margin-left: 2em; }
.fa-ul li { margin-bottom: .375rem; margin-left: -.5em; }

/***** S I D E  N A V I G A T I O N *****/
.side-nav {
	position: fixed;
	right: -20px;
	top: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: all 0.35s ease-in-out;
	z-index: 50;
}
.side-nav a {
	width: 65px;
	height: 48px;
	float: left;
	background: currentColor;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	padding-right: 20px;
	transition: all 0.35s ease-in-out;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.side-nav a:hover, .side-nav a:focus { transform: translateX(-20px); }
.side-nav i {
	font-family: "Font Awesome 6 Pro"; 
	color: #fff;
}
.side-nav .fa-facebook:before, .nav-icon .fa-facebook:before { font-family: FontAwesome; content: "\f09a"; }
.side-nav .fa-linkedin:before, .nav-icon .fa-linkedin:before { font-family: FontAwesome; content: "\f0e1"; }
.side-nav .facebook, .side-nav .facebook:hover, .side-nav .facebook:focus { background: #3b5998; }
.side-nav .linkedin, .side-nav .linkedin:hover, .side-nav .linkedin:focus { background: #0e76a8; }
.side-nav .directions, .side-nav .directions:hover, .side-nav .directions:focus { background: var(--darkgreen); }
.side-nav .search, .side-nav .search:hover, .side-nav .search:focus { background: var(--purple); }
.side-nav .share, .side-nav .share:hover, .side-nav .share:focus { background: var(--red); }
.side-nav .accessibility, .side-nav .accessibility:hover, .side-nav .accessibility:focus { background: #155196; }

/***** F O R M S *****/
#contactForm {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}
.form-header {
	background-color: #c9ecf8;
	text-align: center;
	margin-top: -3rem;
	margin-bottom: 1.25rem;
	padding: 1rem;
	border-radius: .25rem;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.form-header h3 { font-size: 1.5rem; }
.form-control { background-color: rgba(255, 255, 255, 0.7); }
#contactForm .form-control { background-color: rgba(192, 192, 192, 0.1); }
.form-control:focus, #contactForm .form-control:focus { background-color: rgba(255, 255, 221, 0.7); }
input[type="search"].form-control { background-color: #fff; }
input[type="search"].form-control:focus { background-color: #ffd; }
#contactForm .form-group {
	position: relative;
	margin-left: 2.5%;
	margin-bottom: 1.5rem;
	width: 95%;
}
.input-group-prepend, .input-group-append {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(173, 218, 230, 0.5);
	font-size: 1.333333em;
	line-height: 1;
	color: #555;
	text-align: center;
	white-space: nowrap;
	padding: .375rem .75rem;
	border: 1px solid #ccc;
	border-radius: .25rem;
}
.input-group-prepend {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -1px;
}
.input-group-append {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}
.has-error .input-group-prepend, .has-error .input-group-append, #contactForm .has-error .form-control {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-success .input-group-prepend, .has-success .input-group-append, #contactForm .has-success .form-control {
	color: #3c763d;
	background-color: #dff0d8 !important;
	border-color: #3c763d;
}
.has-success .asterisk, .has-error .asterisk {
	padding-right: 1.5rem;
	padding-left: .375rem;
}
.form-control-feedback {
	position: absolute;
	top: 40px;
	right: -5px;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	pointer-events: none;
	z-index: 2;
}
.has-success .form-control-feedback { color: #3c763d; }
.has-error .form-control-feedback { color: #a94442; }
#contactForm .captcha.has-feedback .form-control-feedback {
	left: 48%;
	top: 0;
}
#char-count {
	position: absolute;
	top: .5rem;
	right: 0;
}
#captchaOperation {
	text-align: right;
	margin-top: .25rem;
}
#captcha {
	width: 3.25rem;
	float: left;
}
@media only screen and (min-width: 992px) {
	#contactForm .captcha.has-feedback .form-control-feedback { left: 38%; }
	#captchaOperation {
		width: 6.25rem;
		float: left;
	}
}
@media only screen and (min-width: 1200px) { #contactForm .captcha.has-feedback .form-control-feedback { left: 35%; } }
/**
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */
.bv-form .help-block {
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 1px .25rem;
}
.bv-form > .captcha > .help-block {
	left: 4.375rem;
	right: auto;
	bottom: -1rem;
}
.nav-tabs li.bv-tab-success > a { color: #3c763d; }
.nav-tabs li.bv-tab-error > a, .has-error .help-block { color: #a94442; }

/***** M I S C E L L A N E O U S *****/
.bold { font-weight: 700; }
.bolder {
	font: bold 125%/normal Verdana, Geneva, sans-serif;
	color: #8d721e;
	text-shadow: -1px 0 1px #c6bb9f, 
    	0 1px 1px #c6bb9f, 
	    5px 5px 10px rgba(0, 0, 0, 0.4),
	    -5px -5px 10px rgba(0, 0, 0, 0.4);
	vertical-align: baseline;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #585858;
    margin-right: .1em;
}
.border-heading {
	padding-top: .375rem;
	padding-bottom: .375rem;
	border-top: double .25rem #bb0f2f;
	border-bottom: double .25rem #bb0f2f;
}
.columns {
	columns: 3 20em;
	column-gap: 2em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.columns p, .columns .card {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.d-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.danger { color: #c00; }
.divider {
	clear: both;
	width: 80%;
	height: 5px;
	margin: 1.5em auto;
	border-top: 2px solid #002868;
	border-bottom: 1px solid #002868;
}
.fa-file-pdf-o::before { color: orangered !important; }
.fa-pull-up { margin-top: -0.1em; }
.fa-pull-down { margin-top: 0.1em; }
.font110 { font-size: 1.1em; }
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%;
}
.indent, .intro, #faq .card-body p { text-indent: 1.25rem; }
.intro:first-letter, #faq .card-body p:not(.nointro):first-letter {
	font: bold 150%/.5 Verdana, Geneva, sans-serif;
	color: #002868;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
	margin-right: 1px;
}
.ipageText {
	background: #fff;
	color: #000;
	font-size: .8125rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	margin-top: .3125rem;
	margin-right: 5%;
	padding: .25rem .5rem .25rem .625rem;
	border: solid 1px #000;
	box-shadow: .25rem .25rem .3125rem rgba(0, 0, 0, 0.5);
	transition: all .35s ease-in-out;
}
.ipageText:hover {
	background: #fff;
	color: #002868!important;
	text-decoration: underline; 
	border-color: transparent;
	box-shadow: none;
}
.line-height2 { line-height: 2; }
.noindent { text-indent: 0!important; }
.jscroll {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
}
.shadow2 {
	border: 0;
	border-top: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 2px 20px rgba(0, 0, 0, 0.094) inset, 0 -1px 7px rgba(0, 0, 0, 0.1);
}
.spacer {
	clear: both;
	margin: 1.5rem auto;
}
.spacer::before, .spacer::after {
	display: table;
	content: " ";
}
.spacer::after { clear: both; }
.statistic { font-size: 1.0625rem; }
.twoColumn {
	-moz-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0;
	column-gap: 0;
	-moz-column-rule: none;
	column-rule: none;
}
.w-900 {
	width: 96%;
	max-width: 900px;
	margin-left: 2%;
}

/***** C O L O R S ****/
.black { color: #212121; }
.blue { color: var(--blue); }
.brown { color: var(--brown); }
.cyan { color: var(--cyan); }
.darkgreen { color: var(--darkgreen); }
.gold { color: var(--gold); }
.gray { color: var(--gray); }
.green { color: var(--green); }
.indigo { color: var(--indigo); }
.lightblue { color: var(--lightblue); }
.maroon { color: var(--maroon); }
.orange { color: var(--orange); }
.purple { color: var(--purple); }
.pink { color: var(--pink); }
.red { color: var(--red); }
.silver { color: var(--silver); }
.teal { color: var(--teal); }
.yellow { color: var(--yellow); }
.bg-lilac { background-color: rgba(99, 47, 83, 0.1); }
@media only screen and (max-width: 479.98px) {
	.col-6 {
		flex: 0 0 96%;
		max-width: 96%;
		margin-left: 2%;
	}
}
@media only screen and (min-width: 480px) {
	.btn-danger { font-size: 1.25rem; }
}
@media only screen and (min-width: 576px) {
	.twoColumn {
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
	}
}
.main-content {
	position: relative;
	flex: 0 0 96%;
	max-width: 96%;
	margin-left: 2%
}
.sidebar {
	flex: 0 0 360px;
	max-width: 360px;
}
@media only screen and (min-width: 992px) {
	.main-content {
		flex: 0 0 calc(100% - 360px);
		max-width: calc(100% - 360px);
		margin-left: 0;
	}
	.statistic { font-size: 1.25rem; }
	.statistic .h4 { font-size: 1.5rem; }
    footer .nav-item { font-size: .875rem; }
}
@media only screen and (min-width: 1500px) {
	.container { max-width: 1440px; }
	.sidebar {
		flex: 0 0 620px;
		max-width: 620px;
	}
	.main-content {
		flex: 0 0 auto;
		max-width: calc(100% - 620px);
	}
	.sidebar h4 { font-size: 1.25rem; }
}
@media only screen and (max-width: 575.98px) {
	.page-header h2.grow { padding-left: 0; }
	.page-header h2.grow::before { display: none; }
}

/***** A N I M A T I O N S *****/
.alertPulse {
	outline: none;
	transform: translateZ(0);
	animation: alertPulse 3s ease-out infinite;
}
.alertPulse:hover, .alertPulse:focus {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
@keyframes alertPulse {
	0% {
		background-color: #830000;
		opacity: 1;
	}
	50% {
		background-color: #e60000;
		opacity: 0.75;
	}
	100% {
		background-color: #830000;
		opacity: 1;
	}
}
.bounceIn {
	outline: none;
	transform: translateZ(0);
	animation: bounceIn 15s linear 10s infinite;
}
@keyframes bounceIn {
	0%, 2%, 4%, 6%, 8%, 10% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	2% { transform: scale3d(1.1, 1.1, 1.1);	}
	4% { transform: scale3d(.9, .9, .9); }
	6% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	8% { transform: scale3d(.97, .97, .97); }
	10%, 100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.buzz {
	outline: none;
	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;
	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;
	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;
	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); }
}
.shake {
	outline: none;
	animation: shake 15s linear 12s infinite;
}
@keyframes shake {
	from, 10%, to { transform: translate3d(0, 0, 0); }
	1%, 3%, 5%, 7%, 9% { transform: translate3d(-5px, 0, 0); }
	2%, 4%, 6%, 8% { transform: translate3d(5px, 0, 0); }
}
.wiggle {
	outline: none;
	transform: translateZ(0);
	animation: wiggle 10s linear 6s infinite;
}
@keyframes wiggle {
	0% { transform: skewX(9deg); }
	1% { transform: skewX(-8deg); }
	2% { transform: skewX(7deg); }
	3% { transform: skewX(-6deg); }
	4% { transform: skewX(5deg); }
	5% { transform: skewX(-4deg); }
	6% { transform: skewX(3deg); }
	7% { transform: skewX(-2deg); }
	8% { transform: skewX(1deg); }
	9% { transform: skewX(0deg); }
	10%, 100% { transform: skewX(0deg); }
}
/* Wobble Vertical */
.wobble-v {
	outline: none;
	transform: translateZ(0);
	animation: wobble-v 10s linear 2s infinite;
}
@keyframes wobble-v {
	1.665% { transform: translateY(8px); }
	3.33% { transform: translateY(-6px); }
	4.995% { transform: translateY(4px); }
	6.66% { transform: translateY(-2px); }
	8.325% { transform: translateY(1px); }
	10%, 100% { transform: translateY(0); }
}

/***** 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;
	width: 2.75em;
	color: #006;
	border-color: #006;
}
h4.printer { 
	font-size: 30pt;
	font-weight: bold;
	text-align: center; 
	margin-bottom: 2rem;
}
.printer { display: none; }
@page { margin: .7in .5in; }
@media print {
    :root { --angle: 0deg; }
	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 {
		font-weight: bold;
		color: #000 !important;
	}
	.twoColumn, .columns {
		-moz-column-count: 1;
		column-count: 1;
		-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; }
}