<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Responsive Pro Skin File
 *
 * Dark Blue Skin
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category Responsive Pro Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
 * @link     http://www.cyberchimps.com/
 */
/* ==================================== MENU ================================================== */
.menu {
	background-color: #246694;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e82bd), to(#246694));
	background-image: -webkit-linear-gradient(top, #2e82bd, #246694);
	background-image: -moz-linear-gradient(top, #2e82bd, #246694);
	background-image: -ms-linear-gradient(top, #2e82bd, #246694);
	background-image: -o-linear-gradient(top, #2e82bd, #246694);
	background-image: linear-gradient(to top, #2e82bd, #246694);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e82bd, endColorstr=#246694)";
}
.menu a {
	border-left: 1px solid #1a4a6b;
	text-shadow: 0 -1px 0 #1a4a6b;
}

.menu a:hover,
ul.menu &gt; li:hover,
.menu .current_page_item a,
.menu .current-menu-item a,
.front-page .menu .current_page_item a {
	background-color: #246694;
	background-image: none;
	filter: none;
}

@media screen and (max-width: 650px) {
	.js .main-nav {
		background-color: #246694;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#2e82bd), to(#246694));
		background-image: -webkit-linear-gradient(top, #2e82bd, #246694);
		background-image: -moz-linear-gradient(top, #2e82bd, #246694);
		background-image: -ms-linear-gradient(top, #2e82bd, #246694);
		background-image: -o-linear-gradient(top, #2e82bd, #246694);
		background-image: linear-gradient(to top, #2e82bd, #246694);
  		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e82bd, endColorstr=#246694)";
	}
}

/* ==================================== PAGE ELEMENTS ================================================== */
blockquote {
	border-left: 4px solid #246694;
}

.call-to-action a.blue,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #246694;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e82bd), to(#246694));
	background-image: -webkit-linear-gradient(top, #2e82bd, #246694);
	background-image: -moz-linear-gradient(top, #2e82bd, #246694);
	background-image: -ms-linear-gradient(top, #2e82bd, #246694);
	background-image: -o-linear-gradient(top, #2e82bd, #246694);
	background-image: linear-gradient(to top, #2e82bd, #246694);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e82bd, endColorstr=#246694)";
	border: 1px solid #102d42;
	color: #ffffff;
	text-shadow: 0 -1px 0 #102d42;
}

.call-to-action a.blue:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	background-color: #246694;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b9bd3), to(#246694));
	background-image: -webkit-linear-gradient(top, #4b9bd3, #246694);
	background-image: -moz-linear-gradient(top, #4b9bd3, #246694);
	background-image: -ms-linear-gradient(top, #4b9bd3, #246694);
	background-image: -o-linear-gradient(top, #4b9bd3, #246694);
	background-image: linear-gradient(to top, #4b9bd3, #246694);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4b9bd3, endColorstr=#246694)";
	border: 1px solid #102d42;
	color: #ffffff;
	text-shadow: 0 -1px 0 #102d42;
}

a {
	color: #246694;
}

a:hover {
	color: #1a4a6b;
}
</pre></body></html>