<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: 'bignood';
    src: url('http://kp-consultants.com/fonts/big_noodle_titling.woff2') format('woff2'),
         url('http://kp-consultants.com/fonts/big_noodle_titling.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.navbar{
	font-family:"bignood";
	background-image:url("../images/black_85.png");
	min-height:100px;
	max-height:100px;
	position:relative;
	z-index:200;
	
	
}
body{
	padding:0;
}
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6{
	color:#000000;
}
.spacer{
	height:500px;
	position:relative;
	z-index:100;
}
.navbar-default {
	border:none;
}	
.navbar-collapse.in{	
	z-index:200;
	background-color:#3E3E3F;
}
.navbar-default .navbar-nav&gt;li&gt;a {
	color:#ffffff;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover {
	color:#b1abab;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus{
	background-color:transparent;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    
    float: right;
}
.navbar-nav{
    margin: 24px 0 0 0;
    
}
.navbar-nav &gt; li &gt; a {
    font-size: 35px;
    color:#ffffff;
}

.blue-bar{
	width:100%;
	height:20px;
	background-color:#213F63;
	position:relative;
	z-index:200;
}
#footer{
	border:none;
	background-color:transparent;
}
#footer-content{
	background-color:#213F63;
	height:50px;
	color:#ffffff;
	border:none;
	
}

.main-image{
	z-index:0;
	position:absolute;
	top:20px;
	height:600px;
	
}

.main-image2{
	z-index:0;
	position:absolute;
	top:20px;
	height:325px;
	
}


.title{
	width:100%;
	font-size:30px;
	font-family:arial;
	padding:20px 0 20px 0;
	color:#000000;
	text-transform:uppercase;
}
.entry-content div p a:link, .entry-content div p a:visited{
	color:#000000;
}
.entry-title{
	font-size:30px;
	font-family:arial;
	
	color:#000000;
	text-transform:uppercase;
}
.grey-box{
	color:#ffffff;
	font-family:"bignood";
	font-size:35px;
	background-color:#3E3E3F;
	height:200px;
}
.grey-box  a:link, .grey-box a:visited{
	color:#ffffff;
	padding: 40px 0 0 0;
    text-align: center;
}


.blue-box{
	color:#ffffff;
	font-family:"bignood";
	background-color:#213F63;
	height:200px;
	font-size:35px;

}
.blue-box  a:link, .blue-box a:visited{
	color:#ffffff;
	padding: 40px 0 0 0;
    text-align: center;
}
.blue_bar{
	display:none;
}
.grey_bar{
	display:none;
}

.promo-text{
	font-family:"bignood";
	color:#000000;
	text-transform:uppercase;
	font-size:35px;
	padding:30px;
}

#text-2{
	background-color:#3E3E3F;
	height:200px;
}


#text-3{
	background-color:#213F63;
	height:200px;

}


#text-4{
	background-color:#3E3E3F;
	height:200px;
}
.white-block{
	max-width:500px;
	max-height:100px;
	background-color:#ffffff;
	opacity: 0.5;
    filter: alpha(opacity=50);
    z-index:400;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
/*	.spacer{
		height:460px;
		position:relative;
		z-index:100;
	}*/
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	
    	width: 67%;
    	float: right;
    	
    	
	}
	.navbar-nav &gt; li &gt; a {
    	font-size: 28px;
    	color: #ffffff;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/*.spacer{
		height:340px;
		position:relative;
		z-index:100;
	}*/
	.navbar-nav &gt; li &gt; a {
    	font-size: 22px;
    	color: #ffffff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	
    	width: 67%;
    	float: right;
    	
    	
	}
}


@media only screen and (max-width : 908px) {
	/*.spacer{
		height:340px;
		position:relative;
		z-index:100;
	}*/
	.navbar-nav &gt; li &gt; a {
    	font-size: 17px;
    	color: #ffffff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	
    	width: 62%;
    	float: right;
    	
    	
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.blue-bar{
		
		z-index:100;
	}
	/*.spacer{
		height:225px;
		position:relative;
		z-index:100;
	}*/
	.navbar-nav &gt; li &gt; a {
    	font-size: 25px;
    	color: #ffffff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	
    	width: 68%;
    	float: right;
    	
    	
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.blue-bar{
		
		z-index:100;
	}
	/*.spacer{
		height:100px;
		position:relative;
		z-index:100;
	}*/
	#footer #footer-content {
		height:160px;
	}
	.promo-text{
		
		font-size:20px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.blue-bar{
		
		z-index:100;
	}
	/*.spacer{
		height:140px;
		position:relative;
		z-index:100;
	}*/
	#footer #footer-content {{
		height:160px;
	}
	.promo-text{
		
		font-size:25px;
	}
}
</pre></body></html>