<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	CHROMOS

  	font-family: "Open Sans", sans-serif;
	font-family: "Lato", Arial, sans-serif;

*/

body{
	font-family: "Lato", Arial, sans-serif;
	color:#20282b;
	background:#fcfcfc;
}

.pad {
	position:relative;
	max-width:90%;
	margin:0 auto;
}



.site-header {
	position:fixed;
	display:block;
	width:100%;
	max-width:100%;
	height:75px;
	color:#000;
	background:#FFF;
	padding:0;
	z-index: 9;
	transition:0.2s all;
	box-shadow:0 3px 45px rgba(0,0,0,.15);
}
.site-header .pad {
	max-width:100%;
}
.site-header.sticky {
	height:55px;
}
#hdrLogo {
	position: relative;
	float:left;
	width:386px;
	z-index: 2;
	transition:0.2s all;
}
#hdrLogo a,
#hdrLogo img {
	width:100%;
	max-width:100%;
}

.site-header.sticky #hdrLogo {
	width:280px;
}

.hdrGetStarted {
	display: block;
	position:absolute;
	top:30px;
	right:0;
	width:140px;
	background:#FFF;
	text-align: center;
	text-decoration:none;
	z-index: 2;
}

/* NAVIGATION */
#navBar {
	position:absolute;
	top:18px;
	right:150px;
	z-index: 1;
	transition:0.2s all;
}
.site-header.sticky #navBar {
	top:7px;
}
.primary-navigation {
	width:fit-content;
	margin:0 auto;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
 	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#111;
	text-decoration: none;
	padding:0 12px;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:active, 
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
	color:#12a488;
	font-weight:500;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
	top:-1px;
	margin:0 0 0 1px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator:after {
	content:"â–¾";
}
/* flyout menu */
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-flyout ul.mega-sub-menu {
	background:#3b459e;
	border-radius:7px;
	padding:10px;
	box-shadow:3px 3px 3px rgba(0,0,0, 0.5);
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
 	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#FFF;
	background:none;
	transition:0.2s all;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	color:#000;
}

#topNav {
	position:relative;
	float:right;
	top:18px;
	transition:0.2s all;
}
.site-header.sticky #topNav {
	top:7px;
}
#topNav a {
	display:inline-block;
	width:fit-content;
 	font-family: "Open Sans", sans-serif;
	font-size:15px;
	font-weight:500;
	color:#FFF;
	text-decoration:none;
	background:#11a487;
	border-radius:8px;
	padding:3px 10px;
	margin:0 8px;
	transition:0.2s all;
}
.site-header.sticky #topNav a {
	font-size:15px;
}
#topNav a:hover {
	background:#f77c1e;
	transition:0.2s all;
}


/* COMMON */
.site-content,
.footer,
#siteCredits {
	position:relative;
	top:75px;
}
.site-content::before {
	position: absolute;
	content:" ";
	height:250px;
	width:100%;
	background: linear-gradient(180deg, rgba(52,128,221,1) 0%, rgba(17,164,135,1) 50%, rgba(255,255,255,1) 100%);
	z-index: -1;
}
.site-main &gt; * {
	margin:0;
}
.site-main {
	max-width:85%;
	min-height:450px;
	padding-top:50px;
	margin:0 auto;
}
a:focus,
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	background:none;
	outline:none;
	text-decoration:none;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content &gt; *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] &gt; *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
	max-width: 100%;
}

.page-header,
.pageTitleHdr {
	border:none;
	padding:0;
}
.page-header {
	margin:0 0 30px 0;
	border-bottom:solid 2px #FFF;
}

h1, h2, h3, h4, h5, h6,
.entry-title a {
	font-family: "Open Sans", sans-serif;
	font-weight:500;
	color:#20282b;
	text-transform:none;
	border:none;
}
h1 {
	font-size:34px;
}
h2 {
	font-size:30px;
}
h1.page-title,
.pageTitleHdr h1.entry-title {
	font-size:42px;
	font-weight:500;
	color:#FFF;
	text-shadow:3px 3px 0 #000;
	text-align: center;
	line-height:2em;
}
h1.entry-title,
.entry-title a {
	font-size:30px;
	font-weight: 500;
	font-style: italic;
	letter-spacing:-0.5px;
	line-height: 1.5em;
}
h1.entry-title {
	color:#FFF;
	text-shadow: 2px 2px 2px #000;
}
.entry-content {
	padding:0 5%;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
	text-shadow:2px 2px 2px #FFF;
}
.entry-content p {
	margin:0 0 1em 0;
}
.navigation.post-navigation {
	border-top:solid 3px #3480dd;
	padding:40px;
	margin-top:50px;
}



/* FORMS */
#wpcf7-f45-p39-o1 { /* start project form*/	
	background:#f5f5f5;
	padding:30px;
	border-radius:20px;
}
#wpcf7-f45-p39-o1 label.inline {
	display:inline-block;
	float:left;
	width:50%;
}
.wpcf7 span.required {
	color:red;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width:95%;
	line-height: 1em;
	border:solid 2px #CCC;
	border-radius:5px;
}
.wpcf7 textarea {
	height:100px;
	width:98%;
}
label.photosUpload {
	display:block;
	margin:10px 0 30px 0;
}
.wpcf7 input[type=submit] {
	color:#FFF !important;
	border-radius:5px;
	margin:10px 0;
	transition:0.2s all;
}
.wpcf7 input[type=submit]:hover {
	background:#f77c1e;
}

#wpcf7-f16-p9-o1 { /* contact page form */
	background:#f5f5f5;
	padding:30px;
	border-radius:20px;
}
#wpcf7-f16-p9-o1 label.inline {
	width:33%;
}


/* NECTAR CURVES */
.nectar-shape-divider-wrap {
    position: relative;
    right: 0;
    left:0;
    width:100%;
    z-index: 3;
	margin-left:0;
}
.nectar-shape-divider-wrap[data-position="top"] {
    transform: rotate(180deg);
}
.nectar-shape-divider-wrap[data-position="top"] {
    top: -1px;
    bottom: auto;
}
.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute;
}



/* FOOTER */
.footer {
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
	background: rgb(52,128,221);
	background: linear-gradient(180deg, rgba(52,128,221,1) 0%, rgba(17,164,135,1) 100%);
	padding-bottom:20px;
}
.footer .pad {
	max-width:900px;
	margin:0 auto;
}
.ftrCol {
	display:inline-block;
	vertical-align: top;
	text-align: center;
}
.ftrCol.col1 {
	float:left;
	width:300px;
}
.ftrCol.col2 {
	float:right;
	width:400px;
}
.footer h4,
.footer a {
	color:#FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration:underline;
}
.ftrCol.col2 a.bold {
	font-weight: 500;
}

	.footer h4 {
	width:fit-content;
	font-family: "Lato", Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	font-style: italic;
	text-align: center;
	border-bottom:solid 1px #CCC;
	margin:30px auto 15px auto;
}
.footer ul, .footer li {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:17px;
}
.ftrContactIcon {
	display: inline-block;
	border:none;
	width:35px;
	margin:0 5px 0 0;
}
.ftrAddress {
	font-size:0.9em;
	line-height: 1em;
}

.ftrSocial {
	margin:25px 0;
}
.ftrSocial img {
	width:40px;
}
.ftrLogo {
}

#siteCredits {
	font-size:13px;
	color:#FFF;
	background:#273775;
	padding:10px;
	text-align: center;
}
#siteCredits span.divider {
	padding:0 10px;
}
#siteCredits a {
	color:#FFF;
}
#siteCredits a.nwwebdev {
	text-decoration: none;
}
#siteCredits a:hover {
	text-decoration:underline;
}




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}



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