:root {
	--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);
}
.pink { background: pink; }
*, *::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: #333;
	color: #333;
	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)!important;
	z-index: 9999;
}
html { height: 100%; scroll-behavior: smooth; overflow-x: hidden; }
/***** 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; 
}
/*a:visited { color: hotpink; text-decoration: underline; }*/
/* 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;
	}
}
@media (min-width: 992px) {
	.row-cols-lg-2 > * {
		flex: 0 0 48%;
		max-width: 48%;
	}
}
@media only screen and (min-width: 1500px) { 
	.container, .container-md { max-width: 1440px; } 
	.row-cols-xxl-3 > * {
		flex: 0 0 32%;
		max-width: 32%;
	}
}

/***** B O D Y *****/
body {
	display: flex;          
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	background: #e8eaf6; 
	color: #212121;
	overflow-x: hidden;
	padding-top: 3.125rem;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	scrollbar-base-color: #002868;
	scrollbar-track-color: #ebebeb;
}
/***** H E A D I N G S  /  P *****/ 
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Merriweather', 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;
	letter-spacing: .05em;
}
h1, .h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.5rem;
	font-variant: small-caps;	
	text-align: left;
	color: #9fa8da;
	margin-bottom: 0;
}
h1 span, .h1 span { font-size: 150%; color: #fff; }

h2, .h2 {
	color: #fff;
	font-size: 1.875rem;
}
h3, .h3 {
	color: #ffff;
	font-size: 1.5rem;
}
h4, .h4 {
	color: #fff;
	font-size: 1.125rem;
}
@media only screen and (max-width: 1199px) {
	h1, .h1 { font-size: 2.125rem; }
}
@media only screen and (max-width: 991px) {
	h1, .h1  { 
		font-size: 1.75rem; 
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 767.98px) {
	h2, h3 { 
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	h1, .h1 { font-size: 2rem; }
	h2, .h2 { font-size: 1.75rem; }
	h3, .h3 { font-size: 1.5rem; }
}
@media only screen and (max-width: 480px) {
	h1, .h1 { font-size: 1.5rem; }
}
/***** L I N K S *****/ 
a {
	text-decoration: none;
	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 {
	padding: .1em .2em;
	border-radius: .2em;
}
.imgLink:hover {
	background: none !important;
	text-decoration: none;
	opacity: 0.75;
}
.bg-profile {
	width: 100vw;
	background-color: #002868; 
	margin: -3.125rem 0 0 0;
	padding: 4rem 1rem 1rem; 
}
body > footer {
	position: sticky;
	top: 100vh;
	flex-shrink: 0;
	color: #fff;
	background: #bf0a30;
	padding: 1rem .625rem .1rem;
	border-top: none;
}
footer p { text-align: center; }
.profile-heading-xs h1, .profile-body h3, .profile-body h3.icon::before { 
	text-shadow: 0 1px hsl(0,0%,85%),
	             0 2px hsl(0,0%,80%),
	             0 3px hsl(0,0%,75%),
	             0 3px 6px #000;
}

section a { background: none; }
.img-border { border: solid .3125rem rgba(255,255,255,0.5); }
.icon { 
	position: relative; 
	text-align: center; 
}
.icon::before {
	display: inline-block;
	width: 1.95em;
	height: 1.95em;
	font-size: 1.33em;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
	margin-right: .5em;
	border: .1em solid #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.icon.choose-me::before { font: var(--fa-font-regular); content: "\f164"; padding: .4em .6em .6em .4em; }
.icon.get-in-touch::before { font: var(--fa-font-regular); content: "\f0e0"; padding: .4em .6em .6em .4em;}
#experience .icon::before { font: var(--fa-font-regular); content: "\f0b1"; padding: .6em .6em .4em .4em; }
#education .icon::before { font: var(--fa-font-regular); content: "\f501";  padding: .6em .7em .4em .3em;}
#skills h4 { 
	height: 2.5em;
	color: #bf0a30; 
}
@media only screen and (min-width: 1200px) { #skills h4 { height: 2em; } }

/***** C I R C U L A R  T E X T *****/
.circular {
	width: 177px;
	height: 177px;
	font: small-caps 400 21px 'Merriweather', serif;
	color: #fff;
	text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	margin: 2em auto 0;
	animation: spin 15s linear infinite;
}
.image {
	position: relative;
	width: 154px;
	height: 154px;
	margin: -165px auto 4rem;
}
.image img {
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	border: solid 5px rgba(255,255,255,0.5);
	border-radius: 50%;
	transform: translate(-50%, -50%); 
}
.circular svg {
	display: block;
	overflow: visible;
}
.circular text { fill: currentColor; }
.circular path { fill: none; }
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.section-title {
	color: #002868;
	font-variant: small-caps;
	letter-spacing: 0.12em!important;
    word-spacing: 0.16em!important;
	margin-left: 2rem;
	margin-bottom: 0;
}
.profile-heading-xs {
	display: flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
}
.profile-heading-xs .text-right { 
	width: 50%;
	padding-right: 15%;
}
.profile-heading-xs .text-left { width: 50%; }
.profile-body p { font-size: 1rem; }
.profile-body > .intro { color: #d2d2d2; }
.intro:first-letter { color: #fff; }
p, li { font-family: Helvetica, Arial, sans-serif; }
/* H E A D I N G  A N I M A T I O N */
.profile-body .list-inline { text-align: center; }
.profile-body .list-inline-item {
	text-align: center;
	font-variant: small-caps;
	letter-spacing: -.05em;
	text-shadow: 0 .02em 0 rgba(255, 255, 255, 0.3), 0 -.02em 0 rgba(0, 0, 0, 0.7);
	margin-right: 0;
	transform: scale(1);
	transform-origin: center center;
	animation: intro 20s linear 3;
}
@keyframes intro {
	0% { transform: scale(1); }
	28.5% { transform: scale(1); }
	30% {  transform: scale(1.333); }
	31.5% { transform: scale(.9); }
	33% { transform: scale(1); }
	100% {  transform: scale(1); }
}
.profile-body .list-inline-item:nth-of-type(1) { animation-delay: 1s }
.profile-body .list-inline-item:nth-of-type(2) { animation-delay: 1.2s }
.profile-body .list-inline-item:nth-of-type(3) { animation-delay: 1.4s }
.profile-body .list-inline-item:nth-of-type(4) { animation-delay: 1.6s }
.profile-body .list-inline-item:nth-of-type(5) { animation-delay: 1.8s }
.profile-body .list-inline-item:nth-of-type(6) { animation-delay: 2s }
.profile-body .list-inline-item:nth-of-type(7) { animation-delay: 2.2s }
.profile-body .list-inline-item:nth-of-type(8) { animation-delay: 2.4s }
.profile-body .list-inline-item:nth-of-type(9) { animation-delay: 2.6s }
.profile-body .list-inline-item:nth-of-type(10) { animation-delay: 2.8s }
.profile-body .list-inline-item:nth-of-type(11) { animation-delay: 3s }
.profile-body .list-inline-item:nth-of-type(12) { animation-delay: 3.2s }
.profile-body .list-inline-item:nth-of-type(13) { animation-delay: 3.4s }
@media only screen and (min-width: 768px) {
	.profile-body .list-inline { text-align: left; }
	.profile-body .list-inline-item { font-size: 1.75rem; }
	.profile-body .list-inline-item:nth-of-type(1) { font-size: 1.5rem; }
}
.keyword {
	display: block;
	color: #ff1;
	font-weight: 600;
	font-size: 110%;
	margin-left: -1rem;
	margin-bottom: 2rem;
	padding: 0 1rem;
	text-align: center;
}
.curlee {
	float: left;
	width: auto;
	height: 100px;
	margin-right: 1rem;
	padding: .1875rem;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
}
.row > .col { margin-left: .5rem; margin-bottom: .375rem; }
.font18 { font-size: 1.125rem; }
.gold { color: #c89e47; }
.orange { color: #f60; }
.red { color: red; }
.yellow { color: #ff1; }

/***** 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 #bf0a30!important;
	border-radius: 50%;
}
.navbar-more i, .navbar-more:hover i::before  { color: #bf0a30!important; margin-top: .625rem; }
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%;
}

/***** N A V I G A T I O N *****/
.fa-facebook-f::before, .fa-linkedin-in::before { color: currentColor; }
.navbar {
    width: 100%;
    height: 3.125rem;
	display: flex;
	background-color: #bf0a30;
	margin: 0;
	padding: 0;
	border: 0;
	transition: transform 0.5s ease;  
	transform: translateY(0); 
}
.navbar-nav { 
	flex-direction: row;
	justify-content: center;
	width: 100%; 
}
.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;
}
.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);
}
#resume a.resume {
	background-color: rgba(0,0,0,0.1);
	border: 0;
	pointer-events: none;
	cursor: default;
}
.navbar-form {
	width: 22rem;
	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;
	color: #fff;
	white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
	body {  padding-top: 0; }
	.fixed-top { top: auto; bottom: 0; }
	.btn { overflow: hidden; }
	body > footer { height: 7.0625rem; background: #002868; }
	.navbar-collapse, .navbar-collapse.show {
		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 #bf0a30;
		border-bottom: none;
		border-radius: .375rem .375rem 0 0;
		transform: translateX(-50%);
	}
	.icon_canvas i { font-size: 2.25rem; }
	.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;
	}
	.nav-link, .navbar-nav i::before, .navbar-nav .iconText, .nav-link:hover i::before, .nav-link:focus i::before{ 
		color: #bf0a30; 
	}
	.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) {
	h1, .h1 { font-size: 1.75rem; }
	h1 span, .h1 span { font-size: 120%; }
	.profile-heading-xs img {
		width: 90px;
		height: 90px;
	}
	.nav-item { 
		flex: 0 0 33%;
		max-width: 33%;
	}
	.searchBox { 
		flex: 0 0 96%;
		max-width: 96%;
	}
}
@media only screen and (min-width: 768px) {
	.navbar-hide { transform: translateY(-110%); }
	body {
		background: -moz-linear-gradient(0deg, #002868 0%, #002868 45%, #e8eaf6 45%, #e8eaf6 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #002868), color-stop(45%, #002868), color-stop(45%, #e8eaf6), color-stop(100%, #e8eaf6)); /* safari4+,chrome */
		background: -webkit-linear-gradient(0deg, #002868 0%, #002868 45%, #e8eaf6 41.6%, #e8eaf6 100%); /* safari5.1+,chrome10+ */
		background: -o-linear-gradient(0deg, #002868 0%, #002868 45%, #e8eaf6 45%, #e8eaf6 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(0deg, #002868 0%, #002868 45%, #e8eaf6 45%, #e8eaf6 100%); /* ie10+ */
		background: linear-gradient(90deg, #002868 0%, #002868 45%, #e8eaf6 45%, #e8eaf6 100%); /* w3c */
		background-attachment: fixed;
	}
	.col-md-5 { 
		flex: 0 0 45%;
		max-width: 45%; 
	}
	.col-md-7 {
		flex: 0 0 55%;
		max-width: 55%; 
	}
	.bg-profile { margin: 0; padding: 1rem 1rem 0 1rem; }
	.profile-heading-xs { display: none; }
	.profile-body p { margin-right: .625rem; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .profile-heading, 
    h1, .h1 { text-align: center; } 
    .col-6 { flex: 0 0 100%; max-width: 100%; }
}
@media only screen and (min-width: 992px) { .iconText { font-size: .8125rem; } }

/* I C O N  G R O W */
.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;
}
.grow::before {
	content: "\e3af";
	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;
}
.grow:hover::before, .grow:focus::before, .grow:active::before {
	text-shadow: none;
	transform: scale(1.3) translateZ(0);
}
.list-block > li { display: block; } /* Use with .grow in lists. */
.btn.grow::before, li.grow::before { left: .7em; margin-top: .3em; }
.cover.grow::before { font: var(--fa-font-regular); content: "\f65c"; }
.download.grow::before { font: var(--fa-font-regular); content: "\f019"; }
.mobile.grow::before { 
	left: .5em;
	font: var(--fa-font-regular);
	content: "\f3cd"; 
	font-size: 1.25em; 
	line-height: 1.25em;
	vertical-align: -.075em
}
a.mobile.grow::before { line-height: .75em; }
.checkmark.grow::before { 
	left: .2em; 
	content: "\f046"; 
	font-size: 1.25em; 
	color: #006400; 
	line-height: .75em;
	vertical-align: -.075em;
	text-shadow: none; 
}

/***** 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; }

/***** B U T T O N S *****/
.btn {
	position: relative;
	transform: translate3d(0, 0, 0);
}
.btn:not(#searchButton)::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;
}
#searchButton { width: 54px; }

/***** 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: 2.5rem;
	right: .5rem;
	width: 3rem;
	height: auto;
	color: #002868;
	background-color: rgba(0, 0, 0, 0);
	font-size: 2.5rem;
	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; } }

/***** F O N T  A W E S O M E  S T Y L E S *****/
.fa-li { margin-top: -.1em; }
.fa-li.fa-house-chimney { margin-top: .375em; }

/***** H R - C U S T O M  S T Y L E *****/
.custom-style {
	position: relative;
	width: 85%;
	background-color: transparent;
	background-image: -webkit-radial-gradient(0 0, circle, rgba(255,255,255,0) 14.5px, #fff 15.5px, #fff 19.5px, rgba(255,255,255,0) 20.5px), -webkit-radial-gradient(35px 0, circle, rgba(255,255,255,0) 14.5px, #fff 15.5px, #fff 19.5px, rgba(255,255,255,0) 20.5px);
	background-image: radial-gradient(circle at 0 0, rgba(255,255,255,0) 14.5px, #fff 15.5px, #fff 19.5px, rgba(255,255,255,0) 20.5px), radial-gradient(circle at 35px 0, rgba(255,255,255,0) 14.5px, #fff 15.5px, #fff 19.5px, rgba(255,255,255,0) 20.5px);
	background-size: 35px 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 1.3125rem;
	border: none;
}
.custom-style::before, .custom-style::after {
	position: absolute;
	top: 100%;
	width: 52%;
	height: 100%;
	content: "";
	box-sizing: border-box;
	margin-top: -.3125rem;
	border-top: .3125rem solid #fff;
}
.custom-style::before {
	left: -1.3125rem;
	border-left: 1px solid transparent; /* play with this until you like the look of it */
	border-top-left-radius: 20% 1.875rem;
}
.custom-style::after {
	right: -1.3125rem;
	border-right: 1px solid transparent; /* play with this until you like the look of it */
	border-top-right-radius: 20% 1.875rem;
}
.contact-info { 
	color: #fff;
	list-style-type: none;
	margin-top: 1.5625rem;
	margin-left: 2.14285714em;
	padding-left: 1.5625rem;
}
.contact-info > li { 
	position: relative; 
	font-size: 1.1rem;
	color: #fafafa;
	margin-bottom: .625rem;
	padding-left: .625rem;
}
.contact-info i { color: #fff; }
.contact-info a { 
	font-family: Helvetica, Arial, sans-serif;
	color: #fff; 
	font-weight: bold;
	padding: .1rem .2rem;
	border-radius: .2rem;
}
.contact-info a:hover { background-color: rgba(255,255,255,0.5); }
.fa-adobe::before { content: url(../images/bul_adobe.png); }
.fa-adobe2::before { content: url(../images/bul_adobe-train-simple.png); }
.fa-bootstrap::before { color: #7311f6; }
.fa-dq::before { content: url(../images/bul_dq-cmn.png); }
.fa-iup { margin-left: -.3125rem; }
.fa-iup::before { content: url(../images/bul_iup.png); }
.fa-learnable::before { content: url(../images/bul_learnable.png); }
.fa-penn-state { margin-left: -.125rem; }
.fa-penn-state::before { content: url(../images/bul_penn-state.png); }
.fa-tools::before { content: url(../images/bul_tools.png); }
.fa-udemy::before { content: url(../images/bul_udemy.png); }
.fa-volunteer::before { content: url(../images/bul_volunteer.png); }
.fa-wordpress::before { color: #008bc2; }

/***** J O B S  Q U O T E *****/
.jobs-quote {
	position: relative;
	min-height: 120px;
	background: #fff url(../images/bg_steve-jobs.png) no-repeat 50% 50%;
	color: #212121;
	margin: 1.25rem auto;
	padding: 1.25rem 1.25rem 1.25rem 3.125rem;
	overflow: hidden;
	border-left: 0;
  	box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
	border-radius: .25rem;
}
.jobs-quote p {
	font-size: 1.25rem;
	padding-right: 1rem;
}
.jobs-quote cite {
	display: block;
	font-size: 1rem;
	left: 9.375rem;
	opacity: 0.8;
}
.jobs-quote cite::before { content:"\2014 \00A0"; opacity: 0.8; }
.jobs-quote::before, .jobs-quote::after {
	position: absolute;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #7986cb;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
}
.jobs-quote::before {
	top: -1.25rem;
	left: .625rem;
	content: "“";
	font-size: 5em;
}
.jobs-quote::after {
	content: "”";
	bottom: -.55em;
	top: auto;
	right: 0;
	font-size: 12em;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
}
@media (min-width: 480px) {
	.jobs-quote::after { font-size: 15em; }
	.jobs-quote p { padding-right: 5rem; }
}
@media (min-width: 768px) {
	.jobs-quote p { padding-right: 1.5rem; }
}
@media (min-width: 992px) {
	.jobs-quote::after { 
		bottom: -.6em;
		font-size: 20em; 
	}
	.jobs-quote p { padding-right: 6rem; }
}

/***** 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; } }
@media only screen and (max-width: 480px) { 
	.section-title { margin-left: 1rem; }
	.list-block { padding-left: .25rem; }
	footer p { font-size: .75rem; } 
}

/***** 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;
	width: 3em;
}
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 h1, .page-header .h1 { 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; }
	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; }
}

/***** T E X T  S E L E C T I O N *****/
::selection { background: rgba(0,0,0,0.3); }

/***** A N I M A T I O N S *****/
.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; }
@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); }
}
