.	-top {
    margin-bottom: 20px;
}

.header {
    background: #fff;
}

.header-nav {
    background: #333;
    margin: 8px 0 0 0;
}

.header .logo {
	background-image: url(/naco-sprites.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 300px;
    height: 74px;
    margin: 16px 0;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    display: block;
    width: 300px;
    height: 74px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
}

@media (max-width: 1024px){
	.header .logo {
		background-image: url(/naco-logo-gray-mobile.png);
		-moz-background-size: 150px;
		-o-background-size: 150px;
		-webkit-background-size: 150px;
		background-size: 150px;
		width: 150px;
	}
}

#navbar a{
    color: #ccc;
    text-align: left;
}

#navbar a:hover, #navbar a:focus {
    color: #333;
    background-color: #3cf;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #3cf;
}

.header-nav ul {
	background-color: #333;
}

@media (min-width: 1025px)
{
	.header-nav ul.weblinks > li {
		background-image: none;
		list-style: none;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		text-align: center;
	}
	
	#navbar ul.weblinks > li > a{
		text-transform: uppercase;
		font-size: 20px;
		font-size: 2rem;
	}
}

/* .grid.columns-6 > .column { */
    /* width: 16.66667%; */
    /* clear: right; */
    /* float: left; */
    /* padding-left: 32px; */
    /* padding-right: 32px; */
/* } */

.page_section .container, .content.container, body.cke_editable {
    background: #fff;
	padding-left: 32px;
}

ul {
    border: 0 none;
    font-family: "Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-3 .stripe-inner h3 {
    color: #ddf4ff;
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: 0.5px;
}

footer .footer-3 {
    color: #ccc;
    background-color: #242424;
}

footer .footer-3 .stripe-inner a {
    color: #9bd0ed;
    font-size: 11.5px;
    font-size: 1.15rem;
}
footer .footer-3 .grid:not(.auto) .column {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 32px;
    padding-right: 32px;
}

footer p.copyright {
    margin: 8px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
	color: #ccc;
}

footer p.copyright a {
    color: #9bd0ed;
    font-size: 11.5px;
    font-size: 1.15rem;
}

footer a.logo-white {
    background-image: url(/naco-sprites.png);
    background-repeat: no-repeat;
    background-position: 0px -84px;
    width: 164px;
    height: 100px;
    margin-left: 16px;
    margin-top: -4px;
    background-repeat: no-repeat;
    display: block;
    width: 164px;
    height: 100px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
}

.footer {
    background: #222;
	background-color: #242424;
    color: #fff;
    padding-top: 20px;
	margin-top: 0;
}

.footer a {
    color: #bfbfbf;
    /*text-decoration: none;*/
}

.footer li a {
    margin-left: 0px;
}

.footer-top li {
    padding: 6px 0;
    line-height: 22px;
    float: left;
    clear: left;
    display: inline-block;
}

.footer h4 {
    color: #DDD;
    text-transform: none;
}

.footer-copy-top {
    padding: 20px 0;
}

.footer-copy-top p {
    font-size: 14px;
    line-height: 20px;
}

.footer-tagline {
    font-size: 21px;
    color: #7b7e80;
    text-transform: uppercase;
}

.footer-tagline strong {
    float: left;
    padding: 20px 0 0;
    font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-tagline span {
    float: left;
    clear: left;
    padding: 0 0 5px;
}

/* _icons.scss */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-twitter:before {
	content: "";
}
.fa-facebook:before {
    content: "";
}

/* Make lookups not look disabled */
.lookup .form-control[readonly] {
    background-color: #fff;
}

.lookup .launchentitylookup {
    background-color: #00549e;
    color: #fff;
}

/* Add line below readonly fields*/
.form-readonly a.text-primary, .form-readonly input#ContentContainer_MainContent_contactInfo_contactInfoForm_CompanyFormView_t3_address1_stateprovinceid_name {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #d3d3d3;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    font-style: normal;
}
