<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'TexGyro';
	src: url('../fonts/texgyreadventor-webfont.eot');
	src: local('â˜º'),
	url("../fonts/texgyreadventor-webfont.woff") format("woff"),
	url("../fonts/texgyreadventor-webfont.ttf") format("opentype"),
	url("../fonts/texgyreadventor-webfont.svg#TexGyro") format("svg");
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/segoeui-webfont.eot');
	src: local('â˜º'),
	url("../fonts/segoeui-webfont.woff") format("woff"),
	url("../fonts/segoeui-webfont.ttf") format("opentype"),
	url("../fonts/segoeui-webfont.svg#SegoeUI") format("svg");
}

body {
	background: url('../images/background.png');
	font-family: 'SegoeUI';
	margin: 0;
	}

a {
	text-decoration: none;
	font-size:13px;
	color: limegreen;
	transition: all 0.2s;
	}

a:hover {
	border-bottom: 1px dotted #759fc7;
	color: #759fc7;
	}

.image,
.image:hover,
a img,
a img:hover {
	border-bottom:none;
	}

input,
select,
textarea {
	border: 1px solid #759fc7;
	padding: 5px 10px;
	box-sizing: border-box;
	}

input[type="submit"],
button[type="submit"] {
	background: #759fc7;
	margin: 20px auto;
	display: block;
	cursor: pointer;
	color: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
	transition: all 0.2s;
	}
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: rgb(0,212,255);
	}
hr {
	border: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
iframe {
    border: none;
    width: 300px;
    height: 280px;
    overflow: hidden;
	}
	
header {
	background: rgb(144,207,255);
	background: url("../images/logo-bg.png") -35px 0 no-repeat, linear-gradient(180deg, rgba(144,207,255,1) 0%, rgba(208,237,255,1) 100%);
	padding: 10px;
	height: 60px;
	box-sizing: border-box;
	}

header nav {
	position: absolute;
	line-height: 25px;
	top: 0;
	right: 0;
	left: auto;
	z-index: 100;
	-webkit-transition: all 0.2s;
		-ms-transition: all 0.2s;
			transition: all 0.2s;
	}

	header .logo {
		height: 140%;
		}

	header nav .fa-bars:before,
	header nav .fa-times:before {
		font-weight: 100;
		font-size: 25px;
		cursor: pointer;
		color: darkslategray;
		}

header .navbar-toggler {
	position: absolute;
	display: none;
	border: none;
	top: 4px;
	right: 15px;
	outline: none;
	background: none;
	}

header .navbar-nav {
	list-style-type: none;
	padding: 0 10px 0 0;
	}

	header .navbar-nav .nav-item {
		display: inline-block;
		padding: 0 15px;
		font-size: 12px;
		font-family: 'TexGyro';
		}
	header .navbar-nav .nav-link {
		text-decoration: none;
		transition: all 0.2s;
		color: #888;
		}
	header .navbar-nav .nav-link:hover {
		color: #759fc7;
		font-weight: bold;
		border-bottom: none;
		}
	
	header nav .navbar-nav .nav-item.home {display: none}
		
	@media screen and (max-width:1023px) {
		header .navbar-nav .nav-item {
			padding: 0 5px;
			}
		header .navbar-nav .nav-item a {
			font-size: 11px;
			}
	}
	@media screen and (max-width:767px) {
		header nav {
			line-height: 1;
			width: 0;
			padding: 0;
			background: rgba(255,255,255,.9);
			}
		header nav.opened {
			width: 100%;
			}
		header nav .navbar-nav {
			display: none;
			}
			
		header nav.opened .navbar-nav {
			display: block;
			}

		header nav .fa-bars {
			display: block;
			}
		header nav .fa-times {
			display: none;
			}
		
		header nav.opened .fa-bars {
			display: none;
			}
		header nav.opened .fa-times {
			display: block;
			}
		
		header .navbar-nav {
			padding: 0;
			margin: 0;
			}

		header nav .navbar-nav .nav-item.home {display: list-item}

		header .navbar-nav .nav-item {
			display: list-item;
			padding: 0;
			margin: 0;
			}

		header .navbar-nav .nav-item a {
			font-size: 16px;
			}

		header .navbar-nav .nav-link {
			padding: 10px;
			display: block;
			}

		header .navbar-nav .nav-link:hover {
			background: #eee;
			}
		
		header .navbar-toggler { display: block; }
	}
	@media screen and (min-width:768px) {
		header .navbar-toggler { display: none; }
	}

#comp nav .comp,
#serv nav .serv,
#prof nav .prof,
#news nav .news,
#test nav .test,
#faqs nav .faqs,
#cont nav .cont,
#logi nav .logi {
	background: #759fc7;
}
#comp nav .comp .nav-link,
#serv nav .serv .nav-link,
#prof nav .prof .nav-link,
#news nav .news .nav-link,
#test nav .test .nav-link,
#faqs nav .faqs .nav-link,
#cont nav .cont .nav-link,
#logi nav .logi .nav-link {
	color: #fff;
}

.home-slider {
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;
	}
	#home .home-slider {
		padding-bottom: 40%;
		}

	.home-slider .bg-image {
		position: absolute;
		left: 0;
		top: -6%;
		width: 100%;
		}
		#comp .home-slider .bg-image { top: -15% }
		#home .home-slider .bg-image { top: -30% }

	.home-slider .lrg-logo {
		position: absolute;
		bottom: 20%;
		z-index: 2;
		}

.gray {background-color: #999 }
.white {background-color: #fff;}

.content {
	max-width: 800px;
	margin: 0 20px;
	padding: 20px; 
	}
.stacked {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}
.full-column {
	width: 100%;
	}
.text-column {
	width: calc(70% - 40px);
	margin-right: 40px;
	}
.sidebar-column	{ width: calc(40% - 20px) }

.full-width {
		box-sizing: border-box;
	padding: 20px;
	width: 100%;
	}

.half-column {
	display: inline-block;
	width: calc(50% - 20px);
	margin-right: 10px;
	}
	.half-column img {
		width: 100%;
		}

.multiple-items { padding: 20px }
	
.centered-text { text-align: center }

.credits {
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	}
	.credits caption {
		display: block;
		clear:both;
		}
	.credits img {
		max-width: 100%;
		cursor: pointer;
		clear:both;
		}

	.credit-modal {
		visibility: hidden;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(0,0,0,0.8);
		-webkit-transition: all 0.2s;
			-ms-transition: all 0.2s;
				transition: all 0.2s;
		}
	.credit-modal img {
		position: fixed;
		max-height: 95%;
		max-width: 90%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		}
	.credit-modal.opened {
		visibility: visible;
		z-index: 100;
		}
	.credit-modal.opened .close-icon {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		}
	.credit-modal.opened .close-icon:before {
		position: absolute;
		display: block;
		cursor: pointer;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 30px;
		line-height: 28px;
		z-index: 101;
		color: #333;
		content: "Ã—";
		border-radius: 50px;
		transition: all 0.2s;
		background-color: #fff;
		}
	.credit-modal.opened .close-icon:hover:before {
		background-color: #aaa;
		color: #fff;
		}

	.credit-modal .audio-frame {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 300px;
		height: 280px;
		transform: translate(-50%, -50%);
		}
	.credit-modal.audio-off .close-icon {
		display: none;
		}

	.testimonials {
		border: 1px dotted #ccc;
		padding: 15px;
		margin: 0 20px 20px 0;
		box-sizing: border-box;
		}
	.full-column .testimonials {
		flex-basis: calc(50% - 10px);
		}
	.full-column .testimonials.full {
		flex-basis: 100%;
		}
	.full-column .testimonials:nth-child(2n + 2),
	.full-column .testimonials.full {
		margin-right: 0;
		}
	.full-column .testimonials img {
		float: left;
		margin: 20px 10px 10px 0;
		}		
	.full-column .testimonials-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		}

	@media screen and (max-width:360px) {
		header nav:not(.opened) .navbar-toggler {
			top: calc(25vw + 80px);
		}
	}

	@media screen and (max-width:400px) {
		#log td {
			float: left;
			width: 100%;
			text-align: left;
		}
	}

	@media screen and (max-width:500px) {
		.content {
			padding: 10px;
		}
		h1 {font-size: 26px}
		h2 {font-size: 18px}
		h3 {font-size: 16px}
		h4 {font-size: 12px}
	}
		
	@media screen and (max-width:600px) {
		.full-column .testimonials {
			margin: 0 0 20px 0;
			flex-basis:100%;
		}
	}
	@media screen and (min-width:768px) and (max-width:900px) {
		header .logo {
			width: 28%;
			height: auto;
			margin-top: 4px;
		}
	}
	@media screen and (max-width:700px) {
		.lrg-logo {
			width: 50%;
		}
		.content {
			margin: 0;
			-webkit-flex-direction: column;
				-ms-flex-direction: column;
					flex-direction: column;
		}
		.text-column,
		.half-column,
		.sidebar-column {
			width: 100%;
		}
	}
	@media screen and (min-width:880px) {
		.content {
			margin: 0 auto;
		}
	}
table#form {
	position: relative;
	width: 100%;
	}
.floating-padding {
    padding-right: 110px;
	}
.floating-cell {
    position: absolute;
    left: auto;
    right: 0;
	}
	@media screen and (max-width:700px) {
		.floating-cell {
			right: 10px;
		}
		table#form input[type="text"] {width:100%}
	}


.footer-menu {
	list-style-type: none;
	}
.copyright {
	font-size: 12px;
	}

footer {
	background-color: #759fc7;
	padding: 40px 20px;
	}
	footer nav {
		width: calc(100% - 380px);
		display: inline-block;	
		}
	@media screen and (max-width:992px) {
		footer nav {
			width: calc(100% - 250px);
		}
	}
	@media screen and (max-width:768px) {
		footer nav {
			width: 100%;
		}
	}
	footer .footer-menu {
		list-style-type: none;
		text-align: center;
		padding: 5px 50px;
		}
	footer .footer-menu li {
		display: inline;
		margin: 0 10px;
		font-size: 13px;
		}
	footer .footer-menu a {
		color: #333;
		transition: all 0.2s;
		text-decoration: none;
		}
	footer .footer-menu a:hover {
		color: #fff;
		}


/* SLIDESHOW */
#slideshow {
	position: relative; 
	margin: 0 auto; 
	width: 100%;
	height: 0;
	padding-bottom: 36%;  
	}

#slideshow &gt; div { 
	position: absolute; 
	top: 10px; 
	left: 10px; 
	right: 10px; 
	bottom: 10px; 
	}

#slideshow &gt; div &gt; img {
	height: auto;
	width: 100%;
	}

.quotes .slick-arrow {
	width: 30px;
	height: 30px;
	}

.quotes .slick-arrow:before {
	font-size: 30px;
	}

.news .slick-arrow {
	border-radius: 3px;
	background: #869791;
	color: #fff;
	top: auto;
	z-index: 1;
	width: 30px;
	height: 30px;
	bottom: -45px;
	background: #fff;
	border: 1px solid #869791;
	}
	
.news .slick-arrow:before {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	}

.news .slick-next {
	left: calc(50% + 90px)
	}

.news .slick-prev {
	left: auto;
	right: calc(50% + 50px);
	}
	
.news .slick-prev:before {
	content: '&lt;';
	}
.news .slick-next:before {
	content: '&gt;';
	}

.slick-slide {
	padding: 0 20px;
	box-sizing: border-box;
	}
.slick-dotted.slick-slider {
	padding-top: 0;
	padding-bottom: 0;
	}
.slick-initialized .slick-slide {
	outline: none;
	}



</pre></body></html>