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

/* =====================================================================
	SUB BANNER | COASTAL
===================================================================== */

.logo {
	display: none;
}

.subbannercoastal {
    clear: both;
    position: relative;
    top: 62px;
    left: 0;
    width: 100%;
    height: 270px;
    margin: 0 auto;
    background-color: #11596E;
    z-index: 4;
    background-position: left top;
    background-image: url(/Themes/Default/Content/Images/banner-coastal.jpg);
    background-size: cover;
}

.subbannercoastal .textbox {
    position: absolute;
    top: 115px;
    left: 0;
}

.subbannercoastal .imagebox {
    position: absolute;
    top: 50px;
    right: 0;
}


.subbannercoastal .imagebox img {
    width: 85%;
}


.subbannercoastal h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: .05em;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.subbannercoastal h2 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #ffffff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .6);
}

/* =====================================================================
	NAV BANNER | COASTAL
===================================================================== */
.navbanner {
    position: relative;z-index: 4;
    width: 100%;
    height: 62px;
    background-color: #11596F;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 0 20px #333333;
}

/* =====================================================================
	SUB MENU | COASTAL
===================================================================== */
.catalogsubmenu {
    position: absolute;
    top: 22px;
    left: -8px;
}

.catalogsubmenu .catalognav {
}

.catalogsubmenu .catalognav a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 0 12px 0 8px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.catalogsubmenu .catalognav a:before {
    opacity: 0;    
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: -5px;
    left: -8px;
    width: 0;
    height: 1px;
    margin: 0 0 0 8px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.catalognav a:hover:before, .catalognav a.activeSub:hover:before {
    left: 0;
    width: 16%;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #ffffff;
    text-shadow: none;

}

.catalognav a.activeSub {
    color: #F3EACE;
    text-shadow: none;
}

.catalognav a.activeSub:before {
    left: 0;
    width: 8%;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #F3EACE;
    text-shadow: none;

}


/* =====================================================================
	RETURN TO PRODUCTS
===================================================================== */
.returnproducts {
    position: absolute;
    top: 10px;
    right: 20px;
}
.returnproducts a {
    width: 100%;
    position: relative;
    text-align: right;
    font-weight: 400;
    color: #11596E;
    font-size: 11px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

.returnproducts a:before {
    position:absolute;
    left: -10px;
    top: 4px;
    font-size: 9px;
    color: #11596E;
    font-family: 'df-icomoon';
    content: "\e62f";
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;

    }

.returnproducts a:hover:before {
    left: -25px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

/* OTHER PRODUCTS
----------------------------------------*/
.otherproducts {
    position: absolute;
    top: 10px;
    left: 5px;
}
.otherproducts a {
    display: inline-block;
    position: relative;
    text-align: left;
    font-weight: 400;
    margin-right: 10px;
    padding-right: 10px;
    color: #11596F !important;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

.otherproducts a:first-child {
    border-right: 1px solid #11596F;

    }

.otherproducts a:hover {
    color: #0099B6 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }



/* CATALOG
----------------------------------------*/
.productlistcontentwidth {
    width: 100%;
    min-width: 984px;
}

.subparenttitle {
    position: relative;
}

.productlistcontentarea {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: 900px;
    padding: 25px 0 0 25px
    }

.subparenttitle h2 {
    color: #ffffff;
    padding: 0 0 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: .06em;
    }

.categorypagetitle h1 {
    position: absolute;
    z-index: 2;
    color: #11596E;
    margin: 0;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 22px;
    font-weight: 300;
    padding: 9px 25px 10px 0;
    letter-spacing: .06em;
    }

.productlistcontentarea .titledivider {
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 97%;
    background-color: #11596E;
    margin-top: 21px;
    }

/* CATALOG CATEGORY LIST
----------------------------------------*/
.catlist {
    padding: 65px 0 0 0;
    width: 100%;
    min-height: 550px;
    _height: 550px;
    margin: 0 auto;
    text-align: center;
    }  

.cat {
    float: left;
    width: 33%;
    padding: 0;
    margin: 0;
}

.cat .space {
    width: 99%;
    text-align: left;
    padding-bottom: 25px;
}

.cat .asset {
    width: 100%; 
}

.cat img {
    width: 100%;
    padding-bottom: 1px;
    border-bottom: 4px solid #11596E;
}

.cat .title, .cat .title a {
    width: 98%;
    font-size: 20px;
    text-align: left;
    color: #11596E;
    padding: 0 0 20px 0;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.cat .title a:hover {
    color: #0099B6;

}

/* CATALOG PRODUCT LIST
----------------------------------------*/
.productlist {
    padding: 65px 0 0 0;
    width: 100%;
    min-height: 550px;
    _height: 550px;
    margin: 0 auto;
    text-align: center;
    }  

.product {
    float: left;
    width: 33%;
    padding: 0;
    margin: 0;
}

.product .space {
    width: 99%;
    text-align: left;
    padding-bottom: 25px;
}

.product .asset {
    width: 100%;
}

.productdets img {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 1px;
    border-bottom: 4px solid #11596E;
    display: block;
    margin-bottom: -2px;
}

.product .title, .product .title a {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: left;
    color: #11596E;
    padding: 4px 0 4px 0;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    }

.product .title a:hover {
    background-color: #11596E;
    color: #ffffff;
    padding: 4px 0 4px 20px;

}

/* CATALOG PRODUCT DETAILS
----------------------------------------*/
.productdetscontentarea {
    position: relative;
    padding: 0;
    width: 96%;
    min-width: 900px;
    padding-left: 25px;
    min-height: 800px;
    _height: 800px;
    }

.productdetsgrid {
    padding-top: 0 !important;
    }

.productdets {
    width: 100%;
}

.productdets .asset {
    position: relative;
    float: left;
    width: 37%;
}

.productdets .productshare {
    clear: both;
}


.productdets .asset img {
    width: 95%;
    height: auto;
    padding-bottom: 1px;
    border-bottom: 4px solid #11596E;
}

.productdets .productext {
    position: relative;
    float: left;
    width: 63%;
}

.productdets .productext .clientname {
    float: left;
    width: 40%;
}

.producttitle h3 {
    font-size: 16px;
    line-height: 18px;
    color: #0099B6;
    margin: 0;
    padding: 55px 0 0 0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;

}

.producttitle h1 {
    font-size: 30px;
    margin: 0;
    color: #11596E;
    padding: 0 0 2px 0;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}



      
/* =====================================================================
    HOMEPAGE / BLOG
===================================================================== */
.homegridlevel02 {
    clear: both;
    position: relative;
    width: 100%;
    min-height: 510px;
    _height: 510px;
    z-index: 2;
    background-color: #F9F8EF;
}


.blogcontainer {
	clear: both;
    display:  block;
    text-align: center;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 10px;
    width: 100%;
    min-height: 440px;
}

.blogcontainer.blogproductcontainer {
	padding-top: 70px;
	text-align: left;
}

.leftdivide {
    display: block;
    width: 20%;
    height: 1px;
    margin: 0;
    margin-top: 15px;
    background-color: #11596E;
	text-align: left;
}

.bloglabel  {
    position: relative;
    clear: both;
    color: #11596E;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 200;
    margin: 0;
    padding: 10px 0 0 0;
}

.blogposts.blogpostsproducts {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 295px;
    _height: 295px;
    text-align: left;
}

.blogviewall {
    display: block;
    margin-top: 10px;
    padding: 0 0 25px 0;
    text-align: left;
}

.blogviewall a {
    color: #11596E;
    font-size: 15px;
    padding: 2px 0;
    font-weight: 400;
    letter-spacing: .15em;
    text-decoration: none;
    text-transform: uppercase;
    	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease; 
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.blogviewall a:hover {
    color: #18B3E1;

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