<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------------- 
Sliders
--------------------------------------------------------------*/
/* jQuery1 slider + utility bar */
.jquery1-slider-wrap,
.tools {
background-color: #50C3CF;
background: -webkit-gradient(radial, center center, 0, center center, 460, from(#50C3CF), to(#168995));
background: -webkit-radial-gradient(circle, #50C3CF, #168995);
background: -moz-radial-gradient(circle, #50C3CF, #168995);
background: -ms-radial-gradient(circle, #50C3CF, #168995);
}
/* IE Image Fallback */
.ie7 .jquery1-slider-wrap,
.ie8 .jquery1-slider-wrap,
.ie9 .jquery1-slider-wrap {
	background: transparent url(../images/skins/secondary-vista-blue/bg-jquery-bnr.png) 0 0 no-repeat;
}
/* overwrite box-shadow from style.css (for lighter color schemes only) */
.jquery1-slider-wrap {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3);
}
body.karma-flat-cs .jquery1-slider-wrap,
body.karma-flat-cs .tools,
.ie7 body.karma-flat-cs .jquery1-slider-wrap,
.ie8 body.karma-flat-cs .jquery1-slider-wrap,
.ie9 body.karma-flat-cs .jquery1-slider-wrap {
    background-image: none;
    background: #50C3CF;
}
/*-------------------------------------------------------------- 
Sub Menus
--------------------------------------------------------------*/
/* horizontal */
#horizontal_nav ul a:hover,
#horizontal_nav ul .current_page_item,
#horizontal_nav.tt-gallery-nav-wrap .active,
/* tabs */
.tabset .ui-state-active,
.tabset .active,
.tabset a:hover,
/* wp-page-navi */
.karma-pages span.current,
.wp-pagenavi span.current {
	background:#30A3AF;
}
/* woo-commerce */
#content nav.woocommerce-pagination ul li span.current {
	background:#30A3AF;
	color: #fff;
	padding: 7px;
}
/* vertical-left */
#sub_nav ul a:hover,
#sub_nav ul li.current_page_item a {
	background: url(../images/skins/secondary-vista-blue/subnav-left.png) 0 49% no-repeat;
}
/* vertical-right */
#sub_nav.nav_right_sub_nav ul a:hover,
#sub_nav.nav_right_sub_nav ul li.current_page_item a {
	background: url(../images/skins/secondary-vista-blue/subnav-right.png) 0 49% no-repeat;
}
/* vertical-left-flat */
body.karma-flat-cs #sub_nav ul a:hover,
body.karma-flat-cs #sub_nav ul li.current_page_item a {
	background: url(../images/skins/secondary-vista-blue/subnav-left-flat.png) 0 49% no-repeat;
}
/* vertical-right-flat */
body.karma-flat-cs #sub_nav.nav_right_sub_nav ul a:hover,
body.karma-flat-cs #sub_nav.nav_right_sub_nav ul li.current_page_item a {
	background: url(../images/skins/secondary-vista-blue/subnav-right-flat.png) 0 49% no-repeat;
}
/* overwrite box-shadow from style.css (for lighter color schemes only) */
#horizontal_nav ul a:hover,
#horizontal_nav ul .current_page_item a,
/* tabs */
.tabset .ui-state-active,
.tabset .active,
.tabset a:hover,
/* wp-page-navi */
.karma-pages span.current,
.wp-pagenavi span.current,
.woocommerce-pagination .current {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
/*-------------------------------------------------------------- 
Links / Lists
--------------------------------------------------------------*/
/* links */
a,
p a strong,
.link-top,
.tt_comment_required,
ul.tt-recent-posts h4,
span.required,
/* lists */
ul.list li,
ul.list1 li:before,
ul.list2 li:before,
ul.list3 li:before,
ul.list4 li:before,
ul.list5 li:before,
ul.list6 li:before,
ul.list7 li:before,
ul.list8 li:before,
#sidebar ul li:before,
#sub_nav ul li .sub-menu li:before,
#sub_nav ul li .sub-menu li .sub-menu li:before,
#sidebar ul li,
/* left nav */
#sub_nav ul li .sub-menu a,
#sub_nav ul li .sub-menu li.current_page_item a,
#sub_nav ul ul a,
#sub_nav ul ul a:hover,
#sub_nav ul li.current_page_item ul li a,
#sub_nav ul li.current_page_parent ul li.current_page_item a,
/* right nav */
#sub_nav.nav_right_sub_nav ul ul a,
#sub_nav.nav_right_sub_nav ul ul a:hover,
#sub_nav.nav_right_sub_nav ul li.current_page_item ul li a,
#sub_nav.nav_right_sub_nav ul li.current_page_parent ul li.current_page_item a,
#sub_nav .sub_nav_sidebar .textwidget ul li,
#sub_nav .sub_nav_sidebar a,
i.discussion-title,
#sidebar ul.social_icons.tt_vector_social_icons a:after,
#content p.team-member-title {
	color: #30A3AF;
}
/*-------------------------------------------------------------- 
Layout
--------------------------------------------------------------*/
.post_comments {
	box-shadow: 0 0 0 1px #50C3CF, 0 0 0 2px #168995;
	background-color: #168995;
	background-image: linear-gradient(to bottom, #168995, #50C3CF); /* required first in the list for IE11 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#168995), to(#50C3CF));
	background-image: -webkit-linear-gradient(top, #168995, #50C3CF);
	background-image: -moz-linear-gradient(top, #168995, #50C3CF);
	background-image: -webkit-linear-gradient(top, #168995, #50C3CF);
	background-image: -o-linear-gradient(top, #168995, #50C3CF);
	background-image: ms-linear-gradient(to bottom, #168995, #50C3CF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#168995', endColorstr='#50C3CF');
}
body.karma-flat-cs .post_comments {
    background-image: none;
    background: #50C3CF;
}
/* IE8 + IE9 do not support CSS3 radial gradient - fallback images provided below */
.ie8 .tools .frame,
.ie9 .tools .frame {
	background: url(../images/skins/secondary-vista-blue/bg-tools-c.png) repeat-y;
}
.ie8 span.tools-top,
.ie9 span.tools-top {
	background: url(../images/skins/secondary-vista-blue/bg-tools-t.png) no-repeat;
}
.ie8 span.tools-bottom,
.ie9 span.tools-bottom {
	background: url(../images/skins/secondary-vista-blue/bg-tools-b.png) 0 100% no-repeat;
}</pre></body></html>