<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&amp;family=Roboto:wght@400;900&amp;display=swap');

/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#B86D00;
    text-decoration: none;
}

a:hover {
        color:#B57C00;
        text-decoration: none;
    }

body {
	margin:0;
	padding:0;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
	
}

h1 {
    font-size: 38px;
	color:#111;
	font-weight:400;
	font-family: 'Alfa Slab One', cursive;
}

h2 {
    font-size: 30px;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	
}

h3 {
    font-size: 18px;
    color: #111;
	font-weight:600;
}

h4 {
    font-size: 16px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}


div, p {line-height:24px; font-size:16px; color:#333;font-family: 'Roboto', sans-serif;}

td {color:#333;padding:5px;line-height:24px; font-size:16px;font-family: 'Roboto', sans-serif;}

ul li {
    font-size:  16px; 
	color:#333;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------*/
/* Bootstrap ultilities */
/*------------------------------------------------*/

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters &gt; [class^="col-"],
.row.no-gutters &gt; [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}


.navbar{min-height:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;}


.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;padding-right:0;padding-left:0;}
#dnnMenu .navbar-header {text-align: center;}

.nav &gt; li {margin-bottom:0px;}
.nav &gt; li &gt; a {padding: 10px 5px;}

#dnnMenu .topLevel&gt;li&gt;a {background:transparent;color:#333;transition: all .4s ease; margin: 0 5px 0 5px;text-transform: uppercase;}

#dnnMenu .topLevel&gt;li&gt;a:focus{color:#0074bd;background:transparent;transition: all .4s ease;margin: 0 5px 0 5px; }
#dnnMenu .topLevel&gt;li&gt;a:hover{color:#0074bd;background:transparent;transition: all .4s ease;margin: 0 5px 0 5px;}

#dnnMenu .topLevel&gt;li.active&gt;a {background:transparent;color:#0074bd;transition: all .4s ease; }
#dnnMenu .topLevel&gt;li.active&gt;a:focus {color:#0074bd;background:transparent;transition: all .4s ease; }
#dnnMenu .topLevel&gt;li.active&gt;a:hover {color:#0074bd;background:transparent;transition: all .4s ease; }

#dnnMenu .topLevel&gt;.open&gt;a {background:transparent;color:#0074bd;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.open&gt;a:hover{color:#0074bd;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.open&gt;a:focus{color:#0074bd;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel&gt;.active.open&gt;a {background:transparent;color:#0074bd;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.active.open&gt;a:hover {color:#0074bd;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.active.open&gt;a:focus{color:#0074bd;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel&gt;li&gt;a span {font-family: 'Roboto', sans-serif;font-size:18px;border-radius:0px;transition: all .4s ease;font-weight:800;} 
#dnnMenu .topLevel&gt;li&gt;a:focus span {font-family: 'Roboto', sans-serif;font-size:18px;border-radius:0px;transition: all .4s ease;font-weight:800;}
#dnnMenu .topLevel&gt;li&gt;a:hover span {font-family: 'Roboto', sans-serif;font-size:18px;border-radius:0px;transition: all .4s ease;font-weight:800;}

.navbar-default .topLevel&gt;li&gt;a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:10px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li&gt;a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li&gt;a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li&gt;a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active&gt;a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (min-width:768px) {
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav &gt; li &gt; a {}
	#dnnMenu .navbar-nav &gt; li &gt; a:focus {}
	#dnnMenu .navbar-nav &gt; li &gt; a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav &gt; li &gt; a {}
	#dnnMenu .navbar-nav &gt; li &gt; a:focus {}
	#dnnMenu .navbar-nav &gt; li &gt; a:hover {}

}

@media only screen and (max-width:767px){

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
	
	
.navbar-default{background-color:transparent;z-index:1000;border:none;text-align: center;}
.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}
	
.navbar-nav.sm-collapsible a.has-submenu {padding-right:10px;margin-bottom: 0;}		
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border:none;}	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}

#dnnMenu .topLevel li {position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);}	
#dnnMenu .topLevel li a {border-right:none;padding-top:1px;padding-bottom:6px;font-size:18px;color:#333;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-right:none;padding-top:1px;padding-bottom:6px;font-size:18px;color:#0074bd;margin:0;background:#EEE;}	
#dnnMenu .topLevel li a:hover{border-right:none;padding-top:1px;padding-bottom:6px;font-size:18px;color:#0074bd;margin:0;background:#EEE;}
	
#dnnMenu .topLevel li.active a{font-size:18px;color:#0074bd;margin:0;background:#EEE;}
#dnnMenu .topLevel li.active a:focus{font-size:18px;color:#0074bd;margin:0;background:#EEE;} 
#dnnMenu .topLevel li.active a:hover{font-size:18px;color:#0074bd;margin:0;background:#EEE;}
	
#dnnMenu .topLevel li a span{font-size:18px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span {font-size:18px;} 
#dnnMenu .topLevel li a:hover span {font-size:18px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:18px;color:#333;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:18px;color:#333;}

	
#dnnMenu .topLevel&gt;.open&gt;a {font-size:18px;background:transparent;color:#0074bd;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel&gt;.open&gt;a:hover{font-size:18px;color:#0074bd;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.open&gt;a:focus{font-size:18px;color:#0074bd;background:#EEE;transition: all .4s ease;}

#dnnMenu .topLevel&gt;.active.open&gt;a {font-size:18px;background:transparent;color:#0074bd;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.active.open&gt;a:hover {font-size:18px;color:#0074bd;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel&gt;.active.open&gt;a:focus{font-size:18px;color:#0074bd;background:#EEE;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel&gt;li a span{font-size:18px;text-align:center;color:#EEE;}
#dnnMenu .dropdown.open .subLevel&gt;li a:focus span{font-size:18px;text-align:center;color:#FFF;}
#dnnMenu .dropdown.open .subLevel&gt;li a:hover span{font-size:18px;text-align:center;color:#FFF;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	
#dnnMenu .dropdown-menu{padding:0;z-index:1000;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#666;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/

.MoreButton a:link, .MoreButton a:visited {
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-size:18px;
  display: block;
  width: 100%;
  border:1px solid #FFF;	
  background:rgba(0,0,0,0.4);
  box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 15px;
  text-align: center;
  color: #000;
  font-size:18px;
  border:1px solid #FFF;
  display: block;
  width: 100%;
  box-shadow:0 0 15px 0 rgba(0,0,0,0.2);	
  background:#FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ShowcaseButton {
  padding: 10px 10px 0 10px;
  text-align: center;
  color: #FFF;
  font-size:18px;
  display: block;
  width: 100%;
  border:3px solid #FFF;	
  background:rgba(0,0,0,0.4);
  box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ShowcaseButton:hover{
  padding: 10px 10px 0 10px;
  text-align: center;
  color: #000;
  font-size:18px;
  border:3px solid #FFF;
  display: block;
  width: 100%;
  box-shadow:0 0 15px 0 rgba(0,0,0,0.2);	
  background:rgba(255,255,255,0.4);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.headerwrap {padding:15px 0 15px 0;background:#FFF}
.menuwrap {background:#eee;}
.logo {text-align:center;padding:5px;}

.menupad {
  padding-top:20px;
}

.experiencetext {text-align:center;display:block;}
.experiencetext h2 {color:#000;font-family: 'Roboto', sans-serif;font-weight:900;}
.experiencetext p {color:#0074bd;margin-bottom:2px;}

.contacttext {text-align:center;}
.contacttext h2 a:link, .contacttext h2 a:visited {color:#000;font-family: 'Roboto', sans-serif;font-weight:900;}
.contacttext h2 a:hover, .contacttext h2 a:active {color:#666;font-family: 'Roboto', sans-serif;font-weight:900;}
.contacttext p {color:#0074bd;margin-bottom:2px;}
.contacttext span {font-size:32px;}


/*------------------------------------------------*/
/* Showcase STYLES */
/*------------------------------------------------*/

.showcasewrap {
    width:100%;
	padding-bottom:15%;
	background-image:url('images/showcase-responsive_bg.jpg');
	background-size:cover;
	background-position:center center; /* IE fix */
	background-attachment:fixed;
}
.showcasewrapbk {
    width:100%;
	padding-bottom:25%;
	background-image:url('images/gutter-installation-kalispell-flathead-valley.jpg');
	background-size:cover;
	background-position:center center; /* IE fix */
	background-attachment:fixed;
}


.welcomewrap {
	margin-top:40px;
	padding:20px 0 20px 0;
	background:#0074bd;
}

.showcasetext {padding-top:130px;text-align:center;}
.showcasetext h1  {font-size:52px;color:#FFF;text-shadow: 1px 1px 2px #000,1px 1px 1px #000;}
.showcasetext h1 span {font-size:26px;color:#bd6600;text-shadow: 1px 1px 2px #000,1px 1px 1px #000;}
.showcasetext h3 a {font-size:52px;color:#FFF;}
.showcasetext h3 a:hover {font-size:52px;color:#FFF;font-weight:800;}
.showcasetext a {font-size:22px;color:#FFF;margin-bottom:0;}
.showcasetext a:hover {font-size:22px;color:#FFF;margin-bottom:0;}

.welecomtext {text-align:center;}
.welcometext h2 {color:#FFF;font-size:52px;text-align:center;font-family: 'Alfa Slab One', cursive;}
.welcometext h3 {font-size:26px;color:#FFF;text-align:center;font-weight:400;font-family: 'Roboto', sans-serif;}
.welcometext h4 {font-size:32px;color:#FFF;text-align:center;font-family: 'Alfa Slab One', cursive;}
.welcometext p {font-size:20px;color:#FFF;text-align:center;}

.blueone {background:#4e97c4;padding:15px;text-align:center;}
.blueone img {width:100%;height:auto;}
.blueone h3 a:link, .blueone h3 a:visited {color:#FFF;font-weight:300;font-size:30px;}
.blueone h3 a:hover, .blueone h3 a:active {color:#FFF;font-weight:300;font-size:30px;}

.bluetwo {background:#3584b4;padding:15px;text-align:center;}
.bluetwo  img {width:100%;height:auto;}
.bluetwo  h3 a:link, .bluetwo h3 a:visited {color:#FFF;font-weight:300;font-size:30px;}
.bluetwo  h3 a:hover, .bluetwo h3 a:active {color:#FFF;font-weight:300;font-size:30px;}

.bluethree {background:#206e9e;padding:15px;text-align:center;}
.bluethree img {width:100%;height:auto;}
.bluethree h3 a:link, .bluethree h3 a:visited {color:#FFF;font-weight:300;font-size:30px;}
.bluethree h3 a:hover, .bluethree h3 a:active {color:#FFF;font-weight:300;font-size:30px;}

.blackbox {background:rgba(0,0,0,0.8);padding:15px;}

.icewrap {    
	width:100%;
	background-image:url('images/ice-responsive_bg.jpg');
	background-size:cover;
	background-position:center center; /* IE fix */
	background-attachment:fixed;
}

.icetext {padding:20px;text-align:center;}
.icetext span {padding-top:100px;text-align:center;}
.icetext h2 {font-size:36px;color:#FFF;font-family: 'Alfa Slab One', cursive;}
.icetext h3 {font-size:28px;color:#0074bd;font-family: 'Alfa Slab One', cursive;}
.icetext p {color:#FFF;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.mainwrap {
	padding:50px 0 50px 0;
}


/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
	background:#323232;
}

.footerwrap {
	padding:7px;
	background:#FFF;
}

.footertext {text-align:center;padding:40px 0 20px 0;}
.footertext p {color:#FFF;}
.footertext h3 {color:#FFF;font-size:36px;}
.footertext span a:link, .footertext span a:visited {color:#FFF;font-size:46px;padding:0 5px 0 5px;}
.footertext span a:hover, .footertext span a:active {color:#FFF;font-size:46px;padding:0 5px 0 5px;}


.login {color:#333;font-size:11px;}
.login li {color:#333;font-size:11px;}

a.login:visited {color:#333; font-size:11px; text-decoration:none;}
a.login:active {color:#333; font-size:11px; text-decoration:none;}
a.login:link {color:#333; font-size:11px; text-decoration:none;}
a.login:hover {color:#666; font-size:11px; text-decoration:underline;}

.copyright {font-family:tahoma,Arial, Helvetica, sans-serif;font-size: 12px;color: #333;text-align:center;padding:5px;}

a.copyright:visited {color: #333; font-size:12px; text-decoration:none;}
a.copyright:active {color: #333; font-size:12px; text-decoration:none;}
a.copyright:link {color: #333; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:12px; text-decoration:underline;}


.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	border-top:#333333 1px solid;   
	color: #333;
}
.wecontrol ul li { 
  display: inline; 
  color: #333;                                
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #333;
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}


  
/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.experiencetext {text-align:center;display:none;}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	}
</pre></body></html>