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

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	margin-top:0px;
	margin-bottom:0px;
    background:url('/communityplatform/public/images/community/nla/lincc_bg.png') center top repeat-y #00456B;
    /*
	background-color: #eff0cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eff0cc));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:    -moz-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:      -o-linear-gradient(top, #FFFFFF, #eff0cc);
	background-image:         linear-gradient(to bottom, #FFFFFF, #eff0cc);
    */
}

h1, h2, h3, h4, .header, .mapHeader, #searchTitle, #mainNav  {
	font-family: 'Montserrat', 'arial narrow', 'arial', sans-serif;
}

a{
    color: #006b3f;
    cursor: pointer;
}

#wrapper {
    width: 981px;
    min-height: 780px;
    background-color:#FFF;
    box-shadow: 0px 0px 20px 1px #000;
    -webkit-box-shadow: 0px 0px 20px 1px #000; 
    -moz-box-shadow: 0px 0px 20px 1px #000;
    margin: 0 auto;
    line-height : 1.25em;
}

#wrapperBottom {
    width: 981px;
    height: 0px;
    margin: 0 auto;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 981px;
    height: 33px;
    background-image: url('../../images/community/nla/topNav.jpg');
    background-repeat: repeat-x;
    background-position: 0 -10px;
    margin: 0 auto;
}

#topNav .secondTopNavRow {
    font-size: 14px;
    margin: 5px 5px 0;
    float: right;
    font-weight: bold;
}
#topNav .secondTopNavRow .navItem.loggedIn {
    font-size: 14px;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    height: 15px;
    padding: 0 6px;
    float: right;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment{
    display:none;
    color : red;
    width : 80px;
    height : 25px;
    float : left;
    border-left: 0px;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}


#topNav {
    background: none transparent;
}

#logo_1,
#logo_2 {
	z-index: 0;
	position: relative;
}
#topNav {
	z-index: 1;
	position: relative;
}

#headerBg {
    display:none;
	position: absolute;
	z-index: 0;
	margin: -33px 0 0;
    width: 1000px;
}
div#headerBg img {
    max-width: 100%;
    width: 100%;
}

#logo_1,
#logo_2 {
    width: 981px;
    height: 96px;
    margin: -40px auto 0;
    overflow: hidden;
    background: url('/communityplatform/public/images/community/nla/header.jpg') no-repeat top left;
    background-size: 100%;
    position: relative;
    float: left;
    height: 112px;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 540px;
    height: 70px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    clear: left;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 370px;
    height: 65px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}
#logo_1 .clickAreaRight img,
#logo_2 .clickAreaRight img {
	float: right;
}

div#platformLogo {
    float: left;
    text-align: center;
    margin: 18px 0 0 10px;
    width: 375px;
    clear: left;
}
div#uwLogo {
    float: left;
    clear: left;
    margin-left: 30px;
}
div#platformLogo img {
    float: left;
    margin: 0;
}
div#cfnlaLogo {
    float: right;
}
div#platformLogo a {
    text-decoration: none;
}

#logo_1 h1,
#logo_2 h1 {
    text-indent:-99999px !important;
	margin: -12px 0 0;
	font-size: 68px;
	line-height: 47px;
	color: #01456A;
	padding: 0;
}

#logo_1 h2,
#logo_2 h2 {
    text-indent:-99999px !important;
	margin: 7px 0 0 0;
	font-size: 13px;
	color: #01456A !important;
	line-height: 15px;
	padding: 0;
	float: none;
    width: auto !important;
}

#mainNav {
    width: 100%;
    height: 66px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: left;
    color: #FFFFFF;
    clear: both;
    background-color: #88a331;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbcb43), to(#88a331));
    background-image: -webkit-linear-gradient(top, #bbcb43, #88a331);
    background-image:    -moz-linear-gradient(top, #bbcb43, #88a331);
    background-image:     -ms-linear-gradient(top, #bbcb43, #88a331);
    background-image:      -o-linear-gradient(top, #bbcb43, #88a331);
    background-image:         linear-gradient(to bottom, #bbcb43, #88a331);
}

#mainNav .navItem {
    float: left;
    margin: 0 1px 0 0;
    background-color: #88a331;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbcb43), to(#88a331));
    background-image: -webkit-linear-gradient(top, #bbcb43, #88a331);
    background-image:    -moz-linear-gradient(top, #bbcb43, #88a331);
    background-image:     -ms-linear-gradient(top, #bbcb43, #88a331);
    background-image:      -o-linear-gradient(top, #bbcb43, #88a331);
    background-image:         linear-gradient(to bottom, #bbcb43, #88a331);
    border-right: 1px solid #bbcb43;
    border-left: 1px solid #88a331;
    font-size: 19px;
    line-height: 20px;
}

#mainNav .navItem a .navDesc {
	font-size: 11px;
    line-height: 14px;
	display: block;
    margin-top: 1px;
}

#mainNav .navItem:hover, #mainNav .selected, #mainNav .navItem.curIndicator {
    background-color: #bbcb43;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#88a331), to(#bbcb43));
    background-image: -webkit-linear-gradient(top, #88a331, #bbcb43);
    background-image:    -moz-linear-gradient(top, #88a331, #bbcb43);
    background-image:     -ms-linear-gradient(top, #88a331, #bbcb43);
    background-image:      -o-linear-gradient(top, #88a331, #bbcb43);
    background-image:         linear-gradient(to bottom, #88a331, #bbcb43);
}

#mainNav .navItem:hover a, #mainNav .navItem.selected a, #mainNav .navItem.curIndicator a {
    color: #00466C;
}

#mainNav .last {
    border-right: 0;
}
#mainNav .first {
    border-left: 0;
}

#mainNav .navItem a {
    display:block;
    float: left;
    padding: 9px 21px 9px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    min-height: 48px;
}

#mainContent {
/*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 960px;
    height: 55px;
    margin: 13px auto 0;
    font-size: 8pt;
    clear: both;
    border-top: none;
}
#footer .lanoLogo {
	width: 186px;
	height: 69px;
    background-image: url('../../images/community/nla/lanoLogo.jpg');
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0 5px;
}
#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo_white.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 100px;
    margin: 10px 0 0 0;
    float: left;
    color: #FFF;
}

#footer .footerNav {
    float: left;
    margin: 10px 0 0 0;
}

#footer .footerNav .navItem {
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .one {
    width: 90px;
}

#footer .footerNav .two {
    width: 50px;
}

#footer .footerNav .three {
    width: 75px;
}

#footer .footerNav .four {
    width: 56px;
}

#footer .footerNav .navItem a {
    color: #FFF;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/



.breadcrumb, .breadcrumbs {
	font-size: 10px;
	color: #666;
	margin-bottom:10px;
	display:block;
	text-align: left;
}

.submitButton {
	color:#000;
	padding:10px;
	font-size:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 3px #CCC;
	-webkit-box-shadow: 0px 0px 6px 3px #CCC; 
	-moz-box-shadow: 0px 0px 6px 3px #CCC;
	background-color: #FFF0CE;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF0CE), to(#F0D596));
	 background-image: -webkit-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:    -moz-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:     -ms-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:      -o-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:         linear-gradient(to bottom, #FFF0CE, #F0D596); 
}
.submitButton:hover {
	text-decoration: underline;
	background-color: #F0D596;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#F0D596), to(#FFF0CE));
	 background-image: -webkit-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:    -moz-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:     -ms-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:      -o-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:         linear-gradient(to bottom, #F0D596, #FFF0CE); 
}

/********************/
/* Shared Resources */
/********************/

#mainContent #category_list h4 {
	border-bottom: none;
	font-size:17px;
	padding: 8px 0px 11px 9px;
	letter-spacing:1px;
	text-transform: uppercase;
	color:#003363;
}
#mainContent #category_list ul {
	border: thin solid #999;
}
#mainContent #category_list ul li {
	border-bottom: 1px dotted #E1E1E1;
}
#mainContent #category_list a, #mainContent #category_list h4 a, #directory_content h3 {
	color:#003363;
}
#mainContent .listingHeaderLinks a {
	padding-right: 13px;
}

.focusBox {
    background-color: #eef9f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9f1), to(#dcebe0));
    background-image: -webkit-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:    -moz-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:     -ms-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:      -o-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:         linear-gradient(to bottom, #eef9f1, #dcebe0);
}

/********************/
/*  Knowledgebase   */
/********************/

th, .headingReverse {
    padding: 0 10px 5px;
    border-bottom: 2px solid #000;
    font-size: 12px;
    line-height: 15px;
}

#divReports.hiliteBox2, 
.kbBox {
	border:none;
	box-shadow: 0px 0px 6px 3px #E0E0E0;
	-webkit-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	-moz-box-shadow: 0px 0px 6px 3px #E0E0E0; 
    background-color: #eef9f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9f1), to(#dcebe0));
    background-image: -webkit-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:    -moz-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:     -ms-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:      -o-linear-gradient(top, #eef9f1, #dcebe0);
    background-image:         linear-gradient(to bottom, #eef9f1, #dcebe0);
}


.kbBox a { 
	/* word-break: break-all; */
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	padding-left: 10px;
	text-indent: -10px;
}


.knowledgebase #wrapper {
	min-height: 1300px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/********************/
/*  Sign In   */
/********************/

#signup {
	margin: 25px;
}


/********************/
/*  My Profile   */
/********************/

#container #wrapper div#mainNav li.navItem a {
    padding: 9px 18px 9px;
}

/****/

#columnRight ul.customList {
    list-style: none;
    margin-left: 0;
    padding-left: 13px;
    font-size: 13px;
    line-height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick {
	margin: -8px 0 0 -8px;
}

/* */

#columnRight #searchTheCommunity #search .inputBox {
    width: 100%;
    padding-right:0;
}
#columnRight #searchTheCommunity #searchInput {
    width: 100%;
}
#columnRight #searchTheCommunity #searchButton {
    float: right;
    margin: -35px 0;
    border: 0;
    z-index: 10;
    position: relative;
}

/* Mobile */

@media screen and (max-width : 900px) {
    #mainNav .navItem {
        padding: 12px 8px 10px;
    }
    #mainNav .navItem a {
        font-size: 15px;
    }
    #mainNav .navItem span {
        font-size: 10px;
    }
}
@media screen and (max-width : 480px) {
    div#mainNav {
        max-height: 44px;
    }
    #logo_1, #logo_2 {
        margin: 20px 0 -10px;
    }
    #indexFeatured .widgetContainer {
        width: 93%;
        margin-bottom: 20px;
    }
    #searchTheCommunity #search #box {
        width: 86%;
    }
    div#headerBg {
        max-width: 100%;
        overflow: hidden;
    }
}


/* End Mobile */
</pre></body></html>