body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	background-color: #468ee2 !important;
}
.ital {
	font-style: italic;
}
.small {
	font-size: small;
}
.bold {
	font-weight: bold;
}
#container {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;		
}
h1, h2, h3 {
	font-family:   sans-serif;
	text-align: center;
	position: relative;
	z-index: 100;
	margin: 0.67em 0;
	font-size: 1.5em;
}
h1 {
	font-size: 120%;
	padding: 10px;
	margin: 0.67em 0;
	font-weight: 700;
	transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;			
}
a {
	color:#20659A;
}
a:visited {
	color:#15468b;
}
nav a:visited {
	color:black;
}
a.nav-link, a.dropdown-item, .nav-link:focus, .nav-link:hover {
    color: #000;
}
header, footer, section {
	background-color: #f0fbff;
	border: solid #20659a 3px;	
	-webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    7px 7px 20px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         7px 7px 20px 0px rgba(50, 50, 50, 0.55);
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 15px;
	transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;	
}
section {
    padding: 1em;
}
footer {
	clear: both;
}
header p {
	margin-top: -20px;
	font-family:   sans-serif;	
	z-index: 99;
	position: relative;
}
header {
	height: 220px;
	margin-top: 30px;
	border-radius: 100px 100px 0px 0px/ 100px 100px 0px 0px;
	position: relative;
	transition: height .7s;
	background: #f0fbff; 
	transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;	
}
footer {
	background: #f0fbff;
}
header p, footer p {
	text-align: center;
}
footer p {
	margin-top: 16px;
}

nav {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -10px;
	transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;	
}
nav a {
	text-decoration: none;
	position: relative;
	color: black;
	z-index: 99;
}
nav a:hover {
	color: #453e53;
	text-decoration: underline;
}
nav ul {
	list-style-type: none;
	display: inline;
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	font-family:   sans-serif;	
	/* transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;	 */
}
nav li {
	float: left;
}
nav li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.dropdown:hover .dropdown-menu { 
    display: block;
    margin-top: 0; 
 }
.selected {
	color: #bf5915 !important;
}
.nodots {
	list-style-type: none;
}
.nodots li {
	padding-bottom: 10px;
}

/*hightlight text selection*/

::-moz-selection {
    background: #77a029;
    text-shadow: none;
}

::selection {
    background: #77a029;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 27em) {
    /* Style adjustments for viewports that meet the condition */
	#container {
		width: 96%;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;
}  
	.toplogo {
		opacity: 1;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;
	}
	header {
		border-radius: 150px 150px 0px 0px/ 150px 150px 0px 0px;	
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;			
	} 
	nav {
		margin-top: 0px;
	}
	h1 {
		font-size: 150%;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;
	}	
	.graphics {
		width: 90%;
		margin-left:12%;
		margin-right: 5%;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	.pwat {
		height: 500px;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	.fingerpwat {
		width: 33%;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	.pcm {
		margin-left: auto;
		margin-right: auto;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;				
	}
	.fingerpcm {
		margin-left: 10%;
		margin-right: 10%;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	.arc {
		height: 600px;
		width: 90%;
		margin-left: 20%;
		margin-right: 5%;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;				
	}

	.fingerarc {
		height: 120px;
		width: 45%;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	.bcp {
		margin-left: 20%;
		height: 1200px;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;			
	}	
	.fingerbcp {
		height: 100px;
	 	transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;			
	}
}
@media only screen and (min-width: 41em) {
    /* Style adjustments for viewports that meet the condition */
	header {
		height: 180px;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;					
	} 
	h1 {
		font-size: 180%;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;
	}			
	.toplogo {
		margin-top: -10px;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;
	}
	nav ul {
		margin-top: -40px;
		/* transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out; */
	}
	#about p {
		padding-left: 2%;
		padding-right: 1%;
	}
	#container {
		max-width: 960px;
	}
	#leftcolumn {
		width: 43%;
		float: left;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	#rightcolumn {
		width: 55%;
		float: right;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}	
	#rightcolumn li {
		padding-bottom: 11px;
		}	
	#leftcolumn_providers {
		width: 48%;
		float: left;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}	
	#rightcolumn_providers {
		width: 48%;
		float: right;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;		
	}
	
}
@media only screen and (min-width: 57em) {

@media (pointer:coarse) {
		.touchy {display: none;
		}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*
     FILE ARCHIVED ON 06:38:52 Aug 22, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:36:05 Dec 20, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 751.909
  exclusion.robots: 0.271
  LoadShardBlock: 718.305 (3)
  load_resource: 368.103
  PetaboxLoader3.resolve: 320.883 (3)
  CDXLines.iter: 20.098 (3)
  esindex: 0.018
  RedisCDXSource: 7.903
  PetaboxLoader3.datanode: 754.252 (5)
  exclusion.robots.policy: 0.253
*/